diff --git a/worldedit-bukkit/build.gradle.kts b/worldedit-bukkit/build.gradle.kts index 5afad244c..99be67a68 100644 --- a/worldedit-bukkit/build.gradle.kts +++ b/worldedit-bukkit/build.gradle.kts @@ -102,7 +102,7 @@ dependencies { // Third party implementation("org.bstats:bstats-bukkit:2.2.1") implementation("org.bstats:bstats-base:2.2.1") - // compileOnlyApi("org.inventivetalent:mapmanager:1.7.10-SNAPSHOT") { isTransitive = false } + compileOnlyApi("org.inventivetalent:mapmanager:1.7.10-SNAPSHOT") { isTransitive = false } implementation("com.github.TechFortress:GriefPrevention:16.17.1") { isTransitive = false } implementation("com.github.bloodmc:GriefDefenderApi:920a610") { isTransitive = false } implementation("com.flowpowered:flow-math:1.0.3") { diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java index a09eddf0d..fc4e3ba1a 100644 --- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java +++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/FaweBukkit.java @@ -1,5 +1,6 @@ package com.fastasyncworldedit.bukkit; +import com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer; import com.fastasyncworldedit.core.FAWEPlatformAdapterImpl; import com.fastasyncworldedit.core.Fawe; import com.fastasyncworldedit.core.IFawe; @@ -126,7 +127,7 @@ public class FaweBukkit implements IFawe, Listener { fos.write(jarData); } } - // return new BukkitImageViewer(BukkitAdapter.adapt(player)); + return new BukkitImageViewer(BukkitAdapter.adapt(player)); } catch (Throwable ignored) { } return null; diff --git a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java index 3e497852c..b78149721 100644 --- a/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java +++ b/worldedit-bukkit/src/main/java/com/fastasyncworldedit/bukkit/util/image/BukkitImageViewer.java @@ -1,4 +1,3 @@ -/* package com.fastasyncworldedit.bukkit.util.image; import com.fastasyncworldedit.core.util.image.Drawable; @@ -201,5 +200,3 @@ public class BukkitImageViewer implements ImageViewer { last = null; } } - - */ diff --git a/worldedit-bukkit/src/main/resources/worldedit-adapters.jar b/worldedit-bukkit/src/main/resources/worldedit-adapters.jar index a7b114e43..9907c517b 100644 Binary files a/worldedit-bukkit/src/main/resources/worldedit-adapters.jar and b/worldedit-bukkit/src/main/resources/worldedit-adapters.jar differ diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/util/annotation/Confirm.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/util/annotation/Confirm.java index 1bd169420..5a3195952 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/util/annotation/Confirm.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/util/annotation/Confirm.java @@ -101,7 +101,7 @@ public @interface Confirm { if (checkExisting(context)) { return true; } - actor.print(Caption.of("fawe.cancel.worldedit.cancel.reason.confirm")); + actor.print(Caption.of("fawe.cancel.worldedit.cancel.reason.confirm", Processor.getArgs(context))); return confirm(actor, context); } }; diff --git a/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json b/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json index 1c3009b6b..bb9137e82 100644 --- a/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json +++ b/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/blocks.json @@ -1,16902 +1 @@ -[ - { - "id": "minecraft:acacia_button", - "localizedName": "Acacia Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_door", - "localizedName": "Acacia Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_fence", - "localizedName": "Acacia Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_fence_gate", - "localizedName": "Acacia Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_leaves", - "localizedName": "Acacia Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_log", - "localizedName": "Acacia Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_planks", - "localizedName": "Acacia Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_pressure_plate", - "localizedName": "Acacia Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_sapling", - "localizedName": "Acacia Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_sign", - "localizedName": "Acacia Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_slab", - "localizedName": "Acacia Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_stairs", - "localizedName": "Acacia Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_trapdoor", - "localizedName": "Acacia Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_wall_sign", - "localizedName": "Acacia Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:acacia_wood", - "localizedName": "Acacia Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:activator_rail", - "localizedName": "Activator Rail", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.7, - "resistance": 0.7, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:air", - "localizedName": "Air", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:allium", - "localizedName": "Allium", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:andesite", - "localizedName": "Andesite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:andesite_slab", - "localizedName": "Andesite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:andesite_stairs", - "localizedName": "Andesite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:andesite_wall", - "localizedName": "Andesite Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:anvil", - "localizedName": "Anvil", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 1200.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:attached_melon_stem", - "localizedName": "Attached Melon Stem", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:attached_pumpkin_stem", - "localizedName": "Attached Pumpkin Stem", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:azure_bluet", - "localizedName": "Azure Bluet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bamboo", - "localizedName": "Bamboo", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bamboo_sapling", - "localizedName": "Bamboo Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": false, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:barrel", - "localizedName": "Barrel", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:barrier", - "localizedName": "Barrier", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:beacon", - "localizedName": "Beacon", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:bedrock", - "localizedName": "Bedrock", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:beetroots", - "localizedName": "Beetroots", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bell", - "localizedName": "Bell", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 5.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_button", - "localizedName": "Birch Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_door", - "localizedName": "Birch Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_fence", - "localizedName": "Birch Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_fence_gate", - "localizedName": "Birch Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_leaves", - "localizedName": "Birch Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_log", - "localizedName": "Birch Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_planks", - "localizedName": "Birch Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_pressure_plate", - "localizedName": "Birch Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_sapling", - "localizedName": "Birch Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_sign", - "localizedName": "Birch Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_slab", - "localizedName": "Birch Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_stairs", - "localizedName": "Birch Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_trapdoor", - "localizedName": "Birch Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_wall_sign", - "localizedName": "Birch Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:birch_wood", - "localizedName": "Birch Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_banner", - "localizedName": "Black Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:black_bed", - "localizedName": "Black Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_carpet", - "localizedName": "Black Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_concrete", - "localizedName": "Black Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_concrete_powder", - "localizedName": "Black Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_glazed_terracotta", - "localizedName": "Black Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_shulker_box", - "localizedName": "Black Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:black_stained_glass", - "localizedName": "Black Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_stained_glass_pane", - "localizedName": "Black Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_terracotta", - "localizedName": "Black Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_wall_banner", - "localizedName": "Black Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:black_wool", - "localizedName": "Black Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blast_furnace", - "localizedName": "Blast Furnace", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:blue_banner", - "localizedName": "Blue Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_bed", - "localizedName": "Blue Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_carpet", - "localizedName": "Blue Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_concrete", - "localizedName": "Blue Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_concrete_powder", - "localizedName": "Blue Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_glazed_terracotta", - "localizedName": "Blue Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_ice", - "localizedName": "Blue Ice", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.8, - "resistance": 2.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.989, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a0a0ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_orchid", - "localizedName": "Blue Orchid", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_shulker_box", - "localizedName": "Blue Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:blue_stained_glass", - "localizedName": "Blue Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_stained_glass_pane", - "localizedName": "Blue Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_terracotta", - "localizedName": "Blue Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_wall_banner", - "localizedName": "Blue Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:blue_wool", - "localizedName": "Blue Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bone_block", - "localizedName": "Bone Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bookshelf", - "localizedName": "Bookshelf", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 1.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brain_coral", - "localizedName": "Brain Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brain_coral_block", - "localizedName": "Brain Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brain_coral_fan", - "localizedName": "Brain Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brain_coral_wall_fan", - "localizedName": "Brain Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brewing_stand", - "localizedName": "Brewing Stand", - "material": { - "powerSource": false, - "lightValue": 1, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:brick_slab", - "localizedName": "Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brick_stairs", - "localizedName": "Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brick_wall", - "localizedName": "Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bricks", - "localizedName": "Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_banner", - "localizedName": "Brown Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_bed", - "localizedName": "Brown Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_carpet", - "localizedName": "Brown Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_concrete", - "localizedName": "Brown Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_concrete_powder", - "localizedName": "Brown Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_glazed_terracotta", - "localizedName": "Brown Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_mushroom", - "localizedName": "Brown Mushroom", - "material": { - "powerSource": false, - "lightValue": 1, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_mushroom_block", - "localizedName": "Brown Mushroom Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_shulker_box", - "localizedName": "Brown Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:brown_stained_glass", - "localizedName": "Brown Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_stained_glass_pane", - "localizedName": "Brown Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_terracotta", - "localizedName": "Brown Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_wall_banner", - "localizedName": "Brown Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:brown_wool", - "localizedName": "Brown Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bubble_column", - "localizedName": "Bubble Column", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": true, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bubble_coral", - "localizedName": "Bubble Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bubble_coral_block", - "localizedName": "Bubble Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bubble_coral_fan", - "localizedName": "Bubble Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:bubble_coral_wall_fan", - "localizedName": "Bubble Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cactus", - "localizedName": "Cactus", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.4, - "resistance": 0.4, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cake", - "localizedName": "Cake", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:campfire", - "localizedName": "Campfire", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:carrots", - "localizedName": "Carrots", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cartography_table", - "localizedName": "Cartography Table", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:carved_pumpkin", - "localizedName": "Carved Pumpkin", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cauldron", - "localizedName": "Cauldron", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cave_air", - "localizedName": "Cave Air", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chain_command_block", - "localizedName": "Chain Command Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chest", - "localizedName": "Chest", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:chipped_anvil", - "localizedName": "Chipped Anvil", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 1200.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chiseled_quartz_block", - "localizedName": "Chiseled Quartz Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chiseled_red_sandstone", - "localizedName": "Chiseled Red Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chiseled_sandstone", - "localizedName": "Chiseled Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chiseled_stone_bricks", - "localizedName": "Chiseled Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chorus_flower", - "localizedName": "Chorus Flower", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.4, - "resistance": 0.4, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:chorus_plant", - "localizedName": "Chorus Plant", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.4, - "resistance": 0.4, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:clay", - "localizedName": "Clay", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:coal_block", - "localizedName": "Block of Coal", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:coal_ore", - "localizedName": "Coal Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:coarse_dirt", - "localizedName": "Coarse Dirt", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#976d4d", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cobblestone", - "localizedName": "Cobblestone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cobblestone_slab", - "localizedName": "Cobblestone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cobblestone_stairs", - "localizedName": "Cobblestone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cobblestone_wall", - "localizedName": "Cobblestone Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cobweb", - "localizedName": "Cobweb", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 4.0, - "resistance": 4.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cocoa", - "localizedName": "Cocoa", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 3.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:command_block", - "localizedName": "Command Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:comparator", - "localizedName": "Redstone Comparator", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:composter", - "localizedName": "Composter", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:conduit", - "localizedName": "Conduit", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cornflower", - "localizedName": "Cornflower", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cracked_stone_bricks", - "localizedName": "Cracked Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:crafting_table", - "localizedName": "Crafting Table", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:creeper_head", - "localizedName": "Creeper Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:creeper_wall_head", - "localizedName": "Creeper Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cut_red_sandstone", - "localizedName": "Cut Red Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cut_red_sandstone_slab", - "localizedName": "Cut Red Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cut_sandstone", - "localizedName": "Cut Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cut_sandstone_slab", - "localizedName": "Cut Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_banner", - "localizedName": "Cyan Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_bed", - "localizedName": "Cyan Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_carpet", - "localizedName": "Cyan Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_concrete", - "localizedName": "Cyan Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_concrete_powder", - "localizedName": "Cyan Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_glazed_terracotta", - "localizedName": "Cyan Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_shulker_box", - "localizedName": "Cyan Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:cyan_stained_glass", - "localizedName": "Cyan Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_stained_glass_pane", - "localizedName": "Cyan Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_terracotta", - "localizedName": "Cyan Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_wall_banner", - "localizedName": "Cyan Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:cyan_wool", - "localizedName": "Cyan Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:damaged_anvil", - "localizedName": "Damaged Anvil", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 1200.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dandelion", - "localizedName": "Dandelion", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_button", - "localizedName": "Dark Oak Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_door", - "localizedName": "Dark Oak Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_fence", - "localizedName": "Dark Oak Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_fence_gate", - "localizedName": "Dark Oak Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_leaves", - "localizedName": "Dark Oak Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_log", - "localizedName": "Dark Oak Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_planks", - "localizedName": "Dark Oak Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_pressure_plate", - "localizedName": "Dark Oak Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_sapling", - "localizedName": "Dark Oak Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_sign", - "localizedName": "Dark Oak Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_slab", - "localizedName": "Dark Oak Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_stairs", - "localizedName": "Dark Oak Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_trapdoor", - "localizedName": "Dark Oak Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_wall_sign", - "localizedName": "Dark Oak Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_oak_wood", - "localizedName": "Dark Oak Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_prismarine", - "localizedName": "Dark Prismarine", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_prismarine_slab", - "localizedName": "Dark Prismarine Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dark_prismarine_stairs", - "localizedName": "Dark Prismarine Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:daylight_detector", - "localizedName": "Daylight Detector", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_brain_coral", - "localizedName": "Dead Brain Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_brain_coral_block", - "localizedName": "Dead Brain Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_brain_coral_fan", - "localizedName": "Dead Brain Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_brain_coral_wall_fan", - "localizedName": "Dead Brain Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_bubble_coral", - "localizedName": "Dead Bubble Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_bubble_coral_block", - "localizedName": "Dead Bubble Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_bubble_coral_fan", - "localizedName": "Dead Bubble Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_bubble_coral_wall_fan", - "localizedName": "Dead Bubble Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_bush", - "localizedName": "Dead Bush", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_fire_coral", - "localizedName": "Dead Fire Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_fire_coral_block", - "localizedName": "Dead Fire Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_fire_coral_fan", - "localizedName": "Dead Fire Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_fire_coral_wall_fan", - "localizedName": "Dead Fire Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_horn_coral", - "localizedName": "Dead Horn Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_horn_coral_block", - "localizedName": "Dead Horn Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_horn_coral_fan", - "localizedName": "Dead Horn Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_horn_coral_wall_fan", - "localizedName": "Dead Horn Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_tube_coral", - "localizedName": "Dead Tube Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_tube_coral_block", - "localizedName": "Dead Tube Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_tube_coral_fan", - "localizedName": "Dead Tube Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dead_tube_coral_wall_fan", - "localizedName": "Dead Tube Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:detector_rail", - "localizedName": "Detector Rail", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.7, - "resistance": 0.7, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diamond_block", - "localizedName": "Block of Diamond", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diamond_ore", - "localizedName": "Diamond Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diorite", - "localizedName": "Diorite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diorite_slab", - "localizedName": "Diorite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diorite_stairs", - "localizedName": "Diorite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:diorite_wall", - "localizedName": "Diorite Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dirt", - "localizedName": "Dirt", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#976d4d", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dispenser", - "localizedName": "Dispenser", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:dragon_egg", - "localizedName": "Dragon Egg", - "material": { - "powerSource": false, - "lightValue": 1, - "hardness": 3.0, - "resistance": 9.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dragon_head", - "localizedName": "Dragon Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dragon_wall_head", - "localizedName": "Dragon Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dried_kelp_block", - "localizedName": "Dried Kelp Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7fb238", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:dropper", - "localizedName": "Dropper", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:emerald_block", - "localizedName": "Block of Emerald", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:emerald_ore", - "localizedName": "Emerald Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:enchanting_table", - "localizedName": "Enchanting Table", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 1200.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_gateway", - "localizedName": "End Gateway", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_portal", - "localizedName": "End Portal", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_portal_frame", - "localizedName": "End Portal Frame", - "material": { - "powerSource": false, - "lightValue": 1, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_rod", - "localizedName": "End Rod", - "material": { - "powerSource": false, - "lightValue": 14, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_stone", - "localizedName": "End Stone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 9.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_stone_brick_slab", - "localizedName": "End Stone Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_stone_brick_stairs", - "localizedName": "End Stone Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_stone_brick_wall", - "localizedName": "End Stone Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:end_stone_bricks", - "localizedName": "End Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:ender_chest", - "localizedName": "Ender Chest", - "material": { - "powerSource": false, - "lightValue": 7, - "hardness": 22.5, - "resistance": 600.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:farmland", - "localizedName": "Farmland", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#976d4d", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fern", - "localizedName": "Fern", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fire", - "localizedName": "Fire", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fire_coral", - "localizedName": "Fire Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fire_coral_block", - "localizedName": "Fire Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fire_coral_fan", - "localizedName": "Fire Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fire_coral_wall_fan", - "localizedName": "Fire Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:fletching_table", - "localizedName": "Fletching Table", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:flower_pot", - "localizedName": "Flower Pot", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:frosted_ice", - "localizedName": "Frosted Ice", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.98, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a0a0ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:furnace", - "localizedName": "Furnace", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:glass", - "localizedName": "Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:glass_pane", - "localizedName": "Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:glowstone", - "localizedName": "Glowstone", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gold_block", - "localizedName": "Block of Gold", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gold_ore", - "localizedName": "Gold Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:granite", - "localizedName": "Granite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:granite_slab", - "localizedName": "Granite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:granite_stairs", - "localizedName": "Granite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:granite_wall", - "localizedName": "Granite Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:grass", - "localizedName": "Grass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:grass_block", - "localizedName": "Grass Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7fb238", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:grass_path", - "localizedName": "Grass Path", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.65, - "resistance": 0.65, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#976d4d", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gravel", - "localizedName": "Gravel", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_banner", - "localizedName": "Gray Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_bed", - "localizedName": "Gray Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_carpet", - "localizedName": "Gray Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_concrete", - "localizedName": "Gray Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_concrete_powder", - "localizedName": "Gray Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_glazed_terracotta", - "localizedName": "Gray Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_shulker_box", - "localizedName": "Gray Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:gray_stained_glass", - "localizedName": "Gray Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_stained_glass_pane", - "localizedName": "Gray Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_terracotta", - "localizedName": "Gray Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_wall_banner", - "localizedName": "Gray Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:gray_wool", - "localizedName": "Gray Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_banner", - "localizedName": "Green Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_bed", - "localizedName": "Green Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_carpet", - "localizedName": "Green Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_concrete", - "localizedName": "Green Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_concrete_powder", - "localizedName": "Green Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_glazed_terracotta", - "localizedName": "Green Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_shulker_box", - "localizedName": "Green Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:green_stained_glass", - "localizedName": "Green Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_stained_glass_pane", - "localizedName": "Green Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_terracotta", - "localizedName": "Green Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_wall_banner", - "localizedName": "Green Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:green_wool", - "localizedName": "Green Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:grindstone", - "localizedName": "Grindstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:hay_block", - "localizedName": "Hay Bale", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7fb238", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:heavy_weighted_pressure_plate", - "localizedName": "Heavy Weighted Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:hopper", - "localizedName": "Hopper", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 4.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:horn_coral", - "localizedName": "Horn Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:horn_coral_block", - "localizedName": "Horn Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:horn_coral_fan", - "localizedName": "Horn Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:horn_coral_wall_fan", - "localizedName": "Horn Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:ice", - "localizedName": "Ice", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.98, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a0a0ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_chiseled_stone_bricks", - "localizedName": "Infested Chiseled Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_cobblestone", - "localizedName": "Infested Cobblestone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_cracked_stone_bricks", - "localizedName": "Infested Cracked Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_mossy_stone_bricks", - "localizedName": "Infested Mossy Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_stone", - "localizedName": "Infested Stone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:infested_stone_bricks", - "localizedName": "Infested Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.75, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:iron_bars", - "localizedName": "Iron Bars", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:iron_block", - "localizedName": "Block of Iron", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:iron_door", - "localizedName": "Iron Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 5.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:iron_ore", - "localizedName": "Iron Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:iron_trapdoor", - "localizedName": "Iron Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 5.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jack_o_lantern", - "localizedName": "Jack o\u0027Lantern", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jigsaw", - "localizedName": "Jigsaw Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jukebox", - "localizedName": "Jukebox", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:jungle_button", - "localizedName": "Jungle Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_door", - "localizedName": "Jungle Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_fence", - "localizedName": "Jungle Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_fence_gate", - "localizedName": "Jungle Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_leaves", - "localizedName": "Jungle Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_log", - "localizedName": "Jungle Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_planks", - "localizedName": "Jungle Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_pressure_plate", - "localizedName": "Jungle Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_sapling", - "localizedName": "Jungle Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_sign", - "localizedName": "Jungle Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_slab", - "localizedName": "Jungle Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_stairs", - "localizedName": "Jungle Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_trapdoor", - "localizedName": "Jungle Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_wall_sign", - "localizedName": "Jungle Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:jungle_wood", - "localizedName": "Jungle Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:kelp", - "localizedName": "Kelp", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:kelp_plant", - "localizedName": "Kelp Plant", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:ladder", - "localizedName": "Ladder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.4, - "resistance": 0.4, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lantern", - "localizedName": "Lantern", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lapis_block", - "localizedName": "Lapis Lazuli Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lapis_ore", - "localizedName": "Lapis Lazuli Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:large_fern", - "localizedName": "Large Fern", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lava", - "localizedName": "Lava", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 100.0, - "resistance": 100.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": true, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#ff0000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lectern", - "localizedName": "Lectern", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:lever", - "localizedName": "Lever", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_banner", - "localizedName": "Light Blue Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_bed", - "localizedName": "Light Blue Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_carpet", - "localizedName": "Light Blue Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_concrete", - "localizedName": "Light Blue Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_concrete_powder", - "localizedName": "Light Blue Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_glazed_terracotta", - "localizedName": "Light Blue Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_shulker_box", - "localizedName": "Light Blue Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:light_blue_stained_glass", - "localizedName": "Light Blue Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_stained_glass_pane", - "localizedName": "Light Blue Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_terracotta", - "localizedName": "Light Blue Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_wall_banner", - "localizedName": "Light Blue Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_blue_wool", - "localizedName": "Light Blue Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_banner", - "localizedName": "Light Gray Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_bed", - "localizedName": "Light Gray Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_carpet", - "localizedName": "Light Gray Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_concrete", - "localizedName": "Light Gray Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_concrete_powder", - "localizedName": "Light Gray Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_glazed_terracotta", - "localizedName": "Light Gray Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_shulker_box", - "localizedName": "Light Gray Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:light_gray_stained_glass", - "localizedName": "Light Gray Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_stained_glass_pane", - "localizedName": "Light Gray Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_terracotta", - "localizedName": "Light Gray Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_wall_banner", - "localizedName": "Light Gray Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_gray_wool", - "localizedName": "Light Gray Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:light_weighted_pressure_plate", - "localizedName": "Light Weighted Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lilac", - "localizedName": "Lilac", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lily_of_the_valley", - "localizedName": "Lily of the Valley", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lily_pad", - "localizedName": "Lily Pad", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_banner", - "localizedName": "Lime Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_bed", - "localizedName": "Lime Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_carpet", - "localizedName": "Lime Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_concrete", - "localizedName": "Lime Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_concrete_powder", - "localizedName": "Lime Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_glazed_terracotta", - "localizedName": "Lime Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_shulker_box", - "localizedName": "Lime Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:lime_stained_glass", - "localizedName": "Lime Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_stained_glass_pane", - "localizedName": "Lime Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_terracotta", - "localizedName": "Lime Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_wall_banner", - "localizedName": "Lime Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:lime_wool", - "localizedName": "Lime Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:loom", - "localizedName": "Loom", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_banner", - "localizedName": "Magenta Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_bed", - "localizedName": "Magenta Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_carpet", - "localizedName": "Magenta Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_concrete", - "localizedName": "Magenta Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_concrete_powder", - "localizedName": "Magenta Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_glazed_terracotta", - "localizedName": "Magenta Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_shulker_box", - "localizedName": "Magenta Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:magenta_stained_glass", - "localizedName": "Magenta Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_stained_glass_pane", - "localizedName": "Magenta Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_terracotta", - "localizedName": "Magenta Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_wall_banner", - "localizedName": "Magenta Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magenta_wool", - "localizedName": "Magenta Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:magma_block", - "localizedName": "Magma Block", - "material": { - "powerSource": false, - "lightValue": 3, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:melon", - "localizedName": "Melon", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:melon_stem", - "localizedName": "Melon Stem", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_cobblestone", - "localizedName": "Mossy Cobblestone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_cobblestone_slab", - "localizedName": "Mossy Cobblestone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_cobblestone_stairs", - "localizedName": "Mossy Cobblestone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_cobblestone_wall", - "localizedName": "Mossy Cobblestone Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_stone_brick_slab", - "localizedName": "Mossy Stone Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_stone_brick_stairs", - "localizedName": "Mossy Stone Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_stone_brick_wall", - "localizedName": "Mossy Stone Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mossy_stone_bricks", - "localizedName": "Mossy Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:moving_piston", - "localizedName": "Moving Piston", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#707070", - "isTranslucent": true, - "hasContainer": false - } - }, - { - "id": "minecraft:mushroom_stem", - "localizedName": "Mushroom Stem", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:mycelium", - "localizedName": "Mycelium", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7fb238", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_brick_fence", - "localizedName": "Nether Brick Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_brick_slab", - "localizedName": "Nether Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_brick_stairs", - "localizedName": "Nether Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_brick_wall", - "localizedName": "Nether Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_bricks", - "localizedName": "Nether Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_portal", - "localizedName": "Nether Portal", - "material": { - "powerSource": false, - "lightValue": 11, - "hardness": -1.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_quartz_ore", - "localizedName": "Nether Quartz Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_wart", - "localizedName": "Nether Wart", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:nether_wart_block", - "localizedName": "Nether Wart Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7fb238", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:netherrack", - "localizedName": "Netherrack", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.4, - "resistance": 0.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:note_block", - "localizedName": "Note Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_button", - "localizedName": "Oak Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_door", - "localizedName": "Oak Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_fence", - "localizedName": "Oak Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_fence_gate", - "localizedName": "Oak Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_leaves", - "localizedName": "Oak Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_log", - "localizedName": "Oak Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_planks", - "localizedName": "Oak Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_pressure_plate", - "localizedName": "Oak Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_sapling", - "localizedName": "Oak Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_sign", - "localizedName": "Oak Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_slab", - "localizedName": "Oak Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_stairs", - "localizedName": "Oak Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_trapdoor", - "localizedName": "Oak Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_wall_sign", - "localizedName": "Oak Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oak_wood", - "localizedName": "Oak Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:observer", - "localizedName": "Observer", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:obsidian", - "localizedName": "Obsidian", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 50.0, - "resistance": 1200.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_banner", - "localizedName": "Orange Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_bed", - "localizedName": "Orange Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_carpet", - "localizedName": "Orange Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_concrete", - "localizedName": "Orange Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_concrete_powder", - "localizedName": "Orange Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_glazed_terracotta", - "localizedName": "Orange Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_shulker_box", - "localizedName": "Orange Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:orange_stained_glass", - "localizedName": "Orange Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_stained_glass_pane", - "localizedName": "Orange Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_terracotta", - "localizedName": "Orange Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_tulip", - "localizedName": "Orange Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_wall_banner", - "localizedName": "Orange Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:orange_wool", - "localizedName": "Orange Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:oxeye_daisy", - "localizedName": "Oxeye Daisy", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:packed_ice", - "localizedName": "Packed Ice", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.98, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a0a0ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:peony", - "localizedName": "Peony", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:petrified_oak_slab", - "localizedName": "Petrified Oak Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_banner", - "localizedName": "Pink Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_bed", - "localizedName": "Pink Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_carpet", - "localizedName": "Pink Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_concrete", - "localizedName": "Pink Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_concrete_powder", - "localizedName": "Pink Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_glazed_terracotta", - "localizedName": "Pink Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_shulker_box", - "localizedName": "Pink Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:pink_stained_glass", - "localizedName": "Pink Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_stained_glass_pane", - "localizedName": "Pink Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_terracotta", - "localizedName": "Pink Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_tulip", - "localizedName": "Pink Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_wall_banner", - "localizedName": "Pink Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pink_wool", - "localizedName": "Pink Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:piston", - "localizedName": "Piston", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:piston_head", - "localizedName": "Piston Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:player_head", - "localizedName": "Player Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:player_wall_head", - "localizedName": "Player Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:podzol", - "localizedName": "Podzol", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#976d4d", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_andesite", - "localizedName": "Polished Andesite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_andesite_slab", - "localizedName": "Polished Andesite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_andesite_stairs", - "localizedName": "Polished Andesite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_diorite", - "localizedName": "Polished Diorite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_diorite_slab", - "localizedName": "Polished Diorite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_diorite_stairs", - "localizedName": "Polished Diorite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_granite", - "localizedName": "Polished Granite", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_granite_slab", - "localizedName": "Polished Granite Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:polished_granite_stairs", - "localizedName": "Polished Granite Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:poppy", - "localizedName": "Poppy", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potatoes", - "localizedName": "Potatoes", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_acacia_sapling", - "localizedName": "Potted Acacia Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_allium", - "localizedName": "Potted Allium", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_azure_bluet", - "localizedName": "Potted Azure Bluet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_bamboo", - "localizedName": "Potted Bamboo", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_birch_sapling", - "localizedName": "Potted Birch Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_blue_orchid", - "localizedName": "Potted Blue Orchid", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_brown_mushroom", - "localizedName": "Potted Brown Mushroom", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_cactus", - "localizedName": "Potted Cactus", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_cornflower", - "localizedName": "Potted Cornflower", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_dandelion", - "localizedName": "Potted Dandelion", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_dark_oak_sapling", - "localizedName": "Potted Dark Oak Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_dead_bush", - "localizedName": "Potted Dead Bush", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_fern", - "localizedName": "Potted Fern", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_jungle_sapling", - "localizedName": "Potted Jungle Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_lily_of_the_valley", - "localizedName": "Potted Lily of the Valley", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_oak_sapling", - "localizedName": "Potted Oak Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_orange_tulip", - "localizedName": "Potted Orange Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_oxeye_daisy", - "localizedName": "Potted Oxeye Daisy", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_pink_tulip", - "localizedName": "Potted Pink Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_poppy", - "localizedName": "Potted Poppy", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_red_mushroom", - "localizedName": "Potted Red Mushroom", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_red_tulip", - "localizedName": "Potted Red Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_spruce_sapling", - "localizedName": "Potted Spruce Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_white_tulip", - "localizedName": "Potted White Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:potted_wither_rose", - "localizedName": "Potted Wither Rose", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:powered_rail", - "localizedName": "Powered Rail", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.7, - "resistance": 0.7, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine", - "localizedName": "Prismarine", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_brick_slab", - "localizedName": "Prismarine Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_brick_stairs", - "localizedName": "Prismarine Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_bricks", - "localizedName": "Prismarine Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_slab", - "localizedName": "Prismarine Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_stairs", - "localizedName": "Prismarine Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:prismarine_wall", - "localizedName": "Prismarine Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pumpkin", - "localizedName": "Pumpkin", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:pumpkin_stem", - "localizedName": "Pumpkin Stem", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_banner", - "localizedName": "Purple Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_bed", - "localizedName": "Purple Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_carpet", - "localizedName": "Purple Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_concrete", - "localizedName": "Purple Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_concrete_powder", - "localizedName": "Purple Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_glazed_terracotta", - "localizedName": "Purple Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_shulker_box", - "localizedName": "Purple Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:purple_stained_glass", - "localizedName": "Purple Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_stained_glass_pane", - "localizedName": "Purple Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_terracotta", - "localizedName": "Purple Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_wall_banner", - "localizedName": "Purple Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purple_wool", - "localizedName": "Purple Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purpur_block", - "localizedName": "Purpur Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purpur_pillar", - "localizedName": "Purpur Pillar", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purpur_slab", - "localizedName": "Purpur Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:purpur_stairs", - "localizedName": "Purpur Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:quartz_block", - "localizedName": "Block of Quartz", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:quartz_pillar", - "localizedName": "Quartz Pillar", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:quartz_slab", - "localizedName": "Quartz Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:quartz_stairs", - "localizedName": "Quartz Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:rail", - "localizedName": "Rail", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.7, - "resistance": 0.7, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_banner", - "localizedName": "Red Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_bed", - "localizedName": "Red Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_carpet", - "localizedName": "Red Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_concrete", - "localizedName": "Red Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_concrete_powder", - "localizedName": "Red Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_glazed_terracotta", - "localizedName": "Red Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_mushroom", - "localizedName": "Red Mushroom", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_mushroom_block", - "localizedName": "Red Mushroom Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_nether_brick_slab", - "localizedName": "Red Nether Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_nether_brick_stairs", - "localizedName": "Red Nether Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_nether_brick_wall", - "localizedName": "Red Nether Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_nether_bricks", - "localizedName": "Red Nether Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_sand", - "localizedName": "Red Sand", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_sandstone", - "localizedName": "Red Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_sandstone_slab", - "localizedName": "Red Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_sandstone_stairs", - "localizedName": "Red Sandstone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_sandstone_wall", - "localizedName": "Red Sandstone Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_shulker_box", - "localizedName": "Red Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:red_stained_glass", - "localizedName": "Red Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_stained_glass_pane", - "localizedName": "Red Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_terracotta", - "localizedName": "Red Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_tulip", - "localizedName": "Red Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_wall_banner", - "localizedName": "Red Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:red_wool", - "localizedName": "Red Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_block", - "localizedName": "Block of Redstone", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 5.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_lamp", - "localizedName": "Redstone Lamp", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_ore", - "localizedName": "Redstone Ore", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_torch", - "localizedName": "Redstone Torch", - "material": { - "powerSource": true, - "lightValue": 7, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_wall_torch", - "localizedName": "Redstone Torch", - "material": { - "powerSource": true, - "lightValue": 7, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:redstone_wire", - "localizedName": "Redstone Wire", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:repeater", - "localizedName": "Redstone Repeater", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:repeating_command_block", - "localizedName": "Repeating Command Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:rose_bush", - "localizedName": "Rose Bush", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sand", - "localizedName": "Sand", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sandstone", - "localizedName": "Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sandstone_slab", - "localizedName": "Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sandstone_stairs", - "localizedName": "Sandstone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sandstone_wall", - "localizedName": "Sandstone Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:scaffolding", - "localizedName": "Scaffolding", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": true, - "hasContainer": false - } - }, - { - "id": "minecraft:sea_lantern", - "localizedName": "Sea Lantern", - "material": { - "powerSource": false, - "lightValue": 15, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sea_pickle", - "localizedName": "Sea Pickle", - "material": { - "powerSource": false, - "lightValue": 6, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:seagrass", - "localizedName": "Seagrass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:shulker_box", - "localizedName": "Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:skeleton_skull", - "localizedName": "Skeleton Skull", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:skeleton_wall_skull", - "localizedName": "Skeleton Skull", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:slime_block", - "localizedName": "Slime Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.8, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a4a8b8", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smithing_table", - "localizedName": "Smithing Table", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smoker", - "localizedName": "Smoker", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:smooth_quartz", - "localizedName": "Smooth Quartz", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_quartz_slab", - "localizedName": "Smooth Quartz Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_quartz_stairs", - "localizedName": "Smooth Quartz Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_red_sandstone", - "localizedName": "Smooth Red Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_red_sandstone_slab", - "localizedName": "Smooth Red Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_red_sandstone_stairs", - "localizedName": "Smooth Red Sandstone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_sandstone", - "localizedName": "Smooth Sandstone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_sandstone_slab", - "localizedName": "Smooth Sandstone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_sandstone_stairs", - "localizedName": "Smooth Sandstone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_stone", - "localizedName": "Smooth Stone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:smooth_stone_slab", - "localizedName": "Smooth Stone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:snow", - "localizedName": "Snow", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": true, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#ffffff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:snow_block", - "localizedName": "Snow Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#ffffff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:soul_sand", - "localizedName": "Soul Sand", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spawner", - "localizedName": "Spawner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 5.0, - "resistance": 5.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sponge", - "localizedName": "Sponge", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#e5e533", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_button", - "localizedName": "Spruce Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_door", - "localizedName": "Spruce Door", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_fence", - "localizedName": "Spruce Fence", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_fence_gate", - "localizedName": "Spruce Fence Gate", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_leaves", - "localizedName": "Spruce Leaves", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_log", - "localizedName": "Spruce Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_planks", - "localizedName": "Spruce Planks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_pressure_plate", - "localizedName": "Spruce Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_sapling", - "localizedName": "Spruce Sapling", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_sign", - "localizedName": "Spruce Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_slab", - "localizedName": "Spruce Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_stairs", - "localizedName": "Spruce Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_trapdoor", - "localizedName": "Spruce Trapdoor", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.0, - "resistance": 3.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_wall_sign", - "localizedName": "Spruce Sign", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:spruce_wood", - "localizedName": "Spruce Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sticky_piston", - "localizedName": "Sticky Piston", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": true, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone", - "localizedName": "Stone", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_brick_slab", - "localizedName": "Stone Brick Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_brick_stairs", - "localizedName": "Stone Brick Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_brick_wall", - "localizedName": "Stone Brick Wall", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_bricks", - "localizedName": "Stone Bricks", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_button", - "localizedName": "Stone Button", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_pressure_plate", - "localizedName": "Stone Pressure Plate", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_slab", - "localizedName": "Stone Slab", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stone_stairs", - "localizedName": "Stone Stairs", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stonecutter", - "localizedName": "Stonecutter", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 3.5, - "resistance": 3.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_acacia_log", - "localizedName": "Stripped Acacia Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_acacia_wood", - "localizedName": "Stripped Acacia Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_birch_log", - "localizedName": "Stripped Birch Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_birch_wood", - "localizedName": "Stripped Birch Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_dark_oak_log", - "localizedName": "Stripped Dark Oak Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_dark_oak_wood", - "localizedName": "Stripped Dark Oak Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_jungle_log", - "localizedName": "Stripped Jungle Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_jungle_wood", - "localizedName": "Stripped Jungle Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_oak_log", - "localizedName": "Stripped Oak Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_oak_wood", - "localizedName": "Stripped Oak Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_spruce_log", - "localizedName": "Stripped Spruce Log", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:stripped_spruce_wood", - "localizedName": "Stripped Spruce Wood", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:structure_block", - "localizedName": "Structure Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": -1.0, - "resistance": 3600000.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#a7a7a7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:structure_void", - "localizedName": "Structure Void", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sugar_cane", - "localizedName": "Sugar Cane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sunflower", - "localizedName": "Sunflower", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:sweet_berry_bush", - "localizedName": "Sweet Berry Bush", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tall_grass", - "localizedName": "Tall Grass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tall_seagrass", - "localizedName": "Tall Seagrass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:terracotta", - "localizedName": "Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tnt", - "localizedName": "TNT", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#ff0000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:torch", - "localizedName": "Torch", - "material": { - "powerSource": false, - "lightValue": 14, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:trapped_chest", - "localizedName": "Trapped Chest", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 2.5, - "resistance": 2.5, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": true - } - }, - { - "id": "minecraft:tripwire", - "localizedName": "Tripwire", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tripwire_hook", - "localizedName": "Tripwire Hook", - "material": { - "powerSource": true, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tube_coral", - "localizedName": "Tube Coral", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tube_coral_block", - "localizedName": "Tube Coral Block", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.5, - "resistance": 6.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tube_coral_fan", - "localizedName": "Tube Coral Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:tube_coral_wall_fan", - "localizedName": "Tube Coral Wall Fan", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:turtle_egg", - "localizedName": "Turtle Egg", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:vine", - "localizedName": "Vines", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:void_air", - "localizedName": "Void Air", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wall_torch", - "localizedName": "Torch", - "material": { - "powerSource": false, - "lightValue": 14, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:water", - "localizedName": "Water", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 100.0, - "resistance": 100.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": true, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": true, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#4040ff", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wet_sponge", - "localizedName": "Wet Sponge", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.6, - "resistance": 0.6, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#e5e533", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wheat", - "localizedName": "Wheat Crops", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": true, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_banner", - "localizedName": "White Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_bed", - "localizedName": "White Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_carpet", - "localizedName": "White Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_concrete", - "localizedName": "White Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_concrete_powder", - "localizedName": "White Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_glazed_terracotta", - "localizedName": "White Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_shulker_box", - "localizedName": "White Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:white_stained_glass", - "localizedName": "White Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_stained_glass_pane", - "localizedName": "White Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_terracotta", - "localizedName": "White Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_tulip", - "localizedName": "White Tulip", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_wall_banner", - "localizedName": "White Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:white_wool", - "localizedName": "White Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wither_rose", - "localizedName": "Wither Rose", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.0, - "resistance": 0.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#007c00", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wither_skeleton_skull", - "localizedName": "Wither Skeleton Skull", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:wither_skeleton_wall_skull", - "localizedName": "Wither Skeleton Skull", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_banner", - "localizedName": "Yellow Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_bed", - "localizedName": "Yellow Bed", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.2, - "resistance": 0.2, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_carpet", - "localizedName": "Yellow Carpet", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.1, - "resistance": 0.1, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": true, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_concrete", - "localizedName": "Yellow Concrete", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.8, - "resistance": 1.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_concrete_powder", - "localizedName": "Yellow Concrete Powder", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.5, - "resistance": 0.5, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#f7e9a3", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_glazed_terracotta", - "localizedName": "Yellow Glazed Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.4, - "resistance": 1.4, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_shulker_box", - "localizedName": "Yellow Shulker Box", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 2.0, - "resistance": 2.0, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#7f3fb2", - "isTranslucent": true, - "hasContainer": true - } - }, - { - "id": "minecraft:yellow_stained_glass", - "localizedName": "Yellow Stained Glass", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_stained_glass_pane", - "localizedName": "Yellow Stained Glass Pane", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.3, - "resistance": 0.3, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_terracotta", - "localizedName": "Yellow Terracotta", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.25, - "resistance": 4.2, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": false, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": true, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#707070", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_wall_banner", - "localizedName": "Yellow Banner", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#8f7748", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:yellow_wool", - "localizedName": "Yellow Wool", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 0.8, - "resistance": 0.8, - "ticksRandomly": false, - "fullCube": true, - "slipperiness": 0.6, - "liquid": false, - "solid": true, - "movementBlocker": true, - "burnable": true, - "opaque": true, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": false, - "unpushable": false, - "mapColor": "#c7c7c7", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:zombie_head", - "localizedName": "Zombie Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - }, - { - "id": "minecraft:zombie_wall_head", - "localizedName": "Zombie Head", - "material": { - "powerSource": false, - "lightValue": 0, - "hardness": 1.0, - "resistance": 1.0, - "ticksRandomly": false, - "fullCube": false, - "slipperiness": 0.6, - "liquid": false, - "solid": false, - "movementBlocker": false, - "burnable": false, - "opaque": false, - "replacedDuringPlacement": false, - "toolRequired": false, - "fragileWhenPushed": true, - "unpushable": false, - "mapColor": "#000000", - "isTranslucent": false, - "hasContainer": false - } - } -] +[{"id":"minecraft:acacia_button","localizedName":"Acacia Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_door","localizedName":"Acacia Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_fence","localizedName":"Acacia Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_fence_gate","localizedName":"Acacia Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_leaves","localizedName":"Acacia Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_log","localizedName":"Acacia Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_planks","localizedName":"Acacia Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_pressure_plate","localizedName":"Acacia Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_sapling","localizedName":"Acacia Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_slab","localizedName":"Acacia Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_stairs","localizedName":"Acacia Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_trapdoor","localizedName":"Acacia Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:acacia_wood","localizedName":"Acacia Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:activator_rail","localizedName":"Activator Rail","material":{"powerSource":false,"lightValue":0,"hardness":0.7,"resistance":0.7,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:air","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:allium","localizedName":"Allium","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:andesite","localizedName":"Andesite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:anvil","localizedName":"Anvil","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":1200,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:attached_melon_stem","localizedName":"Attached Melon Stem","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:attached_pumpkin_stem","localizedName":"Attached Pumpkin Stem","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:azure_bluet","localizedName":"Azure Bluet","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:barrier","localizedName":"Barrier","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:beacon","localizedName":"Beacon","material":{"powerSource":false,"lightValue":15,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:bedrock","localizedName":"Bedrock","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:beetroots","localizedName":"Beetroots","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_button","localizedName":"Birch Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_door","localizedName":"Birch Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_fence","localizedName":"Birch Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_fence_gate","localizedName":"Birch Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_leaves","localizedName":"Birch Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_log","localizedName":"Birch Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_planks","localizedName":"Birch Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_pressure_plate","localizedName":"Birch Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_sapling","localizedName":"Birch Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_slab","localizedName":"Birch Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_stairs","localizedName":"Birch Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_trapdoor","localizedName":"Birch Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:birch_wood","localizedName":"Birch Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_banner","localizedName":"Black Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:black_bed","localizedName":"Black Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_carpet","localizedName":"Black Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_concrete","localizedName":"Black Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_concrete_powder","localizedName":"Black Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_glazed_terracotta","localizedName":"Black Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_shulker_box","localizedName":"Black Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:black_stained_glass","localizedName":"Black Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_stained_glass_pane","localizedName":"Black Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_terracotta","localizedName":"Black Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:black_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:black_wool","localizedName":"Black Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_banner","localizedName":"Blue Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:blue_bed","localizedName":"Blue Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_carpet","localizedName":"Blue Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_concrete","localizedName":"Blue Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_concrete_powder","localizedName":"Blue Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_glazed_terracotta","localizedName":"Blue Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_ice","localizedName":"Blue Ice","material":{"powerSource":false,"lightValue":0,"hardness":2.8,"resistance":2.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.989,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a0a0ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_orchid","localizedName":"Blue Orchid","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_shulker_box","localizedName":"Blue Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:blue_stained_glass","localizedName":"Blue Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_stained_glass_pane","localizedName":"Blue Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_terracotta","localizedName":"Blue Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:blue_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:blue_wool","localizedName":"Blue Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bone_block","localizedName":"Bone Block","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bookshelf","localizedName":"Bookshelf","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":1.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brain_coral","localizedName":"Brain Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brain_coral_block","localizedName":"Brain Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brain_coral_fan","localizedName":"Brain Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brain_coral_wall_fan","localizedName":"Brain Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brewing_stand","localizedName":"Brewing Stand","material":{"powerSource":false,"lightValue":1,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:brick_slab","localizedName":"Brick Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brick_stairs","localizedName":"Brick Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bricks","localizedName":"Bricks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_banner","localizedName":"Brown Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:brown_bed","localizedName":"Brown Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_carpet","localizedName":"Brown Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_concrete","localizedName":"Brown Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_concrete_powder","localizedName":"Brown Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_glazed_terracotta","localizedName":"Brown Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_mushroom","localizedName":"Brown Mushroom","material":{"powerSource":false,"lightValue":1,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_mushroom_block","localizedName":"Brown Mushroom Block","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_shulker_box","localizedName":"Brown Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:brown_stained_glass","localizedName":"Brown Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_stained_glass_pane","localizedName":"Brown Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_terracotta","localizedName":"Brown Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:brown_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:brown_wool","localizedName":"Brown Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bubble_column","localizedName":"Bubble Column","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":true,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bubble_coral","localizedName":"Bubble Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bubble_coral_block","localizedName":"Bubble Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bubble_coral_fan","localizedName":"Bubble Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:bubble_coral_wall_fan","localizedName":"Bubble Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cactus","localizedName":"Cactus","material":{"powerSource":false,"lightValue":0,"hardness":0.4,"resistance":0.4,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cake","localizedName":"Cake","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:carrots","localizedName":"Carrots","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:carved_pumpkin","localizedName":"Carved Pumpkin","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cauldron","localizedName":"Cauldron","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cave_air","localizedName":"Cave Air","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chain_command_block","localizedName":"Chain Command Block","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:chest","localizedName":"Chest","material":{"powerSource":false,"lightValue":0,"hardness":2.5,"resistance":2.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:chipped_anvil","localizedName":"Chipped Anvil","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":1200,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chiseled_quartz_block","localizedName":"Chiseled Quartz Block","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chiseled_red_sandstone","localizedName":"Chiseled Red Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chiseled_sandstone","localizedName":"Chiseled Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chiseled_stone_bricks","localizedName":"Chiseled Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chorus_flower","localizedName":"Chorus Flower","material":{"powerSource":false,"lightValue":0,"hardness":0.4,"resistance":0.4,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:chorus_plant","localizedName":"Chorus Plant","material":{"powerSource":false,"lightValue":0,"hardness":0.4,"resistance":0.4,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:clay","localizedName":"Clay","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:coal_block","localizedName":"Block of Coal","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:coal_ore","localizedName":"Coal Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:coarse_dirt","localizedName":"Coarse Dirt","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#976d4d","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cobblestone","localizedName":"Cobblestone","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cobblestone_slab","localizedName":"Cobblestone Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cobblestone_stairs","localizedName":"Cobblestone Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cobblestone_wall","localizedName":"Cobblestone Wall","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cobweb","localizedName":"Cobweb","material":{"powerSource":false,"lightValue":0,"hardness":4,"resistance":4,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cocoa","localizedName":"Cocoa","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":3,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:command_block","localizedName":"Command Block","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:comparator","localizedName":"Redstone Comparator","material":{"powerSource":true,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:conduit","localizedName":"Conduit","material":{"powerSource":false,"lightValue":15,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:cracked_stone_bricks","localizedName":"Cracked Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:crafting_table","localizedName":"Crafting Table","material":{"powerSource":false,"lightValue":0,"hardness":2.5,"resistance":2.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:creeper_head","localizedName":"Creeper Head","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:creeper_wall_head","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:cut_red_sandstone","localizedName":"Cut Red Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cut_sandstone","localizedName":"Cut Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_banner","localizedName":"Cyan Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:cyan_bed","localizedName":"Cyan Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_carpet","localizedName":"Cyan Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_concrete","localizedName":"Cyan Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_concrete_powder","localizedName":"Cyan Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_glazed_terracotta","localizedName":"Cyan Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_shulker_box","localizedName":"Cyan Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:cyan_stained_glass","localizedName":"Cyan Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_stained_glass_pane","localizedName":"Cyan Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_terracotta","localizedName":"Cyan Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:cyan_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:cyan_wool","localizedName":"Cyan Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:damaged_anvil","localizedName":"Damaged Anvil","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":1200,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dandelion","localizedName":"Dandelion","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_button","localizedName":"Dark Oak Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_door","localizedName":"Dark Oak Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_fence","localizedName":"Dark Oak Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_fence_gate","localizedName":"Dark Oak Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_leaves","localizedName":"Dark Oak Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_log","localizedName":"Dark Oak Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_planks","localizedName":"Dark Oak Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_pressure_plate","localizedName":"Dark Oak Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_sapling","localizedName":"Dark Oak Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_slab","localizedName":"Dark Oak Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_stairs","localizedName":"Dark Oak Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_trapdoor","localizedName":"Dark Oak Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_oak_wood","localizedName":"Dark Oak Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_prismarine","localizedName":"Dark Prismarine","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_prismarine_slab","localizedName":"Dark Prismarine Slab","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dark_prismarine_stairs","localizedName":"Dark Prismarine Stairs","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:daylight_detector","localizedName":"Daylight Detector","material":{"powerSource":true,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:dead_brain_coral","localizedName":"Dead Brain Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_brain_coral_block","localizedName":"Dead Brain Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_brain_coral_fan","localizedName":"Dead Brain Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_brain_coral_wall_fan","localizedName":"Dead Brain Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_bubble_coral","localizedName":"Dead Bubble Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_bubble_coral_block","localizedName":"Dead Bubble Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_bubble_coral_fan","localizedName":"Dead Bubble Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_bubble_coral_wall_fan","localizedName":"Dead Bubble Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_bush","localizedName":"Dead Bush","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_fire_coral","localizedName":"Dead Fire Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_fire_coral_block","localizedName":"Dead Fire Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_fire_coral_fan","localizedName":"Dead Fire Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_fire_coral_wall_fan","localizedName":"Dead Fire Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_horn_coral","localizedName":"Dead Horn Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_horn_coral_block","localizedName":"Dead Horn Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_horn_coral_fan","localizedName":"Dead Horn Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_horn_coral_wall_fan","localizedName":"Dead Horn Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_tube_coral","localizedName":"Dead Tube Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_tube_coral_block","localizedName":"Dead Tube Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_tube_coral_fan","localizedName":"Dead Tube Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dead_tube_coral_wall_fan","localizedName":"Dead Tube Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:detector_rail","localizedName":"Detector Rail","material":{"powerSource":true,"lightValue":0,"hardness":0.7,"resistance":0.7,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:diamond_block","localizedName":"Block of Diamond","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:diamond_ore","localizedName":"Diamond Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:diorite","localizedName":"Diorite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dirt","localizedName":"Dirt","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#976d4d","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dispenser","localizedName":"Dispenser","material":{"powerSource":false,"lightValue":0,"hardness":3.5,"resistance":3.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:dragon_egg","localizedName":"Dragon Egg","material":{"powerSource":false,"lightValue":1,"hardness":3,"resistance":9,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dragon_head","localizedName":"Dragon Head","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:dragon_wall_head","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:dried_kelp_block","localizedName":"Dried Kelp Block","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":2.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#7fb238","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:dropper","localizedName":"Dropper","material":{"powerSource":false,"lightValue":0,"hardness":3.5,"resistance":3.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:emerald_block","localizedName":"Block of Emerald","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:emerald_ore","localizedName":"Emerald Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:enchanting_table","localizedName":"Enchanting Table","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":1200,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:end_gateway","localizedName":"End Gateway","material":{"powerSource":false,"lightValue":15,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:end_portal","localizedName":"End Portal","material":{"powerSource":false,"lightValue":15,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:end_portal_frame","localizedName":"End Portal Frame","material":{"powerSource":false,"lightValue":1,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:end_rod","localizedName":"End Rod","material":{"powerSource":false,"lightValue":14,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:end_stone","localizedName":"End Stone","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":9,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:end_stone_bricks","localizedName":"End Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:ender_chest","localizedName":"Ender Chest","material":{"powerSource":false,"lightValue":7,"hardness":22.5,"resistance":600,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:farmland","localizedName":"Farmland","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#976d4d","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fern","localizedName":"Fern","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fire","localizedName":"Fire","material":{"powerSource":false,"lightValue":15,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fire_coral","localizedName":"Fire Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fire_coral_block","localizedName":"Fire Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fire_coral_fan","localizedName":"Fire Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:fire_coral_wall_fan","localizedName":"Fire Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:flower_pot","localizedName":"Flower Pot","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:frosted_ice","localizedName":"Frosted Ice","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":true,"fullCube":true,"slipperiness":0.98,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a0a0ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:furnace","localizedName":"Furnace","material":{"powerSource":false,"lightValue":0,"hardness":3.5,"resistance":3.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:glass","localizedName":"Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:glass_pane","localizedName":"Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:glowstone","localizedName":"Glowstone","material":{"powerSource":false,"lightValue":15,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gold_block","localizedName":"Block of Gold","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gold_ore","localizedName":"Gold Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:granite","localizedName":"Granite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:grass","localizedName":"Grass","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:grass_block","localizedName":"Grass Block","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#7fb238","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:grass_path","localizedName":"Grass Path","material":{"powerSource":false,"lightValue":0,"hardness":0.65,"resistance":0.65,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#976d4d","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gravel","localizedName":"Gravel","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_banner","localizedName":"Gray Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:gray_bed","localizedName":"Gray Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_carpet","localizedName":"Gray Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_concrete","localizedName":"Gray Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_concrete_powder","localizedName":"Gray Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_glazed_terracotta","localizedName":"Gray Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_shulker_box","localizedName":"Gray Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:gray_stained_glass","localizedName":"Gray Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_stained_glass_pane","localizedName":"Gray Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_terracotta","localizedName":"Gray Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:gray_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:gray_wool","localizedName":"Gray Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_banner","localizedName":"Green Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:green_bed","localizedName":"Green Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_carpet","localizedName":"Green Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_concrete","localizedName":"Green Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_concrete_powder","localizedName":"Green Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_glazed_terracotta","localizedName":"Green Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_shulker_box","localizedName":"Green Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:green_stained_glass","localizedName":"Green Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_stained_glass_pane","localizedName":"Green Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_terracotta","localizedName":"Green Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:green_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:green_wool","localizedName":"Green Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:hay_block","localizedName":"Hay Bale","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#7fb238","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:heavy_weighted_pressure_plate","localizedName":"Heavy Weighted Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:hopper","localizedName":"Hopper","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":4.8,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:horn_coral","localizedName":"Horn Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:horn_coral_block","localizedName":"Horn Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:horn_coral_fan","localizedName":"Horn Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:horn_coral_wall_fan","localizedName":"Horn Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:ice","localizedName":"Ice","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":true,"fullCube":true,"slipperiness":0.98,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a0a0ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_chiseled_stone_bricks","localizedName":"Infested Chiseled Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_cobblestone","localizedName":"Infested Cobblestone","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_cracked_stone_bricks","localizedName":"Infested Cracked Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_mossy_stone_bricks","localizedName":"Infested Mossy Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_stone","localizedName":"Infested Stone","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:infested_stone_bricks","localizedName":"Infested Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0.75,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:iron_bars","localizedName":"Iron Bars","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:iron_block","localizedName":"Block of Iron","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:iron_door","localizedName":"Iron Door","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:iron_ore","localizedName":"Iron Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:iron_trapdoor","localizedName":"Iron Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jack_o_lantern","localizedName":"Jack o'Lantern","material":{"powerSource":false,"lightValue":15,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jukebox","localizedName":"Jukebox","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:jungle_button","localizedName":"Jungle Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_door","localizedName":"Jungle Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_fence","localizedName":"Jungle Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_fence_gate","localizedName":"Jungle Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_leaves","localizedName":"Jungle Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_log","localizedName":"Jungle Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_planks","localizedName":"Jungle Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_pressure_plate","localizedName":"Jungle Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_sapling","localizedName":"Jungle Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_slab","localizedName":"Jungle Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_stairs","localizedName":"Jungle Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_trapdoor","localizedName":"Jungle Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:jungle_wood","localizedName":"Jungle Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:kelp","localizedName":"Kelp","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:kelp_plant","localizedName":"Kelp Plant","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:ladder","localizedName":"Ladder","material":{"powerSource":false,"lightValue":0,"hardness":0.4,"resistance":0.4,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lapis_block","localizedName":"Lapis Lazuli Block","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lapis_ore","localizedName":"Lapis Lazuli Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:large_fern","localizedName":"Large Fern","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lava","localizedName":"Lava","material":{"powerSource":false,"lightValue":15,"hardness":100,"resistance":100,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":true,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#ff0000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lever","localizedName":"Lever","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_banner","localizedName":"Light Blue Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:light_blue_bed","localizedName":"Light Blue Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_carpet","localizedName":"Light Blue Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_concrete","localizedName":"Light Blue Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_concrete_powder","localizedName":"Light Blue Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_glazed_terracotta","localizedName":"Light Blue Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_shulker_box","localizedName":"Light Blue Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:light_blue_stained_glass","localizedName":"Light Blue Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_stained_glass_pane","localizedName":"Light Blue Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_terracotta","localizedName":"Light Blue Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_blue_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:light_blue_wool","localizedName":"Light Blue Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_banner","localizedName":"Light Gray Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:light_gray_bed","localizedName":"Light Gray Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_carpet","localizedName":"Light Gray Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_concrete","localizedName":"Light Gray Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_concrete_powder","localizedName":"Light Gray Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_glazed_terracotta","localizedName":"Light Gray Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_shulker_box","localizedName":"Light Gray Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:light_gray_stained_glass","localizedName":"Light Gray Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_stained_glass_pane","localizedName":"Light Gray Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_terracotta","localizedName":"Light Gray Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_gray_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:light_gray_wool","localizedName":"Light Gray Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:light_weighted_pressure_plate","localizedName":"Light Weighted Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lilac","localizedName":"Lilac","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lily_pad","localizedName":"Lily Pad","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_banner","localizedName":"Lime Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:lime_bed","localizedName":"Lime Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_carpet","localizedName":"Lime Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_concrete","localizedName":"Lime Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_concrete_powder","localizedName":"Lime Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_glazed_terracotta","localizedName":"Lime Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_shulker_box","localizedName":"Lime Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:lime_stained_glass","localizedName":"Lime Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_stained_glass_pane","localizedName":"Lime Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_terracotta","localizedName":"Lime Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:lime_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:lime_wool","localizedName":"Lime Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_banner","localizedName":"Magenta Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:magenta_bed","localizedName":"Magenta Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_carpet","localizedName":"Magenta Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_concrete","localizedName":"Magenta Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_concrete_powder","localizedName":"Magenta Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_glazed_terracotta","localizedName":"Magenta Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_shulker_box","localizedName":"Magenta Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:magenta_stained_glass","localizedName":"Magenta Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_stained_glass_pane","localizedName":"Magenta Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_terracotta","localizedName":"Magenta Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magenta_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:magenta_wool","localizedName":"Magenta Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:magma_block","localizedName":"Magma Block","material":{"powerSource":false,"lightValue":3,"hardness":0.5,"resistance":0.5,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:melon","localizedName":"Melon","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:melon_stem","localizedName":"Melon Stem","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:mossy_cobblestone","localizedName":"Mossy Cobblestone","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:mossy_cobblestone_wall","localizedName":"Mossy Cobblestone Wall","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:mossy_stone_bricks","localizedName":"Mossy Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:moving_piston","localizedName":"Moving Piston","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:mushroom_stem","localizedName":"Mushroom Stem","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:mycelium","localizedName":"Mycelium","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#7fb238","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_brick_fence","localizedName":"Nether Brick Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_brick_slab","localizedName":"Nether Brick Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_brick_stairs","localizedName":"Nether Brick Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_bricks","localizedName":"Nether Bricks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_portal","localizedName":"Nether Portal","material":{"powerSource":false,"lightValue":11,"hardness":-1,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_quartz_ore","localizedName":"Nether Quartz Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_wart","localizedName":"Nether Wart","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:nether_wart_block","localizedName":"Nether Wart Block","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#7fb238","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:netherrack","localizedName":"Netherrack","material":{"powerSource":false,"lightValue":0,"hardness":0.4,"resistance":0.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:note_block","localizedName":"Note Block","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_button","localizedName":"Oak Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_door","localizedName":"Oak Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_fence","localizedName":"Oak Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_fence_gate","localizedName":"Oak Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_leaves","localizedName":"Oak Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_log","localizedName":"Oak Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_planks","localizedName":"Oak Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_pressure_plate","localizedName":"Oak Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_sapling","localizedName":"Oak Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_slab","localizedName":"Oak Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_stairs","localizedName":"Oak Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_trapdoor","localizedName":"Oak Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oak_wood","localizedName":"Oak Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:observer","localizedName":"Observer","material":{"powerSource":true,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:obsidian","localizedName":"Obsidian","material":{"powerSource":false,"lightValue":0,"hardness":50,"resistance":1200,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_banner","localizedName":"Orange Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:orange_bed","localizedName":"Orange Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_carpet","localizedName":"Orange Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_concrete","localizedName":"Orange Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_concrete_powder","localizedName":"Orange Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_glazed_terracotta","localizedName":"Orange Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_shulker_box","localizedName":"Orange Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:orange_stained_glass","localizedName":"Orange Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_stained_glass_pane","localizedName":"Orange Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_terracotta","localizedName":"Orange Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_tulip","localizedName":"Orange Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:orange_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:orange_wool","localizedName":"Orange Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:oxeye_daisy","localizedName":"Oxeye Daisy","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:packed_ice","localizedName":"Packed Ice","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.98,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a0a0ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:peony","localizedName":"Peony","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:petrified_oak_slab","localizedName":"Petrified Oak Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_banner","localizedName":"Pink Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:pink_bed","localizedName":"Pink Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_carpet","localizedName":"Pink Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_concrete","localizedName":"Pink Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_concrete_powder","localizedName":"Pink Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_glazed_terracotta","localizedName":"Pink Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_shulker_box","localizedName":"Pink Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:pink_stained_glass","localizedName":"Pink Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_stained_glass_pane","localizedName":"Pink Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_terracotta","localizedName":"Pink Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_tulip","localizedName":"Pink Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pink_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:pink_wool","localizedName":"Pink Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:piston","localizedName":"Piston","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:piston_head","localizedName":"Piston Head","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:player_head","localizedName":"Player Head","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:player_wall_head","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:podzol","localizedName":"Podzol","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#976d4d","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:polished_andesite","localizedName":"Polished Andesite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:polished_diorite","localizedName":"Polished Diorite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:polished_granite","localizedName":"Polished Granite","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:poppy","localizedName":"Poppy","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potatoes","localizedName":"Potatoes","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_acacia_sapling","localizedName":"Potted Acacia Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_allium","localizedName":"Potted Allium","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_azure_bluet","localizedName":"Potted Azure Bluet","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_birch_sapling","localizedName":"Potted Birch Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_blue_orchid","localizedName":"Potted Blue Orchid","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_brown_mushroom","localizedName":"Potted Brown Mushroom","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_cactus","localizedName":"Potted Cactus","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_dandelion","localizedName":"Potted Dandelion","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_dark_oak_sapling","localizedName":"Potted Dark Oak Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_dead_bush","localizedName":"Potted Dead Bush","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_fern","localizedName":"Potted Fern","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_jungle_sapling","localizedName":"Potted Jungle Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_oak_sapling","localizedName":"Potted Oak Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_orange_tulip","localizedName":"Potted Orange Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_oxeye_daisy","localizedName":"Potted Oxeye Daisy","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_pink_tulip","localizedName":"Potted Pink Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_poppy","localizedName":"Potted Poppy","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_red_mushroom","localizedName":"Potted Red Mushroom","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_red_tulip","localizedName":"Potted Red Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_spruce_sapling","localizedName":"Potted Spruce Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:potted_white_tulip","localizedName":"Potted White Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:powered_rail","localizedName":"Powered Rail","material":{"powerSource":false,"lightValue":0,"hardness":0.7,"resistance":0.7,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine","localizedName":"Prismarine","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine_brick_slab","localizedName":"Prismarine Brick Slab","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine_brick_stairs","localizedName":"Prismarine Brick Stairs","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine_bricks","localizedName":"Prismarine Bricks","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine_slab","localizedName":"Prismarine Slab","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:prismarine_stairs","localizedName":"Prismarine Stairs","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pumpkin","localizedName":"Pumpkin","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:pumpkin_stem","localizedName":"Pumpkin Stem","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_banner","localizedName":"Purple Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:purple_bed","localizedName":"Purple Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_carpet","localizedName":"Purple Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_concrete","localizedName":"Purple Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_concrete_powder","localizedName":"Purple Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_glazed_terracotta","localizedName":"Purple Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_shulker_box","localizedName":"Purple Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:purple_stained_glass","localizedName":"Purple Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_stained_glass_pane","localizedName":"Purple Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_terracotta","localizedName":"Purple Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purple_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:purple_wool","localizedName":"Purple Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purpur_block","localizedName":"Purpur Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purpur_pillar","localizedName":"Purpur Pillar","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purpur_slab","localizedName":"Purpur Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:purpur_stairs","localizedName":"Purpur Stairs","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:quartz_block","localizedName":"Block of Quartz","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:quartz_pillar","localizedName":"Quartz Pillar","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:quartz_slab","localizedName":"Quartz Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:quartz_stairs","localizedName":"Quartz Stairs","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:rail","localizedName":"Rail","material":{"powerSource":false,"lightValue":0,"hardness":0.7,"resistance":0.7,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_banner","localizedName":"Red Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:red_bed","localizedName":"Red Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_carpet","localizedName":"Red Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_concrete","localizedName":"Red Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_concrete_powder","localizedName":"Red Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_glazed_terracotta","localizedName":"Red Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_mushroom","localizedName":"Red Mushroom","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_mushroom_block","localizedName":"Red Mushroom Block","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_nether_bricks","localizedName":"Red Nether Bricks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_sand","localizedName":"Red Sand","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_sandstone","localizedName":"Red Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_sandstone_slab","localizedName":"Red Sandstone Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_sandstone_stairs","localizedName":"Red Sandstone Stairs","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_shulker_box","localizedName":"Red Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:red_stained_glass","localizedName":"Red Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_stained_glass_pane","localizedName":"Red Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_terracotta","localizedName":"Red Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_tulip","localizedName":"Red Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:red_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:red_wool","localizedName":"Red Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_block","localizedName":"Block of Redstone","material":{"powerSource":true,"lightValue":0,"hardness":5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_lamp","localizedName":"Redstone Lamp","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_ore","localizedName":"Redstone Ore","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_torch","localizedName":"Redstone Torch","material":{"powerSource":true,"lightValue":7,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_wall_torch","localizedName":"Air","material":{"powerSource":true,"lightValue":7,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:redstone_wire","localizedName":"Redstone Dust","material":{"powerSource":true,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:repeater","localizedName":"Redstone Repeater","material":{"powerSource":true,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:repeating_command_block","localizedName":"Repeating Command Block","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:rose_bush","localizedName":"Rose Bush","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sand","localizedName":"Sand","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sandstone","localizedName":"Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sandstone_slab","localizedName":"Sandstone Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sandstone_stairs","localizedName":"Sandstone Stairs","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sea_lantern","localizedName":"Sea Lantern","material":{"powerSource":false,"lightValue":15,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sea_pickle","localizedName":"Sea Pickle","material":{"powerSource":false,"lightValue":6,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:seagrass","localizedName":"Seagrass","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:shulker_box","localizedName":"Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:sign","localizedName":"Sign","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:skeleton_skull","localizedName":"Skeleton Skull","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:skeleton_wall_skull","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:slime_block","localizedName":"Slime Block","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":true,"slipperiness":0.8,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a4a8b8","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:smooth_quartz","localizedName":"Smooth Quartz","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:smooth_red_sandstone","localizedName":"Smooth Red Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:smooth_sandstone","localizedName":"Smooth Sandstone","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:smooth_stone","localizedName":"Smooth Stone","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:snow","localizedName":"Snow","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":true,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#ffffff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:snow_block","localizedName":"Snow Block","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#ffffff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:soul_sand","localizedName":"Soul Sand","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spawner","localizedName":"Spawner","material":{"powerSource":false,"lightValue":0,"hardness":5,"resistance":5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:sponge","localizedName":"Sponge","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#e5e533","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_button","localizedName":"Spruce Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_door","localizedName":"Spruce Door","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_fence","localizedName":"Spruce Fence","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_fence_gate","localizedName":"Spruce Fence Gate","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_leaves","localizedName":"Spruce Leaves","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_log","localizedName":"Spruce Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_planks","localizedName":"Spruce Planks","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_pressure_plate","localizedName":"Spruce Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_sapling","localizedName":"Spruce Sapling","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_slab","localizedName":"Spruce Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_stairs","localizedName":"Spruce Stairs","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_trapdoor","localizedName":"Spruce Trapdoor","material":{"powerSource":false,"lightValue":0,"hardness":3,"resistance":3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:spruce_wood","localizedName":"Spruce Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sticky_piston","localizedName":"Sticky Piston","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":true,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone","localizedName":"Stone","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_brick_slab","localizedName":"Stone Brick Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_brick_stairs","localizedName":"Stone Brick Stairs","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_bricks","localizedName":"Stone Bricks","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_button","localizedName":"Stone Button","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_pressure_plate","localizedName":"Stone Pressure Plate","material":{"powerSource":true,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stone_slab","localizedName":"Stone Slab","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":6,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_acacia_log","localizedName":"Stripped Acacia Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_acacia_wood","localizedName":"Stripped Acacia Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_birch_log","localizedName":"Stripped Birch Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_birch_wood","localizedName":"Stripped Birch Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_dark_oak_log","localizedName":"Stripped Dark Oak Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_dark_oak_wood","localizedName":"Stripped Dark Oak Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_jungle_log","localizedName":"Stripped Jungle Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_jungle_wood","localizedName":"Stripped Jungle Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_oak_log","localizedName":"Stripped Oak Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_oak_wood","localizedName":"Stripped Oak Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_spruce_log","localizedName":"Stripped Spruce Log","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:stripped_spruce_wood","localizedName":"Stripped Spruce Wood","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:structure_block","localizedName":"Structure Block","material":{"powerSource":false,"lightValue":0,"hardness":-1,"resistance":3600000,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#a7a7a7","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:structure_void","localizedName":"Structure Void","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sugar_cane","localizedName":"Sugar Cane","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:sunflower","localizedName":"Sunflower","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tall_grass","localizedName":"Tall Grass","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tall_seagrass","localizedName":"Tall Seagrass","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:terracotta","localizedName":"Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tnt","localizedName":"TNT","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#ff0000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:torch","localizedName":"Torch","material":{"powerSource":false,"lightValue":14,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:trapped_chest","localizedName":"Trapped Chest","material":{"powerSource":true,"lightValue":0,"hardness":2.5,"resistance":2.5,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:tripwire","localizedName":"Tripwire","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tripwire_hook","localizedName":"Tripwire Hook","material":{"powerSource":true,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tube_coral","localizedName":"Tube Coral","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tube_coral_block","localizedName":"Tube Coral Block","material":{"powerSource":false,"lightValue":0,"hardness":1.5,"resistance":6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tube_coral_fan","localizedName":"Tube Coral Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:tube_coral_wall_fan","localizedName":"Tube Coral Wall Fan","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:turtle_egg","localizedName":"Turtle Egg","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:vine","localizedName":"Vines","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:void_air","localizedName":"Void Air","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:wall_sign","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:wall_torch","localizedName":"Air","material":{"powerSource":false,"lightValue":14,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:water","localizedName":"Water","material":{"powerSource":false,"lightValue":0,"hardness":100,"resistance":100,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":true,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":true,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#4040ff","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:wet_sponge","localizedName":"Wet Sponge","material":{"powerSource":false,"lightValue":0,"hardness":0.6,"resistance":0.6,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#e5e533","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:wheat","localizedName":"Wheat Crops","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":true,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_banner","localizedName":"White Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:white_bed","localizedName":"White Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_carpet","localizedName":"White Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_concrete","localizedName":"White Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_concrete_powder","localizedName":"White Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_glazed_terracotta","localizedName":"White Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_shulker_box","localizedName":"White Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:white_stained_glass","localizedName":"White Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_stained_glass_pane","localizedName":"White Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_terracotta","localizedName":"White Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_tulip","localizedName":"White Tulip","material":{"powerSource":false,"lightValue":0,"hardness":0,"resistance":0,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#007c00","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:white_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:white_wool","localizedName":"White Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:wither_skeleton_skull","localizedName":"Wither Skeleton Skull","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:wither_skeleton_wall_skull","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:yellow_banner","localizedName":"Yellow Banner","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:yellow_bed","localizedName":"Yellow Bed","material":{"powerSource":false,"lightValue":0,"hardness":0.2,"resistance":0.2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_carpet","localizedName":"Yellow Carpet","material":{"powerSource":false,"lightValue":0,"hardness":0.1,"resistance":0.1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":true,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_concrete","localizedName":"Yellow Concrete","material":{"powerSource":false,"lightValue":0,"hardness":1.8,"resistance":1.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_concrete_powder","localizedName":"Yellow Concrete Powder","material":{"powerSource":false,"lightValue":0,"hardness":0.5,"resistance":0.5,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#f7e9a3","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_glazed_terracotta","localizedName":"Yellow Glazed Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.4,"resistance":1.4,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_shulker_box","localizedName":"Yellow Shulker Box","material":{"powerSource":false,"lightValue":0,"hardness":2,"resistance":2,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":true,"hasContainer":true}},{"id":"minecraft:yellow_stained_glass","localizedName":"Yellow Stained Glass","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_stained_glass_pane","localizedName":"Yellow Stained Glass Pane","material":{"powerSource":false,"lightValue":0,"hardness":0.3,"resistance":0.3,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_terracotta","localizedName":"Yellow Terracotta","material":{"powerSource":false,"lightValue":0,"hardness":1.25,"resistance":4.2,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":false,"opaque":true,"replacedDuringPlacement":false,"toolRequired":true,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#707070","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:yellow_wall_banner","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#8f7748","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:yellow_wool","localizedName":"Yellow Wool","material":{"powerSource":false,"lightValue":0,"hardness":0.8,"resistance":0.8,"ticksRandomly":false,"fullCube":true,"slipperiness":0.6,"liquid":false,"solid":true,"movementBlocker":true,"burnable":true,"opaque":true,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":false,"unpushable":false,"mapColor":"#c7c7c7","isTranslucent":false,"hasContainer":false}},{"id":"minecraft:zombie_head","localizedName":"Zombie Head","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}},{"id":"minecraft:zombie_wall_head","localizedName":"Air","material":{"powerSource":false,"lightValue":0,"hardness":1,"resistance":1,"ticksRandomly":false,"fullCube":false,"slipperiness":0.6,"liquid":false,"solid":false,"movementBlocker":false,"burnable":false,"opaque":false,"replacedDuringPlacement":false,"toolRequired":false,"fragileWhenPushed":true,"unpushable":false,"mapColor":"#000000","isTranslucent":false,"hasContainer":true}}] diff --git a/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/items.json b/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/items.json index 46829d927..5c588888a 100644 --- a/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/items.json +++ b/worldedit-core/src/main/resources/com/sk89q/worldedit/world/registry/items.json @@ -1,3162 +1 @@ -[ - { - "id": "minecraft:acacia_boat", - "localizedName": "Acacia Boat" - }, - { - "id": "minecraft:acacia_button", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_door", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_log", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:acacia_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:activator_rail", - "localizedName": "Air" - }, - { - "id": "minecraft:air", - "localizedName": "Air" - }, - { - "id": "minecraft:allium", - "localizedName": "Air" - }, - { - "id": "minecraft:andesite", - "localizedName": "Air" - }, - { - "id": "minecraft:anvil", - "localizedName": "Air" - }, - { - "id": "minecraft:apple", - "localizedName": "Apple" - }, - { - "id": "minecraft:armor_stand", - "localizedName": "Armor Stand" - }, - { - "id": "minecraft:arrow", - "localizedName": "Arrow" - }, - { - "id": "minecraft:azure_bluet", - "localizedName": "Air" - }, - { - "id": "minecraft:baked_potato", - "localizedName": "Baked Potato" - }, - { - "id": "minecraft:barrier", - "localizedName": "Air" - }, - { - "id": "minecraft:bat_spawn_egg", - "localizedName": "Bat Spawn Egg" - }, - { - "id": "minecraft:beacon", - "localizedName": "Air" - }, - { - "id": "minecraft:bedrock", - "localizedName": "Air" - }, - { - "id": "minecraft:beef", - "localizedName": "Raw Beef" - }, - { - "id": "minecraft:beetroot", - "localizedName": "Beetroot" - }, - { - "id": "minecraft:beetroot_seeds", - "localizedName": "Beetroot Seeds" - }, - { - "id": "minecraft:beetroot_soup", - "localizedName": "Beetroot Soup" - }, - { - "id": "minecraft:birch_boat", - "localizedName": "Birch Boat" - }, - { - "id": "minecraft:birch_button", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_door", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_log", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:birch_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:black_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:black_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:black_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:black_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:black_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:black_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:black_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:black_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:black_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:black_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:black_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:blaze_powder", - "localizedName": "Blaze Powder" - }, - { - "id": "minecraft:blaze_rod", - "localizedName": "Blaze Rod" - }, - { - "id": "minecraft:blaze_spawn_egg", - "localizedName": "Blaze Spawn Egg" - }, - { - "id": "minecraft:blue_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_ice", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_orchid", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:blue_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:bone", - "localizedName": "Bone" - }, - { - "id": "minecraft:bone_block", - "localizedName": "Air" - }, - { - "id": "minecraft:bone_meal", - "localizedName": "Bone Meal" - }, - { - "id": "minecraft:book", - "localizedName": "Book" - }, - { - "id": "minecraft:bookshelf", - "localizedName": "Air" - }, - { - "id": "minecraft:bow", - "localizedName": "Bow" - }, - { - "id": "minecraft:bowl", - "localizedName": "Bowl" - }, - { - "id": "minecraft:brain_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:brain_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:brain_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:bread", - "localizedName": "Bread" - }, - { - "id": "minecraft:brewing_stand", - "localizedName": "Air" - }, - { - "id": "minecraft:brick", - "localizedName": "Brick" - }, - { - "id": "minecraft:brick_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:brick_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_mushroom", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_mushroom_block", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:brown_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:bubble_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:bubble_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:bubble_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:bucket", - "localizedName": "Bucket" - }, - { - "id": "minecraft:cactus", - "localizedName": "Air" - }, - { - "id": "minecraft:cactus_green", - "localizedName": "Cactus Green" - }, - { - "id": "minecraft:cake", - "localizedName": "Air" - }, - { - "id": "minecraft:carrot", - "localizedName": "Carrot" - }, - { - "id": "minecraft:carrot_on_a_stick", - "localizedName": "Carrot on a Stick" - }, - { - "id": "minecraft:carved_pumpkin", - "localizedName": "Air" - }, - { - "id": "minecraft:cauldron", - "localizedName": "Air" - }, - { - "id": "minecraft:cave_spider_spawn_egg", - "localizedName": "Cave Spider Spawn Egg" - }, - { - "id": "minecraft:chain_command_block", - "localizedName": "Air" - }, - { - "id": "minecraft:chainmail_boots", - "localizedName": "Chainmail Boots" - }, - { - "id": "minecraft:chainmail_chestplate", - "localizedName": "Chainmail Chestplate" - }, - { - "id": "minecraft:chainmail_helmet", - "localizedName": "Chainmail Helmet" - }, - { - "id": "minecraft:chainmail_leggings", - "localizedName": "Chainmail Leggings" - }, - { - "id": "minecraft:charcoal", - "localizedName": "Charcoal" - }, - { - "id": "minecraft:chest", - "localizedName": "Air" - }, - { - "id": "minecraft:chest_minecart", - "localizedName": "Minecart with Chest" - }, - { - "id": "minecraft:chicken", - "localizedName": "Raw Chicken" - }, - { - "id": "minecraft:chicken_spawn_egg", - "localizedName": "Chicken Spawn Egg" - }, - { - "id": "minecraft:chipped_anvil", - "localizedName": "Air" - }, - { - "id": "minecraft:chiseled_quartz_block", - "localizedName": "Air" - }, - { - "id": "minecraft:chiseled_red_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:chiseled_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:chiseled_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:chorus_flower", - "localizedName": "Air" - }, - { - "id": "minecraft:chorus_fruit", - "localizedName": "Chorus Fruit" - }, - { - "id": "minecraft:chorus_plant", - "localizedName": "Air" - }, - { - "id": "minecraft:clay", - "localizedName": "Air" - }, - { - "id": "minecraft:clay_ball", - "localizedName": "Clay" - }, - { - "id": "minecraft:clock", - "localizedName": "Clock" - }, - { - "id": "minecraft:coal", - "localizedName": "Coal" - }, - { - "id": "minecraft:coal_block", - "localizedName": "Air" - }, - { - "id": "minecraft:coal_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:coarse_dirt", - "localizedName": "Air" - }, - { - "id": "minecraft:cobblestone", - "localizedName": "Air" - }, - { - "id": "minecraft:cobblestone_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:cobblestone_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:cobblestone_wall", - "localizedName": "Air" - }, - { - "id": "minecraft:cobweb", - "localizedName": "Air" - }, - { - "id": "minecraft:cocoa_beans", - "localizedName": "Cocoa Beans" - }, - { - "id": "minecraft:cod", - "localizedName": "Raw Cod" - }, - { - "id": "minecraft:cod_bucket", - "localizedName": "Bucket of Cod" - }, - { - "id": "minecraft:cod_spawn_egg", - "localizedName": "Cod Spawn Egg" - }, - { - "id": "minecraft:command_block", - "localizedName": "Air" - }, - { - "id": "minecraft:command_block_minecart", - "localizedName": "Minecart with Command Block" - }, - { - "id": "minecraft:comparator", - "localizedName": "Air" - }, - { - "id": "minecraft:compass", - "localizedName": "Compass" - }, - { - "id": "minecraft:conduit", - "localizedName": "Air" - }, - { - "id": "minecraft:cooked_beef", - "localizedName": "Steak" - }, - { - "id": "minecraft:cooked_chicken", - "localizedName": "Cooked Chicken" - }, - { - "id": "minecraft:cooked_cod", - "localizedName": "Cooked Cod" - }, - { - "id": "minecraft:cooked_mutton", - "localizedName": "Cooked Mutton" - }, - { - "id": "minecraft:cooked_porkchop", - "localizedName": "Cooked Porkchop" - }, - { - "id": "minecraft:cooked_rabbit", - "localizedName": "Cooked Rabbit" - }, - { - "id": "minecraft:cooked_salmon", - "localizedName": "Cooked Salmon" - }, - { - "id": "minecraft:cookie", - "localizedName": "Cookie" - }, - { - "id": "minecraft:cow_spawn_egg", - "localizedName": "Cow Spawn Egg" - }, - { - "id": "minecraft:cracked_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:crafting_table", - "localizedName": "Air" - }, - { - "id": "minecraft:creeper_head", - "localizedName": "Air" - }, - { - "id": "minecraft:creeper_spawn_egg", - "localizedName": "Creeper Spawn Egg" - }, - { - "id": "minecraft:cut_red_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:cut_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_dye", - "localizedName": "Cyan Dye" - }, - { - "id": "minecraft:cyan_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:cyan_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:damaged_anvil", - "localizedName": "Air" - }, - { - "id": "minecraft:dandelion", - "localizedName": "Air" - }, - { - "id": "minecraft:dandelion_yellow", - "localizedName": "Dandelion Yellow" - }, - { - "id": "minecraft:dark_oak_boat", - "localizedName": "Dark Oak Boat" - }, - { - "id": "minecraft:dark_oak_button", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_door", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_log", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_oak_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_prismarine", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_prismarine_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:dark_prismarine_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:daylight_detector", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_brain_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_brain_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_brain_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_bubble_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_bubble_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_bubble_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_bush", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_fire_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_fire_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_fire_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_horn_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_horn_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_horn_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_tube_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_tube_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dead_tube_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:debug_stick", - "localizedName": "Debug Stick" - }, - { - "id": "minecraft:detector_rail", - "localizedName": "Air" - }, - { - "id": "minecraft:diamond", - "localizedName": "Diamond" - }, - { - "id": "minecraft:diamond_axe", - "localizedName": "Diamond Axe" - }, - { - "id": "minecraft:diamond_block", - "localizedName": "Air" - }, - { - "id": "minecraft:diamond_boots", - "localizedName": "Diamond Boots" - }, - { - "id": "minecraft:diamond_chestplate", - "localizedName": "Diamond Chestplate" - }, - { - "id": "minecraft:diamond_helmet", - "localizedName": "Diamond Helmet" - }, - { - "id": "minecraft:diamond_hoe", - "localizedName": "Diamond Hoe" - }, - { - "id": "minecraft:diamond_horse_armor", - "localizedName": "Diamond Horse Armor" - }, - { - "id": "minecraft:diamond_leggings", - "localizedName": "Diamond Leggings" - }, - { - "id": "minecraft:diamond_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:diamond_pickaxe", - "localizedName": "Diamond Pickaxe" - }, - { - "id": "minecraft:diamond_shovel", - "localizedName": "Diamond Shovel" - }, - { - "id": "minecraft:diamond_sword", - "localizedName": "Diamond Sword" - }, - { - "id": "minecraft:diorite", - "localizedName": "Air" - }, - { - "id": "minecraft:dirt", - "localizedName": "Air" - }, - { - "id": "minecraft:dispenser", - "localizedName": "Air" - }, - { - "id": "minecraft:dolphin_spawn_egg", - "localizedName": "Dolphin Spawn Egg" - }, - { - "id": "minecraft:donkey_spawn_egg", - "localizedName": "Donkey Spawn Egg" - }, - { - "id": "minecraft:dragon_breath", - "localizedName": "Dragon\u0027s Breath" - }, - { - "id": "minecraft:dragon_egg", - "localizedName": "Air" - }, - { - "id": "minecraft:dragon_head", - "localizedName": "Air" - }, - { - "id": "minecraft:dried_kelp", - "localizedName": "Dried Kelp" - }, - { - "id": "minecraft:dried_kelp_block", - "localizedName": "Air" - }, - { - "id": "minecraft:dropper", - "localizedName": "Air" - }, - { - "id": "minecraft:drowned_spawn_egg", - "localizedName": "Drowned Spawn Egg" - }, - { - "id": "minecraft:egg", - "localizedName": "Egg" - }, - { - "id": "minecraft:elder_guardian_spawn_egg", - "localizedName": "Elder Guardian Spawn Egg" - }, - { - "id": "minecraft:elytra", - "localizedName": "Elytra" - }, - { - "id": "minecraft:emerald", - "localizedName": "Emerald" - }, - { - "id": "minecraft:emerald_block", - "localizedName": "Air" - }, - { - "id": "minecraft:emerald_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:enchanted_book", - "localizedName": "Enchanted Book" - }, - { - "id": "minecraft:enchanted_golden_apple", - "localizedName": "Enchanted Golden Apple" - }, - { - "id": "minecraft:enchanting_table", - "localizedName": "Air" - }, - { - "id": "minecraft:end_crystal", - "localizedName": "End Crystal" - }, - { - "id": "minecraft:end_portal_frame", - "localizedName": "Air" - }, - { - "id": "minecraft:end_rod", - "localizedName": "Air" - }, - { - "id": "minecraft:end_stone", - "localizedName": "Air" - }, - { - "id": "minecraft:end_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:ender_chest", - "localizedName": "Air" - }, - { - "id": "minecraft:ender_eye", - "localizedName": "Eye of Ender" - }, - { - "id": "minecraft:ender_pearl", - "localizedName": "Ender Pearl" - }, - { - "id": "minecraft:enderman_spawn_egg", - "localizedName": "Enderman Spawn Egg" - }, - { - "id": "minecraft:endermite_spawn_egg", - "localizedName": "Endermite Spawn Egg" - }, - { - "id": "minecraft:evoker_spawn_egg", - "localizedName": "Evoker Spawn Egg" - }, - { - "id": "minecraft:experience_bottle", - "localizedName": "Bottle o\u0027 Enchanting" - }, - { - "id": "minecraft:farmland", - "localizedName": "Air" - }, - { - "id": "minecraft:feather", - "localizedName": "Feather" - }, - { - "id": "minecraft:fermented_spider_eye", - "localizedName": "Fermented Spider Eye" - }, - { - "id": "minecraft:fern", - "localizedName": "Air" - }, - { - "id": "minecraft:filled_map", - "localizedName": "Map" - }, - { - "id": "minecraft:fire_charge", - "localizedName": "Fire Charge" - }, - { - "id": "minecraft:fire_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:fire_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:fire_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:firework_rocket", - "localizedName": "Firework Rocket" - }, - { - "id": "minecraft:firework_star", - "localizedName": "Firework Star" - }, - { - "id": "minecraft:fishing_rod", - "localizedName": "Fishing Rod" - }, - { - "id": "minecraft:flint", - "localizedName": "Flint" - }, - { - "id": "minecraft:flint_and_steel", - "localizedName": "Flint and Steel" - }, - { - "id": "minecraft:flower_pot", - "localizedName": "Air" - }, - { - "id": "minecraft:furnace", - "localizedName": "Air" - }, - { - "id": "minecraft:furnace_minecart", - "localizedName": "Minecart with Furnace" - }, - { - "id": "minecraft:ghast_spawn_egg", - "localizedName": "Ghast Spawn Egg" - }, - { - "id": "minecraft:ghast_tear", - "localizedName": "Ghast Tear" - }, - { - "id": "minecraft:glass", - "localizedName": "Air" - }, - { - "id": "minecraft:glass_bottle", - "localizedName": "Glass Bottle" - }, - { - "id": "minecraft:glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:glistering_melon_slice", - "localizedName": "Glistering Melon Slice" - }, - { - "id": "minecraft:glowstone", - "localizedName": "Air" - }, - { - "id": "minecraft:glowstone_dust", - "localizedName": "Glowstone Dust" - }, - { - "id": "minecraft:gold_block", - "localizedName": "Air" - }, - { - "id": "minecraft:gold_ingot", - "localizedName": "Gold Ingot" - }, - { - "id": "minecraft:gold_nugget", - "localizedName": "Gold Nugget" - }, - { - "id": "minecraft:gold_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:golden_apple", - "localizedName": "Golden Apple" - }, - { - "id": "minecraft:golden_axe", - "localizedName": "Golden Axe" - }, - { - "id": "minecraft:golden_boots", - "localizedName": "Golden Boots" - }, - { - "id": "minecraft:golden_carrot", - "localizedName": "Golden Carrot" - }, - { - "id": "minecraft:golden_chestplate", - "localizedName": "Golden Chestplate" - }, - { - "id": "minecraft:golden_helmet", - "localizedName": "Golden Helmet" - }, - { - "id": "minecraft:golden_hoe", - "localizedName": "Golden Hoe" - }, - { - "id": "minecraft:golden_horse_armor", - "localizedName": "Golden Horse Armor" - }, - { - "id": "minecraft:golden_leggings", - "localizedName": "Golden Leggings" - }, - { - "id": "minecraft:golden_pickaxe", - "localizedName": "Golden Pickaxe" - }, - { - "id": "minecraft:golden_shovel", - "localizedName": "Golden Shovel" - }, - { - "id": "minecraft:golden_sword", - "localizedName": "Golden Sword" - }, - { - "id": "minecraft:granite", - "localizedName": "Air" - }, - { - "id": "minecraft:grass", - "localizedName": "Air" - }, - { - "id": "minecraft:grass_block", - "localizedName": "Air" - }, - { - "id": "minecraft:grass_path", - "localizedName": "Air" - }, - { - "id": "minecraft:gravel", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_dye", - "localizedName": "Gray Dye" - }, - { - "id": "minecraft:gray_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:gray_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:green_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:green_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:green_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:green_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:green_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:green_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:green_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:green_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:green_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:green_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:green_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:guardian_spawn_egg", - "localizedName": "Guardian Spawn Egg" - }, - { - "id": "minecraft:gunpowder", - "localizedName": "Gunpowder" - }, - { - "id": "minecraft:hay_block", - "localizedName": "Air" - }, - { - "id": "minecraft:heart_of_the_sea", - "localizedName": "Heart of the Sea" - }, - { - "id": "minecraft:heavy_weighted_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:hopper", - "localizedName": "Air" - }, - { - "id": "minecraft:hopper_minecart", - "localizedName": "Minecart with Hopper" - }, - { - "id": "minecraft:horn_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:horn_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:horn_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:horse_spawn_egg", - "localizedName": "Horse Spawn Egg" - }, - { - "id": "minecraft:husk_spawn_egg", - "localizedName": "Husk Spawn Egg" - }, - { - "id": "minecraft:ice", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_chiseled_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_cobblestone", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_cracked_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_mossy_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_stone", - "localizedName": "Air" - }, - { - "id": "minecraft:infested_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:ink_sac", - "localizedName": "Ink Sac" - }, - { - "id": "minecraft:iron_axe", - "localizedName": "Iron Axe" - }, - { - "id": "minecraft:iron_bars", - "localizedName": "Air" - }, - { - "id": "minecraft:iron_block", - "localizedName": "Air" - }, - { - "id": "minecraft:iron_boots", - "localizedName": "Iron Boots" - }, - { - "id": "minecraft:iron_chestplate", - "localizedName": "Iron Chestplate" - }, - { - "id": "minecraft:iron_door", - "localizedName": "Air" - }, - { - "id": "minecraft:iron_helmet", - "localizedName": "Iron Helmet" - }, - { - "id": "minecraft:iron_hoe", - "localizedName": "Iron Hoe" - }, - { - "id": "minecraft:iron_horse_armor", - "localizedName": "Iron Horse Armor" - }, - { - "id": "minecraft:iron_ingot", - "localizedName": "Iron Ingot" - }, - { - "id": "minecraft:iron_leggings", - "localizedName": "Iron Leggings" - }, - { - "id": "minecraft:iron_nugget", - "localizedName": "Iron Nugget" - }, - { - "id": "minecraft:iron_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:iron_pickaxe", - "localizedName": "Iron Pickaxe" - }, - { - "id": "minecraft:iron_shovel", - "localizedName": "Iron Shovel" - }, - { - "id": "minecraft:iron_sword", - "localizedName": "Iron Sword" - }, - { - "id": "minecraft:iron_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:item_frame", - "localizedName": "Item Frame" - }, - { - "id": "minecraft:jack_o_lantern", - "localizedName": "Air" - }, - { - "id": "minecraft:jukebox", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_boat", - "localizedName": "Jungle Boat" - }, - { - "id": "minecraft:jungle_button", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_door", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_log", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:jungle_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:kelp", - "localizedName": "Air" - }, - { - "id": "minecraft:knowledge_book", - "localizedName": "Knowledge Book" - }, - { - "id": "minecraft:ladder", - "localizedName": "Air" - }, - { - "id": "minecraft:lapis_block", - "localizedName": "Air" - }, - { - "id": "minecraft:lapis_lazuli", - "localizedName": "Lapis Lazuli" - }, - { - "id": "minecraft:lapis_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:large_fern", - "localizedName": "Air" - }, - { - "id": "minecraft:lava_bucket", - "localizedName": "Lava Bucket" - }, - { - "id": "minecraft:lead", - "localizedName": "Lead" - }, - { - "id": "minecraft:leather", - "localizedName": "Leather" - }, - { - "id": "minecraft:leather_boots", - "localizedName": "Leather Boots" - }, - { - "id": "minecraft:leather_chestplate", - "localizedName": "Leather Tunic" - }, - { - "id": "minecraft:leather_helmet", - "localizedName": "Leather Cap" - }, - { - "id": "minecraft:leather_leggings", - "localizedName": "Leather Pants" - }, - { - "id": "minecraft:lever", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_dye", - "localizedName": "Light Blue Dye" - }, - { - "id": "minecraft:light_blue_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:light_blue_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_dye", - "localizedName": "Light Gray Dye" - }, - { - "id": "minecraft:light_gray_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:light_gray_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:light_weighted_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:lilac", - "localizedName": "Air" - }, - { - "id": "minecraft:lily_pad", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_dye", - "localizedName": "Lime Dye" - }, - { - "id": "minecraft:lime_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:lime_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:lingering_potion", - "localizedName": "Lingering Water Bottle" - }, - { - "id": "minecraft:llama_spawn_egg", - "localizedName": "Llama Spawn Egg" - }, - { - "id": "minecraft:magenta_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_dye", - "localizedName": "Magenta Dye" - }, - { - "id": "minecraft:magenta_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:magenta_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:magma_block", - "localizedName": "Air" - }, - { - "id": "minecraft:magma_cream", - "localizedName": "Magma Cream" - }, - { - "id": "minecraft:magma_cube_spawn_egg", - "localizedName": "Magma Cube Spawn Egg" - }, - { - "id": "minecraft:map", - "localizedName": "Empty Map" - }, - { - "id": "minecraft:melon", - "localizedName": "Air" - }, - { - "id": "minecraft:melon_seeds", - "localizedName": "Melon Seeds" - }, - { - "id": "minecraft:melon_slice", - "localizedName": "Melon Slice" - }, - { - "id": "minecraft:milk_bucket", - "localizedName": "Milk Bucket" - }, - { - "id": "minecraft:minecart", - "localizedName": "Minecart" - }, - { - "id": "minecraft:mooshroom_spawn_egg", - "localizedName": "Mooshroom Spawn Egg" - }, - { - "id": "minecraft:mossy_cobblestone", - "localizedName": "Air" - }, - { - "id": "minecraft:mossy_cobblestone_wall", - "localizedName": "Air" - }, - { - "id": "minecraft:mossy_stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:mule_spawn_egg", - "localizedName": "Mule Spawn Egg" - }, - { - "id": "minecraft:mushroom_stem", - "localizedName": "Air" - }, - { - "id": "minecraft:mushroom_stew", - "localizedName": "Mushroom Stew" - }, - { - "id": "minecraft:music_disc_11", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_13", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_blocks", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_cat", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_chirp", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_far", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_mall", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_mellohi", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_stal", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_strad", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_wait", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:music_disc_ward", - "localizedName": "Music Disc" - }, - { - "id": "minecraft:mutton", - "localizedName": "Raw Mutton" - }, - { - "id": "minecraft:mycelium", - "localizedName": "Air" - }, - { - "id": "minecraft:name_tag", - "localizedName": "Name Tag" - }, - { - "id": "minecraft:nautilus_shell", - "localizedName": "Nautilus Shell" - }, - { - "id": "minecraft:nether_brick", - "localizedName": "Nether Brick" - }, - { - "id": "minecraft:nether_brick_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:nether_brick_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:nether_brick_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:nether_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:nether_quartz_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:nether_star", - "localizedName": "Nether Star" - }, - { - "id": "minecraft:nether_wart", - "localizedName": "Nether Wart" - }, - { - "id": "minecraft:nether_wart_block", - "localizedName": "Air" - }, - { - "id": "minecraft:netherrack", - "localizedName": "Air" - }, - { - "id": "minecraft:note_block", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_boat", - "localizedName": "Oak Boat" - }, - { - "id": "minecraft:oak_button", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_door", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_log", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:oak_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:observer", - "localizedName": "Air" - }, - { - "id": "minecraft:obsidian", - "localizedName": "Air" - }, - { - "id": "minecraft:ocelot_spawn_egg", - "localizedName": "Ocelot Spawn Egg" - }, - { - "id": "minecraft:orange_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_dye", - "localizedName": "Orange Dye" - }, - { - "id": "minecraft:orange_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_tulip", - "localizedName": "Air" - }, - { - "id": "minecraft:orange_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:oxeye_daisy", - "localizedName": "Air" - }, - { - "id": "minecraft:packed_ice", - "localizedName": "Air" - }, - { - "id": "minecraft:painting", - "localizedName": "Painting" - }, - { - "id": "minecraft:paper", - "localizedName": "Paper" - }, - { - "id": "minecraft:parrot_spawn_egg", - "localizedName": "Parrot Spawn Egg" - }, - { - "id": "minecraft:peony", - "localizedName": "Air" - }, - { - "id": "minecraft:petrified_oak_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:phantom_membrane", - "localizedName": "Phantom Membrane" - }, - { - "id": "minecraft:phantom_spawn_egg", - "localizedName": "Phantom Spawn Egg" - }, - { - "id": "minecraft:pig_spawn_egg", - "localizedName": "Pig Spawn Egg" - }, - { - "id": "minecraft:pink_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_dye", - "localizedName": "Pink Dye" - }, - { - "id": "minecraft:pink_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_tulip", - "localizedName": "Air" - }, - { - "id": "minecraft:pink_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:piston", - "localizedName": "Air" - }, - { - "id": "minecraft:player_head", - "localizedName": "Air" - }, - { - "id": "minecraft:podzol", - "localizedName": "Air" - }, - { - "id": "minecraft:poisonous_potato", - "localizedName": "Poisonous Potato" - }, - { - "id": "minecraft:polar_bear_spawn_egg", - "localizedName": "Polar Bear Spawn Egg" - }, - { - "id": "minecraft:polished_andesite", - "localizedName": "Air" - }, - { - "id": "minecraft:polished_diorite", - "localizedName": "Air" - }, - { - "id": "minecraft:polished_granite", - "localizedName": "Air" - }, - { - "id": "minecraft:popped_chorus_fruit", - "localizedName": "Popped Chorus Fruit" - }, - { - "id": "minecraft:poppy", - "localizedName": "Air" - }, - { - "id": "minecraft:porkchop", - "localizedName": "Raw Porkchop" - }, - { - "id": "minecraft:potato", - "localizedName": "Potato" - }, - { - "id": "minecraft:potion", - "localizedName": "Water Bottle" - }, - { - "id": "minecraft:powered_rail", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine_brick_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine_brick_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine_crystals", - "localizedName": "Prismarine Crystals" - }, - { - "id": "minecraft:prismarine_shard", - "localizedName": "Prismarine Shard" - }, - { - "id": "minecraft:prismarine_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:prismarine_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:pufferfish", - "localizedName": "Pufferfish" - }, - { - "id": "minecraft:pufferfish_bucket", - "localizedName": "Bucket of Pufferfish" - }, - { - "id": "minecraft:pufferfish_spawn_egg", - "localizedName": "Pufferfish Spawn Egg" - }, - { - "id": "minecraft:pumpkin", - "localizedName": "Air" - }, - { - "id": "minecraft:pumpkin_pie", - "localizedName": "Pumpkin Pie" - }, - { - "id": "minecraft:pumpkin_seeds", - "localizedName": "Pumpkin Seeds" - }, - { - "id": "minecraft:purple_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_dye", - "localizedName": "Purple Dye" - }, - { - "id": "minecraft:purple_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:purple_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:purpur_block", - "localizedName": "Air" - }, - { - "id": "minecraft:purpur_pillar", - "localizedName": "Air" - }, - { - "id": "minecraft:purpur_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:purpur_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:quartz", - "localizedName": "Nether Quartz" - }, - { - "id": "minecraft:quartz_block", - "localizedName": "Air" - }, - { - "id": "minecraft:quartz_pillar", - "localizedName": "Air" - }, - { - "id": "minecraft:quartz_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:quartz_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:rabbit", - "localizedName": "Raw Rabbit" - }, - { - "id": "minecraft:rabbit_foot", - "localizedName": "Rabbit\u0027s Foot" - }, - { - "id": "minecraft:rabbit_hide", - "localizedName": "Rabbit Hide" - }, - { - "id": "minecraft:rabbit_spawn_egg", - "localizedName": "Rabbit Spawn Egg" - }, - { - "id": "minecraft:rabbit_stew", - "localizedName": "Rabbit Stew" - }, - { - "id": "minecraft:rail", - "localizedName": "Air" - }, - { - "id": "minecraft:red_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:red_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:red_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:red_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:red_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:red_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:red_mushroom", - "localizedName": "Air" - }, - { - "id": "minecraft:red_mushroom_block", - "localizedName": "Air" - }, - { - "id": "minecraft:red_nether_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:red_sand", - "localizedName": "Air" - }, - { - "id": "minecraft:red_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:red_sandstone_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:red_sandstone_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:red_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:red_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:red_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:red_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:red_tulip", - "localizedName": "Air" - }, - { - "id": "minecraft:red_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:redstone", - "localizedName": "Air" - }, - { - "id": "minecraft:redstone_block", - "localizedName": "Air" - }, - { - "id": "minecraft:redstone_lamp", - "localizedName": "Air" - }, - { - "id": "minecraft:redstone_ore", - "localizedName": "Air" - }, - { - "id": "minecraft:redstone_torch", - "localizedName": "Air" - }, - { - "id": "minecraft:repeater", - "localizedName": "Air" - }, - { - "id": "minecraft:repeating_command_block", - "localizedName": "Air" - }, - { - "id": "minecraft:rose_bush", - "localizedName": "Air" - }, - { - "id": "minecraft:rose_red", - "localizedName": "Rose Red" - }, - { - "id": "minecraft:rotten_flesh", - "localizedName": "Rotten Flesh" - }, - { - "id": "minecraft:saddle", - "localizedName": "Saddle" - }, - { - "id": "minecraft:salmon", - "localizedName": "Raw Salmon" - }, - { - "id": "minecraft:salmon_bucket", - "localizedName": "Bucket of Salmon" - }, - { - "id": "minecraft:salmon_spawn_egg", - "localizedName": "Salmon Spawn Egg" - }, - { - "id": "minecraft:sand", - "localizedName": "Air" - }, - { - "id": "minecraft:sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:sandstone_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:sandstone_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:scute", - "localizedName": "Scute" - }, - { - "id": "minecraft:sea_lantern", - "localizedName": "Air" - }, - { - "id": "minecraft:sea_pickle", - "localizedName": "Air" - }, - { - "id": "minecraft:seagrass", - "localizedName": "Air" - }, - { - "id": "minecraft:shears", - "localizedName": "Shears" - }, - { - "id": "minecraft:sheep_spawn_egg", - "localizedName": "Sheep Spawn Egg" - }, - { - "id": "minecraft:shield", - "localizedName": "Shield" - }, - { - "id": "minecraft:shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:shulker_shell", - "localizedName": "Shulker Shell" - }, - { - "id": "minecraft:shulker_spawn_egg", - "localizedName": "Shulker Spawn Egg" - }, - { - "id": "minecraft:sign", - "localizedName": "Air" - }, - { - "id": "minecraft:silverfish_spawn_egg", - "localizedName": "Silverfish Spawn Egg" - }, - { - "id": "minecraft:skeleton_horse_spawn_egg", - "localizedName": "Skeleton Horse Spawn Egg" - }, - { - "id": "minecraft:skeleton_skull", - "localizedName": "Air" - }, - { - "id": "minecraft:skeleton_spawn_egg", - "localizedName": "Skeleton Spawn Egg" - }, - { - "id": "minecraft:slime_ball", - "localizedName": "Slimeball" - }, - { - "id": "minecraft:slime_block", - "localizedName": "Air" - }, - { - "id": "minecraft:slime_spawn_egg", - "localizedName": "Slime Spawn Egg" - }, - { - "id": "minecraft:smooth_quartz", - "localizedName": "Air" - }, - { - "id": "minecraft:smooth_red_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:smooth_sandstone", - "localizedName": "Air" - }, - { - "id": "minecraft:smooth_stone", - "localizedName": "Air" - }, - { - "id": "minecraft:snow", - "localizedName": "Air" - }, - { - "id": "minecraft:snow_block", - "localizedName": "Air" - }, - { - "id": "minecraft:snowball", - "localizedName": "Snowball" - }, - { - "id": "minecraft:soul_sand", - "localizedName": "Air" - }, - { - "id": "minecraft:spawner", - "localizedName": "Air" - }, - { - "id": "minecraft:spectral_arrow", - "localizedName": "Spectral Arrow" - }, - { - "id": "minecraft:spider_eye", - "localizedName": "Spider Eye" - }, - { - "id": "minecraft:spider_spawn_egg", - "localizedName": "Spider Spawn Egg" - }, - { - "id": "minecraft:splash_potion", - "localizedName": "Splash Water Bottle" - }, - { - "id": "minecraft:sponge", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_boat", - "localizedName": "Spruce Boat" - }, - { - "id": "minecraft:spruce_button", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_door", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_fence", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_fence_gate", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_leaves", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_log", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_planks", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_sapling", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_trapdoor", - "localizedName": "Air" - }, - { - "id": "minecraft:spruce_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:squid_spawn_egg", - "localizedName": "Squid Spawn Egg" - }, - { - "id": "minecraft:stick", - "localizedName": "Stick" - }, - { - "id": "minecraft:sticky_piston", - "localizedName": "Air" - }, - { - "id": "minecraft:stone", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_axe", - "localizedName": "Stone Axe" - }, - { - "id": "minecraft:stone_brick_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_brick_stairs", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_bricks", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_button", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_hoe", - "localizedName": "Stone Hoe" - }, - { - "id": "minecraft:stone_pickaxe", - "localizedName": "Stone Pickaxe" - }, - { - "id": "minecraft:stone_pressure_plate", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_shovel", - "localizedName": "Stone Shovel" - }, - { - "id": "minecraft:stone_slab", - "localizedName": "Air" - }, - { - "id": "minecraft:stone_sword", - "localizedName": "Stone Sword" - }, - { - "id": "minecraft:stray_spawn_egg", - "localizedName": "Stray Spawn Egg" - }, - { - "id": "minecraft:string", - "localizedName": "String" - }, - { - "id": "minecraft:stripped_acacia_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_acacia_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_birch_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_birch_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_dark_oak_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_dark_oak_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_jungle_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_jungle_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_oak_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_oak_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_spruce_log", - "localizedName": "Air" - }, - { - "id": "minecraft:stripped_spruce_wood", - "localizedName": "Air" - }, - { - "id": "minecraft:structure_block", - "localizedName": "Air" - }, - { - "id": "minecraft:structure_void", - "localizedName": "Air" - }, - { - "id": "minecraft:sugar", - "localizedName": "Sugar" - }, - { - "id": "minecraft:sugar_cane", - "localizedName": "Air" - }, - { - "id": "minecraft:sunflower", - "localizedName": "Air" - }, - { - "id": "minecraft:tall_grass", - "localizedName": "Air" - }, - { - "id": "minecraft:terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:tipped_arrow", - "localizedName": "Arrow of Poison" - }, - { - "id": "minecraft:tnt", - "localizedName": "Air" - }, - { - "id": "minecraft:tnt_minecart", - "localizedName": "Minecart with TNT" - }, - { - "id": "minecraft:torch", - "localizedName": "Air" - }, - { - "id": "minecraft:totem_of_undying", - "localizedName": "Totem of Undying" - }, - { - "id": "minecraft:trapped_chest", - "localizedName": "Air" - }, - { - "id": "minecraft:trident", - "localizedName": "Trident" - }, - { - "id": "minecraft:tripwire_hook", - "localizedName": "Air" - }, - { - "id": "minecraft:tropical_fish", - "localizedName": "Tropical Fish" - }, - { - "id": "minecraft:tropical_fish_bucket", - "localizedName": "Bucket of Tropical Fish" - }, - { - "id": "minecraft:tropical_fish_spawn_egg", - "localizedName": "Tropical Fish Spawn Egg" - }, - { - "id": "minecraft:tube_coral", - "localizedName": "Air" - }, - { - "id": "minecraft:tube_coral_block", - "localizedName": "Air" - }, - { - "id": "minecraft:tube_coral_fan", - "localizedName": "Air" - }, - { - "id": "minecraft:turtle_egg", - "localizedName": "Air" - }, - { - "id": "minecraft:turtle_helmet", - "localizedName": "Turtle Shell" - }, - { - "id": "minecraft:turtle_spawn_egg", - "localizedName": "Turtle Spawn Egg" - }, - { - "id": "minecraft:vex_spawn_egg", - "localizedName": "Vex Spawn Egg" - }, - { - "id": "minecraft:villager_spawn_egg", - "localizedName": "Villager Spawn Egg" - }, - { - "id": "minecraft:vindicator_spawn_egg", - "localizedName": "Vindicator Spawn Egg" - }, - { - "id": "minecraft:vine", - "localizedName": "Air" - }, - { - "id": "minecraft:water_bucket", - "localizedName": "Water Bucket" - }, - { - "id": "minecraft:wet_sponge", - "localizedName": "Air" - }, - { - "id": "minecraft:wheat", - "localizedName": "Wheat" - }, - { - "id": "minecraft:wheat_seeds", - "localizedName": "Wheat Seeds" - }, - { - "id": "minecraft:white_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:white_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:white_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:white_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:white_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:white_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:white_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:white_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:white_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:white_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:white_tulip", - "localizedName": "Air" - }, - { - "id": "minecraft:white_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:witch_spawn_egg", - "localizedName": "Witch Spawn Egg" - }, - { - "id": "minecraft:wither_skeleton_skull", - "localizedName": "Air" - }, - { - "id": "minecraft:wither_skeleton_spawn_egg", - "localizedName": "Wither Skeleton Spawn Egg" - }, - { - "id": "minecraft:wolf_spawn_egg", - "localizedName": "Wolf Spawn Egg" - }, - { - "id": "minecraft:wooden_axe", - "localizedName": "Wooden Axe" - }, - { - "id": "minecraft:wooden_hoe", - "localizedName": "Wooden Hoe" - }, - { - "id": "minecraft:wooden_pickaxe", - "localizedName": "Wooden Pickaxe" - }, - { - "id": "minecraft:wooden_shovel", - "localizedName": "Wooden Shovel" - }, - { - "id": "minecraft:wooden_sword", - "localizedName": "Wooden Sword" - }, - { - "id": "minecraft:writable_book", - "localizedName": "Book and Quill" - }, - { - "id": "minecraft:written_book", - "localizedName": "Written Book" - }, - { - "id": "minecraft:yellow_banner", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_bed", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_carpet", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_concrete", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_concrete_powder", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_glazed_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_shulker_box", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_stained_glass", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_stained_glass_pane", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_terracotta", - "localizedName": "Air" - }, - { - "id": "minecraft:yellow_wool", - "localizedName": "Air" - }, - { - "id": "minecraft:zombie_head", - "localizedName": "Air" - }, - { - "id": "minecraft:zombie_horse_spawn_egg", - "localizedName": "Zombie Horse Spawn Egg" - }, - { - "id": "minecraft:zombie_pigman_spawn_egg", - "localizedName": "Zombie Pigman Spawn Egg" - }, - { - "id": "minecraft:zombie_spawn_egg", - "localizedName": "Zombie Spawn Egg" - }, - { - "id": "minecraft:zombie_villager_spawn_egg", - "localizedName": "Zombie Villager Spawn Egg" - } -] \ No newline at end of file +[{"id":"minecraft:acacia_boat","localizedName":"Acacia Boat"},{"id":"minecraft:acacia_button","localizedName":"Air"},{"id":"minecraft:acacia_door","localizedName":"Air"},{"id":"minecraft:acacia_fence","localizedName":"Air"},{"id":"minecraft:acacia_fence_gate","localizedName":"Air"},{"id":"minecraft:acacia_leaves","localizedName":"Air"},{"id":"minecraft:acacia_log","localizedName":"Air"},{"id":"minecraft:acacia_planks","localizedName":"Air"},{"id":"minecraft:acacia_pressure_plate","localizedName":"Air"},{"id":"minecraft:acacia_sapling","localizedName":"Air"},{"id":"minecraft:acacia_slab","localizedName":"Air"},{"id":"minecraft:acacia_stairs","localizedName":"Air"},{"id":"minecraft:acacia_trapdoor","localizedName":"Air"},{"id":"minecraft:acacia_wood","localizedName":"Air"},{"id":"minecraft:activator_rail","localizedName":"Air"},{"id":"minecraft:air","localizedName":"Air"},{"id":"minecraft:allium","localizedName":"Air"},{"id":"minecraft:andesite","localizedName":"Air"},{"id":"minecraft:anvil","localizedName":"Air"},{"id":"minecraft:apple","localizedName":"Apple"},{"id":"minecraft:armor_stand","localizedName":"Armor Stand"},{"id":"minecraft:arrow","localizedName":"Arrow"},{"id":"minecraft:azure_bluet","localizedName":"Air"},{"id":"minecraft:baked_potato","localizedName":"Baked Potato"},{"id":"minecraft:barrier","localizedName":"Air"},{"id":"minecraft:bat_spawn_egg","localizedName":"Bat Spawn Egg"},{"id":"minecraft:beacon","localizedName":"Air"},{"id":"minecraft:bedrock","localizedName":"Air"},{"id":"minecraft:beef","localizedName":"Raw Beef"},{"id":"minecraft:beetroot","localizedName":"Beetroot"},{"id":"minecraft:beetroot_seeds","localizedName":"Beetroot Seeds"},{"id":"minecraft:beetroot_soup","localizedName":"Beetroot Soup"},{"id":"minecraft:birch_boat","localizedName":"Birch Boat"},{"id":"minecraft:birch_button","localizedName":"Air"},{"id":"minecraft:birch_door","localizedName":"Air"},{"id":"minecraft:birch_fence","localizedName":"Air"},{"id":"minecraft:birch_fence_gate","localizedName":"Air"},{"id":"minecraft:birch_leaves","localizedName":"Air"},{"id":"minecraft:birch_log","localizedName":"Air"},{"id":"minecraft:birch_planks","localizedName":"Air"},{"id":"minecraft:birch_pressure_plate","localizedName":"Air"},{"id":"minecraft:birch_sapling","localizedName":"Air"},{"id":"minecraft:birch_slab","localizedName":"Air"},{"id":"minecraft:birch_stairs","localizedName":"Air"},{"id":"minecraft:birch_trapdoor","localizedName":"Air"},{"id":"minecraft:birch_wood","localizedName":"Air"},{"id":"minecraft:black_banner","localizedName":"Air"},{"id":"minecraft:black_bed","localizedName":"Air"},{"id":"minecraft:black_carpet","localizedName":"Air"},{"id":"minecraft:black_concrete","localizedName":"Air"},{"id":"minecraft:black_concrete_powder","localizedName":"Air"},{"id":"minecraft:black_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:black_shulker_box","localizedName":"Air"},{"id":"minecraft:black_stained_glass","localizedName":"Air"},{"id":"minecraft:black_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:black_terracotta","localizedName":"Air"},{"id":"minecraft:black_wool","localizedName":"Air"},{"id":"minecraft:blaze_powder","localizedName":"Blaze Powder"},{"id":"minecraft:blaze_rod","localizedName":"Blaze Rod"},{"id":"minecraft:blaze_spawn_egg","localizedName":"Blaze Spawn Egg"},{"id":"minecraft:blue_banner","localizedName":"Air"},{"id":"minecraft:blue_bed","localizedName":"Air"},{"id":"minecraft:blue_carpet","localizedName":"Air"},{"id":"minecraft:blue_concrete","localizedName":"Air"},{"id":"minecraft:blue_concrete_powder","localizedName":"Air"},{"id":"minecraft:blue_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:blue_ice","localizedName":"Air"},{"id":"minecraft:blue_orchid","localizedName":"Air"},{"id":"minecraft:blue_shulker_box","localizedName":"Air"},{"id":"minecraft:blue_stained_glass","localizedName":"Air"},{"id":"minecraft:blue_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:blue_terracotta","localizedName":"Air"},{"id":"minecraft:blue_wool","localizedName":"Air"},{"id":"minecraft:bone","localizedName":"Bone"},{"id":"minecraft:bone_block","localizedName":"Air"},{"id":"minecraft:bone_meal","localizedName":"Bone Meal"},{"id":"minecraft:book","localizedName":"Book"},{"id":"minecraft:bookshelf","localizedName":"Air"},{"id":"minecraft:bow","localizedName":"Bow"},{"id":"minecraft:bowl","localizedName":"Bowl"},{"id":"minecraft:brain_coral","localizedName":"Air"},{"id":"minecraft:brain_coral_block","localizedName":"Air"},{"id":"minecraft:brain_coral_fan","localizedName":"Air"},{"id":"minecraft:bread","localizedName":"Bread"},{"id":"minecraft:brewing_stand","localizedName":"Air"},{"id":"minecraft:brick","localizedName":"Brick"},{"id":"minecraft:brick_slab","localizedName":"Air"},{"id":"minecraft:brick_stairs","localizedName":"Air"},{"id":"minecraft:bricks","localizedName":"Air"},{"id":"minecraft:brown_banner","localizedName":"Air"},{"id":"minecraft:brown_bed","localizedName":"Air"},{"id":"minecraft:brown_carpet","localizedName":"Air"},{"id":"minecraft:brown_concrete","localizedName":"Air"},{"id":"minecraft:brown_concrete_powder","localizedName":"Air"},{"id":"minecraft:brown_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:brown_mushroom","localizedName":"Air"},{"id":"minecraft:brown_mushroom_block","localizedName":"Air"},{"id":"minecraft:brown_shulker_box","localizedName":"Air"},{"id":"minecraft:brown_stained_glass","localizedName":"Air"},{"id":"minecraft:brown_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:brown_terracotta","localizedName":"Air"},{"id":"minecraft:brown_wool","localizedName":"Air"},{"id":"minecraft:bubble_coral","localizedName":"Air"},{"id":"minecraft:bubble_coral_block","localizedName":"Air"},{"id":"minecraft:bubble_coral_fan","localizedName":"Air"},{"id":"minecraft:bucket","localizedName":"Bucket"},{"id":"minecraft:cactus","localizedName":"Air"},{"id":"minecraft:cactus_green","localizedName":"Cactus Green"},{"id":"minecraft:cake","localizedName":"Air"},{"id":"minecraft:carrot","localizedName":"Carrot"},{"id":"minecraft:carrot_on_a_stick","localizedName":"Carrot on a Stick"},{"id":"minecraft:carved_pumpkin","localizedName":"Air"},{"id":"minecraft:cauldron","localizedName":"Air"},{"id":"minecraft:cave_spider_spawn_egg","localizedName":"Cave Spider Spawn Egg"},{"id":"minecraft:chain_command_block","localizedName":"Air"},{"id":"minecraft:chainmail_boots","localizedName":"Chainmail Boots"},{"id":"minecraft:chainmail_chestplate","localizedName":"Chainmail Chestplate"},{"id":"minecraft:chainmail_helmet","localizedName":"Chainmail Helmet"},{"id":"minecraft:chainmail_leggings","localizedName":"Chainmail Leggings"},{"id":"minecraft:charcoal","localizedName":"Charcoal"},{"id":"minecraft:chest","localizedName":"Air"},{"id":"minecraft:chest_minecart","localizedName":"Minecart with Chest"},{"id":"minecraft:chicken","localizedName":"Raw Chicken"},{"id":"minecraft:chicken_spawn_egg","localizedName":"Chicken Spawn Egg"},{"id":"minecraft:chipped_anvil","localizedName":"Air"},{"id":"minecraft:chiseled_quartz_block","localizedName":"Air"},{"id":"minecraft:chiseled_red_sandstone","localizedName":"Air"},{"id":"minecraft:chiseled_sandstone","localizedName":"Air"},{"id":"minecraft:chiseled_stone_bricks","localizedName":"Air"},{"id":"minecraft:chorus_flower","localizedName":"Air"},{"id":"minecraft:chorus_fruit","localizedName":"Chorus Fruit"},{"id":"minecraft:chorus_plant","localizedName":"Air"},{"id":"minecraft:clay","localizedName":"Air"},{"id":"minecraft:clay_ball","localizedName":"Clay"},{"id":"minecraft:clock","localizedName":"Clock"},{"id":"minecraft:coal","localizedName":"Coal"},{"id":"minecraft:coal_block","localizedName":"Air"},{"id":"minecraft:coal_ore","localizedName":"Air"},{"id":"minecraft:coarse_dirt","localizedName":"Air"},{"id":"minecraft:cobblestone","localizedName":"Air"},{"id":"minecraft:cobblestone_slab","localizedName":"Air"},{"id":"minecraft:cobblestone_stairs","localizedName":"Air"},{"id":"minecraft:cobblestone_wall","localizedName":"Air"},{"id":"minecraft:cobweb","localizedName":"Air"},{"id":"minecraft:cocoa_beans","localizedName":"Cocoa Beans"},{"id":"minecraft:cod","localizedName":"Raw Cod"},{"id":"minecraft:cod_bucket","localizedName":"Bucket of Cod"},{"id":"minecraft:cod_spawn_egg","localizedName":"Cod Spawn Egg"},{"id":"minecraft:command_block","localizedName":"Air"},{"id":"minecraft:command_block_minecart","localizedName":"Minecart with Command Block"},{"id":"minecraft:comparator","localizedName":"Air"},{"id":"minecraft:compass","localizedName":"Compass"},{"id":"minecraft:conduit","localizedName":"Air"},{"id":"minecraft:cooked_beef","localizedName":"Steak"},{"id":"minecraft:cooked_chicken","localizedName":"Cooked Chicken"},{"id":"minecraft:cooked_cod","localizedName":"Cooked Cod"},{"id":"minecraft:cooked_mutton","localizedName":"Cooked Mutton"},{"id":"minecraft:cooked_porkchop","localizedName":"Cooked Porkchop"},{"id":"minecraft:cooked_rabbit","localizedName":"Cooked Rabbit"},{"id":"minecraft:cooked_salmon","localizedName":"Cooked Salmon"},{"id":"minecraft:cookie","localizedName":"Cookie"},{"id":"minecraft:cow_spawn_egg","localizedName":"Cow Spawn Egg"},{"id":"minecraft:cracked_stone_bricks","localizedName":"Air"},{"id":"minecraft:crafting_table","localizedName":"Air"},{"id":"minecraft:creeper_head","localizedName":"Air"},{"id":"minecraft:creeper_spawn_egg","localizedName":"Creeper Spawn Egg"},{"id":"minecraft:cut_red_sandstone","localizedName":"Air"},{"id":"minecraft:cut_sandstone","localizedName":"Air"},{"id":"minecraft:cyan_banner","localizedName":"Air"},{"id":"minecraft:cyan_bed","localizedName":"Air"},{"id":"minecraft:cyan_carpet","localizedName":"Air"},{"id":"minecraft:cyan_concrete","localizedName":"Air"},{"id":"minecraft:cyan_concrete_powder","localizedName":"Air"},{"id":"minecraft:cyan_dye","localizedName":"Cyan Dye"},{"id":"minecraft:cyan_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:cyan_shulker_box","localizedName":"Air"},{"id":"minecraft:cyan_stained_glass","localizedName":"Air"},{"id":"minecraft:cyan_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:cyan_terracotta","localizedName":"Air"},{"id":"minecraft:cyan_wool","localizedName":"Air"},{"id":"minecraft:damaged_anvil","localizedName":"Air"},{"id":"minecraft:dandelion","localizedName":"Air"},{"id":"minecraft:dandelion_yellow","localizedName":"Dandelion Yellow"},{"id":"minecraft:dark_oak_boat","localizedName":"Dark Oak Boat"},{"id":"minecraft:dark_oak_button","localizedName":"Air"},{"id":"minecraft:dark_oak_door","localizedName":"Air"},{"id":"minecraft:dark_oak_fence","localizedName":"Air"},{"id":"minecraft:dark_oak_fence_gate","localizedName":"Air"},{"id":"minecraft:dark_oak_leaves","localizedName":"Air"},{"id":"minecraft:dark_oak_log","localizedName":"Air"},{"id":"minecraft:dark_oak_planks","localizedName":"Air"},{"id":"minecraft:dark_oak_pressure_plate","localizedName":"Air"},{"id":"minecraft:dark_oak_sapling","localizedName":"Air"},{"id":"minecraft:dark_oak_slab","localizedName":"Air"},{"id":"minecraft:dark_oak_stairs","localizedName":"Air"},{"id":"minecraft:dark_oak_trapdoor","localizedName":"Air"},{"id":"minecraft:dark_oak_wood","localizedName":"Air"},{"id":"minecraft:dark_prismarine","localizedName":"Air"},{"id":"minecraft:dark_prismarine_slab","localizedName":"Air"},{"id":"minecraft:dark_prismarine_stairs","localizedName":"Air"},{"id":"minecraft:daylight_detector","localizedName":"Air"},{"id":"minecraft:dead_brain_coral","localizedName":"Air"},{"id":"minecraft:dead_brain_coral_block","localizedName":"Air"},{"id":"minecraft:dead_brain_coral_fan","localizedName":"Air"},{"id":"minecraft:dead_bubble_coral","localizedName":"Air"},{"id":"minecraft:dead_bubble_coral_block","localizedName":"Air"},{"id":"minecraft:dead_bubble_coral_fan","localizedName":"Air"},{"id":"minecraft:dead_bush","localizedName":"Air"},{"id":"minecraft:dead_fire_coral","localizedName":"Air"},{"id":"minecraft:dead_fire_coral_block","localizedName":"Air"},{"id":"minecraft:dead_fire_coral_fan","localizedName":"Air"},{"id":"minecraft:dead_horn_coral","localizedName":"Air"},{"id":"minecraft:dead_horn_coral_block","localizedName":"Air"},{"id":"minecraft:dead_horn_coral_fan","localizedName":"Air"},{"id":"minecraft:dead_tube_coral","localizedName":"Air"},{"id":"minecraft:dead_tube_coral_block","localizedName":"Air"},{"id":"minecraft:dead_tube_coral_fan","localizedName":"Air"},{"id":"minecraft:debug_stick","localizedName":"Debug Stick"},{"id":"minecraft:detector_rail","localizedName":"Air"},{"id":"minecraft:diamond","localizedName":"Diamond"},{"id":"minecraft:diamond_axe","localizedName":"Diamond Axe"},{"id":"minecraft:diamond_block","localizedName":"Air"},{"id":"minecraft:diamond_boots","localizedName":"Diamond Boots"},{"id":"minecraft:diamond_chestplate","localizedName":"Diamond Chestplate"},{"id":"minecraft:diamond_helmet","localizedName":"Diamond Helmet"},{"id":"minecraft:diamond_hoe","localizedName":"Diamond Hoe"},{"id":"minecraft:diamond_horse_armor","localizedName":"Diamond Horse Armor"},{"id":"minecraft:diamond_leggings","localizedName":"Diamond Leggings"},{"id":"minecraft:diamond_ore","localizedName":"Air"},{"id":"minecraft:diamond_pickaxe","localizedName":"Diamond Pickaxe"},{"id":"minecraft:diamond_shovel","localizedName":"Diamond Shovel"},{"id":"minecraft:diamond_sword","localizedName":"Diamond Sword"},{"id":"minecraft:diorite","localizedName":"Air"},{"id":"minecraft:dirt","localizedName":"Air"},{"id":"minecraft:dispenser","localizedName":"Air"},{"id":"minecraft:dolphin_spawn_egg","localizedName":"Dolphin Spawn Egg"},{"id":"minecraft:donkey_spawn_egg","localizedName":"Donkey Spawn Egg"},{"id":"minecraft:dragon_breath","localizedName":"Dragon's Breath"},{"id":"minecraft:dragon_egg","localizedName":"Air"},{"id":"minecraft:dragon_head","localizedName":"Air"},{"id":"minecraft:dried_kelp","localizedName":"Dried Kelp"},{"id":"minecraft:dried_kelp_block","localizedName":"Air"},{"id":"minecraft:dropper","localizedName":"Air"},{"id":"minecraft:drowned_spawn_egg","localizedName":"Drowned Spawn Egg"},{"id":"minecraft:egg","localizedName":"Egg"},{"id":"minecraft:elder_guardian_spawn_egg","localizedName":"Elder Guardian Spawn Egg"},{"id":"minecraft:elytra","localizedName":"Elytra"},{"id":"minecraft:emerald","localizedName":"Emerald"},{"id":"minecraft:emerald_block","localizedName":"Air"},{"id":"minecraft:emerald_ore","localizedName":"Air"},{"id":"minecraft:enchanted_book","localizedName":"Enchanted Book"},{"id":"minecraft:enchanted_golden_apple","localizedName":"Enchanted Golden Apple"},{"id":"minecraft:enchanting_table","localizedName":"Air"},{"id":"minecraft:end_crystal","localizedName":"End Crystal"},{"id":"minecraft:end_portal_frame","localizedName":"Air"},{"id":"minecraft:end_rod","localizedName":"Air"},{"id":"minecraft:end_stone","localizedName":"Air"},{"id":"minecraft:end_stone_bricks","localizedName":"Air"},{"id":"minecraft:ender_chest","localizedName":"Air"},{"id":"minecraft:ender_eye","localizedName":"Eye of Ender"},{"id":"minecraft:ender_pearl","localizedName":"Ender Pearl"},{"id":"minecraft:enderman_spawn_egg","localizedName":"Enderman Spawn Egg"},{"id":"minecraft:endermite_spawn_egg","localizedName":"Endermite Spawn Egg"},{"id":"minecraft:evoker_spawn_egg","localizedName":"Evoker Spawn Egg"},{"id":"minecraft:experience_bottle","localizedName":"Bottle o' Enchanting"},{"id":"minecraft:farmland","localizedName":"Air"},{"id":"minecraft:feather","localizedName":"Feather"},{"id":"minecraft:fermented_spider_eye","localizedName":"Fermented Spider Eye"},{"id":"minecraft:fern","localizedName":"Air"},{"id":"minecraft:filled_map","localizedName":"Map"},{"id":"minecraft:fire_charge","localizedName":"Fire Charge"},{"id":"minecraft:fire_coral","localizedName":"Air"},{"id":"minecraft:fire_coral_block","localizedName":"Air"},{"id":"minecraft:fire_coral_fan","localizedName":"Air"},{"id":"minecraft:firework_rocket","localizedName":"Firework Rocket"},{"id":"minecraft:firework_star","localizedName":"Firework Star"},{"id":"minecraft:fishing_rod","localizedName":"Fishing Rod"},{"id":"minecraft:flint","localizedName":"Flint"},{"id":"minecraft:flint_and_steel","localizedName":"Flint and Steel"},{"id":"minecraft:flower_pot","localizedName":"Air"},{"id":"minecraft:furnace","localizedName":"Air"},{"id":"minecraft:furnace_minecart","localizedName":"Minecart with Furnace"},{"id":"minecraft:ghast_spawn_egg","localizedName":"Ghast Spawn Egg"},{"id":"minecraft:ghast_tear","localizedName":"Ghast Tear"},{"id":"minecraft:glass","localizedName":"Air"},{"id":"minecraft:glass_bottle","localizedName":"Glass Bottle"},{"id":"minecraft:glass_pane","localizedName":"Air"},{"id":"minecraft:glistering_melon_slice","localizedName":"Glistering Melon Slice"},{"id":"minecraft:glowstone","localizedName":"Air"},{"id":"minecraft:glowstone_dust","localizedName":"Glowstone Dust"},{"id":"minecraft:gold_block","localizedName":"Air"},{"id":"minecraft:gold_ingot","localizedName":"Gold Ingot"},{"id":"minecraft:gold_nugget","localizedName":"Gold Nugget"},{"id":"minecraft:gold_ore","localizedName":"Air"},{"id":"minecraft:golden_apple","localizedName":"Golden Apple"},{"id":"minecraft:golden_axe","localizedName":"Golden Axe"},{"id":"minecraft:golden_boots","localizedName":"Golden Boots"},{"id":"minecraft:golden_carrot","localizedName":"Golden Carrot"},{"id":"minecraft:golden_chestplate","localizedName":"Golden Chestplate"},{"id":"minecraft:golden_helmet","localizedName":"Golden Helmet"},{"id":"minecraft:golden_hoe","localizedName":"Golden Hoe"},{"id":"minecraft:golden_horse_armor","localizedName":"Golden Horse Armor"},{"id":"minecraft:golden_leggings","localizedName":"Golden Leggings"},{"id":"minecraft:golden_pickaxe","localizedName":"Golden Pickaxe"},{"id":"minecraft:golden_shovel","localizedName":"Golden Shovel"},{"id":"minecraft:golden_sword","localizedName":"Golden Sword"},{"id":"minecraft:granite","localizedName":"Air"},{"id":"minecraft:grass","localizedName":"Air"},{"id":"minecraft:grass_block","localizedName":"Air"},{"id":"minecraft:grass_path","localizedName":"Air"},{"id":"minecraft:gravel","localizedName":"Air"},{"id":"minecraft:gray_banner","localizedName":"Air"},{"id":"minecraft:gray_bed","localizedName":"Air"},{"id":"minecraft:gray_carpet","localizedName":"Air"},{"id":"minecraft:gray_concrete","localizedName":"Air"},{"id":"minecraft:gray_concrete_powder","localizedName":"Air"},{"id":"minecraft:gray_dye","localizedName":"Gray Dye"},{"id":"minecraft:gray_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:gray_shulker_box","localizedName":"Air"},{"id":"minecraft:gray_stained_glass","localizedName":"Air"},{"id":"minecraft:gray_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:gray_terracotta","localizedName":"Air"},{"id":"minecraft:gray_wool","localizedName":"Air"},{"id":"minecraft:green_banner","localizedName":"Air"},{"id":"minecraft:green_bed","localizedName":"Air"},{"id":"minecraft:green_carpet","localizedName":"Air"},{"id":"minecraft:green_concrete","localizedName":"Air"},{"id":"minecraft:green_concrete_powder","localizedName":"Air"},{"id":"minecraft:green_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:green_shulker_box","localizedName":"Air"},{"id":"minecraft:green_stained_glass","localizedName":"Air"},{"id":"minecraft:green_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:green_terracotta","localizedName":"Air"},{"id":"minecraft:green_wool","localizedName":"Air"},{"id":"minecraft:guardian_spawn_egg","localizedName":"Guardian Spawn Egg"},{"id":"minecraft:gunpowder","localizedName":"Gunpowder"},{"id":"minecraft:hay_block","localizedName":"Air"},{"id":"minecraft:heart_of_the_sea","localizedName":"Heart of the Sea"},{"id":"minecraft:heavy_weighted_pressure_plate","localizedName":"Air"},{"id":"minecraft:hopper","localizedName":"Air"},{"id":"minecraft:hopper_minecart","localizedName":"Minecart with Hopper"},{"id":"minecraft:horn_coral","localizedName":"Air"},{"id":"minecraft:horn_coral_block","localizedName":"Air"},{"id":"minecraft:horn_coral_fan","localizedName":"Air"},{"id":"minecraft:horse_spawn_egg","localizedName":"Horse Spawn Egg"},{"id":"minecraft:husk_spawn_egg","localizedName":"Husk Spawn Egg"},{"id":"minecraft:ice","localizedName":"Air"},{"id":"minecraft:infested_chiseled_stone_bricks","localizedName":"Air"},{"id":"minecraft:infested_cobblestone","localizedName":"Air"},{"id":"minecraft:infested_cracked_stone_bricks","localizedName":"Air"},{"id":"minecraft:infested_mossy_stone_bricks","localizedName":"Air"},{"id":"minecraft:infested_stone","localizedName":"Air"},{"id":"minecraft:infested_stone_bricks","localizedName":"Air"},{"id":"minecraft:ink_sac","localizedName":"Ink Sac"},{"id":"minecraft:iron_axe","localizedName":"Iron Axe"},{"id":"minecraft:iron_bars","localizedName":"Air"},{"id":"minecraft:iron_block","localizedName":"Air"},{"id":"minecraft:iron_boots","localizedName":"Iron Boots"},{"id":"minecraft:iron_chestplate","localizedName":"Iron Chestplate"},{"id":"minecraft:iron_door","localizedName":"Air"},{"id":"minecraft:iron_helmet","localizedName":"Iron Helmet"},{"id":"minecraft:iron_hoe","localizedName":"Iron Hoe"},{"id":"minecraft:iron_horse_armor","localizedName":"Iron Horse Armor"},{"id":"minecraft:iron_ingot","localizedName":"Iron Ingot"},{"id":"minecraft:iron_leggings","localizedName":"Iron Leggings"},{"id":"minecraft:iron_nugget","localizedName":"Iron Nugget"},{"id":"minecraft:iron_ore","localizedName":"Air"},{"id":"minecraft:iron_pickaxe","localizedName":"Iron Pickaxe"},{"id":"minecraft:iron_shovel","localizedName":"Iron Shovel"},{"id":"minecraft:iron_sword","localizedName":"Iron Sword"},{"id":"minecraft:iron_trapdoor","localizedName":"Air"},{"id":"minecraft:item_frame","localizedName":"Item Frame"},{"id":"minecraft:jack_o_lantern","localizedName":"Air"},{"id":"minecraft:jukebox","localizedName":"Air"},{"id":"minecraft:jungle_boat","localizedName":"Jungle Boat"},{"id":"minecraft:jungle_button","localizedName":"Air"},{"id":"minecraft:jungle_door","localizedName":"Air"},{"id":"minecraft:jungle_fence","localizedName":"Air"},{"id":"minecraft:jungle_fence_gate","localizedName":"Air"},{"id":"minecraft:jungle_leaves","localizedName":"Air"},{"id":"minecraft:jungle_log","localizedName":"Air"},{"id":"minecraft:jungle_planks","localizedName":"Air"},{"id":"minecraft:jungle_pressure_plate","localizedName":"Air"},{"id":"minecraft:jungle_sapling","localizedName":"Air"},{"id":"minecraft:jungle_slab","localizedName":"Air"},{"id":"minecraft:jungle_stairs","localizedName":"Air"},{"id":"minecraft:jungle_trapdoor","localizedName":"Air"},{"id":"minecraft:jungle_wood","localizedName":"Air"},{"id":"minecraft:kelp","localizedName":"Air"},{"id":"minecraft:knowledge_book","localizedName":"Knowledge Book"},{"id":"minecraft:ladder","localizedName":"Air"},{"id":"minecraft:lapis_block","localizedName":"Air"},{"id":"minecraft:lapis_lazuli","localizedName":"Lapis Lazuli"},{"id":"minecraft:lapis_ore","localizedName":"Air"},{"id":"minecraft:large_fern","localizedName":"Air"},{"id":"minecraft:lava_bucket","localizedName":"Lava Bucket"},{"id":"minecraft:lead","localizedName":"Lead"},{"id":"minecraft:leather","localizedName":"Leather"},{"id":"minecraft:leather_boots","localizedName":"Leather Boots"},{"id":"minecraft:leather_chestplate","localizedName":"Leather Tunic"},{"id":"minecraft:leather_helmet","localizedName":"Leather Cap"},{"id":"minecraft:leather_leggings","localizedName":"Leather Pants"},{"id":"minecraft:lever","localizedName":"Air"},{"id":"minecraft:light_blue_banner","localizedName":"Air"},{"id":"minecraft:light_blue_bed","localizedName":"Air"},{"id":"minecraft:light_blue_carpet","localizedName":"Air"},{"id":"minecraft:light_blue_concrete","localizedName":"Air"},{"id":"minecraft:light_blue_concrete_powder","localizedName":"Air"},{"id":"minecraft:light_blue_dye","localizedName":"Light Blue Dye"},{"id":"minecraft:light_blue_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:light_blue_shulker_box","localizedName":"Air"},{"id":"minecraft:light_blue_stained_glass","localizedName":"Air"},{"id":"minecraft:light_blue_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:light_blue_terracotta","localizedName":"Air"},{"id":"minecraft:light_blue_wool","localizedName":"Air"},{"id":"minecraft:light_gray_banner","localizedName":"Air"},{"id":"minecraft:light_gray_bed","localizedName":"Air"},{"id":"minecraft:light_gray_carpet","localizedName":"Air"},{"id":"minecraft:light_gray_concrete","localizedName":"Air"},{"id":"minecraft:light_gray_concrete_powder","localizedName":"Air"},{"id":"minecraft:light_gray_dye","localizedName":"Light Gray Dye"},{"id":"minecraft:light_gray_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:light_gray_shulker_box","localizedName":"Air"},{"id":"minecraft:light_gray_stained_glass","localizedName":"Air"},{"id":"minecraft:light_gray_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:light_gray_terracotta","localizedName":"Air"},{"id":"minecraft:light_gray_wool","localizedName":"Air"},{"id":"minecraft:light_weighted_pressure_plate","localizedName":"Air"},{"id":"minecraft:lilac","localizedName":"Air"},{"id":"minecraft:lily_pad","localizedName":"Air"},{"id":"minecraft:lime_banner","localizedName":"Air"},{"id":"minecraft:lime_bed","localizedName":"Air"},{"id":"minecraft:lime_carpet","localizedName":"Air"},{"id":"minecraft:lime_concrete","localizedName":"Air"},{"id":"minecraft:lime_concrete_powder","localizedName":"Air"},{"id":"minecraft:lime_dye","localizedName":"Lime Dye"},{"id":"minecraft:lime_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:lime_shulker_box","localizedName":"Air"},{"id":"minecraft:lime_stained_glass","localizedName":"Air"},{"id":"minecraft:lime_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:lime_terracotta","localizedName":"Air"},{"id":"minecraft:lime_wool","localizedName":"Air"},{"id":"minecraft:lingering_potion","localizedName":"Lingering Water Bottle"},{"id":"minecraft:llama_spawn_egg","localizedName":"Llama Spawn Egg"},{"id":"minecraft:magenta_banner","localizedName":"Air"},{"id":"minecraft:magenta_bed","localizedName":"Air"},{"id":"minecraft:magenta_carpet","localizedName":"Air"},{"id":"minecraft:magenta_concrete","localizedName":"Air"},{"id":"minecraft:magenta_concrete_powder","localizedName":"Air"},{"id":"minecraft:magenta_dye","localizedName":"Magenta Dye"},{"id":"minecraft:magenta_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:magenta_shulker_box","localizedName":"Air"},{"id":"minecraft:magenta_stained_glass","localizedName":"Air"},{"id":"minecraft:magenta_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:magenta_terracotta","localizedName":"Air"},{"id":"minecraft:magenta_wool","localizedName":"Air"},{"id":"minecraft:magma_block","localizedName":"Air"},{"id":"minecraft:magma_cream","localizedName":"Magma Cream"},{"id":"minecraft:magma_cube_spawn_egg","localizedName":"Magma Cube Spawn Egg"},{"id":"minecraft:map","localizedName":"Empty Map"},{"id":"minecraft:melon","localizedName":"Air"},{"id":"minecraft:melon_seeds","localizedName":"Melon Seeds"},{"id":"minecraft:melon_slice","localizedName":"Melon Slice"},{"id":"minecraft:milk_bucket","localizedName":"Milk Bucket"},{"id":"minecraft:minecart","localizedName":"Minecart"},{"id":"minecraft:mooshroom_spawn_egg","localizedName":"Mooshroom Spawn Egg"},{"id":"minecraft:mossy_cobblestone","localizedName":"Air"},{"id":"minecraft:mossy_cobblestone_wall","localizedName":"Air"},{"id":"minecraft:mossy_stone_bricks","localizedName":"Air"},{"id":"minecraft:mule_spawn_egg","localizedName":"Mule Spawn Egg"},{"id":"minecraft:mushroom_stem","localizedName":"Air"},{"id":"minecraft:mushroom_stew","localizedName":"Mushroom Stew"},{"id":"minecraft:music_disc_11","localizedName":"Music Disc"},{"id":"minecraft:music_disc_13","localizedName":"Music Disc"},{"id":"minecraft:music_disc_blocks","localizedName":"Music Disc"},{"id":"minecraft:music_disc_cat","localizedName":"Music Disc"},{"id":"minecraft:music_disc_chirp","localizedName":"Music Disc"},{"id":"minecraft:music_disc_far","localizedName":"Music Disc"},{"id":"minecraft:music_disc_mall","localizedName":"Music Disc"},{"id":"minecraft:music_disc_mellohi","localizedName":"Music Disc"},{"id":"minecraft:music_disc_stal","localizedName":"Music Disc"},{"id":"minecraft:music_disc_strad","localizedName":"Music Disc"},{"id":"minecraft:music_disc_wait","localizedName":"Music Disc"},{"id":"minecraft:music_disc_ward","localizedName":"Music Disc"},{"id":"minecraft:mutton","localizedName":"Raw Mutton"},{"id":"minecraft:mycelium","localizedName":"Air"},{"id":"minecraft:name_tag","localizedName":"Name Tag"},{"id":"minecraft:nautilus_shell","localizedName":"Nautilus Shell"},{"id":"minecraft:nether_brick","localizedName":"Nether Brick"},{"id":"minecraft:nether_brick_fence","localizedName":"Air"},{"id":"minecraft:nether_brick_slab","localizedName":"Air"},{"id":"minecraft:nether_brick_stairs","localizedName":"Air"},{"id":"minecraft:nether_bricks","localizedName":"Air"},{"id":"minecraft:nether_quartz_ore","localizedName":"Air"},{"id":"minecraft:nether_star","localizedName":"Nether Star"},{"id":"minecraft:nether_wart","localizedName":"Nether Wart"},{"id":"minecraft:nether_wart_block","localizedName":"Air"},{"id":"minecraft:netherrack","localizedName":"Air"},{"id":"minecraft:note_block","localizedName":"Air"},{"id":"minecraft:oak_boat","localizedName":"Oak Boat"},{"id":"minecraft:oak_button","localizedName":"Air"},{"id":"minecraft:oak_door","localizedName":"Air"},{"id":"minecraft:oak_fence","localizedName":"Air"},{"id":"minecraft:oak_fence_gate","localizedName":"Air"},{"id":"minecraft:oak_leaves","localizedName":"Air"},{"id":"minecraft:oak_log","localizedName":"Air"},{"id":"minecraft:oak_planks","localizedName":"Air"},{"id":"minecraft:oak_pressure_plate","localizedName":"Air"},{"id":"minecraft:oak_sapling","localizedName":"Air"},{"id":"minecraft:oak_slab","localizedName":"Air"},{"id":"minecraft:oak_stairs","localizedName":"Air"},{"id":"minecraft:oak_trapdoor","localizedName":"Air"},{"id":"minecraft:oak_wood","localizedName":"Air"},{"id":"minecraft:observer","localizedName":"Air"},{"id":"minecraft:obsidian","localizedName":"Air"},{"id":"minecraft:ocelot_spawn_egg","localizedName":"Ocelot Spawn Egg"},{"id":"minecraft:orange_banner","localizedName":"Air"},{"id":"minecraft:orange_bed","localizedName":"Air"},{"id":"minecraft:orange_carpet","localizedName":"Air"},{"id":"minecraft:orange_concrete","localizedName":"Air"},{"id":"minecraft:orange_concrete_powder","localizedName":"Air"},{"id":"minecraft:orange_dye","localizedName":"Orange Dye"},{"id":"minecraft:orange_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:orange_shulker_box","localizedName":"Air"},{"id":"minecraft:orange_stained_glass","localizedName":"Air"},{"id":"minecraft:orange_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:orange_terracotta","localizedName":"Air"},{"id":"minecraft:orange_tulip","localizedName":"Air"},{"id":"minecraft:orange_wool","localizedName":"Air"},{"id":"minecraft:oxeye_daisy","localizedName":"Air"},{"id":"minecraft:packed_ice","localizedName":"Air"},{"id":"minecraft:painting","localizedName":"Painting"},{"id":"minecraft:paper","localizedName":"Paper"},{"id":"minecraft:parrot_spawn_egg","localizedName":"Parrot Spawn Egg"},{"id":"minecraft:peony","localizedName":"Air"},{"id":"minecraft:petrified_oak_slab","localizedName":"Air"},{"id":"minecraft:phantom_membrane","localizedName":"Phantom Membrane"},{"id":"minecraft:phantom_spawn_egg","localizedName":"Phantom Spawn Egg"},{"id":"minecraft:pig_spawn_egg","localizedName":"Pig Spawn Egg"},{"id":"minecraft:pink_banner","localizedName":"Air"},{"id":"minecraft:pink_bed","localizedName":"Air"},{"id":"minecraft:pink_carpet","localizedName":"Air"},{"id":"minecraft:pink_concrete","localizedName":"Air"},{"id":"minecraft:pink_concrete_powder","localizedName":"Air"},{"id":"minecraft:pink_dye","localizedName":"Pink Dye"},{"id":"minecraft:pink_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:pink_shulker_box","localizedName":"Air"},{"id":"minecraft:pink_stained_glass","localizedName":"Air"},{"id":"minecraft:pink_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:pink_terracotta","localizedName":"Air"},{"id":"minecraft:pink_tulip","localizedName":"Air"},{"id":"minecraft:pink_wool","localizedName":"Air"},{"id":"minecraft:piston","localizedName":"Air"},{"id":"minecraft:player_head","localizedName":"Air"},{"id":"minecraft:podzol","localizedName":"Air"},{"id":"minecraft:poisonous_potato","localizedName":"Poisonous Potato"},{"id":"minecraft:polar_bear_spawn_egg","localizedName":"Polar Bear Spawn Egg"},{"id":"minecraft:polished_andesite","localizedName":"Air"},{"id":"minecraft:polished_diorite","localizedName":"Air"},{"id":"minecraft:polished_granite","localizedName":"Air"},{"id":"minecraft:popped_chorus_fruit","localizedName":"Popped Chorus Fruit"},{"id":"minecraft:poppy","localizedName":"Air"},{"id":"minecraft:porkchop","localizedName":"Raw Porkchop"},{"id":"minecraft:potato","localizedName":"Potato"},{"id":"minecraft:potion","localizedName":"Water Bottle"},{"id":"minecraft:powered_rail","localizedName":"Air"},{"id":"minecraft:prismarine","localizedName":"Air"},{"id":"minecraft:prismarine_brick_slab","localizedName":"Air"},{"id":"minecraft:prismarine_brick_stairs","localizedName":"Air"},{"id":"minecraft:prismarine_bricks","localizedName":"Air"},{"id":"minecraft:prismarine_crystals","localizedName":"Prismarine Crystals"},{"id":"minecraft:prismarine_shard","localizedName":"Prismarine Shard"},{"id":"minecraft:prismarine_slab","localizedName":"Air"},{"id":"minecraft:prismarine_stairs","localizedName":"Air"},{"id":"minecraft:pufferfish","localizedName":"Pufferfish"},{"id":"minecraft:pufferfish_bucket","localizedName":"Bucket of Pufferfish"},{"id":"minecraft:pufferfish_spawn_egg","localizedName":"Pufferfish Spawn Egg"},{"id":"minecraft:pumpkin","localizedName":"Air"},{"id":"minecraft:pumpkin_pie","localizedName":"Pumpkin Pie"},{"id":"minecraft:pumpkin_seeds","localizedName":"Pumpkin Seeds"},{"id":"minecraft:purple_banner","localizedName":"Air"},{"id":"minecraft:purple_bed","localizedName":"Air"},{"id":"minecraft:purple_carpet","localizedName":"Air"},{"id":"minecraft:purple_concrete","localizedName":"Air"},{"id":"minecraft:purple_concrete_powder","localizedName":"Air"},{"id":"minecraft:purple_dye","localizedName":"Purple Dye"},{"id":"minecraft:purple_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:purple_shulker_box","localizedName":"Air"},{"id":"minecraft:purple_stained_glass","localizedName":"Air"},{"id":"minecraft:purple_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:purple_terracotta","localizedName":"Air"},{"id":"minecraft:purple_wool","localizedName":"Air"},{"id":"minecraft:purpur_block","localizedName":"Air"},{"id":"minecraft:purpur_pillar","localizedName":"Air"},{"id":"minecraft:purpur_slab","localizedName":"Air"},{"id":"minecraft:purpur_stairs","localizedName":"Air"},{"id":"minecraft:quartz","localizedName":"Nether Quartz"},{"id":"minecraft:quartz_block","localizedName":"Air"},{"id":"minecraft:quartz_pillar","localizedName":"Air"},{"id":"minecraft:quartz_slab","localizedName":"Air"},{"id":"minecraft:quartz_stairs","localizedName":"Air"},{"id":"minecraft:rabbit","localizedName":"Raw Rabbit"},{"id":"minecraft:rabbit_foot","localizedName":"Rabbit's Foot"},{"id":"minecraft:rabbit_hide","localizedName":"Rabbit Hide"},{"id":"minecraft:rabbit_spawn_egg","localizedName":"Rabbit Spawn Egg"},{"id":"minecraft:rabbit_stew","localizedName":"Rabbit Stew"},{"id":"minecraft:rail","localizedName":"Air"},{"id":"minecraft:red_banner","localizedName":"Air"},{"id":"minecraft:red_bed","localizedName":"Air"},{"id":"minecraft:red_carpet","localizedName":"Air"},{"id":"minecraft:red_concrete","localizedName":"Air"},{"id":"minecraft:red_concrete_powder","localizedName":"Air"},{"id":"minecraft:red_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:red_mushroom","localizedName":"Air"},{"id":"minecraft:red_mushroom_block","localizedName":"Air"},{"id":"minecraft:red_nether_bricks","localizedName":"Air"},{"id":"minecraft:red_sand","localizedName":"Air"},{"id":"minecraft:red_sandstone","localizedName":"Air"},{"id":"minecraft:red_sandstone_slab","localizedName":"Air"},{"id":"minecraft:red_sandstone_stairs","localizedName":"Air"},{"id":"minecraft:red_shulker_box","localizedName":"Air"},{"id":"minecraft:red_stained_glass","localizedName":"Air"},{"id":"minecraft:red_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:red_terracotta","localizedName":"Air"},{"id":"minecraft:red_tulip","localizedName":"Air"},{"id":"minecraft:red_wool","localizedName":"Air"},{"id":"minecraft:redstone","localizedName":"Air"},{"id":"minecraft:redstone_block","localizedName":"Air"},{"id":"minecraft:redstone_lamp","localizedName":"Air"},{"id":"minecraft:redstone_ore","localizedName":"Air"},{"id":"minecraft:redstone_torch","localizedName":"Air"},{"id":"minecraft:repeater","localizedName":"Air"},{"id":"minecraft:repeating_command_block","localizedName":"Air"},{"id":"minecraft:rose_bush","localizedName":"Air"},{"id":"minecraft:rose_red","localizedName":"Rose Red"},{"id":"minecraft:rotten_flesh","localizedName":"Rotten Flesh"},{"id":"minecraft:saddle","localizedName":"Saddle"},{"id":"minecraft:salmon","localizedName":"Raw Salmon"},{"id":"minecraft:salmon_bucket","localizedName":"Bucket of Salmon"},{"id":"minecraft:salmon_spawn_egg","localizedName":"Salmon Spawn Egg"},{"id":"minecraft:sand","localizedName":"Air"},{"id":"minecraft:sandstone","localizedName":"Air"},{"id":"minecraft:sandstone_slab","localizedName":"Air"},{"id":"minecraft:sandstone_stairs","localizedName":"Air"},{"id":"minecraft:scute","localizedName":"Scute"},{"id":"minecraft:sea_lantern","localizedName":"Air"},{"id":"minecraft:sea_pickle","localizedName":"Air"},{"id":"minecraft:seagrass","localizedName":"Air"},{"id":"minecraft:shears","localizedName":"Shears"},{"id":"minecraft:sheep_spawn_egg","localizedName":"Sheep Spawn Egg"},{"id":"minecraft:shield","localizedName":"Shield"},{"id":"minecraft:shulker_box","localizedName":"Air"},{"id":"minecraft:shulker_shell","localizedName":"Shulker Shell"},{"id":"minecraft:shulker_spawn_egg","localizedName":"Shulker Spawn Egg"},{"id":"minecraft:sign","localizedName":"Air"},{"id":"minecraft:silverfish_spawn_egg","localizedName":"Silverfish Spawn Egg"},{"id":"minecraft:skeleton_horse_spawn_egg","localizedName":"Skeleton Horse Spawn Egg"},{"id":"minecraft:skeleton_skull","localizedName":"Air"},{"id":"minecraft:skeleton_spawn_egg","localizedName":"Skeleton Spawn Egg"},{"id":"minecraft:slime_ball","localizedName":"Slimeball"},{"id":"minecraft:slime_block","localizedName":"Air"},{"id":"minecraft:slime_spawn_egg","localizedName":"Slime Spawn Egg"},{"id":"minecraft:smooth_quartz","localizedName":"Air"},{"id":"minecraft:smooth_red_sandstone","localizedName":"Air"},{"id":"minecraft:smooth_sandstone","localizedName":"Air"},{"id":"minecraft:smooth_stone","localizedName":"Air"},{"id":"minecraft:snow","localizedName":"Air"},{"id":"minecraft:snow_block","localizedName":"Air"},{"id":"minecraft:snowball","localizedName":"Snowball"},{"id":"minecraft:soul_sand","localizedName":"Air"},{"id":"minecraft:spawner","localizedName":"Air"},{"id":"minecraft:spectral_arrow","localizedName":"Spectral Arrow"},{"id":"minecraft:spider_eye","localizedName":"Spider Eye"},{"id":"minecraft:spider_spawn_egg","localizedName":"Spider Spawn Egg"},{"id":"minecraft:splash_potion","localizedName":"Splash Water Bottle"},{"id":"minecraft:sponge","localizedName":"Air"},{"id":"minecraft:spruce_boat","localizedName":"Spruce Boat"},{"id":"minecraft:spruce_button","localizedName":"Air"},{"id":"minecraft:spruce_door","localizedName":"Air"},{"id":"minecraft:spruce_fence","localizedName":"Air"},{"id":"minecraft:spruce_fence_gate","localizedName":"Air"},{"id":"minecraft:spruce_leaves","localizedName":"Air"},{"id":"minecraft:spruce_log","localizedName":"Air"},{"id":"minecraft:spruce_planks","localizedName":"Air"},{"id":"minecraft:spruce_pressure_plate","localizedName":"Air"},{"id":"minecraft:spruce_sapling","localizedName":"Air"},{"id":"minecraft:spruce_slab","localizedName":"Air"},{"id":"minecraft:spruce_stairs","localizedName":"Air"},{"id":"minecraft:spruce_trapdoor","localizedName":"Air"},{"id":"minecraft:spruce_wood","localizedName":"Air"},{"id":"minecraft:squid_spawn_egg","localizedName":"Squid Spawn Egg"},{"id":"minecraft:stick","localizedName":"Stick"},{"id":"minecraft:sticky_piston","localizedName":"Air"},{"id":"minecraft:stone","localizedName":"Air"},{"id":"minecraft:stone_axe","localizedName":"Stone Axe"},{"id":"minecraft:stone_brick_slab","localizedName":"Air"},{"id":"minecraft:stone_brick_stairs","localizedName":"Air"},{"id":"minecraft:stone_bricks","localizedName":"Air"},{"id":"minecraft:stone_button","localizedName":"Air"},{"id":"minecraft:stone_hoe","localizedName":"Stone Hoe"},{"id":"minecraft:stone_pickaxe","localizedName":"Stone Pickaxe"},{"id":"minecraft:stone_pressure_plate","localizedName":"Air"},{"id":"minecraft:stone_shovel","localizedName":"Stone Shovel"},{"id":"minecraft:stone_slab","localizedName":"Air"},{"id":"minecraft:stone_sword","localizedName":"Stone Sword"},{"id":"minecraft:stray_spawn_egg","localizedName":"Stray Spawn Egg"},{"id":"minecraft:string","localizedName":"String"},{"id":"minecraft:stripped_acacia_log","localizedName":"Air"},{"id":"minecraft:stripped_acacia_wood","localizedName":"Air"},{"id":"minecraft:stripped_birch_log","localizedName":"Air"},{"id":"minecraft:stripped_birch_wood","localizedName":"Air"},{"id":"minecraft:stripped_dark_oak_log","localizedName":"Air"},{"id":"minecraft:stripped_dark_oak_wood","localizedName":"Air"},{"id":"minecraft:stripped_jungle_log","localizedName":"Air"},{"id":"minecraft:stripped_jungle_wood","localizedName":"Air"},{"id":"minecraft:stripped_oak_log","localizedName":"Air"},{"id":"minecraft:stripped_oak_wood","localizedName":"Air"},{"id":"minecraft:stripped_spruce_log","localizedName":"Air"},{"id":"minecraft:stripped_spruce_wood","localizedName":"Air"},{"id":"minecraft:structure_block","localizedName":"Air"},{"id":"minecraft:structure_void","localizedName":"Air"},{"id":"minecraft:sugar","localizedName":"Sugar"},{"id":"minecraft:sugar_cane","localizedName":"Air"},{"id":"minecraft:sunflower","localizedName":"Air"},{"id":"minecraft:tall_grass","localizedName":"Air"},{"id":"minecraft:terracotta","localizedName":"Air"},{"id":"minecraft:tipped_arrow","localizedName":"Arrow of Poison"},{"id":"minecraft:tnt","localizedName":"Air"},{"id":"minecraft:tnt_minecart","localizedName":"Minecart with TNT"},{"id":"minecraft:torch","localizedName":"Air"},{"id":"minecraft:totem_of_undying","localizedName":"Totem of Undying"},{"id":"minecraft:trapped_chest","localizedName":"Air"},{"id":"minecraft:trident","localizedName":"Trident"},{"id":"minecraft:tripwire_hook","localizedName":"Air"},{"id":"minecraft:tropical_fish","localizedName":"Tropical Fish"},{"id":"minecraft:tropical_fish_bucket","localizedName":"Bucket of Tropical Fish"},{"id":"minecraft:tropical_fish_spawn_egg","localizedName":"Tropical Fish Spawn Egg"},{"id":"minecraft:tube_coral","localizedName":"Air"},{"id":"minecraft:tube_coral_block","localizedName":"Air"},{"id":"minecraft:tube_coral_fan","localizedName":"Air"},{"id":"minecraft:turtle_egg","localizedName":"Air"},{"id":"minecraft:turtle_helmet","localizedName":"Turtle Shell"},{"id":"minecraft:turtle_spawn_egg","localizedName":"Turtle Spawn Egg"},{"id":"minecraft:vex_spawn_egg","localizedName":"Vex Spawn Egg"},{"id":"minecraft:villager_spawn_egg","localizedName":"Villager Spawn Egg"},{"id":"minecraft:vindicator_spawn_egg","localizedName":"Vindicator Spawn Egg"},{"id":"minecraft:vine","localizedName":"Air"},{"id":"minecraft:water_bucket","localizedName":"Water Bucket"},{"id":"minecraft:wet_sponge","localizedName":"Air"},{"id":"minecraft:wheat","localizedName":"Wheat"},{"id":"minecraft:wheat_seeds","localizedName":"Wheat Seeds"},{"id":"minecraft:white_banner","localizedName":"Air"},{"id":"minecraft:white_bed","localizedName":"Air"},{"id":"minecraft:white_carpet","localizedName":"Air"},{"id":"minecraft:white_concrete","localizedName":"Air"},{"id":"minecraft:white_concrete_powder","localizedName":"Air"},{"id":"minecraft:white_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:white_shulker_box","localizedName":"Air"},{"id":"minecraft:white_stained_glass","localizedName":"Air"},{"id":"minecraft:white_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:white_terracotta","localizedName":"Air"},{"id":"minecraft:white_tulip","localizedName":"Air"},{"id":"minecraft:white_wool","localizedName":"Air"},{"id":"minecraft:witch_spawn_egg","localizedName":"Witch Spawn Egg"},{"id":"minecraft:wither_skeleton_skull","localizedName":"Air"},{"id":"minecraft:wither_skeleton_spawn_egg","localizedName":"Wither Skeleton Spawn Egg"},{"id":"minecraft:wolf_spawn_egg","localizedName":"Wolf Spawn Egg"},{"id":"minecraft:wooden_axe","localizedName":"Wooden Axe"},{"id":"minecraft:wooden_hoe","localizedName":"Wooden Hoe"},{"id":"minecraft:wooden_pickaxe","localizedName":"Wooden Pickaxe"},{"id":"minecraft:wooden_shovel","localizedName":"Wooden Shovel"},{"id":"minecraft:wooden_sword","localizedName":"Wooden Sword"},{"id":"minecraft:writable_book","localizedName":"Book and Quill"},{"id":"minecraft:written_book","localizedName":"Written Book"},{"id":"minecraft:yellow_banner","localizedName":"Air"},{"id":"minecraft:yellow_bed","localizedName":"Air"},{"id":"minecraft:yellow_carpet","localizedName":"Air"},{"id":"minecraft:yellow_concrete","localizedName":"Air"},{"id":"minecraft:yellow_concrete_powder","localizedName":"Air"},{"id":"minecraft:yellow_glazed_terracotta","localizedName":"Air"},{"id":"minecraft:yellow_shulker_box","localizedName":"Air"},{"id":"minecraft:yellow_stained_glass","localizedName":"Air"},{"id":"minecraft:yellow_stained_glass_pane","localizedName":"Air"},{"id":"minecraft:yellow_terracotta","localizedName":"Air"},{"id":"minecraft:yellow_wool","localizedName":"Air"},{"id":"minecraft:zombie_head","localizedName":"Air"},{"id":"minecraft:zombie_horse_spawn_egg","localizedName":"Zombie Horse Spawn Egg"},{"id":"minecraft:zombie_pigman_spawn_egg","localizedName":"Zombie Pigman Spawn Egg"},{"id":"minecraft:zombie_spawn_egg","localizedName":"Zombie Spawn Egg"},{"id":"minecraft:zombie_villager_spawn_egg","localizedName":"Zombie Villager Spawn Egg"}] \ No newline at end of file diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index e70c499a7..4810c8666 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -136,7 +136,7 @@ "fawe.error.schematic.not.found": "Schematic {0} not found.", "fawe.cancel.worldedit.cancel.count": "Cancelled {0} edits.", - "fawe.cancel.worldedit.cancel.reason.confirm": "Use //confirm to execute {2}", + "fawe.cancel.worldedit.cancel.reason.confirm": "Use //confirm to execute {0}", "fawe.cancel.worldedit.cancel.reason.confirm.region": "Your selection is large ({0} -> {1}, containing {3} blocks). Use //confirm to execute {2}", "fawe.cancel.worldedit.cancel.reason.confirm.radius": "Your radius is large ({0} > {1}). Use //confirm to execute {2}", "fawe.cancel.worldedit.cancel.reason.confirm.limit": "You're exceeding your limit for this action ({0} > {1}). Use //confirm to execute {2}", @@ -380,7 +380,7 @@ "worldedit.hpos.no-block": "No block in sight!", "worldedit.hpos.already-set": "Position already set.", "worldedit.chunk.selected-multiple": "Chunks selected: ({0}, {1}) - ({2}, {3})", - "worldedit.chunk.selected": "Chunk selected: {0}, {1}, {2}", + "worldedit.chunk.selected": "Chunk selected: {0}, {1}", "worldedit.wand.invalid": "Wand item is mis-configured or disabled.", "worldedit.wand.selwand.info": "Left click: select pos #1; Right click: select pos #2", "worldedit.wand.selwand.now.tool": "The selection wand is now a normal tool. You can disable it with {0} and rebind it to any item with {1} or get a new wand with {2}.",