From d6ffe8c0c30229edb4db53640e9615af624b8c7c Mon Sep 17 00:00:00 2001 From: Bixilon Date: Fri, 24 Mar 2023 14:27:06 +0100 Subject: [PATCH] Initial commit --- 1.12.2/entities.json | 901 +++ 1.12.2/sound_events.json | 1649 +++++ 1.8.9/entities.json | 508 ++ ReadME.md | 32 + _/biomes.json | 514 ++ _/blocks.json | 12725 +++++++++++++++++++++++++++++++++++++ _/dimensions.json | 14 + _/enchantments.json | 363 ++ _/entities.json | 352 + _/fluids.json | 8 + _/mob_effect.json | 98 + _/motif.json | 28 + _/particle_type.json | 149 + index.json | 46 + 14 files changed, 17387 insertions(+) create mode 100644 1.12.2/entities.json create mode 100644 1.12.2/sound_events.json create mode 100644 1.8.9/entities.json create mode 100644 ReadME.md create mode 100644 _/biomes.json create mode 100644 _/blocks.json create mode 100644 _/dimensions.json create mode 100644 _/enchantments.json create mode 100644 _/entities.json create mode 100644 _/fluids.json create mode 100644 _/mob_effect.json create mode 100644 _/motif.json create mode 100644 _/particle_type.json create mode 100644 index.json diff --git a/1.12.2/entities.json b/1.12.2/entities.json new file mode 100644 index 0000000..c933b3a --- /dev/null +++ b/1.12.2/entities.json @@ -0,0 +1,901 @@ +{ + "minecraft:lightning_bolt": { + "width": 0.6, + "height": 1.8, + "class": "EntityLightningBolt", + "parent": "WeatherEffectEntity" + }, + "minecraft:player": { + "width": 0.6, + "height": 1.8, + "class": "PlayerEntity", + "parent": "LivingBaseEntity", + "meta": { + "PLAYER_ABSORPTION_HEARTS": 11, + "PLAYER_SCORE": 12, + "PLAYER_SKIN_PARTS_FLAGS": 13, + "PLAYER_SKIN_MAIN_HAND": 14, + "PLAYER_LEFT_SHOULDER_DATA": 15, + "PLAYER_RIGHT_SHOULDER_DATA": 16 + } + }, + "minecraft:item": { + "id": 1, + "width": 0.25, + "height": 0.25, + "class": "EntityItem", + "meta": { + "ITEM_ITEM": 6 + }, + "parent": "Entity" + }, + "minecraft:experience_orb": { + "id": 2, + "width": 0.25, + "height": 0.25, + "class": "EntityXPOrb", + "original_resource_locations": "minecraft:xp_orb", + "parent": "Entity" + }, + "minecraft:area_effect_cloud": { + "id": 3, + "width": 6.0, + "height": 0.5, + "class": "EntityAreaEffectCloud", + "meta": { + "AREA_EFFECT_CLOUD_RADIUS": 6, + "AREA_EFFECT_CLOUD_COLOR": 7, + "AREA_EFFECT_CLOUD_IGNORE_RADIUS": 8, + "LEGACY_AREA_EFFECT_CLOUD_PARTICLE_ID": 9, + "LEGACY_AREA_EFFECT_CLOUD_PARTICLE_PARAMETER_1": 10, + "LEGACY_AREA_EFFECT_CLOUD_PARTICLE_PARAMETER_2": 11 + }, + "parent": "Entity" + }, + "minecraft:elder_guardian": { + "id": 4, + "width": 1.9975, + "height": 1.9975, + "class": "EntityElderGuardian", + "parent": "GuardianEntity" + }, + "minecraft:wither_skeleton": { + "id": 5, + "width": 0.7, + "height": 2.4, + "class": "EntityWitherSkeleton", + "parent": "AbstractSkeletonEntity" + }, + "minecraft:stray": { + "id": 6, + "width": 0.6, + "height": 1.99, + "class": "EntityStray", + "parent": "AbstractSkeletonEntity" + }, + "minecraft:egg": { + "id": 7, + "width": 0.25, + "height": 0.25, + "class": "EntityEgg", + "parent": "ThrowableEntity" + }, + "minecraft:leash_knot": { + "id": 8, + "width": 0.5, + "height": 0.5, + "class": "EntityLeashKnot", + "parent": "HangingEntity" + }, + "minecraft:painting": { + "id": 9, + "width": 0.5, + "height": 0.5, + "class": "EntityPainting", + "parent": "HangingEntity" + }, + "minecraft:arrow": { + "id": 10, + "width": 0.5, + "height": 0.5, + "class": "EntityTippedArrow", + "meta": { + "ARROW_EFFECT_COLOR": 7 + }, + "parent": "ArrowEntity" + }, + "minecraft:snowball": { + "id": 11, + "width": 0.25, + "height": 0.25, + "class": "EntitySnowball", + "parent": "ThrowableEntity" + }, + "minecraft:fireball": { + "id": 12, + "width": 1.0, + "height": 1.0, + "class": "EntityLargeFireball", + "parent": "FireballEntity" + }, + "minecraft:small_fireball": { + "id": 13, + "width": 0.3125, + "height": 0.3125, + "class": "EntitySmallFireball", + "parent": "FireballEntity" + }, + "minecraft:ender_pearl": { + "id": 14, + "width": 0.25, + "height": 0.25, + "class": "EntityEnderPearl", + "parent": "ThrowableEntity" + }, + "minecraft:eye_of_ender": { + "id": 15, + "width": 0.25, + "height": 0.25, + "class": "EntityEnderEye", + "original_resource_locations": "minecraft:eye_of_ender_signal", + "parent": "Entity" + }, + "minecraft:potion": { + "id": 16, + "width": 0.25, + "height": 0.25, + "class": "EntityPotion", + "meta": { + "THROWN_POTION_ITEM": 6 + }, + "parent": "ThrowableEntity" + }, + "minecraft:experience_bottle": { + "id": 17, + "width": 0.25, + "height": 0.25, + "class": "EntityExpBottle", + "original_resource_locations": "minecraft:xp_bottle", + "parent": "ThrowableEntity" + }, + "minecraft:item_frame": { + "id": 18, + "width": 0.5, + "height": 0.5, + "class": "EntityItemFrame", + "meta": { + "ITEM_FRAME_ITEM": 6, + "ITEM_FRAME_ROTATION": 7 + }, + "parent": "HangingEntity" + }, + "minecraft:wither_skull": { + "id": 19, + "width": 0.3125, + "height": 0.3125, + "class": "EntityWitherSkull", + "meta": { + "WITHER_SKULL_DANGEROUS": 6 + }, + "parent": "FireballEntity" + }, + "minecraft:tnt": { + "id": 20, + "width": 0.98, + "height": 0.98, + "class": "EntityTNTPrimed", + "meta": { + "PRIMED_TNT_FUSE_TIME": 6 + }, + "parent": "Entity" + }, + "minecraft:falling_block": { + "id": 21, + "width": 0.6, + "height": 1.8, + "class": "EntityFallingBlock", + "meta": { + "FALLING_BLOCK_SPAWN_POSITION": 6 + }, + "parent": "Entity" + }, + "minecraft:firework_rocket": { + "id": 22, + "width": 0.25, + "height": 0.25, + "class": "EntityFireworkRocket", + "original_resource_locations": "minecraft:fireworks_rocket", + "meta": { + "FIREWORK_ROCKET_ENTITY_ITEM": 6, + "FIREWORK_ROCKET_ENTITY_ATTACHED_ENTITY": 7 + }, + "parent": "Entity" + }, + "minecraft:husk": { + "id": 23, + "width": 0.6, + "height": 1.95, + "class": "EntityHusk", + "parent": "ZombieEntity" + }, + "minecraft:spectral_arrow": { + "id": 24, + "width": 0.5, + "height": 0.5, + "class": "EntitySpectralArrow", + "parent": "ArrowEntity" + }, + "minecraft:shulker_bullet": { + "id": 25, + "width": 0.3125, + "height": 0.3125, + "class": "EntityShulkerBullet", + "parent": "Entity" + }, + "minecraft:dragon_fireball": { + "id": 26, + "width": 1.0, + "height": 1.0, + "class": "EntityDragonFireball", + "parent": "FireballEntity" + }, + "minecraft:zombie_villager": { + "id": 27, + "width": 0.6, + "height": 1.95, + "class": "EntityZombieVillager", + "meta": { + "ZOMBIE_VILLAGER_IS_CONVERTING": 15, + "LEGACY_VILLAGE_PROFESSION": 16 + }, + "parent": "ZombieEntity" + }, + "minecraft:skeleton_horse": { + "id": 28, + "width": 1.3964844, + "height": 1.6, + "class": "EntitySkeletonHorse", + "parent": "AbstractHorseEntity" + }, + "minecraft:zombie_horse": { + "id": 29, + "width": 1.3964844, + "height": 1.6, + "class": "EntityZombieHorse", + "parent": "AbstractHorseEntity" + }, + "minecraft:armor_stand": { + "id": 30, + "width": 0.5, + "height": 1.975, + "class": "EntityArmorStand", + "meta": { + "ARMOR_STAND_FLAGS": 11, + "ARMOR_STAND_HEAD_ROTATION": 12, + "ARMOR_STAND_BODY_ROTATION": 13, + "ARMOR_STAND_LEFT_ARM_ROTATION": 14, + "ARMOR_STAND_RIGHT_ARM_ROTATION": 15, + "ARMOR_STAND_LEFT_LAG_ROTATION": 16, + "ARMOR_STAND_RIGHT_LAG_ROTATION": 17 + }, + "parent": "LivingBaseEntity" + }, + "minecraft:donkey": { + "id": 31, + "width": 1.3964844, + "height": 1.6, + "class": "EntityDonkey", + "parent": "AbstractChestHorseEntity" + }, + "minecraft:mule": { + "id": 32, + "width": 1.3964844, + "height": 1.6, + "class": "EntityMule", + "parent": "AbstractChestHorseEntity" + }, + "minecraft:evoker_fangs": { + "id": 33, + "width": 0.5, + "height": 0.8, + "class": "EntityEvokerFangs", + "original_resource_locations": "minecraft:evocation_fangs", + "parent": "Entity" + }, + "minecraft:evoker": { + "id": 34, + "width": 0.6, + "height": 1.95, + "class": "EntityEvoker", + "original_resource_locations": "minecraft:evocation_illager", + "parent": "SpellcasterIllagerEntity" + }, + "minecraft:vex": { + "id": 35, + "width": 0.4, + "height": 0.8, + "class": "EntityVex", + "meta": { + "VEX_FLAGS": 12 + }, + "parent": "MobEntity" + }, + "minecraft:vindicator": { + "id": 36, + "width": 0.6, + "height": 1.95, + "class": "EntityVindicator", + "original_resource_locations": "minecraft:vindication_illager", + "parent": "AbstractIllagerEntity" + }, + "minecraft:illusioner": { + "id": 37, + "width": 0.6, + "height": 1.95, + "class": "EntityIllusionIllager", + "original_resource_locations": "minecraft:illusion_illager", + "parent": "SpellcasterIllagerEntity" + }, + "minecraft:command_block_minecart": { + "id": 40, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartCommandBlock", + "original_resource_locations": "minecraft:commandblock_minecart", + "meta": { + "MINECART_COMMAND_BLOCK_COMMAND": 12, + "MINECART_COMMAND_BLOCK_LAST_OUTPUT": 13 + }, + "parent": "MinecartEntity" + }, + "minecraft:boat": { + "id": 41, + "width": 1.375, + "height": 0.5625, + "class": "EntityBoat", + "meta": { + "BOAT_HURT": 6, + "BOAT_HURT_DIRECTION": 7, + "BOAT_DAMAGE_TAKEN": 8, + "BOAT_MATERIAL": 9 + }, + "parent": "Entity" + }, + "minecraft:minecart": { + "id": 42, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartEmpty", + "parent": "MinecartEntity" + }, + "minecraft:chest_minecart": { + "id": 43, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartChest", + "parent": "MinecartContainerEntity" + }, + "minecraft:furnace_minecart": { + "id": 44, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartFurnace", + "meta": { + "MINECART_FURNACE_HAS_FUEL": 12 + }, + "parent": "MinecartEntity" + }, + "minecraft:tnt_minecart": { + "id": 45, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartTNT", + "parent": "MinecartEntity" + }, + "minecraft:hopper_minecart": { + "id": 46, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartHopper", + "parent": "MinecartContainerEntity" + }, + "minecraft:spawner_minecart": { + "id": 47, + "width": 0.98, + "height": 0.7, + "class": "EntityMinecartMobSpawner", + "parent": "MinecartEntity" + }, + "minecraft:creeper": { + "id": 50, + "width": 0.6, + "height": 1.7, + "class": "EntityCreeper", + "meta": { + "CREEPER_STATE": 12, + "CREEPER_IS_CHARGED": 13, + "CREEPER_IS_IGNITED": 14 + }, + "parent": "MobEntity" + }, + "minecraft:skeleton": { + "id": 51, + "width": 0.6, + "height": 1.99, + "class": "EntitySkeleton", + "parent": "AbstractSkeletonEntity" + }, + "minecraft:spider": { + "id": 52, + "width": 1.4, + "height": 0.9, + "class": "EntitySpider", + "meta": { + "SPIDER_FLAGS": 12 + }, + "parent": "MobEntity" + }, + "minecraft:giant": { + "id": 53, + "width": 3.6000001, + "height": 10.799999, + "class": "EntityGiantZombie", + "parent": "MobEntity" + }, + "minecraft:zombie": { + "id": 54, + "width": 0.6, + "height": 1.95, + "class": "EntityZombie", + "meta": { + "ZOMBIE_IS_BABY": 12, + "LEGACY_ZOMBIE_VILLAGER_TYPE": 13, + "ZOMBIE_HANDS_HELD_UP": 14 + }, + "parent": "MobEntity" + }, + "minecraft:slime": { + "id": 55, + "width": 0.6, + "height": 1.8, + "class": "EntitySlime", + "meta": { + "SLIME_SIZE": 12 + }, + "parent": "LivingEntity" + }, + "minecraft:ghast": { + "id": 56, + "width": 4.0, + "height": 4.0, + "class": "EntityGhast", + "meta": { + "GHAST_IS_ATTACKING": 12 + }, + "parent": "FlyingEntity" + }, + "minecraft:zombie_pigman": { + "id": 57, + "width": 0.6, + "height": 1.95, + "class": "EntityPigZombie", + "parent": "ZombieEntity" + }, + "minecraft:enderman": { + "id": 58, + "width": 0.6, + "height": 2.9, + "class": "EntityEnderman", + "meta": { + "ENDERMAN_CARRIED_BLOCK": 12, + "ENDERMAN_IS_SCREAMING": 13 + }, + "parent": "MobEntity" + }, + "minecraft:cave_spider": { + "id": 59, + "width": 0.7, + "height": 0.5, + "class": "EntityCaveSpider", + "parent": "SpiderEntity" + }, + "minecraft:silverfish": { + "id": 60, + "width": 0.4, + "height": 0.3, + "class": "EntitySilverfish", + "parent": "MobEntity" + }, + "minecraft:blaze": { + "id": 61, + "width": 0.6, + "height": 1.8, + "class": "EntityBlaze", + "meta": { + "BLAZE_FLAGS": 12 + }, + "parent": "MobEntity" + }, + "minecraft:magma_cube": { + "id": 62, + "width": 0.6, + "height": 1.8, + "class": "EntityMagmaCube", + "parent": "SlimeEntity" + }, + "minecraft:ender_dragon": { + "id": 63, + "width": 16.0, + "height": 8.0, + "class": "EntityDragon", + "meta": { + "ENDER_DRAGON_PHASE": 12 + }, + "parent": "LivingEntity" + }, + "minecraft:wither": { + "id": 64, + "width": 0.9, + "height": 3.5, + "class": "EntityWither", + "meta": { + "WITHER_BOSS_CENTER_HEAD_TARGET_ENTITY_ID": 12, + "WITHER_BOSS_LEFT_HEAD_TARGET_ENTITY_ID": 13, + "WITHER_BOSS_RIGHT_HEAD_TARGET_ENTITY_ID": 14, + "WITHER_BOSS_INVULNERABLE_TIME": 15 + }, + "parent": "MobEntity" + }, + "minecraft:bat": { + "id": 65, + "width": 0.5, + "height": 0.9, + "class": "EntityBat", + "meta": { + "BAT_FLAGS": 12 + }, + "parent": "AmbientCreatureEntity" + }, + "minecraft:witch": { + "id": 66, + "width": 0.6, + "height": 1.95, + "class": "EntityWitch", + "meta": { + "WITCH_IS_DRINKING_POTION": 12 + }, + "parent": "MobEntity" + }, + "minecraft:endermite": { + "id": 67, + "width": 0.4, + "height": 0.3, + "class": "EntityEndermite", + "parent": "MobEntity" + }, + "minecraft:guardian": { + "id": 68, + "width": 0.85, + "height": 0.85, + "class": "EntityGuardian", + "meta": { + "GUARDIAN_IS_MOVING": 12, + "GUARDIAN_TARGET_ENTITY_ID": 13 + }, + "parent": "MobEntity" + }, + "minecraft:shulker": { + "id": 69, + "width": 1.0, + "height": 1.0, + "class": "EntityShulker", + "meta": { + "SHULKER_ATTACH_FACE": 12, + "SHULKER_ATTACHMENT_POSITION": 13, + "SHULKER_PEEK": 14, + "SHULKER_COLOR": 15 + }, + "parent": "GolemEntity" + }, + "minecraft:pig": { + "id": 90, + "width": 0.9, + "height": 0.9, + "class": "EntityPig", + "meta": { + "PIG_HAS_SADDLE": 13, + "PIG_BOOST_TIME": 14 + }, + "parent": "AnimalEntity" + }, + "minecraft:sheep": { + "id": 91, + "width": 0.9, + "height": 1.3, + "class": "EntitySheep", + "meta": { + "SHEEP_FLAGS": 13 + }, + "parent": "AnimalEntity" + }, + "minecraft:cow": { + "id": 92, + "width": 0.9, + "height": 1.4, + "class": "EntityCow", + "parent": "AnimalEntity" + }, + "minecraft:chicken": { + "id": 93, + "width": 0.4, + "height": 0.7, + "class": "EntityChicken", + "parent": "AnimalEntity" + }, + "minecraft:squid": { + "id": 94, + "width": 0.8, + "height": 0.8, + "class": "EntitySquid", + "parent": "WaterMobEntity" + }, + "minecraft:wolf": { + "id": 95, + "width": 0.6, + "height": 0.85, + "class": "EntityWolf", + "meta": { + "WOLF_HEALTH": 15, + "WOLF_IS_BEGGING": 16, + "WOLF_COLLAR_COLOR": 17 + }, + "parent": "TameableEntity" + }, + "minecraft:mooshroom": { + "id": 96, + "width": 0.9, + "height": 1.4, + "class": "EntityMooshroom", + "parent": "CowEntity" + }, + "minecraft:snow_golem": { + "id": 97, + "width": 0.7, + "height": 1.9, + "class": "EntitySnowman", + "original_resource_locations": "minecraft:snowman", + "meta": { + "SNOW_GOLEM_FLAGS": 12 + }, + "parent": "GolemEntity" + }, + "minecraft:ocelot": { + "id": 98, + "width": 0.6, + "height": 0.7, + "class": "EntityOcelot", + "meta": { + "OCELOT_IS_TRUSTING": 15 + }, + "parent": "TameableEntity" + }, + "minecraft:iron_golem": { + "id": 99, + "width": 1.4, + "height": 2.7, + "class": "EntityIronGolem", + "original_resource_locations": "minecraft:villager_golem", + "meta": { + "IRON_GOLEM_FLAGS": 12 + }, + "parent": "GolemEntity" + }, + "minecraft:horse": { + "id": 100, + "width": 1.3964844, + "height": 1.6, + "class": "EntityHorse", + "meta": { + "HORSE_VARIANT": 15, + "LEGACY_HORSE_ARMOR": 16 + }, + "parent": "AbstractHorseEntity" + }, + "minecraft:rabbit": { + "id": 101, + "width": 0.4, + "height": 0.5, + "class": "EntityRabbit", + "meta": { + "RABBIT_VARIANT": 13 + }, + "parent": "AnimalEntity" + }, + "minecraft:polar_bear": { + "id": 102, + "width": 1.3, + "height": 1.4, + "class": "EntityPolarBear", + "meta": { + "POLAR_BEAR_STANDING": 13 + }, + "parent": "AnimalEntity" + }, + "minecraft:llama": { + "id": 103, + "width": 1.3964844, + "height": 1.6, + "class": "EntityLlama", + "meta": { + "LLAMA_STRENGTH": 16, + "LLAMA_CARPET_COLOR": 17, + "LLAMA_VARIANT": 18 + }, + "parent": "AbstractChestHorseEntity" + }, + "minecraft:llama_spit": { + "id": 104, + "width": 0.6, + "height": 1.8, + "class": "EntityLlamaSpit", + "parent": "Entity" + }, + "minecraft:parrot": { + "id": 105, + "width": 0.5, + "height": 0.9, + "class": "EntityParrot", + "meta": { + "PARROT_VARIANT": 15 + }, + "parent": "ShoulderRidingEntity" + }, + "minecraft:villager": { + "id": 120, + "width": 0.6, + "height": 1.95, + "class": "EntityVillager", + "meta": { + "LEGACY_VILLAGE_PROFESSION": 13 + }, + "parent": "AgeableEntity" + }, + "minecraft:end_crystal": { + "id": 200, + "width": 2.0, + "height": 2.0, + "class": "EntityEnderCrystal", + "original_resource_locations": "minecraft:ender_crystal", + "meta": { + "END_CRYSTAL_BEAM_TARGET": 6, + "END_CRYSTAL_SHOW_BOTTOM": 7 + }, + "parent": "Entity" + }, + "WeatherEffectEntity": { + "parent": "Entity" + }, + "Entity": { + "meta": { + "ENTITY_FLAGS": 0, + "ENTITY_AIR_SUPPLY": 1, + "ENTITY_CUSTOM_NAME": 2, + "ENTITY_CUSTOM_NAME_VISIBLE": 3, + "ENTITY_SILENT": 4, + "ENTITY_NO_GRAVITY": 5 + } + }, + "LivingBaseEntity": { + "meta": { + "PLAYER_SKIN_MAIN_HAND": 6, + "LIVING_ENTITY_HEALTH": 7, + "LIVING_ENTITY_EFFECT_COLOR": 8, + "LIVING_ENTITY_EFFECT_AMBIENCE": 9, + "LIVING_ENTITY_ARROW_COUNT": 10 + }, + "parent": "Entity" + }, + "MobEntity": { + "parent": "CreatureEntity" + }, + "CreatureEntity": { + "parent": "LivingEntity" + }, + "LivingEntity": { + "meta": { + "LIVING_ENTITY_FLAGS": 11 + }, + "parent": "LivingBaseEntity" + }, + "AbstractSkeletonEntity": { + "meta": { + "SKELETON_SWING_ARMS": 12 + }, + "parent": "MobEntity" + }, + "ThrowableEntity": { + "parent": "Entity" + }, + "HangingEntity": { + "parent": "Entity" + }, + "ArrowEntity": { + "meta": { + "ABSTRACT_ARROW_FLAGS": 6 + }, + "parent": "Entity" + }, + "FireballEntity": { + "parent": "Entity" + }, + "AbstractHorseEntity": { + "meta": { + "ABSTRACT_HORSE_FLAGS": 13, + "ABSTRACT_HORSE_OWNER_UUID": 14 + }, + "parent": "AnimalEntity" + }, + "AnimalEntity": { + "parent": "AgeableEntity" + }, + "AgeableEntity": { + "meta": { + "AGEABLE_IS_BABY": 12 + }, + "parent": "CreatureEntity" + }, + "AbstractChestHorseEntity": { + "meta": { + "ABSTRACT_CHESTED_HORSE_HAS_CHEST": 15 + }, + "parent": "AbstractHorseEntity" + }, + "SpellcasterIllagerEntity": { + "meta": { + "SPELLCASTER_ILLAGER_SPELL": 13 + }, + "parent": "AbstractIllagerEntity" + }, + "AbstractIllagerEntity": { + "meta": { + "ABSTRACT_ILLAGER_FLAGS": 12 + }, + "parent": "MobEntity" + }, + "MinecartEntity": { + "meta": { + "MINECART_HURT": 6, + "MINECART_HURT_DIRECTION": 7, + "MINECART_DAMAGE_TAKEN": 8, + "MINECART_BLOCK_ID": 9, + "MINECART_BLOCK_Y_OFFSET": 10, + "MINECART_SHOW_BLOCK": 11 + }, + "parent": "Entity" + }, + "MinecartContainerEntity": { + "parent": "MinecartEntity" + }, + "FlyingEntity": { + "parent": "LivingEntity" + }, + "AmbientCreatureEntity": { + "parent": "LivingEntity" + }, + "GolemEntity": { + "parent": "CreatureEntity" + }, + "WaterMobEntity": { + "parent": "LivingEntity" + }, + "TameableEntity": { + "meta": { + "TAMABLE_ENTITY_FLAGS": 13, + "TAMABLE_ENTITY_OWNER_UUID": 14 + }, + "parent": "AnimalEntity" + }, + "ShoulderRidingEntity": { + "parent": "TameableEntity" + } +} diff --git a/1.12.2/sound_events.json b/1.12.2/sound_events.json new file mode 100644 index 0000000..08185ae --- /dev/null +++ b/1.12.2/sound_events.json @@ -0,0 +1,1649 @@ +{ + "minecraft:ambient.cave": { + "id": 0 + }, + "minecraft:block.anvil.break": { + "id": 1 + }, + "minecraft:block.anvil.destroy": { + "id": 2 + }, + "minecraft:block.anvil.fall": { + "id": 3 + }, + "minecraft:block.anvil.hit": { + "id": 4 + }, + "minecraft:block.anvil.land": { + "id": 5 + }, + "minecraft:block.anvil.place": { + "id": 6 + }, + "minecraft:block.anvil.step": { + "id": 7 + }, + "minecraft:block.anvil.use": { + "id": 8 + }, + "minecraft:block.brewing_stand.brew": { + "id": 9 + }, + "minecraft:block.chest.close": { + "id": 10 + }, + "minecraft:block.chest.locked": { + "id": 11 + }, + "minecraft:block.chest.open": { + "id": 12 + }, + "minecraft:block.chorus_flower.death": { + "id": 13 + }, + "minecraft:block.chorus_flower.grow": { + "id": 14 + }, + "minecraft:block.cloth.break": { + "id": 15 + }, + "minecraft:block.cloth.fall": { + "id": 16 + }, + "minecraft:block.cloth.hit": { + "id": 17 + }, + "minecraft:block.cloth.place": { + "id": 18 + }, + "minecraft:block.cloth.step": { + "id": 19 + }, + "minecraft:block.comparator.click": { + "id": 20 + }, + "minecraft:block.dispenser.dispense": { + "id": 21 + }, + "minecraft:block.dispenser.fail": { + "id": 22 + }, + "minecraft:block.dispenser.launch": { + "id": 23 + }, + "minecraft:block.enchantment_table.use": { + "id": 24 + }, + "minecraft:block.end_gateway.spawn": { + "id": 25 + }, + "minecraft:block.end_portal.spawn": { + "id": 26 + }, + "minecraft:block.end_portal_frame.fill": { + "id": 27 + }, + "minecraft:block.enderchest.close": { + "id": 28 + }, + "minecraft:block.enderchest.open": { + "id": 29 + }, + "minecraft:block.fence_gate.close": { + "id": 30 + }, + "minecraft:block.fence_gate.open": { + "id": 31 + }, + "minecraft:block.fire.ambient": { + "id": 32 + }, + "minecraft:block.fire.extinguish": { + "id": 33 + }, + "minecraft:block.furnace.fire_crackle": { + "id": 34 + }, + "minecraft:block.glass.break": { + "id": 35 + }, + "minecraft:block.glass.fall": { + "id": 36 + }, + "minecraft:block.glass.hit": { + "id": 37 + }, + "minecraft:block.glass.place": { + "id": 38 + }, + "minecraft:block.glass.step": { + "id": 39 + }, + "minecraft:block.grass.break": { + "id": 40 + }, + "minecraft:block.grass.fall": { + "id": 41 + }, + "minecraft:block.grass.hit": { + "id": 42 + }, + "minecraft:block.grass.place": { + "id": 43 + }, + "minecraft:block.grass.step": { + "id": 44 + }, + "minecraft:block.gravel.break": { + "id": 45 + }, + "minecraft:block.gravel.fall": { + "id": 46 + }, + "minecraft:block.gravel.hit": { + "id": 47 + }, + "minecraft:block.gravel.place": { + "id": 48 + }, + "minecraft:block.gravel.step": { + "id": 49 + }, + "minecraft:block.iron_door.close": { + "id": 50 + }, + "minecraft:block.iron_door.open": { + "id": 51 + }, + "minecraft:block.iron_trapdoor.close": { + "id": 52 + }, + "minecraft:block.iron_trapdoor.open": { + "id": 53 + }, + "minecraft:block.ladder.break": { + "id": 54 + }, + "minecraft:block.ladder.fall": { + "id": 55 + }, + "minecraft:block.ladder.hit": { + "id": 56 + }, + "minecraft:block.ladder.place": { + "id": 57 + }, + "minecraft:block.ladder.step": { + "id": 58 + }, + "minecraft:block.lava.ambient": { + "id": 59 + }, + "minecraft:block.lava.extinguish": { + "id": 60 + }, + "minecraft:block.lava.pop": { + "id": 61 + }, + "minecraft:block.lever.click": { + "id": 62 + }, + "minecraft:block.metal.break": { + "id": 63 + }, + "minecraft:block.metal.fall": { + "id": 64 + }, + "minecraft:block.metal.hit": { + "id": 65 + }, + "minecraft:block.metal.place": { + "id": 66 + }, + "minecraft:block.metal.step": { + "id": 67 + }, + "minecraft:block.metal_pressureplate.click_off": { + "id": 68 + }, + "minecraft:block.metal_pressureplate.click_on": { + "id": 69 + }, + "minecraft:block.note.basedrum": { + "id": 70 + }, + "minecraft:block.note.bass": { + "id": 71 + }, + "minecraft:block.note.bell": { + "id": 72 + }, + "minecraft:block.note.chime": { + "id": 73 + }, + "minecraft:block.note.flute": { + "id": 74 + }, + "minecraft:block.note.guitar": { + "id": 75 + }, + "minecraft:block.note.harp": { + "id": 76 + }, + "minecraft:block.note.hat": { + "id": 77 + }, + "minecraft:block.note.pling": { + "id": 78 + }, + "minecraft:block.note.snare": { + "id": 79 + }, + "minecraft:block.note.xylophone": { + "id": 80 + }, + "minecraft:block.piston.contract": { + "id": 81 + }, + "minecraft:block.piston.extend": { + "id": 82 + }, + "minecraft:block.portal.ambient": { + "id": 83 + }, + "minecraft:block.portal.travel": { + "id": 84 + }, + "minecraft:block.portal.trigger": { + "id": 85 + }, + "minecraft:block.redstone_torch.burnout": { + "id": 86 + }, + "minecraft:block.sand.break": { + "id": 87 + }, + "minecraft:block.sand.fall": { + "id": 88 + }, + "minecraft:block.sand.hit": { + "id": 89 + }, + "minecraft:block.sand.place": { + "id": 90 + }, + "minecraft:block.sand.step": { + "id": 91 + }, + "minecraft:block.shulker_box.close": { + "id": 92 + }, + "minecraft:block.shulker_box.open": { + "id": 93 + }, + "minecraft:block.slime.break": { + "id": 94 + }, + "minecraft:block.slime.fall": { + "id": 95 + }, + "minecraft:block.slime.hit": { + "id": 96 + }, + "minecraft:block.slime.place": { + "id": 97 + }, + "minecraft:block.slime.step": { + "id": 98 + }, + "minecraft:block.snow.break": { + "id": 99 + }, + "minecraft:block.snow.fall": { + "id": 100 + }, + "minecraft:block.snow.hit": { + "id": 101 + }, + "minecraft:block.snow.place": { + "id": 102 + }, + "minecraft:block.snow.step": { + "id": 103 + }, + "minecraft:block.stone.break": { + "id": 104 + }, + "minecraft:block.stone.fall": { + "id": 105 + }, + "minecraft:block.stone.hit": { + "id": 106 + }, + "minecraft:block.stone.place": { + "id": 107 + }, + "minecraft:block.stone.step": { + "id": 108 + }, + "minecraft:block.stone_button.click_off": { + "id": 109 + }, + "minecraft:block.stone_button.click_on": { + "id": 110 + }, + "minecraft:block.stone_pressureplate.click_off": { + "id": 111 + }, + "minecraft:block.stone_pressureplate.click_on": { + "id": 112 + }, + "minecraft:block.tripwire.attach": { + "id": 113 + }, + "minecraft:block.tripwire.click_off": { + "id": 114 + }, + "minecraft:block.tripwire.click_on": { + "id": 115 + }, + "minecraft:block.tripwire.detach": { + "id": 116 + }, + "minecraft:block.water.ambient": { + "id": 117 + }, + "minecraft:block.waterlily.place": { + "id": 118 + }, + "minecraft:block.wood.break": { + "id": 119 + }, + "minecraft:block.wood.fall": { + "id": 120 + }, + "minecraft:block.wood.hit": { + "id": 121 + }, + "minecraft:block.wood.place": { + "id": 122 + }, + "minecraft:block.wood.step": { + "id": 123 + }, + "minecraft:block.wood_button.click_off": { + "id": 124 + }, + "minecraft:block.wood_button.click_on": { + "id": 125 + }, + "minecraft:block.wood_pressureplate.click_off": { + "id": 126 + }, + "minecraft:block.wood_pressureplate.click_on": { + "id": 127 + }, + "minecraft:block.wooden_door.close": { + "id": 128 + }, + "minecraft:block.wooden_door.open": { + "id": 129 + }, + "minecraft:block.wooden_trapdoor.close": { + "id": 130 + }, + "minecraft:block.wooden_trapdoor.open": { + "id": 131 + }, + "minecraft:enchant.thorns.hit": { + "id": 132 + }, + "minecraft:entity.armorstand.break": { + "id": 133 + }, + "minecraft:entity.armorstand.fall": { + "id": 134 + }, + "minecraft:entity.armorstand.hit": { + "id": 135 + }, + "minecraft:entity.armorstand.place": { + "id": 136 + }, + "minecraft:entity.arrow.hit": { + "id": 137 + }, + "minecraft:entity.arrow.hit_player": { + "id": 138 + }, + "minecraft:entity.arrow.shoot": { + "id": 139 + }, + "minecraft:entity.bat.ambient": { + "id": 140 + }, + "minecraft:entity.bat.death": { + "id": 141 + }, + "minecraft:entity.bat.hurt": { + "id": 142 + }, + "minecraft:entity.bat.loop": { + "id": 143 + }, + "minecraft:entity.bat.takeoff": { + "id": 144 + }, + "minecraft:entity.blaze.ambient": { + "id": 145 + }, + "minecraft:entity.blaze.burn": { + "id": 146 + }, + "minecraft:entity.blaze.death": { + "id": 147 + }, + "minecraft:entity.blaze.hurt": { + "id": 148 + }, + "minecraft:entity.blaze.shoot": { + "id": 149 + }, + "minecraft:entity.boat.paddle_land": { + "id": 150 + }, + "minecraft:entity.boat.paddle_water": { + "id": 151 + }, + "minecraft:entity.bobber.retrieve": { + "id": 152 + }, + "minecraft:entity.bobber.splash": { + "id": 153 + }, + "minecraft:entity.bobber.throw": { + "id": 154 + }, + "minecraft:entity.cat.ambient": { + "id": 155 + }, + "minecraft:entity.cat.death": { + "id": 156 + }, + "minecraft:entity.cat.hiss": { + "id": 157 + }, + "minecraft:entity.cat.hurt": { + "id": 158 + }, + "minecraft:entity.cat.purr": { + "id": 159 + }, + "minecraft:entity.cat.purreow": { + "id": 160 + }, + "minecraft:entity.chicken.ambient": { + "id": 161 + }, + "minecraft:entity.chicken.death": { + "id": 162 + }, + "minecraft:entity.chicken.egg": { + "id": 163 + }, + "minecraft:entity.chicken.hurt": { + "id": 164 + }, + "minecraft:entity.chicken.step": { + "id": 165 + }, + "minecraft:entity.cow.ambient": { + "id": 166 + }, + "minecraft:entity.cow.death": { + "id": 167 + }, + "minecraft:entity.cow.hurt": { + "id": 168 + }, + "minecraft:entity.cow.milk": { + "id": 169 + }, + "minecraft:entity.cow.step": { + "id": 170 + }, + "minecraft:entity.creeper.death": { + "id": 171 + }, + "minecraft:entity.creeper.hurt": { + "id": 172 + }, + "minecraft:entity.creeper.primed": { + "id": 173 + }, + "minecraft:entity.donkey.ambient": { + "id": 174 + }, + "minecraft:entity.donkey.angry": { + "id": 175 + }, + "minecraft:entity.donkey.chest": { + "id": 176 + }, + "minecraft:entity.donkey.death": { + "id": 177 + }, + "minecraft:entity.donkey.hurt": { + "id": 178 + }, + "minecraft:entity.egg.throw": { + "id": 179 + }, + "minecraft:entity.elder_guardian.ambient": { + "id": 180 + }, + "minecraft:entity.elder_guardian.ambient_land": { + "id": 181 + }, + "minecraft:entity.elder_guardian.curse": { + "id": 182 + }, + "minecraft:entity.elder_guardian.death": { + "id": 183 + }, + "minecraft:entity.elder_guardian.death_land": { + "id": 184 + }, + "minecraft:entity.elder_guardian.flop": { + "id": 185 + }, + "minecraft:entity.elder_guardian.hurt": { + "id": 186 + }, + "minecraft:entity.elder_guardian.hurt_land": { + "id": 187 + }, + "minecraft:entity.enderdragon.ambient": { + "id": 188 + }, + "minecraft:entity.enderdragon.death": { + "id": 189 + }, + "minecraft:entity.enderdragon.flap": { + "id": 190 + }, + "minecraft:entity.enderdragon.growl": { + "id": 191 + }, + "minecraft:entity.enderdragon.hurt": { + "id": 192 + }, + "minecraft:entity.enderdragon.shoot": { + "id": 193 + }, + "minecraft:entity.enderdragon_fireball.explode": { + "id": 194 + }, + "minecraft:entity.endereye.death": { + "id": 195 + }, + "minecraft:entity.endereye.launch": { + "id": 196 + }, + "minecraft:entity.endermen.ambient": { + "id": 197 + }, + "minecraft:entity.endermen.death": { + "id": 198 + }, + "minecraft:entity.endermen.hurt": { + "id": 199 + }, + "minecraft:entity.endermen.scream": { + "id": 200 + }, + "minecraft:entity.endermen.stare": { + "id": 201 + }, + "minecraft:entity.endermen.teleport": { + "id": 202 + }, + "minecraft:entity.endermite.ambient": { + "id": 203 + }, + "minecraft:entity.endermite.death": { + "id": 204 + }, + "minecraft:entity.endermite.hurt": { + "id": 205 + }, + "minecraft:entity.endermite.step": { + "id": 206 + }, + "minecraft:entity.enderpearl.throw": { + "id": 207 + }, + "minecraft:entity.evocation_fangs.attack": { + "id": 208 + }, + "minecraft:entity.evocation_illager.ambient": { + "id": 209 + }, + "minecraft:entity.evocation_illager.cast_spell": { + "id": 210 + }, + "minecraft:entity.evocation_illager.death": { + "id": 211 + }, + "minecraft:entity.evocation_illager.hurt": { + "id": 212 + }, + "minecraft:entity.evocation_illager.prepare_attack": { + "id": 213 + }, + "minecraft:entity.evocation_illager.prepare_summon": { + "id": 214 + }, + "minecraft:entity.evocation_illager.prepare_wololo": { + "id": 215 + }, + "minecraft:entity.experience_bottle.throw": { + "id": 216 + }, + "minecraft:entity.experience_orb.pickup": { + "id": 217 + }, + "minecraft:entity.firework.blast": { + "id": 218 + }, + "minecraft:entity.firework.blast_far": { + "id": 219 + }, + "minecraft:entity.firework.large_blast": { + "id": 220 + }, + "minecraft:entity.firework.large_blast_far": { + "id": 221 + }, + "minecraft:entity.firework.launch": { + "id": 222 + }, + "minecraft:entity.firework.shoot": { + "id": 223 + }, + "minecraft:entity.firework.twinkle": { + "id": 224 + }, + "minecraft:entity.firework.twinkle_far": { + "id": 225 + }, + "minecraft:entity.generic.big_fall": { + "id": 226 + }, + "minecraft:entity.generic.burn": { + "id": 227 + }, + "minecraft:entity.generic.death": { + "id": 228 + }, + "minecraft:entity.generic.drink": { + "id": 229 + }, + "minecraft:entity.generic.eat": { + "id": 230 + }, + "minecraft:entity.generic.explode": { + "id": 231 + }, + "minecraft:entity.generic.extinguish_fire": { + "id": 232 + }, + "minecraft:entity.generic.hurt": { + "id": 233 + }, + "minecraft:entity.generic.small_fall": { + "id": 234 + }, + "minecraft:entity.generic.splash": { + "id": 235 + }, + "minecraft:entity.generic.swim": { + "id": 236 + }, + "minecraft:entity.ghast.ambient": { + "id": 237 + }, + "minecraft:entity.ghast.death": { + "id": 238 + }, + "minecraft:entity.ghast.hurt": { + "id": 239 + }, + "minecraft:entity.ghast.scream": { + "id": 240 + }, + "minecraft:entity.ghast.shoot": { + "id": 241 + }, + "minecraft:entity.ghast.warn": { + "id": 242 + }, + "minecraft:entity.guardian.ambient": { + "id": 243 + }, + "minecraft:entity.guardian.ambient_land": { + "id": 244 + }, + "minecraft:entity.guardian.attack": { + "id": 245 + }, + "minecraft:entity.guardian.death": { + "id": 246 + }, + "minecraft:entity.guardian.death_land": { + "id": 247 + }, + "minecraft:entity.guardian.flop": { + "id": 248 + }, + "minecraft:entity.guardian.hurt": { + "id": 249 + }, + "minecraft:entity.guardian.hurt_land": { + "id": 250 + }, + "minecraft:entity.horse.ambient": { + "id": 251 + }, + "minecraft:entity.horse.angry": { + "id": 252 + }, + "minecraft:entity.horse.armor": { + "id": 253 + }, + "minecraft:entity.horse.breathe": { + "id": 254 + }, + "minecraft:entity.horse.death": { + "id": 255 + }, + "minecraft:entity.horse.eat": { + "id": 256 + }, + "minecraft:entity.horse.gallop": { + "id": 257 + }, + "minecraft:entity.horse.hurt": { + "id": 258 + }, + "minecraft:entity.horse.jump": { + "id": 259 + }, + "minecraft:entity.horse.land": { + "id": 260 + }, + "minecraft:entity.horse.saddle": { + "id": 261 + }, + "minecraft:entity.horse.step": { + "id": 262 + }, + "minecraft:entity.horse.step_wood": { + "id": 263 + }, + "minecraft:entity.hostile.big_fall": { + "id": 264 + }, + "minecraft:entity.hostile.death": { + "id": 265 + }, + "minecraft:entity.hostile.hurt": { + "id": 266 + }, + "minecraft:entity.hostile.small_fall": { + "id": 267 + }, + "minecraft:entity.hostile.splash": { + "id": 268 + }, + "minecraft:entity.hostile.swim": { + "id": 269 + }, + "minecraft:entity.husk.ambient": { + "id": 270 + }, + "minecraft:entity.husk.death": { + "id": 271 + }, + "minecraft:entity.husk.hurt": { + "id": 272 + }, + "minecraft:entity.husk.step": { + "id": 273 + }, + "minecraft:entity.illusion_illager.ambient": { + "id": 274 + }, + "minecraft:entity.illusion_illager.cast_spell": { + "id": 275 + }, + "minecraft:entity.illusion_illager.death": { + "id": 276 + }, + "minecraft:entity.illusion_illager.hurt": { + "id": 277 + }, + "minecraft:entity.illusion_illager.mirror_move": { + "id": 278 + }, + "minecraft:entity.illusion_illager.prepare_blindness": { + "id": 279 + }, + "minecraft:entity.illusion_illager.prepare_mirror": { + "id": 280 + }, + "minecraft:entity.irongolem.attack": { + "id": 281 + }, + "minecraft:entity.irongolem.death": { + "id": 282 + }, + "minecraft:entity.irongolem.hurt": { + "id": 283 + }, + "minecraft:entity.irongolem.step": { + "id": 284 + }, + "minecraft:entity.item.break": { + "id": 285 + }, + "minecraft:entity.item.pickup": { + "id": 286 + }, + "minecraft:entity.itemframe.add_item": { + "id": 287 + }, + "minecraft:entity.itemframe.break": { + "id": 288 + }, + "minecraft:entity.itemframe.place": { + "id": 289 + }, + "minecraft:entity.itemframe.remove_item": { + "id": 290 + }, + "minecraft:entity.itemframe.rotate_item": { + "id": 291 + }, + "minecraft:entity.leashknot.break": { + "id": 292 + }, + "minecraft:entity.leashknot.place": { + "id": 293 + }, + "minecraft:entity.lightning.impact": { + "id": 294 + }, + "minecraft:entity.lightning.thunder": { + "id": 295 + }, + "minecraft:entity.lingeringpotion.throw": { + "id": 296 + }, + "minecraft:entity.llama.ambient": { + "id": 297 + }, + "minecraft:entity.llama.angry": { + "id": 298 + }, + "minecraft:entity.llama.chest": { + "id": 299 + }, + "minecraft:entity.llama.death": { + "id": 300 + }, + "minecraft:entity.llama.eat": { + "id": 301 + }, + "minecraft:entity.llama.hurt": { + "id": 302 + }, + "minecraft:entity.llama.spit": { + "id": 303 + }, + "minecraft:entity.llama.step": { + "id": 304 + }, + "minecraft:entity.llama.swag": { + "id": 305 + }, + "minecraft:entity.magmacube.death": { + "id": 306 + }, + "minecraft:entity.magmacube.hurt": { + "id": 307 + }, + "minecraft:entity.magmacube.jump": { + "id": 308 + }, + "minecraft:entity.magmacube.squish": { + "id": 309 + }, + "minecraft:entity.minecart.inside": { + "id": 310 + }, + "minecraft:entity.minecart.riding": { + "id": 311 + }, + "minecraft:entity.mooshroom.shear": { + "id": 312 + }, + "minecraft:entity.mule.ambient": { + "id": 313 + }, + "minecraft:entity.mule.chest": { + "id": 314 + }, + "minecraft:entity.mule.death": { + "id": 315 + }, + "minecraft:entity.mule.hurt": { + "id": 316 + }, + "minecraft:entity.painting.break": { + "id": 317 + }, + "minecraft:entity.painting.place": { + "id": 318 + }, + "minecraft:entity.parrot.ambient": { + "id": 319 + }, + "minecraft:entity.parrot.death": { + "id": 320 + }, + "minecraft:entity.parrot.eat": { + "id": 321 + }, + "minecraft:entity.parrot.fly": { + "id": 322 + }, + "minecraft:entity.parrot.hurt": { + "id": 323 + }, + "minecraft:entity.parrot.imitate.blaze": { + "id": 324 + }, + "minecraft:entity.parrot.imitate.creeper": { + "id": 325 + }, + "minecraft:entity.parrot.imitate.elder_guardian": { + "id": 326 + }, + "minecraft:entity.parrot.imitate.enderdragon": { + "id": 327 + }, + "minecraft:entity.parrot.imitate.enderman": { + "id": 328 + }, + "minecraft:entity.parrot.imitate.endermite": { + "id": 329 + }, + "minecraft:entity.parrot.imitate.evocation_illager": { + "id": 330 + }, + "minecraft:entity.parrot.imitate.ghast": { + "id": 331 + }, + "minecraft:entity.parrot.imitate.husk": { + "id": 332 + }, + "minecraft:entity.parrot.imitate.illusion_illager": { + "id": 333 + }, + "minecraft:entity.parrot.imitate.magmacube": { + "id": 334 + }, + "minecraft:entity.parrot.imitate.polar_bear": { + "id": 335 + }, + "minecraft:entity.parrot.imitate.shulker": { + "id": 336 + }, + "minecraft:entity.parrot.imitate.silverfish": { + "id": 337 + }, + "minecraft:entity.parrot.imitate.skeleton": { + "id": 338 + }, + "minecraft:entity.parrot.imitate.slime": { + "id": 339 + }, + "minecraft:entity.parrot.imitate.spider": { + "id": 340 + }, + "minecraft:entity.parrot.imitate.stray": { + "id": 341 + }, + "minecraft:entity.parrot.imitate.vex": { + "id": 342 + }, + "minecraft:entity.parrot.imitate.vindication_illager": { + "id": 343 + }, + "minecraft:entity.parrot.imitate.witch": { + "id": 344 + }, + "minecraft:entity.parrot.imitate.wither": { + "id": 345 + }, + "minecraft:entity.parrot.imitate.wither_skeleton": { + "id": 346 + }, + "minecraft:entity.parrot.imitate.wolf": { + "id": 347 + }, + "minecraft:entity.parrot.imitate.zombie": { + "id": 348 + }, + "minecraft:entity.parrot.imitate.zombie_pigman": { + "id": 349 + }, + "minecraft:entity.parrot.imitate.zombie_villager": { + "id": 350 + }, + "minecraft:entity.parrot.step": { + "id": 351 + }, + "minecraft:entity.pig.ambient": { + "id": 352 + }, + "minecraft:entity.pig.death": { + "id": 353 + }, + "minecraft:entity.pig.hurt": { + "id": 354 + }, + "minecraft:entity.pig.saddle": { + "id": 355 + }, + "minecraft:entity.pig.step": { + "id": 356 + }, + "minecraft:entity.player.attack.crit": { + "id": 357 + }, + "minecraft:entity.player.attack.knockback": { + "id": 358 + }, + "minecraft:entity.player.attack.nodamage": { + "id": 359 + }, + "minecraft:entity.player.attack.strong": { + "id": 360 + }, + "minecraft:entity.player.attack.sweep": { + "id": 361 + }, + "minecraft:entity.player.attack.weak": { + "id": 362 + }, + "minecraft:entity.player.big_fall": { + "id": 363 + }, + "minecraft:entity.player.breath": { + "id": 364 + }, + "minecraft:entity.player.burp": { + "id": 365 + }, + "minecraft:entity.player.death": { + "id": 366 + }, + "minecraft:entity.player.hurt": { + "id": 367 + }, + "minecraft:entity.player.hurt_drown": { + "id": 368 + }, + "minecraft:entity.player.hurt_on_fire": { + "id": 369 + }, + "minecraft:entity.player.levelup": { + "id": 370 + }, + "minecraft:entity.player.small_fall": { + "id": 371 + }, + "minecraft:entity.player.splash": { + "id": 372 + }, + "minecraft:entity.player.swim": { + "id": 373 + }, + "minecraft:entity.polar_bear.ambient": { + "id": 374 + }, + "minecraft:entity.polar_bear.baby_ambient": { + "id": 375 + }, + "minecraft:entity.polar_bear.death": { + "id": 376 + }, + "minecraft:entity.polar_bear.hurt": { + "id": 377 + }, + "minecraft:entity.polar_bear.step": { + "id": 378 + }, + "minecraft:entity.polar_bear.warning": { + "id": 379 + }, + "minecraft:entity.rabbit.ambient": { + "id": 380 + }, + "minecraft:entity.rabbit.attack": { + "id": 381 + }, + "minecraft:entity.rabbit.death": { + "id": 382 + }, + "minecraft:entity.rabbit.hurt": { + "id": 383 + }, + "minecraft:entity.rabbit.jump": { + "id": 384 + }, + "minecraft:entity.sheep.ambient": { + "id": 385 + }, + "minecraft:entity.sheep.death": { + "id": 386 + }, + "minecraft:entity.sheep.hurt": { + "id": 387 + }, + "minecraft:entity.sheep.shear": { + "id": 388 + }, + "minecraft:entity.sheep.step": { + "id": 389 + }, + "minecraft:entity.shulker.ambient": { + "id": 390 + }, + "minecraft:entity.shulker.close": { + "id": 391 + }, + "minecraft:entity.shulker.death": { + "id": 392 + }, + "minecraft:entity.shulker.hurt": { + "id": 393 + }, + "minecraft:entity.shulker.hurt_closed": { + "id": 394 + }, + "minecraft:entity.shulker.open": { + "id": 395 + }, + "minecraft:entity.shulker.shoot": { + "id": 396 + }, + "minecraft:entity.shulker.teleport": { + "id": 397 + }, + "minecraft:entity.shulker_bullet.hit": { + "id": 398 + }, + "minecraft:entity.shulker_bullet.hurt": { + "id": 399 + }, + "minecraft:entity.silverfish.ambient": { + "id": 400 + }, + "minecraft:entity.silverfish.death": { + "id": 401 + }, + "minecraft:entity.silverfish.hurt": { + "id": 402 + }, + "minecraft:entity.silverfish.step": { + "id": 403 + }, + "minecraft:entity.skeleton.ambient": { + "id": 404 + }, + "minecraft:entity.skeleton.death": { + "id": 405 + }, + "minecraft:entity.skeleton.hurt": { + "id": 406 + }, + "minecraft:entity.skeleton.shoot": { + "id": 407 + }, + "minecraft:entity.skeleton.step": { + "id": 408 + }, + "minecraft:entity.skeleton_horse.ambient": { + "id": 409 + }, + "minecraft:entity.skeleton_horse.death": { + "id": 410 + }, + "minecraft:entity.skeleton_horse.hurt": { + "id": 411 + }, + "minecraft:entity.slime.attack": { + "id": 412 + }, + "minecraft:entity.slime.death": { + "id": 413 + }, + "minecraft:entity.slime.hurt": { + "id": 414 + }, + "minecraft:entity.slime.jump": { + "id": 415 + }, + "minecraft:entity.slime.squish": { + "id": 416 + }, + "minecraft:entity.small_magmacube.death": { + "id": 417 + }, + "minecraft:entity.small_magmacube.hurt": { + "id": 418 + }, + "minecraft:entity.small_magmacube.squish": { + "id": 419 + }, + "minecraft:entity.small_slime.death": { + "id": 420 + }, + "minecraft:entity.small_slime.hurt": { + "id": 421 + }, + "minecraft:entity.small_slime.jump": { + "id": 422 + }, + "minecraft:entity.small_slime.squish": { + "id": 423 + }, + "minecraft:entity.snowball.throw": { + "id": 424 + }, + "minecraft:entity.snowman.ambient": { + "id": 425 + }, + "minecraft:entity.snowman.death": { + "id": 426 + }, + "minecraft:entity.snowman.hurt": { + "id": 427 + }, + "minecraft:entity.snowman.shoot": { + "id": 428 + }, + "minecraft:entity.spider.ambient": { + "id": 429 + }, + "minecraft:entity.spider.death": { + "id": 430 + }, + "minecraft:entity.spider.hurt": { + "id": 431 + }, + "minecraft:entity.spider.step": { + "id": 432 + }, + "minecraft:entity.splash_potion.break": { + "id": 433 + }, + "minecraft:entity.splash_potion.throw": { + "id": 434 + }, + "minecraft:entity.squid.ambient": { + "id": 435 + }, + "minecraft:entity.squid.death": { + "id": 436 + }, + "minecraft:entity.squid.hurt": { + "id": 437 + }, + "minecraft:entity.stray.ambient": { + "id": 438 + }, + "minecraft:entity.stray.death": { + "id": 439 + }, + "minecraft:entity.stray.hurt": { + "id": 440 + }, + "minecraft:entity.stray.step": { + "id": 441 + }, + "minecraft:entity.tnt.primed": { + "id": 442 + }, + "minecraft:entity.vex.ambient": { + "id": 443 + }, + "minecraft:entity.vex.charge": { + "id": 444 + }, + "minecraft:entity.vex.death": { + "id": 445 + }, + "minecraft:entity.vex.hurt": { + "id": 446 + }, + "minecraft:entity.villager.ambient": { + "id": 447 + }, + "minecraft:entity.villager.death": { + "id": 448 + }, + "minecraft:entity.villager.hurt": { + "id": 449 + }, + "minecraft:entity.villager.no": { + "id": 450 + }, + "minecraft:entity.villager.trading": { + "id": 451 + }, + "minecraft:entity.villager.yes": { + "id": 452 + }, + "minecraft:entity.vindication_illager.ambient": { + "id": 453 + }, + "minecraft:entity.vindication_illager.death": { + "id": 454 + }, + "minecraft:entity.vindication_illager.hurt": { + "id": 455 + }, + "minecraft:entity.witch.ambient": { + "id": 456 + }, + "minecraft:entity.witch.death": { + "id": 457 + }, + "minecraft:entity.witch.drink": { + "id": 458 + }, + "minecraft:entity.witch.hurt": { + "id": 459 + }, + "minecraft:entity.witch.throw": { + "id": 460 + }, + "minecraft:entity.wither.ambient": { + "id": 461 + }, + "minecraft:entity.wither.break_block": { + "id": 462 + }, + "minecraft:entity.wither.death": { + "id": 463 + }, + "minecraft:entity.wither.hurt": { + "id": 464 + }, + "minecraft:entity.wither.shoot": { + "id": 465 + }, + "minecraft:entity.wither.spawn": { + "id": 466 + }, + "minecraft:entity.wither_skeleton.ambient": { + "id": 467 + }, + "minecraft:entity.wither_skeleton.death": { + "id": 468 + }, + "minecraft:entity.wither_skeleton.hurt": { + "id": 469 + }, + "minecraft:entity.wither_skeleton.step": { + "id": 470 + }, + "minecraft:entity.wolf.ambient": { + "id": 471 + }, + "minecraft:entity.wolf.death": { + "id": 472 + }, + "minecraft:entity.wolf.growl": { + "id": 473 + }, + "minecraft:entity.wolf.howl": { + "id": 474 + }, + "minecraft:entity.wolf.hurt": { + "id": 475 + }, + "minecraft:entity.wolf.pant": { + "id": 476 + }, + "minecraft:entity.wolf.shake": { + "id": 477 + }, + "minecraft:entity.wolf.step": { + "id": 478 + }, + "minecraft:entity.wolf.whine": { + "id": 479 + }, + "minecraft:entity.zombie.ambient": { + "id": 480 + }, + "minecraft:entity.zombie.attack_door_wood": { + "id": 481 + }, + "minecraft:entity.zombie.attack_iron_door": { + "id": 482 + }, + "minecraft:entity.zombie.break_door_wood": { + "id": 483 + }, + "minecraft:entity.zombie.death": { + "id": 484 + }, + "minecraft:entity.zombie.hurt": { + "id": 485 + }, + "minecraft:entity.zombie.infect": { + "id": 486 + }, + "minecraft:entity.zombie.step": { + "id": 487 + }, + "minecraft:entity.zombie_horse.ambient": { + "id": 488 + }, + "minecraft:entity.zombie_horse.death": { + "id": 489 + }, + "minecraft:entity.zombie_horse.hurt": { + "id": 490 + }, + "minecraft:entity.zombie_pig.ambient": { + "id": 491 + }, + "minecraft:entity.zombie_pig.angry": { + "id": 492 + }, + "minecraft:entity.zombie_pig.death": { + "id": 493 + }, + "minecraft:entity.zombie_pig.hurt": { + "id": 494 + }, + "minecraft:entity.zombie_villager.ambient": { + "id": 495 + }, + "minecraft:entity.zombie_villager.converted": { + "id": 496 + }, + "minecraft:entity.zombie_villager.cure": { + "id": 497 + }, + "minecraft:entity.zombie_villager.death": { + "id": 498 + }, + "minecraft:entity.zombie_villager.hurt": { + "id": 499 + }, + "minecraft:entity.zombie_villager.step": { + "id": 500 + }, + "minecraft:item.armor.equip_chain": { + "id": 501 + }, + "minecraft:item.armor.equip_diamond": { + "id": 502 + }, + "minecraft:item.armor.equip_elytra": { + "id": 503 + }, + "minecraft:item.armor.equip_generic": { + "id": 504 + }, + "minecraft:item.armor.equip_gold": { + "id": 505 + }, + "minecraft:item.armor.equip_iron": { + "id": 506 + }, + "minecraft:item.armor.equip_leather": { + "id": 507 + }, + "minecraft:item.bottle.empty": { + "id": 508 + }, + "minecraft:item.bottle.fill": { + "id": 509 + }, + "minecraft:item.bottle.fill_dragonbreath": { + "id": 510 + }, + "minecraft:item.bucket.empty": { + "id": 511 + }, + "minecraft:item.bucket.empty_lava": { + "id": 512 + }, + "minecraft:item.bucket.fill": { + "id": 513 + }, + "minecraft:item.bucket.fill_lava": { + "id": 514 + }, + "minecraft:item.chorus_fruit.teleport": { + "id": 515 + }, + "minecraft:item.elytra.flying": { + "id": 516 + }, + "minecraft:item.firecharge.use": { + "id": 517 + }, + "minecraft:item.flintandsteel.use": { + "id": 518 + }, + "minecraft:item.hoe.till": { + "id": 519 + }, + "minecraft:item.shield.block": { + "id": 520 + }, + "minecraft:item.shield.break": { + "id": 521 + }, + "minecraft:item.shovel.flatten": { + "id": 522 + }, + "minecraft:item.totem.use": { + "id": 523 + }, + "minecraft:music.creative": { + "id": 524 + }, + "minecraft:music.credits": { + "id": 525 + }, + "minecraft:music.dragon": { + "id": 526 + }, + "minecraft:music.end": { + "id": 527 + }, + "minecraft:music.game": { + "id": 528 + }, + "minecraft:music.menu": { + "id": 529 + }, + "minecraft:music.nether": { + "id": 530 + }, + "minecraft:record.11": { + "id": 531 + }, + "minecraft:record.13": { + "id": 532 + }, + "minecraft:record.blocks": { + "id": 533 + }, + "minecraft:record.cat": { + "id": 534 + }, + "minecraft:record.chirp": { + "id": 535 + }, + "minecraft:record.far": { + "id": 536 + }, + "minecraft:record.mall": { + "id": 537 + }, + "minecraft:record.mellohi": { + "id": 538 + }, + "minecraft:record.stal": { + "id": 539 + }, + "minecraft:record.strad": { + "id": 540 + }, + "minecraft:record.wait": { + "id": 541 + }, + "minecraft:record.ward": { + "id": 542 + }, + "minecraft:ui.button.click": { + "id": 543 + }, + "minecraft:ui.toast.in": { + "id": 544 + }, + "minecraft:ui.toast.out": { + "id": 545 + }, + "minecraft:ui.toast.challenge_complete": { + "id": 546 + }, + "minecraft:weather.rain": { + "id": 547 + }, + "minecraft:weather.rain.above": { + "id": 548 + } +} \ No newline at end of file diff --git a/1.8.9/entities.json b/1.8.9/entities.json new file mode 100644 index 0000000..3193573 --- /dev/null +++ b/1.8.9/entities.json @@ -0,0 +1,508 @@ +{ + "ghast": { + "width": 4, + "data": { + "GHAST_IS_ATTACKING": 16 + }, + "id": 56, + "height": 4 + }, + "skeleton": { + "width": 0.6, + "data": { + "LEGACY_SKELETON_TYPE": 13 + }, + "id": 51, + "height": 1.95 + }, + "minecart": { + "width": 0.98, + "data": { + "MINECART_HURT": 17, + "MINECART_HURT_DIRECTION": 18, + "MINECART_DAMAGE_TAKEN": 19, + "MINECART_BLOCK_ID": 20, + "MINECART_SHOW_BLOCK": 22, + "MINECART_BLOCK_Y_OFFSET": 21 + }, + "id": 42, + "height": 0.7 + }, + "endermite": { + "width": 0.4, + "id": 67, + "height": 0.3 + }, + "squid": { + "width": 0.95, + "id": 94, + "height": 0.95 + }, + "spawner_minecart": { + "width": 0.98, + "id": 47, + "height": 0.7 + }, + "spider": { + "width": 1.4, + "data": { + "SPIDER_FLAGS": 13 + }, + "id": 52, + "height": 0.9 + }, + "pig": { + "width": 0.9, + "data": { + "PIG_HAS_SADDLE": 16 + }, + "id": 90, + "height": 0.9 + }, + "command_block_minecart": { + "width": 0.98, + "data": { + "MINECART_COMMAND_BLOCK_LAST_OUTPUT": 24, + "MINECART_COMMAND_BLOCK_COMMAND": 23 + }, + "id": 40, + "height": 0.7 + }, + "armor_stand": { + "width": 0.5, + "data": { + "ARMOR_STAND_LEFT_LAG_ROTATION": 15, + "ARMOR_STAND_HEAD_ROTATION": 11, + "ARMOR_STAND_RIGHT_ARM_ROTATION": 14, + "ARMOR_STAND_FLAGS": 10, + "ARMOR_STAND_RIGHT_LAG_ROTATION": 16, + "ARMOR_STAND_LEFT_ARM_ROTATION": 13, + "ARMOR_STAND_BODY_ROTATION": 12 + }, + "id": 30, + "height": 1.975 + }, + "zombie_pigman": { + "width": 0.6, + "id": 57, + "height": 1.95 + }, + "mooshroom": { + "width": 0.9, + "id": 96, + "height": 1.3 + }, + "ocelot": { + "width": 0.6, + "data": { + "LEGACY_OCELOT_TYPE": 18 + }, + "id": 98, + "height": 0.7 + }, + "magma_cube": { + "width": 0.51000005, + "id": 62, + "height": 0.51000005 + }, + "chicken": { + "width": 0.4, + "id": 93, + "height": 0.7 + }, + "boat": { + "width": 1.5, + "data": { + "BOAT_HURT_DIRECTION": 18, + "BOAT_DAMAGE_TAKEN": 19, + "BOAT_HURT": 17 + }, + "id": 41, + "height": 0.6 + }, + "small_fireball": { + "width": 0.3125, + "id": 13, + "height": 0.3125 + }, + "elder_guardian": { + "width": 1.9975, + "id": 4, + "height": 1.9975 + }, + "giant": { + "width": 3.6, + "id": 53, + "height": 11.7 + }, + "silverfish": { + "width": 0.4, + "id": 60, + "height": 0.3 + }, + "creeper": { + "width": 0.6, + "data": { + "CREEPER_IS_IGNITED": 18, + "CREEPER_STATE": 16, + "CREEPER_IS_CHARGED": 17 + }, + "id": 50, + "height": 1.8 + }, + "tnt_minecart": { + "width": 0.98, + "id": 45, + "height": 0.7 + }, + "wither_skull": { + "width": 0.3125, + "data": { + "WITHER_SKULL_DANGEROUS": 10 + }, + "id": 19, + "height": 0.3125 + }, + "chest_minecart": { + "width": 0.98, + "id": 43, + "height": 0.7 + }, + "Tameable": { + "data": { + "TAMABLE_ENTITY_FLAGS": 16, + "LEGACY_AGEABLE_OWNER_NAME": 17 + } + }, + "blaze": { + "width": 0.6, + "data": { + "BLAZE_FLAGS": 16 + }, + "id": 61, + "height": 1.8 + }, + "Ageable": { + "data": { + "LEGACY_AGEABLE_ENTITY_AGE": 12 + } + }, + "cave_spider": { + "width": 0.7, + "id": 59, + "height": 0.5 + }, + "ender_dragon": { + "width": 16, + "id": 63, + "height": 8 + }, + "sheep": { + "width": 0.9, + "data": { + "SHEEP_FLAGS": 16 + }, + "id": 91, + "height": 1.3 + }, + "snow_golem": { + "width": 0.7, + "id": 97, + "height": 1.9 + }, + "potion": { + "width": 0.25, + "id": 16, + "height": 0.25 + }, + "item_frame": { + "width": 1, + "data": { + "ITEM_FRAME_ITEM": 8, + "ITEM_FRAME_ROTATION": 9 + }, + "id": 18, + "height": 1 + }, + "enderman": { + "width": 0.6, + "data": { + "LEGACY_ENDERMAN_CARRIED_BLOCK_DATA": 17, + "LEGACY_ENDERMAN_CARRIED_BLOCK": 16, + "ENDERMAN_IS_SCREAMING": 18 + }, + "id": 58, + "height": 2.9 + }, + "ender_pearl": { + "width": 0.25, + "id": 14, + "height": 0.25 + }, + "guardian": { + "width": 0.85, + "data": { + "LEGACY_GUARDIAN_FLAGS": 16, + "GUARDIAN_TARGET_ENTITY_ID": 17 + }, + "id": 68, + "height": 0.85 + }, + "villager": { + "width": 0.6, + "data": { + "LEGACY_VILLAGE_PROFESSION": 16 + }, + "id": 120, + "height": 1.8 + }, + "fishing_bobber": { + "width": 0.25, + "height": 0.25 + }, + "zombie_villager": { + "width": 0.6, + "data": { + "ZOMBIE_VILLAGER_IS_CONVERTING": 14 + }, + "id": 27, + "height": 1.95 + }, + "horse": { + "width": 1.4, + "data": { + "HORSE_VARIANT": 20, + "ABSTRACT_HORSE_FLAGS": 16, + "LEGACY_HORSE_SPECIAL_TYPE": 19, + "LEGACY_HORSE_OWNER_NAME": 21, + "LEGACY_HORSE_ARMOR": 22 + }, + "id": 100, + "height": 1.6 + }, + "falling_block": { + "width": 0.98, + "id": 21, + "height": 0.98 + }, + "mule": { + "width": 1.4, + "id": 32, + "height": 1.6 + }, + "zombie": { + "width": 0.6, + "data": { + "ZOMBIE_SPECIAL_TYPE": 13, + "ZOMBIE_IS_BABY": 12 + }, + "id": 54, + "height": 1.95 + }, + "iron_golem": { + "width": 1.4, + "data": { + "IRON_GOLEM_FLAGS": 18 + }, + "id": 99, + "height": 2.9 + }, + "snowball": { + "width": 0.25, + "id": 11, + "height": 0.25 + }, + "witch": { + "width": 0.6, + "data": { + "LEGACY_WITCH_IS_AGGRESSIVE": 21 + }, + "id": 66, + "height": 1.95 + }, + "rabbit": { + "width": 0.6, + "data": { + "RABBIT_VARIANT": 18 + }, + "id": 101, + "height": 0.7 + }, + "leash_knot": { + "width": 0.5, + "id": 8, + "height": 0.5 + }, + "end_crystal": { + "width": 2, + "data": { + "LEGACY_END_CRYSTAL_HEALTH": 8 + }, + "id": 200, + "height": 2 + }, + "experience_orb": { + "width": 0.5, + "id": 2, + "height": 0.5 + }, + "LivingEntity": { + "data": { + "LIVING_ENTITY_HEALTH": 6, + "LIVING_ENTITY_EFFECT_AMBIENCE": 8, + "LIVING_ENTITY_EFFECT_COLOR": 7, + "LEGACY_LIVING_ENTITY_AI_DISABLED": 15, + "LIVING_ENTITY_ARROW_COUNT": 9 + } + }, + "donkey": { + "width": 1.4, + "id": 31, + "height": 1.6 + }, + "furnace_minecart": { + "width": 0.98, + "data": { + "MINECART_FURNACE_HAS_FUEL": 16 + }, + "id": 44, + "height": 0.7 + }, + "tnt": { + "width": 0.98, + "id": 20, + "height": 0.98 + }, + "bat": { + "width": 0.5, + "data": { + "BAT_FLAGS": 16 + }, + "id": 65, + "height": 0.9 + }, + "cow": { + "width": 0.9, + "id": 92, + "height": 1.3 + }, + "player": { + "width": 0.6, + "data": { + "PLAYER_SCORE": 18, + "PLAYER_SKIN_PARTS_FLAGS": 10, + "PLAYER_ABSORPTION_HEARTS": 17 + }, + "height": 1.8 + }, + "egg": { + "width": 0.25, + "id": 7, + "height": 0.25 + }, + "painting": { + "width": 1, + "id": 9, + "height": 1 + }, + "eye_of_ender": { + "width": 0.25, + "id": 15, + "height": 0.25 + }, + "Entity": { + "data": { + "ENTITY_CUSTOM_NAME_VISIBLE": 3, + "ENTITY_FLAGS": 0, + "ENTITY_AIR_SUPPLY": 1, + "ENTITY_CUSTOM_NAME": 2 + } + }, + "item": { + "width": 0.25, + "data": { + "ITEM_ITEM": 10 + }, + "id": 1, + "height": 0.25 + }, + "wither": { + "width": 0.9, + "data": { + "WITHER_BOSS_CENTER_HEAD_TARGET_ENTITY_ID": 17, + "WITHER_BOSS_INVULNERABLE_TIME": 20, + "WITHER_BOSS_LEFT_HEAD_TARGET_ENTITY_ID": 18, + "WITHER_BOSS_RIGHT_HEAD_TARGET_ENTITY_ID": 19 + }, + "id": 64, + "height": 3.5 + }, + "wolf": { + "width": 0.6, + "data": { + "WOLF_COLLAR_COLOR": 20, + "WOLF_IS_BEGGING": 19, + "WOLF_HEALTH": 18 + }, + "id": 95, + "height": 0.8 + }, + "hopper_minecart": { + "width": 0.98, + "id": 46, + "height": 0.7 + }, + "arrow": { + "width": 0.5, + "data": { + "ABSTRACT_ARROW_FLAGS": 16 + }, + "id": 10, + "height": 0.5 + }, + "experience_bottle": { + "width": 0.25, + "id": 17, + "height": 0.25 + }, + "wither_skeleton": { + "width": 0.72, + "id": 5, + "height": 2.535 + }, + "zombie_horse": { + "width": 1.4, + "id": 29, + "height": 1.6 + }, + "skeleton_horse": { + "width": 1.4, + "id": 28, + "height": 1.6 + }, + "fireball": { + "width": 1, + "id": 12, + "height": 1 + }, + "slime": { + "width": 0.51000005, + "data": { + "SLIME_SIZE": 16 + }, + "id": 55, + "height": 0.51000005 + }, + "firework_rocket": { + "width": 0.25, + "data": { + "FIREWORK_ROCKET_ENTITY_ITEM": 8 + }, + "id": 22, + "height": 0.25 + }, + "lightning_bolt": { + "width": 0, + "height": 0 + } +} diff --git a/ReadME.md b/ReadME.md new file mode 100644 index 0000000..236fe06 --- /dev/null +++ b/ReadME.md @@ -0,0 +1,32 @@ +# Minosoft Meta +This repository is (currently) for pre-flattening data for [Minosoft](https://gitlab.bixilon.de/bixilon/Minosoft). + + +## Versions +Generally minosoft tries to use the version that is best suited. Because the ids of blocks, ... are really reliable, most things are defined in a fallback folder (`_`). However entities (especially their data) received a major change in 1.9, in a way where it needs to get extracted (its a good thing, however bad for us). Therefore that data is put on hold, and when pixlyzer is ported to a lower version (there is an experimental version for 1.12.2, but forget about it, I just used it for entity data) that data might be used. + + +## Support +This repository targets version versions from the early beginning (since ids where introduced) until 1.12.2, specifically 17w46a. However nobody bothers about old snapshots or old versions, I will only support `1.7.10`, `1.8.9` and `1.12.2`. Feel free to write custom mappings for any version you need, I will merge them. + +## Usage +This repository itself has nothing todo with minosoft, the data can be used for any other project (beware of the license). So updates/changes don't require changes in code, they only need to get compiled and the assets index needs to be updates in minosoft. + + +## Compiling +This repository just contains beautified mappings. However they are not that usable (in a backwards compatible way), so I wrote a custom "compiler", that creates an assets index, compresses and converts the data (into [mbf](https://gitlab.bixilon.de/bixilon/mbf-specification). The assets index can the be used to list all available data and calculate the best matching version for it. + + +## Publishing +All compiled data is published into another repository ([minosoft-meta-bin](https://gitlab.bixilon.de/bixilon/minosoft-meta-bin)). Feel free to acquire the compiled data there. + + +## Handling name changes +All names from versions of 1.13+ are preferred over the old names. + + +## Source +You might think, wow, this data is insane, I really need that. From where do you have that data? The answer might sound stupid, but most of it is hand written. Some data was extracted with pixlyzer, but not much. So the source is minecraft with (`F3`+`H`) and `/setblock` and the [minecraft wiki](https://minecraft.fandom.com/wiki/Minecraft_Wiki). I am crazy, I know. + + +correcting: (1.7k ~ id 44) diff --git a/_/biomes.json b/_/biomes.json new file mode 100644 index 0000000..3936bba --- /dev/null +++ b/_/biomes.json @@ -0,0 +1,514 @@ +{ + "minecraft:ocean": { + "id": 0, + "depth": -1.0, + "scale": 0.1, + "temperature": 0.5, + "downfall": 0.5, + "sky_color": 8103167 + }, + "minecraft:plains": { + "id": 1, + "depth": 0.125, + "scale": 0.05, + "temperature": 0.8, + "downfall": 0.4, + "sky_color": 7907327 + }, + "minecraft:desert": { + "id": 2, + "depth": 0.125, + "scale": 0.05, + "temperature": 2.0, + "downfall": 0.0, + "sky_color": 7254527 + }, + "minecraft:mountains": { + "id": 3, + "depth": 1.0, + "scale": 0.5, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:forest": { + "id": 4, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.7, + "downfall": 0.8, + "sky_color": 7972607 + }, + "minecraft:taiga": { + "id": 5, + "depth": 0.2, + "scale": 0.2, + "temperature": 0.25, + "downfall": 0.8, + "sky_color": 8233983 + }, + "minecraft:swamp": { + "id": 6, + "depth": -0.2, + "scale": 0.1, + "water_color": 14745518, + "temperature": 0.8, + "downfall": 0.9, + "foliage_color_override": 6975545, + "sky_color": 7907327 + }, + "minecraft:river": { + "id": 7, + "depth": -0.5, + "scale": 0.0, + "temperature": 0.5, + "downfall": 0.5, + "sky_color": 8103167 + }, + "minecraft:nether": { + "id": 8, + "depth": 0.1, + "scale": 0.2, + "temperature": 2.0, + "downfall": 0.0, + "sky_color": 7254527 + }, + "minecraft:the_end": { + "id": 9, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.5, + "downfall": 0.5, + "sky_color": 0 + }, + "minecraft:frozen_ocean": { + "id": 10, + "depth": -1.0, + "scale": 0.1, + "temperature": 0.0, + "downfall": 0.5, + "sky_color": 8364543 + }, + "minecraft:frozen_river": { + "id": 11, + "depth": -0.5, + "scale": 0.0, + "temperature": 0.0, + "downfall": 0.5, + "sky_color": 8364543 + }, + "minecraft:snowy_tundra": { + "id": 12, + "depth": 0.125, + "scale": 0.05, + "temperature": 0.0, + "downfall": 0.5, + "sky_color": 8364543 + }, + "minecraft:snowy_mountains": { + "id": 13, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.0, + "downfall": 0.5, + "sky_color": 8364543 + }, + "minecraft:mushroom_fields": { + "id": 14, + "depth": 0.2, + "scale": 0.3, + "temperature": 0.9, + "downfall": 1.0, + "sky_color": 7842047 + }, + "minecraft:mushroom_field_shore": { + "id": 15, + "depth": 0.0, + "scale": 0.025, + "temperature": 0.9, + "downfall": 1.0, + "sky_color": 7842047 + }, + "minecraft:beach": { + "id": 16, + "depth": 0.0, + "scale": 0.025, + "temperature": 0.8, + "downfall": 0.4, + "sky_color": 7907327 + }, + "minecraft:desert_hills": { + "id": 17, + "depth": 0.45, + "scale": 0.3, + "temperature": 2.0, + "downfall": 0.0, + "sky_color": 7254527 + }, + "minecraft:wooded_hills": { + "id": 18, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.7, + "downfall": 0.8, + "sky_color": 7972607 + }, + "minecraft:taiga_hills": { + "id": 19, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.25, + "downfall": 0.8, + "sky_color": 8233983 + }, + "minecraft:mountain_edge": { + "id": 20, + "depth": 0.8, + "scale": 0.3, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:jungle": { + "id": 21, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.95, + "downfall": 0.9, + "sky_color": 7842047 + }, + "minecraft:jungle_hills": { + "id": 22, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.95, + "downfall": 0.9, + "sky_color": 7842047 + }, + "minecraft:jungle_edge": { + "id": 23, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.95, + "downfall": 0.8, + "sky_color": 7842047 + }, + "minecraft:deep_ocean": { + "id": 24, + "depth": -1.8, + "scale": 0.1, + "temperature": 0.5, + "downfall": 0.5, + "sky_color": 8103167 + }, + "minecraft:stone_shore": { + "id": 25, + "depth": 0.1, + "scale": 0.8, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:snowy_beach": { + "id": 26, + "depth": 0.0, + "scale": 0.025, + "temperature": 0.05, + "downfall": 0.3, + "sky_color": 8364543 + }, + "minecraft:birch_forest": { + "id": 27, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.6, + "downfall": 0.6, + "sky_color": 8037887 + }, + "minecraft:birch_forest_hills": { + "id": 28, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.6, + "downfall": 0.6, + "sky_color": 8037887 + }, + "minecraft:dark_forest": { + "id": 29, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.7, + "downfall": 0.8, + "sky_color": 7972607 + }, + "minecraft:snowy_taiga": { + "id": 30, + "depth": 0.2, + "scale": 0.2, + "temperature": -0.5, + "downfall": 0.4, + "sky_color": 8625919 + }, + "minecraft:snowy_taiga_hills": { + "id": 31, + "depth": 0.45, + "scale": 0.3, + "temperature": -0.5, + "downfall": 0.4, + "sky_color": 8625919 + }, + "minecraft:giant_tree_taiga": { + "id": 32, + "depth": 0.2, + "scale": 0.2, + "temperature": 0.3, + "downfall": 0.8, + "sky_color": 8168447 + }, + "minecraft:giant_tree_taiga_hills": { + "id": 33, + "depth": 0.45, + "scale": 0.3, + "temperature": 0.3, + "downfall": 0.8, + "sky_color": 8168447 + }, + "minecraft:wooded_mountains": { + "id": 34, + "depth": 1.0, + "scale": 0.5, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:savanna": { + "id": 35, + "depth": 0.125, + "scale": 0.05, + "temperature": 1.2, + "downfall": 0.0, + "sky_color": 7711487 + }, + "minecraft:savanna_plateau": { + "id": 36, + "depth": 1.5, + "scale": 0.025, + "temperature": 1.0, + "downfall": 0.0, + "sky_color": 7776511 + }, + "minecraft:badlands": { + "id": 37, + "depth": 0.1, + "scale": 0.2, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + }, + "minecraft:wooded_badlands_plateau": { + "id": 38, + "depth": 1.5, + "scale": 0.025, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + }, + "minecraft:badlands_plateau": { + "id": 39, + "depth": 1.5, + "scale": 0.025, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + }, + "minecraft:the_void": { + "id": 127, + "depth": 0.1, + "scale": 0.2, + "temperature": 0.5, + "downfall": 0.5, + "sky_color": 8103167 + }, + "minecraft:sunflower_plains": { + "id": 129, + "depth": 0.125, + "scale": 0.05, + "temperature": 0.8, + "downfall": 0.4, + "sky_color": 7907327 + }, + "minecraft:desert_lakes": { + "id": 130, + "depth": 0.225, + "scale": 0.25, + "temperature": 2.0, + "downfall": 0.0, + "sky_color": 7254527 + }, + "minecraft:gravelly_mountains": { + "id": 131, + "depth": 1.0, + "scale": 0.5, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:flower_forest": { + "id": 132, + "depth": 0.1, + "scale": 0.4, + "temperature": 0.7, + "downfall": 0.8, + "sky_color": 7972607 + }, + "minecraft:taiga_mountains": { + "id": 133, + "depth": 0.3, + "scale": 0.4, + "temperature": 0.25, + "downfall": 0.8, + "sky_color": 8233983 + }, + "minecraft:swamp_hills": { + "id": 134, + "depth": -0.1, + "scale": 0.3, + "water_color": 14745518, + "temperature": 0.8, + "downfall": 0.9, + "foliage_color_override": 6975545, + "sky_color": 7907327 + }, + "minecraft:ice_spikes": { + "id": 140, + "depth": 0.425, + "scale": 0.45000002, + "temperature": 0.0, + "downfall": 0.5, + "sky_color": 8364543 + }, + "minecraft:modified_jungle": { + "id": 149, + "depth": 0.2, + "scale": 0.4, + "temperature": 0.95, + "downfall": 0.9, + "sky_color": 7842047 + }, + "minecraft:modified_jungle_edge": { + "id": 151, + "depth": 0.2, + "scale": 0.4, + "temperature": 0.95, + "downfall": 0.8, + "sky_color": 7842047 + }, + "minecraft:tall_birch_forest": { + "id": 155, + "depth": 0.2, + "scale": 0.4, + "temperature": 0.6, + "downfall": 0.6, + "sky_color": 8037887 + }, + "minecraft:tall_birch_hills": { + "id": 156, + "depth": 0.55, + "scale": 0.5, + "temperature": 0.6, + "downfall": 0.6, + "sky_color": 8037887 + }, + "minecraft:dark_forest_hills": { + "id": 157, + "depth": 0.2, + "scale": 0.4, + "temperature": 0.7, + "downfall": 0.8, + "sky_color": 7972607 + }, + "minecraft:snowy_taiga_mountains": { + "id": 158, + "depth": 0.3, + "scale": 0.4, + "temperature": -0.5, + "downfall": 0.4, + "sky_color": 8625919 + }, + "minecraft:giant_spruce_taiga": { + "id": 160, + "depth": 0.2, + "scale": 0.2, + "temperature": 0.25, + "downfall": 0.8, + "sky_color": 8233983 + }, + "minecraft:giant_spruce_taiga_hills": { + "id": 161, + "depth": 0.2, + "scale": 0.2, + "temperature": 0.25, + "downfall": 0.8, + "sky_color": 8233983 + }, + "minecraft:modified_gravelly_mountains": { + "id": 162, + "depth": 1.0, + "scale": 0.5, + "temperature": 0.2, + "downfall": 0.3, + "sky_color": 8233727 + }, + "minecraft:shattered_savanna": { + "id": 163, + "depth": 0.3625, + "scale": 1.225, + "temperature": 1.1, + "downfall": 0.0, + "sky_color": 7776767 + }, + "minecraft:shattered_savanna_plateau": { + "id": 164, + "depth": 1.05, + "scale": 1.2125001, + "temperature": 1.0, + "downfall": 0.0, + "sky_color": 7776511 + }, + "minecraft:eroded_badlands": { + "id": 165, + "depth": 0.1, + "scale": 0.2, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + }, + "minecraft:modified_wooded_badlands_plateau": { + "id": 166, + "depth": 0.45, + "scale": 0.3, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + }, + "minecraft:modified_badlands_plateau": { + "id": 167, + "depth": 0.45, + "scale": 0.3, + "temperature": 2.0, + "downfall": 0.0, + "foliage_color_override": 10387789, + "grass_color_override": 9470285, + "sky_color": 7254527 + } +} diff --git a/_/blocks.json b/_/blocks.json new file mode 100644 index 0000000..beeeae4 --- /dev/null +++ b/_/blocks.json @@ -0,0 +1,12725 @@ +{ + "stone":{ + "id":1, + "meta":0 + }, + "granite":{ + "id":1, + "meta":1 + }, + "polished_granite":{ + "id":1, + "meta":2 + }, + "diorite":{ + "id":1, + "meta":3 + }, + "polished_diorite":{ + "id":1, + "meta":4 + }, + "andesite":{ + "id":1, + "meta":5 + }, + "polished_andesite":{ + "id":1, + "meta":6 + }, + "grass":{ + "id":2, + "meta":0 + }, + "dirt":{ + "id":3, + "meta":0 + }, + "coarse_dirt":{ + "id":3, + "meta":1 + }, + "podzol":{ + "id":3, + "meta":2 + }, + "cobblestone":{ + "id":4 + }, + "oak_planks":{ + "id":5, + "meta":0 + }, + "spruce_planks":{ + "id":5, + "meta":1 + }, + "birch_planks":{ + "id":5, + "meta":2 + }, + "jungle_planks":{ + "id":5, + "meta":3 + }, + "acacia_planks":{ + "id":5, + "meta":4 + }, + "dark_oak_planks":{ + "id":5, + "meta":5 + }, + "oak_sapling":{ + "states":[ + { + "id":6, + "meta":0, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":8, + "properties":{ + "stage":1 + } + } + ] + }, + "spruce_sapling":{ + "states":[ + { + "id":6, + "meta":1, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":9, + "properties":{ + "stage":1 + } + } + ] + }, + "birch_sapling":{ + "states":[ + { + "id":6, + "meta":2, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":10, + "properties":{ + "stage":1 + } + } + ] + }, + "jungle_sapling":{ + "states":[ + { + "id":6, + "meta":3, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":11, + "properties":{ + "stage":1 + } + } + ] + }, + "acacia_sapling":{ + "states":[ + { + "id":6, + "meta":4, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":12, + "properties":{ + "stage":1 + } + } + ] + }, + "dark_oak_sapling":{ + "states":[ + { + "id":6, + "meta":5, + "properties":{ + "stage":0 + } + }, + { + "id":6, + "meta":13, + "properties":{ + "stage":1 + } + } + ] + }, + "bedrock":{ + "id":7 + }, + "water":{ + "states":[ + { + "id":8, + "meta":0, + "properties":{ + "level":0 + } + }, + { + "id":8, + "meta":1, + "properties":{ + "level":1 + } + }, + { + "id":8, + "meta":2, + "properties":{ + "level":2 + } + }, + { + "id":8, + "meta":3, + "properties":{ + "level":3 + } + }, + { + "id":8, + "meta":4, + "properties":{ + "level":4 + } + }, + { + "id":8, + "meta":5, + "properties":{ + "level":5 + } + }, + { + "id":8, + "meta":6, + "properties":{ + "level":6 + } + }, + { + "id":8, + "meta":7, + "properties":{ + "level":7 + } + }, + { + "id":8, + "meta":8, + "properties":{ + "level":8 + } + }, + { + "id":8, + "meta":9, + "properties":{ + "level":9 + } + }, + { + "id":8, + "meta":10, + "properties":{ + "level":10 + } + }, + { + "id":8, + "meta":11, + "properties":{ + "level":11 + } + }, + { + "id":8, + "meta":12, + "properties":{ + "level":12 + } + }, + { + "id":8, + "meta":13, + "properties":{ + "level":13 + } + }, + { + "id":8, + "meta":14, + "properties":{ + "level":14 + } + }, + { + "id":8, + "meta":15, + "properties":{ + "level":15 + } + } + ] + }, + "lava":{ + "states":[ + { + "id":10, + "meta":0, + "properties":{ + "level":0 + } + }, + { + "id":10, + "meta":1, + "properties":{ + "level":1 + } + }, + { + "id":10, + "meta":2, + "properties":{ + "level":2 + } + }, + { + "id":10, + "meta":3, + "properties":{ + "level":3 + } + }, + { + "id":10, + "meta":4, + "properties":{ + "level":4 + } + }, + { + "id":10, + "meta":5, + "properties":{ + "level":5 + } + }, + { + "id":10, + "meta":6, + "properties":{ + "level":6 + } + }, + { + "id":10, + "meta":7, + "properties":{ + "level":7 + } + }, + { + "id":10, + "meta":8, + "properties":{ + "level":8 + } + }, + { + "id":10, + "meta":10, + "properties":{ + "level":9 + } + }, + { + "id":9, + "meta":10, + "properties":{ + "level":10 + } + }, + { + "id":10, + "meta":11, + "properties":{ + "level":11 + } + }, + { + "id":10, + "meta":12, + "properties":{ + "level":12 + } + }, + { + "id":10, + "meta":13, + "properties":{ + "level":13 + } + }, + { + "id":10, + "meta":14, + "properties":{ + "level":14 + } + }, + { + "id":10, + "meta":15, + "properties":{ + "level":15 + } + } + ] + }, + + "still_water":{ + "states":[ + { + "id":9, + "meta":0, + "properties":{ + "level":0 + } + }, + { + "id":9, + "meta":1, + "properties":{ + "level":1 + } + }, + { + "id":9, + "meta":2, + "properties":{ + "level":2 + } + }, + { + "id":9, + "meta":3, + "properties":{ + "level":3 + } + }, + { + "id":9, + "meta":4, + "properties":{ + "level":4 + } + }, + { + "id":9, + "meta":5, + "properties":{ + "level":5 + } + }, + { + "id":9, + "meta":6, + "properties":{ + "level":6 + } + }, + { + "id":9, + "meta":7, + "properties":{ + "level":7 + } + }, + { + "id":9, + "meta":8, + "properties":{ + "level":8 + } + }, + { + "id":9, + "meta":9, + "properties":{ + "level":9 + } + }, + { + "id":9, + "meta":10, + "properties":{ + "level":10 + } + }, + { + "id":9, + "meta":11, + "properties":{ + "level":11 + } + }, + { + "id":9, + "meta":12, + "properties":{ + "level":12 + } + }, + { + "id":9, + "meta":13, + "properties":{ + "level":13 + } + }, + { + "id":9, + "meta":14, + "properties":{ + "level":14 + } + }, + { + "id":9, + "meta":15, + "properties":{ + "level":15 + } + } + ] + }, + "still_lava":{ + "states":[ + { + "id":11, + "meta":0, + "properties":{ + "level":0 + } + }, + { + "id":11, + "meta":1, + "properties":{ + "level":1 + } + }, + { + "id":11, + "meta":2, + "properties":{ + "level":2 + } + }, + { + "id":11, + "meta":3, + "properties":{ + "level":3 + } + }, + { + "id":11, + "meta":4, + "properties":{ + "level":4 + } + }, + { + "id":11, + "meta":5, + "properties":{ + "level":5 + } + }, + { + "id":11, + "meta":6, + "properties":{ + "level":6 + } + }, + { + "id":11, + "meta":7, + "properties":{ + "level":7 + } + }, + { + "id":11, + "meta":8, + "properties":{ + "level":8 + } + }, + { + "id":11, + "meta":9, + "properties":{ + "level":9 + } + }, + { + "id":11, + "meta":10, + "properties":{ + "level":10 + } + }, + { + "id":11, + "meta":11, + "properties":{ + "level":11 + } + }, + { + "id":11, + "meta":12, + "properties":{ + "level":12 + } + }, + { + "id":11, + "meta":13, + "properties":{ + "level":13 + } + }, + { + "id":11, + "meta":14, + "properties":{ + "level":14 + } + }, + { + "id":11, + "meta":15, + "properties":{ + "level":15 + } + } + ] + }, + "sand":{ + "id":12, + "meta":0 + }, + "red_sand":{ + "id":12, + "meta":1 + }, + "gravel":{ + "id":13, + "meta":0 + }, + "gold_ore":{ + "id":14, + "meta":0 + }, + "iron_ore":{ + "id":15, + "meta":0 + }, + "coal_ore":{ + "id":16, + "meta":0 + }, + "oak_log":{ + "states":[ + { + "id":17, + "meta":4, + "properties":{ + "axis":"x" + } + }, + { + "id":17, + "meta":0, + "properties":{ + "axis":"y" + } + }, + { + "id":17, + "meta":8, + "properties":{ + "axis":"z" + } + } + ] + }, + "spruce_log":{ + "states":[ + { + "id":17, + "meta":5, + "properties":{ + "axis":"x" + } + }, + { + "id":17, + "meta":1, + "properties":{ + "axis":"y" + } + }, + { + "id":17, + "meta":9, + "properties":{ + "axis":"z" + } + } + ] + }, + "birch_log":{ + "states":[ + { + "id":17, + "meta":6, + "properties":{ + "axis":"x" + } + }, + { + "id":17, + "meta":2, + "properties":{ + "axis":"y" + } + }, + { + "id":17, + "meta":10, + "properties":{ + "axis":"z" + } + } + ] + }, + "jungle_log":{ + "states":[ + { + "id":17, + "meta":7, + "properties":{ + "axis":"x" + } + }, + { + "id":17, + "meta":3, + "properties":{ + "axis":"y" + } + }, + { + "id":17, + "meta":11, + "properties":{ + "axis":"z" + } + } + ] + }, + "oak_wood":{ + "id":17, + "meta":12 + }, + "spruce_wood":{ + "id":17, + "meta":13 + }, + "birch_wood":{ + "id":17, + "meta":14 + }, + "jungle_wood":{ + "id":17, + "meta":15 + }, + "oak_leaves":{ + "states":[ + { + "id":18, + "meta":0, + "properties":{ + "persistent":false, + "block_update":false + } + }, + { + "id":18, + "meta":4, + "properties":{ + "persistent":true, + "block_update":false + } + }, + { + "id":18, + "meta":8, + "properties":{ + "persistent":false, + "block_update":true + } + }, + { + "id":18, + "meta":12, + "properties":{ + "persistent":true, + "block_update":true + } + } + ] + }, + "spruce_leaves":{ + "states":[ + { + "id":18, + "meta":1, + "properties":{ + "persistent":false, + "block_update":false + } + }, + { + "id":18, + "meta":5, + "properties":{ + "persistent":true, + "block_update":false + } + }, + { + "id":18, + "meta":9, + "properties":{ + "persistent":false, + "block_update":true + } + }, + { + "id":18, + "meta":13, + "properties":{ + "persistent":true, + "block_update":true + } + } + ] + }, + "birch_leaves":{ + "states":[ + { + "id":18, + "meta":2, + "properties":{ + "persistent":false, + "block_update":false + } + }, + { + "id":18, + "meta":6, + "properties":{ + "persistent":true, + "block_update":false + } + }, + { + "id":18, + "meta":10, + "properties":{ + "persistent":false, + "block_update":true + } + }, + { + "id":18, + "meta":14, + "properties":{ + "persistent":true, + "block_update":true + } + } + ] + }, + "jungle_leaves":{ + "states":[ + { + "id":18, + "meta":3, + "properties":{ + "persistent":false, + "block_update":false + } + }, + { + "id":18, + "meta":7, + "properties":{ + "persistent":true, + "block_update":false + } + }, + { + "id":18, + "meta":11, + "properties":{ + "persistent":false, + "block_update":true + } + }, + { + "id":18, + "meta":15, + "properties":{ + "persistent":true, + "block_update":true + } + } + ] + }, + "sponge":{ + "id":19, + "meta":0 + }, + "wet_sponge":{ + "id":19, + "meta":1 + }, + "glass":{ + "id":20 + }, + "lapis_ore":{ + "id":21 + }, + "lapis_block":{ + "id":22 + }, + "dispenser":{ + "states":[ + { + "id":23, + "meta":0, + "properties":{ + "facing":"down" + } + }, + { + "id":23, + "meta":1, + "properties":{ + "facing":"up" + } + }, + { + "id":23, + "meta":2, + "properties":{ + "facing":"north" + } + }, + { + "id":23, + "meta":3, + "properties":{ + "facing":"south" + } + }, + { + "id":23, + "meta":4, + "properties":{ + "facing":"west" + } + }, + { + "id":23, + "meta":5, + "properties":{ + "facing":"east" + } + } + ] + }, + "sandstone":{ + "id":24, + "meta":0 + }, + "chiseled_sandstone":{ + "id":24, + "meta":1 + }, + "cut_sandstone":{ + "id":24, + "meta":2 + }, + "note_block":{ + "id":25 + }, + "red_bed":{ + "states":[ + { + "id":26, + "meta":0, + "properties":{ + "facing":"south", + "part":"foot" + } + }, + { + "id":26, + "meta":1, + "properties":{ + "facing":"west", + "part":"foot" + } + }, + { + "id":26, + "meta":2, + "properties":{ + "facing":"north", + "part":"foot" + } + }, + { + "id":26, + "meta":3, + "properties":{ + "facing":"east", + "part":"foot" + } + }, + { + "id":26, + "meta":8, + "properties":{ + "facing":"south", + "part":"head" + } + }, + { + "id":26, + "meta":9, + "properties":{ + "facing":"west", + "part":"head" + } + }, + { + "id":26, + "meta":10, + "properties":{ + "facing":"north", + "part":"head" + } + }, + { + "id":26, + "meta":11, + "properties":{ + "facing":"east", + "part":"head" + } + } + ] + }, + "powered_rail":{ + "model": "golden_rail", + "states":[ + { + "id":27, + "meta":0, + "properties":{ + "shape":"north_south", + "powered":false + } + }, + { + "id":27, + "meta":1, + "properties":{ + "shape":"east_west", + "powered":false + } + }, + { + "id":27, + "meta":2, + "properties":{ + "shape":"ascending_east", + "powered":false + } + }, + { + "id":27, + "meta":3, + "properties":{ + "shape":"ascending_west", + "powered":false + } + }, + { + "id":27, + "meta":4, + "properties":{ + "shape":"ascending_north", + "powered":false + } + }, + { + "id":27, + "meta":5, + "properties":{ + "shape":"ascending_south", + "powered":false + } + }, + { + "id":27, + "meta":8, + "properties":{ + "shape":"north_south", + "powered":true + } + }, + { + "id":27, + "meta":9, + "properties":{ + "shape":"east_west", + "powered":true + } + }, + { + "id":27, + "meta":10, + "properties":{ + "shape":"ascending_east", + "powered":true + } + }, + { + "id":27, + "meta":11, + "properties":{ + "shape":"ascending_west", + "powered":true + } + }, + { + "id":27, + "meta":12, + "properties":{ + "shape":"ascending_north", + "powered":true + } + }, + { + "id":27, + "meta":13, + "properties":{ + "shape":"ascending_south", + "powered":true + } + } + ] + }, + "detector_rail":{ + "states":[ + { + "id":28, + "meta":0, + "properties":{ + "shape":"north_south", + "powered":false + } + }, + { + "id":28, + "meta":1, + "properties":{ + "shape":"east_west", + "powered":false + } + }, + { + "id":28, + "meta":2, + "properties":{ + "shape":"ascending_east", + "powered":false + } + }, + { + "id":28, + "meta":3, + "properties":{ + "shape":"ascending_west", + "powered":false + } + }, + { + "id":28, + "meta":4, + "properties":{ + "shape":"ascending_north", + "powered":false + } + }, + { + "id":28, + "meta":5, + "properties":{ + "shape":"ascending_south", + "powered":false + } + }, + { + "id":28, + "meta":8, + "properties":{ + "shape":"north_south", + "powered":true + } + }, + { + "id":28, + "meta":9, + "properties":{ + "shape":"east_west", + "powered":true + } + }, + { + "id":28, + "meta":10, + "properties":{ + "shape":"ascending_east", + "powered":true + } + }, + { + "id":28, + "meta":11, + "properties":{ + "shape":"ascending_west", + "powered":true + } + }, + { + "id":28, + "meta":12, + "properties":{ + "shape":"ascending_north", + "powered":true + } + }, + { + "id":28, + "meta":13, + "properties":{ + "shape":"ascending_south", + "powered":true + } + } + ] + }, + "sticky_piston":{ + "states":[ + { + "id":29, + "meta":0, + "properties":{ + "facing":"down", + "extended":false + } + }, + { + "id":29, + "meta":1, + "properties":{ + "facing":"up", + "extended":false + } + }, + { + "id":29, + "meta":2, + "properties":{ + "facing":"north", + "extended":false + } + }, + { + "id":29, + "meta":3, + "properties":{ + "facing":"south", + "extended":false + } + }, + { + "id":29, + "meta":4, + "properties":{ + "facing":"west", + "extended":false + } + }, + { + "id":29, + "meta":5, + "properties":{ + "facing":"east", + "extended":false + } + }, + { + "id":29, + "meta":8, + "properties":{ + "facing":"down", + "extended":true + } + }, + { + "id":29, + "meta":9, + "properties":{ + "facing":"up", + "extended":true + } + }, + { + "id":29, + "meta":10, + "properties":{ + "facing":"north", + "extended":true + } + }, + { + "id":29, + "meta":11, + "properties":{ + "facing":"south", + "extended":true + } + }, + { + "id":29, + "meta":12, + "properties":{ + "facing":"west", + "extended":true + } + }, + { + "id":29, + "meta":13, + "properties":{ + "facing":"east", + "extended":true + } + } + ] + }, + "shrub":{ + "id":31, + "meta":0, + "model":"dead_bush" + }, + "tall_grass":{ + "id":31, + "meta":1 + }, + "fern":{ + "id":31, + "meta":2 + }, + "dead_bush":{ + "id":32 + }, + "piston":{ + "states":[ + { + "id":33, + "meta":0, + "properties":{ + "facing":"down", + "extended":false + } + }, + { + "id":33, + "meta":1, + "properties":{ + "facing":"up", + "extended":false + } + }, + { + "id":33, + "meta":2, + "properties":{ + "facing":"north", + "extended":false + } + }, + { + "id":33, + "meta":3, + "properties":{ + "facing":"south", + "extended":false + } + }, + { + "id":33, + "meta":4, + "properties":{ + "facing":"west", + "extended":false + } + }, + { + "id":33, + "meta":5, + "properties":{ + "facing":"east", + "extended":false + } + }, + { + "id":33, + "meta":8, + "properties":{ + "facing":"down", + "extended":true + } + }, + { + "id":33, + "meta":9, + "properties":{ + "facing":"up", + "extended":true + } + }, + { + "id":33, + "meta":10, + "properties":{ + "facing":"north", + "extended":true + } + }, + { + "id":33, + "meta":11, + "properties":{ + "facing":"south", + "extended":true + } + }, + { + "id":33, + "meta":12, + "properties":{ + "facing":"west", + "extended":true + } + }, + { + "id":33, + "meta":13, + "properties":{ + "facing":"east", + "extended":true + } + } + ] + }, + "piston_head":{ + "states":[ + { + "id":34, + "meta":0, + "properties":{ + "facing":"down", + "type":"normal" + } + }, + { + "id":34, + "meta":1, + "properties":{ + "facing":"up", + "type":"normal" + } + }, + { + "id":34, + "meta":2, + "properties":{ + "facing":"north", + "type":"normal" + } + }, + { + "id":34, + "meta":3, + "properties":{ + "facing":"south", + "type":"normal" + } + }, + { + "id":34, + "meta":4, + "properties":{ + "facing":"west", + "type":"normal" + } + }, + { + "id":34, + "meta":5, + "properties":{ + "facing":"east", + "type":"normal" + } + }, + { + "id":34, + "meta":8, + "properties":{ + "facing":"down", + "type":"sticky" + } + }, + { + "id":34, + "meta":9, + "properties":{ + "facing":"up", + "type":"sticky" + } + }, + { + "id":34, + "meta":10, + "properties":{ + "facing":"north", + "type":"sticky" + } + }, + { + "id":34, + "meta":11, + "properties":{ + "facing":"south", + "type":"sticky" + } + }, + { + "id":34, + "meta":12, + "properties":{ + "facing":"west", + "type":"sticky" + } + }, + { + "id":34, + "meta":13, + "properties":{ + "facing":"east", + "type":"sticky" + } + } + ] + }, + "white_wool":{ + "id":35, + "meta":0 + }, + "orange_wool":{ + "id":35, + "meta":1 + }, + "magenta_wool":{ + "id":35, + "meta":2 + }, + "light_blue_wool":{ + "id":35, + "meta":3 + }, + "yellow_wool":{ + "id":35, + "meta":4 + }, + "lime_wool":{ + "id":35, + "meta":5 + }, + "pink_wool":{ + "id":35, + "meta":6 + }, + "gray_wool":{ + "id":35, + "meta":7 + }, + "light_gray_wool":{ + "id":35, + "meta":8 + }, + "cyan_wool":{ + "id":35, + "meta":9 + }, + "purple_wool":{ + "id":35, + "meta":10 + }, + "blue_wool":{ + "id":35, + "meta":11 + }, + "brown_wool":{ + "id":35, + "meta":12 + }, + "green_wool":{ + "id":35, + "meta":13 + }, + "red_wool":{ + "id":35, + "meta":14 + }, + "black_wool":{ + "id":35, + "meta":15 + }, + "piston_extension":{ + "id":36, + "meta":0 + }, + "dandelion":{ + "id":37, + "meta":0 + }, + "poppy":{ + "id":38, + "meta":0 + }, + "blue_orchid":{ + "id":38, + "meta":1 + }, + "allium":{ + "id":38, + "meta":2 + }, + "azure_bluet":{ + "id":38, + "meta":3 + }, + "red_tulip":{ + "id":38, + "meta":4 + }, + "orange_tulip":{ + "id":38, + "meta":5 + }, + "white_tulip":{ + "id":38, + "meta":6 + }, + "pink_tulip":{ + "id":38, + "meta":7 + }, + "oxeye_daisy":{ + "id":38, + "meta":8 + }, + "brown_mushroom":{ + "id":39, + "meta":0 + }, + "red_mushroom":{ + "id":40, + "meta":0 + }, + "gold_block":{ + "id":41, + "meta":0 + }, + "iron_block":{ + "id":42, + "meta":0 + }, + "smooth_stone":{ + "id":43, + "meta":8 + }, + "smooth_sandstone":{ + "id":43, + "meta":9 + }, + "smooth_quartz":{ + "id":43, + "meta":15 + }, + "stone_slab":{ + "states":[ + { + "meta":8, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":0, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":0, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "sandstone_slab":{ + "states":[ + { + "meta":9, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":1, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":1, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "petrified_oak_slab":{ + "states":[ + { + "meta":10, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":2, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":2, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "cobblestone_slab":{ + "states":[ + { + "id":44, + "meta":11, + "properties":{ + "type":"top" + } + }, + { + "id":44, + "meta":3, + "properties":{ + "type":"bottom" + } + }, + { + "id":43, + "meta":3, + "properties":{ + "type":"double" + } + }, + { + "id":43, + "meta":11, + "properties":{ + "type":"double" + } + } + ] + }, + "brick_slab":{ + "states":[ + { + "meta":12, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":4, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":4, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "stone_brick_slab":{ + "states":[ + { + "meta":13, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":5, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":5, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "nether_brick_slab":{ + "states":[ + { + "meta":14, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":6, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":6, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "quartz_slab":{ + "states":[ + { + "meta":15, + "properties":{ + "type":"top" + }, + "id":44 + }, + { + "meta":7, + "properties":{ + "type":"bottom" + }, + "id":44 + }, + { + "meta":7, + "properties":{ + "type":"double" + }, + "id":43 + } + ] + }, + "bricks":{ + "states":[ + { + "id":45, + "properties":{ + "smooth":false + } + }, + { + "meta":12, + "id":43, + "properties":{ + "smooth":true + } + } + ] + }, + "tnt":{ + "id":46, + "meta":0 + }, + "bookshelf":{ + "id":47, + "meta":0 + }, + "mossy_cobblestone":{ + "id":48, + "meta":0 + }, + "obsidian":{ + "id":49, + "meta":0 + }, + "wall_torch":{ + "states":[ + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":50 + }, + { + "meta":2, + "properties":{ + "facing":"east" + }, + "id":50 + }, + { + "meta":3, + "properties":{ + "facing":"north" + }, + "id":50 + }, + { + "meta":4, + "properties":{ + "facing":"south" + }, + "id":50 + } + ] + }, + "torch":{ + "id":50, + "meta":5 + }, + "fire":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":51 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":51 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":51 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":51 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":51 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":51 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":51 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":51 + }, + { + "meta":8, + "properties":{ + "age":8 + }, + "id":51 + }, + { + "meta":9, + "properties":{ + "age":9 + }, + "id":51 + }, + { + "meta":10, + "properties":{ + "age":10 + }, + "id":51 + }, + { + "meta":11, + "properties":{ + "age":11 + }, + "id":51 + }, + { + "meta":12, + "properties":{ + "age":12 + }, + "id":51 + }, + { + "meta":13, + "properties":{ + "age":13 + }, + "id":51 + }, + { + "meta":14, + "properties":{ + "age":14 + }, + "id":51 + }, + { + "meta":15, + "properties":{ + "age":15 + }, + "id":51 + } + ] + }, + "spawner":{ + "id":52, + "meta":0 + }, + "oak_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":53 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":53 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":53 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":53 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":53 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":53 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":53 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":53 + } + ] + }, + "chest":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":54 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":54 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":54 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":54 + } + ] + }, + "redstone_wire":{ + "states":[ + { + "meta":0, + "properties":{ + "power":0 + }, + "id":55 + }, + { + "meta":1, + "properties":{ + "power":1 + }, + "id":55 + }, + { + "meta":2, + "properties":{ + "power":2 + }, + "id":55 + }, + { + "meta":3, + "properties":{ + "power":3 + }, + "id":55 + }, + { + "meta":4, + "properties":{ + "power":4 + }, + "id":55 + }, + { + "meta":5, + "properties":{ + "power":5 + }, + "id":55 + }, + { + "meta":6, + "properties":{ + "power":6 + }, + "id":55 + }, + { + "meta":7, + "properties":{ + "power":7 + }, + "id":55 + }, + { + "meta":8, + "properties":{ + "power":8 + }, + "id":55 + }, + { + "meta":9, + "properties":{ + "power":9 + }, + "id":55 + }, + { + "meta":10, + "properties":{ + "power":10 + }, + "id":55 + }, + { + "meta":11, + "properties":{ + "power":11 + }, + "id":55 + }, + { + "meta":12, + "properties":{ + "power":12 + }, + "id":55 + }, + { + "meta":13, + "properties":{ + "power":13 + }, + "id":55 + }, + { + "meta":14, + "properties":{ + "power":14 + }, + "id":55 + }, + { + "meta":15, + "properties":{ + "power":15 + }, + "id":55 + } + ] + }, + "diamond_ore":{ + "id":56, + "meta":0 + }, + "diamond_block":{ + "id":57, + "meta":0 + }, + "crafting_table":{ + "id":58, + "meta":0 + }, + "wheat":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":59 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":59 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":59 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":59 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":59 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":59 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":59 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":59 + } + ] + }, + "farmland":{ + "states":[ + { + "meta":0, + "properties":{ + "moisture":0 + }, + "id":60 + }, + { + "meta":1, + "properties":{ + "moisture":1 + }, + "id":60 + }, + { + "meta":2, + "properties":{ + "moisture":2 + }, + "id":60 + }, + { + "meta":3, + "properties":{ + "moisture":3 + }, + "id":60 + }, + { + "meta":4, + "properties":{ + "moisture":4 + }, + "id":60 + }, + { + "meta":5, + "properties":{ + "moisture":5 + }, + "id":60 + }, + { + "meta":6, + "properties":{ + "moisture":6 + }, + "id":60 + }, + { + "meta":7, + "properties":{ + "moisture":7 + }, + "id":60 + } + ] + }, + "furnace":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"north", + "lit":false + }, + "id":61 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "lit":false + }, + "id":61 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "lit":false + }, + "id":61 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "lit":false + }, + "id":61 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "lit":true + }, + "id":62 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "lit":true + }, + "id":62 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "lit":true + }, + "id":62 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "lit":true + }, + "id":62 + } + ] + }, + "sign":{ + "states":[ + { + "meta":0, + "properties":{ + "rotation":0 + }, + "id":63 + }, + { + "meta":1, + "properties":{ + "rotation":1 + }, + "id":63 + }, + { + "meta":2, + "properties":{ + "rotation":2 + }, + "id":63 + }, + { + "meta":3, + "properties":{ + "rotation":3 + }, + "id":63 + }, + { + "meta":4, + "properties":{ + "rotation":4 + }, + "id":63 + }, + { + "meta":5, + "properties":{ + "rotation":5 + }, + "id":63 + }, + { + "meta":6, + "properties":{ + "rotation":6 + }, + "id":63 + }, + { + "meta":7, + "properties":{ + "rotation":7 + }, + "id":63 + }, + { + "meta":8, + "properties":{ + "rotation":8 + }, + "id":63 + }, + { + "meta":9, + "properties":{ + "rotation":9 + }, + "id":63 + }, + { + "meta":10, + "properties":{ + "rotation":10 + }, + "id":63 + }, + { + "meta":11, + "properties":{ + "rotation":11 + }, + "id":63 + }, + { + "meta":12, + "properties":{ + "rotation":12 + }, + "id":63 + }, + { + "meta":13, + "properties":{ + "rotation":13 + }, + "id":63 + }, + { + "meta":14, + "properties":{ + "rotation":14 + }, + "id":63 + }, + { + "meta":15, + "properties":{ + "rotation":15 + }, + "id":63 + } + ] + }, + "oak_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":64 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":64 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":64 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":64 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":64 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":64 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":64 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":64 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":64 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":64 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":64 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":64 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":64 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":64 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":64 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":64 + } + ] + }, + "ladder":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":65 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":65 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":65 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":65 + } + ] + }, + "rail":{ + "states":[ + { + "meta":0, + "properties":{ + "shape":"north_south" + }, + "id":66 + }, + { + "meta":1, + "properties":{ + "shape":"east_west" + }, + "id":66 + }, + { + "meta":2, + "properties":{ + "shape":"ascending_east" + }, + "id":66 + }, + { + "meta":3, + "properties":{ + "shape":"ascending_west" + }, + "id":66 + }, + { + "meta":4, + "properties":{ + "shape":"ascending_north" + }, + "id":66 + }, + { + "meta":5, + "properties":{ + "shape":"ascending_south" + }, + "id":66 + }, + { + "meta":6, + "properties":{ + "shape":"south_east" + }, + "id":66 + }, + { + "meta":7, + "properties":{ + "shape":"south_west" + }, + "id":66 + }, + { + "meta":8, + "properties":{ + "shape":"north_west" + }, + "id":66 + }, + { + "meta":9, + "properties":{ + "shape":"north_east" + }, + "id":66 + } + ] + }, + "stone_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":67 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":67 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":67 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":67 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":67 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":67 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":67 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":67 + } + ] + }, + "wall_sign":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"south" + }, + "id":68 + }, + { + "meta":3, + "properties":{ + "facing":"north" + }, + "id":68 + }, + { + "meta":4, + "properties":{ + "facing":"east" + }, + "id":68 + }, + { + "meta":5, + "properties":{ + "facing":"west" + }, + "id":68 + } + ] + }, + "lever":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "powered":false, + "face":"ceiling" + }, + "id":69 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "powered":false, + "face":"wall" + }, + "id":69 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "powered":false, + "face":"wall" + }, + "id":69 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "powered":false, + "face":"wall" + }, + "id":69 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "powered":false, + "face":"wall" + }, + "id":69 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "powered":false, + "face":"floor" + }, + "id":69 + }, + { + "meta":6, + "properties":{ + "facing":"west", + "powered":false, + "face":"floor" + }, + "id":69 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "powered":false, + "face":"ceiling" + }, + "id":69 + }, + { + "meta":8, + "properties":{ + "facing":"west", + "powered":true, + "face":"ceiling" + }, + "id":69 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "powered":true, + "face":"wall" + }, + "id":69 + }, + { + "meta":10, + "properties":{ + "facing":"east", + "powered":true, + "face":"wall" + }, + "id":69 + }, + { + "meta":11, + "properties":{ + "facing":"north", + "powered":true, + "face":"wall" + }, + "id":69 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "powered":true, + "face":"wall" + }, + "id":69 + }, + { + "meta":13, + "properties":{ + "facing":"north", + "powered":true, + "face":"floor" + }, + "id":69 + }, + { + "meta":14, + "properties":{ + "facing":"west", + "powered":true, + "face":"floor" + }, + "id":69 + }, + { + "meta":15, + "properties":{ + "facing":"south", + "powered":true, + "face":"ceiling" + }, + "id":69 + } + ] + }, + "stone_pressure_plate":{ + "states":[ + { + "meta":0, + "properties":{ + "powered":false + }, + "id":70 + }, + { + "meta":1, + "properties":{ + "powered":true + }, + "id":70 + } + ] + }, + "iron_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":71 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":71 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":71 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":71 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":71 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":71 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":71 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":71 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":71 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":71 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":71 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":71 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":71 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":71 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":71 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":71 + } + ] + }, + "oak_pressure_plate":{ + "states":[ + { + "meta":0, + "properties":{ + "powered":false + }, + "id":72 + }, + { + "meta":1, + "properties":{ + "powered":true + }, + "id":72 + } + ] + }, + "redstone_ore":{ + "states":[ + { + "properties":{ + "lit":false + }, + "id":73 + }, + { + "properties":{ + "lit":true + }, + "id":74 + } + ] + }, + "redstone_wall_torch":{ + "states":[ + { + "meta":1, + "properties":{ + "facing":"west", + "lit":false + }, + "id":75 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "lit":false + }, + "id":75 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "lit":false + }, + "id":75 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "lit":false + }, + "id":75 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "lit":true + }, + "id":76 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "lit":true + }, + "id":76 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "lit":true + }, + "id":76 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "lit":true + }, + "id":76 + } + ] + }, + "redstone_torch":{ + "states":[ + { + "meta":5, + "properties":{ + "lit":false + }, + "id":75 + }, + { + "meta":5, + "properties":{ + "lit":true + }, + "id":76 + } + ] + }, + "stone_button":{ + "states":[ + { + "meta":0, + "properties":{ + "powered":false, + "face":"ceiling" + }, + "id":77 + }, + { + "meta":1, + "properties":{ + "facing":"east", + "powered":false, + "face":"wall" + }, + "id":77 + }, + { + "meta":2, + "properties":{ + "facing":"west", + "powered":false, + "face":"wall" + }, + "id":77 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "powered":false, + "face":"wall" + }, + "id":77 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "powered":false, + "face":"wall" + }, + "id":77 + }, + { + "meta":5, + "properties":{ + "powered":false, + "face":"floor" + }, + "id":77 + }, + { + "meta":8, + "properties":{ + "powered":true, + "face":"ceiling" + }, + "id":77 + }, + { + "meta":9, + "properties":{ + "facing":"east", + "powered":true, + "face":"wall" + }, + "id":77 + }, + { + "meta":10, + "properties":{ + "facing":"west", + "powered":true, + "face":"wall" + }, + "id":77 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "powered":true, + "face":"wall" + }, + "id":77 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "powered":true, + "face":"wall" + }, + "id":77 + }, + { + "meta":13, + "properties":{ + "powered":true, + "face":"floor" + }, + "id":77 + } + ] + }, + "snow_layer":{ + "states":[ + { + "meta":0, + "properties":{ + "layers":1 + }, + "id":78 + }, + { + "meta":1, + "properties":{ + "layers":2 + }, + "id":78 + }, + { + "meta":2, + "properties":{ + "layers":3 + }, + "id":78 + }, + { + "meta":3, + "properties":{ + "layers":4 + }, + "id":78 + }, + { + "meta":4, + "properties":{ + "layers":5 + }, + "id":78 + }, + { + "meta":5, + "properties":{ + "layers":6 + }, + "id":78 + }, + { + "meta":6, + "properties":{ + "layers":7 + }, + "id":78 + }, + { + "meta":7, + "properties":{ + "layers":8 + }, + "id":78 + } + ] + }, + "ice":{ + "id":79, + "meta":0 + }, + "snow":{ + "id":80, + "meta":0 + }, + "cactus":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":81 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":81 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":81 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":81 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":81 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":81 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":81 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":81 + }, + { + "meta":8, + "properties":{ + "age":8 + }, + "id":81 + }, + { + "meta":9, + "properties":{ + "age":9 + }, + "id":81 + }, + { + "meta":10, + "properties":{ + "age":10 + }, + "id":81 + }, + { + "meta":11, + "properties":{ + "age":11 + }, + "id":81 + }, + { + "meta":12, + "properties":{ + "age":12 + }, + "id":81 + }, + { + "meta":13, + "properties":{ + "age":13 + }, + "id":81 + }, + { + "meta":14, + "properties":{ + "age":14 + }, + "id":81 + }, + { + "meta":15, + "properties":{ + "age":15 + }, + "id":81 + } + ] + }, + "clay":{ + "id":82, + "meta":0 + }, + "sugar_cane":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":83 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":83 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":83 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":83 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":83 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":83 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":83 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":83 + }, + { + "meta":8, + "properties":{ + "age":8 + }, + "id":83 + }, + { + "meta":9, + "properties":{ + "age":9 + }, + "id":83 + }, + { + "meta":10, + "properties":{ + "age":10 + }, + "id":83 + }, + { + "meta":11, + "properties":{ + "age":11 + }, + "id":83 + }, + { + "meta":12, + "properties":{ + "age":12 + }, + "id":83 + }, + { + "meta":13, + "properties":{ + "age":13 + }, + "id":83 + }, + { + "meta":14, + "properties":{ + "age":14 + }, + "id":83 + }, + { + "meta":15, + "properties":{ + "age":15 + }, + "id":83 + } + ] + }, + "jukebox":{ + "states":[ + { + "meta":0, + "properties":{ + "has_record":false + }, + "id":84 + }, + { + "meta":1, + "properties":{ + "has_record":true + }, + "id":84 + } + ] + }, + "oak_fence":{ + "id":85, + "meta":0 + }, + "carved_pumpkin":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":86 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":86 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":86 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":86 + } + ] + }, + "netherrack":{ + "id":87, + "meta":0 + }, + "soul_sand":{ + "id":88, + "meta":0 + }, + "glowstone":{ + "id":89, + "meta":0 + }, + "nether_portal":{ + "states":[ + { + "meta":1, + "properties":{ + "axis":"x" + }, + "id":90 + }, + { + "meta":2, + "properties":{ + "axis":"z" + }, + "id":90 + } + ] + }, + "jack_o_lantern":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":91 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":91 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":91 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":91 + } + ] + }, + "cake":{ + "states":[ + { + "meta":0, + "properties":{ + "bites":0 + }, + "id":92 + }, + { + "meta":1, + "properties":{ + "bites":1 + }, + "id":92 + }, + { + "meta":2, + "properties":{ + "bites":2 + }, + "id":92 + }, + { + "meta":3, + "properties":{ + "bites":3 + }, + "id":92 + }, + { + "properties":{ + "bites":4 + }, + "id":92, + "meta":4 + }, + { + "meta":5, + "properties":{ + "bites":5 + }, + "id":92 + }, + { + "meta":6, + "properties":{ + "bites":6 + }, + "id":92 + } + ] + }, + "repeater":{ + "states":[ + { + "meta":0, + "properties":{ + "delay":1, + "facing":"north", + "powered":false + }, + "id":93 + }, + { + "meta":1, + "properties":{ + "delay":1, + "facing":"east", + "powered":false + }, + "id":93 + }, + { + "meta":2, + "properties":{ + "delay":1, + "facing":"south", + "powered":false + }, + "id":93 + }, + { + "meta":3, + "properties":{ + "delay":1, + "facing":"west", + "powered":false + }, + "id":93 + }, + { + "meta":4, + "properties":{ + "delay":2, + "facing":"north", + "powered":false + }, + "id":93 + }, + { + "meta":5, + "properties":{ + "delay":2, + "facing":"east", + "powered":false + }, + "id":93 + }, + { + "meta":6, + "properties":{ + "delay":2, + "facing":"south", + "powered":false + }, + "id":93 + }, + { + "meta":7, + "properties":{ + "delay":2, + "facing":"west", + "powered":false + }, + "id":93 + }, + { + "meta":8, + "properties":{ + "delay":3, + "facing":"north", + "powered":false + }, + "id":93 + }, + { + "meta":9, + "properties":{ + "delay":3, + "facing":"east", + "powered":false + }, + "id":93 + }, + { + "meta":10, + "properties":{ + "delay":3, + "facing":"south", + "powered":false + }, + "id":93 + }, + { + "meta":11, + "properties":{ + "delay":3, + "facing":"west", + "powered":false + }, + "id":93 + }, + { + "meta":12, + "properties":{ + "delay":4, + "facing":"north", + "powered":false + }, + "id":93 + }, + { + "meta":13, + "properties":{ + "delay":4, + "facing":"east", + "powered":false + }, + "id":93 + }, + { + "meta":14, + "properties":{ + "delay":4, + "facing":"south", + "powered":false + }, + "id":93 + }, + { + "meta":15, + "properties":{ + "delay":4, + "facing":"west", + "powered":false + }, + "id":93 + }, + { + "meta":0, + "properties":{ + "delay":1, + "facing":"north", + "powered":true + }, + "id":94 + }, + { + "meta":1, + "properties":{ + "delay":1, + "facing":"east", + "powered":true + }, + "id":94 + }, + { + "meta":2, + "properties":{ + "delay":1, + "facing":"south", + "powered":true + }, + "id":94 + }, + { + "meta":3, + "properties":{ + "delay":1, + "facing":"west", + "powered":true + }, + "id":94 + }, + { + "meta":4, + "properties":{ + "delay":2, + "facing":"north", + "powered":true + }, + "id":94 + }, + { + "meta":5, + "properties":{ + "delay":2, + "facing":"east", + "powered":true + }, + "id":94 + }, + { + "meta":6, + "properties":{ + "delay":2, + "facing":"south", + "powered":true + }, + "id":94 + }, + { + "meta":7, + "properties":{ + "delay":2, + "facing":"west", + "powered":true + }, + "id":94 + }, + { + "meta":8, + "properties":{ + "delay":3, + "facing":"north", + "powered":true + }, + "id":94 + }, + { + "meta":9, + "properties":{ + "delay":3, + "facing":"east", + "powered":true + }, + "id":94 + }, + { + "meta":10, + "properties":{ + "delay":3, + "facing":"south", + "powered":true + }, + "id":94 + }, + { + "meta":11, + "properties":{ + "delay":3, + "facing":"west", + "powered":true + }, + "id":94 + }, + { + "meta":12, + "properties":{ + "delay":4, + "facing":"north", + "powered":true + }, + "id":94 + }, + { + "meta":13, + "properties":{ + "delay":4, + "facing":"east", + "powered":true + }, + "id":94 + }, + { + "meta":14, + "properties":{ + "delay":4, + "facing":"south", + "powered":true + }, + "id":94 + }, + { + "meta":15, + "properties":{ + "delay":4, + "facing":"west", + "powered":true + }, + "id":94 + } + ] + }, + "white_stained_glass":{ + "id":95, + "meta":0 + }, + "orange_stained_glass":{ + "id":95, + "meta":1 + }, + "magenta_stained_glass":{ + "id":95, + "meta":2 + }, + "light_blue_stained_glass":{ + "id":95, + "meta":3 + }, + "yellow_stained_glass":{ + "id":95, + "meta":4 + }, + "lime_stained_glass":{ + "id":95, + "meta":5 + }, + "pink_stained_glass":{ + "id":95, + "meta":6 + }, + "gray_stained_glass":{ + "id":95, + "meta":7 + }, + "light_gray_stained_glass":{ + "id":95, + "meta":8 + }, + "cyan_stained_glass":{ + "id":95, + "meta":9 + }, + "purple_stained_glass":{ + "id":95, + "meta":10 + }, + "blue_stained_glass":{ + "id":95, + "meta":11 + }, + "brown_stained_glass":{ + "id":95, + "meta":12 + }, + "green_stained_glass":{ + "id":95, + "meta":13 + }, + "red_stained_glass":{ + "id":95, + "meta":14 + }, + "black_stained_glass":{ + "id":95, + "meta":15 + }, + "oak_trapdoor":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"north", + "open":false, + "half":"bottom" + }, + "id":96 + }, + { + "meta":1, + "properties":{ + "facing":"south", + "open":false, + "half":"bottom" + }, + "id":96 + }, + { + "meta":2, + "properties":{ + "facing":"west", + "open":false, + "half":"bottom" + }, + "id":96 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "half":"bottom" + }, + "id":96 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "open":true, + "half":"bottom" + }, + "id":96 + }, + { + "meta":5, + "properties":{ + "facing":"south", + "open":true, + "half":"bottom" + }, + "id":96 + }, + { + "meta":6, + "properties":{ + "facing":"west", + "open":true, + "half":"bottom" + }, + "id":96 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "half":"bottom" + }, + "id":96 + }, + { + "meta":8, + "properties":{ + "facing":"north", + "open":false, + "half":"top" + }, + "id":96 + }, + { + "meta":9, + "properties":{ + "facing":"south", + "open":false, + "half":"top" + }, + "id":96 + }, + { + "meta":10, + "properties":{ + "facing":"west", + "open":false, + "half":"top" + }, + "id":96 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "half":"top" + }, + "id":96 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "open":true, + "half":"top" + }, + "id":96 + }, + { + "meta":13, + "properties":{ + "facing":"south", + "open":true, + "half":"top" + }, + "id":96 + }, + { + "meta":14, + "properties":{ + "facing":"west", + "open":true, + "half":"top" + }, + "id":96 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "half":"top" + }, + "id":96 + } + ] + }, + "infested_stone":{ + "id":97, + "meta":0 + }, + "infested_cobblestone":{ + "id":97, + "meta":1 + }, + "infested_stone_bricks":{ + "id":97, + "meta":2 + }, + "infested_mossy_stone_bricks":{ + "id":97, + "meta":3 + }, + "infested_cracked_stone_bricks":{ + "id":97, + "meta":4 + }, + "infested_chiseled_stone_bricks":{ + "id":97, + "meta":5 + }, + "stone_bricks":{ + "states":[ + { + "id":98, + "properties":{ + "smooth":false + } + }, + { + "meta":13, + "id":43, + "properties":{ + "smooth":true + } + } + ] + }, + "mossy_stone_bricks":{ + "id":98, + "meta":1 + }, + "cracked_stone_bricks":{ + "id":98, + "meta":2 + }, + "chiseled_stone_bricks":{ + "id":98, + "meta":3 + }, + "brown_mushroom_block":{ + "states":[ + { + "meta":0, + "properties":{ + "north":false, + "west":false, + "up":false, + "down":false, + "east":false, + "south":false + }, + "id":99 + }, + { + "meta":1, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":99 + }, + { + "meta":2, + "properties":{ + "north":true, + "west":false, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":99 + }, + { + "meta":3, + "properties":{ + "north":true, + "west":false, + "up":true, + "down":false, + "east":true, + "south":false + }, + "id":99 + }, + { + "meta":4, + "properties":{ + "north":false, + "west":true, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":99 + }, + { + "meta":5, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":99 + }, + { + "meta":6, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":true, + "south":false + }, + "id":99 + }, + { + "meta":7, + "properties":{ + "north":false, + "west":true, + "up":true, + "down":false, + "east":false, + "south":true + }, + "id":99 + }, + { + "meta":8, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":false, + "south":true + }, + "id":99 + }, + { + "meta":9, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":true, + "south":true + }, + "id":99 + }, + { + "meta":14, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":true, + "east":true, + "south":true + }, + "id":99 + } + ] + }, + "red_mushroom_stem":{ + "states":[ + { + "meta":10, + "properties":{ + "north":true, + "west":true, + "up":false, + "down":false, + "east":true, + "south":true + }, + "id":99 + }, + { + "meta":15, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":true, + "east":true, + "south":true + }, + "id":99 + } + ] + }, + "red_mushroom_block":{ + "states":[ + { + "meta":0, + "properties":{ + "north":false, + "west":false, + "up":false, + "down":false, + "east":false, + "south":false + }, + "id":100 + }, + { + "meta":1, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":100 + }, + { + "meta":2, + "properties":{ + "north":true, + "west":false, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":100 + }, + { + "meta":3, + "properties":{ + "north":true, + "west":false, + "up":true, + "down":false, + "east":true, + "south":false + }, + "id":100 + }, + { + "meta":4, + "properties":{ + "north":false, + "west":true, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":100 + }, + { + "meta":5, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":false, + "south":false + }, + "id":100 + }, + { + "meta":6, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":true, + "south":false + }, + "id":100 + }, + { + "meta":7, + "properties":{ + "north":false, + "west":true, + "up":true, + "down":false, + "east":false, + "south":true + }, + "id":100 + }, + { + "meta":8, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":false, + "south":true + }, + "id":100 + }, + { + "meta":9, + "properties":{ + "north":false, + "west":false, + "up":true, + "down":false, + "east":true, + "south":true + }, + "id":100 + }, + { + "meta":14, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":true, + "east":true, + "south":true + }, + "id":100 + } + ] + }, + "brown_mushroom_stem":{ + "states":[ + { + "meta":10, + "properties":{ + "north":true, + "west":true, + "up":false, + "down":false, + "east":true, + "south":true + }, + "id":100 + }, + { + "meta":15, + "properties":{ + "north":true, + "west":true, + "up":true, + "down":true, + "east":true, + "south":true + }, + "id":100 + } + ] + }, + "iron_bars":{ + "id":101, + "meta":0 + }, + "glass_pane":{ + "id":102, + "meta":0 + }, + "melon":{ + "id":103, + "meta":0 + }, + "pumpkin_stem":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":104 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":104 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":104 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":104 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":104 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":104 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":104 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":104 + } + ] + }, + "melon_stem":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":105 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":105 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":105 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":105 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":105 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":105 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":105 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":105 + } + ] + }, + "vine":{ + "states":[ + { + "meta":0, + "properties":{ + "west":false, + "east":false, + "north":false, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":1, + "properties":{ + "west":false, + "east":false, + "north":false, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":2, + "properties":{ + "west":true, + "east":false, + "north":false, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":3, + "properties":{ + "west":true, + "east":false, + "north":false, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":4, + "properties":{ + "west":false, + "east":false, + "north":true, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":5, + "properties":{ + "west":false, + "east":false, + "north":true, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":6, + "properties":{ + "west":true, + "east":false, + "north":true, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":7, + "properties":{ + "west":true, + "east":false, + "north":true, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":8, + "properties":{ + "west":false, + "east":true, + "north":false, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":9, + "properties":{ + "west":false, + "east":true, + "north":false, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":10, + "properties":{ + "west":true, + "east":true, + "north":false, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":11, + "properties":{ + "west":true, + "east":true, + "north":false, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":12, + "properties":{ + "west":false, + "east":true, + "north":true, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":13, + "properties":{ + "west":false, + "east":true, + "north":true, + "up":true, + "south":true + }, + "id":106 + }, + { + "meta":14, + "properties":{ + "west":true, + "east":true, + "north":true, + "up":true, + "south":false + }, + "id":106 + }, + { + "meta":15, + "properties":{ + "west":true, + "east":true, + "north":true, + "up":true, + "south":true + }, + "id":106 + } + ] + }, + "oak_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":107 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":107 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":107 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":107 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":107 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":107 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":107 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":107 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":107 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":107 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":107 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":107 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":107 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":107 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":107 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":107 + } + ] + }, + "brick_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":108 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":108 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":108 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":108 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":108 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":108 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":108 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":108 + } + ] + }, + "stone_brick_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":109 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":109 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":109 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":109 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":109 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":109 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":109 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":109 + } + ] + }, + "mycelium":{ + "id":110, + "meta":0 + }, + "waterlily":{ + "id":111, + "meta":0 + }, + "nether_brick":{ + "states":[ + { + "id":112, + "properties":{ + "smooth":false + } + }, + { + "meta":14, + "id":43, + "properties":{ + "smooth":true + } + } + ] + }, + "nether_brick_fence":{ + "id":113, + "meta":0 + }, + "nether_brick_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":114 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":114 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":114 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":114 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":114 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":114 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":114 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":114 + } + ] + }, + "nether_wart":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":115 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":115 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":115 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":115 + } + ] + }, + "enchanting_table":{ + "id":116, + "meta":0 + }, + "brewing_stand":{ + "states":[ + { + "meta":0, + "properties":{ + "has_bottle_2":false, + "has_bottle_0":false, + "has_bottle_1":false + }, + "id":117 + }, + { + "meta":1, + "properties":{ + "has_bottle_2":false, + "has_bottle_0":true, + "has_bottle_1":false + }, + "id":117 + }, + { + "meta":2, + "properties":{ + "has_bottle_2":false, + "has_bottle_0":false, + "has_bottle_1":true + }, + "id":117 + }, + { + "meta":3, + "properties":{ + "has_bottle_2":false, + "has_bottle_0":true, + "has_bottle_1":true + }, + "id":117 + }, + { + "meta":4, + "properties":{ + "has_bottle_2":true, + "has_bottle_0":false, + "has_bottle_1":false + }, + "id":117 + }, + { + "meta":5, + "properties":{ + "has_bottle_2":true, + "has_bottle_0":true, + "has_bottle_1":false + }, + "id":117 + }, + { + "meta":6, + "properties":{ + "has_bottle_2":true, + "has_bottle_0":false, + "has_bottle_1":true + }, + "id":117 + }, + { + "meta":7, + "properties":{ + "has_bottle_2":true, + "has_bottle_0":true, + "has_bottle_1":true + }, + "id":117 + } + ] + }, + "cauldron":{ + "states":[ + { + "meta":0, + "properties":{ + "level":0 + }, + "id":118 + }, + { + "meta":1, + "properties":{ + "level":1 + }, + "id":118 + }, + { + "meta":2, + "properties":{ + "level":2 + }, + "id":118 + }, + { + "meta":3, + "properties":{ + "level":3 + }, + "id":118 + } + ] + }, + "end_portal":{ + "id":119, + "meta":0 + }, + "end_portal_frame":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "eye":false + }, + "id":120 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "eye":false + }, + "id":120 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "eye":false + }, + "id":120 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "eye":false + }, + "id":120 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "eye":true + }, + "id":120 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "eye":true + }, + "id":120 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "eye":true + }, + "id":120 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "eye":true + }, + "id":120 + } + ] + }, + "end_stone":{ + "id":121, + "meta":0 + }, + "dragon_egg":{ + "id":122, + "meta":0 + }, + "redstone_lamp":{ + "states":[ + { + "properties":{ + "lit":false + }, + "id":123 + }, + { + "properties":{ + "lit":true + }, + "id":124 + } + ] + }, + "oak_slab":{ + "states":[ + { + "id":126, + "meta":8, + "properties":{ + "type":"top" + } + }, + { + "id":126, + "meta":0, + "properties":{ + "type":"bottom" + } + }, + { + "id":125, + "meta":0, + "properties":{ + "type":"double" + } + }, + { + "id":43, + "meta":10, + "properties":{ + "type":"double" + } + } + ] + }, + "spruce_slab":{ + "states":[ + { + "meta":1, + "properties":{ + "type":"double" + }, + "id":125 + }, + { + "meta":1, + "properties":{ + "type":"bottom" + }, + "id":126 + }, + { + "meta":9, + "properties":{ + "type":"top" + }, + "id":126 + } + ] + }, + "birch_slab":{ + "states":[ + { + "meta":2, + "properties":{ + "type":"double" + }, + "id":125 + }, + { + "meta":2, + "properties":{ + "type":"bottom" + }, + "id":126 + }, + { + "meta":10, + "properties":{ + "type":"top" + }, + "id":126 + } + ] + }, + "jungle_slab":{ + "states":[ + { + "meta":3, + "properties":{ + "type":"double" + }, + "id":125 + }, + { + "meta":3, + "properties":{ + "type":"bottom" + }, + "id":126 + }, + { + "meta":11, + "properties":{ + "type":"top" + }, + "id":126 + } + ] + }, + "acacia_slab":{ + "states":[ + { + "meta":4, + "properties":{ + "type":"double" + }, + "id":125 + }, + { + "meta":4, + "properties":{ + "type":"bottom" + }, + "id":126 + }, + { + "meta":12, + "properties":{ + "type":"top" + }, + "id":126 + } + ] + }, + "dark_oak_slab":{ + "states":[ + { + "meta":5, + "properties":{ + "type":"double" + }, + "id":125 + }, + { + "meta":5, + "properties":{ + "type":"bottom" + }, + "id":126 + }, + { + "meta":13, + "properties":{ + "type":"top" + }, + "id":126 + } + ] + }, + "cocoa":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "age":0 + }, + "id":127 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "age":0 + }, + "id":127 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "age":0 + }, + "id":127 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "age":0 + }, + "id":127 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "age":1 + }, + "id":127 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "age":1 + }, + "id":127 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "age":1 + }, + "id":127 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "age":1 + }, + "id":127 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "age":2 + }, + "id":127 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "age":2 + }, + "id":127 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "age":2 + }, + "id":127 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "age":2 + }, + "id":127 + } + ] + }, + "sandstone_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":128 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":128 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":128 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":128 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":128 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":128 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":128 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":128 + } + ] + }, + "emerald_ore":{ + "id":129, + "meta":0 + }, + "ender_chest":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":130 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":130 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":130 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":130 + } + ] + }, + "tripwire_hook":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"north", + "attached":false, + "powered":false + }, + "id":131 + }, + { + "meta":1, + "properties":{ + "facing":"east", + "attached":false, + "powered":false + }, + "id":131 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "attached":false, + "powered":false + }, + "id":131 + }, + { + "meta":3, + "properties":{ + "facing":"west", + "attached":false, + "powered":false + }, + "id":131 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "attached":true, + "powered":false + }, + "id":131 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "attached":true, + "powered":false + }, + "id":131 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "attached":true, + "powered":false + }, + "id":131 + }, + { + "meta":7, + "properties":{ + "facing":"west", + "attached":true, + "powered":false + }, + "id":131 + }, + { + "meta":8, + "properties":{ + "facing":"north", + "attached":false, + "powered":true + }, + "id":131 + }, + { + "meta":9, + "properties":{ + "facing":"east", + "attached":false, + "powered":true + }, + "id":131 + }, + { + "meta":10, + "properties":{ + "facing":"south", + "attached":false, + "powered":true + }, + "id":131 + }, + { + "meta":11, + "properties":{ + "facing":"west", + "attached":false, + "powered":true + }, + "id":131 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "attached":true, + "powered":true + }, + "id":131 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "attached":true, + "powered":true + }, + "id":131 + }, + { + "meta":14, + "properties":{ + "facing":"south", + "attached":true, + "powered":true + }, + "id":131 + }, + { + "meta":15, + "properties":{ + "facing":"west", + "attached":true, + "powered":true + }, + "id":131 + } + ] + }, + "tripwire":{ + "states":[ + { + "meta":0, + "properties":{ + "in_air":false, + "attached":false, + "disarmed":false, + "powered":false + }, + "id":132 + }, + { + "meta":1, + "properties":{ + "in_air":false, + "attached":false, + "disarmed":false, + "powered":true + }, + "id":132 + }, + { + "meta":2, + "properties":{ + "in_air":true, + "attached":false, + "disarmed":false, + "powered":false + }, + "id":132 + }, + { + "meta":3, + "properties":{ + "in_air":true, + "attached":false, + "disarmed":false, + "powered":true + }, + "id":132 + }, + { + "meta":4, + "properties":{ + "in_air":false, + "attached":true, + "disarmed":false, + "powered":false + }, + "id":132 + }, + { + "meta":5, + "properties":{ + "in_air":false, + "attached":true, + "disarmed":false, + "powered":true + }, + "id":132 + }, + { + "meta":6, + "properties":{ + "in_air":true, + "attached":true, + "disarmed":false, + "powered":false + }, + "id":132 + }, + { + "meta":7, + "properties":{ + "in_air":true, + "attached":true, + "disarmed":false, + "powered":true + }, + "id":132 + }, + { + "meta":8, + "properties":{ + "in_air":false, + "attached":false, + "disarmed":true, + "powered":false + }, + "id":132 + }, + { + "meta":9, + "properties":{ + "in_air":false, + "attached":false, + "disarmed":true, + "powered":true + }, + "id":132 + }, + { + "meta":10, + "properties":{ + "in_air":true, + "attached":false, + "disarmed":true, + "powered":false + }, + "id":132 + }, + { + "meta":11, + "properties":{ + "in_air":true, + "attached":false, + "disarmed":true, + "powered":true + }, + "id":132 + }, + { + "meta":12, + "properties":{ + "in_air":false, + "attached":true, + "disarmed":true, + "powered":false + }, + "id":132 + }, + { + "meta":13, + "properties":{ + "in_air":false, + "attached":true, + "disarmed":true, + "powered":true + }, + "id":132 + }, + { + "meta":14, + "properties":{ + "in_air":true, + "attached":true, + "disarmed":true, + "powered":false + }, + "id":132 + }, + { + "meta":15, + "properties":{ + "in_air":true, + "attached":true, + "disarmed":true, + "powered":true + }, + "id":132 + } + ] + }, + "emerald_block":{ + "id":133, + "meta":0 + }, + "spruce_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":134 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":134 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":134 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":134 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":134 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":134 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":134 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":134 + } + ] + }, + "birch_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":135 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":135 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":135 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":135 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":135 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":135 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":135 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":135 + } + ] + }, + "jungle_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":136 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":136 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":136 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":136 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":136 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":136 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":136 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":136 + } + ] + }, + "command_block":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down", + "conditional":false + }, + "id":137 + }, + { + "meta":1, + "properties":{ + "facing":"up", + "conditional":false + }, + "id":137 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "conditional":false + }, + "id":137 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "conditional":false + }, + "id":137 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "conditional":false + }, + "id":137 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "conditional":false + }, + "id":137 + }, + { + "meta":8, + "properties":{ + "facing":"down", + "conditional":true + }, + "id":137 + }, + { + "meta":9, + "properties":{ + "facing":"up", + "conditional":true + }, + "id":137 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "conditional":true + }, + "id":137 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "conditional":true + }, + "id":137 + }, + { + "meta":12, + "properties":{ + "facing":"west", + "conditional":true + }, + "id":137 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "conditional":true + }, + "id":137 + } + ] + }, + "beacon":{ + "id":138, + "meta":0 + }, + "cobblestone_wall":{ + "id":139, + "meta":0 + }, + "mossy_cobblestone_wall":{ + "id":139, + "meta":1 + }, + "flower_pot":{ + "id":140, + "meta":0 + }, + "carrots":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":141 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":141 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":141 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":141 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":141 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":141 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":141 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":141 + } + ] + }, + "potatoes":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":142 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":142 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":142 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":142 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":142 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":142 + }, + { + "meta":6, + "properties":{ + "age":6 + }, + "id":142 + }, + { + "meta":7, + "properties":{ + "age":7 + }, + "id":142 + } + ] + }, + "oak_button":{ + "states":[ + { + "meta":0, + "properties":{ + "powered":false, + "face":"ceiling" + }, + "id":143 + }, + { + "meta":1, + "properties":{ + "facing":"east", + "powered":false, + "face":"wall" + }, + "id":143 + }, + { + "meta":2, + "properties":{ + "facing":"west", + "powered":false, + "face":"wall" + }, + "id":143 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "powered":false, + "face":"wall" + }, + "id":143 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "powered":false, + "face":"wall" + }, + "id":143 + }, + { + "meta":5, + "properties":{ + "powered":false, + "face":"floor" + }, + "id":143 + }, + { + "meta":8, + "properties":{ + "powered":true, + "face":"ceiling" + }, + "id":143 + }, + { + "meta":9, + "properties":{ + "facing":"east", + "powered":true, + "face":"wall" + }, + "id":143 + }, + { + "meta":10, + "properties":{ + "facing":"west", + "powered":true, + "face":"wall" + }, + "id":143 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "powered":true, + "face":"wall" + }, + "id":143 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "powered":true, + "face":"wall" + }, + "id":143 + }, + { + "meta":13, + "properties":{ + "powered":true, + "face":"floor" + }, + "id":143 + } + ] + }, + "skull":{ + "states":[ + { + "meta":1, + "properties":{ + "facing":"down" + }, + "id":144 + }, + { + "meta":2, + "properties":{ + "facing":"south" + }, + "id":144 + }, + { + "meta":3, + "properties":{ + "facing":"north" + }, + "id":144 + }, + { + "meta":4, + "properties":{ + "facing":"east" + }, + "id":144 + }, + { + "meta":5, + "properties":{ + "facing":"west" + }, + "id":144 + } + ] + }, + "anvil":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":145 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":145 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":145 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":145 + } + ] + }, + "chipped_anvil":{ + "states":[ + { + "meta":4, + "properties":{ + "facing":"south" + }, + "id":145 + }, + { + "meta":5, + "properties":{ + "facing":"west" + }, + "id":145 + }, + { + "meta":6, + "properties":{ + "facing":"north" + }, + "id":145 + }, + { + "meta":7, + "properties":{ + "facing":"east" + }, + "id":145 + } + ] + }, + "damaged_anvil":{ + "states":[ + { + "meta":8, + "properties":{ + "facing":"south" + }, + "id":145 + }, + { + "meta":9, + "properties":{ + "facing":"west" + }, + "id":145 + }, + { + "meta":10, + "properties":{ + "facing":"north" + }, + "id":145 + }, + { + "meta":11, + "properties":{ + "facing":"east" + }, + "id":145 + } + ] + }, + "trapped_chest":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":146 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":146 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":146 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":146 + } + ] + }, + "light_weighted_pressure_plate":{ + "states":[ + { + "meta":0, + "properties":{ + "power":0 + }, + "id":147 + }, + { + "meta":1, + "properties":{ + "power":1 + }, + "id":147 + }, + { + "meta":2, + "properties":{ + "power":2 + }, + "id":147 + }, + { + "meta":3, + "properties":{ + "power":3 + }, + "id":147 + }, + { + "meta":4, + "properties":{ + "power":4 + }, + "id":147 + }, + { + "meta":5, + "properties":{ + "power":5 + }, + "id":147 + }, + { + "meta":6, + "properties":{ + "power":6 + }, + "id":147 + }, + { + "meta":7, + "properties":{ + "power":7 + }, + "id":147 + }, + { + "meta":8, + "properties":{ + "power":8 + }, + "id":147 + }, + { + "meta":9, + "properties":{ + "power":9 + }, + "id":147 + }, + { + "meta":10, + "properties":{ + "power":10 + }, + "id":147 + }, + { + "meta":11, + "properties":{ + "power":11 + }, + "id":147 + }, + { + "meta":12, + "properties":{ + "power":12 + }, + "id":147 + }, + { + "meta":13, + "properties":{ + "power":13 + }, + "id":147 + }, + { + "meta":14, + "properties":{ + "power":14 + }, + "id":147 + }, + { + "meta":15, + "properties":{ + "power":15 + }, + "id":147 + } + ] + }, + "heavy_weighted_pressure_plate":{ + "states":[ + { + "meta":0, + "properties":{ + "power":0 + }, + "id":148 + }, + { + "meta":1, + "properties":{ + "power":1 + }, + "id":148 + }, + { + "meta":2, + "properties":{ + "power":2 + }, + "id":148 + }, + { + "meta":3, + "properties":{ + "power":3 + }, + "id":148 + }, + { + "meta":4, + "properties":{ + "power":4 + }, + "id":148 + }, + { + "meta":5, + "properties":{ + "power":5 + }, + "id":148 + }, + { + "meta":6, + "properties":{ + "power":6 + }, + "id":148 + }, + { + "meta":7, + "properties":{ + "power":7 + }, + "id":148 + }, + { + "meta":8, + "properties":{ + "power":8 + }, + "id":148 + }, + { + "meta":9, + "properties":{ + "power":9 + }, + "id":148 + }, + { + "meta":10, + "properties":{ + "power":10 + }, + "id":148 + }, + { + "meta":11, + "properties":{ + "power":11 + }, + "id":148 + }, + { + "meta":12, + "properties":{ + "power":12 + }, + "id":148 + }, + { + "meta":13, + "properties":{ + "power":13 + }, + "id":148 + }, + { + "meta":14, + "properties":{ + "power":14 + }, + "id":148 + }, + { + "meta":15, + "properties":{ + "power":15 + }, + "id":148 + } + ] + }, + "comparator":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"north", + "mode":"compare", + "powered":false + }, + "id":149 + }, + { + "meta":1, + "properties":{ + "facing":"east", + "mode":"compare", + "powered":false + }, + "id":149 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "mode":"compare", + "powered":false + }, + "id":149 + }, + { + "meta":3, + "properties":{ + "facing":"west", + "mode":"compare", + "powered":false + }, + "id":149 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "mode":"subtract", + "powered":false + }, + "id":149 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "mode":"subtract", + "powered":false + }, + "id":149 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "mode":"subtract", + "powered":false + }, + "id":149 + }, + { + "meta":7, + "properties":{ + "facing":"west", + "mode":"subtract", + "powered":false + }, + "id":149 + }, + { + "meta":8, + "properties":{ + "facing":"north", + "mode":"compare", + "powered":true + }, + "id":149 + }, + { + "meta":9, + "properties":{ + "facing":"east", + "mode":"compare", + "powered":true + }, + "id":149 + }, + { + "meta":10, + "properties":{ + "facing":"south", + "mode":"compare", + "powered":true + }, + "id":149 + }, + { + "meta":11, + "properties":{ + "facing":"west", + "mode":"compare", + "powered":true + }, + "id":149 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "mode":"subtract", + "powered":true + }, + "id":149 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "mode":"subtract", + "powered":true + }, + "id":149 + }, + { + "meta":14, + "properties":{ + "facing":"south", + "mode":"subtract", + "powered":true + }, + "id":149 + }, + { + "meta":15, + "properties":{ + "facing":"west", + "mode":"subtract", + "powered":true + }, + "id":149 + } + ] + }, + "daylight_detector":{ + "states":[ + { + "meta":0, + "properties":{ + "power":0, + "inverted":false + }, + "id":151 + }, + { + "meta":1, + "properties":{ + "power":1, + "inverted":false + }, + "id":151 + }, + { + "meta":2, + "properties":{ + "power":2, + "inverted":false + }, + "id":151 + }, + { + "meta":3, + "properties":{ + "power":3, + "inverted":false + }, + "id":151 + }, + { + "meta":4, + "properties":{ + "power":4, + "inverted":false + }, + "id":151 + }, + { + "meta":5, + "properties":{ + "power":5, + "inverted":false + }, + "id":151 + }, + { + "meta":6, + "properties":{ + "power":6, + "inverted":false + }, + "id":151 + }, + { + "meta":7, + "properties":{ + "power":7, + "inverted":false + }, + "id":151 + }, + { + "meta":8, + "properties":{ + "power":8, + "inverted":false + }, + "id":151 + }, + { + "meta":9, + "properties":{ + "power":9, + "inverted":false + }, + "id":151 + }, + { + "meta":10, + "properties":{ + "power":10, + "inverted":false + }, + "id":151 + }, + { + "meta":11, + "properties":{ + "power":11, + "inverted":false + }, + "id":151 + }, + { + "meta":12, + "properties":{ + "power":12, + "inverted":false + }, + "id":151 + }, + { + "meta":13, + "properties":{ + "power":13, + "inverted":false + }, + "id":151 + }, + { + "meta":14, + "properties":{ + "power":14, + "inverted":false + }, + "id":151 + }, + { + "meta":15, + "properties":{ + "power":15, + "inverted":false + }, + "id":151 + }, + { + "meta":0, + "properties":{ + "power":0, + "inverted":true + }, + "id":178 + }, + { + "meta":1, + "properties":{ + "power":1, + "inverted":true + }, + "id":178 + }, + { + "meta":2, + "properties":{ + "power":2, + "inverted":true + }, + "id":178 + }, + { + "meta":3, + "properties":{ + "power":3, + "inverted":true + }, + "id":178 + }, + { + "meta":4, + "properties":{ + "power":4, + "inverted":true + }, + "id":178 + }, + { + "meta":5, + "properties":{ + "power":5, + "inverted":true + }, + "id":178 + }, + { + "meta":6, + "properties":{ + "power":6, + "inverted":true + }, + "id":178 + }, + { + "meta":7, + "properties":{ + "power":7, + "inverted":true + }, + "id":178 + }, + { + "meta":8, + "properties":{ + "power":8, + "inverted":true + }, + "id":178 + }, + { + "meta":9, + "properties":{ + "power":9, + "inverted":true + }, + "id":178 + }, + { + "meta":10, + "properties":{ + "power":10, + "inverted":true + }, + "id":178 + }, + { + "meta":11, + "properties":{ + "power":11, + "inverted":true + }, + "id":178 + }, + { + "meta":12, + "properties":{ + "power":12, + "inverted":true + }, + "id":178 + }, + { + "meta":13, + "properties":{ + "power":13, + "inverted":true + }, + "id":178 + }, + { + "meta":14, + "properties":{ + "power":14, + "inverted":true + }, + "id":178 + }, + { + "meta":15, + "properties":{ + "power":15, + "inverted":true + }, + "id":178 + } + ] + }, + "redstone_block":{ + "id":152, + "meta":0 + }, + "quartz_ore":{ + "id":153, + "meta":0 + }, + "hopper":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":154 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":154 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":154 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":154 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":154 + } + ] + }, + "quartz_block":{ + "id":155, + "meta":0 + }, + "chiseled_quartz_block":{ + "id":155, + "meta":1 + }, + "quartz_pillar":{ + "states":[ + { + "meta":2, + "properties":{ + "axis":"y" + }, + "id":155 + }, + { + "meta":3, + "properties":{ + "axis":"x" + }, + "id":155 + }, + { + "meta":4, + "properties":{ + "axis":"z" + }, + "id":155 + } + ] + }, + "quartz_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":156 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":156 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":156 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":156 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":156 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":156 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":156 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":156 + } + ] + }, + "activator_rail":{ + "states":[ + { + "meta":0, + "properties":{ + "shape":"north_south", + "powered":false + }, + "id":157 + }, + { + "meta":1, + "properties":{ + "shape":"east_west", + "powered":false + }, + "id":157 + }, + { + "meta":2, + "properties":{ + "shape":"ascending_east", + "powered":false + }, + "id":157 + }, + { + "meta":3, + "properties":{ + "shape":"ascending_west", + "powered":false + }, + "id":157 + }, + { + "meta":4, + "properties":{ + "shape":"ascending_north", + "powered":false + }, + "id":157 + }, + { + "meta":5, + "properties":{ + "shape":"ascending_south", + "powered":false + }, + "id":157 + }, + { + "meta":8, + "properties":{ + "shape":"north_south", + "powered":true + }, + "id":157 + }, + { + "meta":9, + "properties":{ + "shape":"east_west", + "powered":true + }, + "id":157 + }, + { + "meta":10, + "properties":{ + "shape":"ascending_east", + "powered":true + }, + "id":157 + }, + { + "meta":11, + "properties":{ + "shape":"ascending_west", + "powered":true + }, + "id":157 + }, + { + "meta":12, + "properties":{ + "shape":"ascending_north", + "powered":true + }, + "id":157 + }, + { + "meta":13, + "properties":{ + "shape":"ascending_south", + "powered":true + }, + "id":157 + } + ] + }, + "dropper":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":158 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":158 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":158 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":158 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":158 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":158 + } + ] + }, + "white_terracotta":{ + "id":159, + "meta":0 + }, + "orange_terracotta":{ + "id":159, + "meta":1 + }, + "magenta_terracotta":{ + "id":159, + "meta":2 + }, + "light_blue_terracotta":{ + "id":159, + "meta":3 + }, + "yellow_terracotta":{ + "id":159, + "meta":4 + }, + "lime_terracotta":{ + "id":159, + "meta":5 + }, + "pink_terracotta":{ + "id":159, + "meta":6 + }, + "gray_terracotta":{ + "id":159, + "meta":7 + }, + "light_gray_terracotta":{ + "id":159, + "meta":8 + }, + "cyan_terracotta":{ + "id":159, + "meta":9 + }, + "purple_terracotta":{ + "id":159, + "meta":10 + }, + "blue_terracotta":{ + "id":159, + "meta":11 + }, + "brown_terracotta":{ + "id":159, + "meta":12 + }, + "green_terracotta":{ + "id":159, + "meta":13 + }, + "red_terracotta":{ + "id":159, + "meta":14 + }, + "black_terracotta":{ + "id":159, + "meta":15 + }, + "white_stained_glass_pane":{ + "id":160, + "meta":0 + }, + "orange_stained_glass_pane":{ + "id":160, + "meta":1 + }, + "magenta_stained_glass_pane":{ + "id":160, + "meta":2 + }, + "light_blue_stained_glass_pane":{ + "id":160, + "meta":3 + }, + "yellow_stained_glass_pane":{ + "id":160, + "meta":4 + }, + "lime_stained_glass_pane":{ + "id":160, + "meta":5 + }, + "pink_stained_glass_pane":{ + "id":160, + "meta":6 + }, + "gray_stained_glass_pane":{ + "id":160, + "meta":7 + }, + "light_gray_stained_glass_pane":{ + "id":160, + "meta":8 + }, + "cyan_stained_glass_pane":{ + "id":160, + "meta":9 + }, + "purple_stained_glass_pane":{ + "id":160, + "meta":10 + }, + "blue_stained_glass_pane":{ + "id":160, + "meta":11 + }, + "brown_stained_glass_pane":{ + "id":160, + "meta":12 + }, + "green_stained_glass_pane":{ + "id":160, + "meta":13 + }, + "red_stained_glass_pane":{ + "id":160, + "meta":14 + }, + "black_stained_glass_pane":{ + "id":160, + "meta":15 + }, + "acacia_leaves":{ + "states":[ + { + "meta":0, + "properties":{ + "persistent":false, + "block_update":false + }, + "id":161 + }, + { + "meta":4, + "properties":{ + "persistent":true, + "block_update":false + }, + "id":161 + }, + { + "meta":8, + "properties":{ + "persistent":false, + "block_update":true + }, + "id":161 + }, + { + "meta":12, + "properties":{ + "persistent":true, + "block_update":true + }, + "id":161 + } + ] + }, + "dark_oak_leaves":{ + "states":[ + { + "meta":1, + "properties":{ + "persistent":false, + "block_update":false + }, + "id":161 + }, + { + "meta":5, + "properties":{ + "persistent":true, + "block_update":false + }, + "id":161 + }, + { + "meta":9, + "properties":{ + "persistent":false, + "block_update":true + }, + "id":161 + }, + { + "meta":13, + "properties":{ + "persistent":true, + "block_update":true + }, + "id":161 + } + ] + }, + "acacia_log":{ + "states":[ + { + "meta":4, + "properties":{ + "axis":"x" + }, + "id":162 + }, + { + "meta":0, + "properties":{ + "axis":"y" + }, + "id":162 + }, + { + "meta":8, + "properties":{ + "axis":"z" + }, + "id":162 + } + ] + }, + "dark_oak_log":{ + "states":[ + { + "meta":5, + "properties":{ + "axis":"x" + }, + "id":162 + }, + { + "meta":1, + "properties":{ + "axis":"y" + }, + "id":162 + }, + { + "meta":9, + "properties":{ + "axis":"z" + }, + "id":162 + } + ] + }, + "acacia_wood":{ + "id":162, + "meta":12 + }, + "dark_oak_wood":{ + "id":162, + "meta":13 + }, + "acacia_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":163 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":163 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":163 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":163 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":163 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":163 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":163 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":163 + } + ] + }, + "dark_oak_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":164 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":164 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":164 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":164 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":164 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":164 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":164 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":164 + } + ] + }, + "slime":{ + "id":165, + "meta":0 + }, + "barrier":{ + "id":166, + "meta":0 + }, + "iron_trapdoor":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"north", + "open":false, + "half":"bottom" + }, + "id":167 + }, + { + "meta":1, + "properties":{ + "facing":"south", + "open":false, + "half":"bottom" + }, + "id":167 + }, + { + "meta":2, + "properties":{ + "facing":"west", + "open":false, + "half":"bottom" + }, + "id":167 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "half":"bottom" + }, + "id":167 + }, + { + "meta":4, + "properties":{ + "facing":"north", + "open":true, + "half":"bottom" + }, + "id":167 + }, + { + "meta":5, + "properties":{ + "facing":"south", + "open":true, + "half":"bottom" + }, + "id":167 + }, + { + "meta":6, + "properties":{ + "facing":"west", + "open":true, + "half":"bottom" + }, + "id":167 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "half":"bottom" + }, + "id":167 + }, + { + "meta":8, + "properties":{ + "facing":"north", + "open":false, + "half":"top" + }, + "id":167 + }, + { + "meta":9, + "properties":{ + "facing":"south", + "open":false, + "half":"top" + }, + "id":167 + }, + { + "meta":10, + "properties":{ + "facing":"west", + "open":false, + "half":"top" + }, + "id":167 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "half":"top" + }, + "id":167 + }, + { + "meta":12, + "properties":{ + "facing":"north", + "open":true, + "half":"top" + }, + "id":167 + }, + { + "meta":13, + "properties":{ + "facing":"south", + "open":true, + "half":"top" + }, + "id":167 + }, + { + "meta":14, + "properties":{ + "facing":"west", + "open":true, + "half":"top" + }, + "id":167 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "half":"top" + }, + "id":167 + } + ] + }, + "prismarine":{ + "id":168, + "meta":0 + }, + "prismarine_bricks":{ + "id":168, + "meta":1 + }, + "dark_prismarine":{ + "id":168, + "meta":2 + }, + "sea_lantern":{ + "id":169, + "meta":0 + }, + "hay_block":{ + "states":[ + { + "meta":0, + "properties":{ + "axis":"y" + }, + "id":170 + }, + { + "meta":4, + "properties":{ + "axis":"x" + }, + "id":170 + }, + { + "meta":8, + "properties":{ + "axis":"z" + }, + "id":170 + } + ] + }, + "white_carpet":{ + "id":171, + "meta":0 + }, + "orange_carpet":{ + "id":171, + "meta":1 + }, + "magenta_carpet":{ + "id":171, + "meta":2 + }, + "light_blue_carpet":{ + "id":171, + "meta":3 + }, + "yellow_carpet":{ + "id":171, + "meta":4 + }, + "lime_carpet":{ + "id":171, + "meta":5 + }, + "pink_carpet":{ + "id":171, + "meta":6 + }, + "gray_carpet":{ + "id":171, + "meta":7 + }, + "light_gray_carpet":{ + "id":171, + "meta":8 + }, + "cyan_carpet":{ + "id":171, + "meta":9 + }, + "purple_carpet":{ + "id":171, + "meta":10 + }, + "blue_carpet":{ + "id":171, + "meta":11 + }, + "brown_carpet":{ + "id":171, + "meta":12 + }, + "green_carpet":{ + "id":171, + "meta":13 + }, + "red_carpet":{ + "id":171, + "meta":14 + }, + "black_carpet":{ + "id":171, + "meta":15 + }, + "terracotta":{ + "id":172, + "meta":0 + }, + "coal_block":{ + "id":173, + "meta":0 + }, + "packed_ice":{ + "id":174, + "meta":0 + }, + "sunflower":{ + "id":175, + "meta":0 + }, + "lilac":{ + "id":175, + "meta":1 + }, + "double_grass":{ + "id":175, + "meta":2 + }, + "large_fern":{ + "id":175, + "meta":3 + }, + "rose_bush":{ + "id":175, + "meta":4 + }, + "peony":{ + "id":175, + "meta":5 + }, + "flower_upper_block":{ + "id":175, + "meta":10 + }, + "banner":{ + "states":[ + { + "meta":0, + "properties":{ + "rotation":0 + }, + "id":176 + }, + { + "meta":1, + "properties":{ + "rotation":1 + }, + "id":176 + }, + { + "meta":2, + "properties":{ + "rotation":2 + }, + "id":176 + }, + { + "meta":3, + "properties":{ + "rotation":3 + }, + "id":176 + }, + { + "meta":4, + "properties":{ + "rotation":4 + }, + "id":176 + }, + { + "meta":5, + "properties":{ + "rotation":5 + }, + "id":176 + }, + { + "meta":6, + "properties":{ + "rotation":6 + }, + "id":176 + }, + { + "meta":7, + "properties":{ + "rotation":7 + }, + "id":176 + }, + { + "meta":8, + "properties":{ + "rotation":8 + }, + "id":176 + }, + { + "meta":9, + "properties":{ + "rotation":9 + }, + "id":176 + }, + { + "meta":10, + "properties":{ + "rotation":10 + }, + "id":176 + }, + { + "meta":11, + "properties":{ + "rotation":11 + }, + "id":176 + }, + { + "meta":12, + "properties":{ + "rotation":12 + }, + "id":176 + }, + { + "meta":13, + "properties":{ + "rotation":13 + }, + "id":176 + }, + { + "meta":14, + "properties":{ + "rotation":14 + }, + "id":176 + }, + { + "meta":15, + "properties":{ + "rotation":15 + }, + "id":176 + } + ] + }, + "wall_banner":{ + "states":[ + { + "meta":2, + "properties":{ + "facing":"south" + }, + "id":177 + }, + { + "meta":3, + "properties":{ + "facing":"north" + }, + "id":177 + }, + { + "meta":4, + "properties":{ + "facing":"east" + }, + "id":177 + }, + { + "meta":5, + "properties":{ + "facing":"west" + }, + "id":177 + } + ] + }, + "red_sandstone":{ + "id":179, + "meta":0 + }, + "chiseled_red_sandstone":{ + "id":179, + "meta":1 + }, + "cut_red_sandstone":{ + "id":179, + "meta":2 + }, + "red_sandstone_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":180 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":180 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":180 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":180 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":180 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":180 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":180 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":180 + } + ] + }, + "smooth_red_sandstone":{ + "id":181, + "meta":8 + }, + "red_sandstone_slab":{ + "states":[ + { + "meta":8, + "properties":{ + "type":"top" + }, + "id":182 + }, + { + "meta":0, + "properties":{ + "type":"bottom" + }, + "id":182 + }, + { + "meta":0, + "properties":{ + "type":"double" + }, + "id":181 + } + ] + }, + "spruce_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":183 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":183 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":183 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":183 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":183 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":183 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":183 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":183 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":183 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":183 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":183 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":183 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":183 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":183 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":183 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":183 + } + ] + }, + "birch_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":184 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":184 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":184 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":184 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":184 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":184 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":184 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":184 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":184 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":184 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":184 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":184 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":184 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":184 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":184 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":184 + } + ] + }, + "jungle_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":185 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":185 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":185 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":185 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":185 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":185 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":185 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":185 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":185 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":185 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":185 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":185 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":185 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":185 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":185 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":185 + } + ] + }, + "dark_oak_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":186 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":186 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":186 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":186 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":186 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":186 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":186 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":186 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":186 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":186 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":186 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":186 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":186 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":186 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":186 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":186 + } + ] + }, + "acacia_fence_gate":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south", + "open":false, + "powered":false + }, + "id":187 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "open":false, + "powered":false + }, + "id":187 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "open":false, + "powered":false + }, + "id":187 + }, + { + "meta":3, + "properties":{ + "facing":"east", + "open":false, + "powered":false + }, + "id":187 + }, + { + "meta":4, + "properties":{ + "facing":"south", + "open":true, + "powered":false + }, + "id":187 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "open":true, + "powered":false + }, + "id":187 + }, + { + "meta":6, + "properties":{ + "facing":"north", + "open":true, + "powered":false + }, + "id":187 + }, + { + "meta":7, + "properties":{ + "facing":"east", + "open":true, + "powered":false + }, + "id":187 + }, + { + "meta":8, + "properties":{ + "facing":"south", + "open":false, + "powered":true + }, + "id":187 + }, + { + "meta":9, + "properties":{ + "facing":"west", + "open":false, + "powered":true + }, + "id":187 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "open":false, + "powered":true + }, + "id":187 + }, + { + "meta":11, + "properties":{ + "facing":"east", + "open":false, + "powered":true + }, + "id":187 + }, + { + "meta":12, + "properties":{ + "facing":"south", + "open":true, + "powered":true + }, + "id":187 + }, + { + "meta":13, + "properties":{ + "facing":"west", + "open":true, + "powered":true + }, + "id":187 + }, + { + "meta":14, + "properties":{ + "facing":"north", + "open":true, + "powered":true + }, + "id":187 + }, + { + "meta":15, + "properties":{ + "facing":"east", + "open":true, + "powered":true + }, + "id":187 + } + ] + }, + "spruce_fence":{ + "id":188, + "meta":0 + }, + "birch_fence":{ + "id":189, + "meta":0 + }, + "jungle_fence":{ + "id":190, + "meta":0 + }, + "dark_oak_fence":{ + "id":191, + "meta":0 + }, + "acacia_fence":{ + "id":192, + "meta":0 + }, + "spruce_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":193 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":193 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":193 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":193 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":193 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":193 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":193 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":193 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":193 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":193 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":193 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":193 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":193 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":193 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":193 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":193 + } + ] + }, + "birch_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":194 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":194 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":194 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":194 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":194 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":194 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":194 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":194 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":194 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":194 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":194 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":194 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":194 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":194 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":194 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":194 + } + ] + }, + "jungle_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":195 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":195 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":195 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":195 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":195 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":195 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":195 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":195 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":195 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":195 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":195 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":195 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":195 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":195 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":195 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":195 + } + ] + }, + "acacia_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":196 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":196 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":196 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":196 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":196 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":196 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":196 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":196 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":196 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":196 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":196 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":196 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":196 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":196 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":196 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":196 + } + ] + }, + "dark_oak_door":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"west", + "open":false, + "half":"lower" + }, + "id":197 + }, + { + "meta":1, + "properties":{ + "facing":"north", + "open":false, + "half":"lower" + }, + "id":197 + }, + { + "meta":2, + "properties":{ + "facing":"east", + "open":false, + "half":"lower" + }, + "id":197 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "open":false, + "half":"lower" + }, + "id":197 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "open":true, + "half":"lower" + }, + "id":197 + }, + { + "meta":5, + "properties":{ + "facing":"north", + "open":true, + "half":"lower" + }, + "id":197 + }, + { + "meta":6, + "properties":{ + "facing":"east", + "open":true, + "half":"lower" + }, + "id":197 + }, + { + "meta":7, + "properties":{ + "facing":"south", + "open":true, + "half":"lower" + }, + "id":197 + }, + { + "meta":8, + "properties":{ + "hinge":"left", + "powered":false, + "open":false, + "half":"upper" + }, + "id":197 + }, + { + "meta":9, + "properties":{ + "hinge":"right", + "powered":false, + "open":false, + "half":"upper" + }, + "id":197 + }, + { + "meta":10, + "properties":{ + "hinge":"left", + "powered":true, + "open":false, + "half":"upper" + }, + "id":197 + }, + { + "meta":11, + "properties":{ + "hinge":"right", + "powered":true, + "open":false, + "half":"upper" + }, + "id":197 + }, + { + "meta":12, + "properties":{ + "hinge":"left", + "powered":false, + "open":true, + "half":"upper" + }, + "id":197 + }, + { + "meta":13, + "properties":{ + "hinge":"right", + "powered":false, + "open":true, + "half":"upper" + }, + "id":197 + }, + { + "meta":14, + "properties":{ + "hinge":"left", + "powered":true, + "open":true, + "half":"upper" + }, + "id":197 + }, + { + "meta":15, + "properties":{ + "hinge":"right", + "powered":true, + "open":true, + "half":"upper" + }, + "id":197 + } + ] + }, + "end_rod":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"up" + }, + "id":198 + }, + { + "meta":1, + "properties":{ + "facing":"down" + }, + "id":198 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":198 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":198 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":198 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":198 + } + ] + }, + "chorus_plant":{ + "id":199, + "meta":0 + }, + "chorus_flower":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":200 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":200 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":200 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":200 + }, + { + "meta":4, + "properties":{ + "age":4 + }, + "id":200 + }, + { + "meta":5, + "properties":{ + "age":5 + }, + "id":200 + } + ] + }, + "purpur_block":{ + "id":201, + "meta":0 + }, + "purpur_pillar":{ + "states":[ + { + "meta":0, + "properties":{ + "axis":"y" + }, + "id":202 + }, + { + "meta":4, + "properties":{ + "axis":"x" + }, + "id":202 + }, + { + "meta":8, + "properties":{ + "axis":"z" + }, + "id":202 + } + ] + }, + "purpur_stairs":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"east", + "half":"bottom" + }, + "id":203 + }, + { + "meta":1, + "properties":{ + "facing":"west", + "half":"bottom" + }, + "id":203 + }, + { + "meta":2, + "properties":{ + "facing":"south", + "half":"bottom" + }, + "id":203 + }, + { + "meta":3, + "properties":{ + "facing":"north", + "half":"bottom" + }, + "id":203 + }, + { + "meta":4, + "properties":{ + "facing":"east", + "half":"top" + }, + "id":203 + }, + { + "meta":5, + "properties":{ + "facing":"west", + "half":"top" + }, + "id":203 + }, + { + "meta":6, + "properties":{ + "facing":"south", + "half":"top" + }, + "id":203 + }, + { + "meta":7, + "properties":{ + "facing":"north", + "half":"top" + }, + "id":203 + } + ] + }, + "purpur_slab":{ + "states":[ + { + "meta":8, + "properties":{ + "type":"top" + }, + "id":205 + }, + { + "meta":0, + "properties":{ + "type":"bottom" + }, + "id":205 + }, + { + "meta":0, + "properties":{ + "type":"double" + }, + "id":204 + } + ] + }, + "end_bricks":{ + "id":206, + "meta":0 + }, + "beetroots":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":207 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":207 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":207 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":207 + } + ] + }, + "grass_path":{ + "id":208, + "meta":0 + }, + "end_gateway":{ + "id":209, + "meta":0 + }, + "repeating_command_block":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down", + "conditional":false + }, + "id":210 + }, + { + "meta":1, + "properties":{ + "facing":"up", + "conditional":false + }, + "id":210 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "conditional":false + }, + "id":210 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "conditional":false + }, + "id":210 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "conditional":false + }, + "id":210 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "conditional":false + }, + "id":210 + }, + { + "meta":8, + "properties":{ + "facing":"down", + "conditional":true + }, + "id":210 + }, + { + "meta":9, + "properties":{ + "facing":"up", + "conditional":true + }, + "id":210 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "conditional":true + }, + "id":210 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "conditional":true + }, + "id":210 + }, + { + "meta":12, + "properties":{ + "facing":"west", + "conditional":true + }, + "id":210 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "conditional":true + }, + "id":210 + } + ] + }, + "chain_command_block":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down", + "conditional":false + }, + "id":211 + }, + { + "meta":1, + "properties":{ + "facing":"up", + "conditional":false + }, + "id":211 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "conditional":false + }, + "id":211 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "conditional":false + }, + "id":211 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "conditional":false + }, + "id":211 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "conditional":false + }, + "id":211 + }, + { + "meta":8, + "properties":{ + "facing":"down", + "conditional":true + }, + "id":211 + }, + { + "meta":9, + "properties":{ + "facing":"up", + "conditional":true + }, + "id":211 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "conditional":true + }, + "id":211 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "conditional":true + }, + "id":211 + }, + { + "meta":12, + "properties":{ + "facing":"west", + "conditional":true + }, + "id":211 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "conditional":true + }, + "id":211 + } + ] + }, + "frosted_ice":{ + "states":[ + { + "meta":0, + "properties":{ + "age":0 + }, + "id":212 + }, + { + "meta":1, + "properties":{ + "age":1 + }, + "id":212 + }, + { + "meta":2, + "properties":{ + "age":2 + }, + "id":212 + }, + { + "meta":3, + "properties":{ + "age":3 + }, + "id":212 + } + ] + }, + "magma_block":{ + "id":213, + "meta":0 + }, + "nether_wart_block":{ + "id":214, + "meta":0 + }, + "red_nether_bricks":{ + "id":215, + "meta":0 + }, + "bone_block":{ + "states":[ + { + "meta":0, + "properties":{ + "axis":"y" + }, + "id":216 + }, + { + "meta":4, + "properties":{ + "axis":"x" + }, + "id":216 + }, + { + "meta":8, + "properties":{ + "axis":"z" + }, + "id":216 + } + ] + }, + "structure_void":{ + "id":217, + "meta":0 + }, + "observer":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down", + "powered":false + }, + "id":218 + }, + { + "meta":1, + "properties":{ + "facing":"up", + "powered":false + }, + "id":218 + }, + { + "meta":2, + "properties":{ + "facing":"north", + "powered":false + }, + "id":218 + }, + { + "meta":3, + "properties":{ + "facing":"south", + "powered":false + }, + "id":218 + }, + { + "meta":4, + "properties":{ + "facing":"west", + "powered":false + }, + "id":218 + }, + { + "meta":5, + "properties":{ + "facing":"east", + "powered":false + }, + "id":218 + }, + { + "meta":8, + "properties":{ + "facing":"down", + "powered":true + }, + "id":218 + }, + { + "meta":9, + "properties":{ + "facing":"up", + "powered":true + }, + "id":218 + }, + { + "meta":10, + "properties":{ + "facing":"north", + "powered":true + }, + "id":218 + }, + { + "meta":11, + "properties":{ + "facing":"south", + "powered":true + }, + "id":218 + }, + { + "meta":12, + "properties":{ + "facing":"west", + "powered":true + }, + "id":218 + }, + { + "meta":13, + "properties":{ + "facing":"east", + "powered":true + }, + "id":218 + } + ] + }, + "white_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":219 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":219 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":219 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":219 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":219 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":219 + } + ] + }, + "orange_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":220 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":220 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":220 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":220 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":220 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":220 + } + ] + }, + "magenta_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":221 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":221 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":221 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":221 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":221 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":221 + } + ] + }, + "light_blue_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":222 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":222 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":222 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":222 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":222 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":222 + } + ] + }, + "yellow_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":223 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":223 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":223 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":223 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":223 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":223 + } + ] + }, + "lime_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":224 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":224 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":224 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":224 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":224 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":224 + } + ] + }, + "pink_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":225 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":225 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":225 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":225 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":225 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":225 + } + ] + }, + "gray_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":226 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":226 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":226 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":226 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":226 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":226 + } + ] + }, + "silver_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":227 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":227 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":227 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":227 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":227 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":227 + } + ] + }, + "cyan_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":228 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":228 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":228 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":228 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":228 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":228 + } + ] + }, + "purple_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":229 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":229 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":229 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":229 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":229 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":229 + } + ] + }, + "blue_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":230 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":230 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":230 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":230 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":230 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":230 + } + ] + }, + "brown_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":231 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":231 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":231 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":231 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":231 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":231 + } + ] + }, + "green_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":232 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":232 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":232 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":232 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":232 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":232 + } + ] + }, + "red_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":233 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":233 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":233 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":233 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":233 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":233 + } + ] + }, + "black_shulker_box":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"down" + }, + "id":234 + }, + { + "meta":1, + "properties":{ + "facing":"up" + }, + "id":234 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":234 + }, + { + "meta":3, + "properties":{ + "facing":"south" + }, + "id":234 + }, + { + "meta":4, + "properties":{ + "facing":"west" + }, + "id":234 + }, + { + "meta":5, + "properties":{ + "facing":"east" + }, + "id":234 + } + ] + }, + "white_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":235 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":235 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":235 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":235 + } + ] + }, + "orange_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":236 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":236 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":236 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":236 + } + ] + }, + "magenta_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":237 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":237 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":237 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":237 + } + ] + }, + "light_blue_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":238 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":238 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":238 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":238 + } + ] + }, + "yellow_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":239 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":239 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":239 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":239 + } + ] + }, + "lime_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":240 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":240 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":240 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":240 + } + ] + }, + "pink_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":241 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":241 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":241 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":241 + } + ] + }, + "gray_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":242 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":242 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":242 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":242 + } + ] + }, + "silver_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":243 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":243 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":243 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":243 + } + ] + }, + "cyan_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":244 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":244 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":244 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":244 + } + ] + }, + "purple_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":245 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":245 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":245 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":245 + } + ] + }, + "blue_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":246 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":246 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":246 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":246 + } + ] + }, + "brown_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":247 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":247 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":247 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":247 + } + ] + }, + "green_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":248 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":248 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":248 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":248 + } + ] + }, + "red_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":249 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":249 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":249 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":249 + } + ] + }, + "black_glazed_terracotta":{ + "states":[ + { + "meta":0, + "properties":{ + "facing":"south" + }, + "id":250 + }, + { + "meta":1, + "properties":{ + "facing":"west" + }, + "id":250 + }, + { + "meta":2, + "properties":{ + "facing":"north" + }, + "id":250 + }, + { + "meta":3, + "properties":{ + "facing":"east" + }, + "id":250 + } + ] + }, + "white_concrete":{ + "id":251, + "meta":0 + }, + "orange_concrete":{ + "id":251, + "meta":1 + }, + "magenta_concrete":{ + "id":251, + "meta":2 + }, + "light_blue_concrete":{ + "id":251, + "meta":3 + }, + "yellow_concrete":{ + "id":251, + "meta":4 + }, + "lime_concrete":{ + "id":251, + "meta":5 + }, + "pink_concrete":{ + "id":251, + "meta":6 + }, + "gray_concrete":{ + "id":251, + "meta":7 + }, + "light_gray_concrete":{ + "id":251, + "meta":8 + }, + "cyan_concrete":{ + "id":251, + "meta":9 + }, + "purple_concrete":{ + "id":251, + "meta":10 + }, + "blue_concrete":{ + "id":251, + "meta":11 + }, + "brown_concrete":{ + "id":251, + "meta":12 + }, + "green_concrete":{ + "id":251, + "meta":13 + }, + "red_concrete":{ + "id":251, + "meta":14 + }, + "black_concrete":{ + "id":251, + "meta":15 + }, + "white_concrete_powder":{ + "id":252, + "meta":0 + }, + "orange_concrete_powder":{ + "id":252, + "meta":1 + }, + "magenta_concrete_powder":{ + "id":252, + "meta":2 + }, + "light_blue_concrete_powder":{ + "id":252, + "meta":3 + }, + "yellow_concrete_powder":{ + "id":252, + "meta":4 + }, + "lime_concrete_powder":{ + "id":252, + "meta":5 + }, + "pink_concrete_powder":{ + "id":252, + "meta":6 + }, + "gray_concrete_powder":{ + "id":252, + "meta":7 + }, + "light_gray_concrete_powder":{ + "id":252, + "meta":8, + "model":"silver_concrete_powder" + }, + "cyan_concrete_powder":{ + "id":252, + "meta":9 + }, + "purple_concrete_powder":{ + "id":252, + "meta":10 + }, + "blue_concrete_powder":{ + "id":252, + "meta":11 + }, + "brown_concrete_powder":{ + "id":252, + "meta":12 + }, + "green_concrete_powder":{ + "id":252, + "meta":13 + }, + "red_concrete_powder":{ + "id":252, + "meta":14 + }, + "black_concrete_powder":{ + "id":252, + "meta":15 + }, + "structure_block":{ + "states":[ + { + "meta":0, + "properties":{ + "mode":"save" + }, + "id":255 + }, + { + "meta":1, + "properties":{ + "mode":"load" + }, + "id":255 + }, + { + "meta":2, + "properties":{ + "mode":"corner" + }, + "id":255 + }, + { + "meta":3, + "properties":{ + "mode":"data" + }, + "id":255 + } + ] + } +} diff --git a/_/dimensions.json b/_/dimensions.json new file mode 100644 index 0000000..15c19e7 --- /dev/null +++ b/_/dimensions.json @@ -0,0 +1,14 @@ +{ + "minecraft:overworld": { + "id": 0, + "has_sky_light": true + }, + "minecraft:the_nether": { + "id": -1, + "has_sky_light": false + }, + "minecraft:the_end": { + "id": 1, + "has_sky_light": false + } +} diff --git a/_/enchantments.json b/_/enchantments.json new file mode 100644 index 0000000..26f5987 --- /dev/null +++ b/_/enchantments.json @@ -0,0 +1,363 @@ +{ + "minecraft:protection": { + "id": 0, + "rarity": 0, + "category": "armor", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 4 + }, + "minecraft:fire_protection": { + "id": 1, + "rarity": 1, + "category": "armor", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 4 + }, + "minecraft:feather_falling": { + "id": 2, + "rarity": 1, + "category": "armor_feet", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 4 + }, + "minecraft:blast_protection": { + "id": 3, + "rarity": 2, + "category": "armor", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 4 + }, + "minecraft:projectile_protection": { + "id": 4, + "rarity": 1, + "category": "armor", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 4 + }, + "minecraft:respiration": { + "id": 5, + "translation_key": "oxygen", + "rarity": 2, + "category": "armor_head", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:aqua_affinity": { + "id": 6, + "translation_key": "waterWorker", + "rarity": 2, + "category": "armor_head", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:thorns": { + "id": 7, + "translation_key": "thorns", + "rarity": 3, + "category": "armor_chest", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:depth_strider": { + "id": 8, + "translation_key": "waterWalker", + "rarity": 2, + "category": "armor_feet", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:frost_walker": { + "id": 9, + "translation_key": "frostWalker", + "rarity": 2, + "category": "armor_feet", + "slots": [ + "feet" + ], + "minimum_level": 1, + "maximum_level": 2 + }, + "minecraft:binding_curse": { + "id": 10, + "translation_key": "binding_curse", + "rarity": 3, + "category": "wearable", + "slots": [ + "head", + "chest", + "legs", + "feet" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:sharpness": { + "id": 16, + "rarity": 0, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 5 + }, + "minecraft:smite": { + "id": 17, + "rarity": 1, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 5 + }, + "minecraft:bane_of_arthropods": { + "id": 18, + "rarity": 1, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 5 + }, + "minecraft:knockback": { + "id": 19, + "translation_key": "knockback", + "rarity": 1, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 2 + }, + "minecraft:fire_aspect": { + "id": 20, + "translation_key": "fire", + "rarity": 2, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 2 + }, + "minecraft:looting": { + "id": 21, + "translation_key": "lootBonus", + "rarity": 2, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:sweeping": { + "id": 22, + "rarity": 2, + "category": "weapon", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:efficiency": { + "id": 32, + "translation_key": "digging", + "rarity": 0, + "category": "digger", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 5 + }, + "minecraft:silk_touch": { + "id": 33, + "translation_key": "untouching", + "rarity": 3, + "category": "digger", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:unbreaking": { + "id": 34, + "translation_key": "durability", + "rarity": 1, + "category": "breakable", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:fortune": { + "id": 35, + "translation_key": "lootBonusDigger", + "rarity": 2, + "category": "digger", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:power": { + "id": 48, + "translation_key": "arrowDamage", + "rarity": 0, + "category": "bow", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 5 + }, + "minecraft:punch": { + "id": 49, + "translation_key": "arrowKnockback", + "rarity": 2, + "category": "bow", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 2 + }, + "minecraft:flame": { + "id": 50, + "translation_key": "arrowFire", + "rarity": 2, + "category": "bow", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:infinity": { + "id": 51, + "translation_key": "arrowInfinite", + "rarity": 3, + "category": "bow", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:luck_of_the_sea": { + "id": 61, + "translation_key": "lootBonusFishing", + "rarity": 2, + "category": "fishing_rod", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:lure": { + "id": 62, + "translation_key": "fishingSpeed", + "rarity": 2, + "category": "fishing_rod", + "slots": [ + "mainhand" + ], + "minimum_level": 1, + "maximum_level": 3 + }, + "minecraft:mending": { + "id": 70, + "translation_key": "mending", + "rarity": 2, + "category": "breakable", + "slots": [ + "mainhand", + "offhand", + "feet", + "legs", + "chest", + "head" + ], + "minimum_level": 1, + "maximum_level": 1 + }, + "minecraft:vanishing_curse": { + "id": 71, + "translation_key": "vanishing_curse", + "rarity": 3, + "category": "all", + "slots": [ + "mainhand", + "offhand", + "feet", + "legs", + "chest", + "head" + ], + "minimum_level": 1, + "maximum_level": 1 + } +} \ No newline at end of file diff --git a/_/entities.json b/_/entities.json new file mode 100644 index 0000000..4af6543 --- /dev/null +++ b/_/entities.json @@ -0,0 +1,352 @@ +{ + "ghast": { + "width": 4, + "id": 56, + "height": 4 + }, + "skeleton": { + "width": 0.6, + "id": 51, + "height": 1.95 + }, + "minecart": { + "width": 0.98, + "id": 42, + "height": 0.7 + }, + "endermite": { + "width": 0.4, + "id": 67, + "height": 0.3 + }, + "squid": { + "width": 0.95, + "id": 94, + "height": 0.95 + }, + "spawner_minecart": { + "width": 0.98, + "id": 47, + "height": 0.7 + }, + "spider": { + "width": 1.4, + "id": 52, + "height": 0.9 + }, + "pig": { + "width": 0.9, + "id": 90, + "height": 0.9 + }, + "command_block_minecart": { + "width": 0.98, + "id": 40, + "height": 0.7 + }, + "armor_stand": { + "width": 0.5, + "id": 30, + "height": 1.975 + }, + "zombie_pigman": { + "width": 0.6, + "id": 57, + "height": 1.95 + }, + "mooshroom": { + "width": 0.9, + "id": 96, + "height": 1.3 + }, + "ocelot": { + "width": 0.6, + "id": 98, + "height": 0.7 + }, + "magma_cube": { + "width": 0.51000005, + "id": 62, + "height": 0.51000005 + }, + "chicken": { + "width": 0.4, + "id": 93, + "height": 0.7 + }, + "boat": { + "width": 1.5, + "id": 41, + "height": 0.6 + }, + "small_fireball": { + "width": 0.3125, + "id": 13, + "height": 0.3125 + }, + "elder_guardian": { + "width": 1.9975, + "id": 4, + "height": 1.9975 + }, + "giant": { + "width": 3.6, + "id": 53, + "height": 11.7 + }, + "silverfish": { + "width": 0.4, + "id": 60, + "height": 0.3 + }, + "creeper": { + "width": 0.6, + "id": 50, + "height": 1.8 + }, + "tnt_minecart": { + "width": 0.98, + "id": 45, + "height": 0.7 + }, + "wither_skull": { + "width": 0.3125, + "id": 19, + "height": 0.3125 + }, + "chest_minecart": { + "width": 0.98, + "id": 43, + "height": 0.7 + }, + "blaze": { + "width": 0.6, + "id": 61, + "height": 1.8 + }, + "cave_spider": { + "width": 0.7, + "id": 59, + "height": 0.5 + }, + "ender_dragon": { + "width": 16, + "id": 63, + "height": 8 + }, + "sheep": { + "width": 0.9, + "id": 91, + "height": 1.3 + }, + "snow_golem": { + "width": 0.7, + "id": 97, + "height": 1.9 + }, + "potion": { + "width": 0.25, + "id": 16, + "height": 0.25 + }, + "item_frame": { + "width": 1, + "id": 18, + "height": 1 + }, + "enderman": { + "width": 0.6, + "id": 58, + "height": 2.9 + }, + "ender_pearl": { + "width": 0.25, + "id": 14, + "height": 0.25 + }, + "guardian": { + "width": 0.85, + "id": 68, + "height": 0.85 + }, + "villager": { + "width": 0.6, + "id": 120, + "height": 1.8 + }, + "fishing_bobber": { + "width": 0.25, + "height": 0.25 + }, + "zombie_villager": { + "width": 0.6, + "id": 27, + "height": 1.95 + }, + "horse": { + "width": 1.4, + "id": 100, + "height": 1.6 + }, + "falling_block": { + "width": 0.98, + "id": 21, + "height": 0.98 + }, + "mule": { + "width": 1.4, + "id": 32, + "height": 1.6 + }, + "zombie": { + "width": 0.6, + "id": 54, + "height": 1.95 + }, + "iron_golem": { + "width": 1.4, + "id": 99, + "height": 2.9 + }, + "snowball": { + "width": 0.25, + "id": 11, + "height": 0.25 + }, + "witch": { + "width": 0.6, + "id": 66, + "height": 1.95 + }, + "rabbit": { + "width": 0.6, + "id": 101, + "height": 0.7 + }, + "leash_knot": { + "width": 0.5, + "id": 8, + "height": 0.5 + }, + "end_crystal": { + "width": 2, + "id": 200, + "height": 2 + }, + "experience_orb": { + "width": 0.5, + "id": 2, + "height": 0.5 + }, + "donkey": { + "width": 1.4, + "id": 31, + "height": 1.6 + }, + "furnace_minecart": { + "width": 0.98, + "id": 44, + "height": 0.7 + }, + "tnt": { + "width": 0.98, + "id": 20, + "height": 0.98 + }, + "bat": { + "width": 0.5, + "id": 65, + "height": 0.9 + }, + "cow": { + "width": 0.9, + "id": 92, + "height": 1.3 + }, + "player": { + "width": 0.6, + "height": 1.8 + }, + "egg": { + "width": 0.25, + "id": 7, + "height": 0.25 + }, + "painting": { + "width": 1, + "id": 9, + "height": 1 + }, + "eye_of_ender": { + "width": 0.25, + "id": 15, + "height": 0.25 + }, + "item": { + "width": 0.25, + "data": { + "ITEM_ITEM": 10 + }, + "id": 1, + "height": 0.25 + }, + "wither": { + "width": 0.9, + "id": 64, + "height": 3.5 + }, + "wolf": { + "width": 0.6, + "id": 95, + "height": 0.8 + }, + "hopper_minecart": { + "width": 0.98, + "id": 46, + "height": 0.7 + }, + "arrow": { + "width": 0.5, + "id": 10, + "height": 0.5 + }, + "experience_bottle": { + "width": 0.25, + "id": 17, + "height": 0.25 + }, + "wither_skeleton": { + "width": 0.72, + "id": 5, + "height": 2.535 + }, + "zombie_horse": { + "width": 1.4, + "id": 29, + "height": 1.6 + }, + "skeleton_horse": { + "width": 1.4, + "id": 28, + "height": 1.6 + }, + "fireball": { + "width": 1, + "id": 12, + "height": 1 + }, + "slime": { + "width": 0.51000005, + "id": 55, + "height": 0.51000005 + }, + "firework_rocket": { + "width": 0.25, + "id": 22, + "height": 0.25 + }, + "lightning_bolt": { + "width": 0, + "height": 0 + } +} diff --git a/_/fluids.json b/_/fluids.json new file mode 100644 index 0000000..efcddf5 --- /dev/null +++ b/_/fluids.json @@ -0,0 +1,8 @@ +{ + "minecraft:water": { + "id": 0 + }, + "minecraft:lava": { + "id": 1 + } +} diff --git a/_/mob_effect.json b/_/mob_effect.json new file mode 100644 index 0000000..e5e60b9 --- /dev/null +++ b/_/mob_effect.json @@ -0,0 +1,98 @@ +{ + "speed": { + "id": 1 + }, + "slowness": { + "id": 2 + }, + "haste": { + "id": 3 + }, + "mining_fatigue": { + "id": 4 + }, + "strength": { + "id": 5 + }, + "instant_health": { + "id": 6 + }, + "instant_damage": { + "id": 7 + }, + "jump_boost": { + "id": 8 + }, + "nausea": { + "id": 9 + }, + "regeneration": { + "id": 10 + }, + "resistance": { + "id": 11 + }, + "fire_resistance": { + "id": 12 + }, + "water_breathing": { + "id": 13 + }, + "invisibility": { + "id": 14 + }, + "blindness": { + "id": 15 + }, + "night_vision": { + "id": 16 + }, + "hunger": { + "id": 17 + }, + "weakness": { + "id": 18 + }, + "poison": { + "id": 19 + }, + "wither": { + "id": 20 + }, + "health_boost": { + "id": 21 + }, + "absorption": { + "id": 22 + }, + "saturation": { + "id": 23 + }, + "glowing": { + "id": 24 + }, + "levitation": { + "id": 25 + }, + "luck": { + "id": 26 + }, + "unluck": { + "id": 27 + }, + "slow_falling": { + "id": 28 + }, + "conduit_power": { + "id": 29 + }, + "dolphins_grace": { + "id": 30 + }, + "bad_omen": { + "id": 31 + }, + "hero_of_the_village": { + "id": 32 + } +} diff --git a/_/motif.json b/_/motif.json new file mode 100644 index 0000000..f322e59 --- /dev/null +++ b/_/motif.json @@ -0,0 +1,28 @@ +{ + "kebab": {}, + "aztec": {}, + "alban": {}, + "aztec2": {}, + "bomb": {}, + "plant": {}, + "wasteland": {}, + "pool": {}, + "courbet": {}, + "sea": {}, + "sunset": {}, + "creebet": {}, + "wanderer": {}, + "graham": {}, + "match": {}, + "bust": {}, + "stage": {}, + "void": {}, + "skull_and_roses": {}, + "wither": {}, + "fighters": {}, + "pointer": {}, + "pigscene": {}, + "burning_skull": {}, + "skeleton": {}, + "donkey_kong": {} +} diff --git a/_/particle_type.json b/_/particle_type.json new file mode 100644 index 0000000..1a6bb40 --- /dev/null +++ b/_/particle_type.json @@ -0,0 +1,149 @@ +{ + "explode": { + "id": 0 + }, + "largeexplode": { + "id": 1 + }, + "hugeexplosion": { + "id": 2 + }, + "fireworksSpark": { + "id": 3 + }, + "bubble": { + "id": 4 + }, + "splash": { + "id": 5 + }, + "wake": { + "id": 6 + }, + "suspended": { + "id": 7 + }, + "depthsuspend": { + "id": 8 + }, + "crit": { + "id": 9 + }, + "magicCrit": { + "id": 10 + }, + "smoke": { + "id": 11 + }, + "largesmoke": { + "id": 12 + }, + "spell": { + "id": 13 + }, + "instantSpell": { + "id": 14 + }, + "mobSpell": { + "id": 15 + }, + "mobSpellAmbient": { + "id": 16 + }, + "witchMagic": { + "id": 17 + }, + "dripWater": { + "id": 18 + }, + "dripLava": { + "id": 19 + }, + "angryVillager": { + "id": 20 + }, + "happyVillager": { + "id": 21 + }, + "townaura": { + "id": 22 + }, + "note": { + "id": 23 + }, + "portal": { + "id": 24 + }, + "enchantmenttable": { + "id": 25 + }, + "flame": { + "id": 26 + }, + "lava": { + "id": 27 + }, + "footstep": { + "id": 28 + }, + "cloud": { + "id": 29 + }, + "reddust": { + "id": 30 + }, + "snowballpoof": { + "id": 31 + }, + "snowshovel": { + "id": 32 + }, + "slime": { + "id": 33 + }, + "heart": { + "id": 34 + }, + "barrier": { + "id": 35 + }, + "iconcrack": { + "id": 36 + }, + "blockcrack": { + "id": 37 + }, + "blockdust": { + "id": 38 + }, + "droplet": { + "id": 39 + }, + "take": { + "id": 40 + }, + "mobappearance": { + "id": 41 + }, + "dragonbreath": { + "id": 42 + }, + "endrod": { + "id": 43 + }, + "damageindicator": { + "id": 44 + }, + "sweepattack": { + "id": 45 + }, + "fallingdust": { + "id": 46 + }, + "totem": { + "id": 47 + }, + "spit": { + "id": 48 + } +} diff --git a/index.json b/index.json new file mode 100644 index 0000000..cb7b87c --- /dev/null +++ b/index.json @@ -0,0 +1,46 @@ +{ + "biomes": [ + { + "version": "_", + "hash": "abc" + } + ], + "dimensions": [ + { + "version": "_", + "hash": "abc" + } + ], + "blocks": [ + { + "version": "_", + "hash": "abc" + } + ], + "entities": [ + { + "version": "_", + "hash": "abc" + }, + { + "version": "1.8.9", + "hash": "abc" + }, + { + "version": "1.12.2", + "hash": "abc" + } + ], + "fluids": [ + { + "version": "_", + "hash": "abc" + } + ], + "particle_type": [ + { + "version": "_", + "hash": "abc" + } + ] +}