From 3ae2fea4e77ecb686a294a3eb6539320cdd4513a Mon Sep 17 00:00:00 2001 From: ecx86 Date: Wed, 13 Sep 2017 13:52:42 -0400 Subject: [PATCH] Add 1.12 data --- 1_12-data/biomes.json | 2420 ++++ 1_12-data/blocks.json | 23410 ++++++++++++++++++++++++++++++++++++++ 1_12-data/entities.json | 1414 +++ 1_12-data/items.json | 11666 +++++++++++++++++++ 4 files changed, 38910 insertions(+) create mode 100644 1_12-data/biomes.json create mode 100644 1_12-data/blocks.json create mode 100644 1_12-data/entities.json create mode 100644 1_12-data/items.json diff --git a/1_12-data/biomes.json b/1_12-data/biomes.json new file mode 100644 index 0000000..00b99ae --- /dev/null +++ b/1_12-data/biomes.json @@ -0,0 +1,2420 @@ +[ + { + "id": 0, + "name": "ocean", + "displayName": "Ocean", + "baseHeight": -1.0, + "heightVariation": 0.1, + "temperature": 0.5, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 1, + "name": "plains", + "displayName": "Plains", + "baseHeight": 0.125, + "heightVariation": 0.05, + "temperature": 0.8, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 2, + "name": "desert", + "displayName": "Desert", + "baseHeight": 0.125, + "heightVariation": 0.05, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 51, 50, 55, 58, 66, 54, 27, 23], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 3, + "name": "extreme_hills", + "displayName": "Extreme Hills", + "baseHeight": 1.0, + "heightVariation": 0.5, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 4, + "name": "forest", + "displayName": "Forest", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.7, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 5, + "name": "taiga", + "displayName": "Taiga", + "baseHeight": 0.2, + "heightVariation": 0.2, + "temperature": 0.25, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 6, + "name": "swampland", + "displayName": "Swampland", + "baseHeight": -0.2, + "heightVariation": 0.1, + "temperature": 0.8, + "rainfall": 0.9, + "waterColor": 14745518, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66, 55], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 7, + "name": "river", + "displayName": "River", + "baseHeight": -0.5, + "heightVariation": 0.0, + "temperature": 0.5, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 8, + "name": "hell", + "displayName": "Hell", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [56, 57, 62, 58], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 9, + "name": "sky", + "displayName": "The End", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.5, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [58], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 10, + "name": "frozen_ocean", + "displayName": "FrozenOcean", + "baseHeight": -1.0, + "heightVariation": 0.1, + "temperature": 0.0, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 11, + "name": "frozen_river", + "displayName": "FrozenRiver", + "baseHeight": -0.5, + "heightVariation": 0.0, + "temperature": 0.0, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 12, + "name": "ice_flats", + "displayName": "Ice Plains", + "baseHeight": 0.125, + "heightVariation": 0.05, + "temperature": 0.0, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 50, 55, 58, 66, 51, 6], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101, 102], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 13, + "name": "ice_mountains", + "displayName": "Ice Mountains", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.0, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 50, 55, 58, 66, 51, 6], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101, 102], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 14, + "name": "mushroom_island", + "displayName": "MushroomIsland", + "baseHeight": 0.2, + "heightVariation": 0.3, + "temperature": 0.9, + "rainfall": 1.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [96], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 15, + "name": "mushroom_island_shore", + "displayName": "MushroomIslandShore", + "baseHeight": 0.0, + "heightVariation": 0.025, + "temperature": 0.9, + "rainfall": 1.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [96], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 16, + "name": "beaches", + "displayName": "Beach", + "baseHeight": 0.0, + "heightVariation": 0.025, + "temperature": 0.8, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 17, + "name": "desert_hills", + "displayName": "DesertHills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 51, 50, 55, 58, 66, 54, 27, 23], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 18, + "name": "forest_hills", + "displayName": "ForestHills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.7, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 19, + "name": "taiga_hills", + "displayName": "TaigaHills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.25, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 20, + "name": "smaller_extreme_hills", + "displayName": "Extreme Hills Edge", + "baseHeight": 0.8, + "heightVariation": 0.3, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 21, + "name": "jungle", + "displayName": "Jungle", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.95, + "rainfall": 0.9, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66, 98], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 105, 93], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 22, + "name": "jungle_hills", + "displayName": "JungleHills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.95, + "rainfall": 0.9, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66, 98], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 105, 93], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 23, + "name": "jungle_edge", + "displayName": "JungleEdge", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.95, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 105, 93], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 24, + "name": "deep_ocean", + "displayName": "Deep Ocean", + "baseHeight": -1.8, + "heightVariation": 0.1, + "temperature": 0.5, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 25, + "name": "stone_beach", + "displayName": "Stone Beach", + "baseHeight": 0.1, + "heightVariation": 0.8, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 26, + "name": "cold_beach", + "displayName": "Cold Beach", + "baseHeight": 0.0, + "heightVariation": 0.025, + "temperature": 0.05, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 27, + "name": "birch_forest", + "displayName": "Birch Forest", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.6, + "rainfall": 0.6, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 28, + "name": "birch_forest_hills", + "displayName": "Birch Forest Hills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.6, + "rainfall": 0.6, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 29, + "name": "roofed_forest", + "displayName": "Roofed Forest", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.7, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 30, + "name": "taiga_cold", + "displayName": "Cold Taiga", + "baseHeight": 0.2, + "heightVariation": 0.2, + "temperature": -0.5, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 31, + "name": "taiga_cold_hills", + "displayName": "Cold Taiga Hills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": -0.5, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 32, + "name": "redwood_taiga", + "displayName": "Mega Taiga", + "baseHeight": 0.2, + "heightVariation": 0.2, + "temperature": 0.3, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 33, + "name": "redwood_taiga_hills", + "displayName": "Mega Taiga Hills", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 0.3, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 34, + "name": "extreme_hills_with_trees", + "displayName": "Extreme Hills+", + "baseHeight": 1.0, + "heightVariation": 0.5, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 35, + "name": "savanna", + "displayName": "Savanna", + "baseHeight": 0.125, + "heightVariation": 0.05, + "temperature": 1.2, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 36, + "name": "savanna_rock", + "displayName": "Savanna Plateau", + "baseHeight": 1.5, + "heightVariation": 0.025, + "temperature": 1.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 37, + "name": "mesa", + "displayName": "Mesa", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 38, + "name": "mesa_rock", + "displayName": "Mesa Plateau F", + "baseHeight": 1.5, + "heightVariation": 0.025, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 39, + "name": "mesa_clear_rock", + "displayName": "Mesa Plateau", + "baseHeight": 1.5, + "heightVariation": 0.025, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 127, + "name": "void", + "displayName": "The Void", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 0.5, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "null", + "spawnableCreatures": { + "monster": { + "entities": [], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 129, + "name": "mutated_plains", + "displayName": "Sunflower Plains", + "baseHeight": 0.125, + "heightVariation": 0.05, + "temperature": 0.8, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "plains", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 130, + "name": "mutated_desert", + "displayName": "Desert M", + "baseHeight": 0.225, + "heightVariation": 0.25, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "desert", + "spawnableCreatures": { + "monster": { + "entities": [52, 51, 50, 55, 58, 66, 54, 27, 23], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 131, + "name": "mutated_extreme_hills", + "displayName": "Extreme Hills M", + "baseHeight": 1.0, + "heightVariation": 0.5, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "extreme_hills", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 132, + "name": "mutated_forest", + "displayName": "Flower Forest", + "baseHeight": 0.1, + "heightVariation": 0.4, + "temperature": 0.7, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "forest", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 133, + "name": "mutated_taiga", + "displayName": "Taiga M", + "baseHeight": 0.3, + "heightVariation": 0.4, + "temperature": 0.25, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "taiga", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 134, + "name": "mutated_swampland", + "displayName": "Swampland M", + "baseHeight": -0.1, + "heightVariation": 0.3, + "temperature": 0.8, + "rainfall": 0.9, + "waterColor": 14745518, + "enableSnow": false, + "enableRain": true, + "baseBiome": "swampland", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66, 55], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 140, + "name": "mutated_ice_flats", + "displayName": "Ice Plains Spikes", + "baseHeight": 0.425, + "heightVariation": 0.45000002, + "temperature": 0.0, + "rainfall": 0.5, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "ice_flats", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 50, 55, 58, 66, 51, 6], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [101, 102], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 149, + "name": "mutated_jungle", + "displayName": "Jungle M", + "baseHeight": 0.2, + "heightVariation": 0.4, + "temperature": 0.95, + "rainfall": 0.9, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "jungle", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66, 98], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 105, 93], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 151, + "name": "mutated_jungle_edge", + "displayName": "JungleEdge M", + "baseHeight": 0.2, + "heightVariation": 0.4, + "temperature": 0.95, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "jungle_edge", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 105, 93], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 155, + "name": "mutated_birch_forest", + "displayName": "Birch Forest M", + "baseHeight": 0.2, + "heightVariation": 0.4, + "temperature": 0.6, + "rainfall": 0.6, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "birch_forest", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 156, + "name": "mutated_birch_forest_hills", + "displayName": "Birch Forest Hills M", + "baseHeight": 0.55, + "heightVariation": 0.5, + "temperature": 0.6, + "rainfall": 0.6, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "birch_forest_hills", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 157, + "name": "mutated_roofed_forest", + "displayName": "Roofed Forest M", + "baseHeight": 0.2, + "heightVariation": 0.4, + "temperature": 0.7, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "roofed_forest", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 158, + "name": "mutated_taiga_cold", + "displayName": "Cold Taiga M", + "baseHeight": 0.3, + "heightVariation": 0.4, + "temperature": -0.5, + "rainfall": 0.4, + "waterColor": 16777215, + "enableSnow": true, + "enableRain": false, + "baseBiome": "taiga_cold", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 160, + "name": "mutated_redwood_taiga", + "displayName": "Mega Spruce Taiga", + "baseHeight": 0.2, + "heightVariation": 0.2, + "temperature": 0.25, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "redwood_taiga", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 161, + "name": "mutated_redwood_taiga_hills", + "displayName": "Redwood Taiga Hills M", + "baseHeight": 0.2, + "heightVariation": 0.2, + "temperature": 0.25, + "rainfall": 0.8, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "redwood_taiga_hills", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 95, 101], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 162, + "name": "mutated_extreme_hills_with_trees", + "displayName": "Extreme Hills+ M", + "baseHeight": 1.0, + "heightVariation": 0.5, + "temperature": 0.2, + "rainfall": 0.3, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": true, + "baseBiome": "extreme_hills_with_trees", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 103], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 163, + "name": "mutated_savanna", + "displayName": "Savanna M", + "baseHeight": 0.3625, + "heightVariation": 1.225, + "temperature": 1.1, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "savanna", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 164, + "name": "mutated_savanna_rock", + "displayName": "Savanna Plateau M", + "baseHeight": 1.05, + "heightVariation": 1.2125001, + "temperature": 1.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "savanna_rock", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [91, 90, 93, 92, 100, 31], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 165, + "name": "mutated_mesa", + "displayName": "Mesa (Bryce)", + "baseHeight": 0.1, + "heightVariation": 0.2, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "mesa", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 166, + "name": "mutated_mesa_rock", + "displayName": "Mesa Plateau F M", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "mesa_rock", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + }, + { + "id": 167, + "name": "mutated_mesa_clear_rock", + "displayName": "Mesa Plateau M", + "baseHeight": 0.45, + "heightVariation": 0.3, + "temperature": 2.0, + "rainfall": 0.0, + "waterColor": 16777215, + "enableSnow": false, + "enableRain": false, + "baseBiome": "mesa_clear_rock", + "spawnableCreatures": { + "monster": { + "entities": [52, 54, 27, 51, 50, 55, 58, 66], + "maxNumber": 70, + "isPeacefulCreature": false, + "isAnimal": false + }, + "creature": { + "entities": [], + "maxNumber": 10, + "isPeacefulCreature": true, + "isAnimal": true + }, + "ambient": { + "entities": [65], + "maxNumber": 15, + "isPeacefulCreature": true, + "isAnimal": false + }, + "water_creature": { + "entities": [94], + "maxNumber": 5, + "isPeacefulCreature": true, + "isAnimal": false + } + } + } +] diff --git a/1_12-data/blocks.json b/1_12-data/blocks.json new file mode 100644 index 0000000..857a637 --- /dev/null +++ b/1_12-data/blocks.json @@ -0,0 +1,23410 @@ +[ + { + "name": "air", + "displayName": "Air", + "id": 0, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "air", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Stone", + "id": 1, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [4], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Granite", + "id": 1, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Polished Granite", + "id": 1, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Diorite", + "id": 1, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Polished Diorite", + "id": 1, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Andesite", + "id": 1, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone", + "displayName": "Polished Andesite", + "id": 1, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [1], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "grass", + "displayName": "Grass Block", + "id": 2, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.6, + "resistance": 0.6, + "material": "grass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "dirt", + "displayName": "Dirt", + "id": 3, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.5, + "resistance": 0.5, + "material": "ground", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "ground" + }, + { + "name": "dirt", + "displayName": "Coarse Dirt", + "id": 3, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.5, + "resistance": 0.5, + "material": "ground", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "ground" + }, + { + "name": "cobblestone", + "displayName": "Cobblestone", + "id": 4, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [4], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "planks", + "displayName": "Oak Wood Planks", + "id": 5, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "planks", + "displayName": "Spruce Wood Planks", + "id": 5, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "planks", + "displayName": "Birch Wood Planks", + "id": 5, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "planks", + "displayName": "Jungle Wood Planks", + "id": 5, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "planks", + "displayName": "Acacia Wood Planks", + "id": 5, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "planks", + "displayName": "Dark Oak Wood Planks", + "id": 5, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [5], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "sapling", + "displayName": "Oak Sapling", + "id": 6, + "meta": 0, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Spruce Sapling", + "id": 6, + "meta": 1, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Birch Sapling", + "id": 6, + "meta": 2, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Jungle Sapling", + "id": 6, + "meta": 3, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Acacia Sapling", + "id": 6, + "meta": 4, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Dark Oak Sapling", + "id": 6, + "meta": 5, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Spruce Sapling", + "id": 6, + "meta": 9, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Birch Sapling", + "id": 6, + "meta": 10, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Jungle Sapling", + "id": 6, + "meta": 11, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Acacia Sapling", + "id": 6, + "meta": 12, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "sapling", + "displayName": "Dark Oak Sapling", + "id": 6, + "meta": 13, + "collision": { + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "bedrock", + "displayName": "Bedrock", + "id": 7, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 0, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "flowing_water", + "displayName": "Water", + "id": 8, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 0, + "hardness": 100.0, + "resistance": 100.0, + "material": "water", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 3, + "stepSound": "stone" + }, + { + "name": "water", + "displayName": "Water", + "id": 9, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 0, + "hardness": 100.0, + "resistance": 100.0, + "material": "water", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 3, + "stepSound": "stone" + }, + { + "name": "flowing_lava", + "displayName": "Lava", + "id": 10, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 0, + "hardness": 100.0, + "resistance": 100.0, + "material": "lava", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "lava", + "displayName": "Lava", + "id": 11, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 0, + "hardness": 100.0, + "resistance": 100.0, + "material": "lava", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sand", + "displayName": "Sand", + "id": 12, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [12], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "sand", + "displayName": "Red Sand", + "id": 12, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [12], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 1, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "gravel", + "displayName": "Gravel", + "id": 13, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [13, 318], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 0.6, + "resistance": 0.6, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "ground" + }, + { + "name": "gold_ore", + "displayName": "Gold Ore", + "id": 14, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [14], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "iron_ore", + "displayName": "Iron Ore", + "id": 15, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [15], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "coal_ore", + "displayName": "Coal Ore", + "id": 16, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [263], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "log", + "displayName": "Oak Wood", + "id": 17, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Spruce Wood", + "id": 17, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Birch Wood", + "id": 17, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Jungle Wood", + "id": 17, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Spruce Wood", + "id": 17, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Birch Wood", + "id": 17, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Jungle Wood", + "id": 17, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Spruce Wood", + "id": 17, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Birch Wood", + "id": 17, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Jungle Wood", + "id": 17, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Spruce Wood", + "id": 17, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Birch Wood", + "id": 17, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log", + "displayName": "Jungle Wood", + "id": 17, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [17], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 2, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "leaves", + "displayName": "Oak Leaves", + "id": 18, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Spruce Leaves", + "id": 18, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Birch Leaves", + "id": 18, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Jungle Leaves", + "id": 18, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Spruce Leaves", + "id": 18, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Birch Leaves", + "id": 18, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Jungle Leaves", + "id": 18, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Spruce Leaves", + "id": 18, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Birch Leaves", + "id": 18, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Jungle Leaves", + "id": 18, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Spruce Leaves", + "id": 18, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Birch Leaves", + "id": 18, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves", + "displayName": "Jungle Leaves", + "id": 18, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "sponge", + "displayName": "Sponge", + "id": 19, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [19], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.6, + "resistance": 0.6, + "material": "sponge", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "sponge", + "displayName": "Wet Sponge", + "id": 19, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [19], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.6, + "resistance": 0.6, + "material": "sponge", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "glass", + "displayName": "Glass", + "id": 20, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [20], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 20, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "lapis_ore", + "displayName": "Lapis Lazuli Ore", + "id": 21, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [351], + "dropDamage": 4, + "dropAmountMin": 4, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "lapis_block", + "displayName": "Lapis Lazuli Block", + "id": 22, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [22], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "dispenser", + "displayName": "Dispenser", + "id": 23, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [23], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.5, + "resistance": 3.5, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone", + "displayName": "Sandstone", + "id": 24, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [24], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone", + "displayName": "Chiseled Sandstone", + "id": 24, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [24], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone", + "displayName": "Smooth Sandstone", + "id": 24, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [24], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "noteblock", + "displayName": "Note Block", + "id": 25, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [25], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "bed", + "displayName": "Bed", + "id": 26, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 0.2, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "bed", + "displayName": "Bed", + "id": 26, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [355], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 0.2, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "golden_rail", + "displayName": "Powered Rail", + "id": 27, + "meta": 0, + "collision": { + }, + "droppedItems": [27], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.7, + "resistance": 0.7, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "detector_rail", + "displayName": "Detector Rail", + "id": 28, + "meta": 0, + "collision": { + }, + "droppedItems": [28], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.7, + "resistance": 0.7, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.25, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.25, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.75 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 12, + "collision": { + "0": { + "minX": 0.25, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.75, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [29], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "web", + "displayName": "Cobweb", + "id": 30, + "meta": 0, + "collision": { + }, + "droppedItems": [287], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 4.0, + "resistance": 4.0, + "material": "web", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "stone" + }, + { + "name": "tallgrass", + "displayName": "Shrub", + "id": 31, + "meta": 0, + "collision": { + }, + "droppedItems": [295], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "deadbush", + "displayName": "Dead Bush", + "id": 32, + "meta": 0, + "collision": { + }, + "droppedItems": [280], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.25, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.25, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.75 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 12, + "collision": { + "0": { + "minX": 0.25, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.75, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [33], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.25, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.25, + "maxY": 1.25, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.75, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": -0.25, + "maxY": 0.75, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.25 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.25, + "maxZ": 1.25 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.75, + "maxZ": 1.0 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": -0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.25, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.25, + "maxX": 1.25, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 5, + "collision": { + "0": { + "minX": 0.75, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": -0.25, + "maxX": 0.75, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.75, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": -0.25, + "maxY": 0.75, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.25 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.25, + "maxZ": 1.25 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.75, + "maxZ": 1.0 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": -0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.25, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.25, + "maxX": 1.25, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "piston_head", + "displayName": "Piston Head", + "id": 34, + "meta": 13, + "collision": { + "0": { + "minX": 0.75, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": -0.25, + "maxX": 0.75, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "wool", + "displayName": "White Wool", + "id": 35, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Orange Wool", + "id": 35, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Magenta Wool", + "id": 35, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Light Blue Wool", + "id": 35, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Yellow Wool", + "id": 35, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Lime Wool", + "id": 35, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Pink Wool", + "id": 35, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Gray Wool", + "id": 35, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Light Gray Wool", + "id": 35, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Cyan Wool", + "id": 35, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Purple Wool", + "id": 35, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Blue Wool", + "id": 35, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Brown Wool", + "id": 35, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Green Wool", + "id": 35, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Red Wool", + "id": 35, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "wool", + "displayName": "Black Wool", + "id": 35, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [35], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.8, + "resistance": 0.8, + "material": "cloth", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "cloth" + }, + { + "name": "piston_extension", + "displayName": "Piston Extension", + "id": 36, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": -1.0, + "resistance": 0.0, + "material": "piston", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "yellow_flower", + "displayName": "Dandelion", + "id": 37, + "meta": 0, + "collision": { + }, + "droppedItems": [37], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Poppy", + "id": 38, + "meta": 0, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Blue Orchid", + "id": 38, + "meta": 1, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Allium", + "id": 38, + "meta": 2, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Azure Bluet", + "id": 38, + "meta": 3, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Red Tulip", + "id": 38, + "meta": 4, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Orange Tulip", + "id": 38, + "meta": 5, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "White Tulip", + "id": 38, + "meta": 6, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Pink Tulip", + "id": 38, + "meta": 7, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_flower", + "displayName": "Oxeye Daisy", + "id": 38, + "meta": 8, + "collision": { + }, + "droppedItems": [38], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "brown_mushroom", + "displayName": "Mushroom", + "id": 39, + "meta": 0, + "collision": { + }, + "droppedItems": [39], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "red_mushroom", + "displayName": "Mushroom", + "id": 40, + "meta": 0, + "collision": { + }, + "droppedItems": [40], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "gold_block", + "displayName": "Block of Gold", + "id": 41, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [41], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "metal" + }, + { + "name": "iron_block", + "displayName": "Block of Iron", + "id": 42, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [42], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "metal" + }, + { + "name": "double_stone_slab", + "displayName": "Stone Slab", + "id": 43, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Sandstone Slab", + "id": 43, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 1, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Wooden Slab", + "id": 43, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 2, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Cobblestone Slab", + "id": 43, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 3, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Bricks Slab", + "id": 43, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 4, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Stone Bricks Slab", + "id": 43, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 5, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Nether Brick Slab", + "id": 43, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 6, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Quartz Slab", + "id": 43, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 7, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Sandstone Slab", + "id": 43, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 1, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Wooden Slab", + "id": 43, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 2, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Cobblestone Slab", + "id": 43, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 3, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Bricks Slab", + "id": 43, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 4, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Stone Bricks Slab", + "id": 43, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 5, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Nether Brick Slab", + "id": 43, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 6, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab", + "displayName": "Quartz Slab", + "id": 43, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 7, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Stone Slab", + "id": 44, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Sandstone Slab", + "id": 44, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Wooden Slab", + "id": 44, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Cobblestone Slab", + "id": 44, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Bricks Slab", + "id": 44, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Stone Bricks Slab", + "id": 44, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Nether Brick Slab", + "id": 44, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Quartz Slab", + "id": 44, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Stone Slab", + "id": 44, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Sandstone Slab", + "id": 44, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Wooden Slab", + "id": 44, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Cobblestone Slab", + "id": 44, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Bricks Slab", + "id": 44, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Stone Bricks Slab", + "id": 44, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Nether Brick Slab", + "id": 44, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab", + "displayName": "Quartz Slab", + "id": 44, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [44], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_block", + "displayName": "Bricks", + "id": 45, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [45], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "tnt", + "displayName": "TNT", + "id": 46, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [46], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "tnt", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "bookshelf", + "displayName": "Bookshelf", + "id": 47, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [340], + "dropDamage": 0, + "dropAmountMin": 3, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 1.5, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "mossy_cobblestone", + "displayName": "Moss Stone", + "id": 48, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [48], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "obsidian", + "displayName": "Obsidian", + "id": 49, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [49], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 50.0, + "resistance": 1200.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "torch", + "displayName": "Torch", + "id": 50, + "meta": 0, + "collision": { + }, + "droppedItems": [50], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fire", + "displayName": "Fire", + "id": 51, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "fire", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "mob_spawner", + "displayName": "Monster Spawner", + "id": 52, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 5.0, + "resistance": 5.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [53], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "chest", + "displayName": "Chest", + "id": 54, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.0, + "maxZ": 0.9375 + } + }, + "droppedItems": [54], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.5, + "resistance": 2.5, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "redstone_wire", + "displayName": "Redstone", + "id": 55, + "meta": 0, + "collision": { + }, + "droppedItems": [331], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "diamond_ore", + "displayName": "Diamond Ore", + "id": 56, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [264], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "diamond_block", + "displayName": "Block of Diamond", + "id": 57, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [57], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "metal" + }, + { + "name": "crafting_table", + "displayName": "Crafting Table", + "id": 58, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [58], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.5, + "resistance": 2.5, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wheat", + "displayName": "Wheat", + "id": 59, + "meta": 0, + "collision": { + }, + "droppedItems": [295], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "wheat", + "displayName": "Wheat", + "id": 59, + "meta": 7, + "collision": { + }, + "droppedItems": [296], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "farmland", + "displayName": "Farmland", + "id": 60, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.9375, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.6, + "resistance": 0.6, + "material": "ground", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "ground" + }, + { + "name": "furnace", + "displayName": "Furnace", + "id": 61, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [61], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.5, + "resistance": 3.5, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "lit_furnace", + "displayName": "Furnace", + "id": 62, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [61], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.5, + "resistance": 3.5, + "material": "rock", + "slipperiness": 0.6, + "light": 13, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "standing_sign", + "displayName": "Sign", + "id": 63, + "meta": 0, + "collision": { + }, + "droppedItems": [323], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.0, + "resistance": 1.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [324], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 64, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "ladder", + "displayName": "Ladder", + "id": 65, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [65], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.4, + "resistance": 0.4, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "ladder" + }, + { + "name": "ladder", + "displayName": "Ladder", + "id": 65, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [65], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.4, + "resistance": 0.4, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "ladder" + }, + { + "name": "ladder", + "displayName": "Ladder", + "id": 65, + "meta": 4, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [65], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.4, + "resistance": 0.4, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "ladder" + }, + { + "name": "ladder", + "displayName": "Ladder", + "id": 65, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [65], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.4, + "resistance": 0.4, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "ladder" + }, + { + "name": "rail", + "displayName": "Rail", + "id": 66, + "meta": 0, + "collision": { + }, + "droppedItems": [66], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.7, + "resistance": 0.7, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [67], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "wall_sign", + "displayName": "Sign", + "id": 68, + "meta": 0, + "collision": { + }, + "droppedItems": [323], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.0, + "resistance": 1.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "lever", + "displayName": "Lever", + "id": 69, + "meta": 0, + "collision": { + }, + "droppedItems": [69], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "stone_pressure_plate", + "displayName": "Stone Pressure Plate", + "id": 70, + "meta": 0, + "collision": { + }, + "droppedItems": [70], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [330], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 71, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "wooden_pressure_plate", + "displayName": "Wooden Pressure Plate", + "id": 72, + "meta": 0, + "collision": { + }, + "droppedItems": [72], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.5, + "resistance": 0.5, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "redstone_ore", + "displayName": "Redstone Ore", + "id": 73, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [331], + "dropDamage": 0, + "dropAmountMin": 4, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "lit_redstone_ore", + "displayName": "Redstone", + "id": 74, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [331], + "dropDamage": 0, + "dropAmountMin": 4, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 9, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "unlit_redstone_torch", + "displayName": "Redstone Torch", + "id": 75, + "meta": 0, + "collision": { + }, + "droppedItems": [76], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "redstone_torch", + "displayName": "Redstone Torch", + "id": 76, + "meta": 0, + "collision": { + }, + "droppedItems": [76], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 7, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "stone_button", + "displayName": "Button", + "id": 77, + "meta": 0, + "collision": { + }, + "droppedItems": [77], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.25, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.375, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.1, + "resistance": 0.1, + "material": "snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "snow" + }, + { + "name": "ice", + "displayName": "Ice", + "id": 79, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [79], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.5, + "resistance": 0.5, + "material": "ice", + "slipperiness": 0.98, + "light": 0, + "lightOpacity": 3, + "stepSound": "glass" + }, + { + "name": "snow", + "displayName": "Snow", + "id": 80, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [332], + "dropDamage": 0, + "dropAmountMin": 4, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 0.2, + "material": "crafted_snow", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "snow" + }, + { + "name": "cactus", + "displayName": "Cactus", + "id": 81, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.9375, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [81], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.4, + "resistance": 0.4, + "material": "cactus", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "clay", + "displayName": "Clay", + "id": 82, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [337], + "dropDamage": 0, + "dropAmountMin": 4, + "dropAmountMax": 6, + "hardness": 0.6, + "resistance": 0.6, + "material": "clay", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "ground" + }, + { + "name": "reeds", + "displayName": "Sugar Canes", + "id": 83, + "meta": 0, + "collision": { + }, + "droppedItems": [338], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "jukebox", + "displayName": "Jukebox", + "id": 84, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [84], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 6.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "fence", + "displayName": "Oak Fence", + "id": 85, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [85], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "pumpkin", + "displayName": "Pumpkin", + "id": 86, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [86], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.0, + "resistance": 1.0, + "material": "gourd", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "netherrack", + "displayName": "Netherrack", + "id": 87, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [87], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.4, + "resistance": 0.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "soul_sand", + "displayName": "Soul Sand", + "id": 88, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [88], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "glowstone", + "displayName": "Glowstone", + "id": 89, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [348], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 5, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 255, + "stepSound": "glass" + }, + { + "name": "portal", + "displayName": "Portal", + "id": 90, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": -1.0, + "resistance": 0.0, + "material": "portal", + "slipperiness": 0.6, + "light": 11, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "lit_pumpkin", + "displayName": "Jack o'Lantern", + "id": 91, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [91], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.0, + "resistance": 1.0, + "material": "gourd", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 1, + "collision": { + "0": { + "minX": 0.1875, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 2, + "collision": { + "0": { + "minX": 0.3125, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 3, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 4, + "collision": { + "0": { + "minX": 0.5625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 5, + "collision": { + "0": { + "minX": 0.6875, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 92, + "meta": 6, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "cake", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "unpowered_repeater", + "displayName": "Redstone Repeater", + "id": 93, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [356], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "powered_repeater", + "displayName": "Redstone Repeater", + "id": 94, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [356], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "stained_glass", + "displayName": "White Stained Glass", + "id": 95, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Orange Stained Glass", + "id": 95, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 1, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Magenta Stained Glass", + "id": 95, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 2, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Light Blue Stained Glass", + "id": 95, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 3, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Yellow Stained Glass", + "id": 95, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 4, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Lime Stained Glass", + "id": 95, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 5, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Pink Stained Glass", + "id": 95, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 6, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Gray Stained Glass", + "id": 95, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 7, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Light Gray Stained Glass", + "id": 95, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 8, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Cyan Stained Glass", + "id": 95, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 9, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Purple Stained Glass", + "id": 95, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 10, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Blue Stained Glass", + "id": 95, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 11, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Brown Stained Glass", + "id": 95, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 12, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Green Stained Glass", + "id": 95, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 13, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Red Stained Glass", + "id": 95, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 14, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass", + "displayName": "Black Stained Glass", + "id": 95, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [95], + "dropDamage": 15, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.1875, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 6, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 14, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [96], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "monster_egg", + "displayName": "Stone Monster Egg", + "id": 97, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [97], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 3, + "hardness": 0.75, + "resistance": 0.75, + "material": "clay", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stonebrick", + "displayName": "Stone Bricks", + "id": 98, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [98], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stonebrick", + "displayName": "Mossy Stone Bricks", + "id": 98, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [98], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stonebrick", + "displayName": "Cracked Stone Bricks", + "id": 98, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [98], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stonebrick", + "displayName": "Chiseled Stone Bricks", + "id": 98, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [98], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 4, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brown_mushroom_block", + "displayName": "Mushroom", + "id": 99, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [39], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 10, + "hardness": 0.2, + "resistance": 0.2, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "red_mushroom_block", + "displayName": "Mushroom", + "id": 100, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [40], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 10, + "hardness": 0.2, + "resistance": 0.2, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "iron_bars", + "displayName": "Iron Bars", + "id": 101, + "meta": 0, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [101], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 11, + "hardness": 5.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "glass_pane", + "displayName": "Glass Pane", + "id": 102, + "meta": 0, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 11, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "melon_block", + "displayName": "Melon", + "id": 103, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [360], + "dropDamage": 0, + "dropAmountMin": 3, + "dropAmountMax": 8, + "hardness": 1.0, + "resistance": 1.0, + "material": "gourd", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "pumpkin_stem", + "displayName": "Pumpkin Stem", + "id": 104, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "melon_stem", + "displayName": "Melon Stem", + "id": 105, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "vine", + "displayName": "Vines", + "id": 106, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 5, + "hardness": 0.2, + "resistance": 0.2, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 4, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 5, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 6, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 7, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 12, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 13, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 14, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 15, + "collision": { + }, + "droppedItems": [107], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [108], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [109], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "mycelium", + "displayName": "Mycelium", + "id": 110, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.6, + "resistance": 0.6, + "material": "grass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "waterlily", + "displayName": "Lily Pad", + "id": 111, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.09375, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [111], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "nether_brick", + "displayName": "Nether Brick", + "id": 112, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [112], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_fence", + "displayName": "Nether Brick Fence", + "id": 113, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [113], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [114], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_wart", + "displayName": "Nether Wart", + "id": 115, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 5, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "enchanting_table", + "displayName": "Enchantment Table", + "id": 116, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [116], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "brewing_stand", + "displayName": "Brewing Stand", + "id": 117, + "meta": 0, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [379], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "iron", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "cauldron", + "displayName": "Cauldron", + "id": 118, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.3125, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.125, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "2": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.125 + }, + "3": { + "minX": 0.875, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.875, + "maxZ": 1.0 + } + }, + "droppedItems": [380], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 2.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "end_portal", + "displayName": "End Portal", + "id": 119, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 5, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "portal", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "rock", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "end_stone", + "displayName": "End Stone", + "id": 121, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [121], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 9.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "dragon_egg", + "displayName": "Dragon Egg", + "id": 122, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [122], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 9.0, + "material": "dragon_egg", + "slipperiness": 0.6, + "light": 1, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "redstone_lamp", + "displayName": "Redstone Lamp", + "id": 123, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [123], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "redstone_light", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "glass" + }, + { + "name": "lit_redstone_lamp", + "displayName": "Redstone Lamp", + "id": 124, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [123], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "redstone_light", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 255, + "stepSound": "glass" + }, + { + "name": "double_wooden_slab", + "displayName": "Oak Wood Slab", + "id": 125, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "double_wooden_slab", + "displayName": "Spruce Wood Slab", + "id": 125, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 1, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "double_wooden_slab", + "displayName": "Birch Wood Slab", + "id": 125, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 2, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "double_wooden_slab", + "displayName": "Jungle Wood Slab", + "id": 125, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 3, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "double_wooden_slab", + "displayName": "Acacia Wood Slab", + "id": 125, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 4, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "double_wooden_slab", + "displayName": "Dark Oak Wood Slab", + "id": 125, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 5, + "dropAmountMin": 2, + "dropAmountMax": 7, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Oak Wood Slab", + "id": 126, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Spruce Wood Slab", + "id": 126, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Birch Wood Slab", + "id": 126, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Jungle Wood Slab", + "id": 126, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Acacia Wood Slab", + "id": 126, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Dark Oak Wood Slab", + "id": 126, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Oak Wood Slab", + "id": 126, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Spruce Wood Slab", + "id": 126, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Birch Wood Slab", + "id": 126, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Jungle Wood Slab", + "id": 126, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Acacia Wood Slab", + "id": 126, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "wooden_slab", + "displayName": "Dark Oak Wood Slab", + "id": 126, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [126], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.4375, + "maxY": 0.75, + "minZ": 0.6875, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 1, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.3125, + "minY": 0.4375, + "maxY": 0.75, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 2, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.4375, + "maxY": 0.75, + "minZ": 0.0625, + "maxZ": 0.3125 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 3, + "collision": { + "0": { + "minX": 0.6875, + "maxX": 0.9375, + "minY": 0.4375, + "maxY": 0.75, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 4, + "collision": { + "0": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.3125, + "maxY": 0.75, + "minZ": 0.5625, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 5, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.4375, + "minY": 0.3125, + "maxY": 0.75, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 6, + "collision": { + "0": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.3125, + "maxY": 0.75, + "minZ": 0.0625, + "maxZ": 0.4375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 7, + "collision": { + "0": { + "minX": 0.5625, + "maxX": 0.9375, + "minY": 0.3125, + "maxY": 0.75, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 8, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.1875, + "maxY": 0.75, + "minZ": 0.4375, + "maxZ": 0.9375 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 9, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.5625, + "minY": 0.1875, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 10, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.1875, + "maxY": 0.75, + "minZ": 0.0625, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "cocoa", + "displayName": "Cocoa", + "id": 127, + "meta": 11, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.9375, + "minY": 0.1875, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 3.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [128], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "emerald_ore", + "displayName": "Emerald Ore", + "id": 129, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [388], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "ender_chest", + "displayName": "Ender Chest", + "id": 130, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.0625, + "maxZ": 0.9375 + } + }, + "droppedItems": [49], + "dropDamage": 0, + "dropAmountMin": 8, + "dropAmountMax": 13, + "hardness": 22.5, + "resistance": 600.0, + "material": "rock", + "slipperiness": 0.6, + "light": 7, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "tripwire_hook", + "displayName": "Tripwire Hook", + "id": 131, + "meta": 0, + "collision": { + }, + "droppedItems": [131], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "tripwire", + "displayName": "String", + "id": 132, + "meta": 0, + "collision": { + }, + "droppedItems": [287], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "emerald_block", + "displayName": "Block of Emerald", + "id": 133, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [133], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "metal" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [134], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [135], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [136], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "command_block", + "displayName": "Command Block", + "id": 137, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [137], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 5, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "beacon", + "displayName": "Beacon", + "id": 138, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [138], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "glass", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "cobblestone_wall", + "displayName": "Cobblestone Wall", + "id": 139, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [139], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "cobblestone_wall", + "displayName": "Mossy Cobblestone Wall", + "id": 139, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [139], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "flower_pot", + "displayName": "Flower Pot", + "id": 140, + "meta": 0, + "collision": { + "0": { + "minX": 0.3125, + "maxX": 0.6875, + "minY": 0.0, + "maxY": 0.375, + "minZ": 0.3125, + "maxZ": 0.6875 + } + }, + "droppedItems": [390], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "carrots", + "displayName": "Carrot", + "id": 141, + "meta": 0, + "collision": { + }, + "droppedItems": [391], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "potatoes", + "displayName": "Potato", + "id": 142, + "meta": 0, + "collision": { + }, + "droppedItems": [392], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "wooden_button", + "displayName": "Button", + "id": 143, + "meta": 0, + "collision": { + }, + "droppedItems": [143], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 0, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 2, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 3, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 4, + "collision": { + "0": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 10, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 11, + "collision": { + "0": { + "minX": 0.25, + "maxX": 0.75, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 12, + "collision": { + "0": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 144, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.25, + "maxY": 0.75, + "minZ": 0.25, + "maxZ": 0.75 + } + }, + "droppedItems": [397], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.0, + "resistance": 1.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "anvil", + "displayName": "Anvil", + "id": 145, + "meta": 0, + "collision": { + "0": { + "minX": 0.125, + "maxX": 0.875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [145], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Anvil", + "id": 145, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Anvil", + "id": 145, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Slightly Damaged Anvil", + "id": 145, + "meta": 4, + "collision": { + "0": { + "minX": 0.125, + "maxX": 0.875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [145], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Slightly Damaged Anvil", + "id": 145, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Slightly Damaged Anvil", + "id": 145, + "meta": 6, + "collision": { + "0": { + "minX": 0.125, + "maxX": 0.875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [145], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Slightly Damaged Anvil", + "id": 145, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Very Damaged Anvil", + "id": 145, + "meta": 8, + "collision": { + "0": { + "minX": 0.125, + "maxX": 0.875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [145], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Very Damaged Anvil", + "id": 145, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Very Damaged Anvil", + "id": 145, + "meta": 10, + "collision": { + "0": { + "minX": 0.125, + "maxX": 0.875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [145], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "anvil", + "displayName": "Very Damaged Anvil", + "id": 145, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.125, + "maxZ": 0.875 + } + }, + "droppedItems": [145], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 1200.0, + "material": "anvil", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "anvil" + }, + { + "name": "trapped_chest", + "displayName": "Trapped Chest", + "id": 146, + "meta": 0, + "collision": { + "0": { + "minX": 0.0625, + "maxX": 0.9375, + "minY": 0.0, + "maxY": 0.875, + "minZ": 0.0, + "maxZ": 0.9375 + } + }, + "droppedItems": [146], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 2.5, + "resistance": 2.5, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "light_weighted_pressure_plate", + "displayName": "Weighted Pressure Plate (Light)", + "id": 147, + "meta": 0, + "collision": { + }, + "droppedItems": [147], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "heavy_weighted_pressure_plate", + "displayName": "Weighted Pressure Plate (Heavy)", + "id": 148, + "meta": 0, + "collision": { + }, + "droppedItems": [148], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.5, + "resistance": 0.5, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "unpowered_comparator", + "displayName": "Redstone Comparator", + "id": 149, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [404], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "powered_comparator", + "displayName": "Redstone Comparator", + "id": 150, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.125, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [404], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 9, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "daylight_detector", + "displayName": "Daylight Sensor", + "id": 151, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.375, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [151], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.2, + "resistance": 0.2, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "redstone_block", + "displayName": "Block of Redstone", + "id": 152, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [152], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 5.0, + "resistance": 6.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "metal" + }, + { + "name": "quartz_ore", + "displayName": "Nether Quartz Ore", + "id": 153, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [406], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "hopper", + "displayName": "Hopper", + "id": 154, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.625, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.125, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "2": { + "minX": 0.875, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "3": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.125 + }, + "4": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.875, + "maxZ": 1.0 + } + }, + "droppedItems": [154], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.0, + "resistance": 4.8, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "quartz_block", + "displayName": "Block of Quartz", + "id": 155, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [155], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_block", + "displayName": "Chiseled Quartz Block", + "id": 155, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [155], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_block", + "displayName": "Pillar Quartz Block", + "id": 155, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [155], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_block", + "displayName": "Pillar Quartz Block", + "id": 155, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [155], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_block", + "displayName": "Pillar Quartz Block", + "id": 155, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [155], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [156], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "activator_rail", + "displayName": "Activator Rail", + "id": 157, + "meta": 0, + "collision": { + }, + "droppedItems": [157], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.7, + "resistance": 0.7, + "material": "circuits", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "dropper", + "displayName": "Dropper", + "id": 158, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [158], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 3.5, + "resistance": 3.5, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "White Terracotta", + "id": 159, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Orange Terracotta", + "id": 159, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Magenta Terracotta", + "id": 159, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Light Blue Terracotta", + "id": 159, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Yellow Terracotta", + "id": 159, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Lime Terracotta", + "id": 159, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Pink Terracotta", + "id": 159, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Gray Terracotta", + "id": 159, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Light Gray Terracotta", + "id": 159, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Cyan Terracotta", + "id": 159, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Purple Terracotta", + "id": 159, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Blue Terracotta", + "id": 159, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Brown Terracotta", + "id": 159, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Green Terracotta", + "id": 159, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Red Terracotta", + "id": 159, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_hardened_clay", + "displayName": "Black Terracotta", + "id": 159, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [159], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stained_glass_pane", + "displayName": "White Stained Glass Pane", + "id": 160, + "meta": 0, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Orange Stained Glass Pane", + "id": 160, + "meta": 1, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Magenta Stained Glass Pane", + "id": 160, + "meta": 2, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Light Blue Stained Glass Pane", + "id": 160, + "meta": 3, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Yellow Stained Glass Pane", + "id": 160, + "meta": 4, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Lime Stained Glass Pane", + "id": 160, + "meta": 5, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Pink Stained Glass Pane", + "id": 160, + "meta": 6, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Gray Stained Glass Pane", + "id": 160, + "meta": 7, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Light Gray Stained Glass Pane", + "id": 160, + "meta": 8, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Cyan Stained Glass Pane", + "id": 160, + "meta": 9, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Purple Stained Glass Pane", + "id": 160, + "meta": 10, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Blue Stained Glass Pane", + "id": 160, + "meta": 11, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Brown Stained Glass Pane", + "id": 160, + "meta": 12, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Green Stained Glass Pane", + "id": 160, + "meta": 13, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Red Stained Glass Pane", + "id": 160, + "meta": 14, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "stained_glass_pane", + "displayName": "Black Stained Glass Pane", + "id": 160, + "meta": 15, + "collision": { + "0": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "1": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5625 + }, + "2": { + "minX": 0.4375, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 1.0 + }, + "3": { + "minX": 0.4375, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + }, + "4": { + "minX": 0.0, + "maxX": 0.5625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.4375, + "maxZ": 0.5625 + } + }, + "droppedItems": [], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 6, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "glass" + }, + { + "name": "leaves2", + "displayName": "Acacia Leaves", + "id": 161, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves2", + "displayName": "Dark Oak Leaves", + "id": 161, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves2", + "displayName": "Dark Oak Leaves", + "id": 161, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves2", + "displayName": "Dark Oak Leaves", + "id": 161, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "leaves2", + "displayName": "Dark Oak Leaves", + "id": 161, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [6], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.2, + "resistance": 0.2, + "material": "leaves", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 1, + "stepSound": "plant" + }, + { + "name": "log2", + "displayName": "Acacia Wood", + "id": 162, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [162], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log2", + "displayName": "Dark Oak Wood", + "id": 162, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [162], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log2", + "displayName": "Dark Oak Wood", + "id": 162, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [162], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log2", + "displayName": "Dark Oak Wood", + "id": 162, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [162], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "log2", + "displayName": "Dark Oak Wood", + "id": 162, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [162], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 2.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [163], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [164], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "slime", + "displayName": "Slime Block", + "id": 165, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [165], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 0.0, + "resistance": 0.0, + "material": "clay", + "slipperiness": 0.8, + "light": 0, + "lightOpacity": 0, + "stepSound": "slime" + }, + { + "name": "barrier", + "displayName": "Barrier", + "id": 166, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [166], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": -1.0, + "resistance": 3600000.8, + "material": "barrier", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.1875, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 6, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 14, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [167], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 5.0, + "resistance": 5.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "metal" + }, + { + "name": "prismarine", + "displayName": "Prismarine", + "id": 168, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [168], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "prismarine", + "displayName": "Prismarine Bricks", + "id": 168, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [168], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "prismarine", + "displayName": "Dark Prismarine", + "id": 168, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [168], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 21, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "sea_lantern", + "displayName": "Sea Lantern", + "id": 169, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [410], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 4, + "hardness": 0.3, + "resistance": 0.3, + "material": "glass", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 255, + "stepSound": "glass" + }, + { + "name": "hay_block", + "displayName": "Hay Bale", + "id": 170, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [170], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "grass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "carpet", + "displayName": "White Carpet", + "id": 171, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Orange Carpet", + "id": 171, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Magenta Carpet", + "id": 171, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Light Blue Carpet", + "id": 171, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Yellow Carpet", + "id": 171, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Lime Carpet", + "id": 171, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Pink Carpet", + "id": 171, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Gray Carpet", + "id": 171, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Light Gray Carpet", + "id": 171, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Cyan Carpet", + "id": 171, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Purple Carpet", + "id": 171, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Blue Carpet", + "id": 171, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Brown Carpet", + "id": 171, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Green Carpet", + "id": 171, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Red Carpet", + "id": 171, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "carpet", + "displayName": "Black Carpet", + "id": 171, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.0625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [171], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.1, + "resistance": 0.1, + "material": "carpet", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "cloth" + }, + { + "name": "hardened_clay", + "displayName": "Terracotta", + "id": 172, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [172], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.25, + "resistance": 4.2, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "coal_block", + "displayName": "Block of Coal", + "id": 173, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [173], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 5.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "packed_ice", + "displayName": "Packed Ice", + "id": 174, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [174], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.5, + "resistance": 0.5, + "material": "packed_ice", + "slipperiness": 0.98, + "light": 0, + "lightOpacity": 255, + "stepSound": "glass" + }, + { + "name": "double_plant", + "displayName": "Sunflower", + "id": 175, + "meta": 0, + "collision": { + }, + "droppedItems": [175], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Lilac", + "id": 175, + "meta": 1, + "collision": { + }, + "droppedItems": [175], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Sunflower", + "id": 175, + "meta": 2, + "collision": { + }, + "droppedItems": [295], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Large Fern", + "id": 175, + "meta": 3, + "collision": { + }, + "droppedItems": [], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Rose Bush", + "id": 175, + "meta": 4, + "collision": { + }, + "droppedItems": [175], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Peony", + "id": 175, + "meta": 5, + "collision": { + }, + "droppedItems": [175], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "double_plant", + "displayName": "Sunflower", + "id": 175, + "meta": 8, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "vine", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "standing_banner", + "displayName": "Black Banner", + "id": 176, + "meta": 0, + "collision": { + }, + "droppedItems": [425], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 1.0, + "resistance": 1.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "wall_banner", + "displayName": "Black Banner", + "id": 177, + "meta": 0, + "collision": { + }, + "droppedItems": [425], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 1.0, + "resistance": 1.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "daylight_detector_inverted", + "displayName": "Daylight Sensor", + "id": 178, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.375, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [151], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.2, + "resistance": 0.2, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "red_sandstone", + "displayName": "Red Sandstone", + "id": 179, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [179], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone", + "displayName": "Chiseled Red Sandstone", + "id": 179, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [179], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone", + "displayName": "Smooth Red Sandstone", + "id": 179, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [179], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [180], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "double_stone_slab2", + "displayName": "Red Sandstone Slab", + "id": 181, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [182], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 10, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab2", + "displayName": "Red Sandstone Slab", + "id": 182, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [182], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "stone_slab2", + "displayName": "Red Sandstone Slab", + "id": 182, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [182], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 4, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 5, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 6, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 7, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 12, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 13, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 14, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 15, + "collision": { + }, + "droppedItems": [183], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 4, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 5, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 6, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 7, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 12, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 13, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 14, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 15, + "collision": { + }, + "droppedItems": [184], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 4, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 5, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 6, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 7, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 12, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 13, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 14, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 15, + "collision": { + }, + "droppedItems": [185], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 4, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 5, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 6, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 7, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 12, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 13, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 14, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 15, + "collision": { + }, + "droppedItems": [186], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 1, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 4, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 5, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 6, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 7, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 9, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 11, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 12, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 13, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 14, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 15, + "collision": { + }, + "droppedItems": [187], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_fence", + "displayName": "Spruce Fence", + "id": 188, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [188], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_fence", + "displayName": "Birch Fence", + "id": 189, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [189], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_fence", + "displayName": "Jungle Fence", + "id": 190, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [190], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_fence", + "displayName": "Dark Oak Fence", + "id": 191, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [191], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_fence", + "displayName": "Acacia Fence", + "id": 192, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "1": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.0, + "maxZ": 0.375 + }, + "2": { + "minX": 0.625, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + }, + "3": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.625, + "maxZ": 1.0 + }, + "4": { + "minX": 0.0, + "maxX": 0.375, + "minY": 0.0, + "maxY": 1.5, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [192], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 2.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [427], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 193, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [428], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 194, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [429], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 195, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [430], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 196, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 2, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.1875 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 5, + "collision": { + "0": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [431], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 197, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 3.0, + "resistance": 3.0, + "material": "wood", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 0, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [198], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 2, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [198], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 3, + "collision": { + "0": { + "minX": 0.375, + "maxX": 0.625, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [198], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [198], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.375, + "maxY": 0.625, + "minZ": 0.375, + "maxZ": 0.625 + } + }, + "droppedItems": [198], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 9, + "hardness": 0.0, + "resistance": 0.0, + "material": "circuits", + "slipperiness": 0.6, + "light": 14, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "chorus_plant", + "displayName": "Chorus Plant", + "id": 199, + "meta": 0, + "collision": { + "0": { + "minX": 0.1875, + "maxX": 0.8125, + "minY": 0.1875, + "maxY": 0.8125, + "minZ": 0.1875, + "maxZ": 0.8125 + }, + "1": { + "minX": 0.0, + "maxX": 0.1875, + "minY": 0.1875, + "maxY": 0.8125, + "minZ": 0.1875, + "maxZ": 0.8125 + }, + "2": { + "minX": 0.8125, + "maxX": 1.0, + "minY": 0.1875, + "maxY": 0.8125, + "minZ": 0.1875, + "maxZ": 0.8125 + }, + "3": { + "minX": 0.1875, + "maxX": 0.8125, + "minY": 0.8125, + "maxY": 1.0, + "minZ": 0.1875, + "maxZ": 0.8125 + }, + "4": { + "minX": 0.1875, + "maxX": 0.8125, + "minY": 0.0, + "maxY": 0.1875, + "minZ": 0.1875, + "maxZ": 0.8125 + }, + "5": { + "minX": 0.1875, + "maxX": 0.8125, + "minY": 0.1875, + "maxY": 0.8125, + "minZ": 0.0, + "maxZ": 0.1875 + }, + "6": { + "minX": 0.1875, + "maxX": 0.8125, + "minY": 0.1875, + "maxY": 0.8125, + "minZ": 0.8125, + "maxZ": 1.0 + } + }, + "droppedItems": [432], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.4, + "resistance": 0.4, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "chorus_flower", + "displayName": "Chorus Flower", + "id": 200, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.4, + "resistance": 0.4, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "wood" + }, + { + "name": "purpur_block", + "displayName": "Purpur Block", + "id": 201, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [201], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_pillar", + "displayName": "Purpur Pillar", + "id": 202, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [202], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.5, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 0.5, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.5, + "maxZ": 1.0 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + }, + "1": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 0.5 + } + }, + "droppedItems": [203], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.5, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_double_slab", + "displayName": "Purpur Slab", + "id": 204, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [205], + "dropDamage": 0, + "dropAmountMin": 2, + "dropAmountMax": 4, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_slab", + "displayName": "Purpur Slab", + "id": 205, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.5, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [205], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purpur_slab", + "displayName": "Purpur Slab", + "id": 205, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.5, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [205], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "end_bricks", + "displayName": "End Stone Bricks", + "id": 206, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [206], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.8, + "resistance": 0.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "beetroots", + "displayName": "Beetroots", + "id": 207, + "meta": 0, + "collision": { + }, + "droppedItems": [435], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "beetroots", + "displayName": "Beetroots", + "id": 207, + "meta": 3, + "collision": { + }, + "droppedItems": [434], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "plants", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "plant" + }, + { + "name": "grass_path", + "displayName": "Grass Path", + "id": 208, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 0.9375, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [3], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.65, + "resistance": 0.65, + "material": "ground", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "plant" + }, + { + "name": "end_gateway", + "displayName": "End Gateway", + "id": 209, + "meta": 0, + "collision": { + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "portal", + "slipperiness": 0.6, + "light": 15, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "repeating_command_block", + "displayName": "Repeating Command Block", + "id": 210, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [210], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "chain_command_block", + "displayName": "Chain Command Block", + "id": 211, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [211], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "frosted_ice", + "displayName": "Frosted Ice", + "id": 212, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": 0.5, + "resistance": 0.5, + "material": "ice", + "slipperiness": 0.98, + "light": 0, + "lightOpacity": 3, + "stepSound": "glass" + }, + { + "name": "magma", + "displayName": "Magma Block", + "id": 213, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [213], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "rock", + "slipperiness": 0.6, + "light": 3, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "nether_wart_block", + "displayName": "Nether Wart Block", + "id": 214, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [214], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.0, + "resistance": 1.0, + "material": "grass", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "wood" + }, + { + "name": "red_nether_brick", + "displayName": "Red Nether Brick", + "id": 215, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [215], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 6.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "bone_block", + "displayName": "Bone Block", + "id": 216, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [216], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "structure_void", + "displayName": "Structure Void", + "id": 217, + "meta": 0, + "collision": { + }, + "droppedItems": [217], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.0, + "resistance": 0.0, + "material": "structure_void", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "observer", + "displayName": "Observer", + "id": 218, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [218], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 3.0, + "resistance": 3.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "white_shulker_box", + "displayName": "White Shulker Box", + "id": 219, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [219], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "orange_shulker_box", + "displayName": "Orange Shulker Box", + "id": 220, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [220], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "magenta_shulker_box", + "displayName": "Magenta Shulker Box", + "id": 221, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [221], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "light_blue_shulker_box", + "displayName": "Light Blue Shulker Box", + "id": 222, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [222], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "yellow_shulker_box", + "displayName": "Yellow Shulker Box", + "id": 223, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [223], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "lime_shulker_box", + "displayName": "Lime Shulker Box", + "id": 224, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [224], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "pink_shulker_box", + "displayName": "Pink Shulker Box", + "id": 225, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [225], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "gray_shulker_box", + "displayName": "Gray Shulker Box", + "id": 226, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [226], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "silver_shulker_box", + "displayName": "Light Gray Shulker Box", + "id": 227, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [227], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "cyan_shulker_box", + "displayName": "Cyan Shulker Box", + "id": 228, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [228], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "purple_shulker_box", + "displayName": "Purple Shulker Box", + "id": 229, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [229], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "blue_shulker_box", + "displayName": "Blue Shulker Box", + "id": 230, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [230], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "brown_shulker_box", + "displayName": "Brown Shulker Box", + "id": 231, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [231], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "green_shulker_box", + "displayName": "Green Shulker Box", + "id": 232, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [232], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "red_shulker_box", + "displayName": "Red Shulker Box", + "id": 233, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [233], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "black_shulker_box", + "displayName": "Black Shulker Box", + "id": 234, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [234], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 2.0, + "resistance": 2.0, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 0, + "stepSound": "stone" + }, + { + "name": "white_glazed_terracotta", + "displayName": "White Glazed Terracotta", + "id": 235, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [235], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "orange_glazed_terracotta", + "displayName": "Orange Glazed Terracotta", + "id": 236, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [236], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "magenta_glazed_terracotta", + "displayName": "Magenta Glazed Terracotta", + "id": 237, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [237], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "light_blue_glazed_terracotta", + "displayName": "Light Blue Glazed Terracotta", + "id": 238, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [238], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "yellow_glazed_terracotta", + "displayName": "Yellow Glazed Terracotta", + "id": 239, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [239], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "lime_glazed_terracotta", + "displayName": "Lime Glazed Terracotta", + "id": 240, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [240], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "pink_glazed_terracotta", + "displayName": "Pink Glazed Terracotta", + "id": 241, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [241], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "gray_glazed_terracotta", + "displayName": "Gray Glazed Terracotta", + "id": 242, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [242], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "silver_glazed_terracotta", + "displayName": "Light Gray Glazed Terracotta", + "id": 243, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [243], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "cyan_glazed_terracotta", + "displayName": "Cyan Glazed Terracotta", + "id": 244, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [244], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "purple_glazed_terracotta", + "displayName": "Purple Glazed Terracotta", + "id": 245, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [245], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "blue_glazed_terracotta", + "displayName": "Blue Glazed Terracotta", + "id": 246, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [246], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "brown_glazed_terracotta", + "displayName": "Brown Glazed Terracotta", + "id": 247, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [247], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "green_glazed_terracotta", + "displayName": "Green Glazed Terracotta", + "id": 248, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [248], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "red_glazed_terracotta", + "displayName": "Red Glazed Terracotta", + "id": 249, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [249], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "black_glazed_terracotta", + "displayName": "Black Glazed Terracotta", + "id": 250, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [250], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.4, + "resistance": 1.4, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "White Concrete", + "id": 251, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Orange Concrete", + "id": 251, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Magenta Concrete", + "id": 251, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Light Blue Concrete", + "id": 251, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Yellow Concrete", + "id": 251, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Lime Concrete", + "id": 251, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Pink Concrete", + "id": 251, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Gray Concrete", + "id": 251, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Light Gray Concrete", + "id": 251, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Cyan Concrete", + "id": 251, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Purple Concrete", + "id": 251, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Blue Concrete", + "id": 251, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Brown Concrete", + "id": 251, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Green Concrete", + "id": 251, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Red Concrete", + "id": 251, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete", + "displayName": "Black Concrete", + "id": 251, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [251], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 1.8, + "resistance": 1.8, + "material": "rock", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + }, + { + "name": "concrete_powder", + "displayName": "White Concrete Powder", + "id": 252, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 0, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Orange Concrete Powder", + "id": 252, + "meta": 1, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 1, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Magenta Concrete Powder", + "id": 252, + "meta": 2, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 2, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Light Blue Concrete Powder", + "id": 252, + "meta": 3, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 3, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Yellow Concrete Powder", + "id": 252, + "meta": 4, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 4, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Lime Concrete Powder", + "id": 252, + "meta": 5, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 5, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Pink Concrete Powder", + "id": 252, + "meta": 6, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 6, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Gray Concrete Powder", + "id": 252, + "meta": 7, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 7, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Light Gray Concrete Powder", + "id": 252, + "meta": 8, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 8, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Cyan Concrete Powder", + "id": 252, + "meta": 9, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 9, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Purple Concrete Powder", + "id": 252, + "meta": 10, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 10, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Blue Concrete Powder", + "id": 252, + "meta": 11, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 11, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Brown Concrete Powder", + "id": 252, + "meta": 12, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 12, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Green Concrete Powder", + "id": 252, + "meta": 13, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 13, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Red Concrete Powder", + "id": 252, + "meta": 14, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 14, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "concrete_powder", + "displayName": "Black Concrete Powder", + "id": 252, + "meta": 15, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [252], + "dropDamage": 15, + "dropAmountMin": 1, + "dropAmountMax": 3, + "hardness": 0.5, + "resistance": 0.5, + "material": "sand", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "sand" + }, + { + "name": "structure_block", + "displayName": "Structure Block", + "id": 255, + "meta": 0, + "collision": { + "0": { + "minX": 0.0, + "maxX": 1.0, + "minY": 0.0, + "maxY": 1.0, + "minZ": 0.0, + "maxZ": 1.0 + } + }, + "droppedItems": [255], + "dropDamage": 0, + "dropAmountMin": 0, + "dropAmountMax": 2, + "hardness": -1.0, + "resistance": 3600000.0, + "material": "iron", + "slipperiness": 0.6, + "light": 0, + "lightOpacity": 255, + "stepSound": "stone" + } +] diff --git a/1_12-data/entities.json b/1_12-data/entities.json new file mode 100644 index 0000000..8febfa8 --- /dev/null +++ b/1_12-data/entities.json @@ -0,0 +1,1414 @@ +{ + "player": { + "id": 0, + "dataname": "minecraft:player", + "width": 0.6, + "height": 1.8, + "maxHealth": 20.0, + "eyeHeight": 1.62, + "flags": ["player", "livingbase"], + "packetType": "undefined", + "packetID": 0 + }, + "item": { + "id": 1, + "dataname": "minecraft:item", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["item"], + "packetType": "object", + "packetID": 2 + }, + "xporb": { + "id": 2, + "dataname": "minecraft:xp_orb", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["xporb"], + "packetType": "exp", + "packetID": 2 + }, + "areaeffectcloud": { + "id": 3, + "dataname": "minecraft:area_effect_cloud", + "width": 6.0, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": 0.425, + "flags": ["areaeffectcloud", "fireimmune"], + "packetType": "object", + "packetID": 3 + }, + "elderguardian": { + "id": 4, + "dataname": "minecraft:elder_guardian", + "width": 1.9975, + "height": 1.9975, + "maxHealth": 80.0, + "loot": [ + { + "id": 409, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 349 + }, + { + "id": 410 + }, + { + "id": 19, + "metaMin": 1, + "metaMax": 1 + }, + { + "id": 349, + "metaMin": 0, + "metaMax": 0 + }, + { + "id": 349, + "metaMin": 1, + "metaMax": 1 + }, + { + "id": 349, + "metaMin": 2, + "metaMax": 2 + }, + { + "id": 349, + "metaMin": 3, + "metaMax": 3 + } + ], + "eyeHeight": 0.99875, + "flags": ["elderguardian", "guardian", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 4 + }, + "witherskeleton": { + "id": 5, + "dataname": "minecraft:wither_skeleton", + "width": 0.7, + "height": 2.4, + "maxHealth": 20.0, + "loot": [ + { + "id": 263, + "amountMin": -1, + "amountMax": 1 + }, + { + "id": 352, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 397, + "metaMin": 1, + "metaMax": 1 + } + ], + "eyeHeight": 2.1, + "flags": ["witherskeleton", "abstractskeleton", "mob", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 5 + }, + "stray": { + "id": 6, + "dataname": "minecraft:stray", + "width": 0.6, + "height": 1.99, + "maxHealth": 20.0, + "loot": [ + { + "id": 262, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 352, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 440, + "amountMin": 0, + "amountMax": 1 + } + ], + "eyeHeight": 1.74, + "flags": ["stray", "abstractskeleton", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 6 + }, + "thrownegg": { + "id": 7, + "dataname": "minecraft:egg", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["egg", "throwable"], + "packetType": "object", + "packetID": 62 + }, + "leashknot": { + "id": 8, + "dataname": "minecraft:leash_knot", + "width": 0.5, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": -0.0625, + "flags": ["leashknot", "hanging"], + "packetType": "object", + "packetID": 77 + }, + "painting": { + "id": 9, + "dataname": "minecraft:painting", + "width": 0.5, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": 0.425, + "flags": ["painting", "hanging"], + "packetType": "painting", + "packetID": 9 + }, + "arrow": { + "id": 10, + "dataname": "minecraft:arrow", + "width": 0.5, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": 0.0, + "flags": ["tippedarrow", "arrow"], + "packetType": "object", + "packetID": 60 + }, + "snowball": { + "id": 11, + "dataname": "minecraft:snowball", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["snowball", "throwable"], + "packetType": "object", + "packetID": 61 + }, + "fireball": { + "id": 12, + "dataname": "minecraft:fireball", + "width": 1.0, + "height": 1.0, + "maxHealth": 0.0, + "eyeHeight": 0.85, + "flags": ["largefireball", "fireball"], + "packetType": "object", + "packetID": 63 + }, + "smallfireball": { + "id": 13, + "dataname": "minecraft:small_fireball", + "width": 0.3125, + "height": 0.3125, + "maxHealth": 0.0, + "eyeHeight": 0.265625, + "flags": ["smallfireball", "fireball"], + "packetType": "object", + "packetID": 64 + }, + "thrownenderpearl": { + "id": 14, + "dataname": "minecraft:ender_pearl", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["enderpearl", "throwable"], + "packetType": "object", + "packetID": 65 + }, + "eyeofendersignal": { + "id": 15, + "dataname": "minecraft:eye_of_ender_signal", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["endereye"], + "packetType": "object", + "packetID": 72 + }, + "thrownpotion": { + "id": 16, + "dataname": "minecraft:potion", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["potion", "throwable"], + "packetType": "object", + "packetID": 73 + }, + "thrownexpbottle": { + "id": 17, + "dataname": "minecraft:xp_bottle", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["expbottle", "throwable"], + "packetType": "object", + "packetID": 75 + }, + "itemframe": { + "id": 18, + "dataname": "minecraft:item_frame", + "width": 0.5, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": 0.425, + "flags": ["itemframe", "hanging"], + "packetType": "object", + "packetID": 71 + }, + "witherskull": { + "id": 19, + "dataname": "minecraft:wither_skull", + "width": 0.3125, + "height": 0.3125, + "maxHealth": 0.0, + "eyeHeight": 0.265625, + "flags": ["witherskull", "fireball"], + "packetType": "object", + "packetID": 66 + }, + "primedtnt": { + "id": 20, + "dataname": "minecraft:tnt", + "width": 0.98, + "height": 0.98, + "maxHealth": 0.0, + "eyeHeight": 0.0, + "flags": ["tntprimed", "fireimmune"], + "packetType": "object", + "packetID": 50 + }, + "fallingsand": { + "id": 21, + "dataname": "minecraft:falling_block", + "width": 0.6, + "height": 1.8, + "maxHealth": 0.0, + "eyeHeight": 1.53, + "flags": ["fallingblock"], + "packetType": "object", + "packetID": 70 + }, + "fireworksrocketentity": { + "id": 22, + "dataname": "minecraft:fireworks_rocket", + "width": 0.25, + "height": 0.25, + "maxHealth": 0.0, + "eyeHeight": 0.2125, + "flags": ["fireworkrocket"], + "packetType": "object", + "packetID": 76 + }, + "husk": { + "id": 23, + "dataname": "minecraft:husk", + "width": 0.6, + "height": 1.95, + "maxHealth": 20.0, + "loot": [ + { + "id": 367, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 265 + }, + { + "id": 391 + }, + { + "id": 392 + } + ], + "eyeHeight": 1.74, + "flags": ["husk", "zombie", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 23 + }, + "spectralarrow": { + "id": 24, + "dataname": "minecraft:spectral_arrow", + "width": 0.5, + "height": 0.5, + "maxHealth": 0.0, + "eyeHeight": 0.0, + "flags": ["spectralarrow", "arrow"], + "packetType": "object", + "packetID": 91 + }, + "shulkerbullet": { + "id": 25, + "dataname": "minecraft:shulker_bullet", + "width": 0.3125, + "height": 0.3125, + "maxHealth": 0.0, + "eyeHeight": 0.265625, + "flags": ["shulkerbullet"], + "packetType": "object", + "packetID": 67 + }, + "dragonfireball": { + "id": 26, + "dataname": "minecraft:dragon_fireball", + "width": 1.0, + "height": 1.0, + "maxHealth": 0.0, + "eyeHeight": 0.85, + "flags": ["dragonfireball", "fireball"], + "packetType": "object", + "packetID": 93 + }, + "zombievillager": { + "id": 27, + "dataname": "minecraft:zombie_villager", + "width": 0.6, + "height": 1.95, + "maxHealth": 20.0, + "loot": [ + { + "id": 367, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 265 + }, + { + "id": 391 + }, + { + "id": 392 + } + ], + "eyeHeight": 1.74, + "flags": ["zombievillager", "zombie", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 27 + }, + "skeletonhorse": { + "id": 28, + "dataname": "minecraft:skeleton_horse", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 15.0, + "loot": [ + { + "id": 352, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["skeletonhorse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 28 + }, + "zombiehorse": { + "id": 29, + "dataname": "minecraft:zombie_horse", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 15.0, + "loot": [ + { + "id": 367, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["zombiehorse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 29 + }, + "armorstand": { + "id": 30, + "dataname": "minecraft:armor_stand", + "width": 0.5, + "height": 1.975, + "maxHealth": 20.0, + "eyeHeight": 1.7775, + "flags": ["armorstand", "livingbase"], + "packetType": "object", + "packetID": 78 + }, + "donkey": { + "id": 31, + "dataname": "minecraft:donkey", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 18.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["donkey", "abstractchesthorse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 31 + }, + "mule": { + "id": 32, + "dataname": "minecraft:mule", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 26.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["mule", "abstractchesthorse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 32 + }, + "evocationfangs": { + "id": 33, + "dataname": "minecraft:evocation_fangs", + "width": 0.5, + "height": 0.8, + "maxHealth": 0.0, + "eyeHeight": 0.68, + "flags": ["evokerfangs"], + "packetType": "object", + "packetID": 79 + }, + "evocationillager": { + "id": 34, + "dataname": "minecraft:evocation_illager", + "width": 0.6, + "height": 1.95, + "maxHealth": 24.0, + "loot": [ + { + "id": 449 + }, + { + "id": 388, + "amountMin": 0, + "amountMax": 1 + } + ], + "eyeHeight": 1.6575, + "flags": ["evoker", "spellcasterillager", "abstractillager", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 34 + }, + "vex": { + "id": 35, + "dataname": "minecraft:vex", + "width": 0.4, + "height": 0.8, + "maxHealth": 14.0, + "loot": [ + ], + "eyeHeight": 0.68, + "flags": ["vex", "mob", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 35 + }, + "vindicationillager": { + "id": 36, + "dataname": "minecraft:vindication_illager", + "width": 0.6, + "height": 1.95, + "maxHealth": 24.0, + "loot": [ + { + "id": 388, + "amountMin": 0, + "amountMax": 1 + } + ], + "eyeHeight": 1.6575, + "flags": ["vindicator", "abstractillager", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 36 + }, + "illusionillager": { + "id": 37, + "dataname": "minecraft:illusion_illager", + "width": 0.6, + "height": 1.95, + "maxHealth": 32.0, + "loot": [ + ], + "eyeHeight": 1.6575, + "flags": ["illusionillager", "spellcasterillager", "abstractillager", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 37 + }, + "minecartcommandblock": { + "id": 40, + "dataname": "minecraft:commandblock_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecartcommandblock", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "boat": { + "id": 41, + "dataname": "minecraft:boat", + "width": 1.375, + "height": 0.5625, + "maxHealth": 0.0, + "eyeHeight": 0.478125, + "flags": ["boat"], + "packetType": "object", + "packetID": 1 + }, + "minecartrideable": { + "id": 42, + "dataname": "minecraft:minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecartempty", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "minecartchest": { + "id": 43, + "dataname": "minecraft:chest_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecartchest", "minecartcontainer", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "minecartfurnace": { + "id": 44, + "dataname": "minecraft:furnace_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecartfurnace", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "minecarttnt": { + "id": 45, + "dataname": "minecraft:tnt_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecarttnt", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "minecarthopper": { + "id": 46, + "dataname": "minecraft:hopper_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecarthopper", "minecartcontainer", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "minecartspawner": { + "id": 47, + "dataname": "minecraft:spawner_minecart", + "width": 0.98, + "height": 0.7, + "maxHealth": 0.0, + "eyeHeight": 0.595, + "flags": ["minecartmobspawner", "minecart"], + "packetType": "object", + "packetID": 10 + }, + "creeper": { + "id": 50, + "dataname": "minecraft:creeper", + "width": 0.6, + "height": 1.7, + "maxHealth": 20.0, + "loot": [ + { + "id": 289, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.445, + "flags": ["creeper", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 50 + }, + "skeleton": { + "id": 51, + "dataname": "minecraft:skeleton", + "width": 0.6, + "height": 1.99, + "maxHealth": 20.0, + "loot": [ + { + "id": 262, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 352, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.74, + "flags": ["skeleton", "abstractskeleton", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 51 + }, + "spider": { + "id": 52, + "dataname": "minecraft:spider", + "width": 1.4, + "height": 0.9, + "maxHealth": 16.0, + "loot": [ + { + "id": 287, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 375, + "amountMin": -1, + "amountMax": 1 + } + ], + "eyeHeight": 0.65, + "flags": ["spider", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 52 + }, + "giant": { + "id": 53, + "dataname": "minecraft:giant", + "width": 3.6000001, + "height": 10.799999, + "maxHealth": 100.0, + "loot": [ + ], + "eyeHeight": 10.440001, + "flags": ["giantzombie", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 53 + }, + "zombie": { + "id": 54, + "dataname": "minecraft:zombie", + "width": 0.6, + "height": 1.95, + "maxHealth": 20.0, + "loot": [ + { + "id": 367, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 265 + }, + { + "id": 391 + }, + { + "id": 392 + } + ], + "eyeHeight": 1.74, + "flags": ["zombie", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 54 + }, + "slime": { + "id": 55, + "dataname": "minecraft:slime", + "width": 0.6, + "height": 1.8, + "maxHealth": 20.0, + "loot": [ + { + "id": 341, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.125, + "flags": ["slime", "living", "livingbase"], + "packetType": "mob", + "packetID": 55 + }, + "ghast": { + "id": 56, + "dataname": "minecraft:ghast", + "width": 4.0, + "height": 4.0, + "maxHealth": 10.0, + "loot": [ + { + "id": 370, + "amountMin": 0, + "amountMax": 1 + }, + { + "id": 289, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 2.6, + "flags": ["ghast", "flying", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 56 + }, + "pigzombie": { + "id": 57, + "dataname": "minecraft:zombie_pigman", + "width": 0.6, + "height": 1.95, + "maxHealth": 20.0, + "loot": [ + { + "id": 367, + "amountMin": 0, + "amountMax": 1 + }, + { + "id": 371, + "amountMin": 0, + "amountMax": 1 + }, + { + "id": 266 + } + ], + "eyeHeight": 1.74, + "flags": ["pigzombie", "zombie", "mob", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 57 + }, + "enderman": { + "id": 58, + "dataname": "minecraft:enderman", + "width": 0.6, + "height": 2.9, + "maxHealth": 40.0, + "loot": [ + { + "id": 368, + "amountMin": 0, + "amountMax": 1 + } + ], + "eyeHeight": 2.55, + "flags": ["enderman", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 58 + }, + "cavespider": { + "id": 59, + "dataname": "minecraft:cave_spider", + "width": 0.7, + "height": 0.5, + "maxHealth": 12.0, + "loot": [ + { + "id": 287, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 375, + "amountMin": -1, + "amountMax": 1 + } + ], + "eyeHeight": 0.45, + "flags": ["cavespider", "spider", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 59 + }, + "silverfish": { + "id": 60, + "dataname": "minecraft:silverfish", + "width": 0.4, + "height": 0.3, + "maxHealth": 8.0, + "loot": [ + ], + "eyeHeight": 0.1, + "flags": ["silverfish", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 60 + }, + "blaze": { + "id": 61, + "dataname": "minecraft:blaze", + "width": 0.6, + "height": 1.8, + "maxHealth": 20.0, + "loot": [ + { + "id": 369, + "amountMin": 0, + "amountMax": 1 + } + ], + "eyeHeight": 1.53, + "flags": ["blaze", "mob", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 61 + }, + "lavaslime": { + "id": 62, + "dataname": "minecraft:magma_cube", + "width": 0.6, + "height": 1.8, + "maxHealth": 20.0, + "loot": [ + ], + "eyeHeight": 1.125, + "flags": ["magmacube", "slime", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 62 + }, + "enderdragon": { + "id": 63, + "dataname": "minecraft:ender_dragon", + "width": 16.0, + "height": 8.0, + "maxHealth": 200.0, + "loot": [ + ], + "eyeHeight": 6.8, + "flags": ["dragon", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 63 + }, + "witherboss": { + "id": 64, + "dataname": "minecraft:wither", + "width": 0.9, + "height": 3.5, + "maxHealth": 300.0, + "loot": [ + ], + "eyeHeight": 2.9750001, + "flags": ["wither", "mob", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 64 + }, + "bat": { + "id": 65, + "dataname": "minecraft:bat", + "width": 0.5, + "height": 0.9, + "maxHealth": 6.0, + "loot": [ + ], + "eyeHeight": 0.45, + "flags": ["bat", "ambientcreature", "living", "livingbase"], + "packetType": "mob", + "packetID": 65 + }, + "witch": { + "id": 66, + "dataname": "minecraft:witch", + "width": 0.6, + "height": 1.95, + "maxHealth": 26.0, + "loot": [ + { + "id": 348, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 353, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 331, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 375, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 374, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 289, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 280, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.62, + "flags": ["witch", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 66 + }, + "endermite": { + "id": 67, + "dataname": "minecraft:endermite", + "width": 0.4, + "height": 0.3, + "maxHealth": 8.0, + "loot": [ + ], + "eyeHeight": 0.1, + "flags": ["endermite", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 67 + }, + "guardian": { + "id": 68, + "dataname": "minecraft:guardian", + "width": 0.85, + "height": 0.85, + "maxHealth": 30.0, + "loot": [ + { + "id": 409, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 349 + }, + { + "id": 410 + }, + { + "id": 349, + "metaMin": 0, + "metaMax": 0 + }, + { + "id": 349, + "metaMin": 1, + "metaMax": 1 + }, + { + "id": 349, + "metaMin": 2, + "metaMax": 2 + }, + { + "id": 349, + "metaMin": 3, + "metaMax": 3 + } + ], + "eyeHeight": 0.425, + "flags": ["guardian", "mob", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 68 + }, + "shulker": { + "id": 69, + "dataname": "minecraft:shulker", + "width": 1.0, + "height": 1.0, + "maxHealth": 30.0, + "loot": [ + { + "id": 450 + } + ], + "eyeHeight": 0.5, + "flags": ["shulker", "golem", "creature", "living", "livingbase", "fireimmune"], + "packetType": "mob", + "packetID": 69 + }, + "pig": { + "id": 90, + "dataname": "minecraft:pig", + "width": 0.9, + "height": 0.9, + "maxHealth": 10.0, + "loot": [ + { + "id": 319, + "amountMin": 1, + "amountMax": 3 + } + ], + "eyeHeight": 0.765, + "flags": ["pig", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 90 + }, + "sheep": { + "id": 91, + "dataname": "minecraft:sheep", + "width": 0.9, + "height": 1.3, + "maxHealth": 8.0, + "loot": [ + { + "id": 35, + "metaMin": 0, + "metaMax": 0 + }, + { + "id": 423, + "amountMin": 1, + "amountMax": 2 + } + ], + "eyeHeight": 1.2349999, + "flags": ["sheep", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 91 + }, + "cow": { + "id": 92, + "dataname": "minecraft:cow", + "width": 0.9, + "height": 1.4, + "maxHealth": 10.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 363, + "amountMin": 1, + "amountMax": 3 + } + ], + "eyeHeight": 1.3, + "flags": ["cow", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 92 + }, + "chicken": { + "id": 93, + "dataname": "minecraft:chicken", + "width": 0.4, + "height": 0.7, + "maxHealth": 4.0, + "loot": [ + { + "id": 288, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 365 + } + ], + "eyeHeight": 0.7, + "flags": ["chicken", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 93 + }, + "squid": { + "id": 94, + "dataname": "minecraft:squid", + "width": 0.8, + "height": 0.8, + "maxHealth": 10.0, + "loot": [ + { + "id": 351, + "amountMin": 1, + "amountMax": 3, + "metaMin": 0, + "metaMax": 0 + } + ], + "eyeHeight": 0.4, + "flags": ["squid", "watermob", "living", "livingbase", "waterbreathing"], + "packetType": "mob", + "packetID": 94 + }, + "wolf": { + "id": 95, + "dataname": "minecraft:wolf", + "width": 0.6, + "height": 0.85, + "maxHealth": 8.0, + "loot": [ + ], + "eyeHeight": 0.68, + "flags": ["wolf", "tameable", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 95 + }, + "mushroomcow": { + "id": 96, + "dataname": "minecraft:mooshroom", + "width": 0.9, + "height": 1.4, + "maxHealth": 10.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 363, + "amountMin": 1, + "amountMax": 3 + } + ], + "eyeHeight": 1.3, + "flags": ["mooshroom", "cow", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 96 + }, + "snowman": { + "id": 97, + "dataname": "minecraft:snowman", + "width": 0.7, + "height": 1.9, + "maxHealth": 4.0, + "loot": [ + { + "id": 332, + "amountMin": 0, + "amountMax": 15 + } + ], + "eyeHeight": 1.7, + "flags": ["snowman", "golem", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 97 + }, + "ozelot": { + "id": 98, + "dataname": "minecraft:ocelot", + "width": 0.6, + "height": 0.7, + "maxHealth": 10.0, + "loot": [ + ], + "eyeHeight": 0.595, + "flags": ["ocelot", "tameable", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 98 + }, + "villagergolem": { + "id": 99, + "dataname": "minecraft:villager_golem", + "width": 1.4, + "height": 2.7, + "maxHealth": 100.0, + "loot": [ + { + "id": 38, + "amountMin": 0, + "amountMax": 2 + }, + { + "id": 265, + "amountMin": 3, + "amountMax": 5 + } + ], + "eyeHeight": 2.295, + "flags": ["irongolem", "golem", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 99 + }, + "horse": { + "id": 100, + "dataname": "minecraft:horse", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 26.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["horse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 100 + }, + "rabbit": { + "id": 101, + "dataname": "minecraft:rabbit", + "width": 0.4, + "height": 0.5, + "maxHealth": 3.0, + "loot": [ + { + "id": 415, + "amountMin": 0, + "amountMax": 1 + }, + { + "id": 411, + "amountMin": 0, + "amountMax": 1 + }, + { + "id": 414 + } + ], + "eyeHeight": 0.425, + "flags": ["rabbit", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 101 + }, + "polarbear": { + "id": 102, + "dataname": "minecraft:polar_bear", + "width": 1.3, + "height": 1.4, + "maxHealth": 30.0, + "loot": [ + { + "id": 349, + "amountMin": 0, + "amountMax": 2, + "metaMin": 0, + "metaMax": 0 + }, + { + "id": 349, + "amountMin": 0, + "amountMax": 2, + "metaMin": 1, + "metaMax": 1 + } + ], + "eyeHeight": 1.19, + "flags": ["polarbear", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 102 + }, + "llama": { + "id": 103, + "dataname": "minecraft:llama", + "width": 1.3964844, + "height": 1.6, + "maxHealth": 23.0, + "loot": [ + { + "id": 334, + "amountMin": 0, + "amountMax": 2 + } + ], + "eyeHeight": 1.6, + "flags": ["llama", "abstractchesthorse", "abstracthorse", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 103 + }, + "llamaspit": { + "id": 104, + "dataname": "minecraft:llama_spit", + "width": 0.6, + "height": 1.8, + "maxHealth": 0.0, + "eyeHeight": 1.53, + "flags": ["llamaspit"], + "packetType": "object", + "packetID": 68 + }, + "parrot": { + "id": 105, + "dataname": "minecraft:parrot", + "width": 0.5, + "height": 0.9, + "maxHealth": 6.0, + "loot": [ + { + "id": 288, + "amountMin": 1, + "amountMax": 2 + } + ], + "eyeHeight": 0.54, + "flags": ["parrot", "shoulderriding", "tameable", "animal", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 105 + }, + "villager": { + "id": 120, + "dataname": "minecraft:villager", + "width": 0.6, + "height": 1.95, + "maxHealth": 20.0, + "loot": [ + ], + "eyeHeight": 1.62, + "flags": ["villager", "ageable", "creature", "living", "livingbase"], + "packetType": "mob", + "packetID": 120 + }, + "endercrystal": { + "id": 200, + "dataname": "minecraft:ender_crystal", + "width": 2.0, + "height": 2.0, + "maxHealth": 0.0, + "eyeHeight": 1.7, + "flags": ["endercrystal"], + "packetType": "object", + "packetID": 51 + } +} diff --git a/1_12-data/items.json b/1_12-data/items.json new file mode 100644 index 0000000..4601268 --- /dev/null +++ b/1_12-data/items.json @@ -0,0 +1,11666 @@ +[ + { + "name": "air", + "displayName": "Air", + "id": 0, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone", + "displayName": "Stone", + "id": 1, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "granite", + "displayName": "Granite", + "id": 1, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "polished_granite", + "displayName": "Polished Granite", + "id": 1, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diorite", + "displayName": "Diorite", + "id": 1, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "polished_diorite", + "displayName": "Polished Diorite", + "id": 1, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "andesite", + "displayName": "Andesite", + "id": 1, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "polished_andesite", + "displayName": "Polished Andesite", + "id": 1, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "grass", + "displayName": "Grass Block", + "id": 2, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dirt", + "displayName": "Dirt", + "id": 3, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "coarse_dirt", + "displayName": "Coarse Dirt", + "id": 3, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "podzol", + "displayName": "Podzol", + "id": 3, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cobblestone", + "displayName": "Cobblestone", + "id": 4, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "planks", + "displayName": "Oak Wood Planks", + "id": 5, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_wood_planks", + "displayName": "Spruce Wood Planks", + "id": 5, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_wood_planks", + "displayName": "Birch Wood Planks", + "id": 5, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_wood_planks", + "displayName": "Jungle Wood Planks", + "id": 5, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_wood_planks", + "displayName": "Acacia Wood Planks", + "id": 5, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_wood_planks", + "displayName": "Dark Oak Wood Planks", + "id": 5, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sapling", + "displayName": "Oak Sapling", + "id": 6, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_sapling", + "displayName": "Spruce Sapling", + "id": 6, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_sapling", + "displayName": "Birch Sapling", + "id": 6, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_sapling", + "displayName": "Jungle Sapling", + "id": 6, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_sapling", + "displayName": "Acacia Sapling", + "id": 6, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_sapling", + "displayName": "Dark Oak Sapling", + "id": 6, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bedrock", + "displayName": "Bedrock", + "id": 7, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "flowing_water", + "displayName": "Water", + "id": 8, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "water", + "displayName": "Water", + "id": 9, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "flowing_lava", + "displayName": "Lava", + "id": 10, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lava", + "displayName": "Lava", + "id": 11, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sand", + "displayName": "Sand", + "id": 12, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_sand", + "displayName": "Red Sand", + "id": 12, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gravel", + "displayName": "Gravel", + "id": 13, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gold_ore", + "displayName": "Gold Ore", + "id": 14, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_ore", + "displayName": "Iron Ore", + "id": 15, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "coal_ore", + "displayName": "Coal Ore", + "id": 16, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "log", + "displayName": "Oak Wood", + "id": 17, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_wood", + "displayName": "Spruce Wood", + "id": 17, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_wood", + "displayName": "Birch Wood", + "id": 17, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_wood", + "displayName": "Jungle Wood", + "id": 17, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "log2", + "displayName": "Acacia Wood", + "id": 162, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_wood", + "displayName": "Dark Oak Wood", + "id": 162, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leaves", + "displayName": "Oak Leaves", + "id": 18, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_leaves", + "displayName": "Spruce Leaves", + "id": 18, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_leaves", + "displayName": "Birch Leaves", + "id": 18, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_leaves", + "displayName": "Jungle Leaves", + "id": 18, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leaves2", + "displayName": "Acacia Leaves", + "id": 161, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_leaves", + "displayName": "Dark Oak Leaves", + "id": 161, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sponge", + "displayName": "Sponge", + "id": 19, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wet_sponge", + "displayName": "Wet Sponge", + "id": 19, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "glass", + "displayName": "Glass", + "id": 20, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lapis_ore", + "displayName": "Lapis Lazuli Ore", + "id": 21, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lapis_block", + "displayName": "Lapis Lazuli Block", + "id": 22, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dispenser", + "displayName": "Dispenser", + "id": 23, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sandstone", + "displayName": "Sandstone", + "id": 24, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chiseled_sandstone", + "displayName": "Chiseled Sandstone", + "id": 24, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "smooth_sandstone", + "displayName": "Smooth Sandstone", + "id": 24, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "noteblock", + "displayName": "Note Block", + "id": 25, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_rail", + "displayName": "Powered Rail", + "id": 27, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "detector_rail", + "displayName": "Detector Rail", + "id": 28, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sticky_piston", + "displayName": "Sticky Piston", + "id": 29, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "web", + "displayName": "Cobweb", + "id": 30, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "tallgrass", + "displayName": "Grass", + "id": 31, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fern", + "displayName": "Fern", + "id": 31, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "deadbush", + "displayName": "Dead Bush", + "id": 32, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "piston", + "displayName": "Piston", + "id": 33, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wool", + "displayName": "White Wool", + "id": 35, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_wool", + "displayName": "Orange Wool", + "id": 35, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_wool", + "displayName": "Magenta Wool", + "id": 35, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_wool", + "displayName": "Light Blue Wool", + "id": 35, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_wool", + "displayName": "Yellow Wool", + "id": 35, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_wool", + "displayName": "Lime Wool", + "id": 35, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_wool", + "displayName": "Pink Wool", + "id": 35, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_wool", + "displayName": "Gray Wool", + "id": 35, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_wool", + "displayName": "Light Gray Wool", + "id": 35, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_wool", + "displayName": "Cyan Wool", + "id": 35, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_wool", + "displayName": "Purple Wool", + "id": 35, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_wool", + "displayName": "Blue Wool", + "id": 35, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_wool", + "displayName": "Brown Wool", + "id": 35, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_wool", + "displayName": "Green Wool", + "id": 35, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_wool", + "displayName": "Red Wool", + "id": 35, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_wool", + "displayName": "Black Wool", + "id": 35, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_flower", + "displayName": "Dandelion", + "id": 37, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_flower", + "displayName": "Poppy", + "id": 38, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_orchid", + "displayName": "Blue Orchid", + "id": 38, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "allium", + "displayName": "Allium", + "id": 38, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "azure_bluet", + "displayName": "Azure Bluet", + "id": 38, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_tulip", + "displayName": "Red Tulip", + "id": 38, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_tulip", + "displayName": "Orange Tulip", + "id": 38, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "white_tulip", + "displayName": "White Tulip", + "id": 38, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_tulip", + "displayName": "Pink Tulip", + "id": 38, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "oxeye_daisy", + "displayName": "Oxeye Daisy", + "id": 38, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_mushroom", + "displayName": "Mushroom", + "id": 39, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_mushroom", + "displayName": "Mushroom", + "id": 40, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gold_block", + "displayName": "Block of Gold", + "id": 41, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_block", + "displayName": "Block of Iron", + "id": 42, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_slab", + "displayName": "Stone Slab", + "id": 44, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sandstone_slab", + "displayName": "Sandstone Slab", + "id": 44, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cobblestone_slab", + "displayName": "Cobblestone Slab", + "id": 44, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bricks_slab", + "displayName": "Bricks Slab", + "id": 44, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_bricks_slab", + "displayName": "Stone Bricks Slab", + "id": 44, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_brick_slab", + "displayName": "Nether Brick Slab", + "id": 44, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "quartz_slab", + "displayName": "Quartz Slab", + "id": 44, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brick_block", + "displayName": "Bricks", + "id": 45, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "tnt", + "displayName": "TNT", + "id": 46, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bookshelf", + "displayName": "Bookshelf", + "id": 47, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mossy_cobblestone", + "displayName": "Moss Stone", + "id": 48, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "obsidian", + "displayName": "Obsidian", + "id": 49, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "torch", + "displayName": "Torch", + "id": 50, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "end_rod", + "displayName": "End Rod", + "id": 198, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chorus_plant", + "displayName": "Chorus Plant", + "id": 199, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chorus_flower", + "displayName": "Chorus Flower", + "id": 200, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purpur_block", + "displayName": "Purpur Block", + "id": 201, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purpur_pillar", + "displayName": "Purpur Pillar", + "id": 202, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purpur_stairs", + "displayName": "Purpur Stairs", + "id": 203, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purpur_slab", + "displayName": "Purpur Slab", + "id": 205, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mob_spawner", + "displayName": "Monster Spawner", + "id": 52, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "oak_stairs", + "displayName": "Oak Wood Stairs", + "id": 53, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chest", + "displayName": "Chest", + "id": 54, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_ore", + "displayName": "Diamond Ore", + "id": 56, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_block", + "displayName": "Block of Diamond", + "id": 57, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "crafting_table", + "displayName": "Crafting Table", + "id": 58, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "farmland", + "displayName": "Farmland", + "id": 60, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "furnace", + "displayName": "Furnace", + "id": 61, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ladder", + "displayName": "Ladder", + "id": 65, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rail", + "displayName": "Rail", + "id": 66, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_stairs", + "displayName": "Cobblestone Stairs", + "id": 67, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lever", + "displayName": "Lever", + "id": 69, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_pressure_plate", + "displayName": "Stone Pressure Plate", + "id": 70, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_pressure_plate", + "displayName": "Wooden Pressure Plate", + "id": 72, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "redstone_ore", + "displayName": "Redstone Ore", + "id": 73, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "redstone_torch", + "displayName": "Redstone Torch", + "id": 76, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_button", + "displayName": "Button", + "id": 77, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "snow_layer", + "displayName": "Snow", + "id": 78, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ice", + "displayName": "Ice", + "id": 79, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "snow", + "displayName": "Snow", + "id": 80, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cactus", + "displayName": "Cactus", + "id": 81, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "clay", + "displayName": "Clay", + "id": 82, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jukebox", + "displayName": "Jukebox", + "id": 84, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fence", + "displayName": "Oak Fence", + "id": 85, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_fence", + "displayName": "Spruce Fence", + "id": 188, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_fence", + "displayName": "Birch Fence", + "id": 189, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_fence", + "displayName": "Jungle Fence", + "id": 190, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_fence", + "displayName": "Dark Oak Fence", + "id": 191, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_fence", + "displayName": "Acacia Fence", + "id": 192, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pumpkin", + "displayName": "Pumpkin", + "id": 86, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "netherrack", + "displayName": "Netherrack", + "id": 87, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "soul_sand", + "displayName": "Soul Sand", + "id": 88, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "glowstone", + "displayName": "Glowstone", + "id": 89, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lit_pumpkin", + "displayName": "Jack o'Lantern", + "id": 91, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "trapdoor", + "displayName": "Wooden Trapdoor", + "id": 96, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "monster_egg", + "displayName": "Stone Monster Egg", + "id": 97, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cobblestone_monster_egg", + "displayName": "Cobblestone Monster Egg", + "id": 97, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_brick_monster_egg", + "displayName": "Stone Brick Monster Egg", + "id": 97, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mossy_stone_brick_monster_egg", + "displayName": "Mossy Stone Brick Monster Egg", + "id": 97, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cracked_stone_brick_monster_egg", + "displayName": "Cracked Stone Brick Monster Egg", + "id": 97, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chiseled_stone_brick_monster_egg", + "displayName": "Chiseled Stone Brick Monster Egg", + "id": 97, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stonebrick", + "displayName": "Stone Bricks", + "id": 98, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mossy_stone_bricks", + "displayName": "Mossy Stone Bricks", + "id": 98, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cracked_stone_bricks", + "displayName": "Cracked Stone Bricks", + "id": 98, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chiseled_stone_bricks", + "displayName": "Chiseled Stone Bricks", + "id": 98, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_mushroom_block", + "displayName": "Mushroom", + "id": 99, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_mushroom_block", + "displayName": "Mushroom", + "id": 100, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_bars", + "displayName": "Iron Bars", + "id": 101, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "glass_pane", + "displayName": "Glass Pane", + "id": 102, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "melon_block", + "displayName": "Melon", + "id": 103, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "vine", + "displayName": "Vines", + "id": 106, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fence_gate", + "displayName": "Oak Fence Gate", + "id": 107, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_fence_gate", + "displayName": "Spruce Fence Gate", + "id": 183, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_fence_gate", + "displayName": "Birch Fence Gate", + "id": 184, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_fence_gate", + "displayName": "Jungle Fence Gate", + "id": 185, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_fence_gate", + "displayName": "Dark Oak Fence Gate", + "id": 186, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_fence_gate", + "displayName": "Acacia Fence Gate", + "id": 187, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brick_stairs", + "displayName": "Brick Stairs", + "id": 108, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_brick_stairs", + "displayName": "Stone Brick Stairs", + "id": 109, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mycelium", + "displayName": "Mycelium", + "id": 110, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "waterlily", + "displayName": "Lily Pad", + "id": 111, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_brick", + "displayName": "Nether Brick", + "id": 112, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_brick_fence", + "displayName": "Nether Brick Fence", + "id": 113, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_brick_stairs", + "displayName": "Nether Brick Stairs", + "id": 114, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "enchanting_table", + "displayName": "Enchantment Table", + "id": 116, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "end_portal_frame", + "displayName": "End Portal", + "id": 120, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "end_stone", + "displayName": "End Stone", + "id": 121, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "end_bricks", + "displayName": "End Stone Bricks", + "id": 206, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dragon_egg", + "displayName": "Dragon Egg", + "id": 122, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "redstone_lamp", + "displayName": "Redstone Lamp", + "id": 123, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_slab", + "displayName": "Oak Wood Slab", + "id": 126, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_wood_slab", + "displayName": "Spruce Wood Slab", + "id": 126, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_wood_slab", + "displayName": "Birch Wood Slab", + "id": 126, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_wood_slab", + "displayName": "Jungle Wood Slab", + "id": 126, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_wood_slab", + "displayName": "Acacia Wood Slab", + "id": 126, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_wood_slab", + "displayName": "Dark Oak Wood Slab", + "id": 126, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sandstone_stairs", + "displayName": "Sandstone Stairs", + "id": 128, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "emerald_ore", + "displayName": "Emerald Ore", + "id": 129, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ender_chest", + "displayName": "Ender Chest", + "id": 130, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "tripwire_hook", + "displayName": "Tripwire Hook", + "id": 131, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "emerald_block", + "displayName": "Block of Emerald", + "id": 133, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_stairs", + "displayName": "Spruce Wood Stairs", + "id": 134, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_stairs", + "displayName": "Birch Wood Stairs", + "id": 135, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_stairs", + "displayName": "Jungle Wood Stairs", + "id": 136, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "command_block", + "displayName": "Command Block", + "id": 137, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "beacon", + "displayName": "Beacon", + "id": 138, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cobblestone_wall", + "displayName": "Cobblestone Wall", + "id": 139, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mossy_cobblestone_wall", + "displayName": "Mossy Cobblestone Wall", + "id": 139, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_button", + "displayName": "Button", + "id": 143, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "anvil", + "displayName": "Anvil", + "id": 145, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "slightly_damaged_anvil", + "displayName": "Slightly Damaged Anvil", + "id": 145, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "very_damaged_anvil", + "displayName": "Very Damaged Anvil", + "id": 145, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "trapped_chest", + "displayName": "Trapped Chest", + "id": 146, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_weighted_pressure_plate", + "displayName": "Weighted Pressure Plate (Light)", + "id": 147, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "heavy_weighted_pressure_plate", + "displayName": "Weighted Pressure Plate (Heavy)", + "id": 148, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "daylight_detector", + "displayName": "Daylight Sensor", + "id": 151, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "redstone_block", + "displayName": "Block of Redstone", + "id": 152, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "quartz_ore", + "displayName": "Nether Quartz Ore", + "id": 153, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "hopper", + "displayName": "Hopper", + "id": 154, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "quartz_block", + "displayName": "Block of Quartz", + "id": 155, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chiseled_quartz_block", + "displayName": "Chiseled Quartz Block", + "id": 155, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pillar_quartz_block", + "displayName": "Pillar Quartz Block", + "id": 155, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "quartz_stairs", + "displayName": "Quartz Stairs", + "id": 156, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "activator_rail", + "displayName": "Activator Rail", + "id": 157, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dropper", + "displayName": "Dropper", + "id": 158, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stained_hardened_clay", + "displayName": "White Terracotta", + "id": 159, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_terracotta", + "displayName": "Orange Terracotta", + "id": 159, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_terracotta", + "displayName": "Magenta Terracotta", + "id": 159, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_terracotta", + "displayName": "Light Blue Terracotta", + "id": 159, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_terracotta", + "displayName": "Yellow Terracotta", + "id": 159, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_terracotta", + "displayName": "Lime Terracotta", + "id": 159, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_terracotta", + "displayName": "Pink Terracotta", + "id": 159, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_terracotta", + "displayName": "Gray Terracotta", + "id": 159, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_terracotta", + "displayName": "Light Gray Terracotta", + "id": 159, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_terracotta", + "displayName": "Cyan Terracotta", + "id": 159, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_terracotta", + "displayName": "Purple Terracotta", + "id": 159, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_terracotta", + "displayName": "Blue Terracotta", + "id": 159, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_terracotta", + "displayName": "Brown Terracotta", + "id": 159, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_terracotta", + "displayName": "Green Terracotta", + "id": 159, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_terracotta", + "displayName": "Red Terracotta", + "id": 159, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_terracotta", + "displayName": "Black Terracotta", + "id": 159, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "barrier", + "displayName": "Barrier", + "id": 166, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_trapdoor", + "displayName": "Iron Trapdoor", + "id": 167, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "hay_block", + "displayName": "Hay Bale", + "id": 170, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "carpet", + "displayName": "White Carpet", + "id": 171, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_carpet", + "displayName": "Orange Carpet", + "id": 171, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_carpet", + "displayName": "Magenta Carpet", + "id": 171, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_carpet", + "displayName": "Light Blue Carpet", + "id": 171, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_carpet", + "displayName": "Yellow Carpet", + "id": 171, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_carpet", + "displayName": "Lime Carpet", + "id": 171, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_carpet", + "displayName": "Pink Carpet", + "id": 171, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_carpet", + "displayName": "Gray Carpet", + "id": 171, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_carpet", + "displayName": "Light Gray Carpet", + "id": 171, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_carpet", + "displayName": "Cyan Carpet", + "id": 171, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_carpet", + "displayName": "Purple Carpet", + "id": 171, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_carpet", + "displayName": "Blue Carpet", + "id": 171, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_carpet", + "displayName": "Brown Carpet", + "id": 171, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_carpet", + "displayName": "Green Carpet", + "id": 171, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_carpet", + "displayName": "Red Carpet", + "id": 171, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_carpet", + "displayName": "Black Carpet", + "id": 171, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "hardened_clay", + "displayName": "Terracotta", + "id": 172, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "coal_block", + "displayName": "Block of Coal", + "id": 173, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "packed_ice", + "displayName": "Packed Ice", + "id": 174, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_stairs", + "displayName": "Acacia Wood Stairs", + "id": 163, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_stairs", + "displayName": "Dark Oak Wood Stairs", + "id": 164, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "slime", + "displayName": "Slime Block", + "id": 165, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "grass_path", + "displayName": "Grass Path", + "id": 208, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "double_plant", + "displayName": "Sunflower", + "id": 175, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lilac", + "displayName": "Lilac", + "id": 175, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "double_tallgrass", + "displayName": "Double Tallgrass", + "id": 175, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "large_fern", + "displayName": "Large Fern", + "id": 175, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rose_bush", + "displayName": "Rose Bush", + "id": 175, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "peony", + "displayName": "Peony", + "id": 175, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stained_glass", + "displayName": "White Stained Glass", + "id": 95, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_stained_glass", + "displayName": "Orange Stained Glass", + "id": 95, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_stained_glass", + "displayName": "Magenta Stained Glass", + "id": 95, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_stained_glass", + "displayName": "Light Blue Stained Glass", + "id": 95, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_stained_glass", + "displayName": "Yellow Stained Glass", + "id": 95, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_stained_glass", + "displayName": "Lime Stained Glass", + "id": 95, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_stained_glass", + "displayName": "Pink Stained Glass", + "id": 95, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_stained_glass", + "displayName": "Gray Stained Glass", + "id": 95, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_stained_glass", + "displayName": "Light Gray Stained Glass", + "id": 95, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_stained_glass", + "displayName": "Cyan Stained Glass", + "id": 95, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_stained_glass", + "displayName": "Purple Stained Glass", + "id": 95, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_stained_glass", + "displayName": "Blue Stained Glass", + "id": 95, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_stained_glass", + "displayName": "Brown Stained Glass", + "id": 95, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_stained_glass", + "displayName": "Green Stained Glass", + "id": 95, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_stained_glass", + "displayName": "Red Stained Glass", + "id": 95, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_stained_glass", + "displayName": "Black Stained Glass", + "id": 95, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stained_glass_pane", + "displayName": "White Stained Glass Pane", + "id": 160, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_stained_glass_pane", + "displayName": "Orange Stained Glass Pane", + "id": 160, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_stained_glass_pane", + "displayName": "Magenta Stained Glass Pane", + "id": 160, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_stained_glass_pane", + "displayName": "Light Blue Stained Glass Pane", + "id": 160, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_stained_glass_pane", + "displayName": "Yellow Stained Glass Pane", + "id": 160, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_stained_glass_pane", + "displayName": "Lime Stained Glass Pane", + "id": 160, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_stained_glass_pane", + "displayName": "Pink Stained Glass Pane", + "id": 160, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_stained_glass_pane", + "displayName": "Gray Stained Glass Pane", + "id": 160, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_stained_glass_pane", + "displayName": "Light Gray Stained Glass Pane", + "id": 160, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_stained_glass_pane", + "displayName": "Cyan Stained Glass Pane", + "id": 160, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_stained_glass_pane", + "displayName": "Purple Stained Glass Pane", + "id": 160, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_stained_glass_pane", + "displayName": "Blue Stained Glass Pane", + "id": 160, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_stained_glass_pane", + "displayName": "Brown Stained Glass Pane", + "id": 160, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_stained_glass_pane", + "displayName": "Green Stained Glass Pane", + "id": 160, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_stained_glass_pane", + "displayName": "Red Stained Glass Pane", + "id": 160, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_stained_glass_pane", + "displayName": "Black Stained Glass Pane", + "id": 160, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "prismarine", + "displayName": "Prismarine", + "id": 168, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "prismarine_bricks", + "displayName": "Prismarine Bricks", + "id": 168, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_prismarine", + "displayName": "Dark Prismarine", + "id": 168, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sea_lantern", + "displayName": "Sea Lantern", + "id": 169, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_sandstone", + "displayName": "Red Sandstone", + "id": 179, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chiseled_red_sandstone", + "displayName": "Chiseled Red Sandstone", + "id": 179, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "smooth_red_sandstone", + "displayName": "Smooth Red Sandstone", + "id": 179, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_sandstone_stairs", + "displayName": "Red Sandstone Stairs", + "id": 180, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_slab2", + "displayName": "Red Sandstone Slab", + "id": 182, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "repeating_command_block", + "displayName": "Repeating Command Block", + "id": 210, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chain_command_block", + "displayName": "Chain Command Block", + "id": 211, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magma", + "displayName": "Magma Block", + "id": 213, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_wart_block", + "displayName": "Nether Wart Block", + "id": 214, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_nether_brick", + "displayName": "Red Nether Brick", + "id": 215, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bone_block", + "displayName": "Bone Block", + "id": 216, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "structure_void", + "displayName": "Structure Void", + "id": 217, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "observer", + "displayName": "Observer", + "id": 218, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "white_shulker_box", + "displayName": "White Shulker Box", + "id": 219, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_shulker_box", + "displayName": "Orange Shulker Box", + "id": 220, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_shulker_box", + "displayName": "Magenta Shulker Box", + "id": 221, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_shulker_box", + "displayName": "Light Blue Shulker Box", + "id": 222, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_shulker_box", + "displayName": "Yellow Shulker Box", + "id": 223, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_shulker_box", + "displayName": "Lime Shulker Box", + "id": 224, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_shulker_box", + "displayName": "Pink Shulker Box", + "id": 225, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_shulker_box", + "displayName": "Gray Shulker Box", + "id": 226, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "silver_shulker_box", + "displayName": "Light Gray Shulker Box", + "id": 227, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_shulker_box", + "displayName": "Cyan Shulker Box", + "id": 228, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_shulker_box", + "displayName": "Purple Shulker Box", + "id": 229, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_shulker_box", + "displayName": "Blue Shulker Box", + "id": 230, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_shulker_box", + "displayName": "Brown Shulker Box", + "id": 231, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_shulker_box", + "displayName": "Green Shulker Box", + "id": 232, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_shulker_box", + "displayName": "Red Shulker Box", + "id": 233, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_shulker_box", + "displayName": "Black Shulker Box", + "id": 234, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "white_glazed_terracotta", + "displayName": "White Glazed Terracotta", + "id": 235, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_glazed_terracotta", + "displayName": "Orange Glazed Terracotta", + "id": 236, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_glazed_terracotta", + "displayName": "Magenta Glazed Terracotta", + "id": 237, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_glazed_terracotta", + "displayName": "Light Blue Glazed Terracotta", + "id": 238, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_glazed_terracotta", + "displayName": "Yellow Glazed Terracotta", + "id": 239, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_glazed_terracotta", + "displayName": "Lime Glazed Terracotta", + "id": 240, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_glazed_terracotta", + "displayName": "Pink Glazed Terracotta", + "id": 241, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_glazed_terracotta", + "displayName": "Gray Glazed Terracotta", + "id": 242, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "silver_glazed_terracotta", + "displayName": "Light Gray Glazed Terracotta", + "id": 243, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_glazed_terracotta", + "displayName": "Cyan Glazed Terracotta", + "id": 244, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_glazed_terracotta", + "displayName": "Purple Glazed Terracotta", + "id": 245, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_glazed_terracotta", + "displayName": "Blue Glazed Terracotta", + "id": 246, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_glazed_terracotta", + "displayName": "Brown Glazed Terracotta", + "id": 247, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_glazed_terracotta", + "displayName": "Green Glazed Terracotta", + "id": 248, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_glazed_terracotta", + "displayName": "Red Glazed Terracotta", + "id": 249, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_glazed_terracotta", + "displayName": "Black Glazed Terracotta", + "id": 250, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "concrete", + "displayName": "White Concrete", + "id": 251, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_concrete", + "displayName": "Orange Concrete", + "id": 251, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_concrete", + "displayName": "Magenta Concrete", + "id": 251, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_concrete", + "displayName": "Light Blue Concrete", + "id": 251, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_concrete", + "displayName": "Yellow Concrete", + "id": 251, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_concrete", + "displayName": "Lime Concrete", + "id": 251, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_concrete", + "displayName": "Pink Concrete", + "id": 251, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_concrete", + "displayName": "Gray Concrete", + "id": 251, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_concrete", + "displayName": "Light Gray Concrete", + "id": 251, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_concrete", + "displayName": "Cyan Concrete", + "id": 251, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_concrete", + "displayName": "Purple Concrete", + "id": 251, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_concrete", + "displayName": "Blue Concrete", + "id": 251, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_concrete", + "displayName": "Brown Concrete", + "id": 251, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_concrete", + "displayName": "Green Concrete", + "id": 251, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_concrete", + "displayName": "Red Concrete", + "id": 251, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_concrete", + "displayName": "Black Concrete", + "id": 251, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "concrete_powder", + "displayName": "White Concrete Powder", + "id": 252, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_concrete_powder", + "displayName": "Orange Concrete Powder", + "id": 252, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_concrete_powder", + "displayName": "Magenta Concrete Powder", + "id": 252, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_concrete_powder", + "displayName": "Light Blue Concrete Powder", + "id": 252, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_concrete_powder", + "displayName": "Yellow Concrete Powder", + "id": 252, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_concrete_powder", + "displayName": "Lime Concrete Powder", + "id": 252, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_concrete_powder", + "displayName": "Pink Concrete Powder", + "id": 252, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_concrete_powder", + "displayName": "Gray Concrete Powder", + "id": 252, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_concrete_powder", + "displayName": "Light Gray Concrete Powder", + "id": 252, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_concrete_powder", + "displayName": "Cyan Concrete Powder", + "id": 252, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_concrete_powder", + "displayName": "Purple Concrete Powder", + "id": 252, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_concrete_powder", + "displayName": "Blue Concrete Powder", + "id": 252, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_concrete_powder", + "displayName": "Brown Concrete Powder", + "id": 252, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_concrete_powder", + "displayName": "Green Concrete Powder", + "id": 252, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_concrete_powder", + "displayName": "Red Concrete Powder", + "id": 252, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_concrete_powder", + "displayName": "Black Concrete Powder", + "id": 252, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "structure_block", + "displayName": "Structure Block", + "id": 255, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_shovel", + "displayName": "Iron Shovel", + "id": 256, + "meta": 0, + "toolType": "shovel", + "maxStackSize": 1, + "maxDamage": 250, + "harvestLevel": 2, + "toolProficiency": 6.0, + "damage": 3.5, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "iron", + "harvestableBlocks": [2, 3, 12, 13, 60, 78, 80, 82, 88, 110, 208, 252], + "potionType": "" + }, + { + "name": "iron_pickaxe", + "displayName": "Iron Pickaxe", + "id": 257, + "meta": 0, + "toolType": "pickaxe", + "maxStackSize": 1, + "maxDamage": 250, + "harvestLevel": 2, + "toolProficiency": 6.0, + "damage": 3.0, + "armorType": "", + "armor": 0, + "attackSpeed": -2.8, + "material": "iron", + "harvestableBlocks": [1, 4, 14, 15, 16, 21, 22, 24, 27, 28, 41, 42, 43, 44, 48, 56, 57, 66, 70, 73, 74, 77, 79, 87, 157, 174, 179], + "potionType": "" + }, + { + "name": "iron_axe", + "displayName": "Iron Axe", + "id": 258, + "meta": 0, + "toolType": "axe", + "maxStackSize": 1, + "maxDamage": 250, + "harvestLevel": 2, + "toolProficiency": 6.0, + "damage": 8.0, + "armorType": "", + "armor": 0, + "attackSpeed": -3.1, + "material": "iron", + "harvestableBlocks": [5, 17, 47, 54, 65, 72, 86, 91, 103, 143, 162], + "potionType": "" + }, + { + "name": "flint_and_steel", + "displayName": "Flint and Steel", + "id": 259, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 64, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "apple", + "displayName": "Apple", + "id": 260, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bow", + "displayName": "Bow", + "id": 261, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 384, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "arrow", + "displayName": "Arrow", + "id": 262, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "coal", + "displayName": "Coal", + "id": 263, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "charcoal", + "displayName": "Charcoal", + "id": 263, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond", + "displayName": "Diamond", + "id": 264, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_ingot", + "displayName": "Iron Ingot", + "id": 265, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gold_ingot", + "displayName": "Gold Ingot", + "id": 266, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_sword", + "displayName": "Iron Sword", + "id": 267, + "meta": 0, + "toolType": "sword", + "maxStackSize": 1, + "maxDamage": 250, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 5.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_sword", + "displayName": "Wooden Sword", + "id": 268, + "meta": 0, + "toolType": "sword", + "maxStackSize": 1, + "maxDamage": 59, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 3.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_shovel", + "displayName": "Wooden Shovel", + "id": 269, + "meta": 0, + "toolType": "shovel", + "maxStackSize": 1, + "maxDamage": 59, + "harvestLevel": 0, + "toolProficiency": 2.0, + "damage": 1.5, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "wood", + "harvestableBlocks": [2, 3, 12, 13, 60, 78, 80, 82, 88, 110, 208, 252], + "potionType": "" + }, + { + "name": "wooden_pickaxe", + "displayName": "Wooden Pickaxe", + "id": 270, + "meta": 0, + "toolType": "pickaxe", + "maxStackSize": 1, + "maxDamage": 59, + "harvestLevel": 0, + "toolProficiency": 2.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": -2.8, + "material": "wood", + "harvestableBlocks": [1, 4, 14, 15, 16, 21, 22, 24, 27, 28, 41, 42, 43, 44, 48, 56, 57, 66, 70, 73, 74, 77, 79, 87, 157, 174, 179], + "potionType": "" + }, + { + "name": "wooden_axe", + "displayName": "Wooden Axe", + "id": 271, + "meta": 0, + "toolType": "axe", + "maxStackSize": 1, + "maxDamage": 59, + "harvestLevel": 0, + "toolProficiency": 2.0, + "damage": 6.0, + "armorType": "", + "armor": 0, + "attackSpeed": -3.2, + "material": "wood", + "harvestableBlocks": [5, 17, 47, 54, 65, 72, 86, 91, 103, 143, 162], + "potionType": "" + }, + { + "name": "stone_sword", + "displayName": "Stone Sword", + "id": 272, + "meta": 0, + "toolType": "sword", + "maxStackSize": 1, + "maxDamage": 131, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 4.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_shovel", + "displayName": "Stone Shovel", + "id": 273, + "meta": 0, + "toolType": "shovel", + "maxStackSize": 1, + "maxDamage": 131, + "harvestLevel": 1, + "toolProficiency": 4.0, + "damage": 2.5, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "stone", + "harvestableBlocks": [2, 3, 12, 13, 60, 78, 80, 82, 88, 110, 208, 252], + "potionType": "" + }, + { + "name": "stone_pickaxe", + "displayName": "Stone Pickaxe", + "id": 274, + "meta": 0, + "toolType": "pickaxe", + "maxStackSize": 1, + "maxDamage": 131, + "harvestLevel": 1, + "toolProficiency": 4.0, + "damage": 2.0, + "armorType": "", + "armor": 0, + "attackSpeed": -2.8, + "material": "stone", + "harvestableBlocks": [1, 4, 14, 15, 16, 21, 22, 24, 27, 28, 41, 42, 43, 44, 48, 56, 57, 66, 70, 73, 74, 77, 79, 87, 157, 174, 179], + "potionType": "" + }, + { + "name": "stone_axe", + "displayName": "Stone Axe", + "id": 275, + "meta": 0, + "toolType": "axe", + "maxStackSize": 1, + "maxDamage": 131, + "harvestLevel": 1, + "toolProficiency": 4.0, + "damage": 8.0, + "armorType": "", + "armor": 0, + "attackSpeed": -3.2, + "material": "stone", + "harvestableBlocks": [5, 17, 47, 54, 65, 72, 86, 91, 103, 143, 162], + "potionType": "" + }, + { + "name": "diamond_sword", + "displayName": "Diamond Sword", + "id": 276, + "meta": 0, + "toolType": "sword", + "maxStackSize": 1, + "maxDamage": 1561, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 6.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_shovel", + "displayName": "Diamond Shovel", + "id": 277, + "meta": 0, + "toolType": "shovel", + "maxStackSize": 1, + "maxDamage": 1561, + "harvestLevel": 3, + "toolProficiency": 8.0, + "damage": 4.5, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "diamond", + "harvestableBlocks": [2, 3, 12, 13, 60, 78, 80, 82, 88, 110, 208, 252], + "potionType": "" + }, + { + "name": "diamond_pickaxe", + "displayName": "Diamond Pickaxe", + "id": 278, + "meta": 0, + "toolType": "pickaxe", + "maxStackSize": 1, + "maxDamage": 1561, + "harvestLevel": 3, + "toolProficiency": 8.0, + "damage": 4.0, + "armorType": "", + "armor": 0, + "attackSpeed": -2.8, + "material": "diamond", + "harvestableBlocks": [1, 4, 14, 15, 16, 21, 22, 24, 27, 28, 41, 42, 43, 44, 48, 56, 57, 66, 70, 73, 74, 77, 79, 87, 157, 174, 179], + "potionType": "" + }, + { + "name": "diamond_axe", + "displayName": "Diamond Axe", + "id": 279, + "meta": 0, + "toolType": "axe", + "maxStackSize": 1, + "maxDamage": 1561, + "harvestLevel": 3, + "toolProficiency": 8.0, + "damage": 8.0, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "diamond", + "harvestableBlocks": [5, 17, 47, 54, 65, 72, 86, 91, 103, 143, 162], + "potionType": "" + }, + { + "name": "stick", + "displayName": "Stick", + "id": 280, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bowl", + "displayName": "Bowl", + "id": 281, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mushroom_stew", + "displayName": "Mushroom Stew", + "id": 282, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_sword", + "displayName": "Golden Sword", + "id": 283, + "meta": 0, + "toolType": "sword", + "maxStackSize": 1, + "maxDamage": 32, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 3.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_shovel", + "displayName": "Golden Shovel", + "id": 284, + "meta": 0, + "toolType": "shovel", + "maxStackSize": 1, + "maxDamage": 32, + "harvestLevel": 0, + "toolProficiency": 12.0, + "damage": 1.5, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "gold", + "harvestableBlocks": [2, 3, 12, 13, 60, 78, 80, 82, 88, 110, 208, 252], + "potionType": "" + }, + { + "name": "golden_pickaxe", + "displayName": "Golden Pickaxe", + "id": 285, + "meta": 0, + "toolType": "pickaxe", + "maxStackSize": 1, + "maxDamage": 32, + "harvestLevel": 0, + "toolProficiency": 12.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": -2.8, + "material": "gold", + "harvestableBlocks": [1, 4, 14, 15, 16, 21, 22, 24, 27, 28, 41, 42, 43, 44, 48, 56, 57, 66, 70, 73, 74, 77, 79, 87, 157, 174, 179], + "potionType": "" + }, + { + "name": "golden_axe", + "displayName": "Golden Axe", + "id": 286, + "meta": 0, + "toolType": "axe", + "maxStackSize": 1, + "maxDamage": 32, + "harvestLevel": 0, + "toolProficiency": 12.0, + "damage": 6.0, + "armorType": "", + "armor": 0, + "attackSpeed": -3.0, + "material": "gold", + "harvestableBlocks": [5, 17, 47, 54, 65, 72, 86, 91, 103, 143, 162], + "potionType": "" + }, + { + "name": "string", + "displayName": "String", + "id": 287, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "feather", + "displayName": "Feather", + "id": 288, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gunpowder", + "displayName": "Gunpowder", + "id": 289, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_hoe", + "displayName": "Wooden Hoe", + "id": 290, + "meta": 0, + "toolType": "hoe", + "maxStackSize": 1, + "maxDamage": 59, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "stone_hoe", + "displayName": "Stone Hoe", + "id": 291, + "meta": 0, + "toolType": "hoe", + "maxStackSize": 1, + "maxDamage": 131, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_hoe", + "displayName": "Iron Hoe", + "id": 292, + "meta": 0, + "toolType": "hoe", + "maxStackSize": 1, + "maxDamage": 250, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_hoe", + "displayName": "Diamond Hoe", + "id": 293, + "meta": 0, + "toolType": "hoe", + "maxStackSize": 1, + "maxDamage": 1561, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_hoe", + "displayName": "Golden Hoe", + "id": 294, + "meta": 0, + "toolType": "hoe", + "maxStackSize": 1, + "maxDamage": 32, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wheat_seeds", + "displayName": "Seeds", + "id": 295, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wheat", + "displayName": "Wheat", + "id": 296, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bread", + "displayName": "Bread", + "id": 297, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leather_helmet", + "displayName": "Leather Cap", + "id": 298, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 55, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "helmet", + "armor": 1, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leather_chestplate", + "displayName": "Leather Tunic", + "id": 299, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 80, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "chestplate", + "armor": 3, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leather_leggings", + "displayName": "Leather Pants", + "id": 300, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 75, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "leggings", + "armor": 2, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leather_boots", + "displayName": "Leather Boots", + "id": 301, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 65, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "boots", + "armor": 1, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chainmail_helmet", + "displayName": "Chain Helmet", + "id": 302, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 165, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "helmet", + "armor": 2, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chainmail_chestplate", + "displayName": "Chain Chestplate", + "id": 303, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 240, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "chestplate", + "armor": 5, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chainmail_leggings", + "displayName": "Chain Leggings", + "id": 304, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 225, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "leggings", + "armor": 4, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chainmail_boots", + "displayName": "Chain Boots", + "id": 305, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 195, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "boots", + "armor": 1, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_helmet", + "displayName": "Iron Helmet", + "id": 306, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 165, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "helmet", + "armor": 2, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_chestplate", + "displayName": "Iron Chestplate", + "id": 307, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 240, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "chestplate", + "armor": 6, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_leggings", + "displayName": "Iron Leggings", + "id": 308, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 225, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "leggings", + "armor": 5, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_boots", + "displayName": "Iron Boots", + "id": 309, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 195, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "boots", + "armor": 2, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_helmet", + "displayName": "Diamond Helmet", + "id": 310, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 363, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "helmet", + "armor": 3, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_chestplate", + "displayName": "Diamond Chestplate", + "id": 311, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 528, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "chestplate", + "armor": 8, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_leggings", + "displayName": "Diamond Leggings", + "id": 312, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 495, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "leggings", + "armor": 6, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_boots", + "displayName": "Diamond Boots", + "id": 313, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 429, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "boots", + "armor": 3, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_helmet", + "displayName": "Golden Helmet", + "id": 314, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 77, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "helmet", + "armor": 2, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_chestplate", + "displayName": "Golden Chestplate", + "id": 315, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 112, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "chestplate", + "armor": 5, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_leggings", + "displayName": "Golden Leggings", + "id": 316, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 105, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "leggings", + "armor": 3, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_boots", + "displayName": "Golden Boots", + "id": 317, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 91, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "boots", + "armor": 1, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "flint", + "displayName": "Flint", + "id": 318, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "porkchop", + "displayName": "Raw Porkchop", + "id": 319, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_porkchop", + "displayName": "Cooked Porkchop", + "id": 320, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "painting", + "displayName": "Painting", + "id": 321, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_apple", + "displayName": "Golden Apple", + "id": 322, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_apple1", + "displayName": "Golden Apple", + "id": 322, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sign", + "displayName": "Sign", + "id": 323, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wooden_door", + "displayName": "Oak Door", + "id": 324, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bucket", + "displayName": "Bucket", + "id": 325, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "water_bucket", + "displayName": "Water Bucket", + "id": 326, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lava_bucket", + "displayName": "Lava Bucket", + "id": 327, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "minecart", + "displayName": "Minecart", + "id": 328, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "saddle", + "displayName": "Saddle", + "id": 329, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_door", + "displayName": "Iron Door", + "id": 330, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "redstone", + "displayName": "Redstone", + "id": 331, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "snowball", + "displayName": "Snowball", + "id": 332, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "boat", + "displayName": "Oak Boat", + "id": 333, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "leather", + "displayName": "Leather", + "id": 334, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "milk_bucket", + "displayName": "Milk", + "id": 335, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brick", + "displayName": "Brick", + "id": 336, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "clay_ball", + "displayName": "Clay", + "id": 337, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "reeds", + "displayName": "Sugar Canes", + "id": 338, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "paper", + "displayName": "Paper", + "id": 339, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "book", + "displayName": "Book", + "id": 340, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "slime_ball", + "displayName": "Slimeball", + "id": 341, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chest_minecart", + "displayName": "Minecart with Chest", + "id": 342, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "furnace_minecart", + "displayName": "Minecart with Furnace", + "id": 343, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "egg", + "displayName": "Egg", + "id": 344, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "compass", + "displayName": "Compass", + "id": 345, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fishing_rod", + "displayName": "Fishing Rod", + "id": 346, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 64, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "clock", + "displayName": "Clock", + "id": 347, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "glowstone_dust", + "displayName": "Glowstone Dust", + "id": 348, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fish", + "displayName": "Raw Fish", + "id": 349, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "raw_salmon", + "displayName": "Raw Salmon", + "id": 349, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "clownfish", + "displayName": "Clownfish", + "id": 349, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pufferfish", + "displayName": "Pufferfish", + "id": 349, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_fish", + "displayName": "Cooked Fish", + "id": 350, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_salmon", + "displayName": "Cooked Salmon", + "id": 350, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dye", + "displayName": "Ink Sac", + "id": 351, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rose_red", + "displayName": "Rose Red", + "id": 351, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cactus_green", + "displayName": "Cactus Green", + "id": 351, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cocoa_beans", + "displayName": "Cocoa Beans", + "id": 351, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lapis_lazuli", + "displayName": "Lapis Lazuli", + "id": 351, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_dye", + "displayName": "Purple Dye", + "id": 351, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_dye", + "displayName": "Cyan Dye", + "id": 351, + "meta": 6, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_dye", + "displayName": "Light Gray Dye", + "id": 351, + "meta": 7, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_dye", + "displayName": "Gray Dye", + "id": 351, + "meta": 8, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_dye", + "displayName": "Pink Dye", + "id": 351, + "meta": 9, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_dye", + "displayName": "Lime Dye", + "id": 351, + "meta": 10, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dandelion_yellow", + "displayName": "Dandelion Yellow", + "id": 351, + "meta": 11, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_dye", + "displayName": "Light Blue Dye", + "id": 351, + "meta": 12, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_dye", + "displayName": "Magenta Dye", + "id": 351, + "meta": 13, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_dye", + "displayName": "Orange Dye", + "id": 351, + "meta": 14, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bone_meal", + "displayName": "Bone Meal", + "id": 351, + "meta": 15, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bone", + "displayName": "Bone", + "id": 352, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "sugar", + "displayName": "Sugar", + "id": 353, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cake", + "displayName": "Cake", + "id": 354, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "bed", + "displayName": "White Bed", + "id": 355, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_bed", + "displayName": "Orange Bed", + "id": 355, + "meta": 1, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_bed", + "displayName": "Magenta Bed", + "id": 355, + "meta": 2, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_bed", + "displayName": "Light Blue Bed", + "id": 355, + "meta": 3, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_bed", + "displayName": "Yellow Bed", + "id": 355, + "meta": 4, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_bed", + "displayName": "Lime Bed", + "id": 355, + "meta": 5, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_bed", + "displayName": "Pink Bed", + "id": 355, + "meta": 6, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_bed", + "displayName": "Gray Bed", + "id": 355, + "meta": 7, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_bed", + "displayName": "Light Gray Bed", + "id": 355, + "meta": 8, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_bed", + "displayName": "Cyan Bed", + "id": 355, + "meta": 9, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_bed", + "displayName": "Purple Bed", + "id": 355, + "meta": 10, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_bed", + "displayName": "Blue Bed", + "id": 355, + "meta": 11, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_bed", + "displayName": "Brown Bed", + "id": 355, + "meta": 12, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_bed", + "displayName": "Green Bed", + "id": 355, + "meta": 13, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_bed", + "displayName": "Red Bed", + "id": 355, + "meta": 14, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_bed", + "displayName": "Black Bed", + "id": 355, + "meta": 15, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "repeater", + "displayName": "Redstone Repeater", + "id": 356, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cookie", + "displayName": "Cookie", + "id": 357, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "filled_map", + "displayName": "Map #0", + "id": 358, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "shears", + "displayName": "Shears", + "id": 359, + "meta": 0, + "toolType": "shears", + "maxStackSize": 1, + "maxDamage": 238, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "melon", + "displayName": "Melon", + "id": 360, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pumpkin_seeds", + "displayName": "Pumpkin Seeds", + "id": 361, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "melon_seeds", + "displayName": "Melon Seeds", + "id": 362, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "beef", + "displayName": "Raw Beef", + "id": 363, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_beef", + "displayName": "Steak", + "id": 364, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chicken", + "displayName": "Raw Chicken", + "id": 365, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_chicken", + "displayName": "Cooked Chicken", + "id": 366, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rotten_flesh", + "displayName": "Rotten Flesh", + "id": 367, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ender_pearl", + "displayName": "Ender Pearl", + "id": 368, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blaze_rod", + "displayName": "Blaze Rod", + "id": 369, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ghast_tear", + "displayName": "Ghast Tear", + "id": 370, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gold_nugget", + "displayName": "Gold Nugget", + "id": 371, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_wart", + "displayName": "Nether Wart", + "id": 372, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "potion", + "displayName": "Water Bottle", + "id": 373, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "water" + }, + { + "name": "glass_bottle", + "displayName": "Glass Bottle", + "id": 374, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spider_eye", + "displayName": "Spider Eye", + "id": 375, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fermented_spider_eye", + "displayName": "Fermented Spider Eye", + "id": 376, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blaze_powder", + "displayName": "Blaze Powder", + "id": 377, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magma_cream", + "displayName": "Magma Cream", + "id": 378, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brewing_stand", + "displayName": "Brewing Stand", + "id": 379, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cauldron", + "displayName": "Cauldron", + "id": 380, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "ender_eye", + "displayName": "Eye of Ender", + "id": 381, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "speckled_melon", + "displayName": "Glistering Melon", + "id": 382, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spawn_egg", + "displayName": "Spawn Bat", + "id": 383, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "experience_bottle", + "displayName": "Bottle o' Enchanting", + "id": 384, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fire_charge", + "displayName": "Fire Charge", + "id": 385, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "writable_book", + "displayName": "Book and Quill", + "id": 386, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "written_book", + "displayName": "Written Book", + "id": 387, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "emerald", + "displayName": "Emerald", + "id": 388, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "item_frame", + "displayName": "Item Frame", + "id": 389, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "flower_pot", + "displayName": "Flower Pot", + "id": 390, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "carrot", + "displayName": "Carrot", + "id": 391, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "potato", + "displayName": "Potato", + "id": 392, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "baked_potato", + "displayName": "Baked Potato", + "id": 393, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "poisonous_potato", + "displayName": "Poisonous Potato", + "id": 394, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "map", + "displayName": "Empty Map", + "id": 395, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_carrot", + "displayName": "Golden Carrot", + "id": 396, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "skull", + "displayName": "Skeleton Skull", + "id": 397, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "wither_skeleton_skull", + "displayName": "Wither Skeleton Skull", + "id": 397, + "meta": 1, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "zombie_head", + "displayName": "Zombie Head", + "id": 397, + "meta": 2, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "head", + "displayName": "Head", + "id": 397, + "meta": 3, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "creeper_head", + "displayName": "Creeper Head", + "id": 397, + "meta": 4, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dragon_head", + "displayName": "Dragon Head", + "id": 397, + "meta": 5, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "carrot_on_a_stick", + "displayName": "Carrot on a Stick", + "id": 398, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 25, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "nether_star", + "displayName": "Nether Star", + "id": 399, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pumpkin_pie", + "displayName": "Pumpkin Pie", + "id": 400, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "fireworks", + "displayName": "Firework Rocket", + "id": 401, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "firework_charge", + "displayName": "Firework Star", + "id": 402, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "enchanted_book", + "displayName": "Enchanted Book", + "id": 403, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "comparator", + "displayName": "Redstone Comparator", + "id": 404, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "netherbrick", + "displayName": "Nether Brick", + "id": 405, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "quartz", + "displayName": "Nether Quartz", + "id": 406, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "tnt_minecart", + "displayName": "Minecart with TNT", + "id": 407, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "hopper_minecart", + "displayName": "Minecart with Hopper", + "id": 408, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "prismarine_shard", + "displayName": "Prismarine Shard", + "id": 409, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "prismarine_crystals", + "displayName": "Prismarine Crystals", + "id": 410, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rabbit", + "displayName": "Raw Rabbit", + "id": 411, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_rabbit", + "displayName": "Cooked Rabbit", + "id": 412, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rabbit_stew", + "displayName": "Rabbit Stew", + "id": 413, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rabbit_foot", + "displayName": "Rabbit's Foot", + "id": 414, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "rabbit_hide", + "displayName": "Rabbit Hide", + "id": 415, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "armor_stand", + "displayName": "Armor Stand", + "id": 416, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_horse_armor", + "displayName": "Iron Horse Armor", + "id": 417, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "golden_horse_armor", + "displayName": "Gold Horse Armor", + "id": 418, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "diamond_horse_armor", + "displayName": "Diamond Horse Armor", + "id": 419, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lead", + "displayName": "Lead", + "id": 420, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "name_tag", + "displayName": "Name Tag", + "id": 421, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "command_block_minecart", + "displayName": "Minecart with Command Block", + "id": 422, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "mutton", + "displayName": "Raw Mutton", + "id": 423, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cooked_mutton", + "displayName": "Cooked Mutton", + "id": 424, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "banner", + "displayName": "White Banner", + "id": 425, + "meta": 15, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "orange_banner", + "displayName": "Orange Banner", + "id": 425, + "meta": 14, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "magenta_banner", + "displayName": "Magenta Banner", + "id": 425, + "meta": 13, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_blue_banner", + "displayName": "Light Blue Banner", + "id": 425, + "meta": 12, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "yellow_banner", + "displayName": "Yellow Banner", + "id": 425, + "meta": 11, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lime_banner", + "displayName": "Lime Banner", + "id": 425, + "meta": 10, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "pink_banner", + "displayName": "Pink Banner", + "id": 425, + "meta": 9, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "gray_banner", + "displayName": "Gray Banner", + "id": 425, + "meta": 8, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "light_gray_banner", + "displayName": "Light Gray Banner", + "id": 425, + "meta": 7, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "cyan_banner", + "displayName": "Cyan Banner", + "id": 425, + "meta": 6, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "purple_banner", + "displayName": "Purple Banner", + "id": 425, + "meta": 5, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "blue_banner", + "displayName": "Blue Banner", + "id": 425, + "meta": 4, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "brown_banner", + "displayName": "Brown Banner", + "id": 425, + "meta": 3, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "green_banner", + "displayName": "Green Banner", + "id": 425, + "meta": 2, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "red_banner", + "displayName": "Red Banner", + "id": 425, + "meta": 1, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "black_banner", + "displayName": "Black Banner", + "id": 425, + "meta": 0, + "toolType": "", + "maxStackSize": 16, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "end_crystal", + "displayName": "End Crystal", + "id": 426, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_door", + "displayName": "Spruce Door", + "id": 427, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_door", + "displayName": "Birch Door", + "id": 428, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_door", + "displayName": "Jungle Door", + "id": 429, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_door", + "displayName": "Acacia Door", + "id": 430, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_door", + "displayName": "Dark Oak Door", + "id": 431, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chorus_fruit", + "displayName": "Chorus Fruit", + "id": 432, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "chorus_fruit_popped", + "displayName": "Popped Chorus Fruit", + "id": 433, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "beetroot", + "displayName": "Beetroot", + "id": 434, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "beetroot_seeds", + "displayName": "Beetroot Seeds", + "id": 435, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "beetroot_soup", + "displayName": "Beetroot Soup", + "id": 436, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dragon_breath", + "displayName": "Dragon's Breath", + "id": 437, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "splash_potion", + "displayName": "Splash Water Bottle", + "id": 438, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "water" + }, + { + "name": "spectral_arrow", + "displayName": "Spectral Arrow", + "id": 439, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "tipped_arrow", + "displayName": "Arrow of Night Vision", + "id": 440, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "lingering_potion", + "displayName": "Lingering Water Bottle", + "id": 441, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "water" + }, + { + "name": "shield", + "displayName": "Shield", + "id": 442, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 336, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "elytra", + "displayName": "Elytra", + "id": 443, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 432, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "spruce_boat", + "displayName": "Spruce Boat", + "id": 444, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "birch_boat", + "displayName": "Birch Boat", + "id": 445, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "jungle_boat", + "displayName": "Jungle Boat", + "id": 446, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "acacia_boat", + "displayName": "Acacia Boat", + "id": 447, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "dark_oak_boat", + "displayName": "Dark Oak Boat", + "id": 448, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "totem_of_undying", + "displayName": "Totem of Undying", + "id": 449, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "shulker_shell", + "displayName": "Shulker Shell", + "id": 450, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "iron_nugget", + "displayName": "Iron Nugget", + "id": 452, + "meta": 0, + "toolType": "", + "maxStackSize": 64, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "knowledge_book", + "displayName": "Knowledge Book", + "id": 453, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_13", + "displayName": "13 Disc", + "id": 2256, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_cat", + "displayName": "cat Disc", + "id": 2257, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_blocks", + "displayName": "blocks Disc", + "id": 2258, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_chirp", + "displayName": "chirp Disc", + "id": 2259, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_far", + "displayName": "far Disc", + "id": 2260, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_mall", + "displayName": "mall Disc", + "id": 2261, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_mellohi", + "displayName": "mellohi Disc", + "id": 2262, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_stal", + "displayName": "stal Disc", + "id": 2263, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_strad", + "displayName": "strad Disc", + "id": 2264, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_ward", + "displayName": "ward Disc", + "id": 2265, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_11", + "displayName": "11 Disc", + "id": 2266, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + }, + { + "name": "record_wait", + "displayName": "wait Disc", + "id": 2267, + "meta": 0, + "toolType": "", + "maxStackSize": 1, + "maxDamage": 0, + "harvestLevel": 0, + "toolProficiency": 1.0, + "damage": 1.0, + "armorType": "", + "armor": 0, + "attackSpeed": 4.0, + "material": "", + "harvestableBlocks": [], + "potionType": "" + } +]