diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..aef18954b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/rust:1": {}, + "ghcr.io/devcontainers/features/java:1": { + "version": "17", + "installGradle": true + } + } +} diff --git a/Cargo.toml b/Cargo.toml index ae6183288..768407b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,6 +92,7 @@ opt-level = 1 [workspace] members = ["crates/*", "tools/*"] +# members = ["crates/*", "tools/playground"] exclude = [] resolver = "2" diff --git a/crates/valence_advancement/src/lib.rs b/crates/valence_advancement/src/lib.rs index a5229f025..3f8d3c31c 100644 --- a/crates/valence_advancement/src/lib.rs +++ b/crates/valence_advancement/src/lib.rs @@ -267,8 +267,9 @@ impl<'w, 's, 'a> Encode for AdvancementUpdateEncodeS2c<'w, 's, 'a> { } } +// ???? wtf ???? impl<'w, 's, 'a> Packet for AdvancementUpdateEncodeS2c<'w, 's, 'a> { - const ID: i32 = packet_id::ADVANCEMENT_UPDATE_S2C; + const ID: i32 = packet_id::PLAY_ADVANCEMENT_UPDATE_S2C; const NAME: &'static str = "AdvancementUpdateEncodeS2c"; const SIDE: PacketSide = PacketSide::Clientbound; const STATE: PacketState = PacketState::Play; diff --git a/crates/valence_entity/extracted/entities.json b/crates/valence_entity/extracted/entities.json index f7638662d..9534e8c88 100644 --- a/crates/valence_entity/extracted/entities.json +++ b/crates/valence_entity/extracted/entities.json @@ -39,26 +39,8 @@ "attributes": [] }, "AbstractMinecartEntity": { - "parent": "Entity", + "parent": "VehicleEntity", "fields": [ - { - "name": "damage_wobble_ticks", - "index": 8, - "type": "integer", - "default_value": 0 - }, - { - "name": "damage_wobble_side", - "index": 9, - "type": "integer", - "default_value": 1 - }, - { - "name": "damage_wobble_strength", - "index": 10, - "type": "float", - "default_value": 0.0 - }, { "name": "custom_block_id", "index": 11, @@ -116,49 +98,54 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 4, - "name": "generic.flying_speed", + "id": 12, + "name": "generic.movement_speed", "base_value": 0.10000000149011612 }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 48.0 }, { "id": 3, - "name": "generic.movement_speed", + "name": "generic.attack_knockback", + "base_value": 0.0 + }, + { + "id": 5, + "name": "generic.flying_speed", "base_value": 0.10000000149011612 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -287,29 +274,34 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 2, - "name": "generic.knockback_resistance", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 8, - "name": "generic.armor", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 3, + "id": 12, "name": "generic.movement_speed", "base_value": 0.699999988079071 }, + { + "id": 8, + "name": "generic.knockback_resistance", + "base_value": 0.0 + }, { "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "name": "generic.armor", + "base_value": 0.0 } ], "default_bounding_box": { @@ -362,44 +354,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 14.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 1.0 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 1.0 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 14.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -422,39 +419,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 6.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 6.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -483,49 +485,54 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 4, - "name": "generic.flying_speed", - "base_value": 0.6000000238418579 + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 48.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 5, + "name": "generic.flying_speed", + "base_value": 0.6000000238418579 + }, + { + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -548,44 +555,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 48.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -601,7 +613,7 @@ "fields": [ { "name": "block_state", - "index": 22, + "index": 23, "type": "block_state", "default_value": "Block{minecraft:air}" } @@ -613,28 +625,10 @@ } }, "BoatEntity": { - "parent": "Entity", + "parent": "VehicleEntity", "type": "boat", "translation_key": "entity.minecraft.boat", "fields": [ - { - "name": "damage_wobble_ticks", - "index": 8, - "type": "integer", - "default_value": 0 - }, - { - "name": "damage_wobble_side", - "index": 9, - "type": "integer", - "default_value": 1 - }, - { - "name": "damage_wobble_strength", - "index": 10, - "type": "float", - "default_value": 0.0 - }, { "name": "boat_type", "index": 11, @@ -666,16 +660,74 @@ "size_z": 1.375 } }, - "CamelEntity": { - "parent": "AbstractHorseEntity", - "type": "camel", - "translation_key": "entity.minecraft.camel", - "fields": [ + "BreezeEntity": { + "parent": "HostileEntity", + "type": "breeze", + "translation_key": "entity.minecraft.breeze", + "fields": [], + "attributes": [ { - "name": "dashing", - "index": 18, - "type": "boolean", - "default_value": false + "id": 1, + "name": "generic.armor_toughness", + "base_value": 0.0 + }, + { + "id": 11, + "name": "generic.max_health", + "base_value": 30.0 + }, + { + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.6000000238418579 + }, + { + "id": 8, + "name": "generic.knockback_resistance", + "base_value": 0.0 + }, + { + "id": 0, + "name": "generic.armor", + "base_value": 0.0 + }, + { + "id": 6, + "name": "generic.follow_range", + "base_value": 24.0 + }, + { + "id": 3, + "name": "generic.attack_knockback", + "base_value": 0.0 + }, + { + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 + } + ], + "default_bounding_box": { + "size_x": 0.6000000238418579, + "size_y": 1.7000000476837158, + "size_z": 0.6000000238418579 + } + }, + "CamelEntity": { + "parent": "AbstractHorseEntity", + "type": "camel", + "translation_key": "entity.minecraft.camel", + "fields": [ + { + "name": "dashing", + "index": 18, + "type": "boolean", + "default_value": false }, { "name": "last_pose_tick", @@ -686,44 +738,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 32.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.09000000357627869 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.41999998688697815 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.09000000357627869 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 32.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -764,44 +821,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -817,44 +879,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 12.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 12.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -892,39 +959,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 4.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 4.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -940,39 +1012,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 3.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 3.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -1012,39 +1089,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -1079,44 +1161,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -1141,8 +1228,14 @@ "default_value": 0 }, { - "name": "translation", + "name": "teleport_duration", "index": 10, + "type": "integer", + "default_value": 0 + }, + { + "name": "translation", + "index": 11, "type": "vector3f", "default_value": { "x": 0.0, @@ -1152,7 +1245,7 @@ }, { "name": "scale", - "index": 11, + "index": 12, "type": "vector3f", "default_value": { "x": 1.0, @@ -1162,7 +1255,7 @@ }, { "name": "left_rotation", - "index": 12, + "index": 13, "type": "quaternionf", "default_value": { "x": 0.0, @@ -1173,7 +1266,7 @@ }, { "name": "right_rotation", - "index": 13, + "index": 14, "type": "quaternionf", "default_value": { "x": 0.0, @@ -1184,49 +1277,49 @@ }, { "name": "billboard", - "index": 14, + "index": 15, "type": "byte", "default_value": 0 }, { "name": "brightness", - "index": 15, + "index": 16, "type": "integer", "default_value": -1 }, { "name": "view_range", - "index": 16, + "index": 17, "type": "float", "default_value": 1.0 }, { "name": "shadow_radius", - "index": 17, + "index": 18, "type": "float", "default_value": 0.0 }, { "name": "shadow_strength", - "index": 18, + "index": 19, "type": "float", "default_value": 1.0 }, { "name": "width", - "index": 19, + "index": 20, "type": "float", "default_value": 0.0 }, { "name": "height", - "index": 20, + "index": 21, "type": "float", "default_value": 0.0 }, { "name": "glow_color_override", - "index": 21, + "index": 22, "type": "integer", "default_value": -1 } @@ -1262,44 +1355,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 1.2000000476837158 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 1.2000000476837158 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -1315,44 +1413,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 53.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.17499999701976776 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.5 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.17499999701976776 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 53.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -1379,49 +1482,54 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 11, + "id": 13, "name": "zombie.spawn_reinforcements", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 2.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 35.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -1448,44 +1556,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 80.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 8.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 80.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 8.0 } ], "default_bounding_box": { @@ -1532,39 +1645,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 200.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 200.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -1610,44 +1728,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 40.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 7.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 64.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 40.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 7.0 } ], "default_bounding_box": { @@ -1663,44 +1786,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 8.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 8.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -1769,44 +1897,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 24.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.5 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 12.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.5 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 24.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -2006,44 +2139,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 32.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -2072,43 +2210,48 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 1.0 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 10.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 1.0 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", + "id": 2, + "name": "generic.attack_damage", "base_value": 10.0 } ], @@ -2150,39 +2293,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 100.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -2198,44 +2346,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 100.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.5 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 50.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.5 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 100.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 50.0 } ], "default_bounding_box": { @@ -2269,39 +2422,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -2336,44 +2494,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -2407,44 +2570,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 30.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.5 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.5 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 30.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -2467,44 +2635,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 1.0 + "id": 11, + "name": "generic.max_health", + "base_value": 40.0 }, { - "id": 2, + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.6000000238418579 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 1.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 40.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -2538,44 +2711,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 53.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.22499999403953552 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.7 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.22499999403953552 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 53.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -2596,49 +2774,54 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 11, + "id": 13, "name": "zombie.spawn_reinforcements", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 2.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 35.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -2659,44 +2842,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 32.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.5 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 18.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.5 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 32.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -2749,44 +2937,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 100.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 1.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 15.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 100.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 15.0 } ], "default_bounding_box": { @@ -2802,13 +2995,13 @@ "fields": [ { "name": "item", - "index": 22, + "index": 23, "type": "item_stack", "default_value": "0 air" }, { "name": "item_display", - "index": 23, + "index": 24, "type": "byte", "default_value": 0 } @@ -2896,7 +3089,7 @@ "name": "health", "index": 9, "type": "float", - "default_value": 14.0 + "default_value": 3.0 }, { "name": "potion_swirls_color", @@ -2957,44 +3150,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 53.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.17499999701976776 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 40.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.5 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.17499999701976776 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 53.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -3021,44 +3219,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -3127,39 +3330,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -3175,44 +3383,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 53.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.17499999701976776 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.5 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.17499999701976776 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 53.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -3235,44 +3448,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -3343,44 +3561,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.15000000596046448 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.15000000596046448 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -3403,44 +3626,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 6.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 4, - "name": "generic.flying_speed", - "base_value": 0.4000000059604645 + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 }, { "id": 8, + "name": "generic.knockback_resistance", + "base_value": 0.0 + }, + { + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 6.0 + "id": 5, + "name": "generic.flying_speed", + "base_value": 0.4000000059604645 } ], "default_bounding_box": { @@ -3502,44 +3730,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -3568,39 +3801,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -3616,44 +3854,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 50.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.3499999940395355 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 7.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.3499999940395355 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 50.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 7.0 } ], "default_bounding_box": { @@ -3688,44 +3931,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 16.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.3499999940395355 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 5.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.3499999940395355 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 16.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 5.0 } ], "default_bounding_box": { @@ -3748,44 +3996,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 24.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.3499999940395355 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 5.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 32.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.3499999940395355 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 24.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 5.0 } ], "default_bounding_box": { @@ -3838,44 +4091,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 2, - "name": "generic.knockback_resistance", - "base_value": 0.0 - }, - { - "id": 8, - "name": "generic.armor", + "id": 9, + "name": "generic.luck", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 1.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 7, + "id": 4, "name": "generic.attack_speed", "base_value": 4.0 }, { - "id": 3, + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, "name": "generic.movement_speed", "base_value": 0.10000000149011612 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 8, + "name": "generic.knockback_resistance", + "base_value": 0.0 }, { - "id": 10, - "name": "generic.luck", + "id": 0, + "name": "generic.armor", "base_value": 0.0 + }, + { + "id": 2, + "name": "generic.attack_damage", + "base_value": 1.0 } ] }, @@ -3893,44 +4151,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 30.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 20.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 30.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -3968,39 +4231,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 3.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 3.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4023,39 +4291,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 3.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 3.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4083,44 +4356,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 1.5 + "id": 11, + "name": "generic.max_health", + "base_value": 100.0 }, { - "id": 2, + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.3 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.75 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 12.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 32.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.3 + "name": "generic.attack_knockback", + "base_value": 1.5 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 100.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 12.0 } ], "default_bounding_box": { @@ -4136,39 +4414,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 3.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 3.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4196,39 +4479,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 8.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 8.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4274,39 +4562,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 30.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 30.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4322,44 +4615,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 8.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 1.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 8.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 1.0 } ], "default_bounding_box": { @@ -4382,44 +4680,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -4435,44 +4738,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 15.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.7 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 15.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4495,44 +4803,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -4572,39 +4885,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 14.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.10000000149011612 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.10000000149011612 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 14.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4627,39 +4945,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 4.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 4.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4727,50 +5050,55 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 16.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 16.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { - "size_x": 1.399999976158142, - "size_y": 0.8999999761581421, - "size_z": 1.399999976158142 + "size_x": 0.699999988079071, + "size_y": 0.5, + "size_z": 0.699999988079071 } }, "SquidEntity": { @@ -4780,39 +5108,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 10.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 10.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4832,44 +5165,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -4904,39 +5242,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.17499999701976776 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.17499999701976776 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -4952,39 +5295,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 6.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 1.0 + }, { "id": 8, + "name": "generic.knockback_resistance", + "base_value": 0.0 + }, + { + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 1.0 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 6.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5023,31 +5371,31 @@ "fields": [ { "name": "text", - "index": 22, + "index": 23, "type": "text_component", "default_value": "" }, { "name": "line_width", - "index": 23, + "index": 24, "type": "integer", "default_value": 200 }, { "name": "background", - "index": 24, + "index": 25, "type": "integer", "default_value": 1073741824 }, { "name": "text_opacity", - "index": 25, + "index": 26, "type": "byte", "default_value": -1 }, { "name": "text_display_flags", - "index": 26, + "index": 27, "type": "byte", "default_value": 0 } @@ -5083,6 +5431,12 @@ "index": 8, "type": "integer", "default_value": 80 + }, + { + "name": "block_state", + "index": 9, + "type": "block_state", + "default_value": "Block{minecraft:tnt}[unstable=false]" } ], "default_bounding_box": { @@ -5109,44 +5463,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 53.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.17499999701976776 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 40.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.5 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.17499999701976776 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 53.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5193,39 +5552,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 3.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 3.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5286,39 +5650,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 30.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 30.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5327,6 +5696,29 @@ "size_z": 1.2000000476837158 } }, + "VehicleEntity": { + "parent": "Entity", + "fields": [ + { + "name": "damage_wobble_ticks", + "index": 8, + "type": "integer", + "default_value": 0 + }, + { + "name": "damage_wobble_side", + "index": 9, + "type": "integer", + "default_value": 1 + }, + { + "name": "damage_wobble_strength", + "index": 10, + "type": "float", + "default_value": 0.0 + } + ] + }, "VexEntity": { "parent": "HostileEntity", "type": "vex", @@ -5341,44 +5733,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 14.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 4.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 14.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 4.0 } ], "default_bounding_box": { @@ -5405,39 +5802,44 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.5 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 48.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.5 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5453,44 +5855,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 24.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.3499999940395355 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 5.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 12.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.3499999940395355 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 24.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 5.0 } ], "default_bounding_box": { @@ -5506,39 +5913,44 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.699999988079071 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.699999988079071 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -5561,44 +5973,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 1.5 + "id": 11, + "name": "generic.max_health", + "base_value": 500.0 }, { - "id": 2, + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 1.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 30.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 1.5 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 500.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 30.0 } ], "default_bounding_box": { @@ -5612,6 +6029,17 @@ "fields": [], "attributes": [] }, + "WindChargeEntity": { + "parent": "ExplosiveProjectileEntity", + "type": "wind_charge", + "translation_key": "entity.minecraft.wind_charge", + "fields": [], + "default_bounding_box": { + "size_x": 0.3125, + "size_y": 0.3125, + "size_z": 0.3125 + } + }, "WitchEntity": { "parent": "RaiderEntity", "type": "witch", @@ -5626,44 +6054,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 26.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 26.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -5704,49 +6137,54 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 300.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 4, - "name": "generic.flying_speed", + "id": 12, + "name": "generic.movement_speed", "base_value": 0.6000000238418579 }, { "id": 8, - "name": "generic.armor", - "base_value": 4.0 + "name": "generic.knockback_resistance", + "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 4.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 40.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.6000000238418579 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 300.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 + }, + { + "id": 5, + "name": "generic.flying_speed", + "base_value": 0.6000000238418579 } ], "default_bounding_box": { @@ -5762,44 +6200,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.25 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.25 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -5852,44 +6295,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 0.0 + "id": 11, + "name": "generic.max_health", + "base_value": 8.0 }, { - "id": 2, - "name": "generic.knockback_resistance", + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, { "id": 8, - "name": "generic.armor", + "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 2.0 + "id": 0, + "name": "generic.armor", + "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 8.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 2.0 } ], "default_bounding_box": { @@ -5912,44 +6360,49 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", - "base_value": 1.0 + "id": 11, + "name": "generic.max_health", + "base_value": 40.0 }, { - "id": 2, + "id": 10, + "name": "generic.max_absorption", + "base_value": 0.0 + }, + { + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.30000001192092896 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.6000000238418579 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 6.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.30000001192092896 + "name": "generic.attack_knockback", + "base_value": 1.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 40.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 6.0 } ], "default_bounding_box": { @@ -5984,49 +6437,54 @@ ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 11, + "id": 13, "name": "zombie.spawn_reinforcements", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 2.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 35.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -6042,44 +6500,49 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 15.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.20000000298023224 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 0.0 }, { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 16.0 }, { - "id": 12, + "id": 7, "name": "horse.jump_strength", "base_value": 0.7 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.20000000298023224 - }, - { - "id": 0, - "name": "generic.max_health", - "base_value": 15.0 + "name": "generic.attack_knockback", + "base_value": 0.0 } ], "default_bounding_box": { @@ -6105,56 +6568,61 @@ "type": "villager_data", "default_value": { "type": "plains", - "profession": "none", + "profession": "toolsmith", "level": 1 } } ], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 11, + "id": 13, "name": "zombie.spawn_reinforcements", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 2.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 3.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 35.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 3.0 } ], "default_bounding_box": { @@ -6170,49 +6638,54 @@ "fields": [], "attributes": [ { - "id": 9, + "id": 1, "name": "generic.armor_toughness", "base_value": 0.0 }, { - "id": 6, - "name": "generic.attack_knockback", + "id": 11, + "name": "generic.max_health", + "base_value": 20.0 + }, + { + "id": 10, + "name": "generic.max_absorption", "base_value": 0.0 }, { - "id": 2, + "id": 12, + "name": "generic.movement_speed", + "base_value": 0.23000000417232513 + }, + { + "id": 8, "name": "generic.knockback_resistance", "base_value": 0.0 }, { - "id": 11, + "id": 13, "name": "zombie.spawn_reinforcements", "base_value": 0.0 }, { - "id": 8, + "id": 0, "name": "generic.armor", "base_value": 2.0 }, { - "id": 5, - "name": "generic.attack_damage", - "base_value": 5.0 - }, - { - "id": 1, + "id": 6, "name": "generic.follow_range", "base_value": 35.0 }, { "id": 3, - "name": "generic.movement_speed", - "base_value": 0.23000000417232513 + "name": "generic.attack_knockback", + "base_value": 0.0 }, { - "id": 0, - "name": "generic.max_health", - "base_value": 20.0 + "id": 2, + "name": "generic.attack_damage", + "base_value": 5.0 } ], "default_bounding_box": { diff --git a/crates/valence_entity/extracted/misc.json b/crates/valence_entity/extracted/misc.json index 2ed38ea68..58ba4e448 100644 --- a/crates/valence_entity/extracted/misc.json +++ b/crates/valence_entity/extracted/misc.json @@ -10,120 +10,122 @@ "blaze": 7, "block_display": 8, "boat": 9, - "camel": 10, - "cat": 11, - "cave_spider": 12, - "chest_boat": 13, - "chest_minecart": 14, - "chicken": 15, - "cod": 16, - "command_block_minecart": 17, - "cow": 18, - "creeper": 19, - "dolphin": 20, - "donkey": 21, - "dragon_fireball": 22, - "drowned": 23, - "egg": 24, - "elder_guardian": 25, - "end_crystal": 26, - "ender_dragon": 27, - "ender_pearl": 28, - "enderman": 29, - "endermite": 30, - "evoker": 31, - "evoker_fangs": 32, - "experience_bottle": 33, - "experience_orb": 34, - "eye_of_ender": 35, - "falling_block": 36, - "firework_rocket": 37, - "fox": 38, - "frog": 39, - "furnace_minecart": 40, - "ghast": 41, - "giant": 42, - "glow_item_frame": 43, - "glow_squid": 44, - "goat": 45, - "guardian": 46, - "hoglin": 47, - "hopper_minecart": 48, - "horse": 49, - "husk": 50, - "illusioner": 51, - "interaction": 52, - "iron_golem": 53, - "item": 54, - "item_display": 55, - "item_frame": 56, - "fireball": 57, - "leash_knot": 58, - "lightning_bolt": 59, - "llama": 60, - "llama_spit": 61, - "magma_cube": 62, - "marker": 63, - "minecart": 64, - "mooshroom": 65, - "mule": 66, - "ocelot": 67, - "painting": 68, - "panda": 69, - "parrot": 70, - "phantom": 71, - "pig": 72, - "piglin": 73, - "piglin_brute": 74, - "pillager": 75, - "polar_bear": 76, - "potion": 77, - "pufferfish": 78, - "rabbit": 79, - "ravager": 80, - "salmon": 81, - "sheep": 82, - "shulker": 83, - "shulker_bullet": 84, - "silverfish": 85, - "skeleton": 86, - "skeleton_horse": 87, - "slime": 88, - "small_fireball": 89, - "sniffer": 90, - "snow_golem": 91, - "snowball": 92, - "spawner_minecart": 93, - "spectral_arrow": 94, - "spider": 95, - "squid": 96, - "stray": 97, - "strider": 98, - "tadpole": 99, - "text_display": 100, - "tnt": 101, - "tnt_minecart": 102, - "trader_llama": 103, - "trident": 104, - "tropical_fish": 105, - "turtle": 106, - "vex": 107, - "villager": 108, - "vindicator": 109, - "wandering_trader": 110, - "warden": 111, - "witch": 112, - "wither": 113, - "wither_skeleton": 114, - "wither_skull": 115, - "wolf": 116, - "zoglin": 117, - "zombie": 118, - "zombie_horse": 119, - "zombie_villager": 120, - "zombified_piglin": 121, - "player": 122, - "fishing_bobber": 123 + "breeze": 10, + "camel": 11, + "cat": 12, + "cave_spider": 13, + "chest_boat": 14, + "chest_minecart": 15, + "chicken": 16, + "cod": 17, + "command_block_minecart": 18, + "cow": 19, + "creeper": 20, + "dolphin": 21, + "donkey": 22, + "dragon_fireball": 23, + "drowned": 24, + "egg": 25, + "elder_guardian": 26, + "end_crystal": 27, + "ender_dragon": 28, + "ender_pearl": 29, + "enderman": 30, + "endermite": 31, + "evoker": 32, + "evoker_fangs": 33, + "experience_bottle": 34, + "experience_orb": 35, + "eye_of_ender": 36, + "falling_block": 37, + "firework_rocket": 38, + "fox": 39, + "frog": 40, + "furnace_minecart": 41, + "ghast": 42, + "giant": 43, + "glow_item_frame": 44, + "glow_squid": 45, + "goat": 46, + "guardian": 47, + "hoglin": 48, + "hopper_minecart": 49, + "horse": 50, + "husk": 51, + "illusioner": 52, + "interaction": 53, + "iron_golem": 54, + "item": 55, + "item_display": 56, + "item_frame": 57, + "fireball": 58, + "leash_knot": 59, + "lightning_bolt": 60, + "llama": 61, + "llama_spit": 62, + "magma_cube": 63, + "marker": 64, + "minecart": 65, + "mooshroom": 66, + "mule": 67, + "ocelot": 68, + "painting": 69, + "panda": 70, + "parrot": 71, + "phantom": 72, + "pig": 73, + "piglin": 74, + "piglin_brute": 75, + "pillager": 76, + "polar_bear": 77, + "potion": 78, + "pufferfish": 79, + "rabbit": 80, + "ravager": 81, + "salmon": 82, + "sheep": 83, + "shulker": 84, + "shulker_bullet": 85, + "silverfish": 86, + "skeleton": 87, + "skeleton_horse": 88, + "slime": 89, + "small_fireball": 90, + "sniffer": 91, + "snow_golem": 92, + "snowball": 93, + "spawner_minecart": 94, + "spectral_arrow": 95, + "spider": 96, + "squid": 97, + "stray": 98, + "strider": 99, + "tadpole": 100, + "text_display": 101, + "tnt": 102, + "tnt_minecart": 103, + "trader_llama": 104, + "trident": 105, + "tropical_fish": 106, + "turtle": 107, + "vex": 108, + "villager": 109, + "vindicator": 110, + "wandering_trader": 111, + "warden": 112, + "wind_charge": 113, + "witch": 114, + "wither": 115, + "wither_skeleton": 116, + "wither_skull": 117, + "wolf": 118, + "zoglin": 119, + "zombie": 120, + "zombie_horse": 121, + "zombie_villager": 122, + "zombified_piglin": 123, + "player": 124, + "fishing_bobber": 125 }, "entity_status": { "add_sprinting_particles_or_reset_spawner_minecart_spawn_delay": 1, @@ -410,7 +412,10 @@ "roaring": 11, "sniffing": 12, "emerging": 13, - "digging": 14 + "digging": 14, + "sliding": 15, + "shooting": 16, + "inhaling": 17 }, "particle_type": { "ambient_entity_effect": 0, @@ -437,77 +442,83 @@ "entity_effect": 21, "explosion_emitter": 22, "explosion": 23, - "sonic_boom": 24, - "falling_dust": 25, - "firework": 26, - "fishing": 27, - "flame": 28, - "cherry_leaves": 29, - "sculk_soul": 30, - "sculk_charge": 31, - "sculk_charge_pop": 32, - "soul_fire_flame": 33, - "soul": 34, - "flash": 35, - "happy_villager": 36, - "composter": 37, - "heart": 38, - "instant_effect": 39, - "item": 40, - "vibration": 41, - "item_slime": 42, - "item_snowball": 43, - "large_smoke": 44, - "lava": 45, - "mycelium": 46, - "note": 47, - "poof": 48, - "portal": 49, - "rain": 50, - "smoke": 51, - "sneeze": 52, - "spit": 53, - "squid_ink": 54, - "sweep_attack": 55, - "totem_of_undying": 56, - "underwater": 57, - "splash": 58, - "witch": 59, - "bubble_pop": 60, - "current_down": 61, - "bubble_column_up": 62, - "nautilus": 63, - "dolphin": 64, - "campfire_cosy_smoke": 65, - "campfire_signal_smoke": 66, - "dripping_honey": 67, - "falling_honey": 68, - "landing_honey": 69, - "falling_nectar": 70, - "falling_spore_blossom": 71, - "ash": 72, - "crimson_spore": 73, - "warped_spore": 74, - "spore_blossom_air": 75, - "dripping_obsidian_tear": 76, - "falling_obsidian_tear": 77, - "landing_obsidian_tear": 78, - "reverse_portal": 79, - "white_ash": 80, - "small_flame": 81, - "snowflake": 82, - "dripping_dripstone_lava": 83, - "falling_dripstone_lava": 84, - "dripping_dripstone_water": 85, - "falling_dripstone_water": 86, - "glow_squid_ink": 87, - "glow": 88, - "wax_on": 89, - "wax_off": 90, - "electric_spark": 91, - "scrape": 92, - "shriek": 93, - "egg_crack": 94 + "gust": 24, + "gust_emitter": 25, + "sonic_boom": 26, + "falling_dust": 27, + "firework": 28, + "fishing": 29, + "flame": 30, + "cherry_leaves": 31, + "sculk_soul": 32, + "sculk_charge": 33, + "sculk_charge_pop": 34, + "soul_fire_flame": 35, + "soul": 36, + "flash": 37, + "happy_villager": 38, + "composter": 39, + "heart": 40, + "instant_effect": 41, + "item": 42, + "vibration": 43, + "item_slime": 44, + "item_snowball": 45, + "large_smoke": 46, + "lava": 47, + "mycelium": 48, + "note": 49, + "poof": 50, + "portal": 51, + "rain": 52, + "smoke": 53, + "white_smoke": 54, + "sneeze": 55, + "spit": 56, + "squid_ink": 57, + "sweep_attack": 58, + "totem_of_undying": 59, + "underwater": 60, + "splash": 61, + "witch": 62, + "bubble_pop": 63, + "current_down": 64, + "bubble_column_up": 65, + "nautilus": 66, + "dolphin": 67, + "campfire_cosy_smoke": 68, + "campfire_signal_smoke": 69, + "dripping_honey": 70, + "falling_honey": 71, + "landing_honey": 72, + "falling_nectar": 73, + "falling_spore_blossom": 74, + "ash": 75, + "crimson_spore": 76, + "warped_spore": 77, + "spore_blossom_air": 78, + "dripping_obsidian_tear": 79, + "falling_obsidian_tear": 80, + "landing_obsidian_tear": 81, + "reverse_portal": 82, + "white_ash": 83, + "small_flame": 84, + "snowflake": 85, + "dripping_dripstone_lava": 86, + "falling_dripstone_lava": 87, + "dripping_dripstone_water": 88, + "falling_dripstone_water": 89, + "glow_squid_ink": 90, + "glow": 91, + "wax_on": 92, + "wax_off": 93, + "electric_spark": 94, + "scrape": 95, + "shriek": 96, + "egg_crack": 97, + "dust_plume": 98, + "gust_dust": 99, + "trial_spawner_detection": 100 }, "sniffer_state": { "idling": 0, diff --git a/crates/valence_entity/src/query.rs b/crates/valence_entity/src/query.rs index 6a97949d8..cd32fb89a 100644 --- a/crates/valence_entity/src/query.rs +++ b/crates/valence_entity/src/query.rs @@ -8,7 +8,7 @@ use valence_protocol::encode::WritePacket; use valence_protocol::packets::play::{ EntityAnimationS2c, EntityAttributesS2c, EntityPositionS2c, EntitySetHeadYawS2c, EntitySpawnS2c, EntityStatusS2c, EntityTrackerUpdateS2c, EntityVelocityUpdateS2c, - ExperienceOrbSpawnS2c, MoveRelativeS2c, PlayerSpawnS2c, RotateAndMoveRelativeS2c, RotateS2c, + ExperienceOrbSpawnS2c, MoveRelativeS2c, RotateAndMoveRelativeS2c, RotateS2c, }; use valence_protocol::var_int::VarInt; use valence_protocol::ByteAngle; @@ -49,12 +49,16 @@ impl EntityInitQueryItem<'_> { }); } EntityKind::PLAYER => { - writer.write_packet(&PlayerSpawnS2c { + writer.write_packet(&EntitySpawnS2c { entity_id: self.entity_id.get().into(), - player_uuid: self.uuid.0, + object_uuid: self.uuid.0, + kind: EntityKind::PLAYER.get().into(), position: pos, yaw: ByteAngle::from_degrees(self.look.yaw), pitch: ByteAngle::from_degrees(self.look.pitch), + head_yaw: ByteAngle::from_degrees(self.head_yaw.0), + data: self.object_data.0.into(), + velocity: self.velocity.to_packet_units(), }); // Player spawn packet doesn't include head yaw for some reason. diff --git a/crates/valence_generated/build/packet_id.rs b/crates/valence_generated/build/packet_id.rs index 90b256174..7cfa7eb87 100644 --- a/crates/valence_generated/build/packet_id.rs +++ b/crates/valence_generated/build/packet_id.rs @@ -21,8 +21,8 @@ pub fn build() -> anyhow::Result { for packet in packets { let stripped_name = packet.name.strip_suffix("Packet").unwrap_or(&packet.name); - - let name_ident = ident(stripped_name.to_shouty_snake_case()); + let stated_name = format!("{}{}", packet.state, stripped_name); + let name_ident = ident(stated_name.to_shouty_snake_case()); let id = packet.id; let doc = format!("Side: {}\n\nState: {}", packet.side, packet.state); diff --git a/crates/valence_generated/build/status_effects.rs b/crates/valence_generated/build/status_effects.rs index eb9ce4726..4075efbb4 100644 --- a/crates/valence_generated/build/status_effects.rs +++ b/crates/valence_generated/build/status_effects.rs @@ -15,7 +15,7 @@ pub enum StatusEffectCategory { pub struct AttributeModifiers { attribute: u8, operation: u8, - value: f64, + base_value: f64, uuid: String, } @@ -143,14 +143,14 @@ pub fn build() -> anyhow::Result { let modifiers = modifiers.iter().map(|modifier| { let attribute = &modifier.attribute; let operation = &modifier.operation; - let value = &modifier.value; + let base_value = &modifier.base_value; let uuid = &modifier.uuid; quote! { AttributeModifier { attribute: EntityAttribute::from_id(#attribute).unwrap(), operation: EntityAttributeOperation::from_raw(#operation).unwrap(), - value: #value, + base_value: #base_value, uuid: Uuid::parse_str(#uuid).unwrap(), } } @@ -180,8 +180,8 @@ pub fn build() -> anyhow::Result { pub attribute: EntityAttribute, /// The operation that this modifier applies. pub operation: EntityAttributeOperation, - /// The value of this modifier. - pub value: f64, + /// The base value of this modifier. + pub base_value: f64, /// The UUID of this modifier. pub uuid: Uuid, } diff --git a/crates/valence_generated/extracted/attributes.json b/crates/valence_generated/extracted/attributes.json index dcb9b134a..b27dbcc65 100644 --- a/crates/valence_generated/extracted/attributes.json +++ b/crates/valence_generated/extracted/attributes.json @@ -1,51 +1,24 @@ { - "generic.max_health": { + "generic.armor": { "id": 0, - "name": "generic.max_health", - "default_value": 20.0, - "translation_key": "attribute.name.generic.max_health", - "tracked": true, - "min_value": 1.0, - "max_value": 1024.0 - }, - "generic.follow_range": { - "id": 1, - "name": "generic.follow_range", - "default_value": 32.0, - "translation_key": "attribute.name.generic.follow_range", - "tracked": false, - "min_value": 0.0, - "max_value": 2048.0 - }, - "generic.knockback_resistance": { - "id": 2, - "name": "generic.knockback_resistance", + "name": "generic.armor", "default_value": 0.0, - "translation_key": "attribute.name.generic.knockback_resistance", - "tracked": false, - "min_value": 0.0, - "max_value": 1.0 - }, - "generic.movement_speed": { - "id": 3, - "name": "generic.movement_speed", - "default_value": 0.699999988079071, - "translation_key": "attribute.name.generic.movement_speed", + "translation_key": "attribute.name.generic.armor", "tracked": true, "min_value": 0.0, - "max_value": 1024.0 + "max_value": 30.0 }, - "generic.flying_speed": { - "id": 4, - "name": "generic.flying_speed", - "default_value": 0.4000000059604645, - "translation_key": "attribute.name.generic.flying_speed", + "generic.armor_toughness": { + "id": 1, + "name": "generic.armor_toughness", + "default_value": 0.0, + "translation_key": "attribute.name.generic.armor_toughness", "tracked": true, "min_value": 0.0, - "max_value": 1024.0 + "max_value": 20.0 }, "generic.attack_damage": { - "id": 5, + "id": 2, "name": "generic.attack_damage", "default_value": 2.0, "translation_key": "attribute.name.generic.attack_damage", @@ -54,7 +27,7 @@ "max_value": 2048.0 }, "generic.attack_knockback": { - "id": 6, + "id": 3, "name": "generic.attack_knockback", "default_value": 0.0, "translation_key": "attribute.name.generic.attack_knockback", @@ -63,7 +36,7 @@ "max_value": 5.0 }, "generic.attack_speed": { - "id": 7, + "id": 4, "name": "generic.attack_speed", "default_value": 4.0, "translation_key": "attribute.name.generic.attack_speed", @@ -71,26 +44,44 @@ "min_value": 0.0, "max_value": 1024.0 }, - "generic.armor": { - "id": 8, - "name": "generic.armor", - "default_value": 0.0, - "translation_key": "attribute.name.generic.armor", + "generic.flying_speed": { + "id": 5, + "name": "generic.flying_speed", + "default_value": 0.4000000059604645, + "translation_key": "attribute.name.generic.flying_speed", "tracked": true, "min_value": 0.0, - "max_value": 30.0 + "max_value": 1024.0 }, - "generic.armor_toughness": { - "id": 9, - "name": "generic.armor_toughness", - "default_value": 0.0, - "translation_key": "attribute.name.generic.armor_toughness", + "generic.follow_range": { + "id": 6, + "name": "generic.follow_range", + "default_value": 32.0, + "translation_key": "attribute.name.generic.follow_range", + "tracked": false, + "min_value": 0.0, + "max_value": 2048.0 + }, + "horse.jump_strength": { + "id": 7, + "name": "horse.jump_strength", + "default_value": 0.7, + "translation_key": "attribute.name.horse.jump_strength", "tracked": true, "min_value": 0.0, - "max_value": 20.0 + "max_value": 2.0 + }, + "generic.knockback_resistance": { + "id": 8, + "name": "generic.knockback_resistance", + "default_value": 0.0, + "translation_key": "attribute.name.generic.knockback_resistance", + "tracked": false, + "min_value": 0.0, + "max_value": 1.0 }, "generic.luck": { - "id": 10, + "id": 9, "name": "generic.luck", "default_value": 0.0, "translation_key": "attribute.name.generic.luck", @@ -98,22 +89,40 @@ "min_value": -1024.0, "max_value": 1024.0 }, - "zombie.spawn_reinforcements": { + "generic.max_absorption": { + "id": 10, + "name": "generic.max_absorption", + "default_value": 0.0, + "translation_key": "attribute.name.generic.max_absorption", + "tracked": true, + "min_value": 0.0, + "max_value": 2048.0 + }, + "generic.max_health": { "id": 11, + "name": "generic.max_health", + "default_value": 20.0, + "translation_key": "attribute.name.generic.max_health", + "tracked": true, + "min_value": 1.0, + "max_value": 1024.0 + }, + "generic.movement_speed": { + "id": 12, + "name": "generic.movement_speed", + "default_value": 0.699999988079071, + "translation_key": "attribute.name.generic.movement_speed", + "tracked": true, + "min_value": 0.0, + "max_value": 1024.0 + }, + "zombie.spawn_reinforcements": { + "id": 13, "name": "zombie.spawn_reinforcements", "default_value": 0.0, "translation_key": "attribute.name.zombie.spawn_reinforcements", "tracked": false, "min_value": 0.0, "max_value": 1.0 - }, - "horse.jump_strength": { - "id": 12, - "name": "horse.jump_strength", - "default_value": 0.7, - "translation_key": "attribute.name.horse.jump_strength", - "tracked": true, - "min_value": 0.0, - "max_value": 2.0 } } \ No newline at end of file diff --git a/crates/valence_generated/extracted/blocks.json b/crates/valence_generated/extracted/blocks.json index 22e81e43c..e4b30db47 100644 --- a/crates/valence_generated/extracted/blocks.json +++ b/crates/valence_generated/extracted/blocks.json @@ -204,6 +204,16 @@ "id": 40, "ident": "minecraft:decorated_pot", "name": "decorated_pot" + }, + { + "id": 41, + "ident": "minecraft:crafter", + "name": "crafter" + }, + { + "id": 42, + "ident": "minecraft:trial_spawner", + "name": "trial_spawner" } ], "shapes": [ @@ -3123,7 +3133,7 @@ "id": 8, "name": "grass_block", "translation_key": "block.minecraft.grass_block", - "item_id": 14, + "item_id": 27, "properties": [ { "name": "snowy", @@ -3161,7 +3171,7 @@ "id": 9, "name": "dirt", "translation_key": "block.minecraft.dirt", - "item_id": 15, + "item_id": 28, "properties": [], "default_state_id": 10, "states": [ @@ -3181,7 +3191,7 @@ "id": 10, "name": "coarse_dirt", "translation_key": "block.minecraft.coarse_dirt", - "item_id": 16, + "item_id": 29, "properties": [], "default_state_id": 11, "states": [ @@ -3201,7 +3211,7 @@ "id": 11, "name": "podzol", "translation_key": "block.minecraft.podzol", - "item_id": 17, + "item_id": 30, "properties": [ { "name": "snowy", @@ -3239,7 +3249,7 @@ "id": 12, "name": "cobblestone", "translation_key": "block.minecraft.cobblestone", - "item_id": 22, + "item_id": 35, "properties": [], "default_state_id": 14, "states": [ @@ -3259,7 +3269,7 @@ "id": 13, "name": "oak_planks", "translation_key": "block.minecraft.oak_planks", - "item_id": 23, + "item_id": 36, "properties": [], "default_state_id": 15, "states": [ @@ -3279,7 +3289,7 @@ "id": 14, "name": "spruce_planks", "translation_key": "block.minecraft.spruce_planks", - "item_id": 24, + "item_id": 37, "properties": [], "default_state_id": 16, "states": [ @@ -3299,7 +3309,7 @@ "id": 15, "name": "birch_planks", "translation_key": "block.minecraft.birch_planks", - "item_id": 25, + "item_id": 38, "properties": [], "default_state_id": 17, "states": [ @@ -3319,7 +3329,7 @@ "id": 16, "name": "jungle_planks", "translation_key": "block.minecraft.jungle_planks", - "item_id": 26, + "item_id": 39, "properties": [], "default_state_id": 18, "states": [ @@ -3339,7 +3349,7 @@ "id": 17, "name": "acacia_planks", "translation_key": "block.minecraft.acacia_planks", - "item_id": 27, + "item_id": 40, "properties": [], "default_state_id": 19, "states": [ @@ -3359,7 +3369,7 @@ "id": 18, "name": "cherry_planks", "translation_key": "block.minecraft.cherry_planks", - "item_id": 28, + "item_id": 41, "properties": [], "default_state_id": 20, "states": [ @@ -3379,7 +3389,7 @@ "id": 19, "name": "dark_oak_planks", "translation_key": "block.minecraft.dark_oak_planks", - "item_id": 29, + "item_id": 42, "properties": [], "default_state_id": 21, "states": [ @@ -3399,7 +3409,7 @@ "id": 20, "name": "mangrove_planks", "translation_key": "block.minecraft.mangrove_planks", - "item_id": 30, + "item_id": 43, "properties": [], "default_state_id": 22, "states": [ @@ -3419,7 +3429,7 @@ "id": 21, "name": "bamboo_planks", "translation_key": "block.minecraft.bamboo_planks", - "item_id": 31, + "item_id": 44, "properties": [], "default_state_id": 23, "states": [ @@ -3439,7 +3449,7 @@ "id": 22, "name": "bamboo_mosaic", "translation_key": "block.minecraft.bamboo_mosaic", - "item_id": 34, + "item_id": 47, "properties": [], "default_state_id": 24, "states": [ @@ -3459,7 +3469,7 @@ "id": 23, "name": "oak_sapling", "translation_key": "block.minecraft.oak_sapling", - "item_id": 35, + "item_id": 48, "properties": [ { "name": "stage", @@ -3493,7 +3503,7 @@ "id": 24, "name": "spruce_sapling", "translation_key": "block.minecraft.spruce_sapling", - "item_id": 36, + "item_id": 49, "properties": [ { "name": "stage", @@ -3527,7 +3537,7 @@ "id": 25, "name": "birch_sapling", "translation_key": "block.minecraft.birch_sapling", - "item_id": 37, + "item_id": 50, "properties": [ { "name": "stage", @@ -3561,7 +3571,7 @@ "id": 26, "name": "jungle_sapling", "translation_key": "block.minecraft.jungle_sapling", - "item_id": 38, + "item_id": 51, "properties": [ { "name": "stage", @@ -3595,7 +3605,7 @@ "id": 27, "name": "acacia_sapling", "translation_key": "block.minecraft.acacia_sapling", - "item_id": 39, + "item_id": 52, "properties": [ { "name": "stage", @@ -3629,7 +3639,7 @@ "id": 28, "name": "cherry_sapling", "translation_key": "block.minecraft.cherry_sapling", - "item_id": 40, + "item_id": 53, "properties": [ { "name": "stage", @@ -3663,7 +3673,7 @@ "id": 29, "name": "dark_oak_sapling", "translation_key": "block.minecraft.dark_oak_sapling", - "item_id": 41, + "item_id": 54, "properties": [ { "name": "stage", @@ -3697,7 +3707,7 @@ "id": 30, "name": "mangrove_propagule", "translation_key": "block.minecraft.mangrove_propagule", - "item_id": 42, + "item_id": 55, "properties": [ { "name": "age", @@ -4059,7 +4069,7 @@ "id": 31, "name": "bedrock", "translation_key": "block.minecraft.bedrock", - "item_id": 43, + "item_id": 56, "properties": [], "default_state_id": 79, "states": [ @@ -4399,7 +4409,7 @@ "id": 34, "name": "sand", "translation_key": "block.minecraft.sand", - "item_id": 44, + "item_id": 57, "properties": [], "default_state_id": 112, "states": [ @@ -4419,7 +4429,7 @@ "id": 35, "name": "suspicious_sand", "translation_key": "block.minecraft.suspicious_sand", - "item_id": 45, + "item_id": 58, "properties": [ { "name": "dusted", @@ -4483,7 +4493,7 @@ "id": 36, "name": "red_sand", "translation_key": "block.minecraft.red_sand", - "item_id": 47, + "item_id": 60, "properties": [], "default_state_id": 117, "states": [ @@ -4503,7 +4513,7 @@ "id": 37, "name": "gravel", "translation_key": "block.minecraft.gravel", - "item_id": 48, + "item_id": 61, "properties": [], "default_state_id": 118, "states": [ @@ -4523,7 +4533,7 @@ "id": 38, "name": "suspicious_gravel", "translation_key": "block.minecraft.suspicious_gravel", - "item_id": 46, + "item_id": 59, "properties": [ { "name": "dusted", @@ -4587,7 +4597,7 @@ "id": 39, "name": "gold_ore", "translation_key": "block.minecraft.gold_ore", - "item_id": 55, + "item_id": 68, "properties": [], "default_state_id": 123, "states": [ @@ -4607,7 +4617,7 @@ "id": 40, "name": "deepslate_gold_ore", "translation_key": "block.minecraft.deepslate_gold_ore", - "item_id": 56, + "item_id": 69, "properties": [], "default_state_id": 124, "states": [ @@ -4627,7 +4637,7 @@ "id": 41, "name": "iron_ore", "translation_key": "block.minecraft.iron_ore", - "item_id": 51, + "item_id": 64, "properties": [], "default_state_id": 125, "states": [ @@ -4647,7 +4657,7 @@ "id": 42, "name": "deepslate_iron_ore", "translation_key": "block.minecraft.deepslate_iron_ore", - "item_id": 52, + "item_id": 65, "properties": [], "default_state_id": 126, "states": [ @@ -4667,7 +4677,7 @@ "id": 43, "name": "coal_ore", "translation_key": "block.minecraft.coal_ore", - "item_id": 49, + "item_id": 62, "properties": [], "default_state_id": 127, "states": [ @@ -4687,7 +4697,7 @@ "id": 44, "name": "deepslate_coal_ore", "translation_key": "block.minecraft.deepslate_coal_ore", - "item_id": 50, + "item_id": 63, "properties": [], "default_state_id": 128, "states": [ @@ -4707,7 +4717,7 @@ "id": 45, "name": "nether_gold_ore", "translation_key": "block.minecraft.nether_gold_ore", - "item_id": 65, + "item_id": 78, "properties": [], "default_state_id": 129, "states": [ @@ -4727,7 +4737,7 @@ "id": 46, "name": "oak_log", "translation_key": "block.minecraft.oak_log", - "item_id": 110, + "item_id": 131, "properties": [ { "name": "axis", @@ -4776,7 +4786,7 @@ "id": 47, "name": "spruce_log", "translation_key": "block.minecraft.spruce_log", - "item_id": 111, + "item_id": 132, "properties": [ { "name": "axis", @@ -4825,7 +4835,7 @@ "id": 48, "name": "birch_log", "translation_key": "block.minecraft.birch_log", - "item_id": 112, + "item_id": 133, "properties": [ { "name": "axis", @@ -4874,7 +4884,7 @@ "id": 49, "name": "jungle_log", "translation_key": "block.minecraft.jungle_log", - "item_id": 113, + "item_id": 134, "properties": [ { "name": "axis", @@ -4923,7 +4933,7 @@ "id": 50, "name": "acacia_log", "translation_key": "block.minecraft.acacia_log", - "item_id": 114, + "item_id": 135, "properties": [ { "name": "axis", @@ -4972,7 +4982,7 @@ "id": 51, "name": "cherry_log", "translation_key": "block.minecraft.cherry_log", - "item_id": 115, + "item_id": 136, "properties": [ { "name": "axis", @@ -5021,7 +5031,7 @@ "id": 52, "name": "dark_oak_log", "translation_key": "block.minecraft.dark_oak_log", - "item_id": 116, + "item_id": 137, "properties": [ { "name": "axis", @@ -5070,7 +5080,7 @@ "id": 53, "name": "mangrove_log", "translation_key": "block.minecraft.mangrove_log", - "item_id": 117, + "item_id": 138, "properties": [ { "name": "axis", @@ -5119,7 +5129,7 @@ "id": 54, "name": "mangrove_roots", "translation_key": "block.minecraft.mangrove_roots", - "item_id": 118, + "item_id": 139, "properties": [ { "name": "waterlogged", @@ -5157,7 +5167,7 @@ "id": 55, "name": "muddy_mangrove_roots", "translation_key": "block.minecraft.muddy_mangrove_roots", - "item_id": 119, + "item_id": 140, "properties": [ { "name": "axis", @@ -5206,7 +5216,7 @@ "id": 56, "name": "bamboo_block", "translation_key": "block.minecraft.bamboo_block", - "item_id": 122, + "item_id": 143, "properties": [ { "name": "axis", @@ -5255,7 +5265,7 @@ "id": 57, "name": "stripped_spruce_log", "translation_key": "block.minecraft.stripped_spruce_log", - "item_id": 124, + "item_id": 145, "properties": [ { "name": "axis", @@ -5304,7 +5314,7 @@ "id": 58, "name": "stripped_birch_log", "translation_key": "block.minecraft.stripped_birch_log", - "item_id": 125, + "item_id": 146, "properties": [ { "name": "axis", @@ -5353,7 +5363,7 @@ "id": 59, "name": "stripped_jungle_log", "translation_key": "block.minecraft.stripped_jungle_log", - "item_id": 126, + "item_id": 147, "properties": [ { "name": "axis", @@ -5402,7 +5412,7 @@ "id": 60, "name": "stripped_acacia_log", "translation_key": "block.minecraft.stripped_acacia_log", - "item_id": 127, + "item_id": 148, "properties": [ { "name": "axis", @@ -5451,7 +5461,7 @@ "id": 61, "name": "stripped_cherry_log", "translation_key": "block.minecraft.stripped_cherry_log", - "item_id": 128, + "item_id": 149, "properties": [ { "name": "axis", @@ -5500,7 +5510,7 @@ "id": 62, "name": "stripped_dark_oak_log", "translation_key": "block.minecraft.stripped_dark_oak_log", - "item_id": 129, + "item_id": 150, "properties": [ { "name": "axis", @@ -5549,7 +5559,7 @@ "id": 63, "name": "stripped_oak_log", "translation_key": "block.minecraft.stripped_oak_log", - "item_id": 123, + "item_id": 144, "properties": [ { "name": "axis", @@ -5598,7 +5608,7 @@ "id": 64, "name": "stripped_mangrove_log", "translation_key": "block.minecraft.stripped_mangrove_log", - "item_id": 130, + "item_id": 151, "properties": [ { "name": "axis", @@ -5647,7 +5657,7 @@ "id": 65, "name": "stripped_bamboo_block", "translation_key": "block.minecraft.stripped_bamboo_block", - "item_id": 143, + "item_id": 164, "properties": [ { "name": "axis", @@ -5696,7 +5706,7 @@ "id": 66, "name": "oak_wood", "translation_key": "block.minecraft.oak_wood", - "item_id": 144, + "item_id": 165, "properties": [ { "name": "axis", @@ -5745,7 +5755,7 @@ "id": 67, "name": "spruce_wood", "translation_key": "block.minecraft.spruce_wood", - "item_id": 145, + "item_id": 166, "properties": [ { "name": "axis", @@ -5794,7 +5804,7 @@ "id": 68, "name": "birch_wood", "translation_key": "block.minecraft.birch_wood", - "item_id": 146, + "item_id": 167, "properties": [ { "name": "axis", @@ -5843,7 +5853,7 @@ "id": 69, "name": "jungle_wood", "translation_key": "block.minecraft.jungle_wood", - "item_id": 147, + "item_id": 168, "properties": [ { "name": "axis", @@ -5892,7 +5902,7 @@ "id": 70, "name": "acacia_wood", "translation_key": "block.minecraft.acacia_wood", - "item_id": 148, + "item_id": 169, "properties": [ { "name": "axis", @@ -5941,7 +5951,7 @@ "id": 71, "name": "cherry_wood", "translation_key": "block.minecraft.cherry_wood", - "item_id": 149, + "item_id": 170, "properties": [ { "name": "axis", @@ -5990,7 +6000,7 @@ "id": 72, "name": "dark_oak_wood", "translation_key": "block.minecraft.dark_oak_wood", - "item_id": 150, + "item_id": 171, "properties": [ { "name": "axis", @@ -6039,7 +6049,7 @@ "id": 73, "name": "mangrove_wood", "translation_key": "block.minecraft.mangrove_wood", - "item_id": 151, + "item_id": 172, "properties": [ { "name": "axis", @@ -6088,7 +6098,7 @@ "id": 74, "name": "stripped_oak_wood", "translation_key": "block.minecraft.stripped_oak_wood", - "item_id": 133, + "item_id": 154, "properties": [ { "name": "axis", @@ -6137,7 +6147,7 @@ "id": 75, "name": "stripped_spruce_wood", "translation_key": "block.minecraft.stripped_spruce_wood", - "item_id": 134, + "item_id": 155, "properties": [ { "name": "axis", @@ -6186,7 +6196,7 @@ "id": 76, "name": "stripped_birch_wood", "translation_key": "block.minecraft.stripped_birch_wood", - "item_id": 135, + "item_id": 156, "properties": [ { "name": "axis", @@ -6235,7 +6245,7 @@ "id": 77, "name": "stripped_jungle_wood", "translation_key": "block.minecraft.stripped_jungle_wood", - "item_id": 136, + "item_id": 157, "properties": [ { "name": "axis", @@ -6284,7 +6294,7 @@ "id": 78, "name": "stripped_acacia_wood", "translation_key": "block.minecraft.stripped_acacia_wood", - "item_id": 137, + "item_id": 158, "properties": [ { "name": "axis", @@ -6333,7 +6343,7 @@ "id": 79, "name": "stripped_cherry_wood", "translation_key": "block.minecraft.stripped_cherry_wood", - "item_id": 138, + "item_id": 159, "properties": [ { "name": "axis", @@ -6382,7 +6392,7 @@ "id": 80, "name": "stripped_dark_oak_wood", "translation_key": "block.minecraft.stripped_dark_oak_wood", - "item_id": 139, + "item_id": 160, "properties": [ { "name": "axis", @@ -6431,7 +6441,7 @@ "id": 81, "name": "stripped_mangrove_wood", "translation_key": "block.minecraft.stripped_mangrove_wood", - "item_id": 140, + "item_id": 161, "properties": [ { "name": "axis", @@ -6480,7 +6490,7 @@ "id": 82, "name": "oak_leaves", "translation_key": "block.minecraft.oak_leaves", - "item_id": 154, + "item_id": 175, "properties": [ { "name": "distance", @@ -6797,7 +6807,7 @@ "id": 83, "name": "spruce_leaves", "translation_key": "block.minecraft.spruce_leaves", - "item_id": 155, + "item_id": 176, "properties": [ { "name": "distance", @@ -7114,7 +7124,7 @@ "id": 84, "name": "birch_leaves", "translation_key": "block.minecraft.birch_leaves", - "item_id": 156, + "item_id": 177, "properties": [ { "name": "distance", @@ -7431,7 +7441,7 @@ "id": 85, "name": "jungle_leaves", "translation_key": "block.minecraft.jungle_leaves", - "item_id": 157, + "item_id": 178, "properties": [ { "name": "distance", @@ -7748,7 +7758,7 @@ "id": 86, "name": "acacia_leaves", "translation_key": "block.minecraft.acacia_leaves", - "item_id": 158, + "item_id": 179, "properties": [ { "name": "distance", @@ -8065,7 +8075,7 @@ "id": 87, "name": "cherry_leaves", "translation_key": "block.minecraft.cherry_leaves", - "item_id": 159, + "item_id": 180, "properties": [ { "name": "distance", @@ -8382,7 +8392,7 @@ "id": 88, "name": "dark_oak_leaves", "translation_key": "block.minecraft.dark_oak_leaves", - "item_id": 160, + "item_id": 181, "properties": [ { "name": "distance", @@ -8699,7 +8709,7 @@ "id": 89, "name": "mangrove_leaves", "translation_key": "block.minecraft.mangrove_leaves", - "item_id": 161, + "item_id": 182, "properties": [ { "name": "distance", @@ -9016,7 +9026,7 @@ "id": 90, "name": "azalea_leaves", "translation_key": "block.minecraft.azalea_leaves", - "item_id": 162, + "item_id": 183, "properties": [ { "name": "distance", @@ -9333,7 +9343,7 @@ "id": 91, "name": "flowering_azalea_leaves", "translation_key": "block.minecraft.flowering_azalea_leaves", - "item_id": 163, + "item_id": 184, "properties": [ { "name": "distance", @@ -9650,7 +9660,7 @@ "id": 92, "name": "sponge", "translation_key": "block.minecraft.sponge", - "item_id": 164, + "item_id": 185, "properties": [], "default_state_id": 517, "states": [ @@ -9670,7 +9680,7 @@ "id": 93, "name": "wet_sponge", "translation_key": "block.minecraft.wet_sponge", - "item_id": 165, + "item_id": 186, "properties": [], "default_state_id": 518, "states": [ @@ -9690,7 +9700,7 @@ "id": 94, "name": "glass", "translation_key": "block.minecraft.glass", - "item_id": 166, + "item_id": 187, "properties": [], "default_state_id": 519, "states": [ @@ -9710,7 +9720,7 @@ "id": 95, "name": "lapis_ore", "translation_key": "block.minecraft.lapis_ore", - "item_id": 61, + "item_id": 74, "properties": [], "default_state_id": 520, "states": [ @@ -9730,7 +9740,7 @@ "id": 96, "name": "deepslate_lapis_ore", "translation_key": "block.minecraft.deepslate_lapis_ore", - "item_id": 62, + "item_id": 75, "properties": [], "default_state_id": 521, "states": [ @@ -9750,7 +9760,7 @@ "id": 97, "name": "lapis_block", "translation_key": "block.minecraft.lapis_block", - "item_id": 168, + "item_id": 189, "properties": [], "default_state_id": 522, "states": [ @@ -9770,7 +9780,7 @@ "id": 98, "name": "dispenser", "translation_key": "block.minecraft.dispenser", - "item_id": 646, + "item_id": 667, "properties": [ { "name": "facing", @@ -9931,7 +9941,7 @@ "id": 99, "name": "sandstone", "translation_key": "block.minecraft.sandstone", - "item_id": 169, + "item_id": 190, "properties": [], "default_state_id": 535, "states": [ @@ -9951,7 +9961,7 @@ "id": 100, "name": "chiseled_sandstone", "translation_key": "block.minecraft.chiseled_sandstone", - "item_id": 170, + "item_id": 191, "properties": [], "default_state_id": 536, "states": [ @@ -9971,7 +9981,7 @@ "id": 101, "name": "cut_sandstone", "translation_key": "block.minecraft.cut_sandstone", - "item_id": 171, + "item_id": 192, "properties": [], "default_state_id": 537, "states": [ @@ -9991,7 +10001,7 @@ "id": 102, "name": "note_block", "translation_key": "block.minecraft.note_block", - "item_id": 659, + "item_id": 680, "properties": [ { "name": "instrument", @@ -21567,7 +21577,7 @@ "id": 103, "name": "white_bed", "translation_key": "block.minecraft.white_bed", - "item_id": 924, + "item_id": 961, "properties": [ { "name": "facing", @@ -21829,7 +21839,7 @@ "id": 104, "name": "orange_bed", "translation_key": "block.minecraft.orange_bed", - "item_id": 925, + "item_id": 962, "properties": [ { "name": "facing", @@ -22091,7 +22101,7 @@ "id": 105, "name": "magenta_bed", "translation_key": "block.minecraft.magenta_bed", - "item_id": 926, + "item_id": 963, "properties": [ { "name": "facing", @@ -22353,7 +22363,7 @@ "id": 106, "name": "light_blue_bed", "translation_key": "block.minecraft.light_blue_bed", - "item_id": 927, + "item_id": 964, "properties": [ { "name": "facing", @@ -22615,7 +22625,7 @@ "id": 107, "name": "yellow_bed", "translation_key": "block.minecraft.yellow_bed", - "item_id": 928, + "item_id": 965, "properties": [ { "name": "facing", @@ -22877,7 +22887,7 @@ "id": 108, "name": "lime_bed", "translation_key": "block.minecraft.lime_bed", - "item_id": 929, + "item_id": 966, "properties": [ { "name": "facing", @@ -23139,7 +23149,7 @@ "id": 109, "name": "pink_bed", "translation_key": "block.minecraft.pink_bed", - "item_id": 930, + "item_id": 967, "properties": [ { "name": "facing", @@ -23401,7 +23411,7 @@ "id": 110, "name": "gray_bed", "translation_key": "block.minecraft.gray_bed", - "item_id": 931, + "item_id": 968, "properties": [ { "name": "facing", @@ -23663,7 +23673,7 @@ "id": 111, "name": "light_gray_bed", "translation_key": "block.minecraft.light_gray_bed", - "item_id": 932, + "item_id": 969, "properties": [ { "name": "facing", @@ -23925,7 +23935,7 @@ "id": 112, "name": "cyan_bed", "translation_key": "block.minecraft.cyan_bed", - "item_id": 933, + "item_id": 970, "properties": [ { "name": "facing", @@ -24187,7 +24197,7 @@ "id": 113, "name": "purple_bed", "translation_key": "block.minecraft.purple_bed", - "item_id": 934, + "item_id": 971, "properties": [ { "name": "facing", @@ -24449,7 +24459,7 @@ "id": 114, "name": "blue_bed", "translation_key": "block.minecraft.blue_bed", - "item_id": 935, + "item_id": 972, "properties": [ { "name": "facing", @@ -24711,7 +24721,7 @@ "id": 115, "name": "brown_bed", "translation_key": "block.minecraft.brown_bed", - "item_id": 936, + "item_id": 973, "properties": [ { "name": "facing", @@ -24973,7 +24983,7 @@ "id": 116, "name": "green_bed", "translation_key": "block.minecraft.green_bed", - "item_id": 937, + "item_id": 974, "properties": [ { "name": "facing", @@ -25235,7 +25245,7 @@ "id": 117, "name": "red_bed", "translation_key": "block.minecraft.red_bed", - "item_id": 938, + "item_id": 975, "properties": [ { "name": "facing", @@ -25497,7 +25507,7 @@ "id": 118, "name": "black_bed", "translation_key": "block.minecraft.black_bed", - "item_id": 939, + "item_id": 976, "properties": [ { "name": "facing", @@ -25759,7 +25769,7 @@ "id": 119, "name": "powered_rail", "translation_key": "block.minecraft.powered_rail", - "item_id": 723, + "item_id": 760, "properties": [ { "name": "powered", @@ -25987,7 +25997,7 @@ "id": 120, "name": "detector_rail", "translation_key": "block.minecraft.detector_rail", - "item_id": 724, + "item_id": 761, "properties": [ { "name": "powered", @@ -26215,7 +26225,7 @@ "id": 121, "name": "sticky_piston", "translation_key": "block.minecraft.sticky_piston", - "item_id": 641, + "item_id": 662, "properties": [ { "name": "extended", @@ -26364,7 +26374,7 @@ "id": 122, "name": "cobweb", "translation_key": "block.minecraft.cobweb", - "item_id": 172, + "item_id": 193, "properties": [], "default_state_id": 2004, "states": [ @@ -26380,9 +26390,9 @@ }, { "id": 123, - "name": "grass", - "translation_key": "block.minecraft.grass", - "item_id": 173, + "name": "short_grass", + "translation_key": "block.minecraft.short_grass", + "item_id": 194, "properties": [], "default_state_id": 2005, "states": [ @@ -26400,7 +26410,7 @@ "id": 124, "name": "fern", "translation_key": "block.minecraft.fern", - "item_id": 174, + "item_id": 195, "properties": [], "default_state_id": 2006, "states": [ @@ -26418,7 +26428,7 @@ "id": 125, "name": "dead_bush", "translation_key": "block.minecraft.dead_bush", - "item_id": 177, + "item_id": 198, "properties": [], "default_state_id": 2007, "states": [ @@ -26436,7 +26446,7 @@ "id": 126, "name": "seagrass", "translation_key": "block.minecraft.seagrass", - "item_id": 178, + "item_id": 199, "properties": [], "default_state_id": 2008, "states": [ @@ -26488,7 +26498,7 @@ "id": 128, "name": "piston", "translation_key": "block.minecraft.piston", - "item_id": 640, + "item_id": 661, "properties": [ { "name": "extended", @@ -26949,7 +26959,7 @@ "id": 130, "name": "white_wool", "translation_key": "block.minecraft.white_wool", - "item_id": 180, + "item_id": 201, "properties": [], "default_state_id": 2047, "states": [ @@ -26969,7 +26979,7 @@ "id": 131, "name": "orange_wool", "translation_key": "block.minecraft.orange_wool", - "item_id": 181, + "item_id": 202, "properties": [], "default_state_id": 2048, "states": [ @@ -26989,7 +26999,7 @@ "id": 132, "name": "magenta_wool", "translation_key": "block.minecraft.magenta_wool", - "item_id": 182, + "item_id": 203, "properties": [], "default_state_id": 2049, "states": [ @@ -27009,7 +27019,7 @@ "id": 133, "name": "light_blue_wool", "translation_key": "block.minecraft.light_blue_wool", - "item_id": 183, + "item_id": 204, "properties": [], "default_state_id": 2050, "states": [ @@ -27029,7 +27039,7 @@ "id": 134, "name": "yellow_wool", "translation_key": "block.minecraft.yellow_wool", - "item_id": 184, + "item_id": 205, "properties": [], "default_state_id": 2051, "states": [ @@ -27049,7 +27059,7 @@ "id": 135, "name": "lime_wool", "translation_key": "block.minecraft.lime_wool", - "item_id": 185, + "item_id": 206, "properties": [], "default_state_id": 2052, "states": [ @@ -27069,7 +27079,7 @@ "id": 136, "name": "pink_wool", "translation_key": "block.minecraft.pink_wool", - "item_id": 186, + "item_id": 207, "properties": [], "default_state_id": 2053, "states": [ @@ -27089,7 +27099,7 @@ "id": 137, "name": "gray_wool", "translation_key": "block.minecraft.gray_wool", - "item_id": 187, + "item_id": 208, "properties": [], "default_state_id": 2054, "states": [ @@ -27109,7 +27119,7 @@ "id": 138, "name": "light_gray_wool", "translation_key": "block.minecraft.light_gray_wool", - "item_id": 188, + "item_id": 209, "properties": [], "default_state_id": 2055, "states": [ @@ -27129,7 +27139,7 @@ "id": 139, "name": "cyan_wool", "translation_key": "block.minecraft.cyan_wool", - "item_id": 189, + "item_id": 210, "properties": [], "default_state_id": 2056, "states": [ @@ -27149,7 +27159,7 @@ "id": 140, "name": "purple_wool", "translation_key": "block.minecraft.purple_wool", - "item_id": 190, + "item_id": 211, "properties": [], "default_state_id": 2057, "states": [ @@ -27169,7 +27179,7 @@ "id": 141, "name": "blue_wool", "translation_key": "block.minecraft.blue_wool", - "item_id": 191, + "item_id": 212, "properties": [], "default_state_id": 2058, "states": [ @@ -27189,7 +27199,7 @@ "id": 142, "name": "brown_wool", "translation_key": "block.minecraft.brown_wool", - "item_id": 192, + "item_id": 213, "properties": [], "default_state_id": 2059, "states": [ @@ -27209,7 +27219,7 @@ "id": 143, "name": "green_wool", "translation_key": "block.minecraft.green_wool", - "item_id": 193, + "item_id": 214, "properties": [], "default_state_id": 2060, "states": [ @@ -27229,7 +27239,7 @@ "id": 144, "name": "red_wool", "translation_key": "block.minecraft.red_wool", - "item_id": 194, + "item_id": 215, "properties": [], "default_state_id": 2061, "states": [ @@ -27249,7 +27259,7 @@ "id": 145, "name": "black_wool", "translation_key": "block.minecraft.black_wool", - "item_id": 195, + "item_id": 216, "properties": [], "default_state_id": 2062, "states": [ @@ -27406,7 +27416,7 @@ "id": 147, "name": "dandelion", "translation_key": "block.minecraft.dandelion", - "item_id": 196, + "item_id": 217, "properties": [], "default_state_id": 2075, "states": [ @@ -27424,7 +27434,7 @@ "id": 148, "name": "torchflower", "translation_key": "block.minecraft.torchflower", - "item_id": 209, + "item_id": 230, "properties": [], "default_state_id": 2076, "states": [ @@ -27442,7 +27452,7 @@ "id": 149, "name": "poppy", "translation_key": "block.minecraft.poppy", - "item_id": 197, + "item_id": 218, "properties": [], "default_state_id": 2077, "states": [ @@ -27460,7 +27470,7 @@ "id": 150, "name": "blue_orchid", "translation_key": "block.minecraft.blue_orchid", - "item_id": 198, + "item_id": 219, "properties": [], "default_state_id": 2078, "states": [ @@ -27478,7 +27488,7 @@ "id": 151, "name": "allium", "translation_key": "block.minecraft.allium", - "item_id": 199, + "item_id": 220, "properties": [], "default_state_id": 2079, "states": [ @@ -27496,7 +27506,7 @@ "id": 152, "name": "azure_bluet", "translation_key": "block.minecraft.azure_bluet", - "item_id": 200, + "item_id": 221, "properties": [], "default_state_id": 2080, "states": [ @@ -27514,7 +27524,7 @@ "id": 153, "name": "red_tulip", "translation_key": "block.minecraft.red_tulip", - "item_id": 201, + "item_id": 222, "properties": [], "default_state_id": 2081, "states": [ @@ -27532,7 +27542,7 @@ "id": 154, "name": "orange_tulip", "translation_key": "block.minecraft.orange_tulip", - "item_id": 202, + "item_id": 223, "properties": [], "default_state_id": 2082, "states": [ @@ -27550,7 +27560,7 @@ "id": 155, "name": "white_tulip", "translation_key": "block.minecraft.white_tulip", - "item_id": 203, + "item_id": 224, "properties": [], "default_state_id": 2083, "states": [ @@ -27568,7 +27578,7 @@ "id": 156, "name": "pink_tulip", "translation_key": "block.minecraft.pink_tulip", - "item_id": 204, + "item_id": 225, "properties": [], "default_state_id": 2084, "states": [ @@ -27586,7 +27596,7 @@ "id": 157, "name": "oxeye_daisy", "translation_key": "block.minecraft.oxeye_daisy", - "item_id": 205, + "item_id": 226, "properties": [], "default_state_id": 2085, "states": [ @@ -27604,7 +27614,7 @@ "id": 158, "name": "cornflower", "translation_key": "block.minecraft.cornflower", - "item_id": 206, + "item_id": 227, "properties": [], "default_state_id": 2086, "states": [ @@ -27622,7 +27632,7 @@ "id": 159, "name": "wither_rose", "translation_key": "block.minecraft.wither_rose", - "item_id": 208, + "item_id": 229, "properties": [], "default_state_id": 2087, "states": [ @@ -27640,7 +27650,7 @@ "id": 160, "name": "lily_of_the_valley", "translation_key": "block.minecraft.lily_of_the_valley", - "item_id": 207, + "item_id": 228, "properties": [], "default_state_id": 2088, "states": [ @@ -27658,7 +27668,7 @@ "id": 161, "name": "brown_mushroom", "translation_key": "block.minecraft.brown_mushroom", - "item_id": 212, + "item_id": 233, "properties": [], "default_state_id": 2089, "states": [ @@ -27676,7 +27686,7 @@ "id": 162, "name": "red_mushroom", "translation_key": "block.minecraft.red_mushroom", - "item_id": 213, + "item_id": 234, "properties": [], "default_state_id": 2090, "states": [ @@ -27694,7 +27704,7 @@ "id": 163, "name": "gold_block", "translation_key": "block.minecraft.gold_block", - "item_id": 76, + "item_id": 89, "properties": [], "default_state_id": 2091, "states": [ @@ -27714,7 +27724,7 @@ "id": 164, "name": "iron_block", "translation_key": "block.minecraft.iron_block", - "item_id": 74, + "item_id": 87, "properties": [], "default_state_id": 2092, "states": [ @@ -27734,7 +27744,7 @@ "id": 165, "name": "bricks", "translation_key": "block.minecraft.bricks", - "item_id": 263, + "item_id": 284, "properties": [], "default_state_id": 2093, "states": [ @@ -27754,7 +27764,7 @@ "id": 166, "name": "tnt", "translation_key": "block.minecraft.tnt", - "item_id": 657, + "item_id": 678, "properties": [ { "name": "unstable", @@ -27792,7 +27802,7 @@ "id": 167, "name": "bookshelf", "translation_key": "block.minecraft.bookshelf", - "item_id": 264, + "item_id": 285, "properties": [], "default_state_id": 2096, "states": [ @@ -27812,7 +27822,7 @@ "id": 168, "name": "chiseled_bookshelf", "translation_key": "block.minecraft.chiseled_bookshelf", - "item_id": 265, + "item_id": 286, "properties": [ { "name": "facing", @@ -30690,7 +30700,7 @@ "id": 169, "name": "mossy_cobblestone", "translation_key": "block.minecraft.mossy_cobblestone", - "item_id": 267, + "item_id": 288, "properties": [], "default_state_id": 2353, "states": [ @@ -30710,7 +30720,7 @@ "id": 170, "name": "obsidian", "translation_key": "block.minecraft.obsidian", - "item_id": 268, + "item_id": 289, "properties": [], "default_state_id": 2354, "states": [ @@ -30730,7 +30740,7 @@ "id": 171, "name": "torch", "translation_key": "block.minecraft.torch", - "item_id": 269, + "item_id": 290, "wall_variant_id": 172, "properties": [], "default_state_id": 2355, @@ -30749,7 +30759,7 @@ "id": 172, "name": "wall_torch", "translation_key": "block.minecraft.torch", - "item_id": 269, + "item_id": 290, "properties": [ { "name": "facing", @@ -34982,7 +34992,7 @@ "id": 175, "name": "spawner", "translation_key": "block.minecraft.spawner", - "item_id": 276, + "item_id": 297, "properties": [], "default_state_id": 2873, "states": [ @@ -35003,7 +35013,7 @@ "id": 176, "name": "oak_stairs", "translation_key": "block.minecraft.oak_stairs", - "item_id": 361, + "item_id": 382, "properties": [ { "name": "facing", @@ -35975,7 +35985,7 @@ "id": 177, "name": "chest", "translation_key": "block.minecraft.chest", - "item_id": 277, + "item_id": 298, "properties": [ { "name": "facing", @@ -36274,7 +36284,7 @@ "id": 178, "name": "redstone_wire", "translation_key": "block.minecraft.redstone_wire", - "item_id": 635, + "item_id": 656, "properties": [ { "name": "east", @@ -46706,7 +46716,7 @@ "id": 179, "name": "diamond_ore", "translation_key": "block.minecraft.diamond_ore", - "item_id": 63, + "item_id": 76, "properties": [], "default_state_id": 4274, "states": [ @@ -46726,7 +46736,7 @@ "id": 180, "name": "deepslate_diamond_ore", "translation_key": "block.minecraft.deepslate_diamond_ore", - "item_id": 64, + "item_id": 77, "properties": [], "default_state_id": 4275, "states": [ @@ -46746,7 +46756,7 @@ "id": 181, "name": "diamond_block", "translation_key": "block.minecraft.diamond_block", - "item_id": 77, + "item_id": 90, "properties": [], "default_state_id": 4276, "states": [ @@ -46766,7 +46776,7 @@ "id": 182, "name": "crafting_table", "translation_key": "block.minecraft.crafting_table", - "item_id": 278, + "item_id": 299, "properties": [], "default_state_id": 4277, "states": [ @@ -46786,7 +46796,7 @@ "id": 183, "name": "wheat", "translation_key": "block.minecraft.wheat", - "item_id": 813, + "item_id": 850, "properties": [ { "name": "age", @@ -46874,7 +46884,7 @@ "id": 184, "name": "farmland", "translation_key": "block.minecraft.farmland", - "item_id": 279, + "item_id": 300, "properties": [ { "name": "moisture", @@ -46978,7 +46988,7 @@ "id": 185, "name": "furnace", "translation_key": "block.minecraft.furnace", - "item_id": 280, + "item_id": 301, "properties": [ { "name": "facing", @@ -47093,7 +47103,7 @@ "id": 186, "name": "oak_sign", "translation_key": "block.minecraft.oak_sign", - "item_id": 846, + "item_id": 883, "wall_variant_id": 199, "properties": [ { @@ -47421,7 +47431,7 @@ "id": 187, "name": "spruce_sign", "translation_key": "block.minecraft.spruce_sign", - "item_id": 847, + "item_id": 884, "wall_variant_id": 200, "properties": [ { @@ -47749,7 +47759,7 @@ "id": 188, "name": "birch_sign", "translation_key": "block.minecraft.birch_sign", - "item_id": 848, + "item_id": 885, "wall_variant_id": 201, "properties": [ { @@ -48077,7 +48087,7 @@ "id": 189, "name": "acacia_sign", "translation_key": "block.minecraft.acacia_sign", - "item_id": 850, + "item_id": 887, "wall_variant_id": 202, "properties": [ { @@ -48405,7 +48415,7 @@ "id": 190, "name": "cherry_sign", "translation_key": "block.minecraft.cherry_sign", - "item_id": 851, + "item_id": 888, "wall_variant_id": 203, "properties": [ { @@ -48733,7 +48743,7 @@ "id": 191, "name": "jungle_sign", "translation_key": "block.minecraft.jungle_sign", - "item_id": 849, + "item_id": 886, "wall_variant_id": 204, "properties": [ { @@ -49061,7 +49071,7 @@ "id": 192, "name": "dark_oak_sign", "translation_key": "block.minecraft.dark_oak_sign", - "item_id": 852, + "item_id": 889, "wall_variant_id": 205, "properties": [ { @@ -49389,7 +49399,7 @@ "id": 193, "name": "mangrove_sign", "translation_key": "block.minecraft.mangrove_sign", - "item_id": 853, + "item_id": 890, "wall_variant_id": 206, "properties": [ { @@ -49717,7 +49727,7 @@ "id": 194, "name": "bamboo_sign", "translation_key": "block.minecraft.bamboo_sign", - "item_id": 854, + "item_id": 891, "wall_variant_id": 207, "properties": [ { @@ -50045,7 +50055,7 @@ "id": 195, "name": "oak_door", "translation_key": "block.minecraft.oak_door", - "item_id": 689, + "item_id": 710, "properties": [ { "name": "facing", @@ -50733,7 +50743,7 @@ "id": 196, "name": "ladder", "translation_key": "block.minecraft.ladder", - "item_id": 281, + "item_id": 302, "properties": [ { "name": "facing", @@ -50840,7 +50850,7 @@ "id": 197, "name": "rail", "translation_key": "block.minecraft.rail", - "item_id": 725, + "item_id": 762, "properties": [ { "name": "shape", @@ -51033,7 +51043,7 @@ "id": 198, "name": "cobblestone_stairs", "translation_key": "block.minecraft.cobblestone_stairs", - "item_id": 282, + "item_id": 303, "properties": [ { "name": "facing", @@ -52005,7 +52015,7 @@ "id": 199, "name": "oak_wall_sign", "translation_key": "block.minecraft.oak_sign", - "item_id": 846, + "item_id": 883, "properties": [ { "name": "facing", @@ -52104,7 +52114,7 @@ "id": 200, "name": "spruce_wall_sign", "translation_key": "block.minecraft.spruce_sign", - "item_id": 847, + "item_id": 884, "properties": [ { "name": "facing", @@ -52203,7 +52213,7 @@ "id": 201, "name": "birch_wall_sign", "translation_key": "block.minecraft.birch_sign", - "item_id": 848, + "item_id": 885, "properties": [ { "name": "facing", @@ -52302,7 +52312,7 @@ "id": 202, "name": "acacia_wall_sign", "translation_key": "block.minecraft.acacia_sign", - "item_id": 850, + "item_id": 887, "properties": [ { "name": "facing", @@ -52401,7 +52411,7 @@ "id": 203, "name": "cherry_wall_sign", "translation_key": "block.minecraft.cherry_sign", - "item_id": 851, + "item_id": 888, "properties": [ { "name": "facing", @@ -52500,7 +52510,7 @@ "id": 204, "name": "jungle_wall_sign", "translation_key": "block.minecraft.jungle_sign", - "item_id": 849, + "item_id": 886, "properties": [ { "name": "facing", @@ -52599,7 +52609,7 @@ "id": 205, "name": "dark_oak_wall_sign", "translation_key": "block.minecraft.dark_oak_sign", - "item_id": 852, + "item_id": 889, "properties": [ { "name": "facing", @@ -52698,7 +52708,7 @@ "id": 206, "name": "mangrove_wall_sign", "translation_key": "block.minecraft.mangrove_sign", - "item_id": 853, + "item_id": 890, "properties": [ { "name": "facing", @@ -52797,7 +52807,7 @@ "id": 207, "name": "bamboo_wall_sign", "translation_key": "block.minecraft.bamboo_sign", - "item_id": 854, + "item_id": 891, "properties": [ { "name": "facing", @@ -52896,7 +52906,7 @@ "id": 208, "name": "oak_hanging_sign", "translation_key": "block.minecraft.oak_hanging_sign", - "item_id": 857, + "item_id": 894, "wall_variant_id": 219, "properties": [ { @@ -53519,7 +53529,7 @@ "id": 209, "name": "spruce_hanging_sign", "translation_key": "block.minecraft.spruce_hanging_sign", - "item_id": 858, + "item_id": 895, "wall_variant_id": 220, "properties": [ { @@ -54142,7 +54152,7 @@ "id": 210, "name": "birch_hanging_sign", "translation_key": "block.minecraft.birch_hanging_sign", - "item_id": 859, + "item_id": 896, "wall_variant_id": 221, "properties": [ { @@ -54765,7 +54775,7 @@ "id": 211, "name": "acacia_hanging_sign", "translation_key": "block.minecraft.acacia_hanging_sign", - "item_id": 861, + "item_id": 898, "wall_variant_id": 222, "properties": [ { @@ -55388,7 +55398,7 @@ "id": 212, "name": "cherry_hanging_sign", "translation_key": "block.minecraft.cherry_hanging_sign", - "item_id": 862, + "item_id": 899, "wall_variant_id": 223, "properties": [ { @@ -56011,7 +56021,7 @@ "id": 213, "name": "jungle_hanging_sign", "translation_key": "block.minecraft.jungle_hanging_sign", - "item_id": 860, + "item_id": 897, "wall_variant_id": 224, "properties": [ { @@ -56634,7 +56644,7 @@ "id": 214, "name": "dark_oak_hanging_sign", "translation_key": "block.minecraft.dark_oak_hanging_sign", - "item_id": 863, + "item_id": 900, "wall_variant_id": 225, "properties": [ { @@ -57257,7 +57267,7 @@ "id": 215, "name": "crimson_hanging_sign", "translation_key": "block.minecraft.crimson_hanging_sign", - "item_id": 866, + "item_id": 903, "wall_variant_id": 227, "properties": [ { @@ -57880,7 +57890,7 @@ "id": 216, "name": "warped_hanging_sign", "translation_key": "block.minecraft.warped_hanging_sign", - "item_id": 867, + "item_id": 904, "wall_variant_id": 228, "properties": [ { @@ -58503,7 +58513,7 @@ "id": 217, "name": "mangrove_hanging_sign", "translation_key": "block.minecraft.mangrove_hanging_sign", - "item_id": 864, + "item_id": 901, "wall_variant_id": 226, "properties": [ { @@ -59126,7 +59136,7 @@ "id": 218, "name": "bamboo_hanging_sign", "translation_key": "block.minecraft.bamboo_hanging_sign", - "item_id": 865, + "item_id": 902, "wall_variant_id": 229, "properties": [ { @@ -59749,7 +59759,7 @@ "id": 219, "name": "oak_wall_hanging_sign", "translation_key": "block.minecraft.oak_hanging_sign", - "item_id": 857, + "item_id": 894, "properties": [ { "name": "facing", @@ -59864,7 +59874,7 @@ "id": 220, "name": "spruce_wall_hanging_sign", "translation_key": "block.minecraft.spruce_hanging_sign", - "item_id": 858, + "item_id": 895, "properties": [ { "name": "facing", @@ -59979,7 +59989,7 @@ "id": 221, "name": "birch_wall_hanging_sign", "translation_key": "block.minecraft.birch_hanging_sign", - "item_id": 859, + "item_id": 896, "properties": [ { "name": "facing", @@ -60094,7 +60104,7 @@ "id": 222, "name": "acacia_wall_hanging_sign", "translation_key": "block.minecraft.acacia_hanging_sign", - "item_id": 861, + "item_id": 898, "properties": [ { "name": "facing", @@ -60209,7 +60219,7 @@ "id": 223, "name": "cherry_wall_hanging_sign", "translation_key": "block.minecraft.cherry_hanging_sign", - "item_id": 862, + "item_id": 899, "properties": [ { "name": "facing", @@ -60324,7 +60334,7 @@ "id": 224, "name": "jungle_wall_hanging_sign", "translation_key": "block.minecraft.jungle_hanging_sign", - "item_id": 860, + "item_id": 897, "properties": [ { "name": "facing", @@ -60439,7 +60449,7 @@ "id": 225, "name": "dark_oak_wall_hanging_sign", "translation_key": "block.minecraft.dark_oak_hanging_sign", - "item_id": 863, + "item_id": 900, "properties": [ { "name": "facing", @@ -60554,7 +60564,7 @@ "id": 226, "name": "mangrove_wall_hanging_sign", "translation_key": "block.minecraft.mangrove_hanging_sign", - "item_id": 864, + "item_id": 901, "properties": [ { "name": "facing", @@ -60669,7 +60679,7 @@ "id": 227, "name": "crimson_wall_hanging_sign", "translation_key": "block.minecraft.crimson_hanging_sign", - "item_id": 866, + "item_id": 903, "properties": [ { "name": "facing", @@ -60784,7 +60794,7 @@ "id": 228, "name": "warped_wall_hanging_sign", "translation_key": "block.minecraft.warped_hanging_sign", - "item_id": 867, + "item_id": 904, "properties": [ { "name": "facing", @@ -60899,7 +60909,7 @@ "id": 229, "name": "bamboo_wall_hanging_sign", "translation_key": "block.minecraft.bamboo_hanging_sign", - "item_id": 865, + "item_id": 902, "properties": [ { "name": "facing", @@ -61014,7 +61024,7 @@ "id": 230, "name": "lever", "translation_key": "block.minecraft.lever", - "item_id": 650, + "item_id": 671, "properties": [ { "name": "face", @@ -61241,7 +61251,7 @@ "id": 231, "name": "stone_pressure_plate", "translation_key": "block.minecraft.stone_pressure_plate", - "item_id": 673, + "item_id": 694, "properties": [ { "name": "powered", @@ -61275,7 +61285,7 @@ "id": 232, "name": "iron_door", "translation_key": "block.minecraft.iron_door", - "item_id": 688, + "item_id": 709, "properties": [ { "name": "facing", @@ -61963,7 +61973,7 @@ "id": 233, "name": "oak_pressure_plate", "translation_key": "block.minecraft.oak_pressure_plate", - "item_id": 677, + "item_id": 698, "properties": [ { "name": "powered", @@ -61997,7 +62007,7 @@ "id": 234, "name": "spruce_pressure_plate", "translation_key": "block.minecraft.spruce_pressure_plate", - "item_id": 678, + "item_id": 699, "properties": [ { "name": "powered", @@ -62031,7 +62041,7 @@ "id": 235, "name": "birch_pressure_plate", "translation_key": "block.minecraft.birch_pressure_plate", - "item_id": 679, + "item_id": 700, "properties": [ { "name": "powered", @@ -62065,7 +62075,7 @@ "id": 236, "name": "jungle_pressure_plate", "translation_key": "block.minecraft.jungle_pressure_plate", - "item_id": 680, + "item_id": 701, "properties": [ { "name": "powered", @@ -62099,7 +62109,7 @@ "id": 237, "name": "acacia_pressure_plate", "translation_key": "block.minecraft.acacia_pressure_plate", - "item_id": 681, + "item_id": 702, "properties": [ { "name": "powered", @@ -62133,7 +62143,7 @@ "id": 238, "name": "cherry_pressure_plate", "translation_key": "block.minecraft.cherry_pressure_plate", - "item_id": 682, + "item_id": 703, "properties": [ { "name": "powered", @@ -62167,7 +62177,7 @@ "id": 239, "name": "dark_oak_pressure_plate", "translation_key": "block.minecraft.dark_oak_pressure_plate", - "item_id": 683, + "item_id": 704, "properties": [ { "name": "powered", @@ -62201,7 +62211,7 @@ "id": 240, "name": "mangrove_pressure_plate", "translation_key": "block.minecraft.mangrove_pressure_plate", - "item_id": 684, + "item_id": 705, "properties": [ { "name": "powered", @@ -62235,7 +62245,7 @@ "id": 241, "name": "bamboo_pressure_plate", "translation_key": "block.minecraft.bamboo_pressure_plate", - "item_id": 685, + "item_id": 706, "properties": [ { "name": "powered", @@ -62269,7 +62279,7 @@ "id": 242, "name": "redstone_ore", "translation_key": "block.minecraft.redstone_ore", - "item_id": 57, + "item_id": 70, "properties": [ { "name": "lit", @@ -62307,7 +62317,7 @@ "id": 243, "name": "deepslate_redstone_ore", "translation_key": "block.minecraft.deepslate_redstone_ore", - "item_id": 58, + "item_id": 71, "properties": [ { "name": "lit", @@ -62345,7 +62355,7 @@ "id": 244, "name": "redstone_torch", "translation_key": "block.minecraft.redstone_torch", - "item_id": 636, + "item_id": 657, "wall_variant_id": 245, "properties": [ { @@ -62380,7 +62390,7 @@ "id": 245, "name": "redstone_wall_torch", "translation_key": "block.minecraft.redstone_torch", - "item_id": 636, + "item_id": 657, "properties": [ { "name": "facing", @@ -62471,7 +62481,7 @@ "id": 246, "name": "stone_button", "translation_key": "block.minecraft.stone_button", - "item_id": 660, + "item_id": 681, "properties": [ { "name": "face", @@ -62698,7 +62708,7 @@ "id": 247, "name": "snow", "translation_key": "block.minecraft.snow", - "item_id": 283, + "item_id": 304, "properties": [ { "name": "layers", @@ -62800,7 +62810,7 @@ "id": 248, "name": "ice", "translation_key": "block.minecraft.ice", - "item_id": 284, + "item_id": 305, "properties": [], "default_state_id": 5780, "states": [ @@ -62820,7 +62830,7 @@ "id": 249, "name": "snow_block", "translation_key": "block.minecraft.snow_block", - "item_id": 285, + "item_id": 306, "properties": [], "default_state_id": 5781, "states": [ @@ -62840,7 +62850,7 @@ "id": 250, "name": "cactus", "translation_key": "block.minecraft.cactus", - "item_id": 286, + "item_id": 307, "properties": [ { "name": "age", @@ -63032,7 +63042,7 @@ "id": 251, "name": "clay", "translation_key": "block.minecraft.clay", - "item_id": 287, + "item_id": 308, "properties": [], "default_state_id": 5798, "states": [ @@ -63052,7 +63062,7 @@ "id": 252, "name": "sugar_cane", "translation_key": "block.minecraft.sugar_cane", - "item_id": 221, + "item_id": 242, "properties": [ { "name": "age", @@ -63212,7 +63222,7 @@ "id": 253, "name": "jukebox", "translation_key": "block.minecraft.jukebox", - "item_id": 288, + "item_id": 309, "properties": [ { "name": "has_record", @@ -63252,7 +63262,7 @@ "id": 254, "name": "oak_fence", "translation_key": "block.minecraft.oak_fence", - "item_id": 289, + "item_id": 310, "properties": [ { "name": "east", @@ -63638,9 +63648,9 @@ }, { "id": 255, - "name": "pumpkin", - "translation_key": "block.minecraft.pumpkin", - "item_id": 300, + "name": "netherrack", + "translation_key": "block.minecraft.netherrack", + "item_id": 324, "properties": [], "default_state_id": 5849, "states": [ @@ -63658,34 +63668,14 @@ }, { "id": 256, - "name": "netherrack", - "translation_key": "block.minecraft.netherrack", - "item_id": 303, - "properties": [], - "default_state_id": 5850, - "states": [ - { - "id": 5850, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 257, "name": "soul_sand", "translation_key": "block.minecraft.soul_sand", - "item_id": 304, + "item_id": 325, "properties": [], - "default_state_id": 5851, + "default_state_id": 5850, "states": [ { - "id": 5851, + "id": 5850, "luminance": 0, "opaque": true, "replaceable": false, @@ -63697,15 +63687,15 @@ ] }, { - "id": 258, + "id": 257, "name": "soul_soil", "translation_key": "block.minecraft.soul_soil", - "item_id": 305, + "item_id": 326, "properties": [], - "default_state_id": 5852, + "default_state_id": 5851, "states": [ { - "id": 5852, + "id": 5851, "luminance": 0, "opaque": true, "replaceable": false, @@ -63717,10 +63707,10 @@ ] }, { - "id": 259, + "id": 258, "name": "basalt", "translation_key": "block.minecraft.basalt", - "item_id": 306, + "item_id": 327, "properties": [ { "name": "axis", @@ -63731,10 +63721,10 @@ ] } ], - "default_state_id": 5854, + "default_state_id": 5853, "states": [ { - "id": 5853, + "id": 5852, "luminance": 0, "opaque": true, "replaceable": false, @@ -63744,7 +63734,7 @@ ] }, { - "id": 5854, + "id": 5853, "luminance": 0, "opaque": true, "replaceable": false, @@ -63754,7 +63744,7 @@ ] }, { - "id": 5855, + "id": 5854, "luminance": 0, "opaque": true, "replaceable": false, @@ -63766,10 +63756,10 @@ ] }, { - "id": 260, + "id": 259, "name": "polished_basalt", "translation_key": "block.minecraft.polished_basalt", - "item_id": 307, + "item_id": 328, "properties": [ { "name": "axis", @@ -63780,10 +63770,10 @@ ] } ], - "default_state_id": 5857, + "default_state_id": 5856, "states": [ { - "id": 5856, + "id": 5855, "luminance": 0, "opaque": true, "replaceable": false, @@ -63793,7 +63783,7 @@ ] }, { - "id": 5857, + "id": 5856, "luminance": 0, "opaque": true, "replaceable": false, @@ -63803,7 +63793,7 @@ ] }, { - "id": 5858, + "id": 5857, "luminance": 0, "opaque": true, "replaceable": false, @@ -63815,16 +63805,16 @@ ] }, { - "id": 261, + "id": 260, "name": "soul_torch", "translation_key": "block.minecraft.soul_torch", - "item_id": 309, - "wall_variant_id": 262, + "item_id": 330, + "wall_variant_id": 261, "properties": [], - "default_state_id": 5859, + "default_state_id": 5858, "states": [ { - "id": 5859, + "id": 5858, "luminance": 10, "opaque": false, "replaceable": false, @@ -63834,10 +63824,10 @@ ] }, { - "id": 262, + "id": 261, "name": "soul_wall_torch", "translation_key": "block.minecraft.soul_torch", - "item_id": 309, + "item_id": 330, "properties": [ { "name": "facing", @@ -63849,10 +63839,10 @@ ] } ], - "default_state_id": 5860, + "default_state_id": 5859, "states": [ { - "id": 5860, + "id": 5859, "luminance": 10, "opaque": false, "replaceable": false, @@ -63860,7 +63850,7 @@ "collision_shapes": [] }, { - "id": 5861, + "id": 5860, "luminance": 10, "opaque": false, "replaceable": false, @@ -63868,7 +63858,7 @@ "collision_shapes": [] }, { - "id": 5862, + "id": 5861, "luminance": 10, "opaque": false, "replaceable": false, @@ -63876,7 +63866,7 @@ "collision_shapes": [] }, { - "id": 5863, + "id": 5862, "luminance": 10, "opaque": false, "replaceable": false, @@ -63886,15 +63876,15 @@ ] }, { - "id": 263, + "id": 262, "name": "glowstone", "translation_key": "block.minecraft.glowstone", - "item_id": 310, + "item_id": 331, "properties": [], - "default_state_id": 5864, + "default_state_id": 5863, "states": [ { - "id": 5864, + "id": 5863, "luminance": 15, "opaque": true, "replaceable": false, @@ -63906,7 +63896,7 @@ ] }, { - "id": 264, + "id": 263, "name": "nether_portal", "translation_key": "block.minecraft.nether_portal", "item_id": 0, @@ -63919,10 +63909,10 @@ ] } ], - "default_state_id": 5865, + "default_state_id": 5864, "states": [ { - "id": 5865, + "id": 5864, "luminance": 11, "opaque": false, "replaceable": false, @@ -63930,7 +63920,7 @@ "collision_shapes": [] }, { - "id": 5866, + "id": 5865, "luminance": 11, "opaque": false, "replaceable": false, @@ -63940,10 +63930,10 @@ ] }, { - "id": 265, + "id": 264, "name": "carved_pumpkin", "translation_key": "block.minecraft.carved_pumpkin", - "item_id": 301, + "item_id": 322, "properties": [ { "name": "facing", @@ -63955,10 +63945,10 @@ ] } ], - "default_state_id": 5867, + "default_state_id": 5866, "states": [ { - "id": 5867, + "id": 5866, "luminance": 0, "opaque": true, "replaceable": false, @@ -63968,7 +63958,7 @@ ] }, { - "id": 5868, + "id": 5867, "luminance": 0, "opaque": true, "replaceable": false, @@ -63978,7 +63968,7 @@ ] }, { - "id": 5869, + "id": 5868, "luminance": 0, "opaque": true, "replaceable": false, @@ -63988,7 +63978,7 @@ ] }, { - "id": 5870, + "id": 5869, "luminance": 0, "opaque": true, "replaceable": false, @@ -64000,10 +63990,10 @@ ] }, { - "id": 266, + "id": 265, "name": "jack_o_lantern", "translation_key": "block.minecraft.jack_o_lantern", - "item_id": 302, + "item_id": 323, "properties": [ { "name": "facing", @@ -64015,10 +64005,10 @@ ] } ], - "default_state_id": 5871, + "default_state_id": 5870, "states": [ { - "id": 5871, + "id": 5870, "luminance": 15, "opaque": true, "replaceable": false, @@ -64028,7 +64018,7 @@ ] }, { - "id": 5872, + "id": 5871, "luminance": 15, "opaque": true, "replaceable": false, @@ -64038,7 +64028,7 @@ ] }, { - "id": 5873, + "id": 5872, "luminance": 15, "opaque": true, "replaceable": false, @@ -64048,7 +64038,7 @@ ] }, { - "id": 5874, + "id": 5873, "luminance": 15, "opaque": true, "replaceable": false, @@ -64060,10 +64050,10 @@ ] }, { - "id": 267, + "id": 266, "name": "cake", "translation_key": "block.minecraft.cake", - "item_id": 923, + "item_id": 960, "properties": [ { "name": "bites", @@ -64078,10 +64068,10 @@ ] } ], - "default_state_id": 5875, + "default_state_id": 5874, "states": [ { - "id": 5875, + "id": 5874, "luminance": 0, "opaque": true, "replaceable": false, @@ -64091,7 +64081,7 @@ ] }, { - "id": 5876, + "id": 5875, "luminance": 0, "opaque": true, "replaceable": false, @@ -64101,7 +64091,7 @@ ] }, { - "id": 5877, + "id": 5876, "luminance": 0, "opaque": true, "replaceable": false, @@ -64111,7 +64101,7 @@ ] }, { - "id": 5878, + "id": 5877, "luminance": 0, "opaque": true, "replaceable": false, @@ -64121,7 +64111,7 @@ ] }, { - "id": 5879, + "id": 5878, "luminance": 0, "opaque": true, "replaceable": false, @@ -64131,7 +64121,7 @@ ] }, { - "id": 5880, + "id": 5879, "luminance": 0, "opaque": true, "replaceable": false, @@ -64141,7 +64131,7 @@ ] }, { - "id": 5881, + "id": 5880, "luminance": 0, "opaque": true, "replaceable": false, @@ -64153,10 +64143,10 @@ ] }, { - "id": 268, + "id": 267, "name": "repeater", "translation_key": "block.minecraft.repeater", - "item_id": 638, + "item_id": 659, "properties": [ { "name": "delay", @@ -64191,8 +64181,18 @@ ] } ], - "default_state_id": 5885, + "default_state_id": 5884, "states": [ + { + "id": 5881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 70 + ] + }, { "id": 5882, "luminance": 0, @@ -64822,24 +64822,34 @@ "collision_shapes": [ 70 ] - }, + } + ] + }, + { + "id": 268, + "name": "white_stained_glass", + "translation_key": "block.minecraft.white_stained_glass", + "item_id": 470, + "properties": [], + "default_state_id": 5945, + "states": [ { "id": 5945, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 70 + 0 ] } ] }, { "id": 269, - "name": "white_stained_glass", - "translation_key": "block.minecraft.white_stained_glass", - "item_id": 449, + "name": "orange_stained_glass", + "translation_key": "block.minecraft.orange_stained_glass", + "item_id": 471, "properties": [], "default_state_id": 5946, "states": [ @@ -64857,9 +64867,9 @@ }, { "id": 270, - "name": "orange_stained_glass", - "translation_key": "block.minecraft.orange_stained_glass", - "item_id": 450, + "name": "magenta_stained_glass", + "translation_key": "block.minecraft.magenta_stained_glass", + "item_id": 472, "properties": [], "default_state_id": 5947, "states": [ @@ -64877,9 +64887,9 @@ }, { "id": 271, - "name": "magenta_stained_glass", - "translation_key": "block.minecraft.magenta_stained_glass", - "item_id": 451, + "name": "light_blue_stained_glass", + "translation_key": "block.minecraft.light_blue_stained_glass", + "item_id": 473, "properties": [], "default_state_id": 5948, "states": [ @@ -64897,9 +64907,9 @@ }, { "id": 272, - "name": "light_blue_stained_glass", - "translation_key": "block.minecraft.light_blue_stained_glass", - "item_id": 452, + "name": "yellow_stained_glass", + "translation_key": "block.minecraft.yellow_stained_glass", + "item_id": 474, "properties": [], "default_state_id": 5949, "states": [ @@ -64917,9 +64927,9 @@ }, { "id": 273, - "name": "yellow_stained_glass", - "translation_key": "block.minecraft.yellow_stained_glass", - "item_id": 453, + "name": "lime_stained_glass", + "translation_key": "block.minecraft.lime_stained_glass", + "item_id": 475, "properties": [], "default_state_id": 5950, "states": [ @@ -64937,9 +64947,9 @@ }, { "id": 274, - "name": "lime_stained_glass", - "translation_key": "block.minecraft.lime_stained_glass", - "item_id": 454, + "name": "pink_stained_glass", + "translation_key": "block.minecraft.pink_stained_glass", + "item_id": 476, "properties": [], "default_state_id": 5951, "states": [ @@ -64957,9 +64967,9 @@ }, { "id": 275, - "name": "pink_stained_glass", - "translation_key": "block.minecraft.pink_stained_glass", - "item_id": 455, + "name": "gray_stained_glass", + "translation_key": "block.minecraft.gray_stained_glass", + "item_id": 477, "properties": [], "default_state_id": 5952, "states": [ @@ -64977,9 +64987,9 @@ }, { "id": 276, - "name": "gray_stained_glass", - "translation_key": "block.minecraft.gray_stained_glass", - "item_id": 456, + "name": "light_gray_stained_glass", + "translation_key": "block.minecraft.light_gray_stained_glass", + "item_id": 478, "properties": [], "default_state_id": 5953, "states": [ @@ -64997,9 +65007,9 @@ }, { "id": 277, - "name": "light_gray_stained_glass", - "translation_key": "block.minecraft.light_gray_stained_glass", - "item_id": 457, + "name": "cyan_stained_glass", + "translation_key": "block.minecraft.cyan_stained_glass", + "item_id": 479, "properties": [], "default_state_id": 5954, "states": [ @@ -65017,9 +65027,9 @@ }, { "id": 278, - "name": "cyan_stained_glass", - "translation_key": "block.minecraft.cyan_stained_glass", - "item_id": 458, + "name": "purple_stained_glass", + "translation_key": "block.minecraft.purple_stained_glass", + "item_id": 480, "properties": [], "default_state_id": 5955, "states": [ @@ -65037,9 +65047,9 @@ }, { "id": 279, - "name": "purple_stained_glass", - "translation_key": "block.minecraft.purple_stained_glass", - "item_id": 459, + "name": "blue_stained_glass", + "translation_key": "block.minecraft.blue_stained_glass", + "item_id": 481, "properties": [], "default_state_id": 5956, "states": [ @@ -65057,9 +65067,9 @@ }, { "id": 280, - "name": "blue_stained_glass", - "translation_key": "block.minecraft.blue_stained_glass", - "item_id": 460, + "name": "brown_stained_glass", + "translation_key": "block.minecraft.brown_stained_glass", + "item_id": 482, "properties": [], "default_state_id": 5957, "states": [ @@ -65077,9 +65087,9 @@ }, { "id": 281, - "name": "brown_stained_glass", - "translation_key": "block.minecraft.brown_stained_glass", - "item_id": 461, + "name": "green_stained_glass", + "translation_key": "block.minecraft.green_stained_glass", + "item_id": 483, "properties": [], "default_state_id": 5958, "states": [ @@ -65097,9 +65107,9 @@ }, { "id": 282, - "name": "green_stained_glass", - "translation_key": "block.minecraft.green_stained_glass", - "item_id": 462, + "name": "red_stained_glass", + "translation_key": "block.minecraft.red_stained_glass", + "item_id": 484, "properties": [], "default_state_id": 5959, "states": [ @@ -65117,9 +65127,9 @@ }, { "id": 283, - "name": "red_stained_glass", - "translation_key": "block.minecraft.red_stained_glass", - "item_id": 463, + "name": "black_stained_glass", + "translation_key": "block.minecraft.black_stained_glass", + "item_id": 485, "properties": [], "default_state_id": 5960, "states": [ @@ -65137,29 +65147,9 @@ }, { "id": 284, - "name": "black_stained_glass", - "translation_key": "block.minecraft.black_stained_glass", - "item_id": 464, - "properties": [], - "default_state_id": 5961, - "states": [ - { - "id": 5961, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 285, "name": "oak_trapdoor", "translation_key": "block.minecraft.oak_trapdoor", - "item_id": 701, + "item_id": 730, "properties": [ { "name": "facing", @@ -65199,8 +65189,18 @@ ] } ], - "default_state_id": 5977, + "default_state_id": 5976, "states": [ + { + "id": 5961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 5962, "luminance": 0, @@ -65238,7 +65238,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -65278,7 +65278,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -65318,7 +65318,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -65358,7 +65358,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -65398,7 +65398,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -65438,7 +65438,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -65478,7 +65478,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -65518,7 +65518,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -65558,7 +65558,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -65598,7 +65598,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -65638,7 +65638,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -65678,7 +65678,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -65718,7 +65718,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -65758,7 +65758,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -65798,7 +65798,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -65830,24 +65830,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6025, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 286, + "id": 285, "name": "spruce_trapdoor", "translation_key": "block.minecraft.spruce_trapdoor", - "item_id": 702, + "item_id": 731, "properties": [ { "name": "facing", @@ -65887,8 +65877,18 @@ ] } ], - "default_state_id": 6041, + "default_state_id": 6040, "states": [ + { + "id": 6025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6026, "luminance": 0, @@ -65926,7 +65926,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -65966,7 +65966,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -66006,7 +66006,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -66046,7 +66046,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -66086,7 +66086,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -66126,7 +66126,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -66166,7 +66166,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -66206,7 +66206,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -66246,7 +66246,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -66286,7 +66286,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -66326,7 +66326,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -66366,7 +66366,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -66406,7 +66406,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -66446,7 +66446,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -66486,7 +66486,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -66518,24 +66518,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6089, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 287, + "id": 286, "name": "birch_trapdoor", "translation_key": "block.minecraft.birch_trapdoor", - "item_id": 703, + "item_id": 732, "properties": [ { "name": "facing", @@ -66575,8 +66565,18 @@ ] } ], - "default_state_id": 6105, + "default_state_id": 6104, "states": [ + { + "id": 6089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6090, "luminance": 0, @@ -66614,7 +66614,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -66654,7 +66654,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -66694,7 +66694,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -66734,7 +66734,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -66774,7 +66774,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -66814,7 +66814,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -66854,7 +66854,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -66894,7 +66894,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -66934,7 +66934,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -66974,7 +66974,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -67014,7 +67014,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -67054,7 +67054,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -67094,7 +67094,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -67134,7 +67134,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -67174,7 +67174,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -67206,24 +67206,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6153, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 288, + "id": 287, "name": "jungle_trapdoor", "translation_key": "block.minecraft.jungle_trapdoor", - "item_id": 704, + "item_id": 733, "properties": [ { "name": "facing", @@ -67263,8 +67253,18 @@ ] } ], - "default_state_id": 6169, + "default_state_id": 6168, "states": [ + { + "id": 6153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6154, "luminance": 0, @@ -67302,7 +67302,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -67342,7 +67342,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -67382,7 +67382,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -67422,7 +67422,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -67462,7 +67462,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -67502,7 +67502,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -67542,7 +67542,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -67582,7 +67582,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -67622,7 +67622,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -67662,7 +67662,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -67702,7 +67702,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -67742,7 +67742,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -67782,7 +67782,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -67822,7 +67822,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -67862,7 +67862,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -67894,24 +67894,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6217, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 289, + "id": 288, "name": "acacia_trapdoor", "translation_key": "block.minecraft.acacia_trapdoor", - "item_id": 705, + "item_id": 734, "properties": [ { "name": "facing", @@ -67951,8 +67941,18 @@ ] } ], - "default_state_id": 6233, + "default_state_id": 6232, "states": [ + { + "id": 6217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6218, "luminance": 0, @@ -67990,7 +67990,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -68030,7 +68030,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -68070,7 +68070,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -68110,7 +68110,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -68150,7 +68150,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -68190,7 +68190,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -68230,7 +68230,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -68270,7 +68270,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -68310,7 +68310,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -68350,7 +68350,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -68390,7 +68390,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -68430,7 +68430,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -68470,7 +68470,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -68510,7 +68510,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -68550,7 +68550,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -68582,24 +68582,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6281, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 290, + "id": 289, "name": "cherry_trapdoor", "translation_key": "block.minecraft.cherry_trapdoor", - "item_id": 706, + "item_id": 735, "properties": [ { "name": "facing", @@ -68639,8 +68629,18 @@ ] } ], - "default_state_id": 6297, + "default_state_id": 6296, "states": [ + { + "id": 6281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6282, "luminance": 0, @@ -68678,7 +68678,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -68718,7 +68718,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -68758,7 +68758,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -68798,7 +68798,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -68838,7 +68838,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -68878,7 +68878,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -68918,7 +68918,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -68958,7 +68958,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -68998,7 +68998,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -69038,7 +69038,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -69078,7 +69078,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -69118,7 +69118,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -69158,7 +69158,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -69198,7 +69198,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -69238,7 +69238,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -69270,24 +69270,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6345, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 291, + "id": 290, "name": "dark_oak_trapdoor", "translation_key": "block.minecraft.dark_oak_trapdoor", - "item_id": 707, + "item_id": 736, "properties": [ { "name": "facing", @@ -69327,8 +69317,18 @@ ] } ], - "default_state_id": 6361, + "default_state_id": 6360, "states": [ + { + "id": 6345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6346, "luminance": 0, @@ -69366,7 +69366,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -69406,7 +69406,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -69446,7 +69446,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -69486,7 +69486,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -69526,7 +69526,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -69566,7 +69566,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -69606,7 +69606,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -69646,7 +69646,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -69686,7 +69686,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -69726,7 +69726,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -69766,7 +69766,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -69806,7 +69806,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -69846,7 +69846,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -69886,7 +69886,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -69926,7 +69926,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -69958,24 +69958,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6409, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 292, + "id": 291, "name": "mangrove_trapdoor", "translation_key": "block.minecraft.mangrove_trapdoor", - "item_id": 708, + "item_id": 737, "properties": [ { "name": "facing", @@ -70015,8 +70005,18 @@ ] } ], - "default_state_id": 6425, + "default_state_id": 6424, "states": [ + { + "id": 6409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6410, "luminance": 0, @@ -70054,7 +70054,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -70094,7 +70094,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -70134,7 +70134,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -70174,7 +70174,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -70214,7 +70214,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -70254,7 +70254,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -70294,7 +70294,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -70334,7 +70334,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -70374,7 +70374,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -70414,7 +70414,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -70454,7 +70454,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -70494,7 +70494,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -70534,7 +70534,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -70574,7 +70574,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -70614,7 +70614,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -70646,24 +70646,14 @@ "collision_shapes": [ 93 ] - }, - { - "id": 6473, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 - ] } ] }, { - "id": 293, + "id": 292, "name": "bamboo_trapdoor", "translation_key": "block.minecraft.bamboo_trapdoor", - "item_id": 709, + "item_id": 738, "properties": [ { "name": "facing", @@ -70703,8 +70693,18 @@ ] } ], - "default_state_id": 6489, + "default_state_id": 6488, "states": [ + { + "id": 6473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, { "id": 6474, "luminance": 0, @@ -70742,7 +70742,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 92 ] }, { @@ -70782,7 +70782,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 65 ] }, { @@ -70822,7 +70822,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 93 ] }, { @@ -70862,7 +70862,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 67 ] }, { @@ -70902,7 +70902,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 92 ] }, { @@ -70942,7 +70942,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 67 ] }, { @@ -70982,7 +70982,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 93 ] }, { @@ -71022,7 +71022,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 66 ] }, { @@ -71062,7 +71062,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 92 ] }, { @@ -71102,7 +71102,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 66 ] }, { @@ -71142,7 +71142,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 93 ] }, { @@ -71182,7 +71182,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 64 ] }, { @@ -71222,7 +71222,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 92 ] }, { @@ -71262,7 +71262,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 64 ] }, { @@ -71302,7 +71302,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 93 ] }, { @@ -71334,24 +71334,34 @@ "collision_shapes": [ 93 ] - }, + } + ] + }, + { + "id": 293, + "name": "stone_bricks", + "translation_key": "block.minecraft.stone_bricks", + "item_id": 339, + "properties": [], + "default_state_id": 6537, + "states": [ { "id": 6537, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 0 ] } ] }, { "id": 294, - "name": "stone_bricks", - "translation_key": "block.minecraft.stone_bricks", - "item_id": 318, + "name": "mossy_stone_bricks", + "translation_key": "block.minecraft.mossy_stone_bricks", + "item_id": 340, "properties": [], "default_state_id": 6538, "states": [ @@ -71369,9 +71379,9 @@ }, { "id": 295, - "name": "mossy_stone_bricks", - "translation_key": "block.minecraft.mossy_stone_bricks", - "item_id": 319, + "name": "cracked_stone_bricks", + "translation_key": "block.minecraft.cracked_stone_bricks", + "item_id": 341, "properties": [], "default_state_id": 6539, "states": [ @@ -71389,9 +71399,9 @@ }, { "id": 296, - "name": "cracked_stone_bricks", - "translation_key": "block.minecraft.cracked_stone_bricks", - "item_id": 320, + "name": "chiseled_stone_bricks", + "translation_key": "block.minecraft.chiseled_stone_bricks", + "item_id": 342, "properties": [], "default_state_id": 6540, "states": [ @@ -71409,9 +71419,9 @@ }, { "id": 297, - "name": "chiseled_stone_bricks", - "translation_key": "block.minecraft.chiseled_stone_bricks", - "item_id": 321, + "name": "packed_mud", + "translation_key": "block.minecraft.packed_mud", + "item_id": 343, "properties": [], "default_state_id": 6541, "states": [ @@ -71429,9 +71439,9 @@ }, { "id": 298, - "name": "packed_mud", - "translation_key": "block.minecraft.packed_mud", - "item_id": 322, + "name": "mud_bricks", + "translation_key": "block.minecraft.mud_bricks", + "item_id": 344, "properties": [], "default_state_id": 6542, "states": [ @@ -71449,9 +71459,9 @@ }, { "id": 299, - "name": "mud_bricks", - "translation_key": "block.minecraft.mud_bricks", - "item_id": 323, + "name": "infested_stone", + "translation_key": "block.minecraft.infested_stone", + "item_id": 332, "properties": [], "default_state_id": 6543, "states": [ @@ -71469,9 +71479,9 @@ }, { "id": 300, - "name": "infested_stone", - "translation_key": "block.minecraft.infested_stone", - "item_id": 311, + "name": "infested_cobblestone", + "translation_key": "block.minecraft.infested_cobblestone", + "item_id": 333, "properties": [], "default_state_id": 6544, "states": [ @@ -71489,9 +71499,9 @@ }, { "id": 301, - "name": "infested_cobblestone", - "translation_key": "block.minecraft.infested_cobblestone", - "item_id": 312, + "name": "infested_stone_bricks", + "translation_key": "block.minecraft.infested_stone_bricks", + "item_id": 334, "properties": [], "default_state_id": 6545, "states": [ @@ -71509,9 +71519,9 @@ }, { "id": 302, - "name": "infested_stone_bricks", - "translation_key": "block.minecraft.infested_stone_bricks", - "item_id": 313, + "name": "infested_mossy_stone_bricks", + "translation_key": "block.minecraft.infested_mossy_stone_bricks", + "item_id": 335, "properties": [], "default_state_id": 6546, "states": [ @@ -71529,9 +71539,9 @@ }, { "id": 303, - "name": "infested_mossy_stone_bricks", - "translation_key": "block.minecraft.infested_mossy_stone_bricks", - "item_id": 314, + "name": "infested_cracked_stone_bricks", + "translation_key": "block.minecraft.infested_cracked_stone_bricks", + "item_id": 336, "properties": [], "default_state_id": 6547, "states": [ @@ -71549,9 +71559,9 @@ }, { "id": 304, - "name": "infested_cracked_stone_bricks", - "translation_key": "block.minecraft.infested_cracked_stone_bricks", - "item_id": 315, + "name": "infested_chiseled_stone_bricks", + "translation_key": "block.minecraft.infested_chiseled_stone_bricks", + "item_id": 337, "properties": [], "default_state_id": 6548, "states": [ @@ -71569,29 +71579,9 @@ }, { "id": 305, - "name": "infested_chiseled_stone_bricks", - "translation_key": "block.minecraft.infested_chiseled_stone_bricks", - "item_id": 316, - "properties": [], - "default_state_id": 6549, - "states": [ - { - "id": 6549, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 306, "name": "brown_mushroom_block", "translation_key": "block.minecraft.brown_mushroom_block", - "item_id": 330, + "item_id": 351, "properties": [ { "name": "down", @@ -71636,8 +71626,18 @@ ] } ], - "default_state_id": 6550, + "default_state_id": 6549, "states": [ + { + "id": 6549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, { "id": 6550, "luminance": 0, @@ -72267,24 +72267,14 @@ "collision_shapes": [ 0 ] - }, - { - "id": 6613, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] } ] }, { - "id": 307, + "id": 306, "name": "red_mushroom_block", "translation_key": "block.minecraft.red_mushroom_block", - "item_id": 331, + "item_id": 352, "properties": [ { "name": "down", @@ -72329,8 +72319,18 @@ ] } ], - "default_state_id": 6614, + "default_state_id": 6613, "states": [ + { + "id": 6613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, { "id": 6614, "luminance": 0, @@ -72960,24 +72960,14 @@ "collision_shapes": [ 0 ] - }, - { - "id": 6677, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] } ] }, { - "id": 308, + "id": 307, "name": "mushroom_stem", "translation_key": "block.minecraft.mushroom_stem", - "item_id": 332, + "item_id": 353, "properties": [ { "name": "down", @@ -73022,8 +73012,18 @@ ] } ], - "default_state_id": 6678, + "default_state_id": 6677, "states": [ + { + "id": 6677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, { "id": 6678, "luminance": 0, @@ -73653,24 +73653,14 @@ "collision_shapes": [ 0 ] - }, - { - "id": 6741, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] } ] }, { - "id": 309, + "id": 308, "name": "iron_bars", "translation_key": "block.minecraft.iron_bars", - "item_id": 333, + "item_id": 354, "properties": [ { "name": "east", @@ -73708,10 +73698,10 @@ ] } ], - "default_state_id": 6773, + "default_state_id": 6772, "states": [ { - "id": 6742, + "id": 6741, "luminance": 0, "opaque": false, "replaceable": false, @@ -73723,7 +73713,7 @@ ] }, { - "id": 6743, + "id": 6742, "luminance": 0, "opaque": false, "replaceable": false, @@ -73734,7 +73724,7 @@ ] }, { - "id": 6744, + "id": 6743, "luminance": 0, "opaque": false, "replaceable": false, @@ -73746,7 +73736,7 @@ ] }, { - "id": 6745, + "id": 6744, "luminance": 0, "opaque": false, "replaceable": false, @@ -73757,7 +73747,7 @@ ] }, { - "id": 6746, + "id": 6745, "luminance": 0, "opaque": false, "replaceable": false, @@ -73768,7 +73758,7 @@ ] }, { - "id": 6747, + "id": 6746, "luminance": 0, "opaque": false, "replaceable": false, @@ -73779,7 +73769,7 @@ ] }, { - "id": 6748, + "id": 6747, "luminance": 0, "opaque": false, "replaceable": false, @@ -73790,7 +73780,7 @@ ] }, { - "id": 6749, + "id": 6748, "luminance": 0, "opaque": false, "replaceable": false, @@ -73801,7 +73791,7 @@ ] }, { - "id": 6750, + "id": 6749, "luminance": 0, "opaque": false, "replaceable": false, @@ -73812,7 +73802,7 @@ ] }, { - "id": 6751, + "id": 6750, "luminance": 0, "opaque": false, "replaceable": false, @@ -73823,7 +73813,7 @@ ] }, { - "id": 6752, + "id": 6751, "luminance": 0, "opaque": false, "replaceable": false, @@ -73834,7 +73824,7 @@ ] }, { - "id": 6753, + "id": 6752, "luminance": 0, "opaque": false, "replaceable": false, @@ -73845,7 +73835,7 @@ ] }, { - "id": 6754, + "id": 6753, "luminance": 0, "opaque": false, "replaceable": false, @@ -73855,7 +73845,7 @@ ] }, { - "id": 6755, + "id": 6754, "luminance": 0, "opaque": false, "replaceable": false, @@ -73865,7 +73855,7 @@ ] }, { - "id": 6756, + "id": 6755, "luminance": 0, "opaque": false, "replaceable": false, @@ -73875,7 +73865,7 @@ ] }, { - "id": 6757, + "id": 6756, "luminance": 0, "opaque": false, "replaceable": false, @@ -73885,7 +73875,7 @@ ] }, { - "id": 6758, + "id": 6757, "luminance": 0, "opaque": false, "replaceable": false, @@ -73897,7 +73887,7 @@ ] }, { - "id": 6759, + "id": 6758, "luminance": 0, "opaque": false, "replaceable": false, @@ -73907,7 +73897,7 @@ ] }, { - "id": 6760, + "id": 6759, "luminance": 0, "opaque": false, "replaceable": false, @@ -73919,7 +73909,7 @@ ] }, { - "id": 6761, + "id": 6760, "luminance": 0, "opaque": false, "replaceable": false, @@ -73929,7 +73919,7 @@ ] }, { - "id": 6762, + "id": 6761, "luminance": 0, "opaque": false, "replaceable": false, @@ -73940,7 +73930,7 @@ ] }, { - "id": 6763, + "id": 6762, "luminance": 0, "opaque": false, "replaceable": false, @@ -73950,7 +73940,7 @@ ] }, { - "id": 6764, + "id": 6763, "luminance": 0, "opaque": false, "replaceable": false, @@ -73961,7 +73951,7 @@ ] }, { - "id": 6765, + "id": 6764, "luminance": 0, "opaque": false, "replaceable": false, @@ -73971,7 +73961,7 @@ ] }, { - "id": 6766, + "id": 6765, "luminance": 0, "opaque": false, "replaceable": false, @@ -73982,7 +73972,7 @@ ] }, { - "id": 6767, + "id": 6766, "luminance": 0, "opaque": false, "replaceable": false, @@ -73992,7 +73982,7 @@ ] }, { - "id": 6768, + "id": 6767, "luminance": 0, "opaque": false, "replaceable": false, @@ -74003,7 +73993,7 @@ ] }, { - "id": 6769, + "id": 6768, "luminance": 0, "opaque": false, "replaceable": false, @@ -74013,7 +74003,7 @@ ] }, { - "id": 6770, + "id": 6769, "luminance": 0, "opaque": false, "replaceable": false, @@ -74023,7 +74013,7 @@ ] }, { - "id": 6771, + "id": 6770, "luminance": 0, "opaque": false, "replaceable": false, @@ -74033,7 +74023,7 @@ ] }, { - "id": 6772, + "id": 6771, "luminance": 0, "opaque": false, "replaceable": false, @@ -74043,7 +74033,7 @@ ] }, { - "id": 6773, + "id": 6772, "luminance": 0, "opaque": false, "replaceable": false, @@ -74055,10 +74045,10 @@ ] }, { - "id": 310, + "id": 309, "name": "chain", "translation_key": "block.minecraft.chain", - "item_id": 334, + "item_id": 355, "properties": [ { "name": "axis", @@ -74076,10 +74066,10 @@ ] } ], - "default_state_id": 6777, + "default_state_id": 6776, "states": [ { - "id": 6774, + "id": 6773, "luminance": 0, "opaque": false, "replaceable": false, @@ -74089,7 +74079,7 @@ ] }, { - "id": 6775, + "id": 6774, "luminance": 0, "opaque": false, "replaceable": false, @@ -74099,7 +74089,7 @@ ] }, { - "id": 6776, + "id": 6775, "luminance": 0, "opaque": false, "replaceable": false, @@ -74109,7 +74099,7 @@ ] }, { - "id": 6777, + "id": 6776, "luminance": 0, "opaque": false, "replaceable": false, @@ -74119,7 +74109,7 @@ ] }, { - "id": 6778, + "id": 6777, "luminance": 0, "opaque": false, "replaceable": false, @@ -74129,7 +74119,7 @@ ] }, { - "id": 6779, + "id": 6778, "luminance": 0, "opaque": false, "replaceable": false, @@ -74141,10 +74131,10 @@ ] }, { - "id": 311, + "id": 310, "name": "glass_pane", "translation_key": "block.minecraft.glass_pane", - "item_id": 335, + "item_id": 356, "properties": [ { "name": "east", @@ -74182,10 +74172,10 @@ ] } ], - "default_state_id": 6811, + "default_state_id": 6810, "states": [ { - "id": 6780, + "id": 6779, "luminance": 0, "opaque": false, "replaceable": false, @@ -74197,7 +74187,7 @@ ] }, { - "id": 6781, + "id": 6780, "luminance": 0, "opaque": false, "replaceable": false, @@ -74208,7 +74198,7 @@ ] }, { - "id": 6782, + "id": 6781, "luminance": 0, "opaque": false, "replaceable": false, @@ -74220,7 +74210,7 @@ ] }, { - "id": 6783, + "id": 6782, "luminance": 0, "opaque": false, "replaceable": false, @@ -74231,7 +74221,7 @@ ] }, { - "id": 6784, + "id": 6783, "luminance": 0, "opaque": false, "replaceable": false, @@ -74242,7 +74232,7 @@ ] }, { - "id": 6785, + "id": 6784, "luminance": 0, "opaque": false, "replaceable": false, @@ -74253,7 +74243,7 @@ ] }, { - "id": 6786, + "id": 6785, "luminance": 0, "opaque": false, "replaceable": false, @@ -74264,7 +74254,7 @@ ] }, { - "id": 6787, + "id": 6786, "luminance": 0, "opaque": false, "replaceable": false, @@ -74275,7 +74265,7 @@ ] }, { - "id": 6788, + "id": 6787, "luminance": 0, "opaque": false, "replaceable": false, @@ -74286,7 +74276,7 @@ ] }, { - "id": 6789, + "id": 6788, "luminance": 0, "opaque": false, "replaceable": false, @@ -74297,7 +74287,7 @@ ] }, { - "id": 6790, + "id": 6789, "luminance": 0, "opaque": false, "replaceable": false, @@ -74308,7 +74298,7 @@ ] }, { - "id": 6791, + "id": 6790, "luminance": 0, "opaque": false, "replaceable": false, @@ -74319,7 +74309,7 @@ ] }, { - "id": 6792, + "id": 6791, "luminance": 0, "opaque": false, "replaceable": false, @@ -74329,7 +74319,7 @@ ] }, { - "id": 6793, + "id": 6792, "luminance": 0, "opaque": false, "replaceable": false, @@ -74339,7 +74329,7 @@ ] }, { - "id": 6794, + "id": 6793, "luminance": 0, "opaque": false, "replaceable": false, @@ -74349,7 +74339,7 @@ ] }, { - "id": 6795, + "id": 6794, "luminance": 0, "opaque": false, "replaceable": false, @@ -74359,7 +74349,7 @@ ] }, { - "id": 6796, + "id": 6795, "luminance": 0, "opaque": false, "replaceable": false, @@ -74371,7 +74361,7 @@ ] }, { - "id": 6797, + "id": 6796, "luminance": 0, "opaque": false, "replaceable": false, @@ -74381,7 +74371,7 @@ ] }, { - "id": 6798, + "id": 6797, "luminance": 0, "opaque": false, "replaceable": false, @@ -74393,7 +74383,7 @@ ] }, { - "id": 6799, + "id": 6798, "luminance": 0, "opaque": false, "replaceable": false, @@ -74403,7 +74393,7 @@ ] }, { - "id": 6800, + "id": 6799, "luminance": 0, "opaque": false, "replaceable": false, @@ -74414,7 +74404,7 @@ ] }, { - "id": 6801, + "id": 6800, "luminance": 0, "opaque": false, "replaceable": false, @@ -74424,7 +74414,7 @@ ] }, { - "id": 6802, + "id": 6801, "luminance": 0, "opaque": false, "replaceable": false, @@ -74435,7 +74425,7 @@ ] }, { - "id": 6803, + "id": 6802, "luminance": 0, "opaque": false, "replaceable": false, @@ -74445,7 +74435,7 @@ ] }, { - "id": 6804, + "id": 6803, "luminance": 0, "opaque": false, "replaceable": false, @@ -74456,7 +74446,7 @@ ] }, { - "id": 6805, + "id": 6804, "luminance": 0, "opaque": false, "replaceable": false, @@ -74466,7 +74456,7 @@ ] }, { - "id": 6806, + "id": 6805, "luminance": 0, "opaque": false, "replaceable": false, @@ -74477,7 +74467,7 @@ ] }, { - "id": 6807, + "id": 6806, "luminance": 0, "opaque": false, "replaceable": false, @@ -74487,7 +74477,7 @@ ] }, { - "id": 6808, + "id": 6807, "luminance": 0, "opaque": false, "replaceable": false, @@ -74497,7 +74487,7 @@ ] }, { - "id": 6809, + "id": 6808, "luminance": 0, "opaque": false, "replaceable": false, @@ -74507,7 +74497,7 @@ ] }, { - "id": 6810, + "id": 6809, "luminance": 0, "opaque": false, "replaceable": false, @@ -74517,7 +74507,7 @@ ] }, { - "id": 6811, + "id": 6810, "luminance": 0, "opaque": false, "replaceable": false, @@ -74528,11 +74518,31 @@ } ] }, + { + "id": 311, + "name": "pumpkin", + "translation_key": "block.minecraft.pumpkin", + "item_id": 321, + "properties": [], + "default_state_id": 6811, + "states": [ + { + "id": 6811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, { "id": 312, "name": "melon", "translation_key": "block.minecraft.melon", - "item_id": 336, + "item_id": 357, "properties": [], "default_state_id": 6812, "states": [ @@ -74656,7 +74666,7 @@ "id": 315, "name": "pumpkin_stem", "translation_key": "block.minecraft.pumpkin_stem", - "item_id": 945, + "item_id": 983, "properties": [ { "name": "age", @@ -74744,7 +74754,7 @@ "id": 316, "name": "melon_stem", "translation_key": "block.minecraft.melon_stem", - "item_id": 946, + "item_id": 984, "properties": [ { "name": "age", @@ -74832,7 +74842,7 @@ "id": 317, "name": "vine", "translation_key": "block.minecraft.vine", - "item_id": 337, + "item_id": 358, "properties": [ { "name": "east", @@ -75134,7 +75144,7 @@ "id": 318, "name": "glow_lichen", "translation_key": "block.minecraft.glow_lichen", - "item_id": 338, + "item_id": 359, "properties": [ { "name": "down", @@ -76218,7 +76228,7 @@ "id": 319, "name": "oak_fence_gate", "translation_key": "block.minecraft.oak_fence_gate", - "item_id": 712, + "item_id": 749, "properties": [ { "name": "facing", @@ -76547,7 +76557,7 @@ "id": 320, "name": "brick_stairs", "translation_key": "block.minecraft.brick_stairs", - "item_id": 339, + "item_id": 360, "properties": [ { "name": "facing", @@ -77519,7 +77529,7 @@ "id": 321, "name": "stone_brick_stairs", "translation_key": "block.minecraft.stone_brick_stairs", - "item_id": 340, + "item_id": 361, "properties": [ { "name": "facing", @@ -78491,7 +78501,7 @@ "id": 322, "name": "mud_brick_stairs", "translation_key": "block.minecraft.mud_brick_stairs", - "item_id": 341, + "item_id": 362, "properties": [ { "name": "facing", @@ -79463,7 +79473,7 @@ "id": 323, "name": "mycelium", "translation_key": "block.minecraft.mycelium", - "item_id": 342, + "item_id": 363, "properties": [ { "name": "snowy", @@ -79501,7 +79511,7 @@ "id": 324, "name": "lily_pad", "translation_key": "block.minecraft.lily_pad", - "item_id": 343, + "item_id": 364, "properties": [], "default_state_id": 7271, "states": [ @@ -79521,7 +79531,7 @@ "id": 325, "name": "nether_bricks", "translation_key": "block.minecraft.nether_bricks", - "item_id": 344, + "item_id": 365, "properties": [], "default_state_id": 7272, "states": [ @@ -79541,7 +79551,7 @@ "id": 326, "name": "nether_brick_fence", "translation_key": "block.minecraft.nether_brick_fence", - "item_id": 347, + "item_id": 368, "properties": [ { "name": "east", @@ -79929,7 +79939,7 @@ "id": 327, "name": "nether_brick_stairs", "translation_key": "block.minecraft.nether_brick_stairs", - "item_id": 348, + "item_id": 369, "properties": [ { "name": "facing", @@ -80901,7 +80911,7 @@ "id": 328, "name": "nether_wart", "translation_key": "block.minecraft.nether_wart", - "item_id": 956, + "item_id": 994, "properties": [ { "name": "age", @@ -80953,7 +80963,7 @@ "id": 329, "name": "enchanting_table", "translation_key": "block.minecraft.enchanting_table", - "item_id": 353, + "item_id": 374, "properties": [], "default_state_id": 7389, "states": [ @@ -80974,7 +80984,7 @@ "id": 330, "name": "brewing_stand", "translation_key": "block.minecraft.brewing_stand", - "item_id": 963, + "item_id": 1001, "properties": [ { "name": "has_bottle_0", @@ -81102,7 +81112,7 @@ "id": 331, "name": "cauldron", "translation_key": "block.minecraft.cauldron", - "item_id": 964, + "item_id": 1002, "properties": [], "default_state_id": 7398, "states": [ @@ -81136,7 +81146,7 @@ "id": 332, "name": "water_cauldron", "translation_key": "block.minecraft.water_cauldron", - "item_id": 964, + "item_id": 1002, "properties": [ { "name": "level", @@ -81227,7 +81237,7 @@ "id": 333, "name": "lava_cauldron", "translation_key": "block.minecraft.lava_cauldron", - "item_id": 964, + "item_id": 1002, "properties": [], "default_state_id": 7402, "states": [ @@ -81261,7 +81271,7 @@ "id": 334, "name": "powder_snow_cauldron", "translation_key": "block.minecraft.powder_snow_cauldron", - "item_id": 964, + "item_id": 1002, "properties": [ { "name": "level", @@ -81371,7 +81381,7 @@ "id": 336, "name": "end_portal_frame", "translation_key": "block.minecraft.end_portal_frame", - "item_id": 354, + "item_id": 375, "properties": [ { "name": "eye", @@ -81482,7 +81492,7 @@ "id": 337, "name": "end_stone", "translation_key": "block.minecraft.end_stone", - "item_id": 355, + "item_id": 376, "properties": [], "default_state_id": 7415, "states": [ @@ -81502,7 +81512,7 @@ "id": 338, "name": "dragon_egg", "translation_key": "block.minecraft.dragon_egg", - "item_id": 357, + "item_id": 378, "properties": [], "default_state_id": 7416, "states": [ @@ -81522,7 +81532,7 @@ "id": 339, "name": "redstone_lamp", "translation_key": "block.minecraft.redstone_lamp", - "item_id": 658, + "item_id": 679, "properties": [ { "name": "lit", @@ -81560,7 +81570,7 @@ "id": 340, "name": "cocoa", "translation_key": "block.minecraft.cocoa", - "item_id": 903, + "item_id": 940, "properties": [ { "name": "age", @@ -81708,7 +81718,7 @@ "id": 341, "name": "sandstone_stairs", "translation_key": "block.minecraft.sandstone_stairs", - "item_id": 358, + "item_id": 379, "properties": [ { "name": "facing", @@ -82680,7 +82690,7 @@ "id": 342, "name": "emerald_ore", "translation_key": "block.minecraft.emerald_ore", - "item_id": 59, + "item_id": 72, "properties": [], "default_state_id": 7511, "states": [ @@ -82700,7 +82710,7 @@ "id": 343, "name": "deepslate_emerald_ore", "translation_key": "block.minecraft.deepslate_emerald_ore", - "item_id": 60, + "item_id": 73, "properties": [], "default_state_id": 7512, "states": [ @@ -82720,7 +82730,7 @@ "id": 344, "name": "ender_chest", "translation_key": "block.minecraft.ender_chest", - "item_id": 359, + "item_id": 380, "properties": [ { "name": "facing", @@ -82835,7 +82845,7 @@ "id": 345, "name": "tripwire_hook", "translation_key": "block.minecraft.tripwire_hook", - "item_id": 655, + "item_id": 676, "properties": [ { "name": "attached", @@ -82997,7 +83007,7 @@ "id": 346, "name": "tripwire", "translation_key": "block.minecraft.tripwire", - "item_id": 810, + "item_id": 847, "properties": [ { "name": "attached", @@ -84081,7 +84091,7 @@ "id": 347, "name": "emerald_block", "translation_key": "block.minecraft.emerald_block", - "item_id": 360, + "item_id": 381, "properties": [], "default_state_id": 7665, "states": [ @@ -84101,7 +84111,7 @@ "id": 348, "name": "spruce_stairs", "translation_key": "block.minecraft.spruce_stairs", - "item_id": 362, + "item_id": 383, "properties": [ { "name": "facing", @@ -85073,7 +85083,7 @@ "id": 349, "name": "birch_stairs", "translation_key": "block.minecraft.birch_stairs", - "item_id": 363, + "item_id": 384, "properties": [ { "name": "facing", @@ -86045,7 +86055,7 @@ "id": 350, "name": "jungle_stairs", "translation_key": "block.minecraft.jungle_stairs", - "item_id": 364, + "item_id": 385, "properties": [ { "name": "facing", @@ -87017,7 +87027,7 @@ "id": 351, "name": "command_block", "translation_key": "block.minecraft.command_block", - "item_id": 373, + "item_id": 394, "properties": [ { "name": "conditional", @@ -87178,7 +87188,7 @@ "id": 352, "name": "beacon", "translation_key": "block.minecraft.beacon", - "item_id": 374, + "item_id": 395, "properties": [], "default_state_id": 7918, "states": [ @@ -87199,7 +87209,7 @@ "id": 353, "name": "cobblestone_wall", "translation_key": "block.minecraft.cobblestone_wall", - "item_id": 375, + "item_id": 396, "properties": [ { "name": "east", @@ -91136,7 +91146,7 @@ "id": 354, "name": "mossy_cobblestone_wall", "translation_key": "block.minecraft.mossy_cobblestone_wall", - "item_id": 376, + "item_id": 397, "properties": [ { "name": "east", @@ -95073,7 +95083,7 @@ "id": 355, "name": "flower_pot", "translation_key": "block.minecraft.flower_pot", - "item_id": 1050, + "item_id": 1089, "properties": [], "default_state_id": 8567, "states": [ @@ -95633,7 +95643,7 @@ "id": 383, "name": "carrots", "translation_key": "block.minecraft.carrots", - "item_id": 1051, + "item_id": 1090, "properties": [ { "name": "age", @@ -95721,7 +95731,7 @@ "id": 384, "name": "potatoes", "translation_key": "block.minecraft.potatoes", - "item_id": 1052, + "item_id": 1091, "properties": [ { "name": "age", @@ -95809,7 +95819,7 @@ "id": 385, "name": "oak_button", "translation_key": "block.minecraft.oak_button", - "item_id": 662, + "item_id": 683, "properties": [ { "name": "face", @@ -96036,7 +96046,7 @@ "id": 386, "name": "spruce_button", "translation_key": "block.minecraft.spruce_button", - "item_id": 663, + "item_id": 684, "properties": [ { "name": "face", @@ -96263,7 +96273,7 @@ "id": 387, "name": "birch_button", "translation_key": "block.minecraft.birch_button", - "item_id": 664, + "item_id": 685, "properties": [ { "name": "face", @@ -96490,7 +96500,7 @@ "id": 388, "name": "jungle_button", "translation_key": "block.minecraft.jungle_button", - "item_id": 665, + "item_id": 686, "properties": [ { "name": "face", @@ -96717,7 +96727,7 @@ "id": 389, "name": "acacia_button", "translation_key": "block.minecraft.acacia_button", - "item_id": 666, + "item_id": 687, "properties": [ { "name": "face", @@ -96944,7 +96954,7 @@ "id": 390, "name": "cherry_button", "translation_key": "block.minecraft.cherry_button", - "item_id": 667, + "item_id": 688, "properties": [ { "name": "face", @@ -97171,7 +97181,7 @@ "id": 391, "name": "dark_oak_button", "translation_key": "block.minecraft.dark_oak_button", - "item_id": 668, + "item_id": 689, "properties": [ { "name": "face", @@ -97398,7 +97408,7 @@ "id": 392, "name": "mangrove_button", "translation_key": "block.minecraft.mangrove_button", - "item_id": 669, + "item_id": 690, "properties": [ { "name": "face", @@ -97625,7 +97635,7 @@ "id": 393, "name": "bamboo_button", "translation_key": "block.minecraft.bamboo_button", - "item_id": 670, + "item_id": 691, "properties": [ { "name": "face", @@ -97852,9 +97862,16 @@ "id": 394, "name": "skeleton_skull", "translation_key": "block.minecraft.skeleton_skull", - "item_id": 1057, + "item_id": 1096, "wall_variant_id": 395, "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, { "name": "rotation", "values": [ @@ -97877,7 +97894,7 @@ ] } ], - "default_state_id": 8827, + "default_state_id": 8843, "states": [ { "id": 8827, @@ -98054,27 +98071,7 @@ 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 395, - "name": "skeleton_wall_skull", - "translation_key": "block.minecraft.skeleton_skull", - "item_id": 1057, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8843, - "states": [ + }, { "id": 8843, "luminance": 0, @@ -98082,7 +98079,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 157 ], "block_entity_type": 15 }, @@ -98093,7 +98090,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 157 ], "block_entity_type": 15 }, @@ -98104,7 +98101,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 157 ], "block_entity_type": 15 }, @@ -98115,43 +98112,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 161 + 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 396, - "name": "wither_skeleton_skull", - "translation_key": "block.minecraft.wither_skeleton_skull", - "item_id": 1058, - "wall_variant_id": 397, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - } - ], - "default_state_id": 8847, - "states": [ + }, { "id": 8847, "luminance": 0, @@ -98283,7 +98247,34 @@ 157 ], "block_entity_type": 15 + } + ] + }, + { + "id": 395, + "name": "skeleton_wall_skull", + "translation_key": "block.minecraft.skeleton_skull", + "item_id": 1096, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 8860, + "states": [ { "id": 8859, "luminance": 0, @@ -98291,7 +98282,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -98302,7 +98293,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -98313,7 +98304,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 }, @@ -98324,30 +98315,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 - } - ] - }, - { - "id": 397, - "name": "wither_skeleton_wall_skull", - "translation_key": "block.minecraft.wither_skeleton_skull", - "item_id": 1058, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8863, - "states": [ + }, { "id": 8863, "luminance": 0, @@ -98355,7 +98326,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 160 ], "block_entity_type": 15 }, @@ -98366,7 +98337,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 160 ], "block_entity_type": 15 }, @@ -98377,7 +98348,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 161 ], "block_entity_type": 15 }, @@ -98395,12 +98366,19 @@ ] }, { - "id": 398, - "name": "zombie_head", - "translation_key": "block.minecraft.zombie_head", - "item_id": 1060, - "wall_variant_id": 399, + "id": 396, + "name": "wither_skeleton_skull", + "translation_key": "block.minecraft.wither_skeleton_skull", + "item_id": 1097, + "wall_variant_id": 397, "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, { "name": "rotation", "values": [ @@ -98423,7 +98401,7 @@ ] } ], - "default_state_id": 8867, + "default_state_id": 8883, "states": [ { "id": 8867, @@ -98600,27 +98578,7 @@ 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 399, - "name": "zombie_wall_head", - "translation_key": "block.minecraft.zombie_head", - "item_id": 1060, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8883, - "states": [ + }, { "id": 8883, "luminance": 0, @@ -98628,7 +98586,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 157 ], "block_entity_type": 15 }, @@ -98639,7 +98597,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 157 ], "block_entity_type": 15 }, @@ -98650,7 +98608,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 157 ], "block_entity_type": 15 }, @@ -98661,43 +98619,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 161 + 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 400, - "name": "player_head", - "translation_key": "block.minecraft.player_head", - "item_id": 1059, - "wall_variant_id": 401, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - } - ], - "default_state_id": 8887, - "states": [ + }, { "id": 8887, "luminance": 0, @@ -98829,7 +98754,34 @@ 157 ], "block_entity_type": 15 + } + ] + }, + { + "id": 397, + "name": "wither_skeleton_wall_skull", + "translation_key": "block.minecraft.wither_skeleton_skull", + "item_id": 1097, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 8900, + "states": [ { "id": 8899, "luminance": 0, @@ -98837,7 +98789,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -98848,7 +98800,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -98859,7 +98811,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 }, @@ -98870,30 +98822,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 - } - ] - }, - { - "id": 401, - "name": "player_wall_head", - "translation_key": "block.minecraft.player_head", - "item_id": 1059, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8903, - "states": [ + }, { "id": 8903, "luminance": 0, @@ -98901,7 +98833,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 160 ], "block_entity_type": 15 }, @@ -98912,7 +98844,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 160 ], "block_entity_type": 15 }, @@ -98923,7 +98855,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 161 ], "block_entity_type": 15 }, @@ -98941,12 +98873,19 @@ ] }, { - "id": 402, - "name": "creeper_head", - "translation_key": "block.minecraft.creeper_head", - "item_id": 1061, - "wall_variant_id": 403, + "id": 398, + "name": "zombie_head", + "translation_key": "block.minecraft.zombie_head", + "item_id": 1099, + "wall_variant_id": 399, "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, { "name": "rotation", "values": [ @@ -98969,7 +98908,7 @@ ] } ], - "default_state_id": 8907, + "default_state_id": 8923, "states": [ { "id": 8907, @@ -99146,27 +99085,7 @@ 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 403, - "name": "creeper_wall_head", - "translation_key": "block.minecraft.creeper_head", - "item_id": 1061, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8923, - "states": [ + }, { "id": 8923, "luminance": 0, @@ -99174,7 +99093,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 157 ], "block_entity_type": 15 }, @@ -99185,7 +99104,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 157 ], "block_entity_type": 15 }, @@ -99196,7 +99115,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 157 ], "block_entity_type": 15 }, @@ -99207,43 +99126,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 161 + 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 404, - "name": "dragon_head", - "translation_key": "block.minecraft.dragon_head", - "item_id": 1062, - "wall_variant_id": 405, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - } - ], - "default_state_id": 8927, - "states": [ + }, { "id": 8927, "luminance": 0, @@ -99375,7 +99261,34 @@ 157 ], "block_entity_type": 15 + } + ] + }, + { + "id": 399, + "name": "zombie_wall_head", + "translation_key": "block.minecraft.zombie_head", + "item_id": 1099, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 8940, + "states": [ { "id": 8939, "luminance": 0, @@ -99383,7 +99296,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -99394,7 +99307,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 158 ], "block_entity_type": 15 }, @@ -99405,7 +99318,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 }, @@ -99416,30 +99329,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 157 + 159 ], "block_entity_type": 15 - } - ] - }, - { - "id": 405, - "name": "dragon_wall_head", - "translation_key": "block.minecraft.dragon_head", - "item_id": 1062, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8943, - "states": [ + }, { "id": 8943, "luminance": 0, @@ -99447,7 +99340,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 158 + 160 ], "block_entity_type": 15 }, @@ -99458,7 +99351,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 159 + 160 ], "block_entity_type": 15 }, @@ -99469,7 +99362,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 160 + 161 ], "block_entity_type": 15 }, @@ -99487,12 +99380,19 @@ ] }, { - "id": 406, - "name": "piglin_head", - "translation_key": "block.minecraft.piglin_head", - "item_id": 1063, - "wall_variant_id": 407, + "id": 400, + "name": "player_head", + "translation_key": "block.minecraft.player_head", + "item_id": 1098, + "wall_variant_id": 401, "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, { "name": "rotation", "values": [ @@ -99515,7 +99415,7 @@ ] } ], - "default_state_id": 8947, + "default_state_id": 8963, "states": [ { "id": 8947, @@ -99524,7 +99424,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99535,7 +99435,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99546,7 +99446,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99557,7 +99457,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99568,7 +99468,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99579,7 +99479,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99590,7 +99490,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99601,7 +99501,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99612,7 +99512,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99623,7 +99523,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99634,7 +99534,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99645,7 +99545,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99656,7 +99556,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99667,7 +99567,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99678,7 +99578,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 }, @@ -99689,30 +99589,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 162 + 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 407, - "name": "piglin_wall_head", - "translation_key": "block.minecraft.piglin_head", - "item_id": 1063, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8963, - "states": [ + }, { "id": 8963, "luminance": 0, @@ -99720,7 +99600,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 163 + 157 ], "block_entity_type": 15 }, @@ -99731,7 +99611,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 164 + 157 ], "block_entity_type": 15 }, @@ -99742,7 +99622,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 165 + 157 ], "block_entity_type": 15 }, @@ -99753,269 +99633,149 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 166 + 157 ], "block_entity_type": 15 - } - ] - }, - { - "id": 408, - "name": "anvil", - "translation_key": "block.minecraft.anvil", - "item_id": 397, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8967, - "states": [ + }, { "id": 8967, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8968, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8969, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8970, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] - } - ] - }, - { - "id": 409, - "name": "chipped_anvil", - "translation_key": "block.minecraft.chipped_anvil", - "item_id": 398, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8971, - "states": [ + 157 + ], + "block_entity_type": 15 + }, { "id": 8971, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8972, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8973, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8974, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] - } - ] - }, - { - "id": 410, - "name": "damaged_anvil", - "translation_key": "block.minecraft.damaged_anvil", - "item_id": 399, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 8975, - "states": [ + 157 + ], + "block_entity_type": 15 + }, { "id": 8975, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8976, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 168, - 169, - 170, - 171, - 172, - 173 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8977, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] + 157 + ], + "block_entity_type": 15 }, { "id": 8978, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 167, - 174, - 175, - 176, - 177, - 178, - 179 - ] + 157 + ], + "block_entity_type": 15 } ] }, { - "id": 411, - "name": "trapped_chest", - "translation_key": "block.minecraft.trapped_chest", - "item_id": 656, + "id": 401, + "name": "player_wall_head", + "translation_key": "block.minecraft.player_head", + "item_id": 1098, "properties": [ { "name": "facing", @@ -100027,15 +99787,7 @@ ] }, { - "name": "type", - "values": [ - "single", - "left", - "right" - ] - }, - { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" @@ -100049,619 +99801,724 @@ "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 158 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8980, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 158 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8981, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 59 + 159 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8982, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 59 + 159 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8983, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 60 + 160 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8984, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 60 + 160 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8985, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 161 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8986, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 161 ], - "block_entity_type": 2 + "block_entity_type": 15 + } + ] + }, + { + "id": 402, + "name": "creeper_head", + "translation_key": "block.minecraft.creeper_head", + "item_id": 1100, + "wall_variant_id": 403, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9003, + "states": [ { "id": 8987, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 60 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8988, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 60 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8989, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 59 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8990, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 59 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8991, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8992, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8993, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 61 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8994, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 61 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8995, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 62 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8996, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 62 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8997, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8998, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 58 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 8999, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 62 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 9000, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 62 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 9001, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 61 + 157 ], - "block_entity_type": 2 + "block_entity_type": 15 }, { "id": 9002, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 61 + 157 ], - "block_entity_type": 2 - } - ] - }, - { - "id": 412, - "name": "light_weighted_pressure_plate", - "translation_key": "block.minecraft.light_weighted_pressure_plate", - "item_id": 675, - "properties": [ - { - "name": "power", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - } - ], - "default_state_id": 9003, - "states": [ + "block_entity_type": 15 + }, { "id": 9003, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9004, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9005, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9006, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9007, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9008, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9009, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9010, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9011, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9012, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9013, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9014, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9015, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9016, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9017, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9018, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 } ] }, { - "id": 413, - "name": "heavy_weighted_pressure_plate", - "translation_key": "block.minecraft.heavy_weighted_pressure_plate", - "item_id": 676, + "id": 403, + "name": "creeper_wall_head", + "translation_key": "block.minecraft.creeper_head", + "item_id": 1100, "properties": [ { - "name": "power", + "name": "facing", "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] } ], - "default_state_id": 9019, + "default_state_id": 9020, "states": [ { "id": 9019, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 15 }, { "id": 9020, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 15 }, { "id": 9021, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 15 }, { "id": 9022, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 15 }, { "id": 9023, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 15 }, { "id": 9024, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 15 }, { "id": 9025, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 15 }, { "id": 9026, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 15 + } + ] + }, + { + "id": 404, + "name": "dragon_head", + "translation_key": "block.minecraft.dragon_head", + "item_id": 1101, + "wall_variant_id": 405, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9043, + "states": [ { "id": 9027, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9028, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9029, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9030, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9031, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9032, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9033, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, { "id": 9034, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 414, - "name": "comparator", - "translation_key": "block.minecraft.comparator", - "item_id": 639, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "mode", - "values": [ - "compare", - "subtract" - ] + "blocks_motion": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 15 }, - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9036, - "states": [ { "id": 9035, "luminance": 0, @@ -100669,9 +100526,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9036, @@ -100680,9 +100537,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9037, @@ -100691,9 +100548,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9038, @@ -100702,9 +100559,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9039, @@ -100713,9 +100570,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9040, @@ -100724,9 +100581,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9041, @@ -100735,9 +100592,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9042, @@ -100746,9 +100603,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9043, @@ -100757,9 +100614,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9044, @@ -100768,9 +100625,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9045, @@ -100779,9 +100636,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9046, @@ -100790,9 +100647,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9047, @@ -100801,9 +100658,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9048, @@ -100812,9 +100669,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9049, @@ -100823,9 +100680,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 + "block_entity_type": 15 }, { "id": 9050, @@ -100834,775 +100691,612 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 70 + 157 ], - "block_entity_type": 18 - } - ] - }, - { - "id": 415, - "name": "daylight_detector", - "translation_key": "block.minecraft.daylight_detector", - "item_id": 652, - "properties": [ - { - "name": "inverted", - "values": [ - "true", - "false" - ] + "block_entity_type": 15 }, - { - "name": "power", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - } - ], - "default_state_id": 9067, - "states": [ { "id": 9051, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9052, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9053, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9054, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9055, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9056, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9057, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9058, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 157 ], - "block_entity_type": 16 + "block_entity_type": 15 + } + ] + }, + { + "id": 405, + "name": "dragon_wall_head", + "translation_key": "block.minecraft.dragon_head", + "item_id": 1101, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9060, + "states": [ { "id": 9059, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 158 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9060, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 158 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9061, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 159 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9062, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 159 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9063, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 160 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9064, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 160 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9065, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 161 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9066, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 161 ], - "block_entity_type": 16 + "block_entity_type": 15 + } + ] + }, + { + "id": 406, + "name": "piglin_head", + "translation_key": "block.minecraft.piglin_head", + "item_id": 1102, + "wall_variant_id": 407, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9083, + "states": [ { "id": 9067, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9068, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9069, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9070, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9071, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9072, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9073, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9074, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9075, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9076, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9077, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9078, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9079, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9080, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9081, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 + "block_entity_type": 15 }, { "id": 9082, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 71 + 162 ], - "block_entity_type": 16 - } - ] - }, - { - "id": 416, - "name": "redstone_block", - "translation_key": "block.minecraft.redstone_block", - "item_id": 637, - "properties": [], - "default_state_id": 9083, - "states": [ + "block_entity_type": 15 + }, { "id": 9083, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 417, - "name": "nether_quartz_ore", - "translation_key": "block.minecraft.nether_quartz_ore", - "item_id": 66, - "properties": [], - "default_state_id": 9084, - "states": [ + 162 + ], + "block_entity_type": 15 + }, { "id": 9084, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 418, - "name": "hopper", - "translation_key": "block.minecraft.hopper", - "item_id": 645, - "properties": [ - { - "name": "enabled", - "values": [ - "true", - "false" - ] + 162 + ], + "block_entity_type": 15 }, - { - "name": "facing", - "values": [ - "down", - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 9085, - "states": [ { "id": 9085, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9086, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 194, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9087, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 195, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9088, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 196, - 197, - 198, - 199, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9089, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 200, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9090, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9091, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 194, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9092, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 195, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9093, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 196, - 197, - 198, - 199, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 + "block_entity_type": 15 }, { "id": 9094, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 193, - 200, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192 + 162 ], - "block_entity_type": 17 - } - ] - }, - { - "id": 419, - "name": "quartz_block", - "translation_key": "block.minecraft.quartz_block", - "item_id": 401, - "properties": [], - "default_state_id": 9095, - "states": [ + "block_entity_type": 15 + }, { "id": 9095, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 420, - "name": "chiseled_quartz_block", - "translation_key": "block.minecraft.chiseled_quartz_block", - "item_id": 400, - "properties": [], - "default_state_id": 9096, - "states": [ + 162 + ], + "block_entity_type": 15 + }, { "id": 9096, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 421, - "name": "quartz_pillar", - "translation_key": "block.minecraft.quartz_pillar", - "item_id": 403, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" - ] - } - ], - "default_state_id": 9098, - "states": [ + 162 + ], + "block_entity_type": 15 + }, { "id": 9097, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] + 162 + ], + "block_entity_type": 15 }, { "id": 9098, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - }, - { - "id": 9099, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] + 162 + ], + "block_entity_type": 15 } ] }, { - "id": 422, - "name": "quartz_stairs", - "translation_key": "block.minecraft.quartz_stairs", - "item_id": 404, + "id": 407, + "name": "piglin_wall_head", + "translation_key": "block.minecraft.piglin_head", + "item_id": 1102, "properties": [ { "name": "facing", @@ -101614,114 +101308,123 @@ ] }, { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ] - }, - { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 9111, + "default_state_id": 9100, "states": [ + { + "id": 9099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 163 + ], + "block_entity_type": 15 + }, { "id": 9100, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 42 - ] + 163 + ], + "block_entity_type": 15 }, { "id": 9101, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 42 - ] + 164 + ], + "block_entity_type": 15 }, { "id": 9102, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 43, - 44, - 45 - ] + 164 + ], + "block_entity_type": 15 }, { "id": 9103, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 43, - 44, - 45 - ] + 165 + ], + "block_entity_type": 15 }, { "id": 9104, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 46, - 47 - ] + 165 + ], + "block_entity_type": 15 }, { "id": 9105, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 46, - 47 - ] + 166 + ], + "block_entity_type": 15 }, { "id": 9106, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 48, - 42, - 49 + 166 + ], + "block_entity_type": 15 + } + ] + }, + { + "id": 408, + "name": "anvil", + "translation_key": "block.minecraft.anvil", + "item_id": 418, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 9107, + "states": [ { "id": 9107, "luminance": 0, @@ -101729,9 +101432,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101741,9 +101448,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101753,9 +101464,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 167, + 174, + 175, + 176, + 177, + 178, + 179 ] }, { @@ -101765,10 +101480,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 167, + 174, + 175, + 176, + 177, + 178, + 179 ] - }, + } + ] + }, + { + "id": 409, + "name": "chipped_anvil", + "translation_key": "block.minecraft.chipped_anvil", + "item_id": 419, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 9111, + "states": [ { "id": 9111, "luminance": 0, @@ -101776,8 +101516,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101787,9 +101532,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101799,9 +101548,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 167, + 174, + 175, + 176, + 177, + 178, + 179 ] }, { @@ -101811,21 +101564,49 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 167, + 174, + 175, + 176, + 177, + 178, + 179 ] - }, + } + ] + }, + { + "id": 410, + "name": "damaged_anvil", + "translation_key": "block.minecraft.damaged_anvil", + "item_id": 420, + "properties": [ { - "id": 9115, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 9115, + "states": [ + { + "id": 9115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101835,8 +101616,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 167, + 168, + 169, + 170, + 171, + 172, + 173 ] }, { @@ -101846,8 +101632,13 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 167, + 174, + 175, + 176, + 177, + 178, + 179 ] }, { @@ -101857,10 +101648,50 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + } + ] + }, + { + "id": 411, + "name": "trapped_chest", + "translation_key": "block.minecraft.trapped_chest", + "item_id": 677, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "type", + "values": [ + "single", + "left", + "right" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9120, + "states": [ { "id": 9119, "luminance": 0, @@ -101868,9 +101699,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9120, @@ -101879,9 +101710,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9121, @@ -101890,9 +101721,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 - ] + 59 + ], + "block_entity_type": 2 }, { "id": 9122, @@ -101901,10 +101732,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 59 + ], + "block_entity_type": 2 }, { "id": 9123, @@ -101913,10 +101743,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 60 + ], + "block_entity_type": 2 }, { "id": 9124, @@ -101925,10 +101754,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 60 + ], + "block_entity_type": 2 }, { "id": 9125, @@ -101937,10 +101765,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9126, @@ -101949,10 +101776,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9127, @@ -101961,10 +101787,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 60 + ], + "block_entity_type": 2 }, { "id": 9128, @@ -101973,10 +101798,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 60 + ], + "block_entity_type": 2 }, { "id": 9129, @@ -101985,10 +101809,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 59 + ], + "block_entity_type": 2 }, { "id": 9130, @@ -101997,9 +101820,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 - ] + 59 + ], + "block_entity_type": 2 }, { "id": 9131, @@ -102008,9 +101831,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9132, @@ -102019,10 +101842,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9133, @@ -102031,10 +101853,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 61 + ], + "block_entity_type": 2 }, { "id": 9134, @@ -102043,10 +101864,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 61 + ], + "block_entity_type": 2 }, { "id": 9135, @@ -102055,10 +101875,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 62 + ], + "block_entity_type": 2 }, { "id": 9136, @@ -102067,9 +101886,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] + 62 + ], + "block_entity_type": 2 }, { "id": 9137, @@ -102078,9 +101897,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9138, @@ -102089,9 +101908,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 58 + ], + "block_entity_type": 2 }, { "id": 9139, @@ -102100,9 +101919,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 62 + ], + "block_entity_type": 2 }, { "id": 9140, @@ -102111,9 +101930,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 - ] + 62 + ], + "block_entity_type": 2 }, { "id": 9141, @@ -102122,9 +101941,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 - ] + 61 + ], + "block_entity_type": 2 }, { "id": 9142, @@ -102133,698 +101952,722 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 61 + ], + "block_entity_type": 2 + } + ] + }, + { + "id": 412, + "name": "light_weighted_pressure_plate", + "translation_key": "block.minecraft.light_weighted_pressure_plate", + "item_id": 696, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] - }, + } + ], + "default_state_id": 9143, + "states": [ { "id": 9143, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 46, - 49 - ] + "collision_shapes": [] }, { "id": 9144, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [] }, { "id": 9145, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [] }, { "id": 9146, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 - ] + "collision_shapes": [] }, { "id": 9147, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 - ] + "collision_shapes": [] }, { "id": 9148, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [] }, { "id": 9149, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [] }, { "id": 9150, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50 - ] + "collision_shapes": [] }, { "id": 9151, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50 - ] + "collision_shapes": [] }, { "id": 9152, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [] }, { "id": 9153, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [] }, { "id": 9154, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 - ] + "collision_shapes": [] }, { "id": 9155, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 - ] + "collision_shapes": [] }, { "id": 9156, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [] }, { "id": 9157, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [] }, { "id": 9158, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 + "collision_shapes": [] + } + ] + }, + { + "id": 413, + "name": "heavy_weighted_pressure_plate", + "translation_key": "block.minecraft.heavy_weighted_pressure_plate", + "item_id": 697, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] - }, + } + ], + "default_state_id": 9159, + "states": [ { "id": 9159, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 - ] + "collision_shapes": [] }, { "id": 9160, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] + "collision_shapes": [] }, { "id": 9161, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] + "collision_shapes": [] }, { "id": 9162, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] + "collision_shapes": [] }, { "id": 9163, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] + "collision_shapes": [] }, { "id": 9164, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [] }, { "id": 9165, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [] }, { "id": 9166, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] + "collision_shapes": [] }, { "id": 9167, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] + "collision_shapes": [] }, { "id": 9168, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [] }, { "id": 9169, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [] }, { "id": 9170, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 56 - ] + "collision_shapes": [] }, { "id": 9171, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 56 - ] + "collision_shapes": [] }, { "id": 9172, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [] }, { "id": 9173, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [] }, { "id": 9174, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 + "collision_shapes": [] + } + ] + }, + { + "id": 414, + "name": "comparator", + "translation_key": "block.minecraft.comparator", + "item_id": 660, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, + { + "name": "mode", + "values": [ + "compare", + "subtract" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9176, + "states": [ { "id": 9175, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 42, - 49 - ] + 70 + ], + "block_entity_type": 18 }, { "id": 9176, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 49 - ] + 70 + ], + "block_entity_type": 18 }, { "id": 9177, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 49 - ] + 70 + ], + "block_entity_type": 18 }, { "id": 9178, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 45 - ] + 70 + ], + "block_entity_type": 18 }, { "id": 9179, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 423, - "name": "activator_rail", - "translation_key": "block.minecraft.activator_rail", - "item_id": 726, - "properties": [ - { - "name": "powered", - "values": [ - "true", - "false" - ] - }, - { - "name": "shape", - "values": [ - "north_south", - "east_west", - "ascending_east", - "ascending_west", - "ascending_north", - "ascending_south" - ] + 70 + ], + "block_entity_type": 18 }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9193, - "states": [ { "id": 9180, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9181, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9182, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9183, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9184, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9185, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9186, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9187, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9188, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9189, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 }, { "id": 9190, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 70 + ], + "block_entity_type": 18 + } + ] + }, + { + "id": 415, + "name": "daylight_detector", + "translation_key": "block.minecraft.daylight_detector", + "item_id": 673, + "properties": [ + { + "name": "inverted", + "values": [ + "true", + "false" + ] }, + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9207, + "states": [ { "id": 9191, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9192, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9193, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9194, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9195, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9196, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9197, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9198, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9199, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9200, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9201, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9202, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, { "id": 9203, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 424, - "name": "dropper", - "translation_key": "block.minecraft.dropper", - "item_id": 647, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] + "blocks_motion": true, + "collision_shapes": [ + 71 + ], + "block_entity_type": 16 }, - { - "name": "triggered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9205, - "states": [ { "id": 9204, "luminance": 0, @@ -102832,9 +102675,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9205, @@ -102843,9 +102686,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9206, @@ -102854,9 +102697,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9207, @@ -102865,9 +102708,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9208, @@ -102876,9 +102719,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9209, @@ -102887,9 +102730,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9210, @@ -102898,9 +102741,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9211, @@ -102909,9 +102752,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9212, @@ -102920,9 +102763,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9213, @@ -102931,9 +102774,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9214, @@ -102942,9 +102785,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 + "block_entity_type": 16 }, { "id": 9215, @@ -102953,20 +102796,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 71 ], - "block_entity_type": 6 - } - ] - }, - { - "id": 425, - "name": "white_terracotta", - "translation_key": "block.minecraft.white_terracotta", - "item_id": 405, - "properties": [], - "default_state_id": 9216, - "states": [ + "block_entity_type": 16 + }, { "id": 9216, "luminance": 0, @@ -102974,19 +102807,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 426, - "name": "orange_terracotta", - "translation_key": "block.minecraft.orange_terracotta", - "item_id": 406, - "properties": [], - "default_state_id": 9217, - "states": [ + 71 + ], + "block_entity_type": 16 + }, { "id": 9217, "luminance": 0, @@ -102994,19 +102818,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 427, - "name": "magenta_terracotta", - "translation_key": "block.minecraft.magenta_terracotta", - "item_id": 407, - "properties": [], - "default_state_id": 9218, - "states": [ + 71 + ], + "block_entity_type": 16 + }, { "id": 9218, "luminance": 0, @@ -103014,39 +102829,21 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 428, - "name": "light_blue_terracotta", - "translation_key": "block.minecraft.light_blue_terracotta", - "item_id": 408, - "properties": [], - "default_state_id": 9219, - "states": [ - { + 71 + ], + "block_entity_type": 16 + }, + { "id": 9219, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 429, - "name": "yellow_terracotta", - "translation_key": "block.minecraft.yellow_terracotta", - "item_id": 409, - "properties": [], - "default_state_id": 9220, - "states": [ + 71 + ], + "block_entity_type": 16 + }, { "id": 9220, "luminance": 0, @@ -103054,19 +102851,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 430, - "name": "lime_terracotta", - "translation_key": "block.minecraft.lime_terracotta", - "item_id": 410, - "properties": [], - "default_state_id": 9221, - "states": [ + 71 + ], + "block_entity_type": 16 + }, { "id": 9221, "luminance": 0, @@ -103074,19 +102862,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 431, - "name": "pink_terracotta", - "translation_key": "block.minecraft.pink_terracotta", - "item_id": 411, - "properties": [], - "default_state_id": 9222, - "states": [ + 71 + ], + "block_entity_type": 16 + }, { "id": 9222, "luminance": 0, @@ -103094,16 +102873,17 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] + 71 + ], + "block_entity_type": 16 } ] }, { - "id": 432, - "name": "gray_terracotta", - "translation_key": "block.minecraft.gray_terracotta", - "item_id": 412, + "id": 416, + "name": "redstone_block", + "translation_key": "block.minecraft.redstone_block", + "item_id": 658, "properties": [], "default_state_id": 9223, "states": [ @@ -103120,10 +102900,10 @@ ] }, { - "id": 433, - "name": "light_gray_terracotta", - "translation_key": "block.minecraft.light_gray_terracotta", - "item_id": 413, + "id": 417, + "name": "nether_quartz_ore", + "translation_key": "block.minecraft.nether_quartz_ore", + "item_id": 79, "properties": [], "default_state_id": 9224, "states": [ @@ -103140,189 +102920,179 @@ ] }, { - "id": 434, - "name": "cyan_terracotta", - "translation_key": "block.minecraft.cyan_terracotta", - "item_id": 414, - "properties": [], + "id": 418, + "name": "hopper", + "translation_key": "block.minecraft.hopper", + "item_id": 666, + "properties": [ + { + "name": "enabled", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "down", + "north", + "south", + "west", + "east" + ] + } + ], "default_state_id": 9225, "states": [ { "id": 9225, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 435, - "name": "purple_terracotta", - "translation_key": "block.minecraft.purple_terracotta", - "item_id": 415, - "properties": [], - "default_state_id": 9226, - "states": [ + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9226, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 436, - "name": "blue_terracotta", - "translation_key": "block.minecraft.blue_terracotta", - "item_id": 416, - "properties": [], - "default_state_id": 9227, - "states": [ + 193, + 194, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9227, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 437, - "name": "brown_terracotta", - "translation_key": "block.minecraft.brown_terracotta", - "item_id": 417, - "properties": [], - "default_state_id": 9228, - "states": [ + 193, + 195, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9228, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 438, - "name": "green_terracotta", - "translation_key": "block.minecraft.green_terracotta", - "item_id": 418, - "properties": [], - "default_state_id": 9229, - "states": [ + 196, + 197, + 198, + 199, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9229, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 439, - "name": "red_terracotta", - "translation_key": "block.minecraft.red_terracotta", - "item_id": 419, - "properties": [], - "default_state_id": 9230, - "states": [ + 193, + 200, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9230, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 440, - "name": "black_terracotta", - "translation_key": "block.minecraft.black_terracotta", - "item_id": 420, - "properties": [], - "default_state_id": 9231, - "states": [ + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + }, { "id": 9231, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 441, - "name": "white_stained_glass_pane", - "translation_key": "block.minecraft.white_stained_glass_pane", - "item_id": 465, - "properties": [ - { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", - "values": [ - "true", - "false" - ] - }, - { - "name": "south", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] + 193, + 194, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 }, - { - "name": "west", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9263, - "states": [ { "id": 9232, "luminance": 0, @@ -103330,10 +103100,18 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 - ] + 193, + 195, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 }, { "id": 9233, @@ -103342,9 +103120,20 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 - ] + 196, + 197, + 198, + 199, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 }, { "id": 9234, @@ -103353,1489 +103142,1796 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 - ] - }, + 193, + 200, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 17 + } + ] + }, + { + "id": 419, + "name": "quartz_block", + "translation_key": "block.minecraft.quartz_block", + "item_id": 422, + "properties": [], + "default_state_id": 9235, + "states": [ { "id": 9235, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 + 0 ] - }, + } + ] + }, + { + "id": 420, + "name": "chiseled_quartz_block", + "translation_key": "block.minecraft.chiseled_quartz_block", + "item_id": 421, + "properties": [], + "default_state_id": 9236, + "states": [ { "id": 9236, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 0 ] - }, + } + ] + }, + { + "id": 421, + "name": "quartz_pillar", + "translation_key": "block.minecraft.quartz_pillar", + "item_id": 424, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 9238, + "states": [ { "id": 9237, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 0 ] }, { "id": 9238, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 0 ] }, { "id": 9239, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 0 + ] + } + ] + }, + { + "id": 422, + "name": "quartz_stairs", + "translation_key": "block.minecraft.quartz_stairs", + "item_id": 425, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9251, + "states": [ { "id": 9240, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 41, + 42 ] }, { "id": 9241, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 41, + 42 ] }, { "id": 9242, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 43, + 44, + 45 ] }, { "id": 9243, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 43, + 44, + 45 ] }, { "id": 9244, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 41, + 46, + 47 ] }, { "id": 9245, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 41, + 46, + 47 ] }, { "id": 9246, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 48, + 42, + 49 ] }, { "id": 9247, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 48, + 42, + 49 ] }, { "id": 9248, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 44, + 50, + 45 ] }, { "id": 9249, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 44, + 50, + 45 ] }, { "id": 9250, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 51, + 52 ] }, { "id": 9251, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 51, + 52 ] }, { "id": 9252, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 51, + 50, + 49 ] }, { "id": 9253, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 51, + 50, + 49 ] }, { "id": 9254, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 51, + 52, + 45 ] }, { "id": 9255, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 51, + 52, + 45 ] }, { "id": 9256, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 + 51, + 53 ] }, { "id": 9257, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 + 51, + 53 ] }, { "id": 9258, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 + 51, + 49 ] }, { "id": 9259, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 + 51, + 49 ] }, { "id": 9260, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 54, + 52 ] }, { "id": 9261, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 + 54, + 52 ] }, { "id": 9262, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 54, + 44, + 53 ] }, { "id": 9263, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 - ] - } - ] - }, - { - "id": 442, - "name": "orange_stained_glass_pane", - "translation_key": "block.minecraft.orange_stained_glass_pane", - "item_id": 466, - "properties": [ - { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", - "values": [ - "true", - "false" - ] - }, - { - "name": "south", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" + 54, + 44, + 53 ] }, - { - "name": "west", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9295, - "states": [ { "id": 9264, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 + 43, + 46, + 49 ] }, { "id": 9265, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 + 43, + 46, + 49 ] }, { "id": 9266, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 + 46, + 50, + 49 ] }, { "id": 9267, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 + 46, + 50, + 49 ] }, { "id": 9268, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 55, + 52, + 45 ] }, { "id": 9269, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 55, + 52, + 45 ] }, { "id": 9270, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 51, + 42 ] }, { "id": 9271, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 51, + 42 ] }, { "id": 9272, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 51, + 42, + 49 ] }, { "id": 9273, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 51, + 42, + 49 ] }, { "id": 9274, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 51, + 50, + 45 ] }, { "id": 9275, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 51, + 50, + 45 ] }, { "id": 9276, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 51, + 45 ] }, { "id": 9277, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 51, + 45 ] }, { "id": 9278, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 51, + 47 ] }, { "id": 9279, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 51, + 47 ] }, { "id": 9280, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 43, + 56 ] }, { "id": 9281, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 43, + 56 ] }, { "id": 9282, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 43, + 46, + 49 ] }, { "id": 9283, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 43, + 46, + 49 ] }, { "id": 9284, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 43, + 44, + 45 ] }, { "id": 9285, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 43, + 44, + 45 ] }, { "id": 9286, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 55, + 52, + 45 ] }, { "id": 9287, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 55, + 52, + 45 ] }, { "id": 9288, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 + 48, + 42, + 49 ] }, { "id": 9289, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 + 48, + 42, + 49 ] }, { "id": 9290, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 + 51, + 50 ] }, { "id": 9291, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 + 51, + 50 ] }, { "id": 9292, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 51, + 50, + 45 ] }, { "id": 9293, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 + 51, + 50, + 45 ] }, { "id": 9294, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 51, + 50, + 49 ] }, { "id": 9295, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 - ] - } - ] - }, - { - "id": 443, - "name": "magenta_stained_glass_pane", - "translation_key": "block.minecraft.magenta_stained_glass_pane", - "item_id": 467, - "properties": [ - { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", - "values": [ - "true", - "false" - ] - }, - { - "name": "south", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" + 51, + 50, + 49 ] }, - { - "name": "west", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9327, - "states": [ { "id": 9296, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 + 51, + 47 ] }, { "id": 9297, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 + 51, + 47 ] }, { "id": 9298, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95, - 96 + 51, + 53 ] }, { "id": 9299, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97, - 98 + 51, + 53 ] }, { "id": 9300, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 57, + 50 ] }, { "id": 9301, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 57, + 50 ] }, { "id": 9302, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 95 + 41, + 46, + 47 ] }, { "id": 9303, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99, - 98 + 41, + 46, + 47 ] }, { "id": 9304, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 54, + 44, + 53 ] }, { "id": 9305, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 54, + 44, + 53 ] }, { "id": 9306, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94, - 96 + 44, + 50, + 45 ] }, { "id": 9307, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100, - 98 + 44, + 50, + 45 ] }, { "id": 9308, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 46, + 50, + 49 ] }, { "id": 9309, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 46, + 50, + 49 ] }, { "id": 9310, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 94 + 51, + 56 ] }, { "id": 9311, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 101 + 51, + 56 ] }, { "id": 9312, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 51, + 52, + 45 ] }, { "id": 9313, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 51, + 52, + 45 ] }, { "id": 9314, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 + 51, + 42, + 49 ] }, { "id": 9315, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 + 51, + 42, + 49 ] }, { "id": 9316, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 51, + 49 ] }, { "id": 9317, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 51, + 49 ] }, { "id": 9318, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 + 51, + 45 ] }, { "id": 9319, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 + 51, + 45 + ] + } + ] + }, + { + "id": 423, + "name": "activator_rail", + "translation_key": "block.minecraft.activator_rail", + "item_id": 763, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "shape", + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9333, + "states": [ { "id": 9320, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 102, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9321, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 100 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9322, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 102, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9323, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 100 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9324, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 102 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9325, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 103 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9326, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 102 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9327, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 103 - ] - } - ] - }, - { - "id": 444, - "name": "light_blue_stained_glass_pane", - "translation_key": "block.minecraft.light_blue_stained_glass_pane", - "item_id": 468, - "properties": [ - { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", - "values": [ - "true", - "false" - ] - }, - { - "name": "south", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] + "blocks_motion": false, + "collision_shapes": [] }, - { - "name": "west", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 9359, - "states": [ { "id": 9328, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 95, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9329, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 97, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9330, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 95, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9331, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 97, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9332, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 95 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9333, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 99, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9334, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 95 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9335, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 99, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9336, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9337, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 100, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9338, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94, - 96 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9339, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 100, - 98 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9340, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9341, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 101 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9342, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 94 - ] + "blocks_motion": false, + "collision_shapes": [] }, { "id": 9343, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 101 + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 424, + "name": "dropper", + "translation_key": "block.minecraft.dropper", + "item_id": 668, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] }, + { + "name": "triggered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9345, + "states": [ { "id": 9344, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9345, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9346, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95, - 96 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9347, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 97 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9348, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9349, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9350, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 95 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9351, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 99 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9352, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9353, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9354, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102, - 96 - ] + 0 + ], + "block_entity_type": 6 }, { "id": 9355, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 100 - ] - }, + 0 + ], + "block_entity_type": 6 + } + ] + }, + { + "id": 425, + "name": "white_terracotta", + "translation_key": "block.minecraft.white_terracotta", + "item_id": 426, + "properties": [], + "default_state_id": 9356, + "states": [ { "id": 9356, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 0 ] - }, + } + ] + }, + { + "id": 426, + "name": "orange_terracotta", + "translation_key": "block.minecraft.orange_terracotta", + "item_id": 427, + "properties": [], + "default_state_id": 9357, + "states": [ { "id": 9357, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 + 0 ] - }, + } + ] + }, + { + "id": 427, + "name": "magenta_terracotta", + "translation_key": "block.minecraft.magenta_terracotta", + "item_id": 428, + "properties": [], + "default_state_id": 9358, + "states": [ { "id": 9358, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 102 + 0 ] - }, + } + ] + }, + { + "id": 428, + "name": "light_blue_terracotta", + "translation_key": "block.minecraft.light_blue_terracotta", + "item_id": 429, + "properties": [], + "default_state_id": 9359, + "states": [ { "id": 9359, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 103 + 0 ] } ] }, { - "id": 445, - "name": "yellow_stained_glass_pane", - "translation_key": "block.minecraft.yellow_stained_glass_pane", - "item_id": 469, + "id": 429, + "name": "yellow_terracotta", + "translation_key": "block.minecraft.yellow_terracotta", + "item_id": 430, + "properties": [], + "default_state_id": 9360, + "states": [ + { + "id": 9360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 430, + "name": "lime_terracotta", + "translation_key": "block.minecraft.lime_terracotta", + "item_id": 431, + "properties": [], + "default_state_id": 9361, + "states": [ + { + "id": 9361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 431, + "name": "pink_terracotta", + "translation_key": "block.minecraft.pink_terracotta", + "item_id": 432, + "properties": [], + "default_state_id": 9362, + "states": [ + { + "id": 9362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 432, + "name": "gray_terracotta", + "translation_key": "block.minecraft.gray_terracotta", + "item_id": 433, + "properties": [], + "default_state_id": 9363, + "states": [ + { + "id": 9363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 433, + "name": "light_gray_terracotta", + "translation_key": "block.minecraft.light_gray_terracotta", + "item_id": 434, + "properties": [], + "default_state_id": 9364, + "states": [ + { + "id": 9364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 434, + "name": "cyan_terracotta", + "translation_key": "block.minecraft.cyan_terracotta", + "item_id": 435, + "properties": [], + "default_state_id": 9365, + "states": [ + { + "id": 9365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 435, + "name": "purple_terracotta", + "translation_key": "block.minecraft.purple_terracotta", + "item_id": 436, + "properties": [], + "default_state_id": 9366, + "states": [ + { + "id": 9366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 436, + "name": "blue_terracotta", + "translation_key": "block.minecraft.blue_terracotta", + "item_id": 437, + "properties": [], + "default_state_id": 9367, + "states": [ + { + "id": 9367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 437, + "name": "brown_terracotta", + "translation_key": "block.minecraft.brown_terracotta", + "item_id": 438, + "properties": [], + "default_state_id": 9368, + "states": [ + { + "id": 9368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 438, + "name": "green_terracotta", + "translation_key": "block.minecraft.green_terracotta", + "item_id": 439, + "properties": [], + "default_state_id": 9369, + "states": [ + { + "id": 9369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 439, + "name": "red_terracotta", + "translation_key": "block.minecraft.red_terracotta", + "item_id": 440, + "properties": [], + "default_state_id": 9370, + "states": [ + { + "id": 9370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 440, + "name": "black_terracotta", + "translation_key": "block.minecraft.black_terracotta", + "item_id": 441, + "properties": [], + "default_state_id": 9371, + "states": [ + { + "id": 9371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 441, + "name": "white_stained_glass_pane", + "translation_key": "block.minecraft.white_stained_glass_pane", + "item_id": 486, "properties": [ { "name": "east", @@ -104873,10 +104969,10 @@ ] } ], - "default_state_id": 9391, + "default_state_id": 9403, "states": [ { - "id": 9360, + "id": 9372, "luminance": 0, "opaque": false, "replaceable": false, @@ -104888,7 +104984,7 @@ ] }, { - "id": 9361, + "id": 9373, "luminance": 0, "opaque": false, "replaceable": false, @@ -104899,7 +104995,7 @@ ] }, { - "id": 9362, + "id": 9374, "luminance": 0, "opaque": false, "replaceable": false, @@ -104911,7 +105007,7 @@ ] }, { - "id": 9363, + "id": 9375, "luminance": 0, "opaque": false, "replaceable": false, @@ -104922,7 +105018,7 @@ ] }, { - "id": 9364, + "id": 9376, "luminance": 0, "opaque": false, "replaceable": false, @@ -104933,7 +105029,7 @@ ] }, { - "id": 9365, + "id": 9377, "luminance": 0, "opaque": false, "replaceable": false, @@ -104944,7 +105040,7 @@ ] }, { - "id": 9366, + "id": 9378, "luminance": 0, "opaque": false, "replaceable": false, @@ -104955,7 +105051,7 @@ ] }, { - "id": 9367, + "id": 9379, "luminance": 0, "opaque": false, "replaceable": false, @@ -104966,7 +105062,7 @@ ] }, { - "id": 9368, + "id": 9380, "luminance": 0, "opaque": false, "replaceable": false, @@ -104977,7 +105073,7 @@ ] }, { - "id": 9369, + "id": 9381, "luminance": 0, "opaque": false, "replaceable": false, @@ -104988,7 +105084,7 @@ ] }, { - "id": 9370, + "id": 9382, "luminance": 0, "opaque": false, "replaceable": false, @@ -104999,7 +105095,7 @@ ] }, { - "id": 9371, + "id": 9383, "luminance": 0, "opaque": false, "replaceable": false, @@ -105010,7 +105106,7 @@ ] }, { - "id": 9372, + "id": 9384, "luminance": 0, "opaque": false, "replaceable": false, @@ -105020,7 +105116,7 @@ ] }, { - "id": 9373, + "id": 9385, "luminance": 0, "opaque": false, "replaceable": false, @@ -105030,7 +105126,7 @@ ] }, { - "id": 9374, + "id": 9386, "luminance": 0, "opaque": false, "replaceable": false, @@ -105040,7 +105136,7 @@ ] }, { - "id": 9375, + "id": 9387, "luminance": 0, "opaque": false, "replaceable": false, @@ -105050,7 +105146,7 @@ ] }, { - "id": 9376, + "id": 9388, "luminance": 0, "opaque": false, "replaceable": false, @@ -105062,7 +105158,7 @@ ] }, { - "id": 9377, + "id": 9389, "luminance": 0, "opaque": false, "replaceable": false, @@ -105072,7 +105168,7 @@ ] }, { - "id": 9378, + "id": 9390, "luminance": 0, "opaque": false, "replaceable": false, @@ -105084,7 +105180,7 @@ ] }, { - "id": 9379, + "id": 9391, "luminance": 0, "opaque": false, "replaceable": false, @@ -105094,7 +105190,7 @@ ] }, { - "id": 9380, + "id": 9392, "luminance": 0, "opaque": false, "replaceable": false, @@ -105105,7 +105201,7 @@ ] }, { - "id": 9381, + "id": 9393, "luminance": 0, "opaque": false, "replaceable": false, @@ -105115,7 +105211,7 @@ ] }, { - "id": 9382, + "id": 9394, "luminance": 0, "opaque": false, "replaceable": false, @@ -105126,7 +105222,7 @@ ] }, { - "id": 9383, + "id": 9395, "luminance": 0, "opaque": false, "replaceable": false, @@ -105136,7 +105232,7 @@ ] }, { - "id": 9384, + "id": 9396, "luminance": 0, "opaque": false, "replaceable": false, @@ -105147,7 +105243,7 @@ ] }, { - "id": 9385, + "id": 9397, "luminance": 0, "opaque": false, "replaceable": false, @@ -105157,7 +105253,7 @@ ] }, { - "id": 9386, + "id": 9398, "luminance": 0, "opaque": false, "replaceable": false, @@ -105168,7 +105264,7 @@ ] }, { - "id": 9387, + "id": 9399, "luminance": 0, "opaque": false, "replaceable": false, @@ -105178,7 +105274,7 @@ ] }, { - "id": 9388, + "id": 9400, "luminance": 0, "opaque": false, "replaceable": false, @@ -105188,7 +105284,7 @@ ] }, { - "id": 9389, + "id": 9401, "luminance": 0, "opaque": false, "replaceable": false, @@ -105198,7 +105294,7 @@ ] }, { - "id": 9390, + "id": 9402, "luminance": 0, "opaque": false, "replaceable": false, @@ -105208,7 +105304,7 @@ ] }, { - "id": 9391, + "id": 9403, "luminance": 0, "opaque": false, "replaceable": false, @@ -105220,10 +105316,10 @@ ] }, { - "id": 446, - "name": "lime_stained_glass_pane", - "translation_key": "block.minecraft.lime_stained_glass_pane", - "item_id": 470, + "id": 442, + "name": "orange_stained_glass_pane", + "translation_key": "block.minecraft.orange_stained_glass_pane", + "item_id": 487, "properties": [ { "name": "east", @@ -105261,10 +105357,10 @@ ] } ], - "default_state_id": 9423, + "default_state_id": 9435, "states": [ { - "id": 9392, + "id": 9404, "luminance": 0, "opaque": false, "replaceable": false, @@ -105276,7 +105372,7 @@ ] }, { - "id": 9393, + "id": 9405, "luminance": 0, "opaque": false, "replaceable": false, @@ -105287,7 +105383,7 @@ ] }, { - "id": 9394, + "id": 9406, "luminance": 0, "opaque": false, "replaceable": false, @@ -105299,7 +105395,7 @@ ] }, { - "id": 9395, + "id": 9407, "luminance": 0, "opaque": false, "replaceable": false, @@ -105310,7 +105406,7 @@ ] }, { - "id": 9396, + "id": 9408, "luminance": 0, "opaque": false, "replaceable": false, @@ -105321,7 +105417,7 @@ ] }, { - "id": 9397, + "id": 9409, "luminance": 0, "opaque": false, "replaceable": false, @@ -105332,7 +105428,7 @@ ] }, { - "id": 9398, + "id": 9410, "luminance": 0, "opaque": false, "replaceable": false, @@ -105343,7 +105439,7 @@ ] }, { - "id": 9399, + "id": 9411, "luminance": 0, "opaque": false, "replaceable": false, @@ -105354,7 +105450,7 @@ ] }, { - "id": 9400, + "id": 9412, "luminance": 0, "opaque": false, "replaceable": false, @@ -105365,7 +105461,7 @@ ] }, { - "id": 9401, + "id": 9413, "luminance": 0, "opaque": false, "replaceable": false, @@ -105376,7 +105472,7 @@ ] }, { - "id": 9402, + "id": 9414, "luminance": 0, "opaque": false, "replaceable": false, @@ -105387,7 +105483,7 @@ ] }, { - "id": 9403, + "id": 9415, "luminance": 0, "opaque": false, "replaceable": false, @@ -105398,7 +105494,7 @@ ] }, { - "id": 9404, + "id": 9416, "luminance": 0, "opaque": false, "replaceable": false, @@ -105408,7 +105504,7 @@ ] }, { - "id": 9405, + "id": 9417, "luminance": 0, "opaque": false, "replaceable": false, @@ -105418,7 +105514,7 @@ ] }, { - "id": 9406, + "id": 9418, "luminance": 0, "opaque": false, "replaceable": false, @@ -105428,7 +105524,7 @@ ] }, { - "id": 9407, + "id": 9419, "luminance": 0, "opaque": false, "replaceable": false, @@ -105438,7 +105534,7 @@ ] }, { - "id": 9408, + "id": 9420, "luminance": 0, "opaque": false, "replaceable": false, @@ -105450,7 +105546,7 @@ ] }, { - "id": 9409, + "id": 9421, "luminance": 0, "opaque": false, "replaceable": false, @@ -105460,7 +105556,7 @@ ] }, { - "id": 9410, + "id": 9422, "luminance": 0, "opaque": false, "replaceable": false, @@ -105472,7 +105568,7 @@ ] }, { - "id": 9411, + "id": 9423, "luminance": 0, "opaque": false, "replaceable": false, @@ -105482,7 +105578,7 @@ ] }, { - "id": 9412, + "id": 9424, "luminance": 0, "opaque": false, "replaceable": false, @@ -105493,7 +105589,7 @@ ] }, { - "id": 9413, + "id": 9425, "luminance": 0, "opaque": false, "replaceable": false, @@ -105503,7 +105599,7 @@ ] }, { - "id": 9414, + "id": 9426, "luminance": 0, "opaque": false, "replaceable": false, @@ -105514,7 +105610,7 @@ ] }, { - "id": 9415, + "id": 9427, "luminance": 0, "opaque": false, "replaceable": false, @@ -105524,7 +105620,7 @@ ] }, { - "id": 9416, + "id": 9428, "luminance": 0, "opaque": false, "replaceable": false, @@ -105535,7 +105631,7 @@ ] }, { - "id": 9417, + "id": 9429, "luminance": 0, "opaque": false, "replaceable": false, @@ -105545,7 +105641,7 @@ ] }, { - "id": 9418, + "id": 9430, "luminance": 0, "opaque": false, "replaceable": false, @@ -105556,7 +105652,7 @@ ] }, { - "id": 9419, + "id": 9431, "luminance": 0, "opaque": false, "replaceable": false, @@ -105566,7 +105662,7 @@ ] }, { - "id": 9420, + "id": 9432, "luminance": 0, "opaque": false, "replaceable": false, @@ -105576,7 +105672,7 @@ ] }, { - "id": 9421, + "id": 9433, "luminance": 0, "opaque": false, "replaceable": false, @@ -105586,7 +105682,7 @@ ] }, { - "id": 9422, + "id": 9434, "luminance": 0, "opaque": false, "replaceable": false, @@ -105596,7 +105692,7 @@ ] }, { - "id": 9423, + "id": 9435, "luminance": 0, "opaque": false, "replaceable": false, @@ -105608,10 +105704,10 @@ ] }, { - "id": 447, - "name": "pink_stained_glass_pane", - "translation_key": "block.minecraft.pink_stained_glass_pane", - "item_id": 471, + "id": 443, + "name": "magenta_stained_glass_pane", + "translation_key": "block.minecraft.magenta_stained_glass_pane", + "item_id": 488, "properties": [ { "name": "east", @@ -105649,10 +105745,10 @@ ] } ], - "default_state_id": 9455, + "default_state_id": 9467, "states": [ { - "id": 9424, + "id": 9436, "luminance": 0, "opaque": false, "replaceable": false, @@ -105664,7 +105760,7 @@ ] }, { - "id": 9425, + "id": 9437, "luminance": 0, "opaque": false, "replaceable": false, @@ -105675,7 +105771,7 @@ ] }, { - "id": 9426, + "id": 9438, "luminance": 0, "opaque": false, "replaceable": false, @@ -105687,7 +105783,7 @@ ] }, { - "id": 9427, + "id": 9439, "luminance": 0, "opaque": false, "replaceable": false, @@ -105698,7 +105794,7 @@ ] }, { - "id": 9428, + "id": 9440, "luminance": 0, "opaque": false, "replaceable": false, @@ -105709,7 +105805,7 @@ ] }, { - "id": 9429, + "id": 9441, "luminance": 0, "opaque": false, "replaceable": false, @@ -105720,7 +105816,7 @@ ] }, { - "id": 9430, + "id": 9442, "luminance": 0, "opaque": false, "replaceable": false, @@ -105731,7 +105827,7 @@ ] }, { - "id": 9431, + "id": 9443, "luminance": 0, "opaque": false, "replaceable": false, @@ -105742,7 +105838,7 @@ ] }, { - "id": 9432, + "id": 9444, "luminance": 0, "opaque": false, "replaceable": false, @@ -105753,7 +105849,7 @@ ] }, { - "id": 9433, + "id": 9445, "luminance": 0, "opaque": false, "replaceable": false, @@ -105764,7 +105860,7 @@ ] }, { - "id": 9434, + "id": 9446, "luminance": 0, "opaque": false, "replaceable": false, @@ -105775,7 +105871,7 @@ ] }, { - "id": 9435, + "id": 9447, "luminance": 0, "opaque": false, "replaceable": false, @@ -105786,7 +105882,7 @@ ] }, { - "id": 9436, + "id": 9448, "luminance": 0, "opaque": false, "replaceable": false, @@ -105796,7 +105892,7 @@ ] }, { - "id": 9437, + "id": 9449, "luminance": 0, "opaque": false, "replaceable": false, @@ -105806,7 +105902,7 @@ ] }, { - "id": 9438, + "id": 9450, "luminance": 0, "opaque": false, "replaceable": false, @@ -105816,7 +105912,7 @@ ] }, { - "id": 9439, + "id": 9451, "luminance": 0, "opaque": false, "replaceable": false, @@ -105826,7 +105922,7 @@ ] }, { - "id": 9440, + "id": 9452, "luminance": 0, "opaque": false, "replaceable": false, @@ -105838,7 +105934,7 @@ ] }, { - "id": 9441, + "id": 9453, "luminance": 0, "opaque": false, "replaceable": false, @@ -105848,7 +105944,7 @@ ] }, { - "id": 9442, + "id": 9454, "luminance": 0, "opaque": false, "replaceable": false, @@ -105860,7 +105956,7 @@ ] }, { - "id": 9443, + "id": 9455, "luminance": 0, "opaque": false, "replaceable": false, @@ -105870,7 +105966,7 @@ ] }, { - "id": 9444, + "id": 9456, "luminance": 0, "opaque": false, "replaceable": false, @@ -105881,7 +105977,7 @@ ] }, { - "id": 9445, + "id": 9457, "luminance": 0, "opaque": false, "replaceable": false, @@ -105891,7 +105987,7 @@ ] }, { - "id": 9446, + "id": 9458, "luminance": 0, "opaque": false, "replaceable": false, @@ -105902,7 +105998,7 @@ ] }, { - "id": 9447, + "id": 9459, "luminance": 0, "opaque": false, "replaceable": false, @@ -105912,7 +106008,7 @@ ] }, { - "id": 9448, + "id": 9460, "luminance": 0, "opaque": false, "replaceable": false, @@ -105923,7 +106019,7 @@ ] }, { - "id": 9449, + "id": 9461, "luminance": 0, "opaque": false, "replaceable": false, @@ -105933,7 +106029,7 @@ ] }, { - "id": 9450, + "id": 9462, "luminance": 0, "opaque": false, "replaceable": false, @@ -105944,7 +106040,7 @@ ] }, { - "id": 9451, + "id": 9463, "luminance": 0, "opaque": false, "replaceable": false, @@ -105954,7 +106050,7 @@ ] }, { - "id": 9452, + "id": 9464, "luminance": 0, "opaque": false, "replaceable": false, @@ -105964,7 +106060,7 @@ ] }, { - "id": 9453, + "id": 9465, "luminance": 0, "opaque": false, "replaceable": false, @@ -105974,7 +106070,7 @@ ] }, { - "id": 9454, + "id": 9466, "luminance": 0, "opaque": false, "replaceable": false, @@ -105984,7 +106080,7 @@ ] }, { - "id": 9455, + "id": 9467, "luminance": 0, "opaque": false, "replaceable": false, @@ -105996,10 +106092,10 @@ ] }, { - "id": 448, - "name": "gray_stained_glass_pane", - "translation_key": "block.minecraft.gray_stained_glass_pane", - "item_id": 472, + "id": 444, + "name": "light_blue_stained_glass_pane", + "translation_key": "block.minecraft.light_blue_stained_glass_pane", + "item_id": 489, "properties": [ { "name": "east", @@ -106037,10 +106133,10 @@ ] } ], - "default_state_id": 9487, + "default_state_id": 9499, "states": [ { - "id": 9456, + "id": 9468, "luminance": 0, "opaque": false, "replaceable": false, @@ -106052,7 +106148,7 @@ ] }, { - "id": 9457, + "id": 9469, "luminance": 0, "opaque": false, "replaceable": false, @@ -106063,7 +106159,7 @@ ] }, { - "id": 9458, + "id": 9470, "luminance": 0, "opaque": false, "replaceable": false, @@ -106075,7 +106171,7 @@ ] }, { - "id": 9459, + "id": 9471, "luminance": 0, "opaque": false, "replaceable": false, @@ -106086,7 +106182,7 @@ ] }, { - "id": 9460, + "id": 9472, "luminance": 0, "opaque": false, "replaceable": false, @@ -106097,7 +106193,7 @@ ] }, { - "id": 9461, + "id": 9473, "luminance": 0, "opaque": false, "replaceable": false, @@ -106108,7 +106204,7 @@ ] }, { - "id": 9462, + "id": 9474, "luminance": 0, "opaque": false, "replaceable": false, @@ -106119,7 +106215,7 @@ ] }, { - "id": 9463, + "id": 9475, "luminance": 0, "opaque": false, "replaceable": false, @@ -106130,7 +106226,7 @@ ] }, { - "id": 9464, + "id": 9476, "luminance": 0, "opaque": false, "replaceable": false, @@ -106141,7 +106237,7 @@ ] }, { - "id": 9465, + "id": 9477, "luminance": 0, "opaque": false, "replaceable": false, @@ -106152,7 +106248,7 @@ ] }, { - "id": 9466, + "id": 9478, "luminance": 0, "opaque": false, "replaceable": false, @@ -106163,7 +106259,7 @@ ] }, { - "id": 9467, + "id": 9479, "luminance": 0, "opaque": false, "replaceable": false, @@ -106174,7 +106270,7 @@ ] }, { - "id": 9468, + "id": 9480, "luminance": 0, "opaque": false, "replaceable": false, @@ -106184,7 +106280,7 @@ ] }, { - "id": 9469, + "id": 9481, "luminance": 0, "opaque": false, "replaceable": false, @@ -106194,7 +106290,7 @@ ] }, { - "id": 9470, + "id": 9482, "luminance": 0, "opaque": false, "replaceable": false, @@ -106204,7 +106300,7 @@ ] }, { - "id": 9471, + "id": 9483, "luminance": 0, "opaque": false, "replaceable": false, @@ -106214,7 +106310,7 @@ ] }, { - "id": 9472, + "id": 9484, "luminance": 0, "opaque": false, "replaceable": false, @@ -106226,7 +106322,7 @@ ] }, { - "id": 9473, + "id": 9485, "luminance": 0, "opaque": false, "replaceable": false, @@ -106236,7 +106332,7 @@ ] }, { - "id": 9474, + "id": 9486, "luminance": 0, "opaque": false, "replaceable": false, @@ -106248,7 +106344,7 @@ ] }, { - "id": 9475, + "id": 9487, "luminance": 0, "opaque": false, "replaceable": false, @@ -106258,7 +106354,7 @@ ] }, { - "id": 9476, + "id": 9488, "luminance": 0, "opaque": false, "replaceable": false, @@ -106269,7 +106365,7 @@ ] }, { - "id": 9477, + "id": 9489, "luminance": 0, "opaque": false, "replaceable": false, @@ -106279,7 +106375,7 @@ ] }, { - "id": 9478, + "id": 9490, "luminance": 0, "opaque": false, "replaceable": false, @@ -106290,7 +106386,7 @@ ] }, { - "id": 9479, + "id": 9491, "luminance": 0, "opaque": false, "replaceable": false, @@ -106300,7 +106396,7 @@ ] }, { - "id": 9480, + "id": 9492, "luminance": 0, "opaque": false, "replaceable": false, @@ -106311,7 +106407,7 @@ ] }, { - "id": 9481, + "id": 9493, "luminance": 0, "opaque": false, "replaceable": false, @@ -106321,7 +106417,7 @@ ] }, { - "id": 9482, + "id": 9494, "luminance": 0, "opaque": false, "replaceable": false, @@ -106332,7 +106428,7 @@ ] }, { - "id": 9483, + "id": 9495, "luminance": 0, "opaque": false, "replaceable": false, @@ -106342,7 +106438,7 @@ ] }, { - "id": 9484, + "id": 9496, "luminance": 0, "opaque": false, "replaceable": false, @@ -106352,7 +106448,7 @@ ] }, { - "id": 9485, + "id": 9497, "luminance": 0, "opaque": false, "replaceable": false, @@ -106362,7 +106458,7 @@ ] }, { - "id": 9486, + "id": 9498, "luminance": 0, "opaque": false, "replaceable": false, @@ -106372,7 +106468,7 @@ ] }, { - "id": 9487, + "id": 9499, "luminance": 0, "opaque": false, "replaceable": false, @@ -106384,10 +106480,10 @@ ] }, { - "id": 449, - "name": "light_gray_stained_glass_pane", - "translation_key": "block.minecraft.light_gray_stained_glass_pane", - "item_id": 473, + "id": 445, + "name": "yellow_stained_glass_pane", + "translation_key": "block.minecraft.yellow_stained_glass_pane", + "item_id": 490, "properties": [ { "name": "east", @@ -106425,10 +106521,10 @@ ] } ], - "default_state_id": 9519, + "default_state_id": 9531, "states": [ { - "id": 9488, + "id": 9500, "luminance": 0, "opaque": false, "replaceable": false, @@ -106440,7 +106536,7 @@ ] }, { - "id": 9489, + "id": 9501, "luminance": 0, "opaque": false, "replaceable": false, @@ -106451,7 +106547,7 @@ ] }, { - "id": 9490, + "id": 9502, "luminance": 0, "opaque": false, "replaceable": false, @@ -106463,7 +106559,7 @@ ] }, { - "id": 9491, + "id": 9503, "luminance": 0, "opaque": false, "replaceable": false, @@ -106474,7 +106570,7 @@ ] }, { - "id": 9492, + "id": 9504, "luminance": 0, "opaque": false, "replaceable": false, @@ -106485,7 +106581,7 @@ ] }, { - "id": 9493, + "id": 9505, "luminance": 0, "opaque": false, "replaceable": false, @@ -106496,7 +106592,7 @@ ] }, { - "id": 9494, + "id": 9506, "luminance": 0, "opaque": false, "replaceable": false, @@ -106507,7 +106603,7 @@ ] }, { - "id": 9495, + "id": 9507, "luminance": 0, "opaque": false, "replaceable": false, @@ -106518,7 +106614,7 @@ ] }, { - "id": 9496, + "id": 9508, "luminance": 0, "opaque": false, "replaceable": false, @@ -106529,7 +106625,7 @@ ] }, { - "id": 9497, + "id": 9509, "luminance": 0, "opaque": false, "replaceable": false, @@ -106540,7 +106636,7 @@ ] }, { - "id": 9498, + "id": 9510, "luminance": 0, "opaque": false, "replaceable": false, @@ -106551,7 +106647,7 @@ ] }, { - "id": 9499, + "id": 9511, "luminance": 0, "opaque": false, "replaceable": false, @@ -106562,7 +106658,7 @@ ] }, { - "id": 9500, + "id": 9512, "luminance": 0, "opaque": false, "replaceable": false, @@ -106572,7 +106668,7 @@ ] }, { - "id": 9501, + "id": 9513, "luminance": 0, "opaque": false, "replaceable": false, @@ -106582,7 +106678,7 @@ ] }, { - "id": 9502, + "id": 9514, "luminance": 0, "opaque": false, "replaceable": false, @@ -106592,7 +106688,7 @@ ] }, { - "id": 9503, + "id": 9515, "luminance": 0, "opaque": false, "replaceable": false, @@ -106602,7 +106698,7 @@ ] }, { - "id": 9504, + "id": 9516, "luminance": 0, "opaque": false, "replaceable": false, @@ -106614,7 +106710,7 @@ ] }, { - "id": 9505, + "id": 9517, "luminance": 0, "opaque": false, "replaceable": false, @@ -106624,7 +106720,7 @@ ] }, { - "id": 9506, + "id": 9518, "luminance": 0, "opaque": false, "replaceable": false, @@ -106636,7 +106732,7 @@ ] }, { - "id": 9507, + "id": 9519, "luminance": 0, "opaque": false, "replaceable": false, @@ -106646,7 +106742,7 @@ ] }, { - "id": 9508, + "id": 9520, "luminance": 0, "opaque": false, "replaceable": false, @@ -106657,7 +106753,7 @@ ] }, { - "id": 9509, + "id": 9521, "luminance": 0, "opaque": false, "replaceable": false, @@ -106667,7 +106763,7 @@ ] }, { - "id": 9510, + "id": 9522, "luminance": 0, "opaque": false, "replaceable": false, @@ -106678,7 +106774,7 @@ ] }, { - "id": 9511, + "id": 9523, "luminance": 0, "opaque": false, "replaceable": false, @@ -106688,7 +106784,7 @@ ] }, { - "id": 9512, + "id": 9524, "luminance": 0, "opaque": false, "replaceable": false, @@ -106699,7 +106795,7 @@ ] }, { - "id": 9513, + "id": 9525, "luminance": 0, "opaque": false, "replaceable": false, @@ -106709,7 +106805,7 @@ ] }, { - "id": 9514, + "id": 9526, "luminance": 0, "opaque": false, "replaceable": false, @@ -106720,7 +106816,7 @@ ] }, { - "id": 9515, + "id": 9527, "luminance": 0, "opaque": false, "replaceable": false, @@ -106730,7 +106826,7 @@ ] }, { - "id": 9516, + "id": 9528, "luminance": 0, "opaque": false, "replaceable": false, @@ -106740,7 +106836,7 @@ ] }, { - "id": 9517, + "id": 9529, "luminance": 0, "opaque": false, "replaceable": false, @@ -106750,7 +106846,7 @@ ] }, { - "id": 9518, + "id": 9530, "luminance": 0, "opaque": false, "replaceable": false, @@ -106760,7 +106856,7 @@ ] }, { - "id": 9519, + "id": 9531, "luminance": 0, "opaque": false, "replaceable": false, @@ -106772,10 +106868,10 @@ ] }, { - "id": 450, - "name": "cyan_stained_glass_pane", - "translation_key": "block.minecraft.cyan_stained_glass_pane", - "item_id": 474, + "id": 446, + "name": "lime_stained_glass_pane", + "translation_key": "block.minecraft.lime_stained_glass_pane", + "item_id": 491, "properties": [ { "name": "east", @@ -106813,10 +106909,10 @@ ] } ], - "default_state_id": 9551, + "default_state_id": 9563, "states": [ { - "id": 9520, + "id": 9532, "luminance": 0, "opaque": false, "replaceable": false, @@ -106828,7 +106924,7 @@ ] }, { - "id": 9521, + "id": 9533, "luminance": 0, "opaque": false, "replaceable": false, @@ -106839,7 +106935,7 @@ ] }, { - "id": 9522, + "id": 9534, "luminance": 0, "opaque": false, "replaceable": false, @@ -106851,7 +106947,7 @@ ] }, { - "id": 9523, + "id": 9535, "luminance": 0, "opaque": false, "replaceable": false, @@ -106862,7 +106958,7 @@ ] }, { - "id": 9524, + "id": 9536, "luminance": 0, "opaque": false, "replaceable": false, @@ -106873,7 +106969,7 @@ ] }, { - "id": 9525, + "id": 9537, "luminance": 0, "opaque": false, "replaceable": false, @@ -106884,7 +106980,7 @@ ] }, { - "id": 9526, + "id": 9538, "luminance": 0, "opaque": false, "replaceable": false, @@ -106895,7 +106991,7 @@ ] }, { - "id": 9527, + "id": 9539, "luminance": 0, "opaque": false, "replaceable": false, @@ -106906,7 +107002,7 @@ ] }, { - "id": 9528, + "id": 9540, "luminance": 0, "opaque": false, "replaceable": false, @@ -106917,7 +107013,7 @@ ] }, { - "id": 9529, + "id": 9541, "luminance": 0, "opaque": false, "replaceable": false, @@ -106928,7 +107024,7 @@ ] }, { - "id": 9530, + "id": 9542, "luminance": 0, "opaque": false, "replaceable": false, @@ -106939,7 +107035,7 @@ ] }, { - "id": 9531, + "id": 9543, "luminance": 0, "opaque": false, "replaceable": false, @@ -106950,7 +107046,7 @@ ] }, { - "id": 9532, + "id": 9544, "luminance": 0, "opaque": false, "replaceable": false, @@ -106960,7 +107056,7 @@ ] }, { - "id": 9533, + "id": 9545, "luminance": 0, "opaque": false, "replaceable": false, @@ -106970,7 +107066,7 @@ ] }, { - "id": 9534, + "id": 9546, "luminance": 0, "opaque": false, "replaceable": false, @@ -106980,7 +107076,7 @@ ] }, { - "id": 9535, + "id": 9547, "luminance": 0, "opaque": false, "replaceable": false, @@ -106990,7 +107086,7 @@ ] }, { - "id": 9536, + "id": 9548, "luminance": 0, "opaque": false, "replaceable": false, @@ -107002,7 +107098,7 @@ ] }, { - "id": 9537, + "id": 9549, "luminance": 0, "opaque": false, "replaceable": false, @@ -107012,7 +107108,7 @@ ] }, { - "id": 9538, + "id": 9550, "luminance": 0, "opaque": false, "replaceable": false, @@ -107024,7 +107120,7 @@ ] }, { - "id": 9539, + "id": 9551, "luminance": 0, "opaque": false, "replaceable": false, @@ -107034,7 +107130,7 @@ ] }, { - "id": 9540, + "id": 9552, "luminance": 0, "opaque": false, "replaceable": false, @@ -107045,7 +107141,7 @@ ] }, { - "id": 9541, + "id": 9553, "luminance": 0, "opaque": false, "replaceable": false, @@ -107055,7 +107151,7 @@ ] }, { - "id": 9542, + "id": 9554, "luminance": 0, "opaque": false, "replaceable": false, @@ -107066,7 +107162,7 @@ ] }, { - "id": 9543, + "id": 9555, "luminance": 0, "opaque": false, "replaceable": false, @@ -107076,7 +107172,7 @@ ] }, { - "id": 9544, + "id": 9556, "luminance": 0, "opaque": false, "replaceable": false, @@ -107087,7 +107183,7 @@ ] }, { - "id": 9545, + "id": 9557, "luminance": 0, "opaque": false, "replaceable": false, @@ -107097,7 +107193,7 @@ ] }, { - "id": 9546, + "id": 9558, "luminance": 0, "opaque": false, "replaceable": false, @@ -107108,7 +107204,7 @@ ] }, { - "id": 9547, + "id": 9559, "luminance": 0, "opaque": false, "replaceable": false, @@ -107118,7 +107214,7 @@ ] }, { - "id": 9548, + "id": 9560, "luminance": 0, "opaque": false, "replaceable": false, @@ -107128,7 +107224,7 @@ ] }, { - "id": 9549, + "id": 9561, "luminance": 0, "opaque": false, "replaceable": false, @@ -107138,7 +107234,7 @@ ] }, { - "id": 9550, + "id": 9562, "luminance": 0, "opaque": false, "replaceable": false, @@ -107148,7 +107244,7 @@ ] }, { - "id": 9551, + "id": 9563, "luminance": 0, "opaque": false, "replaceable": false, @@ -107160,10 +107256,10 @@ ] }, { - "id": 451, - "name": "purple_stained_glass_pane", - "translation_key": "block.minecraft.purple_stained_glass_pane", - "item_id": 475, + "id": 447, + "name": "pink_stained_glass_pane", + "translation_key": "block.minecraft.pink_stained_glass_pane", + "item_id": 492, "properties": [ { "name": "east", @@ -107201,10 +107297,10 @@ ] } ], - "default_state_id": 9583, + "default_state_id": 9595, "states": [ { - "id": 9552, + "id": 9564, "luminance": 0, "opaque": false, "replaceable": false, @@ -107216,7 +107312,7 @@ ] }, { - "id": 9553, + "id": 9565, "luminance": 0, "opaque": false, "replaceable": false, @@ -107227,7 +107323,7 @@ ] }, { - "id": 9554, + "id": 9566, "luminance": 0, "opaque": false, "replaceable": false, @@ -107239,7 +107335,7 @@ ] }, { - "id": 9555, + "id": 9567, "luminance": 0, "opaque": false, "replaceable": false, @@ -107250,7 +107346,7 @@ ] }, { - "id": 9556, + "id": 9568, "luminance": 0, "opaque": false, "replaceable": false, @@ -107261,7 +107357,7 @@ ] }, { - "id": 9557, + "id": 9569, "luminance": 0, "opaque": false, "replaceable": false, @@ -107272,7 +107368,7 @@ ] }, { - "id": 9558, + "id": 9570, "luminance": 0, "opaque": false, "replaceable": false, @@ -107283,7 +107379,7 @@ ] }, { - "id": 9559, + "id": 9571, "luminance": 0, "opaque": false, "replaceable": false, @@ -107294,7 +107390,7 @@ ] }, { - "id": 9560, + "id": 9572, "luminance": 0, "opaque": false, "replaceable": false, @@ -107305,7 +107401,7 @@ ] }, { - "id": 9561, + "id": 9573, "luminance": 0, "opaque": false, "replaceable": false, @@ -107316,7 +107412,7 @@ ] }, { - "id": 9562, + "id": 9574, "luminance": 0, "opaque": false, "replaceable": false, @@ -107327,7 +107423,7 @@ ] }, { - "id": 9563, + "id": 9575, "luminance": 0, "opaque": false, "replaceable": false, @@ -107338,7 +107434,7 @@ ] }, { - "id": 9564, + "id": 9576, "luminance": 0, "opaque": false, "replaceable": false, @@ -107348,7 +107444,7 @@ ] }, { - "id": 9565, + "id": 9577, "luminance": 0, "opaque": false, "replaceable": false, @@ -107358,7 +107454,7 @@ ] }, { - "id": 9566, + "id": 9578, "luminance": 0, "opaque": false, "replaceable": false, @@ -107368,7 +107464,7 @@ ] }, { - "id": 9567, + "id": 9579, "luminance": 0, "opaque": false, "replaceable": false, @@ -107378,7 +107474,7 @@ ] }, { - "id": 9568, + "id": 9580, "luminance": 0, "opaque": false, "replaceable": false, @@ -107390,7 +107486,7 @@ ] }, { - "id": 9569, + "id": 9581, "luminance": 0, "opaque": false, "replaceable": false, @@ -107400,7 +107496,7 @@ ] }, { - "id": 9570, + "id": 9582, "luminance": 0, "opaque": false, "replaceable": false, @@ -107412,7 +107508,7 @@ ] }, { - "id": 9571, + "id": 9583, "luminance": 0, "opaque": false, "replaceable": false, @@ -107422,7 +107518,7 @@ ] }, { - "id": 9572, + "id": 9584, "luminance": 0, "opaque": false, "replaceable": false, @@ -107433,7 +107529,7 @@ ] }, { - "id": 9573, + "id": 9585, "luminance": 0, "opaque": false, "replaceable": false, @@ -107443,7 +107539,7 @@ ] }, { - "id": 9574, + "id": 9586, "luminance": 0, "opaque": false, "replaceable": false, @@ -107454,7 +107550,7 @@ ] }, { - "id": 9575, + "id": 9587, "luminance": 0, "opaque": false, "replaceable": false, @@ -107464,7 +107560,7 @@ ] }, { - "id": 9576, + "id": 9588, "luminance": 0, "opaque": false, "replaceable": false, @@ -107475,7 +107571,7 @@ ] }, { - "id": 9577, + "id": 9589, "luminance": 0, "opaque": false, "replaceable": false, @@ -107485,7 +107581,7 @@ ] }, { - "id": 9578, + "id": 9590, "luminance": 0, "opaque": false, "replaceable": false, @@ -107496,7 +107592,7 @@ ] }, { - "id": 9579, + "id": 9591, "luminance": 0, "opaque": false, "replaceable": false, @@ -107506,7 +107602,7 @@ ] }, { - "id": 9580, + "id": 9592, "luminance": 0, "opaque": false, "replaceable": false, @@ -107516,7 +107612,7 @@ ] }, { - "id": 9581, + "id": 9593, "luminance": 0, "opaque": false, "replaceable": false, @@ -107526,7 +107622,7 @@ ] }, { - "id": 9582, + "id": 9594, "luminance": 0, "opaque": false, "replaceable": false, @@ -107536,7 +107632,7 @@ ] }, { - "id": 9583, + "id": 9595, "luminance": 0, "opaque": false, "replaceable": false, @@ -107548,10 +107644,10 @@ ] }, { - "id": 452, - "name": "blue_stained_glass_pane", - "translation_key": "block.minecraft.blue_stained_glass_pane", - "item_id": 476, + "id": 448, + "name": "gray_stained_glass_pane", + "translation_key": "block.minecraft.gray_stained_glass_pane", + "item_id": 493, "properties": [ { "name": "east", @@ -107589,10 +107685,10 @@ ] } ], - "default_state_id": 9615, + "default_state_id": 9627, "states": [ { - "id": 9584, + "id": 9596, "luminance": 0, "opaque": false, "replaceable": false, @@ -107604,7 +107700,7 @@ ] }, { - "id": 9585, + "id": 9597, "luminance": 0, "opaque": false, "replaceable": false, @@ -107615,7 +107711,7 @@ ] }, { - "id": 9586, + "id": 9598, "luminance": 0, "opaque": false, "replaceable": false, @@ -107627,7 +107723,7 @@ ] }, { - "id": 9587, + "id": 9599, "luminance": 0, "opaque": false, "replaceable": false, @@ -107638,7 +107734,7 @@ ] }, { - "id": 9588, + "id": 9600, "luminance": 0, "opaque": false, "replaceable": false, @@ -107649,7 +107745,7 @@ ] }, { - "id": 9589, + "id": 9601, "luminance": 0, "opaque": false, "replaceable": false, @@ -107660,7 +107756,7 @@ ] }, { - "id": 9590, + "id": 9602, "luminance": 0, "opaque": false, "replaceable": false, @@ -107671,7 +107767,7 @@ ] }, { - "id": 9591, + "id": 9603, "luminance": 0, "opaque": false, "replaceable": false, @@ -107682,7 +107778,7 @@ ] }, { - "id": 9592, + "id": 9604, "luminance": 0, "opaque": false, "replaceable": false, @@ -107693,7 +107789,7 @@ ] }, { - "id": 9593, + "id": 9605, "luminance": 0, "opaque": false, "replaceable": false, @@ -107704,7 +107800,7 @@ ] }, { - "id": 9594, + "id": 9606, "luminance": 0, "opaque": false, "replaceable": false, @@ -107715,7 +107811,7 @@ ] }, { - "id": 9595, + "id": 9607, "luminance": 0, "opaque": false, "replaceable": false, @@ -107726,7 +107822,7 @@ ] }, { - "id": 9596, + "id": 9608, "luminance": 0, "opaque": false, "replaceable": false, @@ -107736,7 +107832,7 @@ ] }, { - "id": 9597, + "id": 9609, "luminance": 0, "opaque": false, "replaceable": false, @@ -107746,7 +107842,7 @@ ] }, { - "id": 9598, + "id": 9610, "luminance": 0, "opaque": false, "replaceable": false, @@ -107756,7 +107852,7 @@ ] }, { - "id": 9599, + "id": 9611, "luminance": 0, "opaque": false, "replaceable": false, @@ -107766,7 +107862,7 @@ ] }, { - "id": 9600, + "id": 9612, "luminance": 0, "opaque": false, "replaceable": false, @@ -107778,7 +107874,7 @@ ] }, { - "id": 9601, + "id": 9613, "luminance": 0, "opaque": false, "replaceable": false, @@ -107788,7 +107884,7 @@ ] }, { - "id": 9602, + "id": 9614, "luminance": 0, "opaque": false, "replaceable": false, @@ -107800,7 +107896,7 @@ ] }, { - "id": 9603, + "id": 9615, "luminance": 0, "opaque": false, "replaceable": false, @@ -107810,7 +107906,7 @@ ] }, { - "id": 9604, + "id": 9616, "luminance": 0, "opaque": false, "replaceable": false, @@ -107821,7 +107917,7 @@ ] }, { - "id": 9605, + "id": 9617, "luminance": 0, "opaque": false, "replaceable": false, @@ -107831,7 +107927,7 @@ ] }, { - "id": 9606, + "id": 9618, "luminance": 0, "opaque": false, "replaceable": false, @@ -107842,7 +107938,7 @@ ] }, { - "id": 9607, + "id": 9619, "luminance": 0, "opaque": false, "replaceable": false, @@ -107852,7 +107948,7 @@ ] }, { - "id": 9608, + "id": 9620, "luminance": 0, "opaque": false, "replaceable": false, @@ -107863,7 +107959,7 @@ ] }, { - "id": 9609, + "id": 9621, "luminance": 0, "opaque": false, "replaceable": false, @@ -107873,7 +107969,7 @@ ] }, { - "id": 9610, + "id": 9622, "luminance": 0, "opaque": false, "replaceable": false, @@ -107884,7 +107980,7 @@ ] }, { - "id": 9611, + "id": 9623, "luminance": 0, "opaque": false, "replaceable": false, @@ -107894,7 +107990,7 @@ ] }, { - "id": 9612, + "id": 9624, "luminance": 0, "opaque": false, "replaceable": false, @@ -107904,7 +108000,7 @@ ] }, { - "id": 9613, + "id": 9625, "luminance": 0, "opaque": false, "replaceable": false, @@ -107914,7 +108010,7 @@ ] }, { - "id": 9614, + "id": 9626, "luminance": 0, "opaque": false, "replaceable": false, @@ -107924,7 +108020,7 @@ ] }, { - "id": 9615, + "id": 9627, "luminance": 0, "opaque": false, "replaceable": false, @@ -107936,10 +108032,10 @@ ] }, { - "id": 453, - "name": "brown_stained_glass_pane", - "translation_key": "block.minecraft.brown_stained_glass_pane", - "item_id": 477, + "id": 449, + "name": "light_gray_stained_glass_pane", + "translation_key": "block.minecraft.light_gray_stained_glass_pane", + "item_id": 494, "properties": [ { "name": "east", @@ -107977,10 +108073,10 @@ ] } ], - "default_state_id": 9647, + "default_state_id": 9659, "states": [ { - "id": 9616, + "id": 9628, "luminance": 0, "opaque": false, "replaceable": false, @@ -107992,7 +108088,7 @@ ] }, { - "id": 9617, + "id": 9629, "luminance": 0, "opaque": false, "replaceable": false, @@ -108003,7 +108099,7 @@ ] }, { - "id": 9618, + "id": 9630, "luminance": 0, "opaque": false, "replaceable": false, @@ -108015,7 +108111,7 @@ ] }, { - "id": 9619, + "id": 9631, "luminance": 0, "opaque": false, "replaceable": false, @@ -108026,7 +108122,7 @@ ] }, { - "id": 9620, + "id": 9632, "luminance": 0, "opaque": false, "replaceable": false, @@ -108037,7 +108133,7 @@ ] }, { - "id": 9621, + "id": 9633, "luminance": 0, "opaque": false, "replaceable": false, @@ -108048,7 +108144,7 @@ ] }, { - "id": 9622, + "id": 9634, "luminance": 0, "opaque": false, "replaceable": false, @@ -108059,7 +108155,7 @@ ] }, { - "id": 9623, + "id": 9635, "luminance": 0, "opaque": false, "replaceable": false, @@ -108070,7 +108166,7 @@ ] }, { - "id": 9624, + "id": 9636, "luminance": 0, "opaque": false, "replaceable": false, @@ -108081,7 +108177,7 @@ ] }, { - "id": 9625, + "id": 9637, "luminance": 0, "opaque": false, "replaceable": false, @@ -108092,7 +108188,7 @@ ] }, { - "id": 9626, + "id": 9638, "luminance": 0, "opaque": false, "replaceable": false, @@ -108103,7 +108199,7 @@ ] }, { - "id": 9627, + "id": 9639, "luminance": 0, "opaque": false, "replaceable": false, @@ -108114,7 +108210,7 @@ ] }, { - "id": 9628, + "id": 9640, "luminance": 0, "opaque": false, "replaceable": false, @@ -108124,7 +108220,7 @@ ] }, { - "id": 9629, + "id": 9641, "luminance": 0, "opaque": false, "replaceable": false, @@ -108134,7 +108230,7 @@ ] }, { - "id": 9630, + "id": 9642, "luminance": 0, "opaque": false, "replaceable": false, @@ -108144,7 +108240,7 @@ ] }, { - "id": 9631, + "id": 9643, "luminance": 0, "opaque": false, "replaceable": false, @@ -108154,7 +108250,7 @@ ] }, { - "id": 9632, + "id": 9644, "luminance": 0, "opaque": false, "replaceable": false, @@ -108166,7 +108262,7 @@ ] }, { - "id": 9633, + "id": 9645, "luminance": 0, "opaque": false, "replaceable": false, @@ -108176,7 +108272,7 @@ ] }, { - "id": 9634, + "id": 9646, "luminance": 0, "opaque": false, "replaceable": false, @@ -108188,7 +108284,7 @@ ] }, { - "id": 9635, + "id": 9647, "luminance": 0, "opaque": false, "replaceable": false, @@ -108198,7 +108294,7 @@ ] }, { - "id": 9636, + "id": 9648, "luminance": 0, "opaque": false, "replaceable": false, @@ -108209,7 +108305,7 @@ ] }, { - "id": 9637, + "id": 9649, "luminance": 0, "opaque": false, "replaceable": false, @@ -108219,7 +108315,7 @@ ] }, { - "id": 9638, + "id": 9650, "luminance": 0, "opaque": false, "replaceable": false, @@ -108230,7 +108326,7 @@ ] }, { - "id": 9639, + "id": 9651, "luminance": 0, "opaque": false, "replaceable": false, @@ -108240,7 +108336,7 @@ ] }, { - "id": 9640, + "id": 9652, "luminance": 0, "opaque": false, "replaceable": false, @@ -108251,7 +108347,7 @@ ] }, { - "id": 9641, + "id": 9653, "luminance": 0, "opaque": false, "replaceable": false, @@ -108261,7 +108357,7 @@ ] }, { - "id": 9642, + "id": 9654, "luminance": 0, "opaque": false, "replaceable": false, @@ -108272,7 +108368,7 @@ ] }, { - "id": 9643, + "id": 9655, "luminance": 0, "opaque": false, "replaceable": false, @@ -108282,7 +108378,7 @@ ] }, { - "id": 9644, + "id": 9656, "luminance": 0, "opaque": false, "replaceable": false, @@ -108292,7 +108388,7 @@ ] }, { - "id": 9645, + "id": 9657, "luminance": 0, "opaque": false, "replaceable": false, @@ -108302,7 +108398,7 @@ ] }, { - "id": 9646, + "id": 9658, "luminance": 0, "opaque": false, "replaceable": false, @@ -108312,7 +108408,7 @@ ] }, { - "id": 9647, + "id": 9659, "luminance": 0, "opaque": false, "replaceable": false, @@ -108324,10 +108420,10 @@ ] }, { - "id": 454, - "name": "green_stained_glass_pane", - "translation_key": "block.minecraft.green_stained_glass_pane", - "item_id": 478, + "id": 450, + "name": "cyan_stained_glass_pane", + "translation_key": "block.minecraft.cyan_stained_glass_pane", + "item_id": 495, "properties": [ { "name": "east", @@ -108365,10 +108461,10 @@ ] } ], - "default_state_id": 9679, + "default_state_id": 9691, "states": [ { - "id": 9648, + "id": 9660, "luminance": 0, "opaque": false, "replaceable": false, @@ -108380,7 +108476,7 @@ ] }, { - "id": 9649, + "id": 9661, "luminance": 0, "opaque": false, "replaceable": false, @@ -108391,7 +108487,7 @@ ] }, { - "id": 9650, + "id": 9662, "luminance": 0, "opaque": false, "replaceable": false, @@ -108403,7 +108499,7 @@ ] }, { - "id": 9651, + "id": 9663, "luminance": 0, "opaque": false, "replaceable": false, @@ -108414,7 +108510,7 @@ ] }, { - "id": 9652, + "id": 9664, "luminance": 0, "opaque": false, "replaceable": false, @@ -108425,7 +108521,7 @@ ] }, { - "id": 9653, + "id": 9665, "luminance": 0, "opaque": false, "replaceable": false, @@ -108436,7 +108532,7 @@ ] }, { - "id": 9654, + "id": 9666, "luminance": 0, "opaque": false, "replaceable": false, @@ -108447,7 +108543,7 @@ ] }, { - "id": 9655, + "id": 9667, "luminance": 0, "opaque": false, "replaceable": false, @@ -108458,7 +108554,7 @@ ] }, { - "id": 9656, + "id": 9668, "luminance": 0, "opaque": false, "replaceable": false, @@ -108469,7 +108565,7 @@ ] }, { - "id": 9657, + "id": 9669, "luminance": 0, "opaque": false, "replaceable": false, @@ -108480,7 +108576,7 @@ ] }, { - "id": 9658, + "id": 9670, "luminance": 0, "opaque": false, "replaceable": false, @@ -108491,7 +108587,7 @@ ] }, { - "id": 9659, + "id": 9671, "luminance": 0, "opaque": false, "replaceable": false, @@ -108502,7 +108598,7 @@ ] }, { - "id": 9660, + "id": 9672, "luminance": 0, "opaque": false, "replaceable": false, @@ -108512,7 +108608,7 @@ ] }, { - "id": 9661, + "id": 9673, "luminance": 0, "opaque": false, "replaceable": false, @@ -108522,7 +108618,7 @@ ] }, { - "id": 9662, + "id": 9674, "luminance": 0, "opaque": false, "replaceable": false, @@ -108532,7 +108628,7 @@ ] }, { - "id": 9663, + "id": 9675, "luminance": 0, "opaque": false, "replaceable": false, @@ -108542,7 +108638,7 @@ ] }, { - "id": 9664, + "id": 9676, "luminance": 0, "opaque": false, "replaceable": false, @@ -108554,7 +108650,7 @@ ] }, { - "id": 9665, + "id": 9677, "luminance": 0, "opaque": false, "replaceable": false, @@ -108564,7 +108660,7 @@ ] }, { - "id": 9666, + "id": 9678, "luminance": 0, "opaque": false, "replaceable": false, @@ -108576,7 +108672,7 @@ ] }, { - "id": 9667, + "id": 9679, "luminance": 0, "opaque": false, "replaceable": false, @@ -108586,7 +108682,7 @@ ] }, { - "id": 9668, + "id": 9680, "luminance": 0, "opaque": false, "replaceable": false, @@ -108597,7 +108693,7 @@ ] }, { - "id": 9669, + "id": 9681, "luminance": 0, "opaque": false, "replaceable": false, @@ -108607,7 +108703,7 @@ ] }, { - "id": 9670, + "id": 9682, "luminance": 0, "opaque": false, "replaceable": false, @@ -108618,7 +108714,7 @@ ] }, { - "id": 9671, + "id": 9683, "luminance": 0, "opaque": false, "replaceable": false, @@ -108628,7 +108724,7 @@ ] }, { - "id": 9672, + "id": 9684, "luminance": 0, "opaque": false, "replaceable": false, @@ -108639,7 +108735,7 @@ ] }, { - "id": 9673, + "id": 9685, "luminance": 0, "opaque": false, "replaceable": false, @@ -108649,7 +108745,7 @@ ] }, { - "id": 9674, + "id": 9686, "luminance": 0, "opaque": false, "replaceable": false, @@ -108660,7 +108756,7 @@ ] }, { - "id": 9675, + "id": 9687, "luminance": 0, "opaque": false, "replaceable": false, @@ -108670,7 +108766,7 @@ ] }, { - "id": 9676, + "id": 9688, "luminance": 0, "opaque": false, "replaceable": false, @@ -108680,7 +108776,7 @@ ] }, { - "id": 9677, + "id": 9689, "luminance": 0, "opaque": false, "replaceable": false, @@ -108690,7 +108786,7 @@ ] }, { - "id": 9678, + "id": 9690, "luminance": 0, "opaque": false, "replaceable": false, @@ -108700,7 +108796,7 @@ ] }, { - "id": 9679, + "id": 9691, "luminance": 0, "opaque": false, "replaceable": false, @@ -108712,10 +108808,10 @@ ] }, { - "id": 455, - "name": "red_stained_glass_pane", - "translation_key": "block.minecraft.red_stained_glass_pane", - "item_id": 479, + "id": 451, + "name": "purple_stained_glass_pane", + "translation_key": "block.minecraft.purple_stained_glass_pane", + "item_id": 496, "properties": [ { "name": "east", @@ -108753,10 +108849,10 @@ ] } ], - "default_state_id": 9711, + "default_state_id": 9723, "states": [ { - "id": 9680, + "id": 9692, "luminance": 0, "opaque": false, "replaceable": false, @@ -108768,7 +108864,7 @@ ] }, { - "id": 9681, + "id": 9693, "luminance": 0, "opaque": false, "replaceable": false, @@ -108779,7 +108875,7 @@ ] }, { - "id": 9682, + "id": 9694, "luminance": 0, "opaque": false, "replaceable": false, @@ -108791,7 +108887,7 @@ ] }, { - "id": 9683, + "id": 9695, "luminance": 0, "opaque": false, "replaceable": false, @@ -108802,7 +108898,7 @@ ] }, { - "id": 9684, + "id": 9696, "luminance": 0, "opaque": false, "replaceable": false, @@ -108813,7 +108909,7 @@ ] }, { - "id": 9685, + "id": 9697, "luminance": 0, "opaque": false, "replaceable": false, @@ -108824,7 +108920,7 @@ ] }, { - "id": 9686, + "id": 9698, "luminance": 0, "opaque": false, "replaceable": false, @@ -108835,7 +108931,7 @@ ] }, { - "id": 9687, + "id": 9699, "luminance": 0, "opaque": false, "replaceable": false, @@ -108846,7 +108942,7 @@ ] }, { - "id": 9688, + "id": 9700, "luminance": 0, "opaque": false, "replaceable": false, @@ -108857,7 +108953,7 @@ ] }, { - "id": 9689, + "id": 9701, "luminance": 0, "opaque": false, "replaceable": false, @@ -108868,7 +108964,7 @@ ] }, { - "id": 9690, + "id": 9702, "luminance": 0, "opaque": false, "replaceable": false, @@ -108879,7 +108975,7 @@ ] }, { - "id": 9691, + "id": 9703, "luminance": 0, "opaque": false, "replaceable": false, @@ -108890,7 +108986,7 @@ ] }, { - "id": 9692, + "id": 9704, "luminance": 0, "opaque": false, "replaceable": false, @@ -108900,7 +108996,7 @@ ] }, { - "id": 9693, + "id": 9705, "luminance": 0, "opaque": false, "replaceable": false, @@ -108910,7 +109006,7 @@ ] }, { - "id": 9694, + "id": 9706, "luminance": 0, "opaque": false, "replaceable": false, @@ -108920,7 +109016,7 @@ ] }, { - "id": 9695, + "id": 9707, "luminance": 0, "opaque": false, "replaceable": false, @@ -108930,7 +109026,7 @@ ] }, { - "id": 9696, + "id": 9708, "luminance": 0, "opaque": false, "replaceable": false, @@ -108942,7 +109038,7 @@ ] }, { - "id": 9697, + "id": 9709, "luminance": 0, "opaque": false, "replaceable": false, @@ -108952,7 +109048,7 @@ ] }, { - "id": 9698, + "id": 9710, "luminance": 0, "opaque": false, "replaceable": false, @@ -108964,7 +109060,7 @@ ] }, { - "id": 9699, + "id": 9711, "luminance": 0, "opaque": false, "replaceable": false, @@ -108974,7 +109070,7 @@ ] }, { - "id": 9700, + "id": 9712, "luminance": 0, "opaque": false, "replaceable": false, @@ -108985,7 +109081,7 @@ ] }, { - "id": 9701, + "id": 9713, "luminance": 0, "opaque": false, "replaceable": false, @@ -108995,7 +109091,7 @@ ] }, { - "id": 9702, + "id": 9714, "luminance": 0, "opaque": false, "replaceable": false, @@ -109006,7 +109102,7 @@ ] }, { - "id": 9703, + "id": 9715, "luminance": 0, "opaque": false, "replaceable": false, @@ -109016,7 +109112,7 @@ ] }, { - "id": 9704, + "id": 9716, "luminance": 0, "opaque": false, "replaceable": false, @@ -109027,7 +109123,7 @@ ] }, { - "id": 9705, + "id": 9717, "luminance": 0, "opaque": false, "replaceable": false, @@ -109037,7 +109133,7 @@ ] }, { - "id": 9706, + "id": 9718, "luminance": 0, "opaque": false, "replaceable": false, @@ -109048,7 +109144,7 @@ ] }, { - "id": 9707, + "id": 9719, "luminance": 0, "opaque": false, "replaceable": false, @@ -109058,7 +109154,7 @@ ] }, { - "id": 9708, + "id": 9720, "luminance": 0, "opaque": false, "replaceable": false, @@ -109068,7 +109164,7 @@ ] }, { - "id": 9709, + "id": 9721, "luminance": 0, "opaque": false, "replaceable": false, @@ -109078,7 +109174,7 @@ ] }, { - "id": 9710, + "id": 9722, "luminance": 0, "opaque": false, "replaceable": false, @@ -109088,7 +109184,7 @@ ] }, { - "id": 9711, + "id": 9723, "luminance": 0, "opaque": false, "replaceable": false, @@ -109100,10 +109196,10 @@ ] }, { - "id": 456, - "name": "black_stained_glass_pane", - "translation_key": "block.minecraft.black_stained_glass_pane", - "item_id": 480, + "id": 452, + "name": "blue_stained_glass_pane", + "translation_key": "block.minecraft.blue_stained_glass_pane", + "item_id": 497, "properties": [ { "name": "east", @@ -109141,10 +109237,10 @@ ] } ], - "default_state_id": 9743, + "default_state_id": 9755, "states": [ { - "id": 9712, + "id": 9724, "luminance": 0, "opaque": false, "replaceable": false, @@ -109156,7 +109252,7 @@ ] }, { - "id": 9713, + "id": 9725, "luminance": 0, "opaque": false, "replaceable": false, @@ -109167,7 +109263,7 @@ ] }, { - "id": 9714, + "id": 9726, "luminance": 0, "opaque": false, "replaceable": false, @@ -109179,7 +109275,7 @@ ] }, { - "id": 9715, + "id": 9727, "luminance": 0, "opaque": false, "replaceable": false, @@ -109190,7 +109286,7 @@ ] }, { - "id": 9716, + "id": 9728, "luminance": 0, "opaque": false, "replaceable": false, @@ -109201,7 +109297,7 @@ ] }, { - "id": 9717, + "id": 9729, "luminance": 0, "opaque": false, "replaceable": false, @@ -109212,7 +109308,7 @@ ] }, { - "id": 9718, + "id": 9730, "luminance": 0, "opaque": false, "replaceable": false, @@ -109223,7 +109319,7 @@ ] }, { - "id": 9719, + "id": 9731, "luminance": 0, "opaque": false, "replaceable": false, @@ -109234,7 +109330,7 @@ ] }, { - "id": 9720, + "id": 9732, "luminance": 0, "opaque": false, "replaceable": false, @@ -109245,7 +109341,7 @@ ] }, { - "id": 9721, + "id": 9733, "luminance": 0, "opaque": false, "replaceable": false, @@ -109256,7 +109352,7 @@ ] }, { - "id": 9722, + "id": 9734, "luminance": 0, "opaque": false, "replaceable": false, @@ -109267,7 +109363,7 @@ ] }, { - "id": 9723, + "id": 9735, "luminance": 0, "opaque": false, "replaceable": false, @@ -109278,7 +109374,7 @@ ] }, { - "id": 9724, + "id": 9736, "luminance": 0, "opaque": false, "replaceable": false, @@ -109288,7 +109384,7 @@ ] }, { - "id": 9725, + "id": 9737, "luminance": 0, "opaque": false, "replaceable": false, @@ -109298,7 +109394,7 @@ ] }, { - "id": 9726, + "id": 9738, "luminance": 0, "opaque": false, "replaceable": false, @@ -109308,7 +109404,7 @@ ] }, { - "id": 9727, + "id": 9739, "luminance": 0, "opaque": false, "replaceable": false, @@ -109318,7 +109414,7 @@ ] }, { - "id": 9728, + "id": 9740, "luminance": 0, "opaque": false, "replaceable": false, @@ -109330,7 +109426,7 @@ ] }, { - "id": 9729, + "id": 9741, "luminance": 0, "opaque": false, "replaceable": false, @@ -109340,7 +109436,7 @@ ] }, { - "id": 9730, + "id": 9742, "luminance": 0, "opaque": false, "replaceable": false, @@ -109352,7 +109448,7 @@ ] }, { - "id": 9731, + "id": 9743, "luminance": 0, "opaque": false, "replaceable": false, @@ -109362,7 +109458,7 @@ ] }, { - "id": 9732, + "id": 9744, "luminance": 0, "opaque": false, "replaceable": false, @@ -109373,7 +109469,7 @@ ] }, { - "id": 9733, + "id": 9745, "luminance": 0, "opaque": false, "replaceable": false, @@ -109383,7 +109479,7 @@ ] }, { - "id": 9734, + "id": 9746, "luminance": 0, "opaque": false, "replaceable": false, @@ -109394,7 +109490,7 @@ ] }, { - "id": 9735, + "id": 9747, "luminance": 0, "opaque": false, "replaceable": false, @@ -109404,7 +109500,7 @@ ] }, { - "id": 9736, + "id": 9748, "luminance": 0, "opaque": false, "replaceable": false, @@ -109415,7 +109511,7 @@ ] }, { - "id": 9737, + "id": 9749, "luminance": 0, "opaque": false, "replaceable": false, @@ -109425,7 +109521,7 @@ ] }, { - "id": 9738, + "id": 9750, "luminance": 0, "opaque": false, "replaceable": false, @@ -109436,7 +109532,7 @@ ] }, { - "id": 9739, + "id": 9751, "luminance": 0, "opaque": false, "replaceable": false, @@ -109446,7 +109542,7 @@ ] }, { - "id": 9740, + "id": 9752, "luminance": 0, "opaque": false, "replaceable": false, @@ -109456,7 +109552,7 @@ ] }, { - "id": 9741, + "id": 9753, "luminance": 0, "opaque": false, "replaceable": false, @@ -109466,7 +109562,7 @@ ] }, { - "id": 9742, + "id": 9754, "luminance": 0, "opaque": false, "replaceable": false, @@ -109476,7 +109572,7 @@ ] }, { - "id": 9743, + "id": 9755, "luminance": 0, "opaque": false, "replaceable": false, @@ -109488,35 +109584,30 @@ ] }, { - "id": 457, - "name": "acacia_stairs", - "translation_key": "block.minecraft.acacia_stairs", - "item_id": 365, + "id": 453, + "name": "brown_stained_glass_pane", + "translation_key": "block.minecraft.brown_stained_glass_pane", + "item_id": 498, "properties": [ { - "name": "facing", + "name": "east", "values": [ - "north", - "south", - "west", - "east" + "true", + "false" ] }, { - "name": "half", + "name": "north", "values": [ - "top", - "bottom" + "true", + "false" ] }, { - "name": "shape", + "name": "south", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "true", + "false" ] }, { @@ -109525,970 +109616,774 @@ "true", "false" ] - } - ], - "default_state_id": 9755, - "states": [ - { - "id": 9744, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] - }, - { - "id": 9745, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] - }, - { - "id": 9746, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] - }, - { - "id": 9747, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] - }, - { - "id": 9748, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] - }, - { - "id": 9749, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] - }, - { - "id": 9750, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] - }, - { - "id": 9751, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] - }, - { - "id": 9752, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] - }, - { - "id": 9753, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] - }, - { - "id": 9754, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 52 - ] }, { - "id": 9755, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 52 + "name": "west", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 9787, + "states": [ { "id": 9756, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 94, + 95, + 96 ] }, { "id": 9757, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 97, + 98 ] }, { "id": 9758, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 94, + 95, + 96 ] }, { "id": 9759, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 97, + 98 ] }, { "id": 9760, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 94, + 95 ] }, { "id": 9761, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 99, + 98 ] }, { "id": 9762, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 94, + 95 ] }, { "id": 9763, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 99, + 98 ] }, { "id": 9764, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 94, + 96 ] }, { "id": 9765, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 100, + 98 ] }, { "id": 9766, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 94, + 96 ] }, { "id": 9767, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 100, + 98 ] }, { "id": 9768, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 94 ] }, { "id": 9769, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 101 ] }, { "id": 9770, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 94 ] }, { "id": 9771, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 101 ] }, { "id": 9772, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 102, + 95, + 96 ] }, { "id": 9773, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 97 ] }, { "id": 9774, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 102, + 95, + 96 ] }, { "id": 9775, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 97 ] }, { "id": 9776, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 102, + 95 ] }, { "id": 9777, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 99 ] }, { "id": 9778, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 102, + 95 ] }, { "id": 9779, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 99 ] }, { "id": 9780, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 102, + 96 ] }, { "id": 9781, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 100 ] }, { "id": 9782, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 102, + 96 ] }, { "id": 9783, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 100 ] }, { "id": 9784, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 102 ] }, { "id": 9785, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 103 ] }, { "id": 9786, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 102 ] }, { "id": 9787, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 103 + ] + } + ] + }, + { + "id": 454, + "name": "green_stained_glass_pane", + "translation_key": "block.minecraft.green_stained_glass_pane", + "item_id": 499, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9819, + "states": [ { "id": 9788, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 94, + 95, + 96 ] }, { "id": 9789, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 97, + 98 ] }, { "id": 9790, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 94, + 95, + 96 ] }, { "id": 9791, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 97, + 98 ] }, { "id": 9792, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 94, + 95 ] }, { "id": 9793, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 99, + 98 ] }, { "id": 9794, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 94, + 95 ] }, { "id": 9795, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 99, + 98 ] }, { "id": 9796, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 94, + 96 ] }, { "id": 9797, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 100, + 98 ] }, { "id": 9798, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 94, + 96 ] }, { "id": 9799, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 100, + 98 ] }, { "id": 9800, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 94 ] }, { "id": 9801, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 101 ] }, { "id": 9802, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 94 ] }, { "id": 9803, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 101 ] }, { "id": 9804, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 102, + 95, + 96 ] }, { "id": 9805, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 97 ] }, { "id": 9806, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 102, + 95, + 96 ] }, { "id": 9807, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 97 ] }, { "id": 9808, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 102, + 95 ] }, { "id": 9809, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 99 ] }, { "id": 9810, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 102, + 95 ] }, { "id": 9811, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 99 ] }, { "id": 9812, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 102, + 96 ] }, { "id": 9813, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 100 ] }, { "id": 9814, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 102, + 96 ] }, { "id": 9815, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 100 ] }, { "id": 9816, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 102 ] }, { "id": 9817, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 103 ] }, { "id": 9818, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 102 ] }, { "id": 9819, "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] - }, - { - "id": 9820, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] - }, - { - "id": 9821, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] - }, - { - "id": 9822, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] - }, - { - "id": 9823, - "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 103 ] } ] }, { - "id": 458, - "name": "cherry_stairs", - "translation_key": "block.minecraft.cherry_stairs", - "item_id": 366, + "id": 455, + "name": "red_stained_glass_pane", + "translation_key": "block.minecraft.red_stained_glass_pane", + "item_id": 500, "properties": [ { - "name": "facing", + "name": "east", "values": [ - "north", - "south", - "west", - "east" + "true", + "false" ] }, { - "name": "half", + "name": "north", "values": [ - "top", - "bottom" + "true", + "false" ] }, { - "name": "shape", + "name": "south", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "true", + "false" ] }, { @@ -110497,945 +110392,754 @@ "true", "false" ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] } ], - "default_state_id": 9835, + "default_state_id": 9851, "states": [ { - "id": 9824, + "id": 9820, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 94, + 95, + 96 ] }, { - "id": 9825, + "id": 9821, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 97, + 98 ] }, { - "id": 9826, + "id": 9822, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 94, + 95, + 96 ] }, { - "id": 9827, + "id": 9823, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 97, + 98 + ] + }, + { + "id": 9824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 99, + 98 ] }, { "id": 9828, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 94, + 96 ] }, { "id": 9829, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 100, + 98 ] }, { "id": 9830, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 94, + 96 ] }, { "id": 9831, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 100, + 98 ] }, { "id": 9832, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 94 ] }, { "id": 9833, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 101 ] }, { "id": 9834, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 94 ] }, { "id": 9835, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 101 ] }, { "id": 9836, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 102, + 95, + 96 ] }, { "id": 9837, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 97 ] }, { "id": 9838, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 102, + 95, + 96 ] }, { "id": 9839, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 97 ] }, { "id": 9840, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 102, + 95 ] }, { "id": 9841, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 99 ] }, { "id": 9842, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 102, + 95 ] }, { "id": 9843, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 99 ] }, { "id": 9844, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 102, + 96 ] }, { "id": 9845, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 100 ] }, { "id": 9846, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 102, + 96 ] }, { "id": 9847, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 100 ] }, { "id": 9848, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 102 ] }, { "id": 9849, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 103 ] }, { "id": 9850, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 102 ] }, { "id": 9851, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 103 + ] + } + ] + }, + { + "id": 456, + "name": "black_stained_glass_pane", + "translation_key": "block.minecraft.black_stained_glass_pane", + "item_id": 501, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 9883, + "states": [ { "id": 9852, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 94, + 95, + 96 ] }, { "id": 9853, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 97, + 98 ] }, { "id": 9854, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 94, + 95, + 96 ] }, { "id": 9855, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 97, + 98 ] }, { "id": 9856, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 94, + 95 ] }, { "id": 9857, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 99, + 98 ] }, { "id": 9858, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 94, + 95 ] }, { "id": 9859, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 99, + 98 ] }, { "id": 9860, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 94, + 96 ] }, { "id": 9861, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 100, + 98 ] }, { "id": 9862, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 94, + 96 ] }, { "id": 9863, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 100, + 98 ] }, { "id": 9864, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 94 ] }, { "id": 9865, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 101 ] }, { "id": 9866, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 94 ] }, { "id": 9867, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 101 ] }, { "id": 9868, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 102, + 95, + 96 ] }, { "id": 9869, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 97 ] }, { "id": 9870, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 102, + 95, + 96 ] }, { "id": 9871, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 97 ] }, { "id": 9872, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 102, + 95 ] }, { "id": 9873, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 99 ] }, { "id": 9874, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 102, + 95 ] }, { "id": 9875, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 99 ] }, { "id": 9876, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 102, + 96 ] }, { "id": 9877, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 100 ] }, { "id": 9878, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 102, + 96 ] }, { "id": 9879, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 100 ] }, { "id": 9880, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 102 ] }, { "id": 9881, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 103 ] }, { "id": 9882, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 102 ] }, { "id": 9883, "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 53 - ] - }, - { - "id": 9884, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] - }, - { - "id": 9885, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] - }, - { - "id": 9886, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] - }, - { - "id": 9887, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] - }, - { - "id": 9888, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] - }, - { - "id": 9889, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] - }, - { - "id": 9890, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] - }, - { - "id": 9891, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] - }, - { - "id": 9892, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] - }, - { - "id": 9893, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] - }, - { - "id": 9894, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 56 - ] - }, - { - "id": 9895, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 56 - ] - }, - { - "id": 9896, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] - }, - { - "id": 9897, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] - }, - { - "id": 9898, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] - }, - { - "id": 9899, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] - }, - { - "id": 9900, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] - }, - { - "id": 9901, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] - }, - { - "id": 9902, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] - }, - { - "id": 9903, - "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 103 ] } ] }, { - "id": 459, - "name": "dark_oak_stairs", - "translation_key": "block.minecraft.dark_oak_stairs", - "item_id": 367, + "id": 457, + "name": "acacia_stairs", + "translation_key": "block.minecraft.acacia_stairs", + "item_id": 386, "properties": [ { "name": "facing", @@ -111471,10 +111175,10 @@ ] } ], - "default_state_id": 9915, + "default_state_id": 9895, "states": [ { - "id": 9904, + "id": 9884, "luminance": 0, "opaque": true, "replaceable": false, @@ -111485,7 +111189,7 @@ ] }, { - "id": 9905, + "id": 9885, "luminance": 0, "opaque": true, "replaceable": false, @@ -111496,7 +111200,7 @@ ] }, { - "id": 9906, + "id": 9886, "luminance": 0, "opaque": true, "replaceable": false, @@ -111508,7 +111212,7 @@ ] }, { - "id": 9907, + "id": 9887, "luminance": 0, "opaque": true, "replaceable": false, @@ -111520,7 +111224,7 @@ ] }, { - "id": 9908, + "id": 9888, "luminance": 0, "opaque": true, "replaceable": false, @@ -111532,7 +111236,7 @@ ] }, { - "id": 9909, + "id": 9889, "luminance": 0, "opaque": true, "replaceable": false, @@ -111544,7 +111248,7 @@ ] }, { - "id": 9910, + "id": 9890, "luminance": 0, "opaque": true, "replaceable": false, @@ -111556,7 +111260,7 @@ ] }, { - "id": 9911, + "id": 9891, "luminance": 0, "opaque": true, "replaceable": false, @@ -111568,7 +111272,7 @@ ] }, { - "id": 9912, + "id": 9892, "luminance": 0, "opaque": true, "replaceable": false, @@ -111580,7 +111284,7 @@ ] }, { - "id": 9913, + "id": 9893, "luminance": 0, "opaque": true, "replaceable": false, @@ -111592,7 +111296,7 @@ ] }, { - "id": 9914, + "id": 9894, "luminance": 0, "opaque": true, "replaceable": false, @@ -111603,7 +111307,7 @@ ] }, { - "id": 9915, + "id": 9895, "luminance": 0, "opaque": true, "replaceable": false, @@ -111614,7 +111318,7 @@ ] }, { - "id": 9916, + "id": 9896, "luminance": 0, "opaque": true, "replaceable": false, @@ -111626,7 +111330,7 @@ ] }, { - "id": 9917, + "id": 9897, "luminance": 0, "opaque": true, "replaceable": false, @@ -111638,7 +111342,7 @@ ] }, { - "id": 9918, + "id": 9898, "luminance": 0, "opaque": true, "replaceable": false, @@ -111650,7 +111354,7 @@ ] }, { - "id": 9919, + "id": 9899, "luminance": 0, "opaque": true, "replaceable": false, @@ -111662,7 +111366,7 @@ ] }, { - "id": 9920, + "id": 9900, "luminance": 0, "opaque": true, "replaceable": false, @@ -111673,7 +111377,7 @@ ] }, { - "id": 9921, + "id": 9901, "luminance": 0, "opaque": true, "replaceable": false, @@ -111684,7 +111388,7 @@ ] }, { - "id": 9922, + "id": 9902, "luminance": 0, "opaque": true, "replaceable": false, @@ -111695,7 +111399,7 @@ ] }, { - "id": 9923, + "id": 9903, "luminance": 0, "opaque": true, "replaceable": false, @@ -111706,7 +111410,7 @@ ] }, { - "id": 9924, + "id": 9904, "luminance": 0, "opaque": true, "replaceable": false, @@ -111717,7 +111421,7 @@ ] }, { - "id": 9925, + "id": 9905, "luminance": 0, "opaque": true, "replaceable": false, @@ -111728,7 +111432,7 @@ ] }, { - "id": 9926, + "id": 9906, "luminance": 0, "opaque": true, "replaceable": false, @@ -111740,7 +111444,7 @@ ] }, { - "id": 9927, + "id": 9907, "luminance": 0, "opaque": true, "replaceable": false, @@ -111752,7 +111456,7 @@ ] }, { - "id": 9928, + "id": 9908, "luminance": 0, "opaque": true, "replaceable": false, @@ -111764,7 +111468,7 @@ ] }, { - "id": 9929, + "id": 9909, "luminance": 0, "opaque": true, "replaceable": false, @@ -111776,7 +111480,7 @@ ] }, { - "id": 9930, + "id": 9910, "luminance": 0, "opaque": true, "replaceable": false, @@ -111788,7 +111492,7 @@ ] }, { - "id": 9931, + "id": 9911, "luminance": 0, "opaque": true, "replaceable": false, @@ -111800,7 +111504,7 @@ ] }, { - "id": 9932, + "id": 9912, "luminance": 0, "opaque": true, "replaceable": false, @@ -111812,7 +111516,7 @@ ] }, { - "id": 9933, + "id": 9913, "luminance": 0, "opaque": true, "replaceable": false, @@ -111824,7 +111528,7 @@ ] }, { - "id": 9934, + "id": 9914, "luminance": 0, "opaque": true, "replaceable": false, @@ -111835,7 +111539,7 @@ ] }, { - "id": 9935, + "id": 9915, "luminance": 0, "opaque": true, "replaceable": false, @@ -111846,7 +111550,7 @@ ] }, { - "id": 9936, + "id": 9916, "luminance": 0, "opaque": true, "replaceable": false, @@ -111858,7 +111562,7 @@ ] }, { - "id": 9937, + "id": 9917, "luminance": 0, "opaque": true, "replaceable": false, @@ -111870,7 +111574,7 @@ ] }, { - "id": 9938, + "id": 9918, "luminance": 0, "opaque": true, "replaceable": false, @@ -111882,7 +111586,7 @@ ] }, { - "id": 9939, + "id": 9919, "luminance": 0, "opaque": true, "replaceable": false, @@ -111894,7 +111598,7 @@ ] }, { - "id": 9940, + "id": 9920, "luminance": 0, "opaque": true, "replaceable": false, @@ -111905,7 +111609,7 @@ ] }, { - "id": 9941, + "id": 9921, "luminance": 0, "opaque": true, "replaceable": false, @@ -111916,7 +111620,7 @@ ] }, { - "id": 9942, + "id": 9922, "luminance": 0, "opaque": true, "replaceable": false, @@ -111927,7 +111631,7 @@ ] }, { - "id": 9943, + "id": 9923, "luminance": 0, "opaque": true, "replaceable": false, @@ -111938,7 +111642,7 @@ ] }, { - "id": 9944, + "id": 9924, "luminance": 0, "opaque": true, "replaceable": false, @@ -111949,7 +111653,7 @@ ] }, { - "id": 9945, + "id": 9925, "luminance": 0, "opaque": true, "replaceable": false, @@ -111960,7 +111664,7 @@ ] }, { - "id": 9946, + "id": 9926, "luminance": 0, "opaque": true, "replaceable": false, @@ -111972,7 +111676,7 @@ ] }, { - "id": 9947, + "id": 9927, "luminance": 0, "opaque": true, "replaceable": false, @@ -111984,7 +111688,7 @@ ] }, { - "id": 9948, + "id": 9928, "luminance": 0, "opaque": true, "replaceable": false, @@ -111996,7 +111700,7 @@ ] }, { - "id": 9949, + "id": 9929, "luminance": 0, "opaque": true, "replaceable": false, @@ -112008,7 +111712,7 @@ ] }, { - "id": 9950, + "id": 9930, "luminance": 0, "opaque": true, "replaceable": false, @@ -112020,7 +111724,7 @@ ] }, { - "id": 9951, + "id": 9931, "luminance": 0, "opaque": true, "replaceable": false, @@ -112032,7 +111736,7 @@ ] }, { - "id": 9952, + "id": 9932, "luminance": 0, "opaque": true, "replaceable": false, @@ -112044,7 +111748,7 @@ ] }, { - "id": 9953, + "id": 9933, "luminance": 0, "opaque": true, "replaceable": false, @@ -112056,7 +111760,7 @@ ] }, { - "id": 9954, + "id": 9934, "luminance": 0, "opaque": true, "replaceable": false, @@ -112067,7 +111771,7 @@ ] }, { - "id": 9955, + "id": 9935, "luminance": 0, "opaque": true, "replaceable": false, @@ -112078,7 +111782,7 @@ ] }, { - "id": 9956, + "id": 9936, "luminance": 0, "opaque": true, "replaceable": false, @@ -112090,7 +111794,7 @@ ] }, { - "id": 9957, + "id": 9937, "luminance": 0, "opaque": true, "replaceable": false, @@ -112102,7 +111806,7 @@ ] }, { - "id": 9958, + "id": 9938, "luminance": 0, "opaque": true, "replaceable": false, @@ -112114,7 +111818,7 @@ ] }, { - "id": 9959, + "id": 9939, "luminance": 0, "opaque": true, "replaceable": false, @@ -112126,7 +111830,7 @@ ] }, { - "id": 9960, + "id": 9940, "luminance": 0, "opaque": true, "replaceable": false, @@ -112137,7 +111841,7 @@ ] }, { - "id": 9961, + "id": 9941, "luminance": 0, "opaque": true, "replaceable": false, @@ -112148,7 +111852,7 @@ ] }, { - "id": 9962, + "id": 9942, "luminance": 0, "opaque": true, "replaceable": false, @@ -112159,7 +111863,7 @@ ] }, { - "id": 9963, + "id": 9943, "luminance": 0, "opaque": true, "replaceable": false, @@ -112170,7 +111874,7 @@ ] }, { - "id": 9964, + "id": 9944, "luminance": 0, "opaque": true, "replaceable": false, @@ -112181,7 +111885,7 @@ ] }, { - "id": 9965, + "id": 9945, "luminance": 0, "opaque": true, "replaceable": false, @@ -112192,7 +111896,7 @@ ] }, { - "id": 9966, + "id": 9946, "luminance": 0, "opaque": true, "replaceable": false, @@ -112204,7 +111908,7 @@ ] }, { - "id": 9967, + "id": 9947, "luminance": 0, "opaque": true, "replaceable": false, @@ -112216,7 +111920,7 @@ ] }, { - "id": 9968, + "id": 9948, "luminance": 0, "opaque": true, "replaceable": false, @@ -112228,7 +111932,7 @@ ] }, { - "id": 9969, + "id": 9949, "luminance": 0, "opaque": true, "replaceable": false, @@ -112240,7 +111944,7 @@ ] }, { - "id": 9970, + "id": 9950, "luminance": 0, "opaque": true, "replaceable": false, @@ -112252,7 +111956,7 @@ ] }, { - "id": 9971, + "id": 9951, "luminance": 0, "opaque": true, "replaceable": false, @@ -112264,7 +111968,7 @@ ] }, { - "id": 9972, + "id": 9952, "luminance": 0, "opaque": true, "replaceable": false, @@ -112276,7 +111980,7 @@ ] }, { - "id": 9973, + "id": 9953, "luminance": 0, "opaque": true, "replaceable": false, @@ -112288,7 +111992,7 @@ ] }, { - "id": 9974, + "id": 9954, "luminance": 0, "opaque": true, "replaceable": false, @@ -112299,7 +112003,7 @@ ] }, { - "id": 9975, + "id": 9955, "luminance": 0, "opaque": true, "replaceable": false, @@ -112310,7 +112014,7 @@ ] }, { - "id": 9976, + "id": 9956, "luminance": 0, "opaque": true, "replaceable": false, @@ -112322,7 +112026,7 @@ ] }, { - "id": 9977, + "id": 9957, "luminance": 0, "opaque": true, "replaceable": false, @@ -112334,7 +112038,7 @@ ] }, { - "id": 9978, + "id": 9958, "luminance": 0, "opaque": true, "replaceable": false, @@ -112346,7 +112050,7 @@ ] }, { - "id": 9979, + "id": 9959, "luminance": 0, "opaque": true, "replaceable": false, @@ -112358,7 +112062,7 @@ ] }, { - "id": 9980, + "id": 9960, "luminance": 0, "opaque": true, "replaceable": false, @@ -112369,7 +112073,7 @@ ] }, { - "id": 9981, + "id": 9961, "luminance": 0, "opaque": true, "replaceable": false, @@ -112380,7 +112084,7 @@ ] }, { - "id": 9982, + "id": 9962, "luminance": 0, "opaque": true, "replaceable": false, @@ -112391,7 +112095,7 @@ ] }, { - "id": 9983, + "id": 9963, "luminance": 0, "opaque": true, "replaceable": false, @@ -112404,10 +112108,10 @@ ] }, { - "id": 460, - "name": "mangrove_stairs", - "translation_key": "block.minecraft.mangrove_stairs", - "item_id": 368, + "id": 458, + "name": "cherry_stairs", + "translation_key": "block.minecraft.cherry_stairs", + "item_id": 387, "properties": [ { "name": "facing", @@ -112443,10 +112147,10 @@ ] } ], - "default_state_id": 9995, + "default_state_id": 9975, "states": [ { - "id": 9984, + "id": 9964, "luminance": 0, "opaque": true, "replaceable": false, @@ -112457,7 +112161,7 @@ ] }, { - "id": 9985, + "id": 9965, "luminance": 0, "opaque": true, "replaceable": false, @@ -112468,7 +112172,7 @@ ] }, { - "id": 9986, + "id": 9966, "luminance": 0, "opaque": true, "replaceable": false, @@ -112480,7 +112184,7 @@ ] }, { - "id": 9987, + "id": 9967, "luminance": 0, "opaque": true, "replaceable": false, @@ -112492,7 +112196,7 @@ ] }, { - "id": 9988, + "id": 9968, "luminance": 0, "opaque": true, "replaceable": false, @@ -112504,7 +112208,7 @@ ] }, { - "id": 9989, + "id": 9969, "luminance": 0, "opaque": true, "replaceable": false, @@ -112516,7 +112220,7 @@ ] }, { - "id": 9990, + "id": 9970, "luminance": 0, "opaque": true, "replaceable": false, @@ -112528,7 +112232,7 @@ ] }, { - "id": 9991, + "id": 9971, "luminance": 0, "opaque": true, "replaceable": false, @@ -112540,7 +112244,7 @@ ] }, { - "id": 9992, + "id": 9972, "luminance": 0, "opaque": true, "replaceable": false, @@ -112552,7 +112256,7 @@ ] }, { - "id": 9993, + "id": 9973, "luminance": 0, "opaque": true, "replaceable": false, @@ -112564,7 +112268,7 @@ ] }, { - "id": 9994, + "id": 9974, "luminance": 0, "opaque": true, "replaceable": false, @@ -112575,7 +112279,7 @@ ] }, { - "id": 9995, + "id": 9975, "luminance": 0, "opaque": true, "replaceable": false, @@ -112586,7 +112290,7 @@ ] }, { - "id": 9996, + "id": 9976, "luminance": 0, "opaque": true, "replaceable": false, @@ -112598,7 +112302,7 @@ ] }, { - "id": 9997, + "id": 9977, "luminance": 0, "opaque": true, "replaceable": false, @@ -112610,7 +112314,7 @@ ] }, { - "id": 9998, + "id": 9978, "luminance": 0, "opaque": true, "replaceable": false, @@ -112622,7 +112326,7 @@ ] }, { - "id": 9999, + "id": 9979, "luminance": 0, "opaque": true, "replaceable": false, @@ -112634,7 +112338,7 @@ ] }, { - "id": 10000, + "id": 9980, "luminance": 0, "opaque": true, "replaceable": false, @@ -112645,7 +112349,7 @@ ] }, { - "id": 10001, + "id": 9981, "luminance": 0, "opaque": true, "replaceable": false, @@ -112656,7 +112360,7 @@ ] }, { - "id": 10002, + "id": 9982, "luminance": 0, "opaque": true, "replaceable": false, @@ -112667,7 +112371,7 @@ ] }, { - "id": 10003, + "id": 9983, "luminance": 0, "opaque": true, "replaceable": false, @@ -112678,7 +112382,7 @@ ] }, { - "id": 10004, + "id": 9984, "luminance": 0, "opaque": true, "replaceable": false, @@ -112689,7 +112393,7 @@ ] }, { - "id": 10005, + "id": 9985, "luminance": 0, "opaque": true, "replaceable": false, @@ -112700,7 +112404,7 @@ ] }, { - "id": 10006, + "id": 9986, "luminance": 0, "opaque": true, "replaceable": false, @@ -112712,7 +112416,7 @@ ] }, { - "id": 10007, + "id": 9987, "luminance": 0, "opaque": true, "replaceable": false, @@ -112724,7 +112428,7 @@ ] }, { - "id": 10008, + "id": 9988, "luminance": 0, "opaque": true, "replaceable": false, @@ -112736,7 +112440,7 @@ ] }, { - "id": 10009, + "id": 9989, "luminance": 0, "opaque": true, "replaceable": false, @@ -112748,7 +112452,7 @@ ] }, { - "id": 10010, + "id": 9990, "luminance": 0, "opaque": true, "replaceable": false, @@ -112760,7 +112464,7 @@ ] }, { - "id": 10011, + "id": 9991, "luminance": 0, "opaque": true, "replaceable": false, @@ -112772,7 +112476,7 @@ ] }, { - "id": 10012, + "id": 9992, "luminance": 0, "opaque": true, "replaceable": false, @@ -112784,7 +112488,7 @@ ] }, { - "id": 10013, + "id": 9993, "luminance": 0, "opaque": true, "replaceable": false, @@ -112796,7 +112500,7 @@ ] }, { - "id": 10014, + "id": 9994, "luminance": 0, "opaque": true, "replaceable": false, @@ -112807,7 +112511,7 @@ ] }, { - "id": 10015, + "id": 9995, "luminance": 0, "opaque": true, "replaceable": false, @@ -112818,7 +112522,7 @@ ] }, { - "id": 10016, + "id": 9996, "luminance": 0, "opaque": true, "replaceable": false, @@ -112830,7 +112534,7 @@ ] }, { - "id": 10017, + "id": 9997, "luminance": 0, "opaque": true, "replaceable": false, @@ -112842,7 +112546,7 @@ ] }, { - "id": 10018, + "id": 9998, "luminance": 0, "opaque": true, "replaceable": false, @@ -112854,7 +112558,7 @@ ] }, { - "id": 10019, + "id": 9999, "luminance": 0, "opaque": true, "replaceable": false, @@ -112866,7 +112570,7 @@ ] }, { - "id": 10020, + "id": 10000, "luminance": 0, "opaque": true, "replaceable": false, @@ -112877,7 +112581,7 @@ ] }, { - "id": 10021, + "id": 10001, "luminance": 0, "opaque": true, "replaceable": false, @@ -112888,7 +112592,7 @@ ] }, { - "id": 10022, + "id": 10002, "luminance": 0, "opaque": true, "replaceable": false, @@ -112899,7 +112603,7 @@ ] }, { - "id": 10023, + "id": 10003, "luminance": 0, "opaque": true, "replaceable": false, @@ -112910,7 +112614,7 @@ ] }, { - "id": 10024, + "id": 10004, "luminance": 0, "opaque": true, "replaceable": false, @@ -112921,7 +112625,7 @@ ] }, { - "id": 10025, + "id": 10005, "luminance": 0, "opaque": true, "replaceable": false, @@ -112932,7 +112636,7 @@ ] }, { - "id": 10026, + "id": 10006, "luminance": 0, "opaque": true, "replaceable": false, @@ -112944,7 +112648,7 @@ ] }, { - "id": 10027, + "id": 10007, "luminance": 0, "opaque": true, "replaceable": false, @@ -112956,7 +112660,7 @@ ] }, { - "id": 10028, + "id": 10008, "luminance": 0, "opaque": true, "replaceable": false, @@ -112968,7 +112672,7 @@ ] }, { - "id": 10029, + "id": 10009, "luminance": 0, "opaque": true, "replaceable": false, @@ -112980,7 +112684,7 @@ ] }, { - "id": 10030, + "id": 10010, "luminance": 0, "opaque": true, "replaceable": false, @@ -112992,7 +112696,7 @@ ] }, { - "id": 10031, + "id": 10011, "luminance": 0, "opaque": true, "replaceable": false, @@ -113004,7 +112708,7 @@ ] }, { - "id": 10032, + "id": 10012, "luminance": 0, "opaque": true, "replaceable": false, @@ -113016,7 +112720,7 @@ ] }, { - "id": 10033, + "id": 10013, "luminance": 0, "opaque": true, "replaceable": false, @@ -113028,7 +112732,7 @@ ] }, { - "id": 10034, + "id": 10014, "luminance": 0, "opaque": true, "replaceable": false, @@ -113039,7 +112743,7 @@ ] }, { - "id": 10035, + "id": 10015, "luminance": 0, "opaque": true, "replaceable": false, @@ -113050,7 +112754,7 @@ ] }, { - "id": 10036, + "id": 10016, "luminance": 0, "opaque": true, "replaceable": false, @@ -113062,7 +112766,7 @@ ] }, { - "id": 10037, + "id": 10017, "luminance": 0, "opaque": true, "replaceable": false, @@ -113074,7 +112778,7 @@ ] }, { - "id": 10038, + "id": 10018, "luminance": 0, "opaque": true, "replaceable": false, @@ -113086,7 +112790,7 @@ ] }, { - "id": 10039, + "id": 10019, "luminance": 0, "opaque": true, "replaceable": false, @@ -113098,7 +112802,7 @@ ] }, { - "id": 10040, + "id": 10020, "luminance": 0, "opaque": true, "replaceable": false, @@ -113109,7 +112813,7 @@ ] }, { - "id": 10041, + "id": 10021, "luminance": 0, "opaque": true, "replaceable": false, @@ -113120,7 +112824,7 @@ ] }, { - "id": 10042, + "id": 10022, "luminance": 0, "opaque": true, "replaceable": false, @@ -113131,7 +112835,7 @@ ] }, { - "id": 10043, + "id": 10023, "luminance": 0, "opaque": true, "replaceable": false, @@ -113142,7 +112846,7 @@ ] }, { - "id": 10044, + "id": 10024, "luminance": 0, "opaque": true, "replaceable": false, @@ -113153,7 +112857,7 @@ ] }, { - "id": 10045, + "id": 10025, "luminance": 0, "opaque": true, "replaceable": false, @@ -113164,7 +112868,7 @@ ] }, { - "id": 10046, + "id": 10026, "luminance": 0, "opaque": true, "replaceable": false, @@ -113176,7 +112880,7 @@ ] }, { - "id": 10047, + "id": 10027, "luminance": 0, "opaque": true, "replaceable": false, @@ -113188,7 +112892,7 @@ ] }, { - "id": 10048, + "id": 10028, "luminance": 0, "opaque": true, "replaceable": false, @@ -113200,7 +112904,7 @@ ] }, { - "id": 10049, + "id": 10029, "luminance": 0, "opaque": true, "replaceable": false, @@ -113212,7 +112916,7 @@ ] }, { - "id": 10050, + "id": 10030, "luminance": 0, "opaque": true, "replaceable": false, @@ -113224,7 +112928,7 @@ ] }, { - "id": 10051, + "id": 10031, "luminance": 0, "opaque": true, "replaceable": false, @@ -113236,7 +112940,7 @@ ] }, { - "id": 10052, + "id": 10032, "luminance": 0, "opaque": true, "replaceable": false, @@ -113248,7 +112952,7 @@ ] }, { - "id": 10053, + "id": 10033, "luminance": 0, "opaque": true, "replaceable": false, @@ -113260,7 +112964,7 @@ ] }, { - "id": 10054, + "id": 10034, "luminance": 0, "opaque": true, "replaceable": false, @@ -113271,7 +112975,7 @@ ] }, { - "id": 10055, + "id": 10035, "luminance": 0, "opaque": true, "replaceable": false, @@ -113282,7 +112986,7 @@ ] }, { - "id": 10056, + "id": 10036, "luminance": 0, "opaque": true, "replaceable": false, @@ -113294,7 +112998,7 @@ ] }, { - "id": 10057, + "id": 10037, "luminance": 0, "opaque": true, "replaceable": false, @@ -113306,7 +113010,7 @@ ] }, { - "id": 10058, + "id": 10038, "luminance": 0, "opaque": true, "replaceable": false, @@ -113318,7 +113022,7 @@ ] }, { - "id": 10059, + "id": 10039, "luminance": 0, "opaque": true, "replaceable": false, @@ -113330,7 +113034,7 @@ ] }, { - "id": 10060, + "id": 10040, "luminance": 0, "opaque": true, "replaceable": false, @@ -113341,7 +113045,7 @@ ] }, { - "id": 10061, + "id": 10041, "luminance": 0, "opaque": true, "replaceable": false, @@ -113352,7 +113056,7 @@ ] }, { - "id": 10062, + "id": 10042, "luminance": 0, "opaque": true, "replaceable": false, @@ -113363,7 +113067,7 @@ ] }, { - "id": 10063, + "id": 10043, "luminance": 0, "opaque": true, "replaceable": false, @@ -113376,10 +113080,10 @@ ] }, { - "id": 461, - "name": "bamboo_stairs", - "translation_key": "block.minecraft.bamboo_stairs", - "item_id": 369, + "id": 459, + "name": "dark_oak_stairs", + "translation_key": "block.minecraft.dark_oak_stairs", + "item_id": 388, "properties": [ { "name": "facing", @@ -113415,10 +113119,10 @@ ] } ], - "default_state_id": 10075, + "default_state_id": 10055, "states": [ { - "id": 10064, + "id": 10044, "luminance": 0, "opaque": true, "replaceable": false, @@ -113429,7 +113133,7 @@ ] }, { - "id": 10065, + "id": 10045, "luminance": 0, "opaque": true, "replaceable": false, @@ -113440,7 +113144,7 @@ ] }, { - "id": 10066, + "id": 10046, "luminance": 0, "opaque": true, "replaceable": false, @@ -113452,7 +113156,7 @@ ] }, { - "id": 10067, + "id": 10047, "luminance": 0, "opaque": true, "replaceable": false, @@ -113464,7 +113168,7 @@ ] }, { - "id": 10068, + "id": 10048, "luminance": 0, "opaque": true, "replaceable": false, @@ -113476,7 +113180,7 @@ ] }, { - "id": 10069, + "id": 10049, "luminance": 0, "opaque": true, "replaceable": false, @@ -113488,7 +113192,7 @@ ] }, { - "id": 10070, + "id": 10050, "luminance": 0, "opaque": true, "replaceable": false, @@ -113500,7 +113204,7 @@ ] }, { - "id": 10071, + "id": 10051, "luminance": 0, "opaque": true, "replaceable": false, @@ -113512,7 +113216,7 @@ ] }, { - "id": 10072, + "id": 10052, "luminance": 0, "opaque": true, "replaceable": false, @@ -113524,7 +113228,7 @@ ] }, { - "id": 10073, + "id": 10053, "luminance": 0, "opaque": true, "replaceable": false, @@ -113536,7 +113240,7 @@ ] }, { - "id": 10074, + "id": 10054, "luminance": 0, "opaque": true, "replaceable": false, @@ -113547,7 +113251,7 @@ ] }, { - "id": 10075, + "id": 10055, "luminance": 0, "opaque": true, "replaceable": false, @@ -113558,7 +113262,7 @@ ] }, { - "id": 10076, + "id": 10056, "luminance": 0, "opaque": true, "replaceable": false, @@ -113570,7 +113274,7 @@ ] }, { - "id": 10077, + "id": 10057, "luminance": 0, "opaque": true, "replaceable": false, @@ -113582,7 +113286,7 @@ ] }, { - "id": 10078, + "id": 10058, "luminance": 0, "opaque": true, "replaceable": false, @@ -113594,7 +113298,7 @@ ] }, { - "id": 10079, + "id": 10059, "luminance": 0, "opaque": true, "replaceable": false, @@ -113606,7 +113310,7 @@ ] }, { - "id": 10080, + "id": 10060, "luminance": 0, "opaque": true, "replaceable": false, @@ -113617,7 +113321,7 @@ ] }, { - "id": 10081, + "id": 10061, "luminance": 0, "opaque": true, "replaceable": false, @@ -113628,7 +113332,7 @@ ] }, { - "id": 10082, + "id": 10062, "luminance": 0, "opaque": true, "replaceable": false, @@ -113639,7 +113343,7 @@ ] }, { - "id": 10083, + "id": 10063, "luminance": 0, "opaque": true, "replaceable": false, @@ -113650,7 +113354,7 @@ ] }, { - "id": 10084, + "id": 10064, "luminance": 0, "opaque": true, "replaceable": false, @@ -113661,7 +113365,7 @@ ] }, { - "id": 10085, + "id": 10065, "luminance": 0, "opaque": true, "replaceable": false, @@ -113672,7 +113376,7 @@ ] }, { - "id": 10086, + "id": 10066, "luminance": 0, "opaque": true, "replaceable": false, @@ -113684,7 +113388,7 @@ ] }, { - "id": 10087, + "id": 10067, "luminance": 0, "opaque": true, "replaceable": false, @@ -113696,7 +113400,7 @@ ] }, { - "id": 10088, + "id": 10068, "luminance": 0, "opaque": true, "replaceable": false, @@ -113708,7 +113412,7 @@ ] }, { - "id": 10089, + "id": 10069, "luminance": 0, "opaque": true, "replaceable": false, @@ -113720,7 +113424,7 @@ ] }, { - "id": 10090, + "id": 10070, "luminance": 0, "opaque": true, "replaceable": false, @@ -113732,7 +113436,7 @@ ] }, { - "id": 10091, + "id": 10071, "luminance": 0, "opaque": true, "replaceable": false, @@ -113744,7 +113448,7 @@ ] }, { - "id": 10092, + "id": 10072, "luminance": 0, "opaque": true, "replaceable": false, @@ -113756,7 +113460,7 @@ ] }, { - "id": 10093, + "id": 10073, "luminance": 0, "opaque": true, "replaceable": false, @@ -113768,7 +113472,7 @@ ] }, { - "id": 10094, + "id": 10074, "luminance": 0, "opaque": true, "replaceable": false, @@ -113779,7 +113483,7 @@ ] }, { - "id": 10095, + "id": 10075, "luminance": 0, "opaque": true, "replaceable": false, @@ -113790,7 +113494,7 @@ ] }, { - "id": 10096, + "id": 10076, "luminance": 0, "opaque": true, "replaceable": false, @@ -113802,7 +113506,7 @@ ] }, { - "id": 10097, + "id": 10077, "luminance": 0, "opaque": true, "replaceable": false, @@ -113814,7 +113518,7 @@ ] }, { - "id": 10098, + "id": 10078, "luminance": 0, "opaque": true, "replaceable": false, @@ -113826,7 +113530,7 @@ ] }, { - "id": 10099, + "id": 10079, "luminance": 0, "opaque": true, "replaceable": false, @@ -113838,7 +113542,7 @@ ] }, { - "id": 10100, + "id": 10080, "luminance": 0, "opaque": true, "replaceable": false, @@ -113849,7 +113553,7 @@ ] }, { - "id": 10101, + "id": 10081, "luminance": 0, "opaque": true, "replaceable": false, @@ -113860,7 +113564,7 @@ ] }, { - "id": 10102, + "id": 10082, "luminance": 0, "opaque": true, "replaceable": false, @@ -113871,7 +113575,7 @@ ] }, { - "id": 10103, + "id": 10083, "luminance": 0, "opaque": true, "replaceable": false, @@ -113882,7 +113586,7 @@ ] }, { - "id": 10104, + "id": 10084, "luminance": 0, "opaque": true, "replaceable": false, @@ -113893,7 +113597,7 @@ ] }, { - "id": 10105, + "id": 10085, "luminance": 0, "opaque": true, "replaceable": false, @@ -113904,7 +113608,7 @@ ] }, { - "id": 10106, + "id": 10086, "luminance": 0, "opaque": true, "replaceable": false, @@ -113916,7 +113620,7 @@ ] }, { - "id": 10107, + "id": 10087, "luminance": 0, "opaque": true, "replaceable": false, @@ -113928,7 +113632,7 @@ ] }, { - "id": 10108, + "id": 10088, "luminance": 0, "opaque": true, "replaceable": false, @@ -113940,7 +113644,7 @@ ] }, { - "id": 10109, + "id": 10089, "luminance": 0, "opaque": true, "replaceable": false, @@ -113952,7 +113656,7 @@ ] }, { - "id": 10110, + "id": 10090, "luminance": 0, "opaque": true, "replaceable": false, @@ -113964,7 +113668,7 @@ ] }, { - "id": 10111, + "id": 10091, "luminance": 0, "opaque": true, "replaceable": false, @@ -113976,7 +113680,7 @@ ] }, { - "id": 10112, + "id": 10092, "luminance": 0, "opaque": true, "replaceable": false, @@ -113988,7 +113692,7 @@ ] }, { - "id": 10113, + "id": 10093, "luminance": 0, "opaque": true, "replaceable": false, @@ -114000,7 +113704,7 @@ ] }, { - "id": 10114, + "id": 10094, "luminance": 0, "opaque": true, "replaceable": false, @@ -114011,7 +113715,7 @@ ] }, { - "id": 10115, + "id": 10095, "luminance": 0, "opaque": true, "replaceable": false, @@ -114022,7 +113726,7 @@ ] }, { - "id": 10116, + "id": 10096, "luminance": 0, "opaque": true, "replaceable": false, @@ -114034,7 +113738,7 @@ ] }, { - "id": 10117, + "id": 10097, "luminance": 0, "opaque": true, "replaceable": false, @@ -114046,7 +113750,7 @@ ] }, { - "id": 10118, + "id": 10098, "luminance": 0, "opaque": true, "replaceable": false, @@ -114058,7 +113762,7 @@ ] }, { - "id": 10119, + "id": 10099, "luminance": 0, "opaque": true, "replaceable": false, @@ -114070,7 +113774,7 @@ ] }, { - "id": 10120, + "id": 10100, "luminance": 0, "opaque": true, "replaceable": false, @@ -114081,7 +113785,7 @@ ] }, { - "id": 10121, + "id": 10101, "luminance": 0, "opaque": true, "replaceable": false, @@ -114092,7 +113796,7 @@ ] }, { - "id": 10122, + "id": 10102, "luminance": 0, "opaque": true, "replaceable": false, @@ -114103,7 +113807,7 @@ ] }, { - "id": 10123, + "id": 10103, "luminance": 0, "opaque": true, "replaceable": false, @@ -114114,7 +113818,7 @@ ] }, { - "id": 10124, + "id": 10104, "luminance": 0, "opaque": true, "replaceable": false, @@ -114125,7 +113829,7 @@ ] }, { - "id": 10125, + "id": 10105, "luminance": 0, "opaque": true, "replaceable": false, @@ -114136,7 +113840,7 @@ ] }, { - "id": 10126, + "id": 10106, "luminance": 0, "opaque": true, "replaceable": false, @@ -114148,7 +113852,7 @@ ] }, { - "id": 10127, + "id": 10107, "luminance": 0, "opaque": true, "replaceable": false, @@ -114160,7 +113864,7 @@ ] }, { - "id": 10128, + "id": 10108, "luminance": 0, "opaque": true, "replaceable": false, @@ -114172,7 +113876,7 @@ ] }, { - "id": 10129, + "id": 10109, "luminance": 0, "opaque": true, "replaceable": false, @@ -114184,7 +113888,7 @@ ] }, { - "id": 10130, + "id": 10110, "luminance": 0, "opaque": true, "replaceable": false, @@ -114196,7 +113900,7 @@ ] }, { - "id": 10131, + "id": 10111, "luminance": 0, "opaque": true, "replaceable": false, @@ -114208,7 +113912,7 @@ ] }, { - "id": 10132, + "id": 10112, "luminance": 0, "opaque": true, "replaceable": false, @@ -114220,7 +113924,7 @@ ] }, { - "id": 10133, + "id": 10113, "luminance": 0, "opaque": true, "replaceable": false, @@ -114232,7 +113936,7 @@ ] }, { - "id": 10134, + "id": 10114, "luminance": 0, "opaque": true, "replaceable": false, @@ -114243,7 +113947,7 @@ ] }, { - "id": 10135, + "id": 10115, "luminance": 0, "opaque": true, "replaceable": false, @@ -114254,7 +113958,7 @@ ] }, { - "id": 10136, + "id": 10116, "luminance": 0, "opaque": true, "replaceable": false, @@ -114266,7 +113970,7 @@ ] }, { - "id": 10137, + "id": 10117, "luminance": 0, "opaque": true, "replaceable": false, @@ -114278,7 +113982,7 @@ ] }, { - "id": 10138, + "id": 10118, "luminance": 0, "opaque": true, "replaceable": false, @@ -114290,7 +113994,7 @@ ] }, { - "id": 10139, + "id": 10119, "luminance": 0, "opaque": true, "replaceable": false, @@ -114302,7 +114006,7 @@ ] }, { - "id": 10140, + "id": 10120, "luminance": 0, "opaque": true, "replaceable": false, @@ -114313,7 +114017,7 @@ ] }, { - "id": 10141, + "id": 10121, "luminance": 0, "opaque": true, "replaceable": false, @@ -114324,7 +114028,7 @@ ] }, { - "id": 10142, + "id": 10122, "luminance": 0, "opaque": true, "replaceable": false, @@ -114335,7 +114039,7 @@ ] }, { - "id": 10143, + "id": 10123, "luminance": 0, "opaque": true, "replaceable": false, @@ -114348,10 +114052,10 @@ ] }, { - "id": 462, - "name": "bamboo_mosaic_stairs", - "translation_key": "block.minecraft.bamboo_mosaic_stairs", - "item_id": 370, + "id": 460, + "name": "mangrove_stairs", + "translation_key": "block.minecraft.mangrove_stairs", + "item_id": 389, "properties": [ { "name": "facing", @@ -114387,10 +114091,10 @@ ] } ], - "default_state_id": 10155, + "default_state_id": 10135, "states": [ { - "id": 10144, + "id": 10124, "luminance": 0, "opaque": true, "replaceable": false, @@ -114401,7 +114105,7 @@ ] }, { - "id": 10145, + "id": 10125, "luminance": 0, "opaque": true, "replaceable": false, @@ -114412,7 +114116,7 @@ ] }, { - "id": 10146, + "id": 10126, "luminance": 0, "opaque": true, "replaceable": false, @@ -114424,7 +114128,7 @@ ] }, { - "id": 10147, + "id": 10127, "luminance": 0, "opaque": true, "replaceable": false, @@ -114436,7 +114140,7 @@ ] }, { - "id": 10148, + "id": 10128, "luminance": 0, "opaque": true, "replaceable": false, @@ -114448,7 +114152,7 @@ ] }, { - "id": 10149, + "id": 10129, "luminance": 0, "opaque": true, "replaceable": false, @@ -114460,7 +114164,7 @@ ] }, { - "id": 10150, + "id": 10130, "luminance": 0, "opaque": true, "replaceable": false, @@ -114472,7 +114176,7 @@ ] }, { - "id": 10151, + "id": 10131, "luminance": 0, "opaque": true, "replaceable": false, @@ -114484,7 +114188,7 @@ ] }, { - "id": 10152, + "id": 10132, "luminance": 0, "opaque": true, "replaceable": false, @@ -114496,7 +114200,7 @@ ] }, { - "id": 10153, + "id": 10133, "luminance": 0, "opaque": true, "replaceable": false, @@ -114508,7 +114212,7 @@ ] }, { - "id": 10154, + "id": 10134, "luminance": 0, "opaque": true, "replaceable": false, @@ -114519,7 +114223,7 @@ ] }, { - "id": 10155, + "id": 10135, "luminance": 0, "opaque": true, "replaceable": false, @@ -114530,7 +114234,7 @@ ] }, { - "id": 10156, + "id": 10136, "luminance": 0, "opaque": true, "replaceable": false, @@ -114542,7 +114246,7 @@ ] }, { - "id": 10157, + "id": 10137, "luminance": 0, "opaque": true, "replaceable": false, @@ -114554,7 +114258,7 @@ ] }, { - "id": 10158, + "id": 10138, "luminance": 0, "opaque": true, "replaceable": false, @@ -114566,7 +114270,7 @@ ] }, { - "id": 10159, + "id": 10139, "luminance": 0, "opaque": true, "replaceable": false, @@ -114578,7 +114282,7 @@ ] }, { - "id": 10160, + "id": 10140, "luminance": 0, "opaque": true, "replaceable": false, @@ -114589,7 +114293,7 @@ ] }, { - "id": 10161, + "id": 10141, "luminance": 0, "opaque": true, "replaceable": false, @@ -114600,7 +114304,7 @@ ] }, { - "id": 10162, + "id": 10142, "luminance": 0, "opaque": true, "replaceable": false, @@ -114611,7 +114315,7 @@ ] }, { - "id": 10163, + "id": 10143, "luminance": 0, "opaque": true, "replaceable": false, @@ -114622,7 +114326,7 @@ ] }, { - "id": 10164, + "id": 10144, "luminance": 0, "opaque": true, "replaceable": false, @@ -114633,7 +114337,7 @@ ] }, { - "id": 10165, + "id": 10145, "luminance": 0, "opaque": true, "replaceable": false, @@ -114644,7 +114348,7 @@ ] }, { - "id": 10166, + "id": 10146, "luminance": 0, "opaque": true, "replaceable": false, @@ -114656,7 +114360,7 @@ ] }, { - "id": 10167, + "id": 10147, "luminance": 0, "opaque": true, "replaceable": false, @@ -114668,7 +114372,7 @@ ] }, { - "id": 10168, + "id": 10148, "luminance": 0, "opaque": true, "replaceable": false, @@ -114680,7 +114384,7 @@ ] }, { - "id": 10169, + "id": 10149, "luminance": 0, "opaque": true, "replaceable": false, @@ -114692,7 +114396,7 @@ ] }, { - "id": 10170, + "id": 10150, "luminance": 0, "opaque": true, "replaceable": false, @@ -114704,7 +114408,7 @@ ] }, { - "id": 10171, + "id": 10151, "luminance": 0, "opaque": true, "replaceable": false, @@ -114716,7 +114420,7 @@ ] }, { - "id": 10172, + "id": 10152, "luminance": 0, "opaque": true, "replaceable": false, @@ -114728,7 +114432,7 @@ ] }, { - "id": 10173, + "id": 10153, "luminance": 0, "opaque": true, "replaceable": false, @@ -114740,7 +114444,7 @@ ] }, { - "id": 10174, + "id": 10154, "luminance": 0, "opaque": true, "replaceable": false, @@ -114751,7 +114455,7 @@ ] }, { - "id": 10175, + "id": 10155, "luminance": 0, "opaque": true, "replaceable": false, @@ -114762,7 +114466,7 @@ ] }, { - "id": 10176, + "id": 10156, "luminance": 0, "opaque": true, "replaceable": false, @@ -114774,7 +114478,7 @@ ] }, { - "id": 10177, + "id": 10157, "luminance": 0, "opaque": true, "replaceable": false, @@ -114786,7 +114490,7 @@ ] }, { - "id": 10178, + "id": 10158, "luminance": 0, "opaque": true, "replaceable": false, @@ -114798,7 +114502,7 @@ ] }, { - "id": 10179, + "id": 10159, "luminance": 0, "opaque": true, "replaceable": false, @@ -114810,7 +114514,7 @@ ] }, { - "id": 10180, + "id": 10160, "luminance": 0, "opaque": true, "replaceable": false, @@ -114821,7 +114525,7 @@ ] }, { - "id": 10181, + "id": 10161, "luminance": 0, "opaque": true, "replaceable": false, @@ -114832,7 +114536,7 @@ ] }, { - "id": 10182, + "id": 10162, "luminance": 0, "opaque": true, "replaceable": false, @@ -114843,7 +114547,7 @@ ] }, { - "id": 10183, + "id": 10163, "luminance": 0, "opaque": true, "replaceable": false, @@ -114854,7 +114558,7 @@ ] }, { - "id": 10184, + "id": 10164, "luminance": 0, "opaque": true, "replaceable": false, @@ -114865,7 +114569,7 @@ ] }, { - "id": 10185, + "id": 10165, "luminance": 0, "opaque": true, "replaceable": false, @@ -114876,7 +114580,7 @@ ] }, { - "id": 10186, + "id": 10166, "luminance": 0, "opaque": true, "replaceable": false, @@ -114888,7 +114592,7 @@ ] }, { - "id": 10187, + "id": 10167, "luminance": 0, "opaque": true, "replaceable": false, @@ -114900,7 +114604,7 @@ ] }, { - "id": 10188, + "id": 10168, "luminance": 0, "opaque": true, "replaceable": false, @@ -114912,7 +114616,7 @@ ] }, { - "id": 10189, + "id": 10169, "luminance": 0, "opaque": true, "replaceable": false, @@ -114924,7 +114628,7 @@ ] }, { - "id": 10190, + "id": 10170, "luminance": 0, "opaque": true, "replaceable": false, @@ -114936,7 +114640,7 @@ ] }, { - "id": 10191, + "id": 10171, "luminance": 0, "opaque": true, "replaceable": false, @@ -114948,7 +114652,7 @@ ] }, { - "id": 10192, + "id": 10172, "luminance": 0, "opaque": true, "replaceable": false, @@ -114960,7 +114664,7 @@ ] }, { - "id": 10193, + "id": 10173, "luminance": 0, "opaque": true, "replaceable": false, @@ -114972,7 +114676,7 @@ ] }, { - "id": 10194, + "id": 10174, "luminance": 0, "opaque": true, "replaceable": false, @@ -114983,7 +114687,7 @@ ] }, { - "id": 10195, + "id": 10175, "luminance": 0, "opaque": true, "replaceable": false, @@ -114994,7 +114698,7 @@ ] }, { - "id": 10196, + "id": 10176, "luminance": 0, "opaque": true, "replaceable": false, @@ -115006,7 +114710,7 @@ ] }, { - "id": 10197, + "id": 10177, "luminance": 0, "opaque": true, "replaceable": false, @@ -115018,7 +114722,7 @@ ] }, { - "id": 10198, + "id": 10178, "luminance": 0, "opaque": true, "replaceable": false, @@ -115030,7 +114734,7 @@ ] }, { - "id": 10199, + "id": 10179, "luminance": 0, "opaque": true, "replaceable": false, @@ -115042,7 +114746,7 @@ ] }, { - "id": 10200, + "id": 10180, "luminance": 0, "opaque": true, "replaceable": false, @@ -115053,7 +114757,7 @@ ] }, { - "id": 10201, + "id": 10181, "luminance": 0, "opaque": true, "replaceable": false, @@ -115064,7 +114768,7 @@ ] }, { - "id": 10202, + "id": 10182, "luminance": 0, "opaque": true, "replaceable": false, @@ -115075,7 +114779,7 @@ ] }, { - "id": 10203, + "id": 10183, "luminance": 0, "opaque": true, "replaceable": false, @@ -115086,7 +114790,7 @@ ] }, { - "id": 10204, + "id": 10184, "luminance": 0, "opaque": true, "replaceable": false, @@ -115097,7 +114801,7 @@ ] }, { - "id": 10205, + "id": 10185, "luminance": 0, "opaque": true, "replaceable": false, @@ -115108,7 +114812,7 @@ ] }, { - "id": 10206, + "id": 10186, "luminance": 0, "opaque": true, "replaceable": false, @@ -115120,7 +114824,7 @@ ] }, { - "id": 10207, + "id": 10187, "luminance": 0, "opaque": true, "replaceable": false, @@ -115132,7 +114836,7 @@ ] }, { - "id": 10208, + "id": 10188, "luminance": 0, "opaque": true, "replaceable": false, @@ -115144,7 +114848,7 @@ ] }, { - "id": 10209, + "id": 10189, "luminance": 0, "opaque": true, "replaceable": false, @@ -115156,7 +114860,7 @@ ] }, { - "id": 10210, + "id": 10190, "luminance": 0, "opaque": true, "replaceable": false, @@ -115168,7 +114872,7 @@ ] }, { - "id": 10211, + "id": 10191, "luminance": 0, "opaque": true, "replaceable": false, @@ -115180,7 +114884,7 @@ ] }, { - "id": 10212, + "id": 10192, "luminance": 0, "opaque": true, "replaceable": false, @@ -115192,7 +114896,7 @@ ] }, { - "id": 10213, + "id": 10193, "luminance": 0, "opaque": true, "replaceable": false, @@ -115204,7 +114908,7 @@ ] }, { - "id": 10214, + "id": 10194, "luminance": 0, "opaque": true, "replaceable": false, @@ -115215,7 +114919,7 @@ ] }, { - "id": 10215, + "id": 10195, "luminance": 0, "opaque": true, "replaceable": false, @@ -115226,7 +114930,7 @@ ] }, { - "id": 10216, + "id": 10196, "luminance": 0, "opaque": true, "replaceable": false, @@ -115238,7 +114942,7 @@ ] }, { - "id": 10217, + "id": 10197, "luminance": 0, "opaque": true, "replaceable": false, @@ -115250,7 +114954,7 @@ ] }, { - "id": 10218, + "id": 10198, "luminance": 0, "opaque": true, "replaceable": false, @@ -115262,7 +114966,7 @@ ] }, { - "id": 10219, + "id": 10199, "luminance": 0, "opaque": true, "replaceable": false, @@ -115274,7 +114978,7 @@ ] }, { - "id": 10220, + "id": 10200, "luminance": 0, "opaque": true, "replaceable": false, @@ -115285,7 +114989,7 @@ ] }, { - "id": 10221, + "id": 10201, "luminance": 0, "opaque": true, "replaceable": false, @@ -115296,7 +115000,7 @@ ] }, { - "id": 10222, + "id": 10202, "luminance": 0, "opaque": true, "replaceable": false, @@ -115307,7 +115011,7 @@ ] }, { - "id": 10223, + "id": 10203, "luminance": 0, "opaque": true, "replaceable": false, @@ -115320,345 +115024,10 @@ ] }, { - "id": 463, - "name": "slime_block", - "translation_key": "block.minecraft.slime_block", - "item_id": 642, - "properties": [], - "default_state_id": 10224, - "states": [ - { - "id": 10224, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 464, - "name": "barrier", - "translation_key": "block.minecraft.barrier", - "item_id": 421, - "properties": [], - "default_state_id": 10225, - "states": [ - { - "id": 10225, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 465, - "name": "light", - "translation_key": "block.minecraft.light", - "item_id": 422, - "properties": [ - { - "name": "level", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10257, - "states": [ - { - "id": 10226, - "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10227, - "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10228, - "luminance": 1, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10229, - "luminance": 1, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10230, - "luminance": 2, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10231, - "luminance": 2, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10232, - "luminance": 3, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10233, - "luminance": 3, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10234, - "luminance": 4, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10235, - "luminance": 4, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10236, - "luminance": 5, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10237, - "luminance": 5, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10238, - "luminance": 6, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10239, - "luminance": 6, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10240, - "luminance": 7, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10241, - "luminance": 7, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10242, - "luminance": 8, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10243, - "luminance": 8, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10244, - "luminance": 9, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10245, - "luminance": 9, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10246, - "luminance": 10, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10247, - "luminance": 10, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10248, - "luminance": 11, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10249, - "luminance": 11, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10250, - "luminance": 12, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10251, - "luminance": 12, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10252, - "luminance": 13, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10253, - "luminance": 13, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10254, - "luminance": 14, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10255, - "luminance": 14, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10256, - "luminance": 15, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 10257, - "luminance": 15, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 466, - "name": "iron_trapdoor", - "translation_key": "block.minecraft.iron_trapdoor", - "item_id": 700, + "id": 461, + "name": "bamboo_stairs", + "translation_key": "block.minecraft.bamboo_stairs", + "item_id": 390, "properties": [ { "name": "facing", @@ -115677,17 +115046,13 @@ ] }, { - "name": "open", - "values": [ - "true", - "false" - ] - }, - { - "name": "powered", + "name": "shape", "values": [ - "true", - "false" + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -115698,715 +115063,943 @@ ] } ], - "default_state_id": 10273, + "default_state_id": 10215, "states": [ { - "id": 10258, + "id": 10204, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 41, + 42 ] }, { - "id": 10259, + "id": 10205, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 41, + 42 ] }, { - "id": 10260, + "id": 10206, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 43, + 44, + 45 ] }, { - "id": 10261, + "id": 10207, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 43, + 44, + 45 ] }, { - "id": 10262, + "id": 10208, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 41, + 46, + 47 ] }, { - "id": 10263, + "id": 10209, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 41, + 46, + 47 ] }, { - "id": 10264, + "id": 10210, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 48, + 42, + 49 ] }, { - "id": 10265, + "id": 10211, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 48, + 42, + 49 ] }, { - "id": 10266, + "id": 10212, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 44, + 50, + 45 ] }, { - "id": 10267, + "id": 10213, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 44, + 50, + 45 ] }, { - "id": 10268, + "id": 10214, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 52 ] }, { - "id": 10269, + "id": 10215, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 52 ] }, { - "id": 10270, + "id": 10216, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 50, + 49 ] }, { - "id": 10271, + "id": 10217, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 50, + 49 ] }, { - "id": 10272, + "id": 10218, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 52, + 45 ] }, { - "id": 10273, + "id": 10219, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 52, + 45 ] }, { - "id": 10274, + "id": 10220, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 53 ] }, { - "id": 10275, + "id": 10221, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 53 ] }, { - "id": 10276, + "id": 10222, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 49 ] }, { - "id": 10277, + "id": 10223, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 49 ] }, { - "id": 10278, + "id": 10224, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 52 ] }, { - "id": 10279, + "id": 10225, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 52 ] }, { - "id": 10280, + "id": 10226, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 44, + 53 ] }, { - "id": 10281, + "id": 10227, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 44, + 53 ] }, { - "id": 10282, + "id": 10228, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 46, + 49 ] }, { - "id": 10283, + "id": 10229, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 46, + 49 ] }, { - "id": 10284, + "id": 10230, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 46, + 50, + 49 ] }, { - "id": 10285, + "id": 10231, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 46, + 50, + 49 ] }, { - "id": 10286, + "id": 10232, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 10287, + "id": 10233, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 10288, + "id": 10234, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 42 ] }, { - "id": 10289, + "id": 10235, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 42 ] }, { - "id": 10290, + "id": 10236, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 42, + 49 ] }, { - "id": 10291, + "id": 10237, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 42, + 49 ] }, { - "id": 10292, + "id": 10238, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 50, + 45 ] }, { - "id": 10293, + "id": 10239, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 50, + 45 ] }, { - "id": 10294, + "id": 10240, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 45 ] }, { - "id": 10295, + "id": 10241, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 45 ] }, { - "id": 10296, + "id": 10242, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 47 ] }, { - "id": 10297, + "id": 10243, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 47 ] }, { - "id": 10298, + "id": 10244, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 43, + 56 ] }, { - "id": 10299, + "id": 10245, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 43, + 56 ] }, { - "id": 10300, + "id": 10246, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 43, + 46, + 49 ] }, { - "id": 10301, + "id": 10247, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 43, + 46, + 49 ] }, { - "id": 10302, + "id": 10248, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 43, + 44, + 45 ] }, { - "id": 10303, + "id": 10249, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 43, + 44, + 45 ] }, { - "id": 10304, + "id": 10250, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 10305, + "id": 10251, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 10306, + "id": 10252, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 48, + 42, + 49 ] }, { - "id": 10307, + "id": 10253, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 48, + 42, + 49 ] }, { - "id": 10308, + "id": 10254, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 50 ] }, { - "id": 10309, + "id": 10255, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 50 ] }, { - "id": 10310, + "id": 10256, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 45 ] }, { - "id": 10311, + "id": 10257, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 45 ] }, { - "id": 10312, + "id": 10258, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 49 ] }, { - "id": 10313, + "id": 10259, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 49 ] }, { - "id": 10314, + "id": 10260, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 47 ] }, { - "id": 10315, + "id": 10261, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 47 ] }, { - "id": 10316, + "id": 10262, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 53 ] }, { - "id": 10317, + "id": 10263, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 53 ] }, { - "id": 10318, + "id": 10264, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 57, + 50 ] }, { - "id": 10319, + "id": 10265, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 57, + 50 ] }, { - "id": 10320, + "id": 10266, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 41, + 46, + 47 ] }, { - "id": 10321, + "id": 10267, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 41, + 46, + 47 ] - } - ] - }, - { - "id": 467, - "name": "prismarine", - "translation_key": "block.minecraft.prismarine", - "item_id": 481, - "properties": [], - "default_state_id": 10322, - "states": [ + }, { - "id": 10322, + "id": 10268, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 54, + 44, + 53 ] - } - ] - }, - { - "id": 468, - "name": "prismarine_bricks", - "translation_key": "block.minecraft.prismarine_bricks", - "item_id": 482, - "properties": [], - "default_state_id": 10323, - "states": [ + }, { - "id": 10323, + "id": 10269, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 54, + 44, + 53 ] - } - ] - }, - { - "id": 469, - "name": "dark_prismarine", - "translation_key": "block.minecraft.dark_prismarine", - "item_id": 483, - "properties": [], - "default_state_id": 10324, - "states": [ + }, { - "id": 10324, + "id": 10270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 44, + 50, + 45 + ] + }, + { + "id": 10271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 ] } ] }, { - "id": 470, - "name": "prismarine_stairs", - "translation_key": "block.minecraft.prismarine_stairs", - "item_id": 484, + "id": 462, + "name": "bamboo_mosaic_stairs", + "translation_key": "block.minecraft.bamboo_mosaic_stairs", + "item_id": 391, "properties": [ { "name": "facing", @@ -116442,10 +116035,10 @@ ] } ], - "default_state_id": 10336, + "default_state_id": 10295, "states": [ { - "id": 10325, + "id": 10284, "luminance": 0, "opaque": true, "replaceable": false, @@ -116456,7 +116049,7 @@ ] }, { - "id": 10326, + "id": 10285, "luminance": 0, "opaque": true, "replaceable": false, @@ -116467,7 +116060,7 @@ ] }, { - "id": 10327, + "id": 10286, "luminance": 0, "opaque": true, "replaceable": false, @@ -116479,7 +116072,7 @@ ] }, { - "id": 10328, + "id": 10287, "luminance": 0, "opaque": true, "replaceable": false, @@ -116491,7 +116084,7 @@ ] }, { - "id": 10329, + "id": 10288, "luminance": 0, "opaque": true, "replaceable": false, @@ -116503,7 +116096,7 @@ ] }, { - "id": 10330, + "id": 10289, "luminance": 0, "opaque": true, "replaceable": false, @@ -116515,7 +116108,7 @@ ] }, { - "id": 10331, + "id": 10290, "luminance": 0, "opaque": true, "replaceable": false, @@ -116527,7 +116120,7 @@ ] }, { - "id": 10332, + "id": 10291, "luminance": 0, "opaque": true, "replaceable": false, @@ -116539,7 +116132,7 @@ ] }, { - "id": 10333, + "id": 10292, "luminance": 0, "opaque": true, "replaceable": false, @@ -116551,7 +116144,7 @@ ] }, { - "id": 10334, + "id": 10293, "luminance": 0, "opaque": true, "replaceable": false, @@ -116563,7 +116156,7 @@ ] }, { - "id": 10335, + "id": 10294, "luminance": 0, "opaque": true, "replaceable": false, @@ -116574,7 +116167,7 @@ ] }, { - "id": 10336, + "id": 10295, "luminance": 0, "opaque": true, "replaceable": false, @@ -116585,7 +116178,7 @@ ] }, { - "id": 10337, + "id": 10296, "luminance": 0, "opaque": true, "replaceable": false, @@ -116597,7 +116190,7 @@ ] }, { - "id": 10338, + "id": 10297, "luminance": 0, "opaque": true, "replaceable": false, @@ -116609,7 +116202,7 @@ ] }, { - "id": 10339, + "id": 10298, "luminance": 0, "opaque": true, "replaceable": false, @@ -116621,7 +116214,7 @@ ] }, { - "id": 10340, + "id": 10299, "luminance": 0, "opaque": true, "replaceable": false, @@ -116633,7 +116226,7 @@ ] }, { - "id": 10341, + "id": 10300, "luminance": 0, "opaque": true, "replaceable": false, @@ -116644,7 +116237,7 @@ ] }, { - "id": 10342, + "id": 10301, "luminance": 0, "opaque": true, "replaceable": false, @@ -116655,7 +116248,7 @@ ] }, { - "id": 10343, + "id": 10302, "luminance": 0, "opaque": true, "replaceable": false, @@ -116666,7 +116259,7 @@ ] }, { - "id": 10344, + "id": 10303, "luminance": 0, "opaque": true, "replaceable": false, @@ -116677,7 +116270,7 @@ ] }, { - "id": 10345, + "id": 10304, "luminance": 0, "opaque": true, "replaceable": false, @@ -116688,7 +116281,7 @@ ] }, { - "id": 10346, + "id": 10305, "luminance": 0, "opaque": true, "replaceable": false, @@ -116699,7 +116292,7 @@ ] }, { - "id": 10347, + "id": 10306, "luminance": 0, "opaque": true, "replaceable": false, @@ -116711,7 +116304,7 @@ ] }, { - "id": 10348, + "id": 10307, "luminance": 0, "opaque": true, "replaceable": false, @@ -116723,7 +116316,7 @@ ] }, { - "id": 10349, + "id": 10308, "luminance": 0, "opaque": true, "replaceable": false, @@ -116735,7 +116328,7 @@ ] }, { - "id": 10350, + "id": 10309, "luminance": 0, "opaque": true, "replaceable": false, @@ -116747,7 +116340,7 @@ ] }, { - "id": 10351, + "id": 10310, "luminance": 0, "opaque": true, "replaceable": false, @@ -116759,7 +116352,7 @@ ] }, { - "id": 10352, + "id": 10311, "luminance": 0, "opaque": true, "replaceable": false, @@ -116771,7 +116364,7 @@ ] }, { - "id": 10353, + "id": 10312, "luminance": 0, "opaque": true, "replaceable": false, @@ -116783,7 +116376,7 @@ ] }, { - "id": 10354, + "id": 10313, "luminance": 0, "opaque": true, "replaceable": false, @@ -116795,7 +116388,7 @@ ] }, { - "id": 10355, + "id": 10314, "luminance": 0, "opaque": true, "replaceable": false, @@ -116806,7 +116399,7 @@ ] }, { - "id": 10356, + "id": 10315, "luminance": 0, "opaque": true, "replaceable": false, @@ -116817,7 +116410,7 @@ ] }, { - "id": 10357, + "id": 10316, "luminance": 0, "opaque": true, "replaceable": false, @@ -116829,7 +116422,7 @@ ] }, { - "id": 10358, + "id": 10317, "luminance": 0, "opaque": true, "replaceable": false, @@ -116841,7 +116434,7 @@ ] }, { - "id": 10359, + "id": 10318, "luminance": 0, "opaque": true, "replaceable": false, @@ -116853,7 +116446,7 @@ ] }, { - "id": 10360, + "id": 10319, "luminance": 0, "opaque": true, "replaceable": false, @@ -116865,7 +116458,7 @@ ] }, { - "id": 10361, + "id": 10320, "luminance": 0, "opaque": true, "replaceable": false, @@ -116876,7 +116469,7 @@ ] }, { - "id": 10362, + "id": 10321, "luminance": 0, "opaque": true, "replaceable": false, @@ -116887,7 +116480,7 @@ ] }, { - "id": 10363, + "id": 10322, "luminance": 0, "opaque": true, "replaceable": false, @@ -116898,7 +116491,7 @@ ] }, { - "id": 10364, + "id": 10323, "luminance": 0, "opaque": true, "replaceable": false, @@ -116909,7 +116502,7 @@ ] }, { - "id": 10365, + "id": 10324, "luminance": 0, "opaque": true, "replaceable": false, @@ -116920,7 +116513,7 @@ ] }, { - "id": 10366, + "id": 10325, "luminance": 0, "opaque": true, "replaceable": false, @@ -116931,7 +116524,7 @@ ] }, { - "id": 10367, + "id": 10326, "luminance": 0, "opaque": true, "replaceable": false, @@ -116943,7 +116536,7 @@ ] }, { - "id": 10368, + "id": 10327, "luminance": 0, "opaque": true, "replaceable": false, @@ -116955,7 +116548,7 @@ ] }, { - "id": 10369, + "id": 10328, "luminance": 0, "opaque": true, "replaceable": false, @@ -116967,7 +116560,7 @@ ] }, { - "id": 10370, + "id": 10329, "luminance": 0, "opaque": true, "replaceable": false, @@ -116979,7 +116572,7 @@ ] }, { - "id": 10371, + "id": 10330, "luminance": 0, "opaque": true, "replaceable": false, @@ -116991,7 +116584,7 @@ ] }, { - "id": 10372, + "id": 10331, "luminance": 0, "opaque": true, "replaceable": false, @@ -117003,7 +116596,7 @@ ] }, { - "id": 10373, + "id": 10332, "luminance": 0, "opaque": true, "replaceable": false, @@ -117015,7 +116608,7 @@ ] }, { - "id": 10374, + "id": 10333, "luminance": 0, "opaque": true, "replaceable": false, @@ -117027,7 +116620,7 @@ ] }, { - "id": 10375, + "id": 10334, "luminance": 0, "opaque": true, "replaceable": false, @@ -117038,7 +116631,7 @@ ] }, { - "id": 10376, + "id": 10335, "luminance": 0, "opaque": true, "replaceable": false, @@ -117049,7 +116642,7 @@ ] }, { - "id": 10377, + "id": 10336, "luminance": 0, "opaque": true, "replaceable": false, @@ -117061,7 +116654,7 @@ ] }, { - "id": 10378, + "id": 10337, "luminance": 0, "opaque": true, "replaceable": false, @@ -117073,7 +116666,7 @@ ] }, { - "id": 10379, + "id": 10338, "luminance": 0, "opaque": true, "replaceable": false, @@ -117085,7 +116678,7 @@ ] }, { - "id": 10380, + "id": 10339, "luminance": 0, "opaque": true, "replaceable": false, @@ -117097,7 +116690,7 @@ ] }, { - "id": 10381, + "id": 10340, "luminance": 0, "opaque": true, "replaceable": false, @@ -117108,7 +116701,7 @@ ] }, { - "id": 10382, + "id": 10341, "luminance": 0, "opaque": true, "replaceable": false, @@ -117119,7 +116712,7 @@ ] }, { - "id": 10383, + "id": 10342, "luminance": 0, "opaque": true, "replaceable": false, @@ -117130,7 +116723,7 @@ ] }, { - "id": 10384, + "id": 10343, "luminance": 0, "opaque": true, "replaceable": false, @@ -117141,7 +116734,7 @@ ] }, { - "id": 10385, + "id": 10344, "luminance": 0, "opaque": true, "replaceable": false, @@ -117152,7 +116745,7 @@ ] }, { - "id": 10386, + "id": 10345, "luminance": 0, "opaque": true, "replaceable": false, @@ -117163,7 +116756,7 @@ ] }, { - "id": 10387, + "id": 10346, "luminance": 0, "opaque": true, "replaceable": false, @@ -117175,7 +116768,7 @@ ] }, { - "id": 10388, + "id": 10347, "luminance": 0, "opaque": true, "replaceable": false, @@ -117187,7 +116780,7 @@ ] }, { - "id": 10389, + "id": 10348, "luminance": 0, "opaque": true, "replaceable": false, @@ -117199,7 +116792,7 @@ ] }, { - "id": 10390, + "id": 10349, "luminance": 0, "opaque": true, "replaceable": false, @@ -117211,7 +116804,7 @@ ] }, { - "id": 10391, + "id": 10350, "luminance": 0, "opaque": true, "replaceable": false, @@ -117223,7 +116816,7 @@ ] }, { - "id": 10392, + "id": 10351, "luminance": 0, "opaque": true, "replaceable": false, @@ -117235,7 +116828,7 @@ ] }, { - "id": 10393, + "id": 10352, "luminance": 0, "opaque": true, "replaceable": false, @@ -117247,7 +116840,7 @@ ] }, { - "id": 10394, + "id": 10353, "luminance": 0, "opaque": true, "replaceable": false, @@ -117259,7 +116852,7 @@ ] }, { - "id": 10395, + "id": 10354, "luminance": 0, "opaque": true, "replaceable": false, @@ -117270,7 +116863,7 @@ ] }, { - "id": 10396, + "id": 10355, "luminance": 0, "opaque": true, "replaceable": false, @@ -117281,7 +116874,7 @@ ] }, { - "id": 10397, + "id": 10356, "luminance": 0, "opaque": true, "replaceable": false, @@ -117293,7 +116886,7 @@ ] }, { - "id": 10398, + "id": 10357, "luminance": 0, "opaque": true, "replaceable": false, @@ -117305,7 +116898,7 @@ ] }, { - "id": 10399, + "id": 10358, "luminance": 0, "opaque": true, "replaceable": false, @@ -117317,7 +116910,7 @@ ] }, { - "id": 10400, + "id": 10359, "luminance": 0, "opaque": true, "replaceable": false, @@ -117329,7 +116922,7 @@ ] }, { - "id": 10401, + "id": 10360, "luminance": 0, "opaque": true, "replaceable": false, @@ -117340,7 +116933,7 @@ ] }, { - "id": 10402, + "id": 10361, "luminance": 0, "opaque": true, "replaceable": false, @@ -117351,7 +116944,7 @@ ] }, { - "id": 10403, + "id": 10362, "luminance": 0, "opaque": true, "replaceable": false, @@ -117362,7 +116955,7 @@ ] }, { - "id": 10404, + "id": 10363, "luminance": 0, "opaque": true, "replaceable": false, @@ -117375,10 +116968,363 @@ ] }, { - "id": 471, - "name": "prismarine_brick_stairs", - "translation_key": "block.minecraft.prismarine_brick_stairs", - "item_id": 485, + "id": 463, + "name": "slime_block", + "translation_key": "block.minecraft.slime_block", + "item_id": 663, + "properties": [], + "default_state_id": 10364, + "states": [ + { + "id": 10364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 464, + "name": "barrier", + "translation_key": "block.minecraft.barrier", + "item_id": 442, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10366, + "states": [ + { + "id": 10365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 10366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 465, + "name": "light", + "translation_key": "block.minecraft.light", + "item_id": 443, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10398, + "states": [ + { + "id": 10367, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10368, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10369, + "luminance": 1, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10370, + "luminance": 1, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10371, + "luminance": 2, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10372, + "luminance": 2, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10373, + "luminance": 3, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10374, + "luminance": 3, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10375, + "luminance": 4, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10376, + "luminance": 4, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10377, + "luminance": 5, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10378, + "luminance": 5, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10379, + "luminance": 6, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10380, + "luminance": 6, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10381, + "luminance": 7, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10382, + "luminance": 7, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10383, + "luminance": 8, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10384, + "luminance": 8, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10385, + "luminance": 9, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10386, + "luminance": 9, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10387, + "luminance": 10, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10388, + "luminance": 10, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10389, + "luminance": 11, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10390, + "luminance": 11, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10391, + "luminance": 12, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10392, + "luminance": 12, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10393, + "luminance": 13, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10394, + "luminance": 13, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10395, + "luminance": 14, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10396, + "luminance": 14, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10397, + "luminance": 15, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10398, + "luminance": 15, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 466, + "name": "iron_trapdoor", + "translation_key": "block.minecraft.iron_trapdoor", + "item_id": 729, "properties": [ { "name": "facing", @@ -117397,13 +117343,17 @@ ] }, { - "name": "shape", + "name": "open", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] }, { @@ -117414,682 +117364,658 @@ ] } ], - "default_state_id": 10416, + "default_state_id": 10414, "states": [ + { + "id": 10399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 92 + ] + }, { "id": 10405, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 92 ] }, { "id": 10406, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 92 ] }, { "id": 10407, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { "id": 10408, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { "id": 10409, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { "id": 10410, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { "id": 10411, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { "id": 10412, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { "id": 10413, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 93 ] }, { "id": 10414, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 93 ] }, { "id": 10415, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 67 ] }, { "id": 10416, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 67 ] }, { "id": 10417, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { "id": 10418, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { "id": 10419, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { "id": 10420, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { "id": 10421, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 92 ] }, { "id": 10422, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 92 ] }, { "id": 10423, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { "id": 10424, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { "id": 10425, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 67 ] }, { "id": 10426, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 67 ] }, { "id": 10427, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { "id": 10428, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { "id": 10429, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 93 ] }, { "id": 10430, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 93 ] }, { "id": 10431, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { "id": 10432, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { "id": 10433, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { "id": 10434, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { "id": 10435, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 92 ] }, { "id": 10436, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 92 ] }, { "id": 10437, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { "id": 10438, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { "id": 10439, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { "id": 10440, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { "id": 10441, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 66 ] }, { "id": 10442, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 66 ] }, { "id": 10443, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 93 ] }, { "id": 10444, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 93 ] }, { "id": 10445, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 93 ] }, { "id": 10446, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 93 ] }, { "id": 10447, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { "id": 10448, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { "id": 10449, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { "id": 10450, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { "id": 10451, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 92 ] }, { "id": 10452, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 92 ] }, { "id": 10453, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { "id": 10454, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { "id": 10455, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { "id": 10456, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { "id": 10457, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 64 ] }, { "id": 10458, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 64 ] }, { "id": 10459, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { "id": 10460, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { "id": 10461, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 93 ] }, { "id": 10462, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 93 ] - }, + } + ] + }, + { + "id": 467, + "name": "prismarine", + "translation_key": "block.minecraft.prismarine", + "item_id": 502, + "properties": [], + "default_state_id": 10463, + "states": [ { "id": 10463, "luminance": 0, @@ -118097,10 +118023,19 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 0 ] - }, + } + ] + }, + { + "id": 468, + "name": "prismarine_bricks", + "translation_key": "block.minecraft.prismarine_bricks", + "item_id": 503, + "properties": [], + "default_state_id": 10464, + "states": [ { "id": 10464, "luminance": 0, @@ -118108,10 +118043,19 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 0 ] - }, + } + ] + }, + { + "id": 469, + "name": "dark_prismarine", + "translation_key": "block.minecraft.dark_prismarine", + "item_id": 504, + "properties": [], + "default_state_id": 10465, + "states": [ { "id": 10465, "luminance": 0, @@ -118119,10 +118063,53 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 0 + ] + } + ] + }, + { + "id": 470, + "name": "prismarine_stairs", + "translation_key": "block.minecraft.prismarine_stairs", + "item_id": 505, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" ] }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10477, + "states": [ { "id": 10466, "luminance": 0, @@ -118130,8 +118117,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 41, + 42 ] }, { @@ -118142,8 +118129,7 @@ "blocks_motion": true, "collision_shapes": [ 41, - 46, - 47 + 42 ] }, { @@ -118153,9 +118139,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 43, + 44, + 45 ] }, { @@ -118165,9 +118151,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, + 43, 44, - 53 + 45 ] }, { @@ -118177,9 +118163,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 41, + 46, + 47 ] }, { @@ -118189,9 +118175,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 41, + 46, + 47 ] }, { @@ -118201,9 +118187,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 48, + 42, + 49 ] }, { @@ -118213,8 +118199,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, + 48, + 42, 49 ] }, @@ -118225,9 +118211,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, + 44, 50, - 49 + 45 ] }, { @@ -118237,8 +118223,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 44, + 50, + 45 ] }, { @@ -118249,7 +118236,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 56 + 52 ] }, { @@ -118260,8 +118247,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, - 45 + 52 ] }, { @@ -118272,8 +118258,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, - 45 + 50, + 49 ] }, { @@ -118284,7 +118270,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, + 50, 49 ] }, @@ -118296,8 +118282,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, - 49 + 52, + 45 ] }, { @@ -118308,7 +118294,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 52, + 45 ] }, { @@ -118319,7 +118306,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 53 ] }, { @@ -118330,7 +118317,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 + 53 ] }, { @@ -118341,53 +118328,9 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 - ] - } - ] - }, - { - "id": 472, - "name": "dark_prismarine_stairs", - "translation_key": "block.minecraft.dark_prismarine_stairs", - "item_id": 486, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 49 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10496, - "states": [ { "id": 10485, "luminance": 0, @@ -118395,8 +118338,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 51, + 49 ] }, { @@ -118406,8 +118349,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 54, + 52 ] }, { @@ -118417,9 +118360,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 54, + 52 ] }, { @@ -118429,9 +118371,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, + 54, 44, - 45 + 53 ] }, { @@ -118441,9 +118383,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 54, + 44, + 53 ] }, { @@ -118453,9 +118395,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, + 43, 46, - 47 + 49 ] }, { @@ -118465,8 +118407,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, + 43, + 46, 49 ] }, @@ -118477,8 +118419,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, + 46, + 50, 49 ] }, @@ -118489,9 +118431,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, + 46, 50, - 45 + 49 ] }, { @@ -118501,8 +118443,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, + 55, + 52, 45 ] }, @@ -118513,8 +118455,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 55, + 52, + 45 ] }, { @@ -118525,7 +118468,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52 + 42 ] }, { @@ -118536,8 +118479,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, - 49 + 42 ] }, { @@ -118548,7 +118490,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, + 42, 49 ] }, @@ -118560,8 +118502,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, - 45 + 42, + 49 ] }, { @@ -118572,7 +118514,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, + 50, 45 ] }, @@ -118584,7 +118526,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 53 + 50, + 45 ] }, { @@ -118595,7 +118538,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 53 + 45 ] }, { @@ -118606,7 +118549,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 45 ] }, { @@ -118617,7 +118560,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 47 ] }, { @@ -118627,8 +118570,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 51, + 47 ] }, { @@ -118638,8 +118581,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 43, + 56 ] }, { @@ -118649,9 +118592,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 43, + 56 ] }, { @@ -118661,9 +118603,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 43, + 46, + 49 ] }, { @@ -118686,8 +118628,8 @@ "blocks_motion": true, "collision_shapes": [ 43, - 46, - 49 + 44, + 45 ] }, { @@ -118697,9 +118639,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 43, + 44, + 45 ] }, { @@ -118709,9 +118651,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 55, + 52, + 45 ] }, { @@ -118733,9 +118675,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 48, + 42, + 49 ] }, { @@ -118745,8 +118687,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 48, + 42, + 49 ] }, { @@ -118757,7 +118700,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42 + 50 ] }, { @@ -118768,8 +118711,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, - 49 + 50 ] }, { @@ -118780,8 +118722,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, - 49 + 50, + 45 ] }, { @@ -118805,7 +118747,7 @@ "collision_shapes": [ 51, 50, - 45 + 49 ] }, { @@ -118816,7 +118758,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 + 50, + 49 ] }, { @@ -118827,7 +118770,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 + 47 ] }, { @@ -118849,7 +118792,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 47 + 53 ] }, { @@ -118859,8 +118802,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 51, + 53 ] }, { @@ -118870,8 +118813,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 57, + 50 ] }, { @@ -118881,9 +118824,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 57, + 50 ] }, { @@ -118893,9 +118835,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, + 41, 46, - 49 + 47 ] }, { @@ -118905,9 +118847,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 41, + 46, + 47 ] }, { @@ -118917,9 +118859,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, + 54, 44, - 45 + 53 ] }, { @@ -118929,9 +118871,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 54, + 44, + 53 ] }, { @@ -118941,8 +118883,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, + 44, + 50, 45 ] }, @@ -118953,9 +118895,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 44, + 50, + 45 ] }, { @@ -118965,8 +118907,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, + 46, + 50, 49 ] }, @@ -118977,8 +118919,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 46, + 50, + 49 ] }, { @@ -118989,7 +118932,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50 + 56 ] }, { @@ -119000,8 +118943,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, - 45 + 56 ] }, { @@ -119012,7 +118954,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, + 52, 45 ] }, @@ -119024,8 +118966,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, - 49 + 52, + 45 ] }, { @@ -119036,7 +118978,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 50, + 42, 49 ] }, @@ -119048,7 +118990,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 47 + 42, + 49 ] }, { @@ -119059,7 +119002,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 47 + 49 ] }, { @@ -119070,7 +119013,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 53 + 49 ] }, { @@ -119081,7 +119024,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 53 + 45 ] }, { @@ -119091,10 +119034,54 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 51, + 45 + ] + } + ] + }, + { + "id": 471, + "name": "prismarine_brick_stairs", + "translation_key": "block.minecraft.prismarine_brick_stairs", + "item_id": 506, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10557, + "states": [ { "id": 10546, "luminance": 0, @@ -119102,8 +119089,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 41, + 42 ] }, { @@ -119114,8 +119101,7 @@ "blocks_motion": true, "collision_shapes": [ 41, - 46, - 47 + 42 ] }, { @@ -119125,9 +119111,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 43, + 44, + 45 ] }, { @@ -119137,9 +119123,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, + 43, 44, - 53 + 45 ] }, { @@ -119149,9 +119135,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 41, + 46, + 47 ] }, { @@ -119161,9 +119147,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 41, + 46, + 47 ] }, { @@ -119173,9 +119159,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 48, + 42, + 49 ] }, { @@ -119185,8 +119171,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, + 48, + 42, 49 ] }, @@ -119197,9 +119183,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, + 44, 50, - 49 + 45 ] }, { @@ -119209,8 +119195,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 44, + 50, + 45 ] }, { @@ -119221,7 +119208,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 56 + 52 ] }, { @@ -119232,8 +119219,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, - 45 + 52 ] }, { @@ -119244,8 +119230,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 52, - 45 + 50, + 49 ] }, { @@ -119256,7 +119242,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, + 50, 49 ] }, @@ -119268,8 +119254,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 42, - 49 + 52, + 45 ] }, { @@ -119280,7 +119266,8 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 52, + 45 ] }, { @@ -119291,7 +119278,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 49 + 53 ] }, { @@ -119302,7 +119289,7 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 + 53 ] }, { @@ -119313,35 +119300,9 @@ "blocks_motion": true, "collision_shapes": [ 51, - 45 - ] - } - ] - }, - { - "id": 473, - "name": "prismarine_slab", - "translation_key": "block.minecraft.prismarine_slab", - "item_id": 256, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 49 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10568, - "states": [ { "id": 10565, "luminance": 0, @@ -119349,7 +119310,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 49 ] }, { @@ -119359,7 +119321,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 54, + 52 ] }, { @@ -119369,7 +119332,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 54, + 52 ] }, { @@ -119379,7 +119343,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 54, + 44, + 53 ] }, { @@ -119389,7 +119355,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 54, + 44, + 53 ] }, { @@ -119399,35 +119367,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 474, - "name": "prismarine_brick_slab", - "translation_key": "block.minecraft.prismarine_brick_slab", - "item_id": 257, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 43, + 46, + 49 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10574, - "states": [ { "id": 10571, "luminance": 0, @@ -119435,7 +119379,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 43, + 46, + 49 ] }, { @@ -119445,7 +119391,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 46, + 50, + 49 ] }, { @@ -119455,7 +119403,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 46, + 50, + 49 ] }, { @@ -119465,7 +119415,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 55, + 52, + 45 ] }, { @@ -119475,7 +119427,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 55, + 52, + 45 ] }, { @@ -119485,35 +119439,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 475, - "name": "dark_prismarine_slab", - "translation_key": "block.minecraft.dark_prismarine_slab", - "item_id": 258, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 42 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10580, - "states": [ { "id": 10577, "luminance": 0, @@ -119521,7 +119450,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 42 ] }, { @@ -119531,7 +119461,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 42, + 49 ] }, { @@ -119541,7 +119473,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 42, + 49 ] }, { @@ -119551,7 +119485,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 50, + 45 ] }, { @@ -119561,7 +119497,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 50, + 45 ] }, { @@ -119571,48 +119509,21 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 45 ] - } - ] - }, - { - "id": 476, - "name": "sea_lantern", - "translation_key": "block.minecraft.sea_lantern", - "item_id": 487, - "properties": [], - "default_state_id": 10583, - "states": [ + }, { "id": 10583, - "luminance": 15, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 477, - "name": "hay_block", - "translation_key": "block.minecraft.hay_block", - "item_id": 423, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" + 51, + 45 ] - } - ], - "default_state_id": 10585, - "states": [ + }, { "id": 10584, "luminance": 0, @@ -119620,7 +119531,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 47 ] }, { @@ -119630,7 +119542,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 47 ] }, { @@ -119640,339 +119553,198 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 43, + 56 ] - } - ] - }, - { - "id": 478, - "name": "white_carpet", - "translation_key": "block.minecraft.white_carpet", - "item_id": 424, - "properties": [], - "default_state_id": 10587, - "states": [ + }, { "id": 10587, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 43, + 56 ] - } - ] - }, - { - "id": 479, - "name": "orange_carpet", - "translation_key": "block.minecraft.orange_carpet", - "item_id": 425, - "properties": [], - "default_state_id": 10588, - "states": [ + }, { "id": 10588, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 43, + 46, + 49 ] - } - ] - }, - { - "id": 480, - "name": "magenta_carpet", - "translation_key": "block.minecraft.magenta_carpet", - "item_id": 426, - "properties": [], - "default_state_id": 10589, - "states": [ + }, { "id": 10589, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 43, + 46, + 49 ] - } - ] - }, - { - "id": 481, - "name": "light_blue_carpet", - "translation_key": "block.minecraft.light_blue_carpet", - "item_id": 427, - "properties": [], - "default_state_id": 10590, - "states": [ + }, { "id": 10590, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 43, + 44, + 45 ] - } - ] - }, - { - "id": 482, - "name": "yellow_carpet", - "translation_key": "block.minecraft.yellow_carpet", - "item_id": 428, - "properties": [], - "default_state_id": 10591, - "states": [ + }, { "id": 10591, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 43, + 44, + 45 ] - } - ] - }, - { - "id": 483, - "name": "lime_carpet", - "translation_key": "block.minecraft.lime_carpet", - "item_id": 429, - "properties": [], - "default_state_id": 10592, - "states": [ + }, { "id": 10592, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 55, + 52, + 45 ] - } - ] - }, - { - "id": 484, - "name": "pink_carpet", - "translation_key": "block.minecraft.pink_carpet", - "item_id": 430, - "properties": [], - "default_state_id": 10593, - "states": [ + }, { "id": 10593, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 55, + 52, + 45 ] - } - ] - }, - { - "id": 485, - "name": "gray_carpet", - "translation_key": "block.minecraft.gray_carpet", - "item_id": 431, - "properties": [], - "default_state_id": 10594, - "states": [ + }, { "id": 10594, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 48, + 42, + 49 ] - } - ] - }, - { - "id": 486, - "name": "light_gray_carpet", - "translation_key": "block.minecraft.light_gray_carpet", - "item_id": 432, - "properties": [], - "default_state_id": 10595, - "states": [ + }, { "id": 10595, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 48, + 42, + 49 ] - } - ] - }, - { - "id": 487, - "name": "cyan_carpet", - "translation_key": "block.minecraft.cyan_carpet", - "item_id": 433, - "properties": [], - "default_state_id": 10596, - "states": [ + }, { "id": 10596, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50 ] - } - ] - }, - { - "id": 488, - "name": "purple_carpet", - "translation_key": "block.minecraft.purple_carpet", - "item_id": 434, - "properties": [], - "default_state_id": 10597, - "states": [ + }, { "id": 10597, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50 ] - } - ] - }, - { - "id": 489, - "name": "blue_carpet", - "translation_key": "block.minecraft.blue_carpet", - "item_id": 435, - "properties": [], - "default_state_id": 10598, - "states": [ + }, { "id": 10598, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50, + 45 ] - } - ] - }, - { - "id": 490, - "name": "brown_carpet", - "translation_key": "block.minecraft.brown_carpet", - "item_id": 436, - "properties": [], - "default_state_id": 10599, - "states": [ + }, { "id": 10599, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50, + 45 ] - } - ] - }, - { - "id": 491, - "name": "green_carpet", - "translation_key": "block.minecraft.green_carpet", - "item_id": 437, - "properties": [], - "default_state_id": 10600, - "states": [ + }, { "id": 10600, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50, + 49 ] - } - ] - }, - { - "id": 492, - "name": "red_carpet", - "translation_key": "block.minecraft.red_carpet", - "item_id": 438, - "properties": [], - "default_state_id": 10601, - "states": [ + }, { "id": 10601, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 50, + 49 ] - } - ] - }, - { - "id": 493, - "name": "black_carpet", - "translation_key": "block.minecraft.black_carpet", - "item_id": 439, - "properties": [], - "default_state_id": 10602, - "states": [ + }, { "id": 10602, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 202 + 51, + 47 ] - } - ] - }, - { - "id": 494, - "name": "terracotta", - "translation_key": "block.minecraft.terracotta", - "item_id": 440, - "properties": [], - "default_state_id": 10603, - "states": [ + }, { "id": 10603, "luminance": 0, @@ -119980,19 +119752,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 47 ] - } - ] - }, - { - "id": 495, - "name": "coal_block", - "translation_key": "block.minecraft.coal_block", - "item_id": 68, - "properties": [], - "default_state_id": 10604, - "states": [ + }, { "id": 10604, "luminance": 0, @@ -120000,19 +119763,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 53 ] - } - ] - }, - { - "id": 496, - "name": "packed_ice", - "translation_key": "block.minecraft.packed_ice", - "item_id": 441, - "properties": [], - "default_state_id": 10605, - "states": [ + }, { "id": 10605, "luminance": 0, @@ -120020,1460 +119774,2133 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 497, - "name": "sunflower", - "translation_key": "block.minecraft.sunflower", - "item_id": 443, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + 51, + 53 ] - } - ], - "default_state_id": 10607, - "states": [ + }, { "id": 10606, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] }, { "id": 10607, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 498, - "name": "lilac", - "translation_key": "block.minecraft.lilac", - "item_id": 444, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 ] - } - ], - "default_state_id": 10609, - "states": [ + }, { "id": 10608, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] }, { "id": 10609, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 499, - "name": "rose_bush", - "translation_key": "block.minecraft.rose_bush", - "item_id": 445, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 ] - } - ], - "default_state_id": 10611, - "states": [ + }, { "id": 10610, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] }, { "id": 10611, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 500, - "name": "peony", - "translation_key": "block.minecraft.peony", - "item_id": 446, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 ] - } - ], - "default_state_id": 10613, - "states": [ + }, { "id": 10612, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] }, { "id": 10613, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 501, - "name": "tall_grass", - "translation_key": "block.minecraft.tall_grass", - "item_id": 447, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 ] - } - ], - "default_state_id": 10615, - "states": [ + }, { "id": 10614, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] }, { "id": 10615, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 502, - "name": "large_fern", - "translation_key": "block.minecraft.large_fern", - "item_id": 448, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 ] - } - ], - "default_state_id": 10617, - "states": [ + }, { "id": 10616, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] }, { "id": 10617, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 503, - "name": "white_banner", - "translation_key": "block.minecraft.white_banner", - "item_id": 1087, - "wall_variant_id": 519, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 ] - } - ], - "default_state_id": 10618, - "states": [ + }, { "id": 10618, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10619, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10620, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10621, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10622, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10623, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10624, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] }, { "id": 10625, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 472, + "name": "dark_prismarine_stairs", + "translation_key": "block.minecraft.dark_prismarine_stairs", + "item_id": 507, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10637, + "states": [ { "id": 10626, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 42 + ] }, { "id": 10627, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 42 + ] }, { "id": 10628, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { "id": 10629, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { "id": 10630, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { "id": 10631, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { "id": 10632, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 48, + 42, + 49 + ] }, { "id": 10633, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - } - ] - }, - { - "id": 504, - "name": "orange_banner", - "translation_key": "block.minecraft.orange_banner", - "item_id": 1088, - "wall_variant_id": 520, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 48, + 42, + 49 ] - } - ], - "default_state_id": 10634, - "states": [ + }, { "id": 10634, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { "id": 10635, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { "id": 10636, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52 + ] }, { "id": 10637, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52 + ] }, { "id": 10638, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 49 + ] }, { "id": 10639, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 49 + ] }, { "id": 10640, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10641, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10642, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 53 + ] }, { "id": 10643, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 53 + ] }, { "id": 10644, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10645, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10646, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 54, + 52 + ] }, { "id": 10647, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 54, + 52 + ] }, { "id": 10648, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 54, + 44, + 53 + ] }, { "id": 10649, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - } - ] - }, - { - "id": 505, - "name": "magenta_banner", - "translation_key": "block.minecraft.magenta_banner", - "item_id": 1089, - "wall_variant_id": 521, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 54, + 44, + 53 ] - } - ], - "default_state_id": 10650, - "states": [ + }, { "id": 10650, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { "id": 10651, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { "id": 10652, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { "id": 10653, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { "id": 10654, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { "id": 10655, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { "id": 10656, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42 + ] }, { "id": 10657, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42 + ] }, { "id": 10658, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10659, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10660, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { "id": 10661, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { "id": 10662, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] }, { "id": 10663, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] }, { "id": 10664, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 47 + ] }, { "id": 10665, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - } - ] - }, - { - "id": 506, - "name": "light_blue_banner", - "translation_key": "block.minecraft.light_blue_banner", - "item_id": 1090, - "wall_variant_id": 522, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 51, + 47 ] - } - ], - "default_state_id": 10666, - "states": [ + }, { "id": 10666, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 56 + ] }, { "id": 10667, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 56 + ] }, { "id": 10668, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { "id": 10669, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { "id": 10670, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { "id": 10671, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { "id": 10672, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { "id": 10673, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { "id": 10674, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 48, + 42, + 49 + ] }, { "id": 10675, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 48, + 42, + 49 + ] }, { "id": 10676, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50 + ] }, { "id": 10677, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50 + ] }, { "id": 10678, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { "id": 10679, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { "id": 10680, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 50, + 49 + ] }, { "id": 10681, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - } - ] - }, - { - "id": 507, - "name": "yellow_banner", - "translation_key": "block.minecraft.yellow_banner", - "item_id": 1091, - "wall_variant_id": 523, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 51, + 50, + 49 ] - } - ], - "default_state_id": 10682, - "states": [ + }, { "id": 10682, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 47 + ] }, { "id": 10683, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 47 + ] }, { "id": 10684, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 53 + ] }, { "id": 10685, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 53 + ] }, { "id": 10686, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 57, + 50 + ] }, { "id": 10687, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 57, + 50 + ] }, { "id": 10688, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { "id": 10689, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { "id": 10690, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 54, + 44, + 53 + ] }, { "id": 10691, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 54, + 44, + 53 + ] }, { "id": 10692, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { "id": 10693, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { "id": 10694, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { "id": 10695, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { "id": 10696, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 56 + ] }, { "id": 10697, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - } - ] - }, - { - "id": 508, - "name": "lime_banner", - "translation_key": "block.minecraft.lime_banner", - "item_id": 1092, - "wall_variant_id": 524, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 51, + 56 ] - } - ], - "default_state_id": 10698, - "states": [ + }, { "id": 10698, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10699, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { "id": 10700, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10701, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { "id": 10702, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10703, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 49 + ] }, { "id": 10704, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] }, { "id": 10705, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 473, + "name": "prismarine_slab", + "translation_key": "block.minecraft.prismarine_slab", + "item_id": 277, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10709, + "states": [ { "id": 10706, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 201 + ] }, { "id": 10707, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 201 + ] }, { "id": 10708, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10709, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10710, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] }, { "id": 10711, "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - }, - { - "id": 10712, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - }, - { - "id": 10713, - "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] } ] }, { - "id": 509, - "name": "pink_banner", - "translation_key": "block.minecraft.pink_banner", - "item_id": 1093, - "wall_variant_id": 525, + "id": 474, + "name": "prismarine_brick_slab", + "translation_key": "block.minecraft.prismarine_brick_slab", + "item_id": 278, "properties": [ { - "name": "rotation", + "name": "type", "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 10714, + "default_state_id": 10715, "states": [ + { + "id": 10712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 10713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, { "id": 10714, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10715, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10716, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] }, { "id": 10717, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 475, + "name": "dark_prismarine_slab", + "translation_key": "block.minecraft.dark_prismarine_slab", + "item_id": 279, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 10721, + "states": [ { "id": 10718, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 201 + ] }, { "id": 10719, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 201 + ] }, { "id": 10720, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10721, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 51 + ] }, { "id": 10722, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] }, { "id": 10723, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 476, + "name": "sea_lantern", + "translation_key": "block.minecraft.sea_lantern", + "item_id": 508, + "properties": [], + "default_state_id": 10724, + "states": [ { "id": 10724, - "luminance": 0, - "opaque": false, + "luminance": 15, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 477, + "name": "hay_block", + "translation_key": "block.minecraft.hay_block", + "item_id": 444, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 10726, + "states": [ { "id": 10725, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] }, { "id": 10726, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] }, { "id": 10727, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 478, + "name": "white_carpet", + "translation_key": "block.minecraft.white_carpet", + "item_id": 445, + "properties": [], + "default_state_id": 10728, + "states": [ { "id": 10728, "luminance": 0, - "opaque": false, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 479, + "name": "orange_carpet", + "translation_key": "block.minecraft.orange_carpet", + "item_id": 446, + "properties": [], + "default_state_id": 10729, + "states": [ + { + "id": 10729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 480, + "name": "magenta_carpet", + "translation_key": "block.minecraft.magenta_carpet", + "item_id": 447, + "properties": [], + "default_state_id": 10730, + "states": [ + { + "id": 10730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 481, + "name": "light_blue_carpet", + "translation_key": "block.minecraft.light_blue_carpet", + "item_id": 448, + "properties": [], + "default_state_id": 10731, + "states": [ + { + "id": 10731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 482, + "name": "yellow_carpet", + "translation_key": "block.minecraft.yellow_carpet", + "item_id": 449, + "properties": [], + "default_state_id": 10732, + "states": [ + { + "id": 10732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 483, + "name": "lime_carpet", + "translation_key": "block.minecraft.lime_carpet", + "item_id": 450, + "properties": [], + "default_state_id": 10733, + "states": [ + { + "id": 10733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 484, + "name": "pink_carpet", + "translation_key": "block.minecraft.pink_carpet", + "item_id": 451, + "properties": [], + "default_state_id": 10734, + "states": [ + { + "id": 10734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 485, + "name": "gray_carpet", + "translation_key": "block.minecraft.gray_carpet", + "item_id": 452, + "properties": [], + "default_state_id": 10735, + "states": [ + { + "id": 10735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 486, + "name": "light_gray_carpet", + "translation_key": "block.minecraft.light_gray_carpet", + "item_id": 453, + "properties": [], + "default_state_id": 10736, + "states": [ + { + "id": 10736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 487, + "name": "cyan_carpet", + "translation_key": "block.minecraft.cyan_carpet", + "item_id": 454, + "properties": [], + "default_state_id": 10737, + "states": [ + { + "id": 10737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 488, + "name": "purple_carpet", + "translation_key": "block.minecraft.purple_carpet", + "item_id": 455, + "properties": [], + "default_state_id": 10738, + "states": [ + { + "id": 10738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 489, + "name": "blue_carpet", + "translation_key": "block.minecraft.blue_carpet", + "item_id": 456, + "properties": [], + "default_state_id": 10739, + "states": [ + { + "id": 10739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 490, + "name": "brown_carpet", + "translation_key": "block.minecraft.brown_carpet", + "item_id": 457, + "properties": [], + "default_state_id": 10740, + "states": [ + { + "id": 10740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 491, + "name": "green_carpet", + "translation_key": "block.minecraft.green_carpet", + "item_id": 458, + "properties": [], + "default_state_id": 10741, + "states": [ + { + "id": 10741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 492, + "name": "red_carpet", + "translation_key": "block.minecraft.red_carpet", + "item_id": 459, + "properties": [], + "default_state_id": 10742, + "states": [ + { + "id": 10742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 493, + "name": "black_carpet", + "translation_key": "block.minecraft.black_carpet", + "item_id": 460, + "properties": [], + "default_state_id": 10743, + "states": [ + { + "id": 10743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 494, + "name": "terracotta", + "translation_key": "block.minecraft.terracotta", + "item_id": 461, + "properties": [], + "default_state_id": 10744, + "states": [ + { + "id": 10744, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 495, + "name": "coal_block", + "translation_key": "block.minecraft.coal_block", + "item_id": 81, + "properties": [], + "default_state_id": 10745, + "states": [ + { + "id": 10745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 496, + "name": "packed_ice", + "translation_key": "block.minecraft.packed_ice", + "item_id": 462, + "properties": [], + "default_state_id": 10746, + "states": [ + { + "id": 10746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 497, + "name": "sunflower", + "translation_key": "block.minecraft.sunflower", + "item_id": 464, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10748, + "states": [ + { + "id": 10747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 10729, + "id": 10748, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 19 + "blocks_motion": false, + "collision_shapes": [] } ] }, { - "id": 510, - "name": "gray_banner", - "translation_key": "block.minecraft.gray_banner", - "item_id": 1094, - "wall_variant_id": 526, + "id": 498, + "name": "lilac", + "translation_key": "block.minecraft.lilac", + "item_id": 465, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10750, + "states": [ + { + "id": 10749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 499, + "name": "rose_bush", + "translation_key": "block.minecraft.rose_bush", + "item_id": 466, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10752, + "states": [ + { + "id": 10751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 500, + "name": "peony", + "translation_key": "block.minecraft.peony", + "item_id": 467, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10754, + "states": [ + { + "id": 10753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 501, + "name": "tall_grass", + "translation_key": "block.minecraft.tall_grass", + "item_id": 468, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10756, + "states": [ + { + "id": 10755, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10756, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 502, + "name": "large_fern", + "translation_key": "block.minecraft.large_fern", + "item_id": 469, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 10758, + "states": [ + { + "id": 10757, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 10758, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 503, + "name": "white_banner", + "translation_key": "block.minecraft.white_banner", + "item_id": 1126, + "wall_variant_id": 519, "properties": [ { "name": "rotation", @@ -121497,10 +121924,10 @@ ] } ], - "default_state_id": 10730, + "default_state_id": 10759, "states": [ { - "id": 10730, + "id": 10759, "luminance": 0, "opaque": false, "replaceable": false, @@ -121509,7 +121936,7 @@ "block_entity_type": 19 }, { - "id": 10731, + "id": 10760, "luminance": 0, "opaque": false, "replaceable": false, @@ -121518,7 +121945,7 @@ "block_entity_type": 19 }, { - "id": 10732, + "id": 10761, "luminance": 0, "opaque": false, "replaceable": false, @@ -121527,7 +121954,7 @@ "block_entity_type": 19 }, { - "id": 10733, + "id": 10762, "luminance": 0, "opaque": false, "replaceable": false, @@ -121536,7 +121963,7 @@ "block_entity_type": 19 }, { - "id": 10734, + "id": 10763, "luminance": 0, "opaque": false, "replaceable": false, @@ -121545,7 +121972,7 @@ "block_entity_type": 19 }, { - "id": 10735, + "id": 10764, "luminance": 0, "opaque": false, "replaceable": false, @@ -121554,7 +121981,7 @@ "block_entity_type": 19 }, { - "id": 10736, + "id": 10765, "luminance": 0, "opaque": false, "replaceable": false, @@ -121563,7 +121990,7 @@ "block_entity_type": 19 }, { - "id": 10737, + "id": 10766, "luminance": 0, "opaque": false, "replaceable": false, @@ -121572,7 +121999,7 @@ "block_entity_type": 19 }, { - "id": 10738, + "id": 10767, "luminance": 0, "opaque": false, "replaceable": false, @@ -121581,7 +122008,7 @@ "block_entity_type": 19 }, { - "id": 10739, + "id": 10768, "luminance": 0, "opaque": false, "replaceable": false, @@ -121590,7 +122017,7 @@ "block_entity_type": 19 }, { - "id": 10740, + "id": 10769, "luminance": 0, "opaque": false, "replaceable": false, @@ -121599,7 +122026,7 @@ "block_entity_type": 19 }, { - "id": 10741, + "id": 10770, "luminance": 0, "opaque": false, "replaceable": false, @@ -121608,7 +122035,7 @@ "block_entity_type": 19 }, { - "id": 10742, + "id": 10771, "luminance": 0, "opaque": false, "replaceable": false, @@ -121617,7 +122044,7 @@ "block_entity_type": 19 }, { - "id": 10743, + "id": 10772, "luminance": 0, "opaque": false, "replaceable": false, @@ -121626,7 +122053,7 @@ "block_entity_type": 19 }, { - "id": 10744, + "id": 10773, "luminance": 0, "opaque": false, "replaceable": false, @@ -121635,7 +122062,7 @@ "block_entity_type": 19 }, { - "id": 10745, + "id": 10774, "luminance": 0, "opaque": false, "replaceable": false, @@ -121646,11 +122073,11 @@ ] }, { - "id": 511, - "name": "light_gray_banner", - "translation_key": "block.minecraft.light_gray_banner", - "item_id": 1095, - "wall_variant_id": 527, + "id": 504, + "name": "orange_banner", + "translation_key": "block.minecraft.orange_banner", + "item_id": 1127, + "wall_variant_id": 520, "properties": [ { "name": "rotation", @@ -121674,10 +122101,10 @@ ] } ], - "default_state_id": 10746, + "default_state_id": 10775, "states": [ { - "id": 10746, + "id": 10775, "luminance": 0, "opaque": false, "replaceable": false, @@ -121686,7 +122113,7 @@ "block_entity_type": 19 }, { - "id": 10747, + "id": 10776, "luminance": 0, "opaque": false, "replaceable": false, @@ -121695,7 +122122,7 @@ "block_entity_type": 19 }, { - "id": 10748, + "id": 10777, "luminance": 0, "opaque": false, "replaceable": false, @@ -121704,7 +122131,7 @@ "block_entity_type": 19 }, { - "id": 10749, + "id": 10778, "luminance": 0, "opaque": false, "replaceable": false, @@ -121713,7 +122140,7 @@ "block_entity_type": 19 }, { - "id": 10750, + "id": 10779, "luminance": 0, "opaque": false, "replaceable": false, @@ -121722,7 +122149,7 @@ "block_entity_type": 19 }, { - "id": 10751, + "id": 10780, "luminance": 0, "opaque": false, "replaceable": false, @@ -121731,7 +122158,7 @@ "block_entity_type": 19 }, { - "id": 10752, + "id": 10781, "luminance": 0, "opaque": false, "replaceable": false, @@ -121740,7 +122167,7 @@ "block_entity_type": 19 }, { - "id": 10753, + "id": 10782, "luminance": 0, "opaque": false, "replaceable": false, @@ -121749,7 +122176,7 @@ "block_entity_type": 19 }, { - "id": 10754, + "id": 10783, "luminance": 0, "opaque": false, "replaceable": false, @@ -121758,7 +122185,7 @@ "block_entity_type": 19 }, { - "id": 10755, + "id": 10784, "luminance": 0, "opaque": false, "replaceable": false, @@ -121767,7 +122194,7 @@ "block_entity_type": 19 }, { - "id": 10756, + "id": 10785, "luminance": 0, "opaque": false, "replaceable": false, @@ -121776,7 +122203,7 @@ "block_entity_type": 19 }, { - "id": 10757, + "id": 10786, "luminance": 0, "opaque": false, "replaceable": false, @@ -121785,7 +122212,7 @@ "block_entity_type": 19 }, { - "id": 10758, + "id": 10787, "luminance": 0, "opaque": false, "replaceable": false, @@ -121794,7 +122221,7 @@ "block_entity_type": 19 }, { - "id": 10759, + "id": 10788, "luminance": 0, "opaque": false, "replaceable": false, @@ -121803,7 +122230,7 @@ "block_entity_type": 19 }, { - "id": 10760, + "id": 10789, "luminance": 0, "opaque": false, "replaceable": false, @@ -121812,7 +122239,7 @@ "block_entity_type": 19 }, { - "id": 10761, + "id": 10790, "luminance": 0, "opaque": false, "replaceable": false, @@ -121823,11 +122250,11 @@ ] }, { - "id": 512, - "name": "cyan_banner", - "translation_key": "block.minecraft.cyan_banner", - "item_id": 1096, - "wall_variant_id": 528, + "id": 505, + "name": "magenta_banner", + "translation_key": "block.minecraft.magenta_banner", + "item_id": 1128, + "wall_variant_id": 521, "properties": [ { "name": "rotation", @@ -121851,10 +122278,10 @@ ] } ], - "default_state_id": 10762, + "default_state_id": 10791, "states": [ { - "id": 10762, + "id": 10791, "luminance": 0, "opaque": false, "replaceable": false, @@ -121863,7 +122290,7 @@ "block_entity_type": 19 }, { - "id": 10763, + "id": 10792, "luminance": 0, "opaque": false, "replaceable": false, @@ -121872,7 +122299,7 @@ "block_entity_type": 19 }, { - "id": 10764, + "id": 10793, "luminance": 0, "opaque": false, "replaceable": false, @@ -121881,7 +122308,7 @@ "block_entity_type": 19 }, { - "id": 10765, + "id": 10794, "luminance": 0, "opaque": false, "replaceable": false, @@ -121890,7 +122317,7 @@ "block_entity_type": 19 }, { - "id": 10766, + "id": 10795, "luminance": 0, "opaque": false, "replaceable": false, @@ -121899,7 +122326,7 @@ "block_entity_type": 19 }, { - "id": 10767, + "id": 10796, "luminance": 0, "opaque": false, "replaceable": false, @@ -121908,7 +122335,7 @@ "block_entity_type": 19 }, { - "id": 10768, + "id": 10797, "luminance": 0, "opaque": false, "replaceable": false, @@ -121917,7 +122344,7 @@ "block_entity_type": 19 }, { - "id": 10769, + "id": 10798, "luminance": 0, "opaque": false, "replaceable": false, @@ -121926,7 +122353,7 @@ "block_entity_type": 19 }, { - "id": 10770, + "id": 10799, "luminance": 0, "opaque": false, "replaceable": false, @@ -121935,7 +122362,7 @@ "block_entity_type": 19 }, { - "id": 10771, + "id": 10800, "luminance": 0, "opaque": false, "replaceable": false, @@ -121944,7 +122371,7 @@ "block_entity_type": 19 }, { - "id": 10772, + "id": 10801, "luminance": 0, "opaque": false, "replaceable": false, @@ -121953,7 +122380,7 @@ "block_entity_type": 19 }, { - "id": 10773, + "id": 10802, "luminance": 0, "opaque": false, "replaceable": false, @@ -121962,7 +122389,7 @@ "block_entity_type": 19 }, { - "id": 10774, + "id": 10803, "luminance": 0, "opaque": false, "replaceable": false, @@ -121971,7 +122398,7 @@ "block_entity_type": 19 }, { - "id": 10775, + "id": 10804, "luminance": 0, "opaque": false, "replaceable": false, @@ -121980,7 +122407,7 @@ "block_entity_type": 19 }, { - "id": 10776, + "id": 10805, "luminance": 0, "opaque": false, "replaceable": false, @@ -121989,7 +122416,7 @@ "block_entity_type": 19 }, { - "id": 10777, + "id": 10806, "luminance": 0, "opaque": false, "replaceable": false, @@ -122000,11 +122427,11 @@ ] }, { - "id": 513, - "name": "purple_banner", - "translation_key": "block.minecraft.purple_banner", - "item_id": 1097, - "wall_variant_id": 529, + "id": 506, + "name": "light_blue_banner", + "translation_key": "block.minecraft.light_blue_banner", + "item_id": 1129, + "wall_variant_id": 522, "properties": [ { "name": "rotation", @@ -122028,10 +122455,10 @@ ] } ], - "default_state_id": 10778, + "default_state_id": 10807, "states": [ { - "id": 10778, + "id": 10807, "luminance": 0, "opaque": false, "replaceable": false, @@ -122040,7 +122467,7 @@ "block_entity_type": 19 }, { - "id": 10779, + "id": 10808, "luminance": 0, "opaque": false, "replaceable": false, @@ -122049,7 +122476,7 @@ "block_entity_type": 19 }, { - "id": 10780, + "id": 10809, "luminance": 0, "opaque": false, "replaceable": false, @@ -122058,7 +122485,7 @@ "block_entity_type": 19 }, { - "id": 10781, + "id": 10810, "luminance": 0, "opaque": false, "replaceable": false, @@ -122067,7 +122494,7 @@ "block_entity_type": 19 }, { - "id": 10782, + "id": 10811, "luminance": 0, "opaque": false, "replaceable": false, @@ -122076,7 +122503,7 @@ "block_entity_type": 19 }, { - "id": 10783, + "id": 10812, "luminance": 0, "opaque": false, "replaceable": false, @@ -122085,7 +122512,7 @@ "block_entity_type": 19 }, { - "id": 10784, + "id": 10813, "luminance": 0, "opaque": false, "replaceable": false, @@ -122094,7 +122521,7 @@ "block_entity_type": 19 }, { - "id": 10785, + "id": 10814, "luminance": 0, "opaque": false, "replaceable": false, @@ -122103,7 +122530,7 @@ "block_entity_type": 19 }, { - "id": 10786, + "id": 10815, "luminance": 0, "opaque": false, "replaceable": false, @@ -122112,7 +122539,7 @@ "block_entity_type": 19 }, { - "id": 10787, + "id": 10816, "luminance": 0, "opaque": false, "replaceable": false, @@ -122121,7 +122548,7 @@ "block_entity_type": 19 }, { - "id": 10788, + "id": 10817, "luminance": 0, "opaque": false, "replaceable": false, @@ -122130,7 +122557,7 @@ "block_entity_type": 19 }, { - "id": 10789, + "id": 10818, "luminance": 0, "opaque": false, "replaceable": false, @@ -122139,7 +122566,7 @@ "block_entity_type": 19 }, { - "id": 10790, + "id": 10819, "luminance": 0, "opaque": false, "replaceable": false, @@ -122148,7 +122575,7 @@ "block_entity_type": 19 }, { - "id": 10791, + "id": 10820, "luminance": 0, "opaque": false, "replaceable": false, @@ -122157,7 +122584,7 @@ "block_entity_type": 19 }, { - "id": 10792, + "id": 10821, "luminance": 0, "opaque": false, "replaceable": false, @@ -122166,7 +122593,7 @@ "block_entity_type": 19 }, { - "id": 10793, + "id": 10822, "luminance": 0, "opaque": false, "replaceable": false, @@ -122177,11 +122604,11 @@ ] }, { - "id": 514, - "name": "blue_banner", - "translation_key": "block.minecraft.blue_banner", - "item_id": 1098, - "wall_variant_id": 530, + "id": 507, + "name": "yellow_banner", + "translation_key": "block.minecraft.yellow_banner", + "item_id": 1130, + "wall_variant_id": 523, "properties": [ { "name": "rotation", @@ -122205,10 +122632,10 @@ ] } ], - "default_state_id": 10794, + "default_state_id": 10823, "states": [ { - "id": 10794, + "id": 10823, "luminance": 0, "opaque": false, "replaceable": false, @@ -122217,7 +122644,7 @@ "block_entity_type": 19 }, { - "id": 10795, + "id": 10824, "luminance": 0, "opaque": false, "replaceable": false, @@ -122226,7 +122653,7 @@ "block_entity_type": 19 }, { - "id": 10796, + "id": 10825, "luminance": 0, "opaque": false, "replaceable": false, @@ -122235,7 +122662,7 @@ "block_entity_type": 19 }, { - "id": 10797, + "id": 10826, "luminance": 0, "opaque": false, "replaceable": false, @@ -122244,7 +122671,7 @@ "block_entity_type": 19 }, { - "id": 10798, + "id": 10827, "luminance": 0, "opaque": false, "replaceable": false, @@ -122253,7 +122680,7 @@ "block_entity_type": 19 }, { - "id": 10799, + "id": 10828, "luminance": 0, "opaque": false, "replaceable": false, @@ -122262,7 +122689,7 @@ "block_entity_type": 19 }, { - "id": 10800, + "id": 10829, "luminance": 0, "opaque": false, "replaceable": false, @@ -122271,7 +122698,7 @@ "block_entity_type": 19 }, { - "id": 10801, + "id": 10830, "luminance": 0, "opaque": false, "replaceable": false, @@ -122280,7 +122707,7 @@ "block_entity_type": 19 }, { - "id": 10802, + "id": 10831, "luminance": 0, "opaque": false, "replaceable": false, @@ -122289,7 +122716,7 @@ "block_entity_type": 19 }, { - "id": 10803, + "id": 10832, "luminance": 0, "opaque": false, "replaceable": false, @@ -122298,7 +122725,7 @@ "block_entity_type": 19 }, { - "id": 10804, + "id": 10833, "luminance": 0, "opaque": false, "replaceable": false, @@ -122307,7 +122734,7 @@ "block_entity_type": 19 }, { - "id": 10805, + "id": 10834, "luminance": 0, "opaque": false, "replaceable": false, @@ -122316,7 +122743,7 @@ "block_entity_type": 19 }, { - "id": 10806, + "id": 10835, "luminance": 0, "opaque": false, "replaceable": false, @@ -122325,7 +122752,7 @@ "block_entity_type": 19 }, { - "id": 10807, + "id": 10836, "luminance": 0, "opaque": false, "replaceable": false, @@ -122334,7 +122761,7 @@ "block_entity_type": 19 }, { - "id": 10808, + "id": 10837, "luminance": 0, "opaque": false, "replaceable": false, @@ -122343,7 +122770,7 @@ "block_entity_type": 19 }, { - "id": 10809, + "id": 10838, "luminance": 0, "opaque": false, "replaceable": false, @@ -122354,11 +122781,11 @@ ] }, { - "id": 515, - "name": "brown_banner", - "translation_key": "block.minecraft.brown_banner", - "item_id": 1099, - "wall_variant_id": 531, + "id": 508, + "name": "lime_banner", + "translation_key": "block.minecraft.lime_banner", + "item_id": 1131, + "wall_variant_id": 524, "properties": [ { "name": "rotation", @@ -122382,10 +122809,10 @@ ] } ], - "default_state_id": 10810, + "default_state_id": 10839, "states": [ { - "id": 10810, + "id": 10839, "luminance": 0, "opaque": false, "replaceable": false, @@ -122394,7 +122821,7 @@ "block_entity_type": 19 }, { - "id": 10811, + "id": 10840, "luminance": 0, "opaque": false, "replaceable": false, @@ -122403,7 +122830,7 @@ "block_entity_type": 19 }, { - "id": 10812, + "id": 10841, "luminance": 0, "opaque": false, "replaceable": false, @@ -122412,7 +122839,7 @@ "block_entity_type": 19 }, { - "id": 10813, + "id": 10842, "luminance": 0, "opaque": false, "replaceable": false, @@ -122421,7 +122848,7 @@ "block_entity_type": 19 }, { - "id": 10814, + "id": 10843, "luminance": 0, "opaque": false, "replaceable": false, @@ -122430,7 +122857,7 @@ "block_entity_type": 19 }, { - "id": 10815, + "id": 10844, "luminance": 0, "opaque": false, "replaceable": false, @@ -122439,7 +122866,7 @@ "block_entity_type": 19 }, { - "id": 10816, + "id": 10845, "luminance": 0, "opaque": false, "replaceable": false, @@ -122448,7 +122875,7 @@ "block_entity_type": 19 }, { - "id": 10817, + "id": 10846, "luminance": 0, "opaque": false, "replaceable": false, @@ -122457,7 +122884,7 @@ "block_entity_type": 19 }, { - "id": 10818, + "id": 10847, "luminance": 0, "opaque": false, "replaceable": false, @@ -122466,7 +122893,7 @@ "block_entity_type": 19 }, { - "id": 10819, + "id": 10848, "luminance": 0, "opaque": false, "replaceable": false, @@ -122475,7 +122902,7 @@ "block_entity_type": 19 }, { - "id": 10820, + "id": 10849, "luminance": 0, "opaque": false, "replaceable": false, @@ -122484,7 +122911,7 @@ "block_entity_type": 19 }, { - "id": 10821, + "id": 10850, "luminance": 0, "opaque": false, "replaceable": false, @@ -122493,7 +122920,7 @@ "block_entity_type": 19 }, { - "id": 10822, + "id": 10851, "luminance": 0, "opaque": false, "replaceable": false, @@ -122502,7 +122929,7 @@ "block_entity_type": 19 }, { - "id": 10823, + "id": 10852, "luminance": 0, "opaque": false, "replaceable": false, @@ -122511,7 +122938,7 @@ "block_entity_type": 19 }, { - "id": 10824, + "id": 10853, "luminance": 0, "opaque": false, "replaceable": false, @@ -122520,7 +122947,7 @@ "block_entity_type": 19 }, { - "id": 10825, + "id": 10854, "luminance": 0, "opaque": false, "replaceable": false, @@ -122531,11 +122958,11 @@ ] }, { - "id": 516, - "name": "green_banner", - "translation_key": "block.minecraft.green_banner", - "item_id": 1100, - "wall_variant_id": 532, + "id": 509, + "name": "pink_banner", + "translation_key": "block.minecraft.pink_banner", + "item_id": 1132, + "wall_variant_id": 525, "properties": [ { "name": "rotation", @@ -122559,10 +122986,10 @@ ] } ], - "default_state_id": 10826, + "default_state_id": 10855, "states": [ { - "id": 10826, + "id": 10855, "luminance": 0, "opaque": false, "replaceable": false, @@ -122571,7 +122998,7 @@ "block_entity_type": 19 }, { - "id": 10827, + "id": 10856, "luminance": 0, "opaque": false, "replaceable": false, @@ -122580,7 +123007,7 @@ "block_entity_type": 19 }, { - "id": 10828, + "id": 10857, "luminance": 0, "opaque": false, "replaceable": false, @@ -122589,7 +123016,7 @@ "block_entity_type": 19 }, { - "id": 10829, + "id": 10858, "luminance": 0, "opaque": false, "replaceable": false, @@ -122598,7 +123025,7 @@ "block_entity_type": 19 }, { - "id": 10830, + "id": 10859, "luminance": 0, "opaque": false, "replaceable": false, @@ -122607,7 +123034,7 @@ "block_entity_type": 19 }, { - "id": 10831, + "id": 10860, "luminance": 0, "opaque": false, "replaceable": false, @@ -122616,7 +123043,7 @@ "block_entity_type": 19 }, { - "id": 10832, + "id": 10861, "luminance": 0, "opaque": false, "replaceable": false, @@ -122625,7 +123052,7 @@ "block_entity_type": 19 }, { - "id": 10833, + "id": 10862, "luminance": 0, "opaque": false, "replaceable": false, @@ -122634,7 +123061,7 @@ "block_entity_type": 19 }, { - "id": 10834, + "id": 10863, "luminance": 0, "opaque": false, "replaceable": false, @@ -122643,7 +123070,7 @@ "block_entity_type": 19 }, { - "id": 10835, + "id": 10864, "luminance": 0, "opaque": false, "replaceable": false, @@ -122652,7 +123079,7 @@ "block_entity_type": 19 }, { - "id": 10836, + "id": 10865, "luminance": 0, "opaque": false, "replaceable": false, @@ -122661,7 +123088,7 @@ "block_entity_type": 19 }, { - "id": 10837, + "id": 10866, "luminance": 0, "opaque": false, "replaceable": false, @@ -122670,7 +123097,7 @@ "block_entity_type": 19 }, { - "id": 10838, + "id": 10867, "luminance": 0, "opaque": false, "replaceable": false, @@ -122679,7 +123106,7 @@ "block_entity_type": 19 }, { - "id": 10839, + "id": 10868, "luminance": 0, "opaque": false, "replaceable": false, @@ -122688,7 +123115,7 @@ "block_entity_type": 19 }, { - "id": 10840, + "id": 10869, "luminance": 0, "opaque": false, "replaceable": false, @@ -122697,7 +123124,7 @@ "block_entity_type": 19 }, { - "id": 10841, + "id": 10870, "luminance": 0, "opaque": false, "replaceable": false, @@ -122708,11 +123135,11 @@ ] }, { - "id": 517, - "name": "red_banner", - "translation_key": "block.minecraft.red_banner", - "item_id": 1101, - "wall_variant_id": 533, + "id": 510, + "name": "gray_banner", + "translation_key": "block.minecraft.gray_banner", + "item_id": 1133, + "wall_variant_id": 526, "properties": [ { "name": "rotation", @@ -122736,10 +123163,10 @@ ] } ], - "default_state_id": 10842, + "default_state_id": 10871, "states": [ { - "id": 10842, + "id": 10871, "luminance": 0, "opaque": false, "replaceable": false, @@ -122748,7 +123175,7 @@ "block_entity_type": 19 }, { - "id": 10843, + "id": 10872, "luminance": 0, "opaque": false, "replaceable": false, @@ -122757,7 +123184,7 @@ "block_entity_type": 19 }, { - "id": 10844, + "id": 10873, "luminance": 0, "opaque": false, "replaceable": false, @@ -122766,7 +123193,7 @@ "block_entity_type": 19 }, { - "id": 10845, + "id": 10874, "luminance": 0, "opaque": false, "replaceable": false, @@ -122775,7 +123202,7 @@ "block_entity_type": 19 }, { - "id": 10846, + "id": 10875, "luminance": 0, "opaque": false, "replaceable": false, @@ -122784,7 +123211,7 @@ "block_entity_type": 19 }, { - "id": 10847, + "id": 10876, "luminance": 0, "opaque": false, "replaceable": false, @@ -122793,7 +123220,7 @@ "block_entity_type": 19 }, { - "id": 10848, + "id": 10877, "luminance": 0, "opaque": false, "replaceable": false, @@ -122802,7 +123229,7 @@ "block_entity_type": 19 }, { - "id": 10849, + "id": 10878, "luminance": 0, "opaque": false, "replaceable": false, @@ -122811,7 +123238,7 @@ "block_entity_type": 19 }, { - "id": 10850, + "id": 10879, "luminance": 0, "opaque": false, "replaceable": false, @@ -122820,7 +123247,7 @@ "block_entity_type": 19 }, { - "id": 10851, + "id": 10880, "luminance": 0, "opaque": false, "replaceable": false, @@ -122829,7 +123256,7 @@ "block_entity_type": 19 }, { - "id": 10852, + "id": 10881, "luminance": 0, "opaque": false, "replaceable": false, @@ -122838,7 +123265,7 @@ "block_entity_type": 19 }, { - "id": 10853, + "id": 10882, "luminance": 0, "opaque": false, "replaceable": false, @@ -122847,7 +123274,7 @@ "block_entity_type": 19 }, { - "id": 10854, + "id": 10883, "luminance": 0, "opaque": false, "replaceable": false, @@ -122856,7 +123283,7 @@ "block_entity_type": 19 }, { - "id": 10855, + "id": 10884, "luminance": 0, "opaque": false, "replaceable": false, @@ -122865,7 +123292,7 @@ "block_entity_type": 19 }, { - "id": 10856, + "id": 10885, "luminance": 0, "opaque": false, "replaceable": false, @@ -122874,7 +123301,7 @@ "block_entity_type": 19 }, { - "id": 10857, + "id": 10886, "luminance": 0, "opaque": false, "replaceable": false, @@ -122885,11 +123312,11 @@ ] }, { - "id": 518, - "name": "black_banner", - "translation_key": "block.minecraft.black_banner", - "item_id": 1102, - "wall_variant_id": 534, + "id": 511, + "name": "light_gray_banner", + "translation_key": "block.minecraft.light_gray_banner", + "item_id": 1134, + "wall_variant_id": 527, "properties": [ { "name": "rotation", @@ -122913,10 +123340,10 @@ ] } ], - "default_state_id": 10858, + "default_state_id": 10887, "states": [ { - "id": 10858, + "id": 10887, "luminance": 0, "opaque": false, "replaceable": false, @@ -122925,7 +123352,7 @@ "block_entity_type": 19 }, { - "id": 10859, + "id": 10888, "luminance": 0, "opaque": false, "replaceable": false, @@ -122934,7 +123361,7 @@ "block_entity_type": 19 }, { - "id": 10860, + "id": 10889, "luminance": 0, "opaque": false, "replaceable": false, @@ -122943,7 +123370,7 @@ "block_entity_type": 19 }, { - "id": 10861, + "id": 10890, "luminance": 0, "opaque": false, "replaceable": false, @@ -122952,7 +123379,7 @@ "block_entity_type": 19 }, { - "id": 10862, + "id": 10891, "luminance": 0, "opaque": false, "replaceable": false, @@ -122961,7 +123388,7 @@ "block_entity_type": 19 }, { - "id": 10863, + "id": 10892, "luminance": 0, "opaque": false, "replaceable": false, @@ -122970,7 +123397,7 @@ "block_entity_type": 19 }, { - "id": 10864, + "id": 10893, "luminance": 0, "opaque": false, "replaceable": false, @@ -122979,7 +123406,7 @@ "block_entity_type": 19 }, { - "id": 10865, + "id": 10894, "luminance": 0, "opaque": false, "replaceable": false, @@ -122988,7 +123415,7 @@ "block_entity_type": 19 }, { - "id": 10866, + "id": 10895, "luminance": 0, "opaque": false, "replaceable": false, @@ -122997,7 +123424,7 @@ "block_entity_type": 19 }, { - "id": 10867, + "id": 10896, "luminance": 0, "opaque": false, "replaceable": false, @@ -123006,7 +123433,7 @@ "block_entity_type": 19 }, { - "id": 10868, + "id": 10897, "luminance": 0, "opaque": false, "replaceable": false, @@ -123015,7 +123442,7 @@ "block_entity_type": 19 }, { - "id": 10869, + "id": 10898, "luminance": 0, "opaque": false, "replaceable": false, @@ -123024,7 +123451,7 @@ "block_entity_type": 19 }, { - "id": 10870, + "id": 10899, "luminance": 0, "opaque": false, "replaceable": false, @@ -123033,7 +123460,7 @@ "block_entity_type": 19 }, { - "id": 10871, + "id": 10900, "luminance": 0, "opaque": false, "replaceable": false, @@ -123042,7 +123469,7 @@ "block_entity_type": 19 }, { - "id": 10872, + "id": 10901, "luminance": 0, "opaque": false, "replaceable": false, @@ -123051,7 +123478,7 @@ "block_entity_type": 19 }, { - "id": 10873, + "id": 10902, "luminance": 0, "opaque": false, "replaceable": false, @@ -123062,25 +123489,38 @@ ] }, { - "id": 519, - "name": "white_wall_banner", - "translation_key": "block.minecraft.white_banner", - "item_id": 1087, + "id": 512, + "name": "cyan_banner", + "translation_key": "block.minecraft.cyan_banner", + "item_id": 1135, + "wall_variant_id": 528, "properties": [ { - "name": "facing", + "name": "rotation", "values": [ - "north", - "south", - "west", - "east" + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] } ], - "default_state_id": 10874, + "default_state_id": 10903, "states": [ { - "id": 10874, + "id": 10903, "luminance": 0, "opaque": false, "replaceable": false, @@ -123089,7 +123529,7 @@ "block_entity_type": 19 }, { - "id": 10875, + "id": 10904, "luminance": 0, "opaque": false, "replaceable": false, @@ -123098,7 +123538,7 @@ "block_entity_type": 19 }, { - "id": 10876, + "id": 10905, "luminance": 0, "opaque": false, "replaceable": false, @@ -123107,36 +123547,16 @@ "block_entity_type": 19 }, { - "id": 10877, + "id": 10906, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 520, - "name": "orange_wall_banner", - "translation_key": "block.minecraft.orange_banner", - "item_id": 1088, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10878, - "states": [ + }, { - "id": 10878, + "id": 10907, "luminance": 0, "opaque": false, "replaceable": false, @@ -123145,7 +123565,7 @@ "block_entity_type": 19 }, { - "id": 10879, + "id": 10908, "luminance": 0, "opaque": false, "replaceable": false, @@ -123154,7 +123574,7 @@ "block_entity_type": 19 }, { - "id": 10880, + "id": 10909, "luminance": 0, "opaque": false, "replaceable": false, @@ -123163,36 +123583,16 @@ "block_entity_type": 19 }, { - "id": 10881, + "id": 10910, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 521, - "name": "magenta_wall_banner", - "translation_key": "block.minecraft.magenta_banner", - "item_id": 1089, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10882, - "states": [ + }, { - "id": 10882, + "id": 10911, "luminance": 0, "opaque": false, "replaceable": false, @@ -123201,7 +123601,7 @@ "block_entity_type": 19 }, { - "id": 10883, + "id": 10912, "luminance": 0, "opaque": false, "replaceable": false, @@ -123210,7 +123610,7 @@ "block_entity_type": 19 }, { - "id": 10884, + "id": 10913, "luminance": 0, "opaque": false, "replaceable": false, @@ -123219,36 +123619,16 @@ "block_entity_type": 19 }, { - "id": 10885, + "id": 10914, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 522, - "name": "light_blue_wall_banner", - "translation_key": "block.minecraft.light_blue_banner", - "item_id": 1090, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10886, - "states": [ + }, { - "id": 10886, + "id": 10915, "luminance": 0, "opaque": false, "replaceable": false, @@ -123257,7 +123637,7 @@ "block_entity_type": 19 }, { - "id": 10887, + "id": 10916, "luminance": 0, "opaque": false, "replaceable": false, @@ -123266,7 +123646,7 @@ "block_entity_type": 19 }, { - "id": 10888, + "id": 10917, "luminance": 0, "opaque": false, "replaceable": false, @@ -123275,7 +123655,7 @@ "block_entity_type": 19 }, { - "id": 10889, + "id": 10918, "luminance": 0, "opaque": false, "replaceable": false, @@ -123286,25 +123666,38 @@ ] }, { - "id": 523, - "name": "yellow_wall_banner", - "translation_key": "block.minecraft.yellow_banner", - "item_id": 1091, + "id": 513, + "name": "purple_banner", + "translation_key": "block.minecraft.purple_banner", + "item_id": 1136, + "wall_variant_id": 529, "properties": [ { - "name": "facing", + "name": "rotation", "values": [ - "north", - "south", - "west", - "east" + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] } ], - "default_state_id": 10890, + "default_state_id": 10919, "states": [ { - "id": 10890, + "id": 10919, "luminance": 0, "opaque": false, "replaceable": false, @@ -123313,7 +123706,7 @@ "block_entity_type": 19 }, { - "id": 10891, + "id": 10920, "luminance": 0, "opaque": false, "replaceable": false, @@ -123322,7 +123715,7 @@ "block_entity_type": 19 }, { - "id": 10892, + "id": 10921, "luminance": 0, "opaque": false, "replaceable": false, @@ -123331,36 +123724,16 @@ "block_entity_type": 19 }, { - "id": 10893, + "id": 10922, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 524, - "name": "lime_wall_banner", - "translation_key": "block.minecraft.lime_banner", - "item_id": 1092, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10894, - "states": [ + }, { - "id": 10894, + "id": 10923, "luminance": 0, "opaque": false, "replaceable": false, @@ -123369,7 +123742,7 @@ "block_entity_type": 19 }, { - "id": 10895, + "id": 10924, "luminance": 0, "opaque": false, "replaceable": false, @@ -123378,7 +123751,7 @@ "block_entity_type": 19 }, { - "id": 10896, + "id": 10925, "luminance": 0, "opaque": false, "replaceable": false, @@ -123387,36 +123760,16 @@ "block_entity_type": 19 }, { - "id": 10897, + "id": 10926, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 525, - "name": "pink_wall_banner", - "translation_key": "block.minecraft.pink_banner", - "item_id": 1093, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10898, - "states": [ + }, { - "id": 10898, + "id": 10927, "luminance": 0, "opaque": false, "replaceable": false, @@ -123425,7 +123778,7 @@ "block_entity_type": 19 }, { - "id": 10899, + "id": 10928, "luminance": 0, "opaque": false, "replaceable": false, @@ -123434,7 +123787,7 @@ "block_entity_type": 19 }, { - "id": 10900, + "id": 10929, "luminance": 0, "opaque": false, "replaceable": false, @@ -123443,36 +123796,16 @@ "block_entity_type": 19 }, { - "id": 10901, + "id": 10930, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 526, - "name": "gray_wall_banner", - "translation_key": "block.minecraft.gray_banner", - "item_id": 1094, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10902, - "states": [ + }, { - "id": 10902, + "id": 10931, "luminance": 0, "opaque": false, "replaceable": false, @@ -123481,7 +123814,7 @@ "block_entity_type": 19 }, { - "id": 10903, + "id": 10932, "luminance": 0, "opaque": false, "replaceable": false, @@ -123490,7 +123823,7 @@ "block_entity_type": 19 }, { - "id": 10904, + "id": 10933, "luminance": 0, "opaque": false, "replaceable": false, @@ -123499,7 +123832,7 @@ "block_entity_type": 19 }, { - "id": 10905, + "id": 10934, "luminance": 0, "opaque": false, "replaceable": false, @@ -123510,25 +123843,38 @@ ] }, { - "id": 527, - "name": "light_gray_wall_banner", - "translation_key": "block.minecraft.light_gray_banner", - "item_id": 1095, + "id": 514, + "name": "blue_banner", + "translation_key": "block.minecraft.blue_banner", + "item_id": 1137, + "wall_variant_id": 530, "properties": [ { - "name": "facing", + "name": "rotation", "values": [ - "north", - "south", - "west", - "east" + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] } ], - "default_state_id": 10906, + "default_state_id": 10935, "states": [ { - "id": 10906, + "id": 10935, "luminance": 0, "opaque": false, "replaceable": false, @@ -123537,7 +123883,7 @@ "block_entity_type": 19 }, { - "id": 10907, + "id": 10936, "luminance": 0, "opaque": false, "replaceable": false, @@ -123546,7 +123892,7 @@ "block_entity_type": 19 }, { - "id": 10908, + "id": 10937, "luminance": 0, "opaque": false, "replaceable": false, @@ -123555,36 +123901,16 @@ "block_entity_type": 19 }, { - "id": 10909, + "id": 10938, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 528, - "name": "cyan_wall_banner", - "translation_key": "block.minecraft.cyan_banner", - "item_id": 1096, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10910, - "states": [ + }, { - "id": 10910, + "id": 10939, "luminance": 0, "opaque": false, "replaceable": false, @@ -123593,7 +123919,7 @@ "block_entity_type": 19 }, { - "id": 10911, + "id": 10940, "luminance": 0, "opaque": false, "replaceable": false, @@ -123602,7 +123928,7 @@ "block_entity_type": 19 }, { - "id": 10912, + "id": 10941, "luminance": 0, "opaque": false, "replaceable": false, @@ -123611,36 +123937,16 @@ "block_entity_type": 19 }, { - "id": 10913, + "id": 10942, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 529, - "name": "purple_wall_banner", - "translation_key": "block.minecraft.purple_banner", - "item_id": 1097, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10914, - "states": [ + }, { - "id": 10914, + "id": 10943, "luminance": 0, "opaque": false, "replaceable": false, @@ -123649,7 +123955,7 @@ "block_entity_type": 19 }, { - "id": 10915, + "id": 10944, "luminance": 0, "opaque": false, "replaceable": false, @@ -123658,7 +123964,7 @@ "block_entity_type": 19 }, { - "id": 10916, + "id": 10945, "luminance": 0, "opaque": false, "replaceable": false, @@ -123667,36 +123973,16 @@ "block_entity_type": 19 }, { - "id": 10917, + "id": 10946, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 530, - "name": "blue_wall_banner", - "translation_key": "block.minecraft.blue_banner", - "item_id": 1098, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10918, - "states": [ + }, { - "id": 10918, + "id": 10947, "luminance": 0, "opaque": false, "replaceable": false, @@ -123705,7 +123991,7 @@ "block_entity_type": 19 }, { - "id": 10919, + "id": 10948, "luminance": 0, "opaque": false, "replaceable": false, @@ -123714,7 +124000,7 @@ "block_entity_type": 19 }, { - "id": 10920, + "id": 10949, "luminance": 0, "opaque": false, "replaceable": false, @@ -123723,7 +124009,7 @@ "block_entity_type": 19 }, { - "id": 10921, + "id": 10950, "luminance": 0, "opaque": false, "replaceable": false, @@ -123734,25 +124020,38 @@ ] }, { - "id": 531, - "name": "brown_wall_banner", + "id": 515, + "name": "brown_banner", "translation_key": "block.minecraft.brown_banner", - "item_id": 1099, + "item_id": 1138, + "wall_variant_id": 531, "properties": [ { - "name": "facing", + "name": "rotation", "values": [ - "north", - "south", - "west", - "east" + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] } ], - "default_state_id": 10922, + "default_state_id": 10951, "states": [ { - "id": 10922, + "id": 10951, "luminance": 0, "opaque": false, "replaceable": false, @@ -123761,7 +124060,7 @@ "block_entity_type": 19 }, { - "id": 10923, + "id": 10952, "luminance": 0, "opaque": false, "replaceable": false, @@ -123770,7 +124069,7 @@ "block_entity_type": 19 }, { - "id": 10924, + "id": 10953, "luminance": 0, "opaque": false, "replaceable": false, @@ -123779,36 +124078,16 @@ "block_entity_type": 19 }, { - "id": 10925, + "id": 10954, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 532, - "name": "green_wall_banner", - "translation_key": "block.minecraft.green_banner", - "item_id": 1100, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10926, - "states": [ + }, { - "id": 10926, + "id": 10955, "luminance": 0, "opaque": false, "replaceable": false, @@ -123817,7 +124096,7 @@ "block_entity_type": 19 }, { - "id": 10927, + "id": 10956, "luminance": 0, "opaque": false, "replaceable": false, @@ -123826,7 +124105,7 @@ "block_entity_type": 19 }, { - "id": 10928, + "id": 10957, "luminance": 0, "opaque": false, "replaceable": false, @@ -123835,36 +124114,16 @@ "block_entity_type": 19 }, { - "id": 10929, + "id": 10958, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 533, - "name": "red_wall_banner", - "translation_key": "block.minecraft.red_banner", - "item_id": 1101, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10930, - "states": [ + }, { - "id": 10930, + "id": 10959, "luminance": 0, "opaque": false, "replaceable": false, @@ -123873,7 +124132,7 @@ "block_entity_type": 19 }, { - "id": 10931, + "id": 10960, "luminance": 0, "opaque": false, "replaceable": false, @@ -123882,7 +124141,7 @@ "block_entity_type": 19 }, { - "id": 10932, + "id": 10961, "luminance": 0, "opaque": false, "replaceable": false, @@ -123891,36 +124150,16 @@ "block_entity_type": 19 }, { - "id": 10933, + "id": 10962, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [], "block_entity_type": 19 - } - ] - }, - { - "id": 534, - "name": "black_wall_banner", - "translation_key": "block.minecraft.black_banner", - "item_id": 1102, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 10934, - "states": [ + }, { - "id": 10934, + "id": 10963, "luminance": 0, "opaque": false, "replaceable": false, @@ -123929,7 +124168,7 @@ "block_entity_type": 19 }, { - "id": 10935, + "id": 10964, "luminance": 0, "opaque": false, "replaceable": false, @@ -123938,7 +124177,7 @@ "block_entity_type": 19 }, { - "id": 10936, + "id": 10965, "luminance": 0, "opaque": false, "replaceable": false, @@ -123947,7 +124186,7 @@ "block_entity_type": 19 }, { - "id": 10937, + "id": 10966, "luminance": 0, "opaque": false, "replaceable": false, @@ -123958,1715 +124197,1442 @@ ] }, { - "id": 535, - "name": "red_sandstone", - "translation_key": "block.minecraft.red_sandstone", - "item_id": 488, - "properties": [], - "default_state_id": 10938, - "states": [ + "id": 516, + "name": "green_banner", + "translation_key": "block.minecraft.green_banner", + "item_id": 1139, + "wall_variant_id": 532, + "properties": [ { - "id": 10938, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] } - ] - }, - { - "id": 536, - "name": "chiseled_red_sandstone", - "translation_key": "block.minecraft.chiseled_red_sandstone", - "item_id": 489, - "properties": [], - "default_state_id": 10939, + ], + "default_state_id": 10967, "states": [ { - "id": 10939, + "id": 10967, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 537, - "name": "cut_red_sandstone", - "translation_key": "block.minecraft.cut_red_sandstone", - "item_id": 490, - "properties": [], - "default_state_id": 10940, - "states": [ + "collision_shapes": [], + "block_entity_type": 19 + }, { - "id": 10940, + "id": 10968, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 538, - "name": "red_sandstone_stairs", - "translation_key": "block.minecraft.red_sandstone_stairs", - "item_id": 491, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 10952, - "states": [ - { - "id": 10941, + "id": 10969, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10942, + "id": 10970, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10943, + "id": 10971, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10944, + "id": 10972, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10945, + "id": 10973, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10946, + "id": 10974, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10947, + "id": 10975, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10948, + "id": 10976, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10949, + "id": 10977, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10950, + "id": 10978, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10951, + "id": 10979, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10952, + "id": 10980, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10953, + "id": 10981, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10954, + "id": 10982, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 517, + "name": "red_banner", + "translation_key": "block.minecraft.red_banner", + "item_id": 1140, + "wall_variant_id": 533, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] - }, + } + ], + "default_state_id": 10983, + "states": [ { - "id": 10955, + "id": 10983, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10956, + "id": 10984, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10957, + "id": 10985, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10958, + "id": 10986, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10959, + "id": 10987, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10960, + "id": 10988, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10961, + "id": 10989, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 52 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10962, + "id": 10990, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 52 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10963, + "id": 10991, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10964, + "id": 10992, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10965, + "id": 10993, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 46, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10966, + "id": 10994, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 46, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10967, + "id": 10995, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10968, + "id": 10996, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10969, + "id": 10997, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10970, + "id": 10998, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 - ] - }, + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 518, + "name": "black_banner", + "translation_key": "block.minecraft.black_banner", + "item_id": 1141, + "wall_variant_id": 534, + "properties": [ { - "id": 10971, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51, - 42 + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] - }, + } + ], + "default_state_id": 10999, + "states": [ { - "id": 10972, + "id": 10999, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10973, + "id": 11000, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10974, + "id": 11001, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10975, + "id": 11002, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10976, + "id": 11003, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10977, + "id": 11004, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10978, + "id": 11005, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10979, + "id": 11006, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10980, + "id": 11007, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10981, + "id": 11008, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 56 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10982, + "id": 11009, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 56 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10983, + "id": 11010, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 46, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10984, + "id": 11011, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 46, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10985, + "id": 11012, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10986, + "id": 11013, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10987, + "id": 11014, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 - ] - }, + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 519, + "name": "white_wall_banner", + "translation_key": "block.minecraft.white_banner", + "item_id": 1126, + "properties": [ { - "id": 10988, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 55, - 52, - 45 + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11015, + "states": [ { - "id": 10989, + "id": 11015, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10990, + "id": 11016, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 48, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10991, + "id": 11017, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10992, + "id": 11018, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 520, + "name": "orange_wall_banner", + "translation_key": "block.minecraft.orange_banner", + "item_id": 1127, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11019, + "states": [ { - "id": 10993, + "id": 11019, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10994, + "id": 11020, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10995, + "id": 11021, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10996, + "id": 11022, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 50, - 49 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 521, + "name": "magenta_wall_banner", + "translation_key": "block.minecraft.magenta_banner", + "item_id": 1128, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11023, + "states": [ { - "id": 10997, + "id": 11023, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10998, + "id": 11024, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 10999, + "id": 11025, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11000, + "id": 11026, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 53 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 522, + "name": "light_blue_wall_banner", + "translation_key": "block.minecraft.light_blue_banner", + "item_id": 1129, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11027, + "states": [ { - "id": 11001, + "id": 11027, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11002, + "id": 11028, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 57, - 50 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11003, + "id": 11029, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11004, + "id": 11030, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 523, + "name": "yellow_wall_banner", + "translation_key": "block.minecraft.yellow_banner", + "item_id": 1130, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11031, + "states": [ { - "id": 11005, + "id": 11031, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11006, + "id": 11032, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11007, + "id": 11033, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11008, + "id": 11034, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 524, + "name": "lime_wall_banner", + "translation_key": "block.minecraft.lime_banner", + "item_id": 1131, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11035, + "states": [ { - "id": 11009, + "id": 11035, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11010, + "id": 11036, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 46, - 50, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11011, + "id": 11037, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 56 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11012, + "id": 11038, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 56 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 525, + "name": "pink_wall_banner", + "translation_key": "block.minecraft.pink_banner", + "item_id": 1132, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11039, + "states": [ { - "id": 11013, + "id": 11039, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11014, + "id": 11040, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11015, + "id": 11041, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11016, + "id": 11042, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 526, + "name": "gray_wall_banner", + "translation_key": "block.minecraft.gray_banner", + "item_id": 1133, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] - }, + } + ], + "default_state_id": 11043, + "states": [ { - "id": 11017, + "id": 11043, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11018, + "id": 11044, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11019, + "id": 11045, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11020, + "id": 11046, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 45 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 539, - "name": "oak_slab", - "translation_key": "block.minecraft.oak_slab", - "item_id": 230, + "id": 527, + "name": "light_gray_wall_banner", + "translation_key": "block.minecraft.light_gray_banner", + "item_id": 1134, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11024, + "default_state_id": 11047, "states": [ { - "id": 11021, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11022, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11023, + "id": 11047, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11024, + "id": 11048, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11025, + "id": 11049, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11026, + "id": 11050, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 540, - "name": "spruce_slab", - "translation_key": "block.minecraft.spruce_slab", - "item_id": 231, + "id": 528, + "name": "cyan_wall_banner", + "translation_key": "block.minecraft.cyan_banner", + "item_id": 1135, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11030, + "default_state_id": 11051, "states": [ { - "id": 11027, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11028, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11029, + "id": 11051, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11030, + "id": 11052, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11031, + "id": 11053, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11032, + "id": 11054, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 541, - "name": "birch_slab", - "translation_key": "block.minecraft.birch_slab", - "item_id": 232, + "id": 529, + "name": "purple_wall_banner", + "translation_key": "block.minecraft.purple_banner", + "item_id": 1136, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11036, + "default_state_id": 11055, "states": [ { - "id": 11033, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11034, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11035, + "id": 11055, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11036, + "id": 11056, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11037, + "id": 11057, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11038, + "id": 11058, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 542, - "name": "jungle_slab", - "translation_key": "block.minecraft.jungle_slab", - "item_id": 233, + "id": 530, + "name": "blue_wall_banner", + "translation_key": "block.minecraft.blue_banner", + "item_id": 1137, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11042, + "default_state_id": 11059, "states": [ { - "id": 11039, + "id": 11059, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 201 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11040, + "id": 11060, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 201 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11041, + "id": 11061, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11042, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11043, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11044, + "id": 11062, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 543, - "name": "acacia_slab", - "translation_key": "block.minecraft.acacia_slab", - "item_id": 234, + "id": 531, + "name": "brown_wall_banner", + "translation_key": "block.minecraft.brown_banner", + "item_id": 1138, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11048, + "default_state_id": 11063, "states": [ { - "id": 11045, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11046, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11047, + "id": 11063, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11048, + "id": 11064, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11049, + "id": 11065, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11050, + "id": 11066, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 544, - "name": "cherry_slab", - "translation_key": "block.minecraft.cherry_slab", - "item_id": 235, + "id": 532, + "name": "green_wall_banner", + "translation_key": "block.minecraft.green_banner", + "item_id": 1139, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11054, + "default_state_id": 11067, "states": [ { - "id": 11051, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11052, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11053, + "id": 11067, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11054, + "id": 11068, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11055, + "id": 11069, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11056, + "id": 11070, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 545, - "name": "dark_oak_slab", - "translation_key": "block.minecraft.dark_oak_slab", - "item_id": 236, + "id": 533, + "name": "red_wall_banner", + "translation_key": "block.minecraft.red_banner", + "item_id": 1140, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11060, + "default_state_id": 11071, "states": [ { - "id": 11057, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11058, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11059, + "id": 11071, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11060, + "id": 11072, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11061, + "id": 11073, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11062, + "id": 11074, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "collision_shapes": [], + "block_entity_type": 19 } ] }, { - "id": 546, - "name": "mangrove_slab", - "translation_key": "block.minecraft.mangrove_slab", - "item_id": 237, + "id": 534, + "name": "black_wall_banner", + "translation_key": "block.minecraft.black_banner", + "item_id": 1141, "properties": [ { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], - "default_state_id": 11066, + "default_state_id": 11075, "states": [ { - "id": 11063, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11064, + "id": 11075, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 201 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11065, + "id": 11076, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11066, + "id": 11077, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [], + "block_entity_type": 19 }, { - "id": 11067, + "id": 11078, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ] - }, + "collision_shapes": [], + "block_entity_type": 19 + } + ] + }, + { + "id": 535, + "name": "red_sandstone", + "translation_key": "block.minecraft.red_sandstone", + "item_id": 509, + "properties": [], + "default_state_id": 11079, + "states": [ { - "id": 11068, + "id": 11079, "luminance": 0, "opaque": true, "replaceable": false, @@ -125678,71 +125644,15 @@ ] }, { - "id": 547, - "name": "bamboo_slab", - "translation_key": "block.minecraft.bamboo_slab", - "item_id": 238, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11072, + "id": 536, + "name": "chiseled_red_sandstone", + "translation_key": "block.minecraft.chiseled_red_sandstone", + "item_id": 510, + "properties": [], + "default_state_id": 11080, "states": [ { - "id": 11069, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11070, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11071, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11072, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11073, + "id": 11080, "luminance": 0, "opaque": true, "replaceable": false, @@ -125750,9 +125660,19 @@ "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 537, + "name": "cut_red_sandstone", + "translation_key": "block.minecraft.cut_red_sandstone", + "item_id": 511, + "properties": [], + "default_state_id": 11081, + "states": [ { - "id": 11074, + "id": 11081, "luminance": 0, "opaque": true, "replaceable": false, @@ -125764,103 +125684,35 @@ ] }, { - "id": 548, - "name": "bamboo_mosaic_slab", - "translation_key": "block.minecraft.bamboo_mosaic_slab", - "item_id": 239, + "id": 538, + "name": "red_sandstone_stairs", + "translation_key": "block.minecraft.red_sandstone_stairs", + "item_id": 512, "properties": [ { - "name": "type", + "name": "facing", "values": [ - "top", - "bottom", - "double" + "north", + "south", + "west", + "east" ] }, { - "name": "waterlogged", + "name": "half", "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11078, - "states": [ - { - "id": 11075, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11076, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, - { - "id": 11077, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11078, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ] - }, - { - "id": 11079, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 + "top", + "bottom" ] }, { - "id": 11080, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 549, - "name": "stone_slab", - "translation_key": "block.minecraft.stone_slab", - "item_id": 242, - "properties": [ - { - "name": "type", + "name": "shape", "values": [ - "top", - "bottom", - "double" + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -125871,18 +125723,8 @@ ] } ], - "default_state_id": 11084, + "default_state_id": 11093, "states": [ - { - "id": 11081, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 201 - ] - }, { "id": 11082, "luminance": 0, @@ -125890,7 +125732,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 41, + 42 ] }, { @@ -125900,7 +125743,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 41, + 42 ] }, { @@ -125910,7 +125754,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 43, + 44, + 45 ] }, { @@ -125920,7 +125766,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 43, + 44, + 45 ] }, { @@ -125930,35 +125778,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 550, - "name": "smooth_stone_slab", - "translation_key": "block.minecraft.smooth_stone_slab", - "item_id": 243, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 41, + 46, + 47 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11090, - "states": [ { "id": 11087, "luminance": 0, @@ -125966,7 +125790,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 41, + 46, + 47 ] }, { @@ -125976,7 +125802,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 48, + 42, + 49 ] }, { @@ -125986,7 +125814,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 48, + 42, + 49 ] }, { @@ -125996,7 +125826,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 44, + 50, + 45 ] }, { @@ -126006,7 +125838,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 44, + 50, + 45 ] }, { @@ -126016,35 +125850,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 551, - "name": "sandstone_slab", - "translation_key": "block.minecraft.sandstone_slab", - "item_id": 244, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 52 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11096, - "states": [ { "id": 11093, "luminance": 0, @@ -126052,7 +125861,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 52 ] }, { @@ -126062,7 +125872,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 50, + 49 ] }, { @@ -126072,7 +125884,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 50, + 49 ] }, { @@ -126082,7 +125896,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 52, + 45 ] }, { @@ -126092,7 +125908,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 52, + 45 ] }, { @@ -126102,35 +125920,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 552, - "name": "cut_sandstone_slab", - "translation_key": "block.minecraft.cut_sandstone_slab", - "item_id": 245, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 53 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11102, - "states": [ { "id": 11099, "luminance": 0, @@ -126138,7 +125931,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 53 ] }, { @@ -126148,7 +125942,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 49 ] }, { @@ -126158,7 +125953,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 49 ] }, { @@ -126168,7 +125964,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 54, + 52 ] }, { @@ -126178,7 +125975,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 54, + 52 ] }, { @@ -126188,35 +125986,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 553, - "name": "petrified_oak_slab", - "translation_key": "block.minecraft.petrified_oak_slab", - "item_id": 246, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 54, + 44, + 53 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11108, - "states": [ { "id": 11105, "luminance": 0, @@ -126224,7 +125998,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 54, + 44, + 53 ] }, { @@ -126234,7 +126010,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 43, + 46, + 49 ] }, { @@ -126244,7 +126022,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 43, + 46, + 49 ] }, { @@ -126254,7 +126034,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 46, + 50, + 49 ] }, { @@ -126264,7 +126046,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 46, + 50, + 49 ] }, { @@ -126274,35 +126058,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 554, - "name": "cobblestone_slab", - "translation_key": "block.minecraft.cobblestone_slab", - "item_id": 247, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 55, + 52, + 45 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11114, - "states": [ { "id": 11111, "luminance": 0, @@ -126310,7 +126070,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 55, + 52, + 45 ] }, { @@ -126320,7 +126082,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 42 ] }, { @@ -126330,7 +126093,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 42 ] }, { @@ -126340,7 +126104,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 42, + 49 ] }, { @@ -126350,7 +126116,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 42, + 49 ] }, { @@ -126360,35 +126128,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 555, - "name": "brick_slab", - "translation_key": "block.minecraft.brick_slab", - "item_id": 248, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 50, + 45 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11120, - "states": [ { "id": 11117, "luminance": 0, @@ -126396,7 +126140,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 50, + 45 ] }, { @@ -126406,7 +126152,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 45 ] }, { @@ -126416,7 +126163,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 45 ] }, { @@ -126426,7 +126174,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 47 ] }, { @@ -126436,7 +126185,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 47 ] }, { @@ -126446,35 +126196,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 556, - "name": "stone_brick_slab", - "translation_key": "block.minecraft.stone_brick_slab", - "item_id": 249, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 43, + 56 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11126, - "states": [ { "id": 11123, "luminance": 0, @@ -126482,7 +126207,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 43, + 56 ] }, { @@ -126492,7 +126218,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 43, + 46, + 49 ] }, { @@ -126502,7 +126230,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 43, + 46, + 49 ] }, { @@ -126512,7 +126242,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 43, + 44, + 45 ] }, { @@ -126522,7 +126254,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 43, + 44, + 45 ] }, { @@ -126532,35 +126266,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 557, - "name": "mud_brick_slab", - "translation_key": "block.minecraft.mud_brick_slab", - "item_id": 250, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 55, + 52, + 45 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11132, - "states": [ { "id": 11129, "luminance": 0, @@ -126568,7 +126278,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 55, + 52, + 45 ] }, { @@ -126578,7 +126290,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 48, + 42, + 49 ] }, { @@ -126588,7 +126302,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 48, + 42, + 49 ] }, { @@ -126598,7 +126314,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 50 ] }, { @@ -126608,7 +126325,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 50 ] }, { @@ -126618,35 +126336,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 558, - "name": "nether_brick_slab", - "translation_key": "block.minecraft.nether_brick_slab", - "item_id": 251, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 50, + 45 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11138, - "states": [ { "id": 11135, "luminance": 0, @@ -126654,7 +126348,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 50, + 45 ] }, { @@ -126664,7 +126360,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 50, + 49 ] }, { @@ -126674,7 +126372,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 50, + 49 ] }, { @@ -126684,7 +126384,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 47 ] }, { @@ -126694,7 +126395,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 47 ] }, { @@ -126704,35 +126406,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 559, - "name": "quartz_slab", - "translation_key": "block.minecraft.quartz_slab", - "item_id": 252, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 53 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11144, - "states": [ { "id": 11141, "luminance": 0, @@ -126740,7 +126417,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 53 ] }, { @@ -126750,7 +126428,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 57, + 50 ] }, { @@ -126760,7 +126439,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 57, + 50 ] }, { @@ -126770,7 +126450,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 41, + 46, + 47 ] }, { @@ -126780,9 +126462,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - }, + 41, + 46, + 47 + ] + }, { "id": 11146, "luminance": 0, @@ -126790,35 +126474,11 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 560, - "name": "red_sandstone_slab", - "translation_key": "block.minecraft.red_sandstone_slab", - "item_id": 253, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 54, + 44, + 53 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11150, - "states": [ { "id": 11147, "luminance": 0, @@ -126826,7 +126486,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 54, + 44, + 53 ] }, { @@ -126836,7 +126498,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 44, + 50, + 45 ] }, { @@ -126846,7 +126510,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 44, + 50, + 45 ] }, { @@ -126856,7 +126522,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 46, + 50, + 49 ] }, { @@ -126866,7 +126534,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 46, + 50, + 49 ] }, { @@ -126876,35 +126546,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 561, - "name": "cut_red_sandstone_slab", - "translation_key": "block.minecraft.cut_red_sandstone_slab", - "item_id": 254, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 56 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11156, - "states": [ { "id": 11153, "luminance": 0, @@ -126912,7 +126557,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 56 ] }, { @@ -126922,7 +126568,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 52, + 45 ] }, { @@ -126932,7 +126580,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 52, + 45 ] }, { @@ -126942,7 +126592,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 42, + 49 ] }, { @@ -126952,7 +126604,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 42, + 49 ] }, { @@ -126962,35 +126616,10 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 562, - "name": "purpur_slab", - "translation_key": "block.minecraft.purpur_slab", - "item_id": 255, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 51, + 49 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11162, - "states": [ { "id": 11159, "luminance": 0, @@ -126998,7 +126627,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 49 ] }, { @@ -127008,7 +126638,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 51, + 45 ] }, { @@ -127018,9 +126649,36 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 51, + 45 + ] + } + ] + }, + { + "id": 539, + "name": "oak_slab", + "translation_key": "block.minecraft.oak_slab", + "item_id": 251, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11165, + "states": [ { "id": 11162, "luminance": 0, @@ -127028,7 +126686,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 201 ] }, { @@ -127038,7 +126696,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 201 ] }, { @@ -127048,19 +126706,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51 ] - } - ] - }, - { - "id": 563, - "name": "smooth_stone", - "translation_key": "block.minecraft.smooth_stone", - "item_id": 262, - "properties": [], - "default_state_id": 11165, - "states": [ + }, { "id": 11165, "luminance": 0, @@ -127068,19 +126716,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51 ] - } - ] - }, - { - "id": 564, - "name": "smooth_sandstone", - "translation_key": "block.minecraft.smooth_sandstone", - "item_id": 261, - "properties": [], - "default_state_id": 11166, - "states": [ + }, { "id": 11166, "luminance": 0, @@ -127090,17 +126728,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 565, - "name": "smooth_quartz", - "translation_key": "block.minecraft.smooth_quartz", - "item_id": 259, - "properties": [], - "default_state_id": 11167, - "states": [ + }, { "id": 11167, "luminance": 0, @@ -127114,71 +126742,48 @@ ] }, { - "id": 566, - "name": "smooth_red_sandstone", - "translation_key": "block.minecraft.smooth_red_sandstone", - "item_id": 260, - "properties": [], - "default_state_id": 11168, - "states": [ - { - "id": 11168, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 567, - "name": "spruce_fence_gate", - "translation_key": "block.minecraft.spruce_fence_gate", - "item_id": 713, + "id": 540, + "name": "spruce_slab", + "translation_key": "block.minecraft.spruce_slab", + "item_id": 252, "properties": [ { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "in_wall", - "values": [ - "true", - "false" - ] - }, - { - "name": "open", + "name": "type", "values": [ - "true", - "false" + "top", + "bottom", + "double" ] }, { - "name": "powered", + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 11176, + "default_state_id": 11171, "states": [ + { + "id": 11168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, { "id": 11169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11170, @@ -127186,7 +126791,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11171, @@ -127195,7 +126802,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127205,7 +126812,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -127214,15 +126821,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 541, + "name": "birch_slab", + "translation_key": "block.minecraft.birch_slab", + "item_id": 253, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11177, + "states": [ { "id": 11174, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11175, @@ -127231,7 +126868,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127241,7 +126878,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127250,7 +126887,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11178, @@ -127258,7 +126897,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11179, @@ -127267,9 +126908,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 + ] + } + ] + }, + { + "id": 542, + "name": "jungle_slab", + "translation_key": "block.minecraft.jungle_slab", + "item_id": 254, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11183, + "states": [ { "id": 11180, "luminance": 0, @@ -127277,7 +126944,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127286,7 +126953,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11182, @@ -127294,7 +126963,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11183, @@ -127303,7 +126974,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127313,7 +126984,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -127322,15 +126993,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 543, + "name": "acacia_slab", + "translation_key": "block.minecraft.acacia_slab", + "item_id": 255, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11189, + "states": [ { "id": 11186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11187, @@ -127339,7 +127040,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -127349,7 +127050,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -127358,7 +127059,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11190, @@ -127366,7 +127069,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11191, @@ -127375,9 +127080,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + } + ] + }, + { + "id": 544, + "name": "cherry_slab", + "translation_key": "block.minecraft.cherry_slab", + "item_id": 256, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11195, + "states": [ { "id": 11192, "luminance": 0, @@ -127385,7 +127116,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -127394,7 +127125,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11194, @@ -127402,7 +127135,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11195, @@ -127411,7 +127146,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -127421,7 +127156,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] }, { @@ -127430,15 +127165,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 545, + "name": "dark_oak_slab", + "translation_key": "block.minecraft.dark_oak_slab", + "item_id": 257, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11201, + "states": [ { "id": 11198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11199, @@ -127447,7 +127212,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -127457,57 +127222,18 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 - ] - } - ] - }, - { - "id": 568, - "name": "birch_fence_gate", - "translation_key": "block.minecraft.birch_fence_gate", - "item_id": 714, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "in_wall", - "values": [ - "true", - "false" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" + 51 ] }, - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11208, - "states": [ { "id": 11201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11202, @@ -127515,7 +127241,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11203, @@ -127524,9 +127252,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 + ] + } + ] + }, + { + "id": 546, + "name": "mangrove_slab", + "translation_key": "block.minecraft.mangrove_slab", + "item_id": 258, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11207, + "states": [ { "id": 11204, "luminance": 0, @@ -127534,7 +127288,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127543,7 +127297,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11206, @@ -127551,7 +127307,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11207, @@ -127560,7 +127318,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127570,7 +127328,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -127579,15 +127337,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 547, + "name": "bamboo_slab", + "translation_key": "block.minecraft.bamboo_slab", + "item_id": 259, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11213, + "states": [ { "id": 11210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11211, @@ -127596,7 +127384,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127606,7 +127394,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127615,7 +127403,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11214, @@ -127623,7 +127413,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11215, @@ -127632,9 +127424,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 + ] + } + ] + }, + { + "id": 548, + "name": "bamboo_mosaic_slab", + "translation_key": "block.minecraft.bamboo_mosaic_slab", + "item_id": 260, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11219, + "states": [ { "id": 11216, "luminance": 0, @@ -127642,7 +127460,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127651,7 +127469,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11218, @@ -127659,7 +127479,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11219, @@ -127668,7 +127490,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -127678,7 +127500,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] }, { @@ -127687,15 +127509,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 549, + "name": "stone_slab", + "translation_key": "block.minecraft.stone_slab", + "item_id": 263, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11225, + "states": [ { "id": 11222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11223, @@ -127704,7 +127556,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -127714,7 +127566,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -127723,7 +127575,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11226, @@ -127731,7 +127585,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11227, @@ -127740,9 +127596,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + } + ] + }, + { + "id": 550, + "name": "smooth_stone_slab", + "translation_key": "block.minecraft.smooth_stone_slab", + "item_id": 264, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11231, + "states": [ { "id": 11228, "luminance": 0, @@ -127750,7 +127632,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -127759,7 +127641,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11230, @@ -127767,7 +127651,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11231, @@ -127776,7 +127662,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -127786,65 +127672,54 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + }, + { + "id": 11233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] } ] }, { - "id": 569, - "name": "jungle_fence_gate", - "translation_key": "block.minecraft.jungle_fence_gate", - "item_id": 715, + "id": 551, + "name": "sandstone_slab", + "translation_key": "block.minecraft.sandstone_slab", + "item_id": 265, "properties": [ { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "in_wall", - "values": [ - "true", - "false" - ] - }, - { - "name": "open", + "name": "type", "values": [ - "true", - "false" + "top", + "bottom", + "double" ] }, { - "name": "powered", + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 11240, + "default_state_id": 11237, "states": [ - { - "id": 11233, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, { "id": 11234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11235, @@ -127853,7 +127728,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127863,7 +127738,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127872,7 +127747,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11238, @@ -127880,7 +127757,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11239, @@ -127889,9 +127768,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 + ] + } + ] + }, + { + "id": 552, + "name": "cut_sandstone_slab", + "translation_key": "block.minecraft.cut_sandstone_slab", + "item_id": 266, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11243, + "states": [ { "id": 11240, "luminance": 0, @@ -127899,7 +127804,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127908,7 +127813,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11242, @@ -127916,7 +127823,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11243, @@ -127925,7 +127834,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127935,7 +127844,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -127944,15 +127853,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 553, + "name": "petrified_oak_slab", + "translation_key": "block.minecraft.petrified_oak_slab", + "item_id": 267, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11249, + "states": [ { "id": 11246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11247, @@ -127961,7 +127900,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -127971,7 +127910,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -127980,7 +127919,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11250, @@ -127988,7 +127929,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11251, @@ -127997,9 +127940,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + } + ] + }, + { + "id": 554, + "name": "cobblestone_slab", + "translation_key": "block.minecraft.cobblestone_slab", + "item_id": 268, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11255, + "states": [ { "id": 11252, "luminance": 0, @@ -128007,7 +127976,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -128016,7 +127985,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11254, @@ -128024,7 +127995,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11255, @@ -128033,7 +128006,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -128043,7 +128016,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] }, { @@ -128052,15 +128025,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 555, + "name": "brick_slab", + "translation_key": "block.minecraft.brick_slab", + "item_id": 269, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11261, + "states": [ { "id": 11258, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11259, @@ -128069,7 +128072,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -128079,7 +128082,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -128088,7 +128091,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11262, @@ -128096,76 +128101,65 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 11263, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] }, { - "id": 11264, + "id": 11263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] } ] }, { - "id": 570, - "name": "acacia_fence_gate", - "translation_key": "block.minecraft.acacia_fence_gate", - "item_id": 716, + "id": 556, + "name": "stone_brick_slab", + "translation_key": "block.minecraft.stone_brick_slab", + "item_id": 270, "properties": [ { - "name": "facing", + "name": "type", "values": [ - "north", - "south", - "west", - "east" + "top", + "bottom", + "double" ] }, { - "name": "in_wall", + "name": "waterlogged", "values": [ "true", "false" ] - }, + } + ], + "default_state_id": 11267, + "states": [ { - "name": "open", - "values": [ - "true", - "false" + "id": 11264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 ] }, - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11272, - "states": [ { "id": 11265, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11266, @@ -128173,7 +128167,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11267, @@ -128182,7 +128178,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -128192,7 +128188,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -128201,15 +128197,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 557, + "name": "mud_brick_slab", + "translation_key": "block.minecraft.mud_brick_slab", + "item_id": 271, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11273, + "states": [ { "id": 11270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11271, @@ -128218,7 +128244,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -128228,7 +128254,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -128237,7 +128263,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11274, @@ -128245,7 +128273,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11275, @@ -128254,9 +128284,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 + ] + } + ] + }, + { + "id": 558, + "name": "nether_brick_slab", + "translation_key": "block.minecraft.nether_brick_slab", + "item_id": 272, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11279, + "states": [ { "id": 11276, "luminance": 0, @@ -128264,7 +128320,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 201 ] }, { @@ -128273,7 +128329,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11278, @@ -128281,7 +128339,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11279, @@ -128290,7 +128350,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 51 ] }, { @@ -128300,7 +128360,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 0 ] }, { @@ -128309,15 +128369,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 559, + "name": "quartz_slab", + "translation_key": "block.minecraft.quartz_slab", + "item_id": 273, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11285, + "states": [ { "id": 11282, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11283, @@ -128326,7 +128416,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -128336,7 +128426,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -128345,7 +128435,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11286, @@ -128353,7 +128445,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 11287, @@ -128362,9 +128456,35 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + } + ] + }, + { + "id": 560, + "name": "red_sandstone_slab", + "translation_key": "block.minecraft.red_sandstone_slab", + "item_id": 274, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11291, + "states": [ { "id": 11288, "luminance": 0, @@ -128372,7 +128492,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -128381,7 +128501,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11290, @@ -128389,7 +128511,9 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ] }, { "id": 11291, @@ -128398,7 +128522,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 ] }, { @@ -128408,7 +128532,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 ] }, { @@ -128417,15 +128541,45 @@ "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 561, + "name": "cut_red_sandstone_slab", + "translation_key": "block.minecraft.cut_red_sandstone_slab", + "item_id": 275, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11297, + "states": [ { "id": 11294, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 201 + ] }, { "id": 11295, @@ -128434,7 +128588,7 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 201 ] }, { @@ -128444,16 +128598,212 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 51 + ] + }, + { + "id": 11297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] } ] }, { - "id": 571, - "name": "cherry_fence_gate", - "translation_key": "block.minecraft.cherry_fence_gate", - "item_id": 717, + "id": 562, + "name": "purpur_slab", + "translation_key": "block.minecraft.purpur_slab", + "item_id": 276, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11303, + "states": [ + { + "id": 11300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 563, + "name": "smooth_stone", + "translation_key": "block.minecraft.smooth_stone", + "item_id": 283, + "properties": [], + "default_state_id": 11306, + "states": [ + { + "id": 11306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 564, + "name": "smooth_sandstone", + "translation_key": "block.minecraft.smooth_sandstone", + "item_id": 282, + "properties": [], + "default_state_id": 11307, + "states": [ + { + "id": 11307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 565, + "name": "smooth_quartz", + "translation_key": "block.minecraft.smooth_quartz", + "item_id": 280, + "properties": [], + "default_state_id": 11308, + "states": [ + { + "id": 11308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 566, + "name": "smooth_red_sandstone", + "translation_key": "block.minecraft.smooth_red_sandstone", + "item_id": 281, + "properties": [], + "default_state_id": 11309, + "states": [ + { + "id": 11309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 567, + "name": "spruce_fence_gate", + "translation_key": "block.minecraft.spruce_fence_gate", + "item_id": 750, "properties": [ { "name": "facing", @@ -128486,10 +128836,10 @@ ] } ], - "default_state_id": 11304, + "default_state_id": 11317, "states": [ { - "id": 11297, + "id": 11310, "luminance": 0, "opaque": true, "replaceable": false, @@ -128497,7 +128847,7 @@ "collision_shapes": [] }, { - "id": 11298, + "id": 11311, "luminance": 0, "opaque": true, "replaceable": false, @@ -128505,7 +128855,7 @@ "collision_shapes": [] }, { - "id": 11299, + "id": 11312, "luminance": 0, "opaque": true, "replaceable": false, @@ -128515,7 +128865,7 @@ ] }, { - "id": 11300, + "id": 11313, "luminance": 0, "opaque": true, "replaceable": false, @@ -128525,7 +128875,7 @@ ] }, { - "id": 11301, + "id": 11314, "luminance": 0, "opaque": true, "replaceable": false, @@ -128533,7 +128883,7 @@ "collision_shapes": [] }, { - "id": 11302, + "id": 11315, "luminance": 0, "opaque": true, "replaceable": false, @@ -128541,7 +128891,7 @@ "collision_shapes": [] }, { - "id": 11303, + "id": 11316, "luminance": 0, "opaque": true, "replaceable": false, @@ -128551,7 +128901,7 @@ ] }, { - "id": 11304, + "id": 11317, "luminance": 0, "opaque": true, "replaceable": false, @@ -128561,7 +128911,7 @@ ] }, { - "id": 11305, + "id": 11318, "luminance": 0, "opaque": true, "replaceable": false, @@ -128569,7 +128919,7 @@ "collision_shapes": [] }, { - "id": 11306, + "id": 11319, "luminance": 0, "opaque": true, "replaceable": false, @@ -128577,7 +128927,7 @@ "collision_shapes": [] }, { - "id": 11307, + "id": 11320, "luminance": 0, "opaque": true, "replaceable": false, @@ -128587,7 +128937,7 @@ ] }, { - "id": 11308, + "id": 11321, "luminance": 0, "opaque": true, "replaceable": false, @@ -128597,7 +128947,7 @@ ] }, { - "id": 11309, + "id": 11322, "luminance": 0, "opaque": true, "replaceable": false, @@ -128605,7 +128955,7 @@ "collision_shapes": [] }, { - "id": 11310, + "id": 11323, "luminance": 0, "opaque": true, "replaceable": false, @@ -128613,7 +128963,7 @@ "collision_shapes": [] }, { - "id": 11311, + "id": 11324, "luminance": 0, "opaque": true, "replaceable": false, @@ -128623,7 +128973,7 @@ ] }, { - "id": 11312, + "id": 11325, "luminance": 0, "opaque": true, "replaceable": false, @@ -128633,7 +128983,7 @@ ] }, { - "id": 11313, + "id": 11326, "luminance": 0, "opaque": true, "replaceable": false, @@ -128641,7 +128991,7 @@ "collision_shapes": [] }, { - "id": 11314, + "id": 11327, "luminance": 0, "opaque": true, "replaceable": false, @@ -128649,7 +128999,7 @@ "collision_shapes": [] }, { - "id": 11315, + "id": 11328, "luminance": 0, "opaque": true, "replaceable": false, @@ -128659,7 +129009,7 @@ ] }, { - "id": 11316, + "id": 11329, "luminance": 0, "opaque": true, "replaceable": false, @@ -128669,7 +129019,7 @@ ] }, { - "id": 11317, + "id": 11330, "luminance": 0, "opaque": true, "replaceable": false, @@ -128677,7 +129027,7 @@ "collision_shapes": [] }, { - "id": 11318, + "id": 11331, "luminance": 0, "opaque": true, "replaceable": false, @@ -128685,7 +129035,7 @@ "collision_shapes": [] }, { - "id": 11319, + "id": 11332, "luminance": 0, "opaque": true, "replaceable": false, @@ -128695,7 +129045,7 @@ ] }, { - "id": 11320, + "id": 11333, "luminance": 0, "opaque": true, "replaceable": false, @@ -128705,7 +129055,7 @@ ] }, { - "id": 11321, + "id": 11334, "luminance": 0, "opaque": true, "replaceable": false, @@ -128713,7 +129063,7 @@ "collision_shapes": [] }, { - "id": 11322, + "id": 11335, "luminance": 0, "opaque": true, "replaceable": false, @@ -128721,7 +129071,7 @@ "collision_shapes": [] }, { - "id": 11323, + "id": 11336, "luminance": 0, "opaque": true, "replaceable": false, @@ -128731,7 +129081,7 @@ ] }, { - "id": 11324, + "id": 11337, "luminance": 0, "opaque": true, "replaceable": false, @@ -128741,7 +129091,7 @@ ] }, { - "id": 11325, + "id": 11338, "luminance": 0, "opaque": true, "replaceable": false, @@ -128749,7 +129099,7 @@ "collision_shapes": [] }, { - "id": 11326, + "id": 11339, "luminance": 0, "opaque": true, "replaceable": false, @@ -128757,7 +129107,7 @@ "collision_shapes": [] }, { - "id": 11327, + "id": 11340, "luminance": 0, "opaque": true, "replaceable": false, @@ -128767,7 +129117,7 @@ ] }, { - "id": 11328, + "id": 11341, "luminance": 0, "opaque": true, "replaceable": false, @@ -128779,10 +129129,10 @@ ] }, { - "id": 572, - "name": "dark_oak_fence_gate", - "translation_key": "block.minecraft.dark_oak_fence_gate", - "item_id": 718, + "id": 568, + "name": "birch_fence_gate", + "translation_key": "block.minecraft.birch_fence_gate", + "item_id": 751, "properties": [ { "name": "facing", @@ -128815,10 +129165,10 @@ ] } ], - "default_state_id": 11336, + "default_state_id": 11349, "states": [ { - "id": 11329, + "id": 11342, "luminance": 0, "opaque": true, "replaceable": false, @@ -128826,7 +129176,7 @@ "collision_shapes": [] }, { - "id": 11330, + "id": 11343, "luminance": 0, "opaque": true, "replaceable": false, @@ -128834,7 +129184,7 @@ "collision_shapes": [] }, { - "id": 11331, + "id": 11344, "luminance": 0, "opaque": true, "replaceable": false, @@ -128844,7 +129194,7 @@ ] }, { - "id": 11332, + "id": 11345, "luminance": 0, "opaque": true, "replaceable": false, @@ -128854,7 +129204,7 @@ ] }, { - "id": 11333, + "id": 11346, "luminance": 0, "opaque": true, "replaceable": false, @@ -128862,7 +129212,7 @@ "collision_shapes": [] }, { - "id": 11334, + "id": 11347, "luminance": 0, "opaque": true, "replaceable": false, @@ -128870,7 +129220,7 @@ "collision_shapes": [] }, { - "id": 11335, + "id": 11348, "luminance": 0, "opaque": true, "replaceable": false, @@ -128880,7 +129230,7 @@ ] }, { - "id": 11336, + "id": 11349, "luminance": 0, "opaque": true, "replaceable": false, @@ -128890,7 +129240,7 @@ ] }, { - "id": 11337, + "id": 11350, "luminance": 0, "opaque": true, "replaceable": false, @@ -128898,7 +129248,7 @@ "collision_shapes": [] }, { - "id": 11338, + "id": 11351, "luminance": 0, "opaque": true, "replaceable": false, @@ -128906,7 +129256,7 @@ "collision_shapes": [] }, { - "id": 11339, + "id": 11352, "luminance": 0, "opaque": true, "replaceable": false, @@ -128916,7 +129266,7 @@ ] }, { - "id": 11340, + "id": 11353, "luminance": 0, "opaque": true, "replaceable": false, @@ -128926,7 +129276,7 @@ ] }, { - "id": 11341, + "id": 11354, "luminance": 0, "opaque": true, "replaceable": false, @@ -128934,7 +129284,7 @@ "collision_shapes": [] }, { - "id": 11342, + "id": 11355, "luminance": 0, "opaque": true, "replaceable": false, @@ -128942,7 +129292,7 @@ "collision_shapes": [] }, { - "id": 11343, + "id": 11356, "luminance": 0, "opaque": true, "replaceable": false, @@ -128952,7 +129302,7 @@ ] }, { - "id": 11344, + "id": 11357, "luminance": 0, "opaque": true, "replaceable": false, @@ -128962,7 +129312,7 @@ ] }, { - "id": 11345, + "id": 11358, "luminance": 0, "opaque": true, "replaceable": false, @@ -128970,7 +129320,7 @@ "collision_shapes": [] }, { - "id": 11346, + "id": 11359, "luminance": 0, "opaque": true, "replaceable": false, @@ -128978,7 +129328,7 @@ "collision_shapes": [] }, { - "id": 11347, + "id": 11360, "luminance": 0, "opaque": true, "replaceable": false, @@ -128988,7 +129338,7 @@ ] }, { - "id": 11348, + "id": 11361, "luminance": 0, "opaque": true, "replaceable": false, @@ -128998,7 +129348,7 @@ ] }, { - "id": 11349, + "id": 11362, "luminance": 0, "opaque": true, "replaceable": false, @@ -129006,7 +129356,7 @@ "collision_shapes": [] }, { - "id": 11350, + "id": 11363, "luminance": 0, "opaque": true, "replaceable": false, @@ -129014,7 +129364,7 @@ "collision_shapes": [] }, { - "id": 11351, + "id": 11364, "luminance": 0, "opaque": true, "replaceable": false, @@ -129024,7 +129374,7 @@ ] }, { - "id": 11352, + "id": 11365, "luminance": 0, "opaque": true, "replaceable": false, @@ -129034,7 +129384,7 @@ ] }, { - "id": 11353, + "id": 11366, "luminance": 0, "opaque": true, "replaceable": false, @@ -129042,7 +129392,7 @@ "collision_shapes": [] }, { - "id": 11354, + "id": 11367, "luminance": 0, "opaque": true, "replaceable": false, @@ -129050,7 +129400,7 @@ "collision_shapes": [] }, { - "id": 11355, + "id": 11368, "luminance": 0, "opaque": true, "replaceable": false, @@ -129060,7 +129410,7 @@ ] }, { - "id": 11356, + "id": 11369, "luminance": 0, "opaque": true, "replaceable": false, @@ -129070,7 +129420,7 @@ ] }, { - "id": 11357, + "id": 11370, "luminance": 0, "opaque": true, "replaceable": false, @@ -129078,7 +129428,7 @@ "collision_shapes": [] }, { - "id": 11358, + "id": 11371, "luminance": 0, "opaque": true, "replaceable": false, @@ -129086,7 +129436,7 @@ "collision_shapes": [] }, { - "id": 11359, + "id": 11372, "luminance": 0, "opaque": true, "replaceable": false, @@ -129096,7 +129446,7 @@ ] }, { - "id": 11360, + "id": 11373, "luminance": 0, "opaque": true, "replaceable": false, @@ -129108,10 +129458,10 @@ ] }, { - "id": 573, - "name": "mangrove_fence_gate", - "translation_key": "block.minecraft.mangrove_fence_gate", - "item_id": 719, + "id": 569, + "name": "jungle_fence_gate", + "translation_key": "block.minecraft.jungle_fence_gate", + "item_id": 752, "properties": [ { "name": "facing", @@ -129144,10 +129494,10 @@ ] } ], - "default_state_id": 11368, + "default_state_id": 11381, "states": [ { - "id": 11361, + "id": 11374, "luminance": 0, "opaque": true, "replaceable": false, @@ -129155,7 +129505,7 @@ "collision_shapes": [] }, { - "id": 11362, + "id": 11375, "luminance": 0, "opaque": true, "replaceable": false, @@ -129163,7 +129513,7 @@ "collision_shapes": [] }, { - "id": 11363, + "id": 11376, "luminance": 0, "opaque": true, "replaceable": false, @@ -129173,7 +129523,7 @@ ] }, { - "id": 11364, + "id": 11377, "luminance": 0, "opaque": true, "replaceable": false, @@ -129183,7 +129533,7 @@ ] }, { - "id": 11365, + "id": 11378, "luminance": 0, "opaque": true, "replaceable": false, @@ -129191,7 +129541,7 @@ "collision_shapes": [] }, { - "id": 11366, + "id": 11379, "luminance": 0, "opaque": true, "replaceable": false, @@ -129199,7 +129549,7 @@ "collision_shapes": [] }, { - "id": 11367, + "id": 11380, "luminance": 0, "opaque": true, "replaceable": false, @@ -129209,7 +129559,7 @@ ] }, { - "id": 11368, + "id": 11381, "luminance": 0, "opaque": true, "replaceable": false, @@ -129219,7 +129569,7 @@ ] }, { - "id": 11369, + "id": 11382, "luminance": 0, "opaque": true, "replaceable": false, @@ -129227,7 +129577,7 @@ "collision_shapes": [] }, { - "id": 11370, + "id": 11383, "luminance": 0, "opaque": true, "replaceable": false, @@ -129235,7 +129585,7 @@ "collision_shapes": [] }, { - "id": 11371, + "id": 11384, "luminance": 0, "opaque": true, "replaceable": false, @@ -129245,7 +129595,7 @@ ] }, { - "id": 11372, + "id": 11385, "luminance": 0, "opaque": true, "replaceable": false, @@ -129255,7 +129605,7 @@ ] }, { - "id": 11373, + "id": 11386, "luminance": 0, "opaque": true, "replaceable": false, @@ -129263,7 +129613,7 @@ "collision_shapes": [] }, { - "id": 11374, + "id": 11387, "luminance": 0, "opaque": true, "replaceable": false, @@ -129271,7 +129621,7 @@ "collision_shapes": [] }, { - "id": 11375, + "id": 11388, "luminance": 0, "opaque": true, "replaceable": false, @@ -129281,7 +129631,7 @@ ] }, { - "id": 11376, + "id": 11389, "luminance": 0, "opaque": true, "replaceable": false, @@ -129291,7 +129641,7 @@ ] }, { - "id": 11377, + "id": 11390, "luminance": 0, "opaque": true, "replaceable": false, @@ -129299,7 +129649,7 @@ "collision_shapes": [] }, { - "id": 11378, + "id": 11391, "luminance": 0, "opaque": true, "replaceable": false, @@ -129307,7 +129657,7 @@ "collision_shapes": [] }, { - "id": 11379, + "id": 11392, "luminance": 0, "opaque": true, "replaceable": false, @@ -129317,7 +129667,7 @@ ] }, { - "id": 11380, + "id": 11393, "luminance": 0, "opaque": true, "replaceable": false, @@ -129327,7 +129677,7 @@ ] }, { - "id": 11381, + "id": 11394, "luminance": 0, "opaque": true, "replaceable": false, @@ -129335,7 +129685,7 @@ "collision_shapes": [] }, { - "id": 11382, + "id": 11395, "luminance": 0, "opaque": true, "replaceable": false, @@ -129343,7 +129693,7 @@ "collision_shapes": [] }, { - "id": 11383, + "id": 11396, "luminance": 0, "opaque": true, "replaceable": false, @@ -129353,7 +129703,7 @@ ] }, { - "id": 11384, + "id": 11397, "luminance": 0, "opaque": true, "replaceable": false, @@ -129363,7 +129713,7 @@ ] }, { - "id": 11385, + "id": 11398, "luminance": 0, "opaque": true, "replaceable": false, @@ -129371,7 +129721,7 @@ "collision_shapes": [] }, { - "id": 11386, + "id": 11399, "luminance": 0, "opaque": true, "replaceable": false, @@ -129379,7 +129729,7 @@ "collision_shapes": [] }, { - "id": 11387, + "id": 11400, "luminance": 0, "opaque": true, "replaceable": false, @@ -129389,7 +129739,7 @@ ] }, { - "id": 11388, + "id": 11401, "luminance": 0, "opaque": true, "replaceable": false, @@ -129399,7 +129749,7 @@ ] }, { - "id": 11389, + "id": 11402, "luminance": 0, "opaque": true, "replaceable": false, @@ -129407,7 +129757,7 @@ "collision_shapes": [] }, { - "id": 11390, + "id": 11403, "luminance": 0, "opaque": true, "replaceable": false, @@ -129415,7 +129765,7 @@ "collision_shapes": [] }, { - "id": 11391, + "id": 11404, "luminance": 0, "opaque": true, "replaceable": false, @@ -129425,7 +129775,7 @@ ] }, { - "id": 11392, + "id": 11405, "luminance": 0, "opaque": true, "replaceable": false, @@ -129437,10 +129787,10 @@ ] }, { - "id": 574, - "name": "bamboo_fence_gate", - "translation_key": "block.minecraft.bamboo_fence_gate", - "item_id": 720, + "id": 570, + "name": "acacia_fence_gate", + "translation_key": "block.minecraft.acacia_fence_gate", + "item_id": 753, "properties": [ { "name": "facing", @@ -129473,10 +129823,10 @@ ] } ], - "default_state_id": 11400, + "default_state_id": 11413, "states": [ { - "id": 11393, + "id": 11406, "luminance": 0, "opaque": true, "replaceable": false, @@ -129484,7 +129834,7 @@ "collision_shapes": [] }, { - "id": 11394, + "id": 11407, "luminance": 0, "opaque": true, "replaceable": false, @@ -129492,7 +129842,7 @@ "collision_shapes": [] }, { - "id": 11395, + "id": 11408, "luminance": 0, "opaque": true, "replaceable": false, @@ -129502,7 +129852,7 @@ ] }, { - "id": 11396, + "id": 11409, "luminance": 0, "opaque": true, "replaceable": false, @@ -129512,7 +129862,7 @@ ] }, { - "id": 11397, + "id": 11410, "luminance": 0, "opaque": true, "replaceable": false, @@ -129520,7 +129870,7 @@ "collision_shapes": [] }, { - "id": 11398, + "id": 11411, "luminance": 0, "opaque": true, "replaceable": false, @@ -129528,7 +129878,7 @@ "collision_shapes": [] }, { - "id": 11399, + "id": 11412, "luminance": 0, "opaque": true, "replaceable": false, @@ -129538,7 +129888,7 @@ ] }, { - "id": 11400, + "id": 11413, "luminance": 0, "opaque": true, "replaceable": false, @@ -129548,7 +129898,7 @@ ] }, { - "id": 11401, + "id": 11414, "luminance": 0, "opaque": true, "replaceable": false, @@ -129556,7 +129906,7 @@ "collision_shapes": [] }, { - "id": 11402, + "id": 11415, "luminance": 0, "opaque": true, "replaceable": false, @@ -129564,7 +129914,7 @@ "collision_shapes": [] }, { - "id": 11403, + "id": 11416, "luminance": 0, "opaque": true, "replaceable": false, @@ -129574,7 +129924,7 @@ ] }, { - "id": 11404, + "id": 11417, "luminance": 0, "opaque": true, "replaceable": false, @@ -129584,7 +129934,7 @@ ] }, { - "id": 11405, + "id": 11418, "luminance": 0, "opaque": true, "replaceable": false, @@ -129592,7 +129942,7 @@ "collision_shapes": [] }, { - "id": 11406, + "id": 11419, "luminance": 0, "opaque": true, "replaceable": false, @@ -129600,7 +129950,7 @@ "collision_shapes": [] }, { - "id": 11407, + "id": 11420, "luminance": 0, "opaque": true, "replaceable": false, @@ -129610,7 +129960,7 @@ ] }, { - "id": 11408, + "id": 11421, "luminance": 0, "opaque": true, "replaceable": false, @@ -129620,7 +129970,7 @@ ] }, { - "id": 11409, + "id": 11422, "luminance": 0, "opaque": true, "replaceable": false, @@ -129628,7 +129978,7 @@ "collision_shapes": [] }, { - "id": 11410, + "id": 11423, "luminance": 0, "opaque": true, "replaceable": false, @@ -129636,7 +129986,7 @@ "collision_shapes": [] }, { - "id": 11411, + "id": 11424, "luminance": 0, "opaque": true, "replaceable": false, @@ -129646,7 +129996,7 @@ ] }, { - "id": 11412, + "id": 11425, "luminance": 0, "opaque": true, "replaceable": false, @@ -129656,7 +130006,7 @@ ] }, { - "id": 11413, + "id": 11426, "luminance": 0, "opaque": true, "replaceable": false, @@ -129664,7 +130014,7 @@ "collision_shapes": [] }, { - "id": 11414, + "id": 11427, "luminance": 0, "opaque": true, "replaceable": false, @@ -129672,7 +130022,7 @@ "collision_shapes": [] }, { - "id": 11415, + "id": 11428, "luminance": 0, "opaque": true, "replaceable": false, @@ -129682,7 +130032,7 @@ ] }, { - "id": 11416, + "id": 11429, "luminance": 0, "opaque": true, "replaceable": false, @@ -129692,7 +130042,7 @@ ] }, { - "id": 11417, + "id": 11430, "luminance": 0, "opaque": true, "replaceable": false, @@ -129700,7 +130050,7 @@ "collision_shapes": [] }, { - "id": 11418, + "id": 11431, "luminance": 0, "opaque": true, "replaceable": false, @@ -129708,7 +130058,7 @@ "collision_shapes": [] }, { - "id": 11419, + "id": 11432, "luminance": 0, "opaque": true, "replaceable": false, @@ -129718,7 +130068,7 @@ ] }, { - "id": 11420, + "id": 11433, "luminance": 0, "opaque": true, "replaceable": false, @@ -129728,7 +130078,7 @@ ] }, { - "id": 11421, + "id": 11434, "luminance": 0, "opaque": true, "replaceable": false, @@ -129736,7 +130086,7 @@ "collision_shapes": [] }, { - "id": 11422, + "id": 11435, "luminance": 0, "opaque": true, "replaceable": false, @@ -129744,7 +130094,7 @@ "collision_shapes": [] }, { - "id": 11423, + "id": 11436, "luminance": 0, "opaque": true, "replaceable": false, @@ -129754,7 +130104,7 @@ ] }, { - "id": 11424, + "id": 11437, "luminance": 0, "opaque": true, "replaceable": false, @@ -129766,205 +130116,170 @@ ] }, { - "id": 575, - "name": "spruce_fence", - "translation_key": "block.minecraft.spruce_fence", - "item_id": 290, + "id": 571, + "name": "cherry_fence_gate", + "translation_key": "block.minecraft.cherry_fence_gate", + "item_id": 754, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] }, { - "name": "south", + "name": "in_wall", "values": [ "true", "false" ] }, { - "name": "waterlogged", + "name": "open", "values": [ "true", "false" ] }, { - "name": "west", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 11456, + "default_state_id": 11445, "states": [ { - "id": 11425, + "id": 11438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11426, + "id": 11439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78, - 79 - ] + "collision_shapes": [] }, { - "id": 11427, + "id": 11440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 75 ] }, { - "id": 11428, + "id": 11441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 75 ] }, { - "id": 11429, + "id": 11442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76 - ] + "collision_shapes": [] }, { - "id": 11430, + "id": 11443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80, - 79 - ] + "collision_shapes": [] }, { - "id": 11431, + "id": 11444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 75 ] }, { - "id": 11432, + "id": 11445, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 75 ] }, { - "id": 11433, + "id": 11446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 77 - ] + "collision_shapes": [] }, { - "id": 11434, + "id": 11447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81, - 79 - ] + "collision_shapes": [] }, { - "id": 11435, + "id": 11448, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 75 ] }, { - "id": 11436, + "id": 11449, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 75 ] }, { - "id": 11437, + "id": 11450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75 - ] + "collision_shapes": [] }, { - "id": 11438, + "id": 11451, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 82 - ] + "collision_shapes": [] }, { - "id": 11439, + "id": 11452, "luminance": 0, "opaque": true, "replaceable": false, @@ -129974,51 +130289,43 @@ ] }, { - "id": 11440, + "id": 11453, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 75 ] }, { - "id": 11441, + "id": 11454, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11442, + "id": 11455, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78 - ] + "collision_shapes": [] }, { - "id": 11443, + "id": 11456, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 78 ] }, { - "id": 11444, + "id": 11457, "luminance": 0, "opaque": true, "replaceable": false, @@ -130028,331 +130335,280 @@ ] }, { - "id": 11445, + "id": 11458, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76 - ] + "collision_shapes": [] }, { - "id": 11446, + "id": 11459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80 - ] + "collision_shapes": [] }, { - "id": 11447, + "id": 11460, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 78 ] }, { - "id": 11448, + "id": 11461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 78 ] }, { - "id": 11449, + "id": 11462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 77 - ] + "collision_shapes": [] }, { - "id": 11450, + "id": 11463, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81 - ] + "collision_shapes": [] }, { - "id": 11451, + "id": 11464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 78 ] }, { - "id": 11452, + "id": 11465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 78 ] }, { - "id": 11453, + "id": 11466, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83 - ] + "collision_shapes": [] }, { - "id": 11454, + "id": 11467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 84 - ] + "collision_shapes": [] }, { - "id": 11455, + "id": 11468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 78 ] }, { - "id": 11456, + "id": 11469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 78 ] } ] }, { - "id": 576, - "name": "birch_fence", - "translation_key": "block.minecraft.birch_fence", - "item_id": 291, + "id": 572, + "name": "dark_oak_fence_gate", + "translation_key": "block.minecraft.dark_oak_fence_gate", + "item_id": 755, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] }, { - "name": "south", + "name": "in_wall", "values": [ "true", "false" ] }, { - "name": "waterlogged", + "name": "open", "values": [ "true", "false" ] }, { - "name": "west", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 11488, + "default_state_id": 11477, "states": [ { - "id": 11457, + "id": 11470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11458, + "id": 11471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78, - 79 - ] + "collision_shapes": [] }, { - "id": 11459, + "id": 11472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 75 ] }, { - "id": 11460, + "id": 11473, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 75 ] }, { - "id": 11461, + "id": 11474, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76 - ] + "collision_shapes": [] }, { - "id": 11462, + "id": 11475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80, - 79 - ] + "collision_shapes": [] }, { - "id": 11463, + "id": 11476, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 75 ] }, { - "id": 11464, + "id": 11477, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 75 ] }, { - "id": 11465, + "id": 11478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 77 - ] + "collision_shapes": [] }, { - "id": 11466, + "id": 11479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81, - 79 - ] + "collision_shapes": [] }, { - "id": 11467, + "id": 11480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 75 ] }, { - "id": 11468, + "id": 11481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 75 ] }, { - "id": 11469, + "id": 11482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75 - ] + "collision_shapes": [] }, { - "id": 11470, + "id": 11483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 82 - ] + "collision_shapes": [] }, { - "id": 11471, + "id": 11484, "luminance": 0, "opaque": true, "replaceable": false, @@ -130362,51 +130618,43 @@ ] }, { - "id": 11472, + "id": 11485, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 75 ] }, { - "id": 11473, + "id": 11486, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11474, + "id": 11487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78 - ] + "collision_shapes": [] }, { - "id": 11475, + "id": 11488, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 78 ] }, { - "id": 11476, + "id": 11489, "luminance": 0, "opaque": true, "replaceable": false, @@ -130416,331 +130664,280 @@ ] }, { - "id": 11477, + "id": 11490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76 - ] + "collision_shapes": [] }, { - "id": 11478, + "id": 11491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80 - ] + "collision_shapes": [] }, { - "id": 11479, + "id": 11492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 78 ] }, { - "id": 11480, + "id": 11493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 78 ] }, { - "id": 11481, + "id": 11494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 77 - ] + "collision_shapes": [] }, { - "id": 11482, + "id": 11495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81 - ] + "collision_shapes": [] }, { - "id": 11483, + "id": 11496, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 78 ] }, { - "id": 11484, + "id": 11497, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 78 ] }, { - "id": 11485, + "id": 11498, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83 - ] + "collision_shapes": [] }, { - "id": 11486, + "id": 11499, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 84 - ] + "collision_shapes": [] }, { - "id": 11487, + "id": 11500, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 78 ] }, { - "id": 11488, + "id": 11501, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 78 ] } ] }, { - "id": 577, - "name": "jungle_fence", - "translation_key": "block.minecraft.jungle_fence", - "item_id": 292, + "id": 573, + "name": "mangrove_fence_gate", + "translation_key": "block.minecraft.mangrove_fence_gate", + "item_id": 756, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] }, { - "name": "south", + "name": "in_wall", "values": [ "true", "false" ] }, { - "name": "waterlogged", + "name": "open", "values": [ "true", "false" ] }, { - "name": "west", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 11520, + "default_state_id": 11509, "states": [ { - "id": 11489, + "id": 11502, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11490, + "id": 11503, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78, - 79 - ] + "collision_shapes": [] }, { - "id": 11491, + "id": 11504, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 75 ] }, { - "id": 11492, + "id": 11505, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 75 ] }, { - "id": 11493, + "id": 11506, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76 - ] + "collision_shapes": [] }, { - "id": 11494, + "id": 11507, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80, - 79 - ] + "collision_shapes": [] }, { - "id": 11495, + "id": 11508, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 75 ] }, { - "id": 11496, + "id": 11509, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 75 ] }, { - "id": 11497, + "id": 11510, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 77 - ] + "collision_shapes": [] }, { - "id": 11498, + "id": 11511, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81, - 79 - ] + "collision_shapes": [] }, { - "id": 11499, + "id": 11512, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 75 ] }, { - "id": 11500, + "id": 11513, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 75 ] }, { - "id": 11501, + "id": 11514, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75 - ] + "collision_shapes": [] }, { - "id": 11502, + "id": 11515, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 82 - ] + "collision_shapes": [] }, { - "id": 11503, + "id": 11516, "luminance": 0, "opaque": true, "replaceable": false, @@ -130750,51 +130947,43 @@ ] }, { - "id": 11504, + "id": 11517, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 75 ] }, { - "id": 11505, + "id": 11518, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11506, + "id": 11519, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78 - ] + "collision_shapes": [] }, { - "id": 11507, + "id": 11520, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 78 ] }, { - "id": 11508, + "id": 11521, "luminance": 0, "opaque": true, "replaceable": false, @@ -130804,331 +130993,280 @@ ] }, { - "id": 11509, + "id": 11522, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76 - ] + "collision_shapes": [] }, { - "id": 11510, + "id": 11523, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80 - ] + "collision_shapes": [] }, { - "id": 11511, + "id": 11524, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 78 ] }, { - "id": 11512, + "id": 11525, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 78 ] }, { - "id": 11513, + "id": 11526, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 77 - ] + "collision_shapes": [] }, { - "id": 11514, + "id": 11527, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81 - ] + "collision_shapes": [] }, { - "id": 11515, + "id": 11528, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 78 ] }, { - "id": 11516, + "id": 11529, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 78 ] }, { - "id": 11517, + "id": 11530, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83 - ] + "collision_shapes": [] }, { - "id": 11518, + "id": 11531, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 84 - ] + "collision_shapes": [] }, { - "id": 11519, + "id": 11532, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 78 ] }, { - "id": 11520, + "id": 11533, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 78 ] } ] }, { - "id": 578, - "name": "acacia_fence", - "translation_key": "block.minecraft.acacia_fence", - "item_id": 293, + "id": 574, + "name": "bamboo_fence_gate", + "translation_key": "block.minecraft.bamboo_fence_gate", + "item_id": 757, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] }, { - "name": "south", + "name": "in_wall", "values": [ "true", "false" ] }, { - "name": "waterlogged", + "name": "open", "values": [ "true", "false" ] }, { - "name": "west", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 11552, + "default_state_id": 11541, "states": [ { - "id": 11521, + "id": 11534, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11522, + "id": 11535, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78, - 79 - ] + "collision_shapes": [] }, { - "id": 11523, + "id": 11536, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 75 ] }, { - "id": 11524, + "id": 11537, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 75 ] }, { - "id": 11525, + "id": 11538, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 76 - ] + "collision_shapes": [] }, { - "id": 11526, + "id": 11539, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80, - 79 - ] + "collision_shapes": [] }, { - "id": 11527, + "id": 11540, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 75 ] }, { - "id": 11528, + "id": 11541, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 75 ] }, { - "id": 11529, + "id": 11542, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75, - 77 - ] + "collision_shapes": [] }, { - "id": 11530, + "id": 11543, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81, - 79 - ] + "collision_shapes": [] }, { - "id": 11531, + "id": 11544, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 75 ] }, { - "id": 11532, + "id": 11545, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 75 ] }, { - "id": 11533, + "id": 11546, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 75 - ] + "collision_shapes": [] }, { - "id": 11534, + "id": 11547, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 82 - ] + "collision_shapes": [] }, { - "id": 11535, + "id": 11548, "luminance": 0, "opaque": true, "replaceable": false, @@ -131138,51 +131276,43 @@ ] }, { - "id": 11536, + "id": 11549, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 75 ] }, { - "id": 11537, + "id": 11550, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76, - 77 - ] + "collision_shapes": [] }, { - "id": 11538, + "id": 11551, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 78 - ] + "collision_shapes": [] }, { - "id": 11539, + "id": 11552, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 78 ] }, { - "id": 11540, + "id": 11553, "luminance": 0, "opaque": true, "replaceable": false, @@ -131192,136 +131322,120 @@ ] }, { - "id": 11541, + "id": 11554, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 76 - ] + "collision_shapes": [] }, { - "id": 11542, + "id": 11555, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 80 - ] + "collision_shapes": [] }, { - "id": 11543, + "id": 11556, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 78 ] }, { - "id": 11544, + "id": 11557, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 78 ] }, { - "id": 11545, + "id": 11558, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83, - 77 - ] + "collision_shapes": [] }, { - "id": 11546, + "id": 11559, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 81 - ] + "collision_shapes": [] }, { - "id": 11547, + "id": 11560, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 78 ] }, { - "id": 11548, + "id": 11561, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 78 ] }, { - "id": 11549, + "id": 11562, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 83 - ] + "collision_shapes": [] }, { - "id": 11550, + "id": 11563, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 84 - ] + "collision_shapes": [] }, { - "id": 11551, + "id": 11564, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 78 ] }, { - "id": 11552, + "id": 11565, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 78 ] } ] }, { - "id": 579, - "name": "cherry_fence", - "translation_key": "block.minecraft.cherry_fence", - "item_id": 294, + "id": 575, + "name": "spruce_fence", + "translation_key": "block.minecraft.spruce_fence", + "item_id": 311, "properties": [ { "name": "east", @@ -131359,10 +131473,10 @@ ] } ], - "default_state_id": 11584, + "default_state_id": 11597, "states": [ { - "id": 11553, + "id": 11566, "luminance": 0, "opaque": true, "replaceable": false, @@ -131374,7 +131488,7 @@ ] }, { - "id": 11554, + "id": 11567, "luminance": 0, "opaque": true, "replaceable": false, @@ -131385,7 +131499,7 @@ ] }, { - "id": 11555, + "id": 11568, "luminance": 0, "opaque": true, "replaceable": false, @@ -131397,7 +131511,7 @@ ] }, { - "id": 11556, + "id": 11569, "luminance": 0, "opaque": true, "replaceable": false, @@ -131408,7 +131522,7 @@ ] }, { - "id": 11557, + "id": 11570, "luminance": 0, "opaque": true, "replaceable": false, @@ -131419,7 +131533,7 @@ ] }, { - "id": 11558, + "id": 11571, "luminance": 0, "opaque": true, "replaceable": false, @@ -131430,7 +131544,7 @@ ] }, { - "id": 11559, + "id": 11572, "luminance": 0, "opaque": true, "replaceable": false, @@ -131441,7 +131555,7 @@ ] }, { - "id": 11560, + "id": 11573, "luminance": 0, "opaque": true, "replaceable": false, @@ -131452,7 +131566,7 @@ ] }, { - "id": 11561, + "id": 11574, "luminance": 0, "opaque": true, "replaceable": false, @@ -131463,7 +131577,7 @@ ] }, { - "id": 11562, + "id": 11575, "luminance": 0, "opaque": true, "replaceable": false, @@ -131474,7 +131588,7 @@ ] }, { - "id": 11563, + "id": 11576, "luminance": 0, "opaque": true, "replaceable": false, @@ -131485,7 +131599,7 @@ ] }, { - "id": 11564, + "id": 11577, "luminance": 0, "opaque": true, "replaceable": false, @@ -131496,7 +131610,7 @@ ] }, { - "id": 11565, + "id": 11578, "luminance": 0, "opaque": true, "replaceable": false, @@ -131506,7 +131620,7 @@ ] }, { - "id": 11566, + "id": 11579, "luminance": 0, "opaque": true, "replaceable": false, @@ -131516,7 +131630,7 @@ ] }, { - "id": 11567, + "id": 11580, "luminance": 0, "opaque": true, "replaceable": false, @@ -131526,7 +131640,7 @@ ] }, { - "id": 11568, + "id": 11581, "luminance": 0, "opaque": true, "replaceable": false, @@ -131536,7 +131650,7 @@ ] }, { - "id": 11569, + "id": 11582, "luminance": 0, "opaque": true, "replaceable": false, @@ -131548,7 +131662,7 @@ ] }, { - "id": 11570, + "id": 11583, "luminance": 0, "opaque": true, "replaceable": false, @@ -131558,7 +131672,7 @@ ] }, { - "id": 11571, + "id": 11584, "luminance": 0, "opaque": true, "replaceable": false, @@ -131570,7 +131684,7 @@ ] }, { - "id": 11572, + "id": 11585, "luminance": 0, "opaque": true, "replaceable": false, @@ -131580,7 +131694,7 @@ ] }, { - "id": 11573, + "id": 11586, "luminance": 0, "opaque": true, "replaceable": false, @@ -131591,7 +131705,7 @@ ] }, { - "id": 11574, + "id": 11587, "luminance": 0, "opaque": true, "replaceable": false, @@ -131601,7 +131715,7 @@ ] }, { - "id": 11575, + "id": 11588, "luminance": 0, "opaque": true, "replaceable": false, @@ -131612,7 +131726,7 @@ ] }, { - "id": 11576, + "id": 11589, "luminance": 0, "opaque": true, "replaceable": false, @@ -131622,7 +131736,7 @@ ] }, { - "id": 11577, + "id": 11590, "luminance": 0, "opaque": true, "replaceable": false, @@ -131633,7 +131747,7 @@ ] }, { - "id": 11578, + "id": 11591, "luminance": 0, "opaque": true, "replaceable": false, @@ -131643,7 +131757,7 @@ ] }, { - "id": 11579, + "id": 11592, "luminance": 0, "opaque": true, "replaceable": false, @@ -131654,7 +131768,7 @@ ] }, { - "id": 11580, + "id": 11593, "luminance": 0, "opaque": true, "replaceable": false, @@ -131664,7 +131778,7 @@ ] }, { - "id": 11581, + "id": 11594, "luminance": 0, "opaque": true, "replaceable": false, @@ -131674,7 +131788,7 @@ ] }, { - "id": 11582, + "id": 11595, "luminance": 0, "opaque": true, "replaceable": false, @@ -131684,7 +131798,7 @@ ] }, { - "id": 11583, + "id": 11596, "luminance": 0, "opaque": true, "replaceable": false, @@ -131694,7 +131808,7 @@ ] }, { - "id": 11584, + "id": 11597, "luminance": 0, "opaque": true, "replaceable": false, @@ -131706,10 +131820,10 @@ ] }, { - "id": 580, - "name": "dark_oak_fence", - "translation_key": "block.minecraft.dark_oak_fence", - "item_id": 295, + "id": 576, + "name": "birch_fence", + "translation_key": "block.minecraft.birch_fence", + "item_id": 312, "properties": [ { "name": "east", @@ -131747,10 +131861,10 @@ ] } ], - "default_state_id": 11616, + "default_state_id": 11629, "states": [ { - "id": 11585, + "id": 11598, "luminance": 0, "opaque": true, "replaceable": false, @@ -131762,7 +131876,7 @@ ] }, { - "id": 11586, + "id": 11599, "luminance": 0, "opaque": true, "replaceable": false, @@ -131773,7 +131887,7 @@ ] }, { - "id": 11587, + "id": 11600, "luminance": 0, "opaque": true, "replaceable": false, @@ -131785,7 +131899,7 @@ ] }, { - "id": 11588, + "id": 11601, "luminance": 0, "opaque": true, "replaceable": false, @@ -131796,7 +131910,7 @@ ] }, { - "id": 11589, + "id": 11602, "luminance": 0, "opaque": true, "replaceable": false, @@ -131807,7 +131921,7 @@ ] }, { - "id": 11590, + "id": 11603, "luminance": 0, "opaque": true, "replaceable": false, @@ -131818,7 +131932,7 @@ ] }, { - "id": 11591, + "id": 11604, "luminance": 0, "opaque": true, "replaceable": false, @@ -131829,7 +131943,7 @@ ] }, { - "id": 11592, + "id": 11605, "luminance": 0, "opaque": true, "replaceable": false, @@ -131840,7 +131954,7 @@ ] }, { - "id": 11593, + "id": 11606, "luminance": 0, "opaque": true, "replaceable": false, @@ -131851,7 +131965,7 @@ ] }, { - "id": 11594, + "id": 11607, "luminance": 0, "opaque": true, "replaceable": false, @@ -131862,7 +131976,7 @@ ] }, { - "id": 11595, + "id": 11608, "luminance": 0, "opaque": true, "replaceable": false, @@ -131873,7 +131987,7 @@ ] }, { - "id": 11596, + "id": 11609, "luminance": 0, "opaque": true, "replaceable": false, @@ -131884,7 +131998,7 @@ ] }, { - "id": 11597, + "id": 11610, "luminance": 0, "opaque": true, "replaceable": false, @@ -131894,7 +132008,7 @@ ] }, { - "id": 11598, + "id": 11611, "luminance": 0, "opaque": true, "replaceable": false, @@ -131904,7 +132018,7 @@ ] }, { - "id": 11599, + "id": 11612, "luminance": 0, "opaque": true, "replaceable": false, @@ -131914,7 +132028,7 @@ ] }, { - "id": 11600, + "id": 11613, "luminance": 0, "opaque": true, "replaceable": false, @@ -131924,7 +132038,7 @@ ] }, { - "id": 11601, + "id": 11614, "luminance": 0, "opaque": true, "replaceable": false, @@ -131936,7 +132050,7 @@ ] }, { - "id": 11602, + "id": 11615, "luminance": 0, "opaque": true, "replaceable": false, @@ -131946,7 +132060,7 @@ ] }, { - "id": 11603, + "id": 11616, "luminance": 0, "opaque": true, "replaceable": false, @@ -131958,7 +132072,7 @@ ] }, { - "id": 11604, + "id": 11617, "luminance": 0, "opaque": true, "replaceable": false, @@ -131968,7 +132082,7 @@ ] }, { - "id": 11605, + "id": 11618, "luminance": 0, "opaque": true, "replaceable": false, @@ -131979,7 +132093,7 @@ ] }, { - "id": 11606, + "id": 11619, "luminance": 0, "opaque": true, "replaceable": false, @@ -131989,7 +132103,7 @@ ] }, { - "id": 11607, + "id": 11620, "luminance": 0, "opaque": true, "replaceable": false, @@ -132000,7 +132114,7 @@ ] }, { - "id": 11608, + "id": 11621, "luminance": 0, "opaque": true, "replaceable": false, @@ -132010,7 +132124,7 @@ ] }, { - "id": 11609, + "id": 11622, "luminance": 0, "opaque": true, "replaceable": false, @@ -132021,7 +132135,7 @@ ] }, { - "id": 11610, + "id": 11623, "luminance": 0, "opaque": true, "replaceable": false, @@ -132031,7 +132145,7 @@ ] }, { - "id": 11611, + "id": 11624, "luminance": 0, "opaque": true, "replaceable": false, @@ -132042,7 +132156,7 @@ ] }, { - "id": 11612, + "id": 11625, "luminance": 0, "opaque": true, "replaceable": false, @@ -132052,7 +132166,7 @@ ] }, { - "id": 11613, + "id": 11626, "luminance": 0, "opaque": true, "replaceable": false, @@ -132062,7 +132176,7 @@ ] }, { - "id": 11614, + "id": 11627, "luminance": 0, "opaque": true, "replaceable": false, @@ -132072,7 +132186,7 @@ ] }, { - "id": 11615, + "id": 11628, "luminance": 0, "opaque": true, "replaceable": false, @@ -132082,7 +132196,7 @@ ] }, { - "id": 11616, + "id": 11629, "luminance": 0, "opaque": true, "replaceable": false, @@ -132094,10 +132208,10 @@ ] }, { - "id": 581, - "name": "mangrove_fence", - "translation_key": "block.minecraft.mangrove_fence", - "item_id": 296, + "id": 577, + "name": "jungle_fence", + "translation_key": "block.minecraft.jungle_fence", + "item_id": 313, "properties": [ { "name": "east", @@ -132135,10 +132249,10 @@ ] } ], - "default_state_id": 11648, + "default_state_id": 11661, "states": [ { - "id": 11617, + "id": 11630, "luminance": 0, "opaque": true, "replaceable": false, @@ -132150,7 +132264,7 @@ ] }, { - "id": 11618, + "id": 11631, "luminance": 0, "opaque": true, "replaceable": false, @@ -132161,7 +132275,7 @@ ] }, { - "id": 11619, + "id": 11632, "luminance": 0, "opaque": true, "replaceable": false, @@ -132173,7 +132287,7 @@ ] }, { - "id": 11620, + "id": 11633, "luminance": 0, "opaque": true, "replaceable": false, @@ -132184,7 +132298,7 @@ ] }, { - "id": 11621, + "id": 11634, "luminance": 0, "opaque": true, "replaceable": false, @@ -132195,7 +132309,7 @@ ] }, { - "id": 11622, + "id": 11635, "luminance": 0, "opaque": true, "replaceable": false, @@ -132206,7 +132320,7 @@ ] }, { - "id": 11623, + "id": 11636, "luminance": 0, "opaque": true, "replaceable": false, @@ -132217,7 +132331,7 @@ ] }, { - "id": 11624, + "id": 11637, "luminance": 0, "opaque": true, "replaceable": false, @@ -132228,7 +132342,7 @@ ] }, { - "id": 11625, + "id": 11638, "luminance": 0, "opaque": true, "replaceable": false, @@ -132239,7 +132353,7 @@ ] }, { - "id": 11626, + "id": 11639, "luminance": 0, "opaque": true, "replaceable": false, @@ -132250,7 +132364,7 @@ ] }, { - "id": 11627, + "id": 11640, "luminance": 0, "opaque": true, "replaceable": false, @@ -132261,7 +132375,7 @@ ] }, { - "id": 11628, + "id": 11641, "luminance": 0, "opaque": true, "replaceable": false, @@ -132272,7 +132386,7 @@ ] }, { - "id": 11629, + "id": 11642, "luminance": 0, "opaque": true, "replaceable": false, @@ -132282,7 +132396,7 @@ ] }, { - "id": 11630, + "id": 11643, "luminance": 0, "opaque": true, "replaceable": false, @@ -132292,7 +132406,7 @@ ] }, { - "id": 11631, + "id": 11644, "luminance": 0, "opaque": true, "replaceable": false, @@ -132302,7 +132416,7 @@ ] }, { - "id": 11632, + "id": 11645, "luminance": 0, "opaque": true, "replaceable": false, @@ -132312,7 +132426,7 @@ ] }, { - "id": 11633, + "id": 11646, "luminance": 0, "opaque": true, "replaceable": false, @@ -132324,7 +132438,7 @@ ] }, { - "id": 11634, + "id": 11647, "luminance": 0, "opaque": true, "replaceable": false, @@ -132334,7 +132448,7 @@ ] }, { - "id": 11635, + "id": 11648, "luminance": 0, "opaque": true, "replaceable": false, @@ -132346,7 +132460,7 @@ ] }, { - "id": 11636, + "id": 11649, "luminance": 0, "opaque": true, "replaceable": false, @@ -132356,7 +132470,7 @@ ] }, { - "id": 11637, + "id": 11650, "luminance": 0, "opaque": true, "replaceable": false, @@ -132367,7 +132481,7 @@ ] }, { - "id": 11638, + "id": 11651, "luminance": 0, "opaque": true, "replaceable": false, @@ -132377,7 +132491,7 @@ ] }, { - "id": 11639, + "id": 11652, "luminance": 0, "opaque": true, "replaceable": false, @@ -132388,7 +132502,7 @@ ] }, { - "id": 11640, + "id": 11653, "luminance": 0, "opaque": true, "replaceable": false, @@ -132398,7 +132512,7 @@ ] }, { - "id": 11641, + "id": 11654, "luminance": 0, "opaque": true, "replaceable": false, @@ -132409,7 +132523,7 @@ ] }, { - "id": 11642, + "id": 11655, "luminance": 0, "opaque": true, "replaceable": false, @@ -132419,7 +132533,7 @@ ] }, { - "id": 11643, + "id": 11656, "luminance": 0, "opaque": true, "replaceable": false, @@ -132430,7 +132544,7 @@ ] }, { - "id": 11644, + "id": 11657, "luminance": 0, "opaque": true, "replaceable": false, @@ -132440,7 +132554,7 @@ ] }, { - "id": 11645, + "id": 11658, "luminance": 0, "opaque": true, "replaceable": false, @@ -132450,7 +132564,7 @@ ] }, { - "id": 11646, + "id": 11659, "luminance": 0, "opaque": true, "replaceable": false, @@ -132460,7 +132574,7 @@ ] }, { - "id": 11647, + "id": 11660, "luminance": 0, "opaque": true, "replaceable": false, @@ -132470,7 +132584,7 @@ ] }, { - "id": 11648, + "id": 11661, "luminance": 0, "opaque": true, "replaceable": false, @@ -132482,10 +132596,10 @@ ] }, { - "id": 582, - "name": "bamboo_fence", - "translation_key": "block.minecraft.bamboo_fence", - "item_id": 297, + "id": 578, + "name": "acacia_fence", + "translation_key": "block.minecraft.acacia_fence", + "item_id": 314, "properties": [ { "name": "east", @@ -132523,10 +132637,10 @@ ] } ], - "default_state_id": 11680, + "default_state_id": 11693, "states": [ { - "id": 11649, + "id": 11662, "luminance": 0, "opaque": true, "replaceable": false, @@ -132538,7 +132652,7 @@ ] }, { - "id": 11650, + "id": 11663, "luminance": 0, "opaque": true, "replaceable": false, @@ -132549,7 +132663,7 @@ ] }, { - "id": 11651, + "id": 11664, "luminance": 0, "opaque": true, "replaceable": false, @@ -132561,7 +132675,7 @@ ] }, { - "id": 11652, + "id": 11665, "luminance": 0, "opaque": true, "replaceable": false, @@ -132572,7 +132686,7 @@ ] }, { - "id": 11653, + "id": 11666, "luminance": 0, "opaque": true, "replaceable": false, @@ -132583,7 +132697,7 @@ ] }, { - "id": 11654, + "id": 11667, "luminance": 0, "opaque": true, "replaceable": false, @@ -132594,7 +132708,7 @@ ] }, { - "id": 11655, + "id": 11668, "luminance": 0, "opaque": true, "replaceable": false, @@ -132605,7 +132719,7 @@ ] }, { - "id": 11656, + "id": 11669, "luminance": 0, "opaque": true, "replaceable": false, @@ -132616,7 +132730,7 @@ ] }, { - "id": 11657, + "id": 11670, "luminance": 0, "opaque": true, "replaceable": false, @@ -132627,7 +132741,7 @@ ] }, { - "id": 11658, + "id": 11671, "luminance": 0, "opaque": true, "replaceable": false, @@ -132638,7 +132752,7 @@ ] }, { - "id": 11659, + "id": 11672, "luminance": 0, "opaque": true, "replaceable": false, @@ -132649,7 +132763,7 @@ ] }, { - "id": 11660, + "id": 11673, "luminance": 0, "opaque": true, "replaceable": false, @@ -132660,7 +132774,7 @@ ] }, { - "id": 11661, + "id": 11674, "luminance": 0, "opaque": true, "replaceable": false, @@ -132670,7 +132784,7 @@ ] }, { - "id": 11662, + "id": 11675, "luminance": 0, "opaque": true, "replaceable": false, @@ -132680,7 +132794,7 @@ ] }, { - "id": 11663, + "id": 11676, "luminance": 0, "opaque": true, "replaceable": false, @@ -132690,7 +132804,7 @@ ] }, { - "id": 11664, + "id": 11677, "luminance": 0, "opaque": true, "replaceable": false, @@ -132700,7 +132814,7 @@ ] }, { - "id": 11665, + "id": 11678, "luminance": 0, "opaque": true, "replaceable": false, @@ -132712,7 +132826,7 @@ ] }, { - "id": 11666, + "id": 11679, "luminance": 0, "opaque": true, "replaceable": false, @@ -132722,7 +132836,7 @@ ] }, { - "id": 11667, + "id": 11680, "luminance": 0, "opaque": true, "replaceable": false, @@ -132734,7 +132848,7 @@ ] }, { - "id": 11668, + "id": 11681, "luminance": 0, "opaque": true, "replaceable": false, @@ -132744,7 +132858,7 @@ ] }, { - "id": 11669, + "id": 11682, "luminance": 0, "opaque": true, "replaceable": false, @@ -132755,7 +132869,7 @@ ] }, { - "id": 11670, + "id": 11683, "luminance": 0, "opaque": true, "replaceable": false, @@ -132765,7 +132879,7 @@ ] }, { - "id": 11671, + "id": 11684, "luminance": 0, "opaque": true, "replaceable": false, @@ -132776,7 +132890,7 @@ ] }, { - "id": 11672, + "id": 11685, "luminance": 0, "opaque": true, "replaceable": false, @@ -132786,7 +132900,7 @@ ] }, { - "id": 11673, + "id": 11686, "luminance": 0, "opaque": true, "replaceable": false, @@ -132797,7 +132911,7 @@ ] }, { - "id": 11674, + "id": 11687, "luminance": 0, "opaque": true, "replaceable": false, @@ -132807,7 +132921,7 @@ ] }, { - "id": 11675, + "id": 11688, "luminance": 0, "opaque": true, "replaceable": false, @@ -132818,7 +132932,7 @@ ] }, { - "id": 11676, + "id": 11689, "luminance": 0, "opaque": true, "replaceable": false, @@ -132828,7 +132942,7 @@ ] }, { - "id": 11677, + "id": 11690, "luminance": 0, "opaque": true, "replaceable": false, @@ -132838,7 +132952,7 @@ ] }, { - "id": 11678, + "id": 11691, "luminance": 0, "opaque": true, "replaceable": false, @@ -132848,7 +132962,7 @@ ] }, { - "id": 11679, + "id": 11692, "luminance": 0, "opaque": true, "replaceable": false, @@ -132858,7 +132972,7 @@ ] }, { - "id": 11680, + "id": 11693, "luminance": 0, "opaque": true, "replaceable": false, @@ -132870,1386 +132984,1562 @@ ] }, { - "id": 583, - "name": "spruce_door", - "translation_key": "block.minecraft.spruce_door", - "item_id": 690, + "id": 579, + "name": "cherry_fence", + "translation_key": "block.minecraft.cherry_fence", + "item_id": 315, "properties": [ { - "name": "facing", + "name": "east", "values": [ - "north", - "south", - "west", - "east" + "true", + "false" ] }, { - "name": "half", + "name": "north", "values": [ - "upper", - "lower" + "true", + "false" ] }, { - "name": "hinge", + "name": "south", "values": [ - "left", - "right" + "true", + "false" ] }, { - "name": "open", + "name": "waterlogged", "values": [ "true", "false" ] }, { - "name": "powered", + "name": "west", "values": [ "true", "false" ] } ], - "default_state_id": 11692, + "default_state_id": 11725, "states": [ - { - "id": 11681, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 64 - ] - }, - { - "id": 11682, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 64 - ] - }, - { - "id": 11683, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11684, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11685, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 66 - ] - }, - { - "id": 11686, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 66 - ] - }, - { - "id": 11687, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11688, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11689, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 64 - ] - }, - { - "id": 11690, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 64 - ] - }, - { - "id": 11691, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11692, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 65 - ] - }, - { - "id": 11693, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 66 - ] - }, { "id": 11694, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76, + 77 ] }, { "id": 11695, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 78, + 79 ] }, { "id": 11696, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 75, + 76, + 77 ] }, { "id": 11697, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 78, + 79 ] }, { "id": 11698, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76 ] }, { "id": 11699, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 80, + 79 ] }, { "id": 11700, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76 ] }, { "id": 11701, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 80, + 79 ] }, { "id": 11702, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 77 ] }, { "id": 11703, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 81, + 79 ] }, { "id": 11704, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 77 ] }, { "id": 11705, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 81, + 79 ] }, { "id": 11706, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75 ] }, { "id": 11707, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 82 ] }, { "id": 11708, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75 ] }, { "id": 11709, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 82 ] }, { "id": 11710, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 83, + 76, + 77 ] }, { "id": 11711, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 78 ] }, { "id": 11712, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 83, + 76, + 77 ] }, { "id": 11713, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 78 ] }, { "id": 11714, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 76 ] }, { "id": 11715, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 80 ] }, { "id": 11716, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83, + 76 ] }, { "id": 11717, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 80 ] }, { "id": 11718, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 83, + 77 ] }, { "id": 11719, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 81 ] }, { "id": 11720, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83, + 77 ] }, { "id": 11721, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 81 ] }, { "id": 11722, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83 ] }, { "id": 11723, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 84 ] }, { "id": 11724, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83 ] }, { "id": 11725, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 84 + ] + } + ] + }, + { + "id": 580, + "name": "dark_oak_fence", + "translation_key": "block.minecraft.dark_oak_fence", + "item_id": 316, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11757, + "states": [ { "id": 11726, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76, + 77 ] }, { "id": 11727, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 78, + 79 ] }, { "id": 11728, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76, + 77 ] }, { "id": 11729, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 78, + 79 ] }, { "id": 11730, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76 ] }, { "id": 11731, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 80, + 79 ] }, { "id": 11732, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 76 ] }, { "id": 11733, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 80, + 79 ] }, { "id": 11734, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 75, + 77 ] }, { "id": 11735, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 81, + 79 ] }, { "id": 11736, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 77 ] }, { "id": 11737, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 81, + 79 ] }, { "id": 11738, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75 ] }, { "id": 11739, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 82 ] }, { "id": 11740, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75 ] }, { "id": 11741, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 82 ] }, { "id": 11742, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 76, + 77 ] }, { "id": 11743, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 78 ] }, { "id": 11744, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 - ] - } - ] - }, - { - "id": 584, - "name": "birch_door", - "translation_key": "block.minecraft.birch_door", - "item_id": 691, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "upper", - "lower" - ] - }, - { - "name": "hinge", - "values": [ - "left", - "right" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" + 83, + 76, + 77 ] }, - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 11756, - "states": [ { "id": 11745, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 78 ] }, { "id": 11746, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 83, + 76 ] }, { "id": 11747, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 80 ] }, { "id": 11748, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 76 ] }, { "id": 11749, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 80 ] }, { "id": 11750, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83, + 77 ] }, { "id": 11751, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 81 ] }, { "id": 11752, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 77 ] }, { "id": 11753, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 81 ] }, { "id": 11754, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 83 ] }, { "id": 11755, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 84 ] }, { "id": 11756, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83 ] }, { "id": 11757, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 84 + ] + } + ] + }, + { + "id": 581, + "name": "mangrove_fence", + "translation_key": "block.minecraft.mangrove_fence", + "item_id": 317, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" ] }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11789, + "states": [ { "id": 11758, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76, + 77 ] }, { "id": 11759, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 78, + 79 ] }, { "id": 11760, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 75, + 76, + 77 ] }, { "id": 11761, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 78, + 79 ] }, { "id": 11762, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76 ] }, { "id": 11763, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 80, + 79 ] }, { "id": 11764, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76 ] }, { "id": 11765, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 80, + 79 ] }, { "id": 11766, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 77 ] }, { "id": 11767, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 81, + 79 ] }, { "id": 11768, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 77 ] }, { "id": 11769, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 81, + 79 ] }, { "id": 11770, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75 ] }, { "id": 11771, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 82 ] }, { "id": 11772, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75 ] }, { "id": 11773, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 82 ] }, { "id": 11774, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 83, + 76, + 77 ] }, { "id": 11775, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 78 ] }, { "id": 11776, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 83, + 76, + 77 ] }, { "id": 11777, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 78 ] }, { "id": 11778, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 76 ] }, { "id": 11779, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 80 ] }, { "id": 11780, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83, + 76 ] }, { "id": 11781, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 80 ] }, { "id": 11782, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 83, + 77 ] }, { "id": 11783, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 81 ] }, { "id": 11784, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83, + 77 ] }, { "id": 11785, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 81 ] }, { "id": 11786, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83 ] }, { "id": 11787, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 84 ] }, { "id": 11788, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 83 ] }, { "id": 11789, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 84 + ] + } + ] + }, + { + "id": 582, + "name": "bamboo_fence", + "translation_key": "block.minecraft.bamboo_fence", + "item_id": 318, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 11821, + "states": [ { "id": 11790, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76, + 77 ] }, { "id": 11791, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 78, + 79 ] }, { "id": 11792, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 75, + 76, + 77 ] }, { "id": 11793, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 78, + 79 ] }, { "id": 11794, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75, + 76 ] }, { "id": 11795, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 80, + 79 ] }, { "id": 11796, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 76 ] }, { "id": 11797, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 80, + 79 ] }, { "id": 11798, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 75, + 77 ] }, { "id": 11799, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 81, + 79 ] }, { "id": 11800, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75, + 77 ] }, { "id": 11801, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 81, + 79 ] }, { "id": 11802, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 75 ] }, { "id": 11803, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 82 ] }, { "id": 11804, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 75 ] }, { "id": 11805, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 82 ] }, { "id": 11806, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 83, + 76, + 77 ] }, { "id": 11807, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 78 ] }, { "id": 11808, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 83, + 76, + 77 + ] + }, + { + "id": 11809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83 + ] + }, + { + "id": 11819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 84 + ] + }, + { + "id": 11820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 83 + ] + }, + { + "id": 11821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 84 ] } ] }, { - "id": 585, - "name": "jungle_door", - "translation_key": "block.minecraft.jungle_door", - "item_id": 692, + "id": 583, + "name": "spruce_door", + "translation_key": "block.minecraft.spruce_door", + "item_id": 711, "properties": [ { "name": "facing", @@ -134289,10 +134579,10 @@ ] } ], - "default_state_id": 11820, + "default_state_id": 11833, "states": [ { - "id": 11809, + "id": 11822, "luminance": 0, "opaque": false, "replaceable": false, @@ -134302,7 +134592,7 @@ ] }, { - "id": 11810, + "id": 11823, "luminance": 0, "opaque": false, "replaceable": false, @@ -134312,7 +134602,7 @@ ] }, { - "id": 11811, + "id": 11824, "luminance": 0, "opaque": false, "replaceable": false, @@ -134322,7 +134612,7 @@ ] }, { - "id": 11812, + "id": 11825, "luminance": 0, "opaque": false, "replaceable": false, @@ -134332,7 +134622,7 @@ ] }, { - "id": 11813, + "id": 11826, "luminance": 0, "opaque": false, "replaceable": false, @@ -134342,7 +134632,7 @@ ] }, { - "id": 11814, + "id": 11827, "luminance": 0, "opaque": false, "replaceable": false, @@ -134352,7 +134642,7 @@ ] }, { - "id": 11815, + "id": 11828, "luminance": 0, "opaque": false, "replaceable": false, @@ -134362,7 +134652,7 @@ ] }, { - "id": 11816, + "id": 11829, "luminance": 0, "opaque": false, "replaceable": false, @@ -134372,7 +134662,7 @@ ] }, { - "id": 11817, + "id": 11830, "luminance": 0, "opaque": false, "replaceable": false, @@ -134382,7 +134672,7 @@ ] }, { - "id": 11818, + "id": 11831, "luminance": 0, "opaque": false, "replaceable": false, @@ -134392,7 +134682,7 @@ ] }, { - "id": 11819, + "id": 11832, "luminance": 0, "opaque": false, "replaceable": false, @@ -134402,7 +134692,7 @@ ] }, { - "id": 11820, + "id": 11833, "luminance": 0, "opaque": false, "replaceable": false, @@ -134412,7 +134702,7 @@ ] }, { - "id": 11821, + "id": 11834, "luminance": 0, "opaque": false, "replaceable": false, @@ -134422,7 +134712,7 @@ ] }, { - "id": 11822, + "id": 11835, "luminance": 0, "opaque": false, "replaceable": false, @@ -134432,7 +134722,7 @@ ] }, { - "id": 11823, + "id": 11836, "luminance": 0, "opaque": false, "replaceable": false, @@ -134442,7 +134732,7 @@ ] }, { - "id": 11824, + "id": 11837, "luminance": 0, "opaque": false, "replaceable": false, @@ -134452,7 +134742,7 @@ ] }, { - "id": 11825, + "id": 11838, "luminance": 0, "opaque": false, "replaceable": false, @@ -134462,7 +134752,7 @@ ] }, { - "id": 11826, + "id": 11839, "luminance": 0, "opaque": false, "replaceable": false, @@ -134472,7 +134762,7 @@ ] }, { - "id": 11827, + "id": 11840, "luminance": 0, "opaque": false, "replaceable": false, @@ -134482,7 +134772,7 @@ ] }, { - "id": 11828, + "id": 11841, "luminance": 0, "opaque": false, "replaceable": false, @@ -134492,7 +134782,7 @@ ] }, { - "id": 11829, + "id": 11842, "luminance": 0, "opaque": false, "replaceable": false, @@ -134502,7 +134792,7 @@ ] }, { - "id": 11830, + "id": 11843, "luminance": 0, "opaque": false, "replaceable": false, @@ -134512,7 +134802,7 @@ ] }, { - "id": 11831, + "id": 11844, "luminance": 0, "opaque": false, "replaceable": false, @@ -134522,7 +134812,7 @@ ] }, { - "id": 11832, + "id": 11845, "luminance": 0, "opaque": false, "replaceable": false, @@ -134532,7 +134822,7 @@ ] }, { - "id": 11833, + "id": 11846, "luminance": 0, "opaque": false, "replaceable": false, @@ -134542,7 +134832,7 @@ ] }, { - "id": 11834, + "id": 11847, "luminance": 0, "opaque": false, "replaceable": false, @@ -134552,7 +134842,7 @@ ] }, { - "id": 11835, + "id": 11848, "luminance": 0, "opaque": false, "replaceable": false, @@ -134562,7 +134852,7 @@ ] }, { - "id": 11836, + "id": 11849, "luminance": 0, "opaque": false, "replaceable": false, @@ -134572,7 +134862,7 @@ ] }, { - "id": 11837, + "id": 11850, "luminance": 0, "opaque": false, "replaceable": false, @@ -134582,7 +134872,7 @@ ] }, { - "id": 11838, + "id": 11851, "luminance": 0, "opaque": false, "replaceable": false, @@ -134592,7 +134882,7 @@ ] }, { - "id": 11839, + "id": 11852, "luminance": 0, "opaque": false, "replaceable": false, @@ -134602,7 +134892,7 @@ ] }, { - "id": 11840, + "id": 11853, "luminance": 0, "opaque": false, "replaceable": false, @@ -134612,7 +134902,7 @@ ] }, { - "id": 11841, + "id": 11854, "luminance": 0, "opaque": false, "replaceable": false, @@ -134622,7 +134912,7 @@ ] }, { - "id": 11842, + "id": 11855, "luminance": 0, "opaque": false, "replaceable": false, @@ -134632,7 +134922,7 @@ ] }, { - "id": 11843, + "id": 11856, "luminance": 0, "opaque": false, "replaceable": false, @@ -134642,7 +134932,7 @@ ] }, { - "id": 11844, + "id": 11857, "luminance": 0, "opaque": false, "replaceable": false, @@ -134652,7 +134942,7 @@ ] }, { - "id": 11845, + "id": 11858, "luminance": 0, "opaque": false, "replaceable": false, @@ -134662,7 +134952,7 @@ ] }, { - "id": 11846, + "id": 11859, "luminance": 0, "opaque": false, "replaceable": false, @@ -134672,7 +134962,7 @@ ] }, { - "id": 11847, + "id": 11860, "luminance": 0, "opaque": false, "replaceable": false, @@ -134682,7 +134972,7 @@ ] }, { - "id": 11848, + "id": 11861, "luminance": 0, "opaque": false, "replaceable": false, @@ -134692,7 +134982,7 @@ ] }, { - "id": 11849, + "id": 11862, "luminance": 0, "opaque": false, "replaceable": false, @@ -134702,7 +134992,7 @@ ] }, { - "id": 11850, + "id": 11863, "luminance": 0, "opaque": false, "replaceable": false, @@ -134712,7 +135002,7 @@ ] }, { - "id": 11851, + "id": 11864, "luminance": 0, "opaque": false, "replaceable": false, @@ -134722,7 +135012,7 @@ ] }, { - "id": 11852, + "id": 11865, "luminance": 0, "opaque": false, "replaceable": false, @@ -134732,7 +135022,7 @@ ] }, { - "id": 11853, + "id": 11866, "luminance": 0, "opaque": false, "replaceable": false, @@ -134742,7 +135032,7 @@ ] }, { - "id": 11854, + "id": 11867, "luminance": 0, "opaque": false, "replaceable": false, @@ -134752,7 +135042,7 @@ ] }, { - "id": 11855, + "id": 11868, "luminance": 0, "opaque": false, "replaceable": false, @@ -134762,7 +135052,7 @@ ] }, { - "id": 11856, + "id": 11869, "luminance": 0, "opaque": false, "replaceable": false, @@ -134772,7 +135062,7 @@ ] }, { - "id": 11857, + "id": 11870, "luminance": 0, "opaque": false, "replaceable": false, @@ -134782,7 +135072,7 @@ ] }, { - "id": 11858, + "id": 11871, "luminance": 0, "opaque": false, "replaceable": false, @@ -134792,7 +135082,7 @@ ] }, { - "id": 11859, + "id": 11872, "luminance": 0, "opaque": false, "replaceable": false, @@ -134802,7 +135092,7 @@ ] }, { - "id": 11860, + "id": 11873, "luminance": 0, "opaque": false, "replaceable": false, @@ -134812,7 +135102,7 @@ ] }, { - "id": 11861, + "id": 11874, "luminance": 0, "opaque": false, "replaceable": false, @@ -134822,7 +135112,7 @@ ] }, { - "id": 11862, + "id": 11875, "luminance": 0, "opaque": false, "replaceable": false, @@ -134832,7 +135122,7 @@ ] }, { - "id": 11863, + "id": 11876, "luminance": 0, "opaque": false, "replaceable": false, @@ -134842,7 +135132,7 @@ ] }, { - "id": 11864, + "id": 11877, "luminance": 0, "opaque": false, "replaceable": false, @@ -134852,7 +135142,7 @@ ] }, { - "id": 11865, + "id": 11878, "luminance": 0, "opaque": false, "replaceable": false, @@ -134862,7 +135152,7 @@ ] }, { - "id": 11866, + "id": 11879, "luminance": 0, "opaque": false, "replaceable": false, @@ -134872,7 +135162,7 @@ ] }, { - "id": 11867, + "id": 11880, "luminance": 0, "opaque": false, "replaceable": false, @@ -134882,7 +135172,7 @@ ] }, { - "id": 11868, + "id": 11881, "luminance": 0, "opaque": false, "replaceable": false, @@ -134892,7 +135182,7 @@ ] }, { - "id": 11869, + "id": 11882, "luminance": 0, "opaque": false, "replaceable": false, @@ -134902,7 +135192,7 @@ ] }, { - "id": 11870, + "id": 11883, "luminance": 0, "opaque": false, "replaceable": false, @@ -134912,7 +135202,7 @@ ] }, { - "id": 11871, + "id": 11884, "luminance": 0, "opaque": false, "replaceable": false, @@ -134922,7 +135212,7 @@ ] }, { - "id": 11872, + "id": 11885, "luminance": 0, "opaque": false, "replaceable": false, @@ -134934,10 +135224,10 @@ ] }, { - "id": 586, - "name": "acacia_door", - "translation_key": "block.minecraft.acacia_door", - "item_id": 693, + "id": 584, + "name": "birch_door", + "translation_key": "block.minecraft.birch_door", + "item_id": 712, "properties": [ { "name": "facing", @@ -134977,10 +135267,10 @@ ] } ], - "default_state_id": 11884, + "default_state_id": 11897, "states": [ { - "id": 11873, + "id": 11886, "luminance": 0, "opaque": false, "replaceable": false, @@ -134990,7 +135280,7 @@ ] }, { - "id": 11874, + "id": 11887, "luminance": 0, "opaque": false, "replaceable": false, @@ -135000,7 +135290,7 @@ ] }, { - "id": 11875, + "id": 11888, "luminance": 0, "opaque": false, "replaceable": false, @@ -135010,7 +135300,7 @@ ] }, { - "id": 11876, + "id": 11889, "luminance": 0, "opaque": false, "replaceable": false, @@ -135020,7 +135310,7 @@ ] }, { - "id": 11877, + "id": 11890, "luminance": 0, "opaque": false, "replaceable": false, @@ -135030,7 +135320,7 @@ ] }, { - "id": 11878, + "id": 11891, "luminance": 0, "opaque": false, "replaceable": false, @@ -135040,7 +135330,7 @@ ] }, { - "id": 11879, + "id": 11892, "luminance": 0, "opaque": false, "replaceable": false, @@ -135050,7 +135340,7 @@ ] }, { - "id": 11880, + "id": 11893, "luminance": 0, "opaque": false, "replaceable": false, @@ -135060,7 +135350,7 @@ ] }, { - "id": 11881, + "id": 11894, "luminance": 0, "opaque": false, "replaceable": false, @@ -135070,7 +135360,7 @@ ] }, { - "id": 11882, + "id": 11895, "luminance": 0, "opaque": false, "replaceable": false, @@ -135080,7 +135370,7 @@ ] }, { - "id": 11883, + "id": 11896, "luminance": 0, "opaque": false, "replaceable": false, @@ -135090,7 +135380,7 @@ ] }, { - "id": 11884, + "id": 11897, "luminance": 0, "opaque": false, "replaceable": false, @@ -135100,7 +135390,7 @@ ] }, { - "id": 11885, + "id": 11898, "luminance": 0, "opaque": false, "replaceable": false, @@ -135110,7 +135400,7 @@ ] }, { - "id": 11886, + "id": 11899, "luminance": 0, "opaque": false, "replaceable": false, @@ -135120,7 +135410,7 @@ ] }, { - "id": 11887, + "id": 11900, "luminance": 0, "opaque": false, "replaceable": false, @@ -135130,7 +135420,7 @@ ] }, { - "id": 11888, + "id": 11901, "luminance": 0, "opaque": false, "replaceable": false, @@ -135140,7 +135430,7 @@ ] }, { - "id": 11889, + "id": 11902, "luminance": 0, "opaque": false, "replaceable": false, @@ -135150,7 +135440,7 @@ ] }, { - "id": 11890, + "id": 11903, "luminance": 0, "opaque": false, "replaceable": false, @@ -135160,7 +135450,7 @@ ] }, { - "id": 11891, + "id": 11904, "luminance": 0, "opaque": false, "replaceable": false, @@ -135170,7 +135460,7 @@ ] }, { - "id": 11892, + "id": 11905, "luminance": 0, "opaque": false, "replaceable": false, @@ -135180,7 +135470,7 @@ ] }, { - "id": 11893, + "id": 11906, "luminance": 0, "opaque": false, "replaceable": false, @@ -135190,7 +135480,7 @@ ] }, { - "id": 11894, + "id": 11907, "luminance": 0, "opaque": false, "replaceable": false, @@ -135200,7 +135490,7 @@ ] }, { - "id": 11895, + "id": 11908, "luminance": 0, "opaque": false, "replaceable": false, @@ -135210,7 +135500,7 @@ ] }, { - "id": 11896, + "id": 11909, "luminance": 0, "opaque": false, "replaceable": false, @@ -135220,7 +135510,7 @@ ] }, { - "id": 11897, + "id": 11910, "luminance": 0, "opaque": false, "replaceable": false, @@ -135230,7 +135520,7 @@ ] }, { - "id": 11898, + "id": 11911, "luminance": 0, "opaque": false, "replaceable": false, @@ -135240,7 +135530,7 @@ ] }, { - "id": 11899, + "id": 11912, "luminance": 0, "opaque": false, "replaceable": false, @@ -135250,7 +135540,7 @@ ] }, { - "id": 11900, + "id": 11913, "luminance": 0, "opaque": false, "replaceable": false, @@ -135260,7 +135550,7 @@ ] }, { - "id": 11901, + "id": 11914, "luminance": 0, "opaque": false, "replaceable": false, @@ -135270,7 +135560,7 @@ ] }, { - "id": 11902, + "id": 11915, "luminance": 0, "opaque": false, "replaceable": false, @@ -135280,7 +135570,7 @@ ] }, { - "id": 11903, + "id": 11916, "luminance": 0, "opaque": false, "replaceable": false, @@ -135290,7 +135580,7 @@ ] }, { - "id": 11904, + "id": 11917, "luminance": 0, "opaque": false, "replaceable": false, @@ -135300,7 +135590,7 @@ ] }, { - "id": 11905, + "id": 11918, "luminance": 0, "opaque": false, "replaceable": false, @@ -135310,7 +135600,7 @@ ] }, { - "id": 11906, + "id": 11919, "luminance": 0, "opaque": false, "replaceable": false, @@ -135320,7 +135610,7 @@ ] }, { - "id": 11907, + "id": 11920, "luminance": 0, "opaque": false, "replaceable": false, @@ -135330,7 +135620,7 @@ ] }, { - "id": 11908, + "id": 11921, "luminance": 0, "opaque": false, "replaceable": false, @@ -135340,7 +135630,7 @@ ] }, { - "id": 11909, + "id": 11922, "luminance": 0, "opaque": false, "replaceable": false, @@ -135350,7 +135640,7 @@ ] }, { - "id": 11910, + "id": 11923, "luminance": 0, "opaque": false, "replaceable": false, @@ -135360,7 +135650,7 @@ ] }, { - "id": 11911, + "id": 11924, "luminance": 0, "opaque": false, "replaceable": false, @@ -135370,7 +135660,7 @@ ] }, { - "id": 11912, + "id": 11925, "luminance": 0, "opaque": false, "replaceable": false, @@ -135380,7 +135670,7 @@ ] }, { - "id": 11913, + "id": 11926, "luminance": 0, "opaque": false, "replaceable": false, @@ -135390,7 +135680,7 @@ ] }, { - "id": 11914, + "id": 11927, "luminance": 0, "opaque": false, "replaceable": false, @@ -135400,7 +135690,7 @@ ] }, { - "id": 11915, + "id": 11928, "luminance": 0, "opaque": false, "replaceable": false, @@ -135410,7 +135700,7 @@ ] }, { - "id": 11916, + "id": 11929, "luminance": 0, "opaque": false, "replaceable": false, @@ -135420,7 +135710,7 @@ ] }, { - "id": 11917, + "id": 11930, "luminance": 0, "opaque": false, "replaceable": false, @@ -135430,7 +135720,7 @@ ] }, { - "id": 11918, + "id": 11931, "luminance": 0, "opaque": false, "replaceable": false, @@ -135440,7 +135730,7 @@ ] }, { - "id": 11919, + "id": 11932, "luminance": 0, "opaque": false, "replaceable": false, @@ -135450,7 +135740,7 @@ ] }, { - "id": 11920, + "id": 11933, "luminance": 0, "opaque": false, "replaceable": false, @@ -135460,7 +135750,7 @@ ] }, { - "id": 11921, + "id": 11934, "luminance": 0, "opaque": false, "replaceable": false, @@ -135470,7 +135760,7 @@ ] }, { - "id": 11922, + "id": 11935, "luminance": 0, "opaque": false, "replaceable": false, @@ -135480,7 +135770,7 @@ ] }, { - "id": 11923, + "id": 11936, "luminance": 0, "opaque": false, "replaceable": false, @@ -135490,7 +135780,7 @@ ] }, { - "id": 11924, + "id": 11937, "luminance": 0, "opaque": false, "replaceable": false, @@ -135500,7 +135790,7 @@ ] }, { - "id": 11925, + "id": 11938, "luminance": 0, "opaque": false, "replaceable": false, @@ -135510,7 +135800,7 @@ ] }, { - "id": 11926, + "id": 11939, "luminance": 0, "opaque": false, "replaceable": false, @@ -135520,7 +135810,7 @@ ] }, { - "id": 11927, + "id": 11940, "luminance": 0, "opaque": false, "replaceable": false, @@ -135530,7 +135820,7 @@ ] }, { - "id": 11928, + "id": 11941, "luminance": 0, "opaque": false, "replaceable": false, @@ -135540,7 +135830,7 @@ ] }, { - "id": 11929, + "id": 11942, "luminance": 0, "opaque": false, "replaceable": false, @@ -135550,7 +135840,7 @@ ] }, { - "id": 11930, + "id": 11943, "luminance": 0, "opaque": false, "replaceable": false, @@ -135560,7 +135850,7 @@ ] }, { - "id": 11931, + "id": 11944, "luminance": 0, "opaque": false, "replaceable": false, @@ -135570,7 +135860,7 @@ ] }, { - "id": 11932, + "id": 11945, "luminance": 0, "opaque": false, "replaceable": false, @@ -135580,7 +135870,7 @@ ] }, { - "id": 11933, + "id": 11946, "luminance": 0, "opaque": false, "replaceable": false, @@ -135590,7 +135880,7 @@ ] }, { - "id": 11934, + "id": 11947, "luminance": 0, "opaque": false, "replaceable": false, @@ -135600,7 +135890,7 @@ ] }, { - "id": 11935, + "id": 11948, "luminance": 0, "opaque": false, "replaceable": false, @@ -135610,7 +135900,7 @@ ] }, { - "id": 11936, + "id": 11949, "luminance": 0, "opaque": false, "replaceable": false, @@ -135622,10 +135912,10 @@ ] }, { - "id": 587, - "name": "cherry_door", - "translation_key": "block.minecraft.cherry_door", - "item_id": 694, + "id": 585, + "name": "jungle_door", + "translation_key": "block.minecraft.jungle_door", + "item_id": 713, "properties": [ { "name": "facing", @@ -135665,10 +135955,10 @@ ] } ], - "default_state_id": 11948, + "default_state_id": 11961, "states": [ { - "id": 11937, + "id": 11950, "luminance": 0, "opaque": false, "replaceable": false, @@ -135678,7 +135968,7 @@ ] }, { - "id": 11938, + "id": 11951, "luminance": 0, "opaque": false, "replaceable": false, @@ -135688,7 +135978,7 @@ ] }, { - "id": 11939, + "id": 11952, "luminance": 0, "opaque": false, "replaceable": false, @@ -135698,7 +135988,7 @@ ] }, { - "id": 11940, + "id": 11953, "luminance": 0, "opaque": false, "replaceable": false, @@ -135708,7 +135998,7 @@ ] }, { - "id": 11941, + "id": 11954, "luminance": 0, "opaque": false, "replaceable": false, @@ -135718,7 +136008,7 @@ ] }, { - "id": 11942, + "id": 11955, "luminance": 0, "opaque": false, "replaceable": false, @@ -135728,7 +136018,7 @@ ] }, { - "id": 11943, + "id": 11956, "luminance": 0, "opaque": false, "replaceable": false, @@ -135738,7 +136028,7 @@ ] }, { - "id": 11944, + "id": 11957, "luminance": 0, "opaque": false, "replaceable": false, @@ -135748,7 +136038,7 @@ ] }, { - "id": 11945, + "id": 11958, "luminance": 0, "opaque": false, "replaceable": false, @@ -135758,7 +136048,7 @@ ] }, { - "id": 11946, + "id": 11959, "luminance": 0, "opaque": false, "replaceable": false, @@ -135768,7 +136058,7 @@ ] }, { - "id": 11947, + "id": 11960, "luminance": 0, "opaque": false, "replaceable": false, @@ -135778,7 +136068,7 @@ ] }, { - "id": 11948, + "id": 11961, "luminance": 0, "opaque": false, "replaceable": false, @@ -135788,7 +136078,7 @@ ] }, { - "id": 11949, + "id": 11962, "luminance": 0, "opaque": false, "replaceable": false, @@ -135798,7 +136088,7 @@ ] }, { - "id": 11950, + "id": 11963, "luminance": 0, "opaque": false, "replaceable": false, @@ -135808,7 +136098,7 @@ ] }, { - "id": 11951, + "id": 11964, "luminance": 0, "opaque": false, "replaceable": false, @@ -135818,7 +136108,7 @@ ] }, { - "id": 11952, + "id": 11965, "luminance": 0, "opaque": false, "replaceable": false, @@ -135828,7 +136118,7 @@ ] }, { - "id": 11953, + "id": 11966, "luminance": 0, "opaque": false, "replaceable": false, @@ -135838,7 +136128,7 @@ ] }, { - "id": 11954, + "id": 11967, "luminance": 0, "opaque": false, "replaceable": false, @@ -135848,7 +136138,7 @@ ] }, { - "id": 11955, + "id": 11968, "luminance": 0, "opaque": false, "replaceable": false, @@ -135858,7 +136148,7 @@ ] }, { - "id": 11956, + "id": 11969, "luminance": 0, "opaque": false, "replaceable": false, @@ -135868,7 +136158,7 @@ ] }, { - "id": 11957, + "id": 11970, "luminance": 0, "opaque": false, "replaceable": false, @@ -135878,7 +136168,7 @@ ] }, { - "id": 11958, + "id": 11971, "luminance": 0, "opaque": false, "replaceable": false, @@ -135888,7 +136178,7 @@ ] }, { - "id": 11959, + "id": 11972, "luminance": 0, "opaque": false, "replaceable": false, @@ -135898,7 +136188,7 @@ ] }, { - "id": 11960, + "id": 11973, "luminance": 0, "opaque": false, "replaceable": false, @@ -135908,7 +136198,7 @@ ] }, { - "id": 11961, + "id": 11974, "luminance": 0, "opaque": false, "replaceable": false, @@ -135918,7 +136208,7 @@ ] }, { - "id": 11962, + "id": 11975, "luminance": 0, "opaque": false, "replaceable": false, @@ -135928,7 +136218,7 @@ ] }, { - "id": 11963, + "id": 11976, "luminance": 0, "opaque": false, "replaceable": false, @@ -135938,7 +136228,7 @@ ] }, { - "id": 11964, + "id": 11977, "luminance": 0, "opaque": false, "replaceable": false, @@ -135948,7 +136238,7 @@ ] }, { - "id": 11965, + "id": 11978, "luminance": 0, "opaque": false, "replaceable": false, @@ -135958,7 +136248,7 @@ ] }, { - "id": 11966, + "id": 11979, "luminance": 0, "opaque": false, "replaceable": false, @@ -135968,7 +136258,7 @@ ] }, { - "id": 11967, + "id": 11980, "luminance": 0, "opaque": false, "replaceable": false, @@ -135978,7 +136268,7 @@ ] }, { - "id": 11968, + "id": 11981, "luminance": 0, "opaque": false, "replaceable": false, @@ -135988,7 +136278,7 @@ ] }, { - "id": 11969, + "id": 11982, "luminance": 0, "opaque": false, "replaceable": false, @@ -135998,7 +136288,7 @@ ] }, { - "id": 11970, + "id": 11983, "luminance": 0, "opaque": false, "replaceable": false, @@ -136008,7 +136298,7 @@ ] }, { - "id": 11971, + "id": 11984, "luminance": 0, "opaque": false, "replaceable": false, @@ -136018,7 +136308,7 @@ ] }, { - "id": 11972, + "id": 11985, "luminance": 0, "opaque": false, "replaceable": false, @@ -136028,7 +136318,7 @@ ] }, { - "id": 11973, + "id": 11986, "luminance": 0, "opaque": false, "replaceable": false, @@ -136038,7 +136328,7 @@ ] }, { - "id": 11974, + "id": 11987, "luminance": 0, "opaque": false, "replaceable": false, @@ -136048,7 +136338,7 @@ ] }, { - "id": 11975, + "id": 11988, "luminance": 0, "opaque": false, "replaceable": false, @@ -136058,7 +136348,7 @@ ] }, { - "id": 11976, + "id": 11989, "luminance": 0, "opaque": false, "replaceable": false, @@ -136068,7 +136358,7 @@ ] }, { - "id": 11977, + "id": 11990, "luminance": 0, "opaque": false, "replaceable": false, @@ -136078,7 +136368,7 @@ ] }, { - "id": 11978, + "id": 11991, "luminance": 0, "opaque": false, "replaceable": false, @@ -136088,7 +136378,7 @@ ] }, { - "id": 11979, + "id": 11992, "luminance": 0, "opaque": false, "replaceable": false, @@ -136098,7 +136388,7 @@ ] }, { - "id": 11980, + "id": 11993, "luminance": 0, "opaque": false, "replaceable": false, @@ -136108,7 +136398,7 @@ ] }, { - "id": 11981, + "id": 11994, "luminance": 0, "opaque": false, "replaceable": false, @@ -136118,7 +136408,7 @@ ] }, { - "id": 11982, + "id": 11995, "luminance": 0, "opaque": false, "replaceable": false, @@ -136128,7 +136418,7 @@ ] }, { - "id": 11983, + "id": 11996, "luminance": 0, "opaque": false, "replaceable": false, @@ -136138,7 +136428,7 @@ ] }, { - "id": 11984, + "id": 11997, "luminance": 0, "opaque": false, "replaceable": false, @@ -136148,7 +136438,7 @@ ] }, { - "id": 11985, + "id": 11998, "luminance": 0, "opaque": false, "replaceable": false, @@ -136158,7 +136448,7 @@ ] }, { - "id": 11986, + "id": 11999, "luminance": 0, "opaque": false, "replaceable": false, @@ -136168,7 +136458,7 @@ ] }, { - "id": 11987, + "id": 12000, "luminance": 0, "opaque": false, "replaceable": false, @@ -136178,7 +136468,7 @@ ] }, { - "id": 11988, + "id": 12001, "luminance": 0, "opaque": false, "replaceable": false, @@ -136188,7 +136478,7 @@ ] }, { - "id": 11989, + "id": 12002, "luminance": 0, "opaque": false, "replaceable": false, @@ -136198,7 +136488,7 @@ ] }, { - "id": 11990, + "id": 12003, "luminance": 0, "opaque": false, "replaceable": false, @@ -136208,7 +136498,7 @@ ] }, { - "id": 11991, + "id": 12004, "luminance": 0, "opaque": false, "replaceable": false, @@ -136218,7 +136508,7 @@ ] }, { - "id": 11992, + "id": 12005, "luminance": 0, "opaque": false, "replaceable": false, @@ -136228,7 +136518,7 @@ ] }, { - "id": 11993, + "id": 12006, "luminance": 0, "opaque": false, "replaceable": false, @@ -136238,7 +136528,7 @@ ] }, { - "id": 11994, + "id": 12007, "luminance": 0, "opaque": false, "replaceable": false, @@ -136248,7 +136538,7 @@ ] }, { - "id": 11995, + "id": 12008, "luminance": 0, "opaque": false, "replaceable": false, @@ -136258,7 +136548,7 @@ ] }, { - "id": 11996, + "id": 12009, "luminance": 0, "opaque": false, "replaceable": false, @@ -136268,7 +136558,7 @@ ] }, { - "id": 11997, + "id": 12010, "luminance": 0, "opaque": false, "replaceable": false, @@ -136278,7 +136568,7 @@ ] }, { - "id": 11998, + "id": 12011, "luminance": 0, "opaque": false, "replaceable": false, @@ -136288,7 +136578,7 @@ ] }, { - "id": 11999, + "id": 12012, "luminance": 0, "opaque": false, "replaceable": false, @@ -136298,7 +136588,7 @@ ] }, { - "id": 12000, + "id": 12013, "luminance": 0, "opaque": false, "replaceable": false, @@ -136310,10 +136600,10 @@ ] }, { - "id": 588, - "name": "dark_oak_door", - "translation_key": "block.minecraft.dark_oak_door", - "item_id": 695, + "id": 586, + "name": "acacia_door", + "translation_key": "block.minecraft.acacia_door", + "item_id": 714, "properties": [ { "name": "facing", @@ -136353,10 +136643,10 @@ ] } ], - "default_state_id": 12012, + "default_state_id": 12025, "states": [ { - "id": 12001, + "id": 12014, "luminance": 0, "opaque": false, "replaceable": false, @@ -136366,7 +136656,7 @@ ] }, { - "id": 12002, + "id": 12015, "luminance": 0, "opaque": false, "replaceable": false, @@ -136376,7 +136666,7 @@ ] }, { - "id": 12003, + "id": 12016, "luminance": 0, "opaque": false, "replaceable": false, @@ -136386,7 +136676,7 @@ ] }, { - "id": 12004, + "id": 12017, "luminance": 0, "opaque": false, "replaceable": false, @@ -136396,7 +136686,7 @@ ] }, { - "id": 12005, + "id": 12018, "luminance": 0, "opaque": false, "replaceable": false, @@ -136406,7 +136696,7 @@ ] }, { - "id": 12006, + "id": 12019, "luminance": 0, "opaque": false, "replaceable": false, @@ -136416,7 +136706,7 @@ ] }, { - "id": 12007, + "id": 12020, "luminance": 0, "opaque": false, "replaceable": false, @@ -136426,7 +136716,7 @@ ] }, { - "id": 12008, + "id": 12021, "luminance": 0, "opaque": false, "replaceable": false, @@ -136436,7 +136726,7 @@ ] }, { - "id": 12009, + "id": 12022, "luminance": 0, "opaque": false, "replaceable": false, @@ -136446,7 +136736,7 @@ ] }, { - "id": 12010, + "id": 12023, "luminance": 0, "opaque": false, "replaceable": false, @@ -136456,7 +136746,7 @@ ] }, { - "id": 12011, + "id": 12024, "luminance": 0, "opaque": false, "replaceable": false, @@ -136466,7 +136756,7 @@ ] }, { - "id": 12012, + "id": 12025, "luminance": 0, "opaque": false, "replaceable": false, @@ -136476,7 +136766,7 @@ ] }, { - "id": 12013, + "id": 12026, "luminance": 0, "opaque": false, "replaceable": false, @@ -136486,7 +136776,7 @@ ] }, { - "id": 12014, + "id": 12027, "luminance": 0, "opaque": false, "replaceable": false, @@ -136496,7 +136786,7 @@ ] }, { - "id": 12015, + "id": 12028, "luminance": 0, "opaque": false, "replaceable": false, @@ -136506,7 +136796,7 @@ ] }, { - "id": 12016, + "id": 12029, "luminance": 0, "opaque": false, "replaceable": false, @@ -136516,7 +136806,7 @@ ] }, { - "id": 12017, + "id": 12030, "luminance": 0, "opaque": false, "replaceable": false, @@ -136526,7 +136816,7 @@ ] }, { - "id": 12018, + "id": 12031, "luminance": 0, "opaque": false, "replaceable": false, @@ -136536,7 +136826,7 @@ ] }, { - "id": 12019, + "id": 12032, "luminance": 0, "opaque": false, "replaceable": false, @@ -136546,7 +136836,7 @@ ] }, { - "id": 12020, + "id": 12033, "luminance": 0, "opaque": false, "replaceable": false, @@ -136556,7 +136846,7 @@ ] }, { - "id": 12021, + "id": 12034, "luminance": 0, "opaque": false, "replaceable": false, @@ -136566,7 +136856,7 @@ ] }, { - "id": 12022, + "id": 12035, "luminance": 0, "opaque": false, "replaceable": false, @@ -136576,7 +136866,7 @@ ] }, { - "id": 12023, + "id": 12036, "luminance": 0, "opaque": false, "replaceable": false, @@ -136586,7 +136876,7 @@ ] }, { - "id": 12024, + "id": 12037, "luminance": 0, "opaque": false, "replaceable": false, @@ -136596,7 +136886,7 @@ ] }, { - "id": 12025, + "id": 12038, "luminance": 0, "opaque": false, "replaceable": false, @@ -136606,7 +136896,7 @@ ] }, { - "id": 12026, + "id": 12039, "luminance": 0, "opaque": false, "replaceable": false, @@ -136616,7 +136906,7 @@ ] }, { - "id": 12027, + "id": 12040, "luminance": 0, "opaque": false, "replaceable": false, @@ -136626,7 +136916,7 @@ ] }, { - "id": 12028, + "id": 12041, "luminance": 0, "opaque": false, "replaceable": false, @@ -136636,7 +136926,7 @@ ] }, { - "id": 12029, + "id": 12042, "luminance": 0, "opaque": false, "replaceable": false, @@ -136646,7 +136936,7 @@ ] }, { - "id": 12030, + "id": 12043, "luminance": 0, "opaque": false, "replaceable": false, @@ -136656,7 +136946,7 @@ ] }, { - "id": 12031, + "id": 12044, "luminance": 0, "opaque": false, "replaceable": false, @@ -136666,7 +136956,7 @@ ] }, { - "id": 12032, + "id": 12045, "luminance": 0, "opaque": false, "replaceable": false, @@ -136676,7 +136966,7 @@ ] }, { - "id": 12033, + "id": 12046, "luminance": 0, "opaque": false, "replaceable": false, @@ -136686,7 +136976,7 @@ ] }, { - "id": 12034, + "id": 12047, "luminance": 0, "opaque": false, "replaceable": false, @@ -136696,7 +136986,7 @@ ] }, { - "id": 12035, + "id": 12048, "luminance": 0, "opaque": false, "replaceable": false, @@ -136706,7 +136996,7 @@ ] }, { - "id": 12036, + "id": 12049, "luminance": 0, "opaque": false, "replaceable": false, @@ -136716,7 +137006,7 @@ ] }, { - "id": 12037, + "id": 12050, "luminance": 0, "opaque": false, "replaceable": false, @@ -136726,7 +137016,7 @@ ] }, { - "id": 12038, + "id": 12051, "luminance": 0, "opaque": false, "replaceable": false, @@ -136736,7 +137026,7 @@ ] }, { - "id": 12039, + "id": 12052, "luminance": 0, "opaque": false, "replaceable": false, @@ -136746,7 +137036,7 @@ ] }, { - "id": 12040, + "id": 12053, "luminance": 0, "opaque": false, "replaceable": false, @@ -136756,7 +137046,7 @@ ] }, { - "id": 12041, + "id": 12054, "luminance": 0, "opaque": false, "replaceable": false, @@ -136766,7 +137056,7 @@ ] }, { - "id": 12042, + "id": 12055, "luminance": 0, "opaque": false, "replaceable": false, @@ -136776,7 +137066,7 @@ ] }, { - "id": 12043, + "id": 12056, "luminance": 0, "opaque": false, "replaceable": false, @@ -136786,7 +137076,7 @@ ] }, { - "id": 12044, + "id": 12057, "luminance": 0, "opaque": false, "replaceable": false, @@ -136796,7 +137086,7 @@ ] }, { - "id": 12045, + "id": 12058, "luminance": 0, "opaque": false, "replaceable": false, @@ -136806,7 +137096,7 @@ ] }, { - "id": 12046, + "id": 12059, "luminance": 0, "opaque": false, "replaceable": false, @@ -136816,7 +137106,7 @@ ] }, { - "id": 12047, + "id": 12060, "luminance": 0, "opaque": false, "replaceable": false, @@ -136826,7 +137116,7 @@ ] }, { - "id": 12048, + "id": 12061, "luminance": 0, "opaque": false, "replaceable": false, @@ -136836,7 +137126,7 @@ ] }, { - "id": 12049, + "id": 12062, "luminance": 0, "opaque": false, "replaceable": false, @@ -136846,7 +137136,7 @@ ] }, { - "id": 12050, + "id": 12063, "luminance": 0, "opaque": false, "replaceable": false, @@ -136856,7 +137146,7 @@ ] }, { - "id": 12051, + "id": 12064, "luminance": 0, "opaque": false, "replaceable": false, @@ -136866,7 +137156,7 @@ ] }, { - "id": 12052, + "id": 12065, "luminance": 0, "opaque": false, "replaceable": false, @@ -136876,7 +137166,7 @@ ] }, { - "id": 12053, + "id": 12066, "luminance": 0, "opaque": false, "replaceable": false, @@ -136886,7 +137176,7 @@ ] }, { - "id": 12054, + "id": 12067, "luminance": 0, "opaque": false, "replaceable": false, @@ -136896,7 +137186,7 @@ ] }, { - "id": 12055, + "id": 12068, "luminance": 0, "opaque": false, "replaceable": false, @@ -136906,7 +137196,7 @@ ] }, { - "id": 12056, + "id": 12069, "luminance": 0, "opaque": false, "replaceable": false, @@ -136916,7 +137206,7 @@ ] }, { - "id": 12057, + "id": 12070, "luminance": 0, "opaque": false, "replaceable": false, @@ -136926,7 +137216,7 @@ ] }, { - "id": 12058, + "id": 12071, "luminance": 0, "opaque": false, "replaceable": false, @@ -136936,7 +137226,7 @@ ] }, { - "id": 12059, + "id": 12072, "luminance": 0, "opaque": false, "replaceable": false, @@ -136946,7 +137236,7 @@ ] }, { - "id": 12060, + "id": 12073, "luminance": 0, "opaque": false, "replaceable": false, @@ -136956,7 +137246,7 @@ ] }, { - "id": 12061, + "id": 12074, "luminance": 0, "opaque": false, "replaceable": false, @@ -136966,7 +137256,7 @@ ] }, { - "id": 12062, + "id": 12075, "luminance": 0, "opaque": false, "replaceable": false, @@ -136976,7 +137266,7 @@ ] }, { - "id": 12063, + "id": 12076, "luminance": 0, "opaque": false, "replaceable": false, @@ -136986,7 +137276,7 @@ ] }, { - "id": 12064, + "id": 12077, "luminance": 0, "opaque": false, "replaceable": false, @@ -136998,10 +137288,10 @@ ] }, { - "id": 589, - "name": "mangrove_door", - "translation_key": "block.minecraft.mangrove_door", - "item_id": 696, + "id": 587, + "name": "cherry_door", + "translation_key": "block.minecraft.cherry_door", + "item_id": 715, "properties": [ { "name": "facing", @@ -137041,10 +137331,10 @@ ] } ], - "default_state_id": 12076, + "default_state_id": 12089, "states": [ { - "id": 12065, + "id": 12078, "luminance": 0, "opaque": false, "replaceable": false, @@ -137054,7 +137344,7 @@ ] }, { - "id": 12066, + "id": 12079, "luminance": 0, "opaque": false, "replaceable": false, @@ -137064,7 +137354,7 @@ ] }, { - "id": 12067, + "id": 12080, "luminance": 0, "opaque": false, "replaceable": false, @@ -137074,7 +137364,7 @@ ] }, { - "id": 12068, + "id": 12081, "luminance": 0, "opaque": false, "replaceable": false, @@ -137084,7 +137374,7 @@ ] }, { - "id": 12069, + "id": 12082, "luminance": 0, "opaque": false, "replaceable": false, @@ -137094,7 +137384,7 @@ ] }, { - "id": 12070, + "id": 12083, "luminance": 0, "opaque": false, "replaceable": false, @@ -137104,7 +137394,7 @@ ] }, { - "id": 12071, + "id": 12084, "luminance": 0, "opaque": false, "replaceable": false, @@ -137114,7 +137404,7 @@ ] }, { - "id": 12072, + "id": 12085, "luminance": 0, "opaque": false, "replaceable": false, @@ -137124,7 +137414,7 @@ ] }, { - "id": 12073, + "id": 12086, "luminance": 0, "opaque": false, "replaceable": false, @@ -137134,7 +137424,7 @@ ] }, { - "id": 12074, + "id": 12087, "luminance": 0, "opaque": false, "replaceable": false, @@ -137144,7 +137434,7 @@ ] }, { - "id": 12075, + "id": 12088, "luminance": 0, "opaque": false, "replaceable": false, @@ -137154,7 +137444,7 @@ ] }, { - "id": 12076, + "id": 12089, "luminance": 0, "opaque": false, "replaceable": false, @@ -137164,7 +137454,7 @@ ] }, { - "id": 12077, + "id": 12090, "luminance": 0, "opaque": false, "replaceable": false, @@ -137174,7 +137464,7 @@ ] }, { - "id": 12078, + "id": 12091, "luminance": 0, "opaque": false, "replaceable": false, @@ -137184,7 +137474,7 @@ ] }, { - "id": 12079, + "id": 12092, "luminance": 0, "opaque": false, "replaceable": false, @@ -137194,7 +137484,7 @@ ] }, { - "id": 12080, + "id": 12093, "luminance": 0, "opaque": false, "replaceable": false, @@ -137204,7 +137494,7 @@ ] }, { - "id": 12081, + "id": 12094, "luminance": 0, "opaque": false, "replaceable": false, @@ -137214,7 +137504,7 @@ ] }, { - "id": 12082, + "id": 12095, "luminance": 0, "opaque": false, "replaceable": false, @@ -137224,7 +137514,7 @@ ] }, { - "id": 12083, + "id": 12096, "luminance": 0, "opaque": false, "replaceable": false, @@ -137234,7 +137524,7 @@ ] }, { - "id": 12084, + "id": 12097, "luminance": 0, "opaque": false, "replaceable": false, @@ -137244,7 +137534,7 @@ ] }, { - "id": 12085, + "id": 12098, "luminance": 0, "opaque": false, "replaceable": false, @@ -137254,7 +137544,7 @@ ] }, { - "id": 12086, + "id": 12099, "luminance": 0, "opaque": false, "replaceable": false, @@ -137264,7 +137554,7 @@ ] }, { - "id": 12087, + "id": 12100, "luminance": 0, "opaque": false, "replaceable": false, @@ -137274,7 +137564,7 @@ ] }, { - "id": 12088, + "id": 12101, "luminance": 0, "opaque": false, "replaceable": false, @@ -137284,7 +137574,7 @@ ] }, { - "id": 12089, + "id": 12102, "luminance": 0, "opaque": false, "replaceable": false, @@ -137294,7 +137584,7 @@ ] }, { - "id": 12090, + "id": 12103, "luminance": 0, "opaque": false, "replaceable": false, @@ -137304,7 +137594,7 @@ ] }, { - "id": 12091, + "id": 12104, "luminance": 0, "opaque": false, "replaceable": false, @@ -137314,7 +137604,7 @@ ] }, { - "id": 12092, + "id": 12105, "luminance": 0, "opaque": false, "replaceable": false, @@ -137324,7 +137614,7 @@ ] }, { - "id": 12093, + "id": 12106, "luminance": 0, "opaque": false, "replaceable": false, @@ -137334,7 +137624,7 @@ ] }, { - "id": 12094, + "id": 12107, "luminance": 0, "opaque": false, "replaceable": false, @@ -137344,7 +137634,7 @@ ] }, { - "id": 12095, + "id": 12108, "luminance": 0, "opaque": false, "replaceable": false, @@ -137354,7 +137644,7 @@ ] }, { - "id": 12096, + "id": 12109, "luminance": 0, "opaque": false, "replaceable": false, @@ -137364,7 +137654,7 @@ ] }, { - "id": 12097, + "id": 12110, "luminance": 0, "opaque": false, "replaceable": false, @@ -137374,7 +137664,7 @@ ] }, { - "id": 12098, + "id": 12111, "luminance": 0, "opaque": false, "replaceable": false, @@ -137384,7 +137674,7 @@ ] }, { - "id": 12099, + "id": 12112, "luminance": 0, "opaque": false, "replaceable": false, @@ -137394,7 +137684,7 @@ ] }, { - "id": 12100, + "id": 12113, "luminance": 0, "opaque": false, "replaceable": false, @@ -137404,7 +137694,7 @@ ] }, { - "id": 12101, + "id": 12114, "luminance": 0, "opaque": false, "replaceable": false, @@ -137414,7 +137704,7 @@ ] }, { - "id": 12102, + "id": 12115, "luminance": 0, "opaque": false, "replaceable": false, @@ -137424,7 +137714,7 @@ ] }, { - "id": 12103, + "id": 12116, "luminance": 0, "opaque": false, "replaceable": false, @@ -137434,7 +137724,7 @@ ] }, { - "id": 12104, + "id": 12117, "luminance": 0, "opaque": false, "replaceable": false, @@ -137444,7 +137734,7 @@ ] }, { - "id": 12105, + "id": 12118, "luminance": 0, "opaque": false, "replaceable": false, @@ -137454,7 +137744,7 @@ ] }, { - "id": 12106, + "id": 12119, "luminance": 0, "opaque": false, "replaceable": false, @@ -137464,7 +137754,7 @@ ] }, { - "id": 12107, + "id": 12120, "luminance": 0, "opaque": false, "replaceable": false, @@ -137474,7 +137764,7 @@ ] }, { - "id": 12108, + "id": 12121, "luminance": 0, "opaque": false, "replaceable": false, @@ -137484,7 +137774,7 @@ ] }, { - "id": 12109, + "id": 12122, "luminance": 0, "opaque": false, "replaceable": false, @@ -137494,7 +137784,7 @@ ] }, { - "id": 12110, + "id": 12123, "luminance": 0, "opaque": false, "replaceable": false, @@ -137504,7 +137794,7 @@ ] }, { - "id": 12111, + "id": 12124, "luminance": 0, "opaque": false, "replaceable": false, @@ -137514,7 +137804,7 @@ ] }, { - "id": 12112, + "id": 12125, "luminance": 0, "opaque": false, "replaceable": false, @@ -137524,7 +137814,7 @@ ] }, { - "id": 12113, + "id": 12126, "luminance": 0, "opaque": false, "replaceable": false, @@ -137534,7 +137824,7 @@ ] }, { - "id": 12114, + "id": 12127, "luminance": 0, "opaque": false, "replaceable": false, @@ -137544,7 +137834,7 @@ ] }, { - "id": 12115, + "id": 12128, "luminance": 0, "opaque": false, "replaceable": false, @@ -137554,7 +137844,7 @@ ] }, { - "id": 12116, + "id": 12129, "luminance": 0, "opaque": false, "replaceable": false, @@ -137564,7 +137854,7 @@ ] }, { - "id": 12117, + "id": 12130, "luminance": 0, "opaque": false, "replaceable": false, @@ -137574,7 +137864,7 @@ ] }, { - "id": 12118, + "id": 12131, "luminance": 0, "opaque": false, "replaceable": false, @@ -137584,7 +137874,7 @@ ] }, { - "id": 12119, + "id": 12132, "luminance": 0, "opaque": false, "replaceable": false, @@ -137594,7 +137884,7 @@ ] }, { - "id": 12120, + "id": 12133, "luminance": 0, "opaque": false, "replaceable": false, @@ -137604,7 +137894,7 @@ ] }, { - "id": 12121, + "id": 12134, "luminance": 0, "opaque": false, "replaceable": false, @@ -137614,7 +137904,7 @@ ] }, { - "id": 12122, + "id": 12135, "luminance": 0, "opaque": false, "replaceable": false, @@ -137624,7 +137914,7 @@ ] }, { - "id": 12123, + "id": 12136, "luminance": 0, "opaque": false, "replaceable": false, @@ -137634,7 +137924,7 @@ ] }, { - "id": 12124, + "id": 12137, "luminance": 0, "opaque": false, "replaceable": false, @@ -137644,7 +137934,7 @@ ] }, { - "id": 12125, + "id": 12138, "luminance": 0, "opaque": false, "replaceable": false, @@ -137654,7 +137944,7 @@ ] }, { - "id": 12126, + "id": 12139, "luminance": 0, "opaque": false, "replaceable": false, @@ -137664,7 +137954,7 @@ ] }, { - "id": 12127, + "id": 12140, "luminance": 0, "opaque": false, "replaceable": false, @@ -137674,7 +137964,7 @@ ] }, { - "id": 12128, + "id": 12141, "luminance": 0, "opaque": false, "replaceable": false, @@ -137686,10 +137976,10 @@ ] }, { - "id": 590, - "name": "bamboo_door", - "translation_key": "block.minecraft.bamboo_door", - "item_id": 697, + "id": 588, + "name": "dark_oak_door", + "translation_key": "block.minecraft.dark_oak_door", + "item_id": 716, "properties": [ { "name": "facing", @@ -137729,10 +138019,10 @@ ] } ], - "default_state_id": 12140, + "default_state_id": 12153, "states": [ { - "id": 12129, + "id": 12142, "luminance": 0, "opaque": false, "replaceable": false, @@ -137742,7 +138032,7 @@ ] }, { - "id": 12130, + "id": 12143, "luminance": 0, "opaque": false, "replaceable": false, @@ -137752,7 +138042,7 @@ ] }, { - "id": 12131, + "id": 12144, "luminance": 0, "opaque": false, "replaceable": false, @@ -137762,7 +138052,7 @@ ] }, { - "id": 12132, + "id": 12145, "luminance": 0, "opaque": false, "replaceable": false, @@ -137772,7 +138062,7 @@ ] }, { - "id": 12133, + "id": 12146, "luminance": 0, "opaque": false, "replaceable": false, @@ -137782,7 +138072,7 @@ ] }, { - "id": 12134, + "id": 12147, "luminance": 0, "opaque": false, "replaceable": false, @@ -137792,7 +138082,7 @@ ] }, { - "id": 12135, + "id": 12148, "luminance": 0, "opaque": false, "replaceable": false, @@ -137802,7 +138092,7 @@ ] }, { - "id": 12136, + "id": 12149, "luminance": 0, "opaque": false, "replaceable": false, @@ -137812,7 +138102,7 @@ ] }, { - "id": 12137, + "id": 12150, "luminance": 0, "opaque": false, "replaceable": false, @@ -137822,7 +138112,7 @@ ] }, { - "id": 12138, + "id": 12151, "luminance": 0, "opaque": false, "replaceable": false, @@ -137832,7 +138122,7 @@ ] }, { - "id": 12139, + "id": 12152, "luminance": 0, "opaque": false, "replaceable": false, @@ -137842,7 +138132,7 @@ ] }, { - "id": 12140, + "id": 12153, "luminance": 0, "opaque": false, "replaceable": false, @@ -137852,7 +138142,7 @@ ] }, { - "id": 12141, + "id": 12154, "luminance": 0, "opaque": false, "replaceable": false, @@ -137862,7 +138152,7 @@ ] }, { - "id": 12142, + "id": 12155, "luminance": 0, "opaque": false, "replaceable": false, @@ -137872,7 +138162,7 @@ ] }, { - "id": 12143, + "id": 12156, "luminance": 0, "opaque": false, "replaceable": false, @@ -137882,7 +138172,7 @@ ] }, { - "id": 12144, + "id": 12157, "luminance": 0, "opaque": false, "replaceable": false, @@ -137892,7 +138182,7 @@ ] }, { - "id": 12145, + "id": 12158, "luminance": 0, "opaque": false, "replaceable": false, @@ -137902,7 +138192,7 @@ ] }, { - "id": 12146, + "id": 12159, "luminance": 0, "opaque": false, "replaceable": false, @@ -137912,7 +138202,7 @@ ] }, { - "id": 12147, + "id": 12160, "luminance": 0, "opaque": false, "replaceable": false, @@ -137922,7 +138212,7 @@ ] }, { - "id": 12148, + "id": 12161, "luminance": 0, "opaque": false, "replaceable": false, @@ -137932,7 +138222,7 @@ ] }, { - "id": 12149, + "id": 12162, "luminance": 0, "opaque": false, "replaceable": false, @@ -137942,7 +138232,7 @@ ] }, { - "id": 12150, + "id": 12163, "luminance": 0, "opaque": false, "replaceable": false, @@ -137952,7 +138242,7 @@ ] }, { - "id": 12151, + "id": 12164, "luminance": 0, "opaque": false, "replaceable": false, @@ -137962,7 +138252,7 @@ ] }, { - "id": 12152, + "id": 12165, "luminance": 0, "opaque": false, "replaceable": false, @@ -137972,7 +138262,7 @@ ] }, { - "id": 12153, + "id": 12166, "luminance": 0, "opaque": false, "replaceable": false, @@ -137982,7 +138272,7 @@ ] }, { - "id": 12154, + "id": 12167, "luminance": 0, "opaque": false, "replaceable": false, @@ -137992,7 +138282,7 @@ ] }, { - "id": 12155, + "id": 12168, "luminance": 0, "opaque": false, "replaceable": false, @@ -138002,7 +138292,7 @@ ] }, { - "id": 12156, + "id": 12169, "luminance": 0, "opaque": false, "replaceable": false, @@ -138012,7 +138302,7 @@ ] }, { - "id": 12157, + "id": 12170, "luminance": 0, "opaque": false, "replaceable": false, @@ -138022,7 +138312,7 @@ ] }, { - "id": 12158, + "id": 12171, "luminance": 0, "opaque": false, "replaceable": false, @@ -138032,7 +138322,7 @@ ] }, { - "id": 12159, + "id": 12172, "luminance": 0, "opaque": false, "replaceable": false, @@ -138042,7 +138332,7 @@ ] }, { - "id": 12160, + "id": 12173, "luminance": 0, "opaque": false, "replaceable": false, @@ -138052,7 +138342,7 @@ ] }, { - "id": 12161, + "id": 12174, "luminance": 0, "opaque": false, "replaceable": false, @@ -138062,7 +138352,7 @@ ] }, { - "id": 12162, + "id": 12175, "luminance": 0, "opaque": false, "replaceable": false, @@ -138072,7 +138362,7 @@ ] }, { - "id": 12163, + "id": 12176, "luminance": 0, "opaque": false, "replaceable": false, @@ -138082,7 +138372,7 @@ ] }, { - "id": 12164, + "id": 12177, "luminance": 0, "opaque": false, "replaceable": false, @@ -138092,7 +138382,7 @@ ] }, { - "id": 12165, + "id": 12178, "luminance": 0, "opaque": false, "replaceable": false, @@ -138102,7 +138392,7 @@ ] }, { - "id": 12166, + "id": 12179, "luminance": 0, "opaque": false, "replaceable": false, @@ -138112,7 +138402,7 @@ ] }, { - "id": 12167, + "id": 12180, "luminance": 0, "opaque": false, "replaceable": false, @@ -138122,7 +138412,7 @@ ] }, { - "id": 12168, + "id": 12181, "luminance": 0, "opaque": false, "replaceable": false, @@ -138132,7 +138422,7 @@ ] }, { - "id": 12169, + "id": 12182, "luminance": 0, "opaque": false, "replaceable": false, @@ -138142,7 +138432,7 @@ ] }, { - "id": 12170, + "id": 12183, "luminance": 0, "opaque": false, "replaceable": false, @@ -138152,7 +138442,7 @@ ] }, { - "id": 12171, + "id": 12184, "luminance": 0, "opaque": false, "replaceable": false, @@ -138162,7 +138452,7 @@ ] }, { - "id": 12172, + "id": 12185, "luminance": 0, "opaque": false, "replaceable": false, @@ -138172,7 +138462,7 @@ ] }, { - "id": 12173, + "id": 12186, "luminance": 0, "opaque": false, "replaceable": false, @@ -138182,7 +138472,7 @@ ] }, { - "id": 12174, + "id": 12187, "luminance": 0, "opaque": false, "replaceable": false, @@ -138192,7 +138482,7 @@ ] }, { - "id": 12175, + "id": 12188, "luminance": 0, "opaque": false, "replaceable": false, @@ -138202,7 +138492,7 @@ ] }, { - "id": 12176, + "id": 12189, "luminance": 0, "opaque": false, "replaceable": false, @@ -138212,7 +138502,7 @@ ] }, { - "id": 12177, + "id": 12190, "luminance": 0, "opaque": false, "replaceable": false, @@ -138222,7 +138512,7 @@ ] }, { - "id": 12178, + "id": 12191, "luminance": 0, "opaque": false, "replaceable": false, @@ -138232,7 +138522,7 @@ ] }, { - "id": 12179, + "id": 12192, "luminance": 0, "opaque": false, "replaceable": false, @@ -138242,7 +138532,7 @@ ] }, { - "id": 12180, + "id": 12193, "luminance": 0, "opaque": false, "replaceable": false, @@ -138252,7 +138542,7 @@ ] }, { - "id": 12181, + "id": 12194, "luminance": 0, "opaque": false, "replaceable": false, @@ -138262,7 +138552,7 @@ ] }, { - "id": 12182, + "id": 12195, "luminance": 0, "opaque": false, "replaceable": false, @@ -138272,7 +138562,7 @@ ] }, { - "id": 12183, + "id": 12196, "luminance": 0, "opaque": false, "replaceable": false, @@ -138282,7 +138572,7 @@ ] }, { - "id": 12184, + "id": 12197, "luminance": 0, "opaque": false, "replaceable": false, @@ -138292,7 +138582,7 @@ ] }, { - "id": 12185, + "id": 12198, "luminance": 0, "opaque": false, "replaceable": false, @@ -138302,7 +138592,7 @@ ] }, { - "id": 12186, + "id": 12199, "luminance": 0, "opaque": false, "replaceable": false, @@ -138312,7 +138602,7 @@ ] }, { - "id": 12187, + "id": 12200, "luminance": 0, "opaque": false, "replaceable": false, @@ -138322,7 +138612,7 @@ ] }, { - "id": 12188, + "id": 12201, "luminance": 0, "opaque": false, "replaceable": false, @@ -138332,7 +138622,7 @@ ] }, { - "id": 12189, + "id": 12202, "luminance": 0, "opaque": false, "replaceable": false, @@ -138342,7 +138632,7 @@ ] }, { - "id": 12190, + "id": 12203, "luminance": 0, "opaque": false, "replaceable": false, @@ -138352,7 +138642,7 @@ ] }, { - "id": 12191, + "id": 12204, "luminance": 0, "opaque": false, "replaceable": false, @@ -138362,7 +138652,7 @@ ] }, { - "id": 12192, + "id": 12205, "luminance": 0, "opaque": false, "replaceable": false, @@ -138374,240 +138664,59 @@ ] }, { - "id": 591, - "name": "end_rod", - "translation_key": "block.minecraft.end_rod", - "item_id": 270, + "id": 589, + "name": "mangrove_door", + "translation_key": "block.minecraft.mangrove_door", + "item_id": 717, "properties": [ { "name": "facing", "values": [ "north", - "east", "south", "west", - "up", - "down" - ] - } - ], - "default_state_id": 12197, - "states": [ - { - "id": 12193, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 203 - ] - }, - { - "id": 12194, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 204 - ] - }, - { - "id": 12195, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 203 - ] - }, - { - "id": 12196, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 204 - ] - }, - { - "id": 12197, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 32 - ] - }, - { - "id": 12198, - "luminance": 14, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 32 - ] - } - ] - }, - { - "id": 592, - "name": "chorus_plant", - "translation_key": "block.minecraft.chorus_plant", - "item_id": 271, - "properties": [ - { - "name": "down", - "values": [ - "true", - "false" - ] - }, - { - "name": "east", - "values": [ - "true", - "false" + "east" ] }, { - "name": "north", + "name": "half", "values": [ - "true", - "false" + "upper", + "lower" ] }, { - "name": "south", + "name": "hinge", "values": [ - "true", - "false" + "left", + "right" ] }, { - "name": "up", + "name": "open", "values": [ "true", "false" ] }, { - "name": "west", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 12262, + "default_state_id": 12217, "states": [ - { - "id": 12199, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 205, - 206, - 207, - 208, - 209 - ] - }, - { - "id": 12200, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 205, - 207, - 208, - 209 - ] - }, - { - "id": 12201, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 210, - 206, - 207, - 208, - 209 - ] - }, - { - "id": 12202, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 210, - 207, - 208, - 209 - ] - }, - { - "id": 12203, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 205, - 206, - 207, - 209 - ] - }, - { - "id": 12204, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 205, - 207, - 209 - ] - }, - { - "id": 12205, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 210, - 206, - 207, - 209 - ] - }, { "id": 12206, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 207, - 209 + 64 ] }, { @@ -138615,12 +138724,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206, - 208, - 209 + 64 ] }, { @@ -138628,11 +138734,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 208, - 209 + 65 ] }, { @@ -138640,12 +138744,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206, - 208, - 209 + 65 ] }, { @@ -138653,11 +138754,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 208, - 209 + 66 ] }, { @@ -138665,11 +138764,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206, - 209 + 66 ] }, { @@ -138677,10 +138774,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 209 + 65 ] }, { @@ -138688,11 +138784,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206, - 209 + 65 ] }, { @@ -138700,10 +138794,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 209 + 64 ] }, { @@ -138711,12 +138804,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206, - 207, - 208 + 64 ] }, { @@ -138724,11 +138814,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 207, - 208 + 65 ] }, { @@ -138736,12 +138824,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206, - 207, - 208 + 65 ] }, { @@ -138749,11 +138834,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 207, - 208 + 66 ] }, { @@ -138761,11 +138844,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206, - 207 + 66 ] }, { @@ -138773,10 +138854,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 207 + 65 ] }, { @@ -138784,11 +138864,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206, - 207 + 65 ] }, { @@ -138796,10 +138874,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 207 + 66 ] }, { @@ -138807,11 +138884,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206, - 208 + 66 ] }, { @@ -138819,10 +138894,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 208 + 67 ] }, { @@ -138830,11 +138904,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206, - 208 + 67 ] }, { @@ -138842,10 +138914,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 208 + 64 ] }, { @@ -138853,10 +138924,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205, - 206 + 64 ] }, { @@ -138864,9 +138934,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 205 + 67 ] }, { @@ -138874,10 +138944,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210, - 206 + 67 ] }, { @@ -138885,9 +138954,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 210 + 66 ] }, { @@ -138895,12 +138964,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 207, - 208, - 212 + 66 ] }, { @@ -138908,11 +138974,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 213, - 209, - 212 + 67 ] }, { @@ -138920,11 +138984,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 207, - 208 + 67 ] }, { @@ -138932,10 +138994,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 213, - 209 + 64 ] }, { @@ -138943,11 +139004,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 207, - 212 + 64 ] }, { @@ -138955,11 +139014,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 214, - 209, - 212 + 67 ] }, { @@ -138967,10 +139024,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 207 + 67 ] }, { @@ -138978,10 +139034,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 214, - 209 + 65 ] }, { @@ -138989,11 +139044,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 208, - 212 + 65 ] }, { @@ -139001,11 +139054,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 215, - 209, - 212 + 66 ] }, { @@ -139013,10 +139064,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 208 + 66 ] }, { @@ -139024,10 +139074,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 215, - 209 + 67 ] }, { @@ -139035,10 +139084,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211, - 212 + 67 ] }, { @@ -139046,10 +139094,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 216, - 212 + 66 ] }, { @@ -139057,9 +139104,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 211 + 66 ] }, { @@ -139067,9 +139114,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 216 + 65 ] }, { @@ -139077,12 +139124,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 207, - 208, - 212 + 65 ] }, { @@ -139090,10 +139134,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 213, - 212 + 66 ] }, { @@ -139101,11 +139144,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 207, - 208 + 66 ] }, { @@ -139113,9 +139154,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 213 + 67 ] }, { @@ -139123,11 +139164,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 207, - 212 + 67 ] }, { @@ -139135,10 +139174,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 214, - 212 + 66 ] }, { @@ -139146,10 +139184,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 207 + 66 ] }, { @@ -139157,9 +139194,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 214 + 67 ] }, { @@ -139167,11 +139204,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 208, - 212 + 67 ] }, { @@ -139179,10 +139214,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 215, - 212 + 64 ] }, { @@ -139190,10 +139224,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 208 + 64 ] }, { @@ -139201,9 +139234,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 215 + 65 ] }, { @@ -139211,10 +139244,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217, - 212 + 65 ] }, { @@ -139222,9 +139254,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 218 + 64 ] }, { @@ -139232,9 +139264,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 217 + 64 ] }, { @@ -139242,41 +139274,19 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 219 - ] - } - ] - }, - { - "id": 593, - "name": "chorus_flower", - "translation_key": "block.minecraft.chorus_flower", - "item_id": 272, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5" + 67 ] - } - ], - "default_state_id": 12263, - "states": [ + }, { "id": 12263, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 67 ] }, { @@ -139284,9 +139294,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { @@ -139294,9 +139304,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { @@ -139304,9 +139314,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] }, { @@ -139314,9 +139324,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] }, { @@ -139324,1097 +139334,1032 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] - } - ] - }, - { - "id": 594, - "name": "purpur_block", - "translation_key": "block.minecraft.purpur_block", - "item_id": 273, - "properties": [], - "default_state_id": 12269, - "states": [ + }, { "id": 12269, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] } ] }, { - "id": 595, - "name": "purpur_pillar", - "translation_key": "block.minecraft.purpur_pillar", - "item_id": 274, + "id": 590, + "name": "bamboo_door", + "translation_key": "block.minecraft.bamboo_door", + "item_id": 718, "properties": [ { - "name": "axis", + "name": "facing", "values": [ - "x", - "y", - "z" + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] } ], - "default_state_id": 12271, + "default_state_id": 12281, "states": [ { "id": 12270, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { "id": 12271, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { "id": 12272, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 596, - "name": "purpur_stairs", - "translation_key": "block.minecraft.purpur_stairs", - "item_id": 275, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 65 ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12284, - "states": [ { "id": 12273, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 65 ] }, { "id": 12274, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 66 ] }, { "id": 12275, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { "id": 12276, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { "id": 12277, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { "id": 12278, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 64 ] }, { "id": 12279, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { "id": 12280, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { "id": 12281, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 65 ] }, { "id": 12282, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 66 ] }, { "id": 12283, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 66 ] }, { "id": 12284, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 65 ] }, { "id": 12285, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 65 ] }, { "id": 12286, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { "id": 12287, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 66 ] }, { "id": 12288, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 67 ] }, { "id": 12289, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { "id": 12290, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { "id": 12291, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 64 ] }, { "id": 12292, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { "id": 12293, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 67 ] }, { "id": 12294, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { "id": 12295, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 66 ] }, { "id": 12296, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 67 ] }, { "id": 12297, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { "id": 12298, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { "id": 12299, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 64 ] }, { "id": 12300, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { "id": 12301, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 67 ] }, { "id": 12302, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 65 ] }, { "id": 12303, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 65 ] }, { "id": 12304, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 66 ] }, { "id": 12305, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { "id": 12306, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 67 ] }, { "id": 12307, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { "id": 12308, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { "id": 12309, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 66 ] }, { "id": 12310, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { "id": 12311, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 65 ] }, { "id": 12312, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 66 ] }, { "id": 12313, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 66 ] }, { "id": 12314, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 67 ] }, { "id": 12315, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { "id": 12316, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { "id": 12317, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { "id": 12318, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 67 ] }, { "id": 12319, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 67 ] }, { "id": 12320, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { "id": 12321, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { "id": 12322, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { "id": 12323, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 65 ] }, { "id": 12324, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { "id": 12325, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 64 ] }, { "id": 12326, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { "id": 12327, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { "id": 12328, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 64 ] }, { "id": 12329, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 64 ] }, { "id": 12330, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 65 ] }, { "id": 12331, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 65 ] }, { "id": 12332, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { "id": 12333, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 64 ] - }, + } + ] + }, + { + "id": 591, + "name": "end_rod", + "translation_key": "block.minecraft.end_rod", + "item_id": 291, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12338, + "states": [ { "id": 12334, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 57, - 50 + 203 ] }, { "id": 12335, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 46, - 47 + 204 ] }, { "id": 12336, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 41, - 46, - 47 + 203 ] }, { "id": 12337, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 54, - 44, - 53 + 204 ] }, { "id": 12338, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 54, - 44, - 53 + 32 ] }, { "id": 12339, - "luminance": 0, - "opaque": true, + "luminance": 14, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 44, - 50, - 45 + 32 + ] + } + ] + }, + { + "id": 592, + "name": "chorus_plant", + "translation_key": "block.minecraft.chorus_plant", + "item_id": 292, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" ] }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12403, + "states": [ { "id": 12340, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 44, - 50, - 45 + 205, + 206, + 207, + 208, + 209 ] }, { "id": 12341, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 46, - 50, - 49 + 205, + 207, + 208, + 209 ] }, { "id": 12342, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 46, - 50, - 49 + 210, + 206, + 207, + 208, + 209 ] }, { "id": 12343, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 56 + 210, + 207, + 208, + 209 ] }, { "id": 12344, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 56 + 205, + 206, + 207, + 209 ] }, { "id": 12345, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 52, - 45 + 205, + 207, + 209 ] }, { "id": 12346, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 52, - 45 + 210, + 206, + 207, + 209 ] }, { "id": 12347, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 42, - 49 + 210, + 207, + 209 ] }, { "id": 12348, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 42, - 49 + 205, + 206, + 208, + 209 ] }, { "id": 12349, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 49 + 205, + 208, + 209 ] }, { "id": 12350, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 49 + 210, + 206, + 208, + 209 ] }, { "id": 12351, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 45 + 210, + 208, + 209 ] }, { "id": 12352, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51, - 45 + 205, + 206, + 209 ] - } - ] - }, - { - "id": 597, - "name": "end_stone_bricks", - "translation_key": "block.minecraft.end_stone_bricks", - "item_id": 356, - "properties": [], - "default_state_id": 12353, - "states": [ + }, { "id": 12353, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 598, - "name": "torchflower_crop", - "translation_key": "block.minecraft.torchflower_crop", - "item_id": 1106, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1" + 205, + 209 ] - } - ], - "default_state_id": 12354, - "states": [ + }, { "id": 12354, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 210, + 206, + 209 + ] }, { "id": 12355, @@ -140422,36 +140367,11 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 599, - "name": "pitcher_crop", - "translation_key": "block.minecraft.pitcher_crop", - "item_id": 1107, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3", - "4" + "collision_shapes": [ + 210, + 209 ] }, - { - "name": "half", - "values": [ - "upper", - "lower" - ] - } - ], - "default_state_id": 12357, - "states": [ { "id": 12356, "luminance": 0, @@ -140459,7 +140379,10 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 220 + 205, + 206, + 207, + 208 ] }, { @@ -140469,7 +140392,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 220 + 205, + 207, + 208 ] }, { @@ -140478,7 +140403,12 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 210, + 206, + 207, + 208 + ] }, { "id": 12359, @@ -140487,7 +140417,9 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 221 + 210, + 207, + 208 ] }, { @@ -140496,7 +140428,11 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 205, + 206, + 207 + ] }, { "id": 12361, @@ -140505,7 +140441,8 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 221 + 205, + 207 ] }, { @@ -140514,7 +140451,11 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 210, + 206, + 207 + ] }, { "id": 12363, @@ -140523,7 +140464,8 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 221 + 210, + 207 ] }, { @@ -140532,7 +140474,11 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 205, + 206, + 208 + ] }, { "id": 12365, @@ -140541,34 +140487,21 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [ - 221 - ] - } - ] - }, - { - "id": 600, - "name": "pitcher_plant", - "translation_key": "block.minecraft.pitcher_plant", - "item_id": 210, - "properties": [ - { - "name": "half", - "values": [ - "upper", - "lower" + 205, + 208 ] - } - ], - "default_state_id": 12367, - "states": [ + }, { "id": 12366, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 210, + 206, + 208 + ] }, { "id": 12367, @@ -140576,35 +140509,21 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 601, - "name": "beetroots", - "translation_key": "block.minecraft.beetroots", - "item_id": 1109, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3" + "collision_shapes": [ + 210, + 208 ] - } - ], - "default_state_id": 12368, - "states": [ + }, { "id": 12368, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 205, + 206 + ] }, { "id": 12369, @@ -140612,7 +140531,9 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 205 + ] }, { "id": 12370, @@ -140620,7 +140541,10 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 210, + 206 + ] }, { "id": 12371, @@ -140628,397 +140552,314 @@ "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 602, - "name": "dirt_path", - "translation_key": "block.minecraft.dirt_path", - "item_id": 442, - "properties": [], - "default_state_id": 12372, - "states": [ + "collision_shapes": [ + 210 + ] + }, { "id": 12372, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 63 + 211, + 207, + 208, + 212 ] - } - ] - }, - { - "id": 603, - "name": "end_gateway", - "translation_key": "block.minecraft.end_gateway", - "item_id": 0, - "properties": [], - "default_state_id": 12373, - "states": [ + }, { "id": 12373, - "luminance": 15, + "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [], - "block_entity_type": 21 - } - ] - }, - { - "id": 604, - "name": "repeating_command_block", - "translation_key": "block.minecraft.repeating_command_block", - "item_id": 492, - "properties": [ - { - "name": "conditional", - "values": [ - "true", - "false" + "collision_shapes": [ + 213, + 209, + 212 ] }, - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - } - ], - "default_state_id": 12380, - "states": [ { "id": 12374, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 207, + 208 + ] }, { "id": 12375, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 213, + 209 + ] }, { "id": 12376, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 207, + 212 + ] }, { "id": 12377, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 214, + 209, + 212 + ] }, { "id": 12378, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 207 + ] }, { "id": 12379, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 214, + 209 + ] }, { "id": 12380, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 208, + 212 + ] }, { "id": 12381, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 215, + 209, + 212 + ] }, { "id": 12382, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 208 + ] }, { "id": 12383, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 215, + 209 + ] }, { "id": 12384, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211, + 212 + ] }, { "id": 12385, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 - } - ] - }, - { - "id": 605, - "name": "chain_command_block", - "translation_key": "block.minecraft.chain_command_block", - "item_id": 493, - "properties": [ - { - "name": "conditional", - "values": [ - "true", - "false" + 216, + 212 ] }, - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - } - ], - "default_state_id": 12392, - "states": [ { "id": 12386, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 211 + ] }, { "id": 12387, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 216 + ] }, { "id": 12388, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 217, + 207, + 208, + 212 + ] }, { "id": 12389, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 213, + 212 + ] }, { "id": 12390, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 217, + 207, + 208 + ] }, { "id": 12391, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 213 + ] }, { "id": 12392, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 217, + 207, + 212 + ] }, { "id": 12393, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 214, + 212 + ] }, { "id": 12394, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 217, + 207 + ] }, { "id": 12395, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 214 + ] }, { "id": 12396, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 + 217, + 208, + 212 + ] }, { "id": 12397, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 22 - } - ] - }, - { - "id": 606, - "name": "frosted_ice", - "translation_key": "block.minecraft.frosted_ice", - "item_id": 0, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3" + 215, + 212 ] - } - ], - "default_state_id": 12398, - "states": [ + }, { "id": 12398, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 217, + 208 ] }, { @@ -141026,9 +140867,9 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 215 ] }, { @@ -141036,9 +140877,10 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 217, + 212 ] }, { @@ -141046,96 +140888,69 @@ "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 218 ] - } - ] - }, - { - "id": 607, - "name": "magma_block", - "translation_key": "block.minecraft.magma_block", - "item_id": 494, - "properties": [], - "default_state_id": 12402, - "states": [ + }, { "id": 12402, - "luminance": 3, - "opaque": true, + "luminance": 0, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 217 ] - } - ] - }, - { - "id": 608, - "name": "nether_wart_block", - "translation_key": "block.minecraft.nether_wart_block", - "item_id": 495, - "properties": [], - "default_state_id": 12403, - "states": [ + }, { "id": 12403, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 219 ] } ] }, { - "id": 609, - "name": "red_nether_bricks", - "translation_key": "block.minecraft.red_nether_bricks", - "item_id": 497, - "properties": [], + "id": 593, + "name": "chorus_flower", + "translation_key": "block.minecraft.chorus_flower", + "item_id": 293, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], "default_state_id": 12404, "states": [ { "id": 12404, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 610, - "name": "bone_block", - "translation_key": "block.minecraft.bone_block", - "item_id": 498, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" - ] - } - ], - "default_state_id": 12406, - "states": [ + }, { "id": 12405, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ 0 ] @@ -141143,9 +140958,9 @@ { "id": 12406, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ 0 ] @@ -141153,70 +140968,43 @@ { "id": 12407, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 611, - "name": "structure_void", - "translation_key": "block.minecraft.structure_void", - "item_id": 499, - "properties": [], - "default_state_id": 12408, - "states": [ + }, { "id": 12408, "luminance": 0, "opaque": false, - "replaceable": true, + "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 612, - "name": "observer", - "translation_key": "block.minecraft.observer", - "item_id": 644, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + "collision_shapes": [ + 0 ] }, - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12414, - "states": [ { "id": 12409, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 594, + "name": "purpur_block", + "translation_key": "block.minecraft.purpur_block", + "item_id": 294, + "properties": [], + "default_state_id": 12410, + "states": [ { "id": 12410, "luminance": 0, @@ -141226,7 +141014,26 @@ "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 595, + "name": "purpur_pillar", + "translation_key": "block.minecraft.purpur_pillar", + "item_id": 295, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 12412, + "states": [ { "id": 12411, "luminance": 0, @@ -141256,7 +141063,51 @@ "collision_shapes": [ 0 ] + } + ] + }, + { + "id": 596, + "name": "purpur_stairs", + "translation_key": "block.minecraft.purpur_stairs", + "item_id": 296, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12425, + "states": [ { "id": 12414, "luminance": 0, @@ -141264,7 +141115,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 42 ] }, { @@ -141274,7 +141126,8 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 42 ] }, { @@ -141284,7 +141137,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 43, + 44, + 45 ] }, { @@ -141294,7 +141149,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 43, + 44, + 45 ] }, { @@ -141304,7 +141161,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 46, + 47 ] }, { @@ -141314,7 +141173,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 46, + 47 ] }, { @@ -141324,1425 +141185,1171 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 613, - "name": "shulker_box", - "translation_key": "block.minecraft.shulker_box", - "item_id": 500, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 48, + 42, + 49 ] - } - ], - "default_state_id": 12425, - "states": [ + }, { "id": 12421, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 48, + 42, + 49 + ] }, { "id": 12422, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 44, + 50, + 45 + ] }, { "id": 12423, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 44, + 50, + 45 + ] }, { "id": 12424, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 52 + ] }, { "id": 12425, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 52 + ] }, { "id": 12426, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 614, - "name": "white_shulker_box", - "translation_key": "block.minecraft.white_shulker_box", - "item_id": 501, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 50, + 49 ] - } - ], - "default_state_id": 12431, - "states": [ + }, { "id": 12427, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 49 + ] }, { "id": 12428, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 52, + 45 + ] }, { "id": 12429, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 52, + 45 + ] }, { "id": 12430, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 53 + ] }, { "id": 12431, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 53 + ] }, { "id": 12432, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 615, - "name": "orange_shulker_box", - "translation_key": "block.minecraft.orange_shulker_box", - "item_id": 502, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 49 ] - } - ], - "default_state_id": 12437, - "states": [ + }, { "id": 12433, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 49 + ] }, { "id": 12434, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 52 + ] }, { "id": 12435, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 52 + ] }, { "id": 12436, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 44, + 53 + ] }, { "id": 12437, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 44, + 53 + ] }, { "id": 12438, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 616, - "name": "magenta_shulker_box", - "translation_key": "block.minecraft.magenta_shulker_box", - "item_id": 503, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 43, + 46, + 49 ] - } - ], - "default_state_id": 12443, - "states": [ + }, { "id": 12439, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 46, + 49 + ] }, { "id": 12440, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 46, + 50, + 49 + ] }, { "id": 12441, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 46, + 50, + 49 + ] }, { "id": 12442, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 55, + 52, + 45 + ] }, { "id": 12443, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 55, + 52, + 45 + ] }, { "id": 12444, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 617, - "name": "light_blue_shulker_box", - "translation_key": "block.minecraft.light_blue_shulker_box", - "item_id": 504, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 42 ] - } - ], - "default_state_id": 12449, - "states": [ + }, { "id": 12445, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 42 + ] }, { "id": 12446, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 42, + 49 + ] }, { "id": 12447, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 42, + 49 + ] }, { "id": 12448, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 45 + ] }, { "id": 12449, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 45 + ] }, { "id": 12450, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 618, - "name": "yellow_shulker_box", - "translation_key": "block.minecraft.yellow_shulker_box", - "item_id": 505, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 45 ] - } - ], - "default_state_id": 12455, - "states": [ + }, { "id": 12451, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 45 + ] }, { "id": 12452, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 47 + ] }, { "id": 12453, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 47 + ] }, { "id": 12454, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 56 + ] }, { "id": 12455, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 56 + ] }, { "id": 12456, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 619, - "name": "lime_shulker_box", - "translation_key": "block.minecraft.lime_shulker_box", - "item_id": 506, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 43, + 46, + 49 ] - } - ], - "default_state_id": 12461, - "states": [ + }, { "id": 12457, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 46, + 49 + ] }, { "id": 12458, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 44, + 45 + ] }, { "id": 12459, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 43, + 44, + 45 + ] }, { "id": 12460, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 55, + 52, + 45 + ] }, { "id": 12461, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 55, + 52, + 45 + ] }, { "id": 12462, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 620, - "name": "pink_shulker_box", - "translation_key": "block.minecraft.pink_shulker_box", - "item_id": 507, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 48, + 42, + 49 ] - } - ], - "default_state_id": 12467, - "states": [ + }, { "id": 12463, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 48, + 42, + 49 + ] }, { "id": 12464, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50 + ] }, { "id": 12465, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50 + ] }, { "id": 12466, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 45 + ] }, { "id": 12467, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 45 + ] }, { "id": 12468, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 621, - "name": "gray_shulker_box", - "translation_key": "block.minecraft.gray_shulker_box", - "item_id": 508, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 50, + 49 ] - } - ], - "default_state_id": 12473, - "states": [ + }, { "id": 12469, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 50, + 49 + ] }, { "id": 12470, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 47 + ] }, { "id": 12471, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 47 + ] }, { "id": 12472, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 53 + ] }, { "id": 12473, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 53 + ] }, { "id": 12474, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 622, - "name": "light_gray_shulker_box", - "translation_key": "block.minecraft.light_gray_shulker_box", - "item_id": 509, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 57, + 50 ] - } - ], - "default_state_id": 12479, - "states": [ + }, { "id": 12475, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 57, + 50 + ] }, { "id": 12476, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 41, + 46, + 47 + ] }, { "id": 12477, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 41, + 46, + 47 + ] }, { "id": 12478, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 44, + 53 + ] }, { "id": 12479, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 54, + 44, + 53 + ] }, { "id": 12480, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 623, - "name": "cyan_shulker_box", - "translation_key": "block.minecraft.cyan_shulker_box", - "item_id": 510, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 44, + 50, + 45 ] - } - ], - "default_state_id": 12485, - "states": [ + }, { "id": 12481, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 44, + 50, + 45 + ] }, { "id": 12482, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 46, + 50, + 49 + ] }, { "id": 12483, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 46, + 50, + 49 + ] }, { "id": 12484, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 56 + ] }, { "id": 12485, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 56 + ] }, { "id": 12486, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 624, - "name": "purple_shulker_box", - "translation_key": "block.minecraft.purple_shulker_box", - "item_id": 511, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 52, + 45 ] - } - ], - "default_state_id": 12491, - "states": [ + }, { "id": 12487, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 52, + 45 + ] }, { "id": 12488, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 42, + 49 + ] }, { "id": 12489, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 42, + 49 + ] }, { "id": 12490, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 49 + ] }, { "id": 12491, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 51, + 49 + ] }, { "id": 12492, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 625, - "name": "blue_shulker_box", - "translation_key": "block.minecraft.blue_shulker_box", - "item_id": 512, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 45 ] - } - ], - "default_state_id": 12497, - "states": [ + }, { "id": 12493, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, + 51, + 45 + ] + } + ] + }, + { + "id": 597, + "name": "end_stone_bricks", + "translation_key": "block.minecraft.end_stone_bricks", + "item_id": 377, + "properties": [], + "default_state_id": 12494, + "states": [ { "id": 12494, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ], - "block_entity_type": 23 - }, + ] + } + ] + }, + { + "id": 598, + "name": "torchflower_crop", + "translation_key": "block.minecraft.torchflower_crop", + "item_id": 1145, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1" + ] + } + ], + "default_state_id": 12495, + "states": [ { "id": 12495, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12496, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 599, + "name": "pitcher_crop", + "translation_key": "block.minecraft.pitcher_crop", + "item_id": 1146, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4" + ] }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 12498, + "states": [ { "id": 12497, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 220 + ] }, { "id": 12498, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 626, - "name": "brown_shulker_box", - "translation_key": "block.minecraft.brown_shulker_box", - "item_id": 513, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 220 ] - } - ], - "default_state_id": 12503, - "states": [ + }, { "id": 12499, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12500, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 221 + ] }, { "id": 12501, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12502, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + 221 + ] }, { "id": 12503, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12504, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - } - ] - }, - { - "id": 627, - "name": "green_shulker_box", - "translation_key": "block.minecraft.green_shulker_box", - "item_id": 514, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 221 ] - } - ], - "default_state_id": 12509, - "states": [ + }, { "id": 12505, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12506, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, + 221 + ] + } + ] + }, + { + "id": 600, + "name": "pitcher_plant", + "translation_key": "block.minecraft.pitcher_plant", + "item_id": 231, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } + ], + "default_state_id": 12508, + "states": [ { "id": 12507, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { "id": 12508, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, - { - "id": 12509, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, - { - "id": 12510, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] } ] }, { - "id": 628, - "name": "red_shulker_box", - "translation_key": "block.minecraft.red_shulker_box", - "item_id": 515, + "id": 601, + "name": "beetroots", + "translation_key": "block.minecraft.beetroots", + "item_id": 1148, "properties": [ { - "name": "facing", + "name": "age", "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + "0", + "1", + "2", + "3" ] } ], - "default_state_id": 12515, + "default_state_id": 12509, "states": [ { - "id": 12511, + "id": 12509, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 12512, + "id": 12510, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 12513, + "id": 12511, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 12514, + "id": 12512, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 602, + "name": "dirt_path", + "translation_key": "block.minecraft.dirt_path", + "item_id": 463, + "properties": [], + "default_state_id": 12513, + "states": [ { - "id": 12515, + "id": 12513, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 23 - }, + 63 + ] + } + ] + }, + { + "id": 603, + "name": "end_gateway", + "translation_key": "block.minecraft.end_gateway", + "item_id": 0, + "properties": [], + "default_state_id": 12514, + "states": [ { - "id": 12516, - "luminance": 0, + "id": 12514, + "luminance": 15, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 23 + "blocks_motion": false, + "collision_shapes": [], + "block_entity_type": 21 } ] }, { - "id": 629, - "name": "black_shulker_box", - "translation_key": "block.minecraft.black_shulker_box", - "item_id": 516, + "id": 604, + "name": "repeating_command_block", + "translation_key": "block.minecraft.repeating_command_block", + "item_id": 513, "properties": [ + { + "name": "conditional", + "values": [ + "true", + "false" + ] + }, { "name": "facing", "values": [ @@ -142757,92 +142364,94 @@ ], "default_state_id": 12521, "states": [ + { + "id": 12515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 22 + }, + { + "id": 12516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 22 + }, { "id": 12517, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 + "block_entity_type": 22 }, { "id": 12518, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 + "block_entity_type": 22 }, { "id": 12519, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 + "block_entity_type": 22 }, { "id": 12520, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 + "block_entity_type": 22 }, { "id": 12521, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 + "block_entity_type": 22 }, { "id": 12522, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ], - "block_entity_type": 23 - } - ] - }, - { - "id": 630, - "name": "white_glazed_terracotta", - "translation_key": "block.minecraft.white_glazed_terracotta", - "item_id": 517, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12523, - "states": [ + "block_entity_type": 22 + }, { "id": 12523, "luminance": 0, @@ -142851,7 +142460,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12524, @@ -142861,7 +142471,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12525, @@ -142871,7 +142482,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12526, @@ -142881,27 +142493,37 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 } ] }, { - "id": 631, - "name": "orange_glazed_terracotta", - "translation_key": "block.minecraft.orange_glazed_terracotta", - "item_id": 518, + "id": 605, + "name": "chain_command_block", + "translation_key": "block.minecraft.chain_command_block", + "item_id": 514, "properties": [ + { + "name": "conditional", + "values": [ + "true", + "false" + ] + }, { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" ] } ], - "default_state_id": 12527, + "default_state_id": 12533, "states": [ { "id": 12527, @@ -142911,7 +142533,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12528, @@ -142921,7 +142544,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12529, @@ -142931,7 +142555,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12530, @@ -142941,28 +142566,9 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 632, - "name": "magenta_glazed_terracotta", - "translation_key": "block.minecraft.magenta_glazed_terracotta", - "item_id": 519, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12531, - "states": [ + ], + "block_entity_type": 22 + }, { "id": 12531, "luminance": 0, @@ -142971,7 +142577,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12532, @@ -142981,7 +142588,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12533, @@ -142991,7 +142599,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12534, @@ -143001,28 +142610,9 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 633, - "name": "light_blue_glazed_terracotta", - "translation_key": "block.minecraft.light_blue_glazed_terracotta", - "item_id": 520, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12535, - "states": [ + ], + "block_entity_type": 22 + }, { "id": 12535, "luminance": 0, @@ -143031,7 +142621,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12536, @@ -143041,7 +142632,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12537, @@ -143051,7 +142643,8 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 }, { "id": 12538, @@ -143061,23 +142654,24 @@ "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 22 } ] }, { - "id": 634, - "name": "yellow_glazed_terracotta", - "translation_key": "block.minecraft.yellow_glazed_terracotta", - "item_id": 521, + "id": 606, + "name": "frosted_ice", + "translation_key": "block.minecraft.frosted_ice", + "item_id": 0, "properties": [ { - "name": "facing", + "name": "age", "values": [ - "north", - "south", - "west", - "east" + "0", + "1", + "2", + "3" ] } ], @@ -143086,7 +142680,7 @@ { "id": 12539, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ @@ -143096,7 +142690,7 @@ { "id": 12540, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ @@ -143106,7 +142700,7 @@ { "id": 12541, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ @@ -143116,7 +142710,7 @@ { "id": 12542, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ @@ -143126,33 +142720,33 @@ ] }, { - "id": 635, - "name": "lime_glazed_terracotta", - "translation_key": "block.minecraft.lime_glazed_terracotta", - "item_id": 522, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], + "id": 607, + "name": "magma_block", + "translation_key": "block.minecraft.magma_block", + "item_id": 515, + "properties": [], "default_state_id": 12543, "states": [ { "id": 12543, - "luminance": 0, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 608, + "name": "nether_wart_block", + "translation_key": "block.minecraft.nether_wart_block", + "item_id": 516, + "properties": [], + "default_state_id": 12544, + "states": [ { "id": 12544, "luminance": 0, @@ -143162,7 +142756,17 @@ "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 609, + "name": "red_nether_bricks", + "translation_key": "block.minecraft.red_nether_bricks", + "item_id": 518, + "properties": [], + "default_state_id": 12545, + "states": [ { "id": 12545, "luminance": 0, @@ -143172,39 +142776,28 @@ "collision_shapes": [ 0 ] - }, - { - "id": 12546, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] } ] }, { - "id": 636, - "name": "pink_glazed_terracotta", - "translation_key": "block.minecraft.pink_glazed_terracotta", - "item_id": 523, + "id": 610, + "name": "bone_block", + "translation_key": "block.minecraft.bone_block", + "item_id": 519, "properties": [ { - "name": "facing", + "name": "axis", "values": [ - "north", - "south", - "west", - "east" + "x", + "y", + "z" ] } ], "default_state_id": 12547, "states": [ { - "id": 12547, + "id": 12546, "luminance": 0, "opaque": true, "replaceable": false, @@ -143214,7 +142807,7 @@ ] }, { - "id": 12548, + "id": 12547, "luminance": 0, "opaque": true, "replaceable": false, @@ -143224,7 +142817,7 @@ ] }, { - "id": 12549, + "id": 12548, "luminance": 0, "opaque": true, "replaceable": false, @@ -143232,37 +142825,64 @@ "collision_shapes": [ 0 ] - }, + } + ] + }, + { + "id": 611, + "name": "structure_void", + "translation_key": "block.minecraft.structure_void", + "item_id": 520, + "properties": [], + "default_state_id": 12549, + "states": [ { - "id": 12550, + "id": 12549, "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] } ] }, { - "id": 637, - "name": "gray_glazed_terracotta", - "translation_key": "block.minecraft.gray_glazed_terracotta", - "item_id": 524, + "id": 612, + "name": "observer", + "translation_key": "block.minecraft.observer", + "item_id": 665, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] } ], - "default_state_id": 12551, + "default_state_id": 12555, "states": [ + { + "id": 12550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, { "id": 12551, "luminance": 0, @@ -143302,27 +142922,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 638, - "name": "light_gray_glazed_terracotta", - "translation_key": "block.minecraft.light_gray_glazed_terracotta", - "item_id": 525, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12555, - "states": [ + }, { "id": 12555, "luminance": 0, @@ -143362,27 +142962,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 639, - "name": "cyan_glazed_terracotta", - "translation_key": "block.minecraft.cyan_glazed_terracotta", - "item_id": 526, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12559, - "states": [ + }, { "id": 12559, "luminance": 0, @@ -143412,1362 +142992,1304 @@ "collision_shapes": [ 0 ] - }, - { - "id": 12562, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] } ] }, { - "id": 640, - "name": "purple_glazed_terracotta", - "translation_key": "block.minecraft.purple_glazed_terracotta", - "item_id": 527, + "id": 613, + "name": "shulker_box", + "translation_key": "block.minecraft.shulker_box", + "item_id": 521, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" ] } ], - "default_state_id": 12563, + "default_state_id": 12566, "states": [ + { + "id": 12562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, { "id": 12563, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12564, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12565, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12566, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 + }, + { + "id": 12567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 } ] }, { - "id": 641, - "name": "blue_glazed_terracotta", - "translation_key": "block.minecraft.blue_glazed_terracotta", - "item_id": 528, + "id": 614, + "name": "white_shulker_box", + "translation_key": "block.minecraft.white_shulker_box", + "item_id": 522, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" ] } ], - "default_state_id": 12567, + "default_state_id": 12572, "states": [ - { - "id": 12567, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - }, { "id": 12568, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12569, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12570, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 642, - "name": "brown_glazed_terracotta", - "translation_key": "block.minecraft.brown_glazed_terracotta", - "item_id": 529, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12571, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12571, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12572, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12573, "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] - }, - { - "id": 12574, - "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 643, - "name": "green_glazed_terracotta", - "translation_key": "block.minecraft.green_glazed_terracotta", - "item_id": 530, + "id": 615, + "name": "orange_shulker_box", + "translation_key": "block.minecraft.orange_shulker_box", + "item_id": 523, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" ] } ], - "default_state_id": 12575, + "default_state_id": 12578, "states": [ + { + "id": 12574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, { "id": 12575, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12576, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12577, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12578, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 + }, + { + "id": 12579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 } ] }, { - "id": 644, - "name": "red_glazed_terracotta", - "translation_key": "block.minecraft.red_glazed_terracotta", - "item_id": 531, + "id": 616, + "name": "magenta_shulker_box", + "translation_key": "block.minecraft.magenta_shulker_box", + "item_id": 524, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" + "up", + "down" ] } ], - "default_state_id": 12579, + "default_state_id": 12584, "states": [ { - "id": 12579, + "id": 12580, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { - "id": 12580, + "id": 12581, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { - "id": 12581, + "id": 12582, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { - "id": 12582, + "id": 12583, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 645, - "name": "black_glazed_terracotta", - "translation_key": "block.minecraft.black_glazed_terracotta", - "item_id": 532, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 12583, - "states": [ - { - "id": 12583, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 0 - ] + ], + "block_entity_type": 23 }, { "id": 12584, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 }, { "id": 12585, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 617, + "name": "light_blue_shulker_box", + "translation_key": "block.minecraft.light_blue_shulker_box", + "item_id": 525, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] - }, + } + ], + "default_state_id": 12590, + "states": [ { "id": 12586, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 646, - "name": "white_concrete", - "translation_key": "block.minecraft.white_concrete", - "item_id": 533, - "properties": [], - "default_state_id": 12587, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12587, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 647, - "name": "orange_concrete", - "translation_key": "block.minecraft.orange_concrete", - "item_id": 534, - "properties": [], - "default_state_id": 12588, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12588, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 648, - "name": "magenta_concrete", - "translation_key": "block.minecraft.magenta_concrete", - "item_id": 535, - "properties": [], - "default_state_id": 12589, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12589, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 649, - "name": "light_blue_concrete", - "translation_key": "block.minecraft.light_blue_concrete", - "item_id": 536, - "properties": [], - "default_state_id": 12590, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12590, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 650, - "name": "yellow_concrete", - "translation_key": "block.minecraft.yellow_concrete", - "item_id": 537, - "properties": [], - "default_state_id": 12591, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12591, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 651, - "name": "lime_concrete", - "translation_key": "block.minecraft.lime_concrete", - "item_id": 538, - "properties": [], - "default_state_id": 12592, + "id": 618, + "name": "yellow_shulker_box", + "translation_key": "block.minecraft.yellow_shulker_box", + "item_id": 526, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12596, "states": [ { "id": 12592, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 652, - "name": "pink_concrete", - "translation_key": "block.minecraft.pink_concrete", - "item_id": 539, - "properties": [], - "default_state_id": 12593, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12593, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 653, - "name": "gray_concrete", - "translation_key": "block.minecraft.gray_concrete", - "item_id": 540, - "properties": [], - "default_state_id": 12594, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12594, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 654, - "name": "light_gray_concrete", - "translation_key": "block.minecraft.light_gray_concrete", - "item_id": 541, - "properties": [], - "default_state_id": 12595, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12595, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 655, - "name": "cyan_concrete", - "translation_key": "block.minecraft.cyan_concrete", - "item_id": 542, - "properties": [], - "default_state_id": 12596, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12596, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 656, - "name": "purple_concrete", - "translation_key": "block.minecraft.purple_concrete", - "item_id": 543, - "properties": [], - "default_state_id": 12597, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12597, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 657, - "name": "blue_concrete", - "translation_key": "block.minecraft.blue_concrete", - "item_id": 544, - "properties": [], - "default_state_id": 12598, + "id": 619, + "name": "lime_shulker_box", + "translation_key": "block.minecraft.lime_shulker_box", + "item_id": 527, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12602, "states": [ { "id": 12598, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 658, - "name": "brown_concrete", - "translation_key": "block.minecraft.brown_concrete", - "item_id": 545, - "properties": [], - "default_state_id": 12599, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12599, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 659, - "name": "green_concrete", - "translation_key": "block.minecraft.green_concrete", - "item_id": 546, - "properties": [], - "default_state_id": 12600, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12600, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 660, - "name": "red_concrete", - "translation_key": "block.minecraft.red_concrete", - "item_id": 547, - "properties": [], - "default_state_id": 12601, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12601, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 661, - "name": "black_concrete", - "translation_key": "block.minecraft.black_concrete", - "item_id": 548, - "properties": [], - "default_state_id": 12602, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12602, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 662, - "name": "white_concrete_powder", - "translation_key": "block.minecraft.white_concrete_powder", - "item_id": 549, - "properties": [], - "default_state_id": 12603, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12603, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 663, - "name": "orange_concrete_powder", - "translation_key": "block.minecraft.orange_concrete_powder", - "item_id": 550, - "properties": [], - "default_state_id": 12604, + "id": 620, + "name": "pink_shulker_box", + "translation_key": "block.minecraft.pink_shulker_box", + "item_id": 528, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12608, "states": [ { "id": 12604, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 664, - "name": "magenta_concrete_powder", - "translation_key": "block.minecraft.magenta_concrete_powder", - "item_id": 551, - "properties": [], - "default_state_id": 12605, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12605, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 665, - "name": "light_blue_concrete_powder", - "translation_key": "block.minecraft.light_blue_concrete_powder", - "item_id": 552, - "properties": [], - "default_state_id": 12606, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12606, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 666, - "name": "yellow_concrete_powder", - "translation_key": "block.minecraft.yellow_concrete_powder", - "item_id": 553, - "properties": [], - "default_state_id": 12607, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12607, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 667, - "name": "lime_concrete_powder", - "translation_key": "block.minecraft.lime_concrete_powder", - "item_id": 554, - "properties": [], - "default_state_id": 12608, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12608, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 668, - "name": "pink_concrete_powder", - "translation_key": "block.minecraft.pink_concrete_powder", - "item_id": 555, - "properties": [], - "default_state_id": 12609, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12609, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 669, - "name": "gray_concrete_powder", - "translation_key": "block.minecraft.gray_concrete_powder", - "item_id": 556, - "properties": [], - "default_state_id": 12610, + "id": 621, + "name": "gray_shulker_box", + "translation_key": "block.minecraft.gray_shulker_box", + "item_id": 529, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12614, "states": [ { "id": 12610, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 670, - "name": "light_gray_concrete_powder", - "translation_key": "block.minecraft.light_gray_concrete_powder", - "item_id": 557, - "properties": [], - "default_state_id": 12611, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12611, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 671, - "name": "cyan_concrete_powder", - "translation_key": "block.minecraft.cyan_concrete_powder", - "item_id": 558, - "properties": [], - "default_state_id": 12612, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12612, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 672, - "name": "purple_concrete_powder", - "translation_key": "block.minecraft.purple_concrete_powder", - "item_id": 559, - "properties": [], - "default_state_id": 12613, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12613, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 673, - "name": "blue_concrete_powder", - "translation_key": "block.minecraft.blue_concrete_powder", - "item_id": 560, - "properties": [], - "default_state_id": 12614, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12614, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 674, - "name": "brown_concrete_powder", - "translation_key": "block.minecraft.brown_concrete_powder", - "item_id": 561, - "properties": [], - "default_state_id": 12615, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12615, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 675, - "name": "green_concrete_powder", - "translation_key": "block.minecraft.green_concrete_powder", - "item_id": 562, - "properties": [], - "default_state_id": 12616, + "id": 622, + "name": "light_gray_shulker_box", + "translation_key": "block.minecraft.light_gray_shulker_box", + "item_id": 530, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12620, "states": [ { "id": 12616, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 676, - "name": "red_concrete_powder", - "translation_key": "block.minecraft.red_concrete_powder", - "item_id": 563, - "properties": [], - "default_state_id": 12617, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12617, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 677, - "name": "black_concrete_powder", - "translation_key": "block.minecraft.black_concrete_powder", - "item_id": 564, - "properties": [], - "default_state_id": 12618, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12618, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 678, - "name": "kelp", - "translation_key": "block.minecraft.kelp", - "item_id": 222, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" - ] - } - ], - "default_state_id": 12619, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12619, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12620, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12621, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 623, + "name": "cyan_shulker_box", + "translation_key": "block.minecraft.cyan_shulker_box", + "item_id": 531, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12626, + "states": [ { "id": 12622, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12623, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12624, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12625, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12626, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12627, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 624, + "name": "purple_shulker_box", + "translation_key": "block.minecraft.purple_shulker_box", + "item_id": 532, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12632, + "states": [ { "id": 12628, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12629, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12630, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12631, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12632, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12633, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 625, + "name": "blue_shulker_box", + "translation_key": "block.minecraft.blue_shulker_box", + "item_id": 533, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12638, + "states": [ { "id": 12634, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12635, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12636, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12637, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12638, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12639, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 626, + "name": "brown_shulker_box", + "translation_key": "block.minecraft.brown_shulker_box", + "item_id": 534, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12644, + "states": [ { "id": 12640, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12641, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12642, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12643, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 }, { "id": 12644, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 679, - "name": "kelp_plant", - "translation_key": "block.minecraft.kelp_plant", - "item_id": 0, - "properties": [], - "default_state_id": 12645, - "states": [ + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, { "id": 12645, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 680, - "name": "dried_kelp_block", - "translation_key": "block.minecraft.dried_kelp_block", - "item_id": 883, - "properties": [], - "default_state_id": 12646, - "states": [ - { - "id": 12646, - "luminance": 0, - "opaque": true, - "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 681, - "name": "turtle_egg", - "translation_key": "block.minecraft.turtle_egg", - "item_id": 565, + "id": 627, + "name": "green_shulker_box", + "translation_key": "block.minecraft.green_shulker_box", + "item_id": 535, "properties": [ { - "name": "eggs", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "hatch", + "name": "facing", "values": [ - "0", - "1", - "2" + "north", + "east", + "south", + "west", + "up", + "down" ] } ], - "default_state_id": 12647, + "default_state_id": 12650, "states": [ { - "id": 12647, + "id": 12646, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 222 - ] + 0 + ], + "block_entity_type": 23 }, { - "id": 12648, + "id": 12647, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 222 - ] - }, - { + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { "id": 12649, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 222 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12650, @@ -144776,8 +144298,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12651, @@ -144786,9 +144309,32 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 628, + "name": "red_shulker_box", + "translation_key": "block.minecraft.red_shulker_box", + "item_id": 536, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] - }, + } + ], + "default_state_id": 12656, + "states": [ { "id": 12652, "luminance": 0, @@ -144796,8 +144342,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12653, @@ -144806,8 +144353,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12654, @@ -144816,8 +144364,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12655, @@ -144826,8 +144375,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12656, @@ -144836,8 +144386,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12657, @@ -144846,38 +144397,43 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 223 - ] - }, - { - "id": 12658, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 223 - ] + 0 + ], + "block_entity_type": 23 } ] }, { - "id": 682, - "name": "sniffer_egg", - "translation_key": "block.minecraft.sniffer_egg", - "item_id": 566, + "id": 629, + "name": "black_shulker_box", + "translation_key": "block.minecraft.black_shulker_box", + "item_id": 537, "properties": [ { - "name": "hatch", + "name": "facing", "values": [ - "0", - "1", - "2" + "north", + "east", + "south", + "west", + "up", + "down" ] } ], - "default_state_id": 12659, + "default_state_id": 12662, "states": [ + { + "id": 12658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, { "id": 12659, "luminance": 0, @@ -144885,8 +144441,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 224 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12660, @@ -144895,8 +144452,9 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 224 - ] + 0 + ], + "block_entity_type": 23 }, { "id": 12661, @@ -144905,57 +144463,50 @@ "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 224 - ] - } - ] - }, - { - "id": 683, - "name": "dead_tube_coral_block", - "translation_key": "block.minecraft.dead_tube_coral_block", - "item_id": 567, - "properties": [], - "default_state_id": 12662, - "states": [ + 0 + ], + "block_entity_type": 23 + }, { "id": 12662, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] - } - ] - }, - { - "id": 684, - "name": "dead_brain_coral_block", - "translation_key": "block.minecraft.dead_brain_coral_block", - "item_id": 568, - "properties": [], - "default_state_id": 12663, - "states": [ + ], + "block_entity_type": 23 + }, { "id": 12663, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ] + ], + "block_entity_type": 23 } ] }, { - "id": 685, - "name": "dead_bubble_coral_block", - "translation_key": "block.minecraft.dead_bubble_coral_block", - "item_id": 569, - "properties": [], + "id": 630, + "name": "white_glazed_terracotta", + "translation_key": "block.minecraft.white_glazed_terracotta", + "item_id": 538, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], "default_state_id": 12664, "states": [ { @@ -144967,17 +144518,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 686, - "name": "dead_fire_coral_block", - "translation_key": "block.minecraft.dead_fire_coral_block", - "item_id": 570, - "properties": [], - "default_state_id": 12665, - "states": [ + }, { "id": 12665, "luminance": 0, @@ -144987,17 +144528,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 687, - "name": "dead_horn_coral_block", - "translation_key": "block.minecraft.dead_horn_coral_block", - "item_id": 571, - "properties": [], - "default_state_id": 12666, - "states": [ + }, { "id": 12666, "luminance": 0, @@ -145007,17 +144538,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 688, - "name": "tube_coral_block", - "translation_key": "block.minecraft.tube_coral_block", - "item_id": 572, - "properties": [], - "default_state_id": 12667, - "states": [ + }, { "id": 12667, "luminance": 0, @@ -145031,11 +144552,21 @@ ] }, { - "id": 689, - "name": "brain_coral_block", - "translation_key": "block.minecraft.brain_coral_block", - "item_id": 573, - "properties": [], + "id": 631, + "name": "orange_glazed_terracotta", + "translation_key": "block.minecraft.orange_glazed_terracotta", + "item_id": 539, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], "default_state_id": 12668, "states": [ { @@ -145047,17 +144578,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 690, - "name": "bubble_coral_block", - "translation_key": "block.minecraft.bubble_coral_block", - "item_id": 574, - "properties": [], - "default_state_id": 12669, - "states": [ + }, { "id": 12669, "luminance": 0, @@ -145067,17 +144588,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 691, - "name": "fire_coral_block", - "translation_key": "block.minecraft.fire_coral_block", - "item_id": 575, - "properties": [], - "default_state_id": 12670, - "states": [ + }, { "id": 12670, "luminance": 0, @@ -145087,17 +144598,7 @@ "collision_shapes": [ 0 ] - } - ] - }, - { - "id": 692, - "name": "horn_coral_block", - "translation_key": "block.minecraft.horn_coral_block", - "item_id": 576, - "properties": [], - "default_state_id": 12671, - "states": [ + }, { "id": 12671, "luminance": 0, @@ -145111,16 +144612,18 @@ ] }, { - "id": 693, - "name": "dead_tube_coral", - "translation_key": "block.minecraft.dead_tube_coral", - "item_id": 586, + "id": 632, + "name": "magenta_glazed_terracotta", + "translation_key": "block.minecraft.magenta_glazed_terracotta", + "item_id": 540, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145129,66 +144632,58 @@ { "id": 12672, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12673, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 694, - "name": "dead_brain_coral", - "translation_key": "block.minecraft.dead_brain_coral", - "item_id": 582, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12674, - "states": [ + }, { "id": 12674, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12675, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 695, - "name": "dead_bubble_coral", - "translation_key": "block.minecraft.dead_bubble_coral", - "item_id": 583, + "id": 633, + "name": "light_blue_glazed_terracotta", + "translation_key": "block.minecraft.light_blue_glazed_terracotta", + "item_id": 541, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145197,66 +144692,58 @@ { "id": 12676, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12677, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 696, - "name": "dead_fire_coral", - "translation_key": "block.minecraft.dead_fire_coral", - "item_id": 584, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12678, - "states": [ + }, { "id": 12678, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12679, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 697, - "name": "dead_horn_coral", - "translation_key": "block.minecraft.dead_horn_coral", - "item_id": 585, + "id": 634, + "name": "yellow_glazed_terracotta", + "translation_key": "block.minecraft.yellow_glazed_terracotta", + "item_id": 542, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145265,66 +144752,58 @@ { "id": 12680, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12681, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 698, - "name": "tube_coral", - "translation_key": "block.minecraft.tube_coral", - "item_id": 577, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12682, - "states": [ + }, { "id": 12682, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12683, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 699, - "name": "brain_coral", - "translation_key": "block.minecraft.brain_coral", - "item_id": 578, + "id": 635, + "name": "lime_glazed_terracotta", + "translation_key": "block.minecraft.lime_glazed_terracotta", + "item_id": 543, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145333,66 +144812,58 @@ { "id": 12684, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12685, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 700, - "name": "bubble_coral", - "translation_key": "block.minecraft.bubble_coral", - "item_id": 579, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12686, - "states": [ + }, { "id": 12686, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12687, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 701, - "name": "fire_coral", - "translation_key": "block.minecraft.fire_coral", - "item_id": 580, + "id": 636, + "name": "pink_glazed_terracotta", + "translation_key": "block.minecraft.pink_glazed_terracotta", + "item_id": 544, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145401,67 +144872,58 @@ { "id": 12688, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12689, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 702, - "name": "horn_coral", - "translation_key": "block.minecraft.horn_coral", - "item_id": 581, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12690, - "states": [ + }, { "id": 12690, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12691, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 703, - "name": "dead_tube_coral_fan", - "translation_key": "block.minecraft.dead_tube_coral_fan", - "item_id": 592, - "wall_variant_id": 713, + "id": 637, + "name": "gray_glazed_terracotta", + "translation_key": "block.minecraft.gray_glazed_terracotta", + "item_id": 545, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145470,68 +144932,58 @@ { "id": 12692, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12693, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 704, - "name": "dead_brain_coral_fan", - "translation_key": "block.minecraft.dead_brain_coral_fan", - "item_id": 593, - "wall_variant_id": 714, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12694, - "states": [ + }, { "id": 12694, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12695, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 705, - "name": "dead_bubble_coral_fan", - "translation_key": "block.minecraft.dead_bubble_coral_fan", - "item_id": 594, - "wall_variant_id": 715, + "id": 638, + "name": "light_gray_glazed_terracotta", + "translation_key": "block.minecraft.light_gray_glazed_terracotta", + "item_id": 546, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145540,68 +144992,58 @@ { "id": 12696, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12697, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 706, - "name": "dead_fire_coral_fan", - "translation_key": "block.minecraft.dead_fire_coral_fan", - "item_id": 595, - "wall_variant_id": 716, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12698, - "states": [ + }, { "id": 12698, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12699, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 707, - "name": "dead_horn_coral_fan", - "translation_key": "block.minecraft.dead_horn_coral_fan", - "item_id": 596, - "wall_variant_id": 717, + "id": 639, + "name": "cyan_glazed_terracotta", + "translation_key": "block.minecraft.cyan_glazed_terracotta", + "item_id": 547, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145610,68 +145052,58 @@ { "id": 12700, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12701, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 708, - "name": "tube_coral_fan", - "translation_key": "block.minecraft.tube_coral_fan", - "item_id": 587, - "wall_variant_id": 718, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12702, - "states": [ + }, { "id": 12702, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12703, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 709, - "name": "brain_coral_fan", - "translation_key": "block.minecraft.brain_coral_fan", - "item_id": 588, - "wall_variant_id": 719, + "id": 640, + "name": "purple_glazed_terracotta", + "translation_key": "block.minecraft.purple_glazed_terracotta", + "item_id": 548, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145680,68 +145112,58 @@ { "id": 12704, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12705, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 710, - "name": "bubble_coral_fan", - "translation_key": "block.minecraft.bubble_coral_fan", - "item_id": 589, - "wall_variant_id": 720, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12706, - "states": [ + }, { "id": 12706, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12707, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 711, - "name": "fire_coral_fan", - "translation_key": "block.minecraft.fire_coral_fan", - "item_id": 590, - "wall_variant_id": 721, + "id": 641, + "name": "blue_glazed_terracotta", + "translation_key": "block.minecraft.blue_glazed_terracotta", + "item_id": 549, "properties": [ { - "name": "waterlogged", + "name": "facing", "values": [ - "true", - "false" + "north", + "south", + "west", + "east" ] } ], @@ -145750,61 +145172,50 @@ { "id": 12708, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12709, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 712, - "name": "horn_coral_fan", - "translation_key": "block.minecraft.horn_coral_fan", - "item_id": 591, - "wall_variant_id": 722, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 0 ] - } - ], - "default_state_id": 12710, - "states": [ + }, { "id": 12710, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12711, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 713, - "name": "dead_tube_coral_wall_fan", - "translation_key": "block.minecraft.dead_tube_coral_wall_fan", - "item_id": 592, + "id": 642, + "name": "brown_glazed_terracotta", + "translation_key": "block.minecraft.brown_glazed_terracotta", + "item_id": 550, "properties": [ { "name": "facing", @@ -145814,13 +145225,6 @@ "west", "east" ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] } ], "default_state_id": 12712, @@ -145828,74 +145232,110 @@ { "id": 12712, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12713, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12714, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12715, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 643, + "name": "green_glazed_terracotta", + "translation_key": "block.minecraft.green_glazed_terracotta", + "item_id": 551, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 12716, + "states": [ { "id": 12716, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12717, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12718, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12719, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 714, - "name": "dead_brain_coral_wall_fan", - "translation_key": "block.minecraft.dead_brain_coral_wall_fan", - "item_id": 593, + "id": 644, + "name": "red_glazed_terracotta", + "translation_key": "block.minecraft.red_glazed_terracotta", + "item_id": 552, "properties": [ { "name": "facing", @@ -145905,13 +145345,6 @@ "west", "east" ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] } ], "default_state_id": 12720, @@ -145919,453 +145352,780 @@ { "id": 12720, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12721, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12722, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12723, "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 12724, - "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 645, + "name": "black_glazed_terracotta", + "translation_key": "block.minecraft.black_glazed_terracotta", + "item_id": 553, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 12724, + "states": [ + { + "id": 12724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] }, { "id": 12725, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12726, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] }, { "id": 12727, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 715, - "name": "dead_bubble_coral_wall_fan", - "translation_key": "block.minecraft.dead_bubble_coral_wall_fan", - "item_id": 594, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], + "id": 646, + "name": "white_concrete", + "translation_key": "block.minecraft.white_concrete", + "item_id": 554, + "properties": [], "default_state_id": 12728, "states": [ { "id": 12728, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 647, + "name": "orange_concrete", + "translation_key": "block.minecraft.orange_concrete", + "item_id": 555, + "properties": [], + "default_state_id": 12729, + "states": [ { "id": 12729, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 648, + "name": "magenta_concrete", + "translation_key": "block.minecraft.magenta_concrete", + "item_id": 556, + "properties": [], + "default_state_id": 12730, + "states": [ { "id": 12730, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 649, + "name": "light_blue_concrete", + "translation_key": "block.minecraft.light_blue_concrete", + "item_id": 557, + "properties": [], + "default_state_id": 12731, + "states": [ { "id": 12731, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 650, + "name": "yellow_concrete", + "translation_key": "block.minecraft.yellow_concrete", + "item_id": 558, + "properties": [], + "default_state_id": 12732, + "states": [ { "id": 12732, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 651, + "name": "lime_concrete", + "translation_key": "block.minecraft.lime_concrete", + "item_id": 559, + "properties": [], + "default_state_id": 12733, + "states": [ { "id": 12733, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 652, + "name": "pink_concrete", + "translation_key": "block.minecraft.pink_concrete", + "item_id": 560, + "properties": [], + "default_state_id": 12734, + "states": [ { "id": 12734, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 653, + "name": "gray_concrete", + "translation_key": "block.minecraft.gray_concrete", + "item_id": 561, + "properties": [], + "default_state_id": 12735, + "states": [ { "id": 12735, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 716, - "name": "dead_fire_coral_wall_fan", - "translation_key": "block.minecraft.dead_fire_coral_wall_fan", - "item_id": 595, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], + "id": 654, + "name": "light_gray_concrete", + "translation_key": "block.minecraft.light_gray_concrete", + "item_id": 562, + "properties": [], "default_state_id": 12736, "states": [ { "id": 12736, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 655, + "name": "cyan_concrete", + "translation_key": "block.minecraft.cyan_concrete", + "item_id": 563, + "properties": [], + "default_state_id": 12737, + "states": [ { "id": 12737, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 656, + "name": "purple_concrete", + "translation_key": "block.minecraft.purple_concrete", + "item_id": 564, + "properties": [], + "default_state_id": 12738, + "states": [ { "id": 12738, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 657, + "name": "blue_concrete", + "translation_key": "block.minecraft.blue_concrete", + "item_id": 565, + "properties": [], + "default_state_id": 12739, + "states": [ { "id": 12739, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 658, + "name": "brown_concrete", + "translation_key": "block.minecraft.brown_concrete", + "item_id": 566, + "properties": [], + "default_state_id": 12740, + "states": [ { "id": 12740, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 659, + "name": "green_concrete", + "translation_key": "block.minecraft.green_concrete", + "item_id": 567, + "properties": [], + "default_state_id": 12741, + "states": [ { "id": 12741, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 660, + "name": "red_concrete", + "translation_key": "block.minecraft.red_concrete", + "item_id": 568, + "properties": [], + "default_state_id": 12742, + "states": [ { "id": 12742, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 661, + "name": "black_concrete", + "translation_key": "block.minecraft.black_concrete", + "item_id": 569, + "properties": [], + "default_state_id": 12743, + "states": [ { "id": 12743, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 717, - "name": "dead_horn_coral_wall_fan", - "translation_key": "block.minecraft.dead_horn_coral_wall_fan", - "item_id": 596, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], + "id": 662, + "name": "white_concrete_powder", + "translation_key": "block.minecraft.white_concrete_powder", + "item_id": 570, + "properties": [], "default_state_id": 12744, "states": [ { "id": 12744, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 663, + "name": "orange_concrete_powder", + "translation_key": "block.minecraft.orange_concrete_powder", + "item_id": 571, + "properties": [], + "default_state_id": 12745, + "states": [ { "id": 12745, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 664, + "name": "magenta_concrete_powder", + "translation_key": "block.minecraft.magenta_concrete_powder", + "item_id": 572, + "properties": [], + "default_state_id": 12746, + "states": [ { "id": 12746, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 665, + "name": "light_blue_concrete_powder", + "translation_key": "block.minecraft.light_blue_concrete_powder", + "item_id": 573, + "properties": [], + "default_state_id": 12747, + "states": [ { "id": 12747, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 666, + "name": "yellow_concrete_powder", + "translation_key": "block.minecraft.yellow_concrete_powder", + "item_id": 574, + "properties": [], + "default_state_id": 12748, + "states": [ { "id": 12748, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 667, + "name": "lime_concrete_powder", + "translation_key": "block.minecraft.lime_concrete_powder", + "item_id": 575, + "properties": [], + "default_state_id": 12749, + "states": [ { "id": 12749, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 668, + "name": "pink_concrete_powder", + "translation_key": "block.minecraft.pink_concrete_powder", + "item_id": 576, + "properties": [], + "default_state_id": 12750, + "states": [ { "id": 12750, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 669, + "name": "gray_concrete_powder", + "translation_key": "block.minecraft.gray_concrete_powder", + "item_id": 577, + "properties": [], + "default_state_id": 12751, + "states": [ { "id": 12751, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ] } ] }, { - "id": 718, - "name": "tube_coral_wall_fan", - "translation_key": "block.minecraft.tube_coral_wall_fan", - "item_id": 587, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], + "id": 670, + "name": "light_gray_concrete_powder", + "translation_key": "block.minecraft.light_gray_concrete_powder", + "item_id": 578, + "properties": [], "default_state_id": 12752, "states": [ { "id": 12752, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 671, + "name": "cyan_concrete_powder", + "translation_key": "block.minecraft.cyan_concrete_powder", + "item_id": 579, + "properties": [], + "default_state_id": 12753, + "states": [ { "id": 12753, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 672, + "name": "purple_concrete_powder", + "translation_key": "block.minecraft.purple_concrete_powder", + "item_id": 580, + "properties": [], + "default_state_id": 12754, + "states": [ { "id": 12754, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 673, + "name": "blue_concrete_powder", + "translation_key": "block.minecraft.blue_concrete_powder", + "item_id": 581, + "properties": [], + "default_state_id": 12755, + "states": [ { "id": 12755, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 674, + "name": "brown_concrete_powder", + "translation_key": "block.minecraft.brown_concrete_powder", + "item_id": 582, + "properties": [], + "default_state_id": 12756, + "states": [ { "id": 12756, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 675, + "name": "green_concrete_powder", + "translation_key": "block.minecraft.green_concrete_powder", + "item_id": 583, + "properties": [], + "default_state_id": 12757, + "states": [ { "id": 12757, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 676, + "name": "red_concrete_powder", + "translation_key": "block.minecraft.red_concrete_powder", + "item_id": 584, + "properties": [], + "default_state_id": 12758, + "states": [ { "id": 12758, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 677, + "name": "black_concrete_powder", + "translation_key": "block.minecraft.black_concrete_powder", + "item_id": 585, + "properties": [], + "default_state_id": 12759, + "states": [ { "id": 12759, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 0 + ] } ] }, { - "id": 719, - "name": "brain_coral_wall_fan", - "translation_key": "block.minecraft.brain_coral_wall_fan", - "item_id": 588, + "id": 678, + "name": "kelp", + "translation_key": "block.minecraft.kelp", + "item_id": 243, "properties": [ { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "waterlogged", + "name": "age", "values": [ - "true", - "false" + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" ] } ], @@ -146434,34 +146194,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [] - } - ] - }, - { - "id": 720, - "name": "bubble_coral_wall_fan", - "translation_key": "block.minecraft.bubble_coral_wall_fan", - "item_id": 589, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12768, - "states": [ { "id": 12768, "luminance": 0, @@ -146525,34 +146258,7 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [] - } - ] - }, - { - "id": 721, - "name": "fire_coral_wall_fan", - "translation_key": "block.minecraft.fire_coral_wall_fan", - "item_id": 590, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12776, - "states": [ { "id": 12776, "luminance": 0, @@ -146616,14320 +146322,44808 @@ "replaceable": false, "blocks_motion": false, "collision_shapes": [] + }, + { + "id": 12784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] } ] }, { - "id": 722, - "name": "horn_coral_wall_fan", - "translation_key": "block.minecraft.horn_coral_wall_fan", - "item_id": 591, + "id": 679, + "name": "kelp_plant", + "translation_key": "block.minecraft.kelp_plant", + "item_id": 0, + "properties": [], + "default_state_id": 12786, + "states": [ + { + "id": 12786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 680, + "name": "dried_kelp_block", + "translation_key": "block.minecraft.dried_kelp_block", + "item_id": 920, + "properties": [], + "default_state_id": 12787, + "states": [ + { + "id": 12787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 681, + "name": "turtle_egg", + "translation_key": "block.minecraft.turtle_egg", + "item_id": 586, "properties": [ { - "name": "facing", + "name": "eggs", "values": [ - "north", - "south", - "west", - "east" + "1", + "2", + "3", + "4" ] }, { - "name": "waterlogged", + "name": "hatch", "values": [ - "true", - "false" + "0", + "1", + "2" ] } ], - "default_state_id": 12784, + "default_state_id": 12788, "states": [ { - "id": 12784, + "id": 12788, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 222 + ] }, { - "id": 12785, + "id": 12789, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 222 + ] }, { - "id": 12786, + "id": 12790, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 222 + ] }, { - "id": 12787, + "id": 12791, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + }, + { + "id": 12799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 223 + ] + } + ] + }, + { + "id": 682, + "name": "sniffer_egg", + "translation_key": "block.minecraft.sniffer_egg", + "item_id": 587, + "properties": [ + { + "name": "hatch", + "values": [ + "0", + "1", + "2" + ] + } + ], + "default_state_id": 12800, + "states": [ + { + "id": 12800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 224 + ] + }, + { + "id": 12801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 224 + ] + }, + { + "id": 12802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 224 + ] + } + ] + }, + { + "id": 683, + "name": "dead_tube_coral_block", + "translation_key": "block.minecraft.dead_tube_coral_block", + "item_id": 588, + "properties": [], + "default_state_id": 12803, + "states": [ + { + "id": 12803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 684, + "name": "dead_brain_coral_block", + "translation_key": "block.minecraft.dead_brain_coral_block", + "item_id": 589, + "properties": [], + "default_state_id": 12804, + "states": [ + { + "id": 12804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 685, + "name": "dead_bubble_coral_block", + "translation_key": "block.minecraft.dead_bubble_coral_block", + "item_id": 590, + "properties": [], + "default_state_id": 12805, + "states": [ + { + "id": 12805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 686, + "name": "dead_fire_coral_block", + "translation_key": "block.minecraft.dead_fire_coral_block", + "item_id": 591, + "properties": [], + "default_state_id": 12806, + "states": [ + { + "id": 12806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 687, + "name": "dead_horn_coral_block", + "translation_key": "block.minecraft.dead_horn_coral_block", + "item_id": 592, + "properties": [], + "default_state_id": 12807, + "states": [ + { + "id": 12807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 688, + "name": "tube_coral_block", + "translation_key": "block.minecraft.tube_coral_block", + "item_id": 593, + "properties": [], + "default_state_id": 12808, + "states": [ + { + "id": 12808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 689, + "name": "brain_coral_block", + "translation_key": "block.minecraft.brain_coral_block", + "item_id": 594, + "properties": [], + "default_state_id": 12809, + "states": [ + { + "id": 12809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 690, + "name": "bubble_coral_block", + "translation_key": "block.minecraft.bubble_coral_block", + "item_id": 595, + "properties": [], + "default_state_id": 12810, + "states": [ + { + "id": 12810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 691, + "name": "fire_coral_block", + "translation_key": "block.minecraft.fire_coral_block", + "item_id": 596, + "properties": [], + "default_state_id": 12811, + "states": [ + { + "id": 12811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 692, + "name": "horn_coral_block", + "translation_key": "block.minecraft.horn_coral_block", + "item_id": 597, + "properties": [], + "default_state_id": 12812, + "states": [ + { + "id": 12812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 693, + "name": "dead_tube_coral", + "translation_key": "block.minecraft.dead_tube_coral", + "item_id": 607, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12813, + "states": [ + { + "id": 12813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 694, + "name": "dead_brain_coral", + "translation_key": "block.minecraft.dead_brain_coral", + "item_id": 603, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12815, + "states": [ + { + "id": 12815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 695, + "name": "dead_bubble_coral", + "translation_key": "block.minecraft.dead_bubble_coral", + "item_id": 604, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12817, + "states": [ + { + "id": 12817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 696, + "name": "dead_fire_coral", + "translation_key": "block.minecraft.dead_fire_coral", + "item_id": 605, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12819, + "states": [ + { + "id": 12819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 697, + "name": "dead_horn_coral", + "translation_key": "block.minecraft.dead_horn_coral", + "item_id": 606, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12821, + "states": [ + { + "id": 12821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 698, + "name": "tube_coral", + "translation_key": "block.minecraft.tube_coral", + "item_id": 598, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12823, + "states": [ + { + "id": 12823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 699, + "name": "brain_coral", + "translation_key": "block.minecraft.brain_coral", + "item_id": 599, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12825, + "states": [ + { + "id": 12825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 700, + "name": "bubble_coral", + "translation_key": "block.minecraft.bubble_coral", + "item_id": 600, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12827, + "states": [ + { + "id": 12827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 701, + "name": "fire_coral", + "translation_key": "block.minecraft.fire_coral", + "item_id": 601, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12829, + "states": [ + { + "id": 12829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 702, + "name": "horn_coral", + "translation_key": "block.minecraft.horn_coral", + "item_id": 602, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12831, + "states": [ + { + "id": 12831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 703, + "name": "dead_tube_coral_fan", + "translation_key": "block.minecraft.dead_tube_coral_fan", + "item_id": 613, + "wall_variant_id": 713, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12833, + "states": [ + { + "id": 12833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 704, + "name": "dead_brain_coral_fan", + "translation_key": "block.minecraft.dead_brain_coral_fan", + "item_id": 614, + "wall_variant_id": 714, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12835, + "states": [ + { + "id": 12835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 705, + "name": "dead_bubble_coral_fan", + "translation_key": "block.minecraft.dead_bubble_coral_fan", + "item_id": 615, + "wall_variant_id": 715, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12837, + "states": [ + { + "id": 12837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 706, + "name": "dead_fire_coral_fan", + "translation_key": "block.minecraft.dead_fire_coral_fan", + "item_id": 616, + "wall_variant_id": 716, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12839, + "states": [ + { + "id": 12839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 707, + "name": "dead_horn_coral_fan", + "translation_key": "block.minecraft.dead_horn_coral_fan", + "item_id": 617, + "wall_variant_id": 717, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12841, + "states": [ + { + "id": 12841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 708, + "name": "tube_coral_fan", + "translation_key": "block.minecraft.tube_coral_fan", + "item_id": 608, + "wall_variant_id": 718, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12843, + "states": [ + { + "id": 12843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 709, + "name": "brain_coral_fan", + "translation_key": "block.minecraft.brain_coral_fan", + "item_id": 609, + "wall_variant_id": 719, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12845, + "states": [ + { + "id": 12845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 710, + "name": "bubble_coral_fan", + "translation_key": "block.minecraft.bubble_coral_fan", + "item_id": 610, + "wall_variant_id": 720, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12847, + "states": [ + { + "id": 12847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 711, + "name": "fire_coral_fan", + "translation_key": "block.minecraft.fire_coral_fan", + "item_id": 611, + "wall_variant_id": 721, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12849, + "states": [ + { + "id": 12849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 712, + "name": "horn_coral_fan", + "translation_key": "block.minecraft.horn_coral_fan", + "item_id": 612, + "wall_variant_id": 722, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12851, + "states": [ + { + "id": 12851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 713, + "name": "dead_tube_coral_wall_fan", + "translation_key": "block.minecraft.dead_tube_coral_wall_fan", + "item_id": 613, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12853, + "states": [ + { + "id": 12853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 714, + "name": "dead_brain_coral_wall_fan", + "translation_key": "block.minecraft.dead_brain_coral_wall_fan", + "item_id": 614, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12861, + "states": [ + { + "id": 12861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 715, + "name": "dead_bubble_coral_wall_fan", + "translation_key": "block.minecraft.dead_bubble_coral_wall_fan", + "item_id": 615, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12869, + "states": [ + { + "id": 12869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 716, + "name": "dead_fire_coral_wall_fan", + "translation_key": "block.minecraft.dead_fire_coral_wall_fan", + "item_id": 616, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12877, + "states": [ + { + "id": 12877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 717, + "name": "dead_horn_coral_wall_fan", + "translation_key": "block.minecraft.dead_horn_coral_wall_fan", + "item_id": 617, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12885, + "states": [ + { + "id": 12885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 12892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + } + ] + }, + { + "id": 718, + "name": "tube_coral_wall_fan", + "translation_key": "block.minecraft.tube_coral_wall_fan", + "item_id": 608, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12893, + "states": [ + { + "id": 12893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 719, + "name": "brain_coral_wall_fan", + "translation_key": "block.minecraft.brain_coral_wall_fan", + "item_id": 609, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12901, + "states": [ + { + "id": 12901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 720, + "name": "bubble_coral_wall_fan", + "translation_key": "block.minecraft.bubble_coral_wall_fan", + "item_id": 610, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12909, + "states": [ + { + "id": 12909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 721, + "name": "fire_coral_wall_fan", + "translation_key": "block.minecraft.fire_coral_wall_fan", + "item_id": 611, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12917, + "states": [ + { + "id": 12917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 722, + "name": "horn_coral_wall_fan", + "translation_key": "block.minecraft.horn_coral_wall_fan", + "item_id": 612, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12925, + "states": [ + { + "id": 12925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 723, + "name": "sea_pickle", + "translation_key": "block.minecraft.sea_pickle", + "item_id": 200, + "properties": [ + { + "name": "pickles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12933, + "states": [ + { + "id": 12933, + "luminance": 6, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 225 + ] + }, + { + "id": 12934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 225 + ] + }, + { + "id": 12935, + "luminance": 9, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 226 + ] + }, + { + "id": 12936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 226 + ] + }, + { + "id": 12937, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 227 + ] + }, + { + "id": 12938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 227 + ] + }, + { + "id": 12939, + "luminance": 15, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 228 + ] + }, + { + "id": 12940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 228 + ] + } + ] + }, + { + "id": 724, + "name": "blue_ice", + "translation_key": "block.minecraft.blue_ice", + "item_id": 618, + "properties": [], + "default_state_id": 12941, + "states": [ + { + "id": 12941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 725, + "name": "conduit", + "translation_key": "block.minecraft.conduit", + "item_id": 619, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12942, + "states": [ + { + "id": 12942, + "luminance": 15, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 229 + ], + "block_entity_type": 25 + }, + { + "id": 12943, + "luminance": 15, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 229 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 726, + "name": "bamboo_sapling", + "translation_key": "block.minecraft.bamboo_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 12944, + "states": [ + { + "id": 12944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 727, + "name": "bamboo", + "translation_key": "block.minecraft.bamboo", + "item_id": 250, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1" + ] + }, + { + "name": "leaves", + "values": [ + "none", + "small", + "large" + ] + }, + { + "name": "stage", + "values": [ + "0", + "1" + ] + } + ], + "default_state_id": 12945, + "states": [ + { + "id": 12945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + }, + { + "id": 12956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 230 + ] + } + ] + }, + { + "id": 728, + "name": "potted_bamboo", + "translation_key": "block.minecraft.potted_bamboo", + "item_id": 0, + "properties": [], + "default_state_id": 12957, + "states": [ + { + "id": 12957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 729, + "name": "void_air", + "translation_key": "block.minecraft.void_air", + "item_id": 0, + "properties": [], + "default_state_id": 12958, + "states": [ + { + "id": 12958, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 730, + "name": "cave_air", + "translation_key": "block.minecraft.cave_air", + "item_id": 0, + "properties": [], + "default_state_id": 12959, + "states": [ + { + "id": 12959, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 731, + "name": "bubble_column", + "translation_key": "block.minecraft.bubble_column", + "item_id": 0, + "properties": [ + { + "name": "drag", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12960, + "states": [ + { + "id": 12960, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 12961, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 732, + "name": "polished_granite_stairs", + "translation_key": "block.minecraft.polished_granite_stairs", + "item_id": 620, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 12973, + "states": [ + { + "id": 12962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 12963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 12964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 12973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 12974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 12983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 12984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 12993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 12994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 12999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 733, + "name": "smooth_red_sandstone_stairs", + "translation_key": "block.minecraft.smooth_red_sandstone_stairs", + "item_id": 621, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13053, + "states": [ + { + "id": 13042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 734, + "name": "mossy_stone_brick_stairs", + "translation_key": "block.minecraft.mossy_stone_brick_stairs", + "item_id": 622, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13133, + "states": [ + { + "id": 13122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 735, + "name": "polished_diorite_stairs", + "translation_key": "block.minecraft.polished_diorite_stairs", + "item_id": 623, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13213, + "states": [ + { + "id": 13202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 736, + "name": "mossy_cobblestone_stairs", + "translation_key": "block.minecraft.mossy_cobblestone_stairs", + "item_id": 624, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13293, + "states": [ + { + "id": 13282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 737, + "name": "end_stone_brick_stairs", + "translation_key": "block.minecraft.end_stone_brick_stairs", + "item_id": 625, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13373, + "states": [ + { + "id": 13362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 738, + "name": "stone_stairs", + "translation_key": "block.minecraft.stone_stairs", + "item_id": 626, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13453, + "states": [ + { + "id": 13442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 739, + "name": "smooth_sandstone_stairs", + "translation_key": "block.minecraft.smooth_sandstone_stairs", + "item_id": 627, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13533, + "states": [ + { + "id": 13522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 740, + "name": "smooth_quartz_stairs", + "translation_key": "block.minecraft.smooth_quartz_stairs", + "item_id": 628, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13613, + "states": [ + { + "id": 13602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 741, + "name": "granite_stairs", + "translation_key": "block.minecraft.granite_stairs", + "item_id": 629, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13693, + "states": [ + { + "id": 13682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 742, + "name": "andesite_stairs", + "translation_key": "block.minecraft.andesite_stairs", + "item_id": 630, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13773, + "states": [ + { + "id": 13762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 743, + "name": "red_nether_brick_stairs", + "translation_key": "block.minecraft.red_nether_brick_stairs", + "item_id": 631, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13853, + "states": [ + { + "id": 13842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 744, + "name": "polished_andesite_stairs", + "translation_key": "block.minecraft.polished_andesite_stairs", + "item_id": 632, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 13933, + "states": [ + { + "id": 13922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 745, + "name": "diorite_stairs", + "translation_key": "block.minecraft.diorite_stairs", + "item_id": 633, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14013, + "states": [ + { + "id": 14002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 746, + "name": "polished_granite_slab", + "translation_key": "block.minecraft.polished_granite_slab", + "item_id": 638, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14085, + "states": [ + { + "id": 14082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 747, + "name": "smooth_red_sandstone_slab", + "translation_key": "block.minecraft.smooth_red_sandstone_slab", + "item_id": 639, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14091, + "states": [ + { + "id": 14088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 748, + "name": "mossy_stone_brick_slab", + "translation_key": "block.minecraft.mossy_stone_brick_slab", + "item_id": 640, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14097, + "states": [ + { + "id": 14094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 749, + "name": "polished_diorite_slab", + "translation_key": "block.minecraft.polished_diorite_slab", + "item_id": 641, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14103, + "states": [ + { + "id": 14100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 750, + "name": "mossy_cobblestone_slab", + "translation_key": "block.minecraft.mossy_cobblestone_slab", + "item_id": 642, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14109, + "states": [ + { + "id": 14106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 751, + "name": "end_stone_brick_slab", + "translation_key": "block.minecraft.end_stone_brick_slab", + "item_id": 643, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14115, + "states": [ + { + "id": 14112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 752, + "name": "smooth_sandstone_slab", + "translation_key": "block.minecraft.smooth_sandstone_slab", + "item_id": 644, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14121, + "states": [ + { + "id": 14118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 753, + "name": "smooth_quartz_slab", + "translation_key": "block.minecraft.smooth_quartz_slab", + "item_id": 645, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14127, + "states": [ + { + "id": 14124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 754, + "name": "granite_slab", + "translation_key": "block.minecraft.granite_slab", + "item_id": 646, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14133, + "states": [ + { + "id": 14130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 755, + "name": "andesite_slab", + "translation_key": "block.minecraft.andesite_slab", + "item_id": 647, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14139, + "states": [ + { + "id": 14136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 756, + "name": "red_nether_brick_slab", + "translation_key": "block.minecraft.red_nether_brick_slab", + "item_id": 648, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14145, + "states": [ + { + "id": 14142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 757, + "name": "polished_andesite_slab", + "translation_key": "block.minecraft.polished_andesite_slab", + "item_id": 649, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14151, + "states": [ + { + "id": 14148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 758, + "name": "diorite_slab", + "translation_key": "block.minecraft.diorite_slab", + "item_id": 650, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 14157, + "states": [ + { + "id": 14154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 759, + "name": "brick_wall", + "translation_key": "block.minecraft.brick_wall", + "item_id": 398, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 14163, + "states": [ + { + "id": 14160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 760, + "name": "prismarine_wall", + "translation_key": "block.minecraft.prismarine_wall", + "item_id": 399, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 14487, + "states": [ + { + "id": 14484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 761, + "name": "red_sandstone_wall", + "translation_key": "block.minecraft.red_sandstone_wall", + "item_id": 400, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 14811, + "states": [ + { + "id": 14808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 14818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 762, + "name": "mossy_stone_brick_wall", + "translation_key": "block.minecraft.mossy_stone_brick_wall", + "item_id": 401, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 15135, + "states": [ + { + "id": 15132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 15139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 15142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] }, { - "id": 12788, + "id": 15260, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] }, { - "id": 12789, + "id": 15261, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 + ] }, { - "id": 12790, + "id": 15262, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 + ] }, { - "id": 12791, + "id": 15263, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 723, - "name": "sea_pickle", - "translation_key": "block.minecraft.sea_pickle", - "item_id": 179, - "properties": [ - { - "name": "pickles", - "values": [ - "1", - "2", - "3", - "4" + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12792, - "states": [ - { - "id": 12792, - "luminance": 6, - "opaque": false, + "id": 15264, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 225 + 140, + 145, + 152 ] }, { - "id": 12793, + "id": 15265, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 225 + 153, + 142, + 143, + 145 ] }, { - "id": 12794, - "luminance": 9, - "opaque": false, + "id": 15266, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 226 + 153, + 142, + 143, + 145 ] }, { - "id": 12795, + "id": 15267, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 226 + 140, + 145, + 152 ] }, { - "id": 12796, - "luminance": 12, - "opaque": false, + "id": 15268, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 227 + 153, + 142, + 143, + 145 ] }, { - "id": 12797, + "id": 15269, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 227 + 153, + 142, + 143, + 145 ] }, { - "id": 12798, - "luminance": 15, - "opaque": false, + "id": 15270, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 228 + 146, + 155 ] }, { - "id": 12799, + "id": 15271, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 228 + 153, + 147 ] - } - ] - }, - { - "id": 724, - "name": "blue_ice", - "translation_key": "block.minecraft.blue_ice", - "item_id": 597, - "properties": [], - "default_state_id": 12800, - "states": [ + }, { - "id": 12800, + "id": 15272, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 725, - "name": "conduit", - "translation_key": "block.minecraft.conduit", - "item_id": 598, - "properties": [ - { - "name": "waterlogged", - "values": [ - "true", - "false" + 153, + 147 ] - } - ], - "default_state_id": 12801, - "states": [ + }, { - "id": 12801, - "luminance": 15, - "opaque": false, + "id": 15273, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 229 - ], - "block_entity_type": 25 + 146, + 155 + ] }, { - "id": 12802, - "luminance": 15, - "opaque": false, + "id": 15274, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 229 - ], - "block_entity_type": 25 - } - ] - }, - { - "id": 726, - "name": "bamboo_sapling", - "translation_key": "block.minecraft.bamboo_sapling", - "item_id": 0, - "properties": [], - "default_state_id": 12803, - "states": [ + 153, + 147 + ] + }, { - "id": 12803, + "id": 15275, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 727, - "name": "bamboo", - "translation_key": "block.minecraft.bamboo", - "item_id": 229, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1" + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "leaves", - "values": [ - "none", - "small", - "large" + "id": 15276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 ] }, { - "name": "stage", - "values": [ - "0", - "1" - ] - } - ], - "default_state_id": 12804, - "states": [ - { - "id": 12804, + "id": 15277, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 142, + 143, + 148 ] }, { - "id": 12805, + "id": 15278, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 142, + 143, + 148 ] }, { - "id": 12806, + "id": 15279, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 140, + 148, + 152 ] }, { - "id": 12807, + "id": 15280, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 142, + 143, + 148 ] }, { - "id": 12808, + "id": 15281, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 142, + 143, + 148 ] }, { - "id": 12809, + "id": 15282, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 149, + 155 ] }, { - "id": 12810, + "id": 15283, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 150 ] }, { - "id": 12811, + "id": 15284, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 150 ] }, { - "id": 12812, + "id": 15285, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 149, + 155 ] }, { - "id": 12813, + "id": 15286, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 150 ] }, { - "id": 12814, + "id": 15287, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 153, + 150 ] }, { - "id": 12815, + "id": 15288, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 230 + 140, + 148, + 145, + 152 ] - } - ] - }, - { - "id": 728, - "name": "potted_bamboo", - "translation_key": "block.minecraft.potted_bamboo", - "item_id": 0, - "properties": [], - "default_state_id": 12816, - "states": [ + }, { - "id": 12816, + "id": 15289, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 156 + 153, + 142, + 143, + 148, + 145 ] - } - ] - }, - { - "id": 729, - "name": "void_air", - "translation_key": "block.minecraft.void_air", - "item_id": 0, - "properties": [], - "default_state_id": 12817, - "states": [ - { - "id": 12817, - "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 730, - "name": "cave_air", - "translation_key": "block.minecraft.cave_air", - "item_id": 0, - "properties": [], - "default_state_id": 12818, - "states": [ + }, { - "id": 12818, + "id": 15290, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 731, - "name": "bubble_column", - "translation_key": "block.minecraft.bubble_column", - "item_id": 0, - "properties": [ - { - "name": "drag", - "values": [ - "true", - "false" + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 ] - } - ], - "default_state_id": 12819, - "states": [ + }, { - "id": 12819, + "id": 15291, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] }, { - "id": 12820, + "id": 15292, "luminance": 0, - "opaque": false, - "replaceable": true, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 732, - "name": "polished_granite_stairs", - "translation_key": "block.minecraft.polished_granite_stairs", - "item_id": 599, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 ] }, { - "name": "half", - "values": [ - "top", - "bottom" + "id": 15293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 15294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 15295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 ] - } - ], - "default_state_id": 12832, - "states": [ + }, { - "id": 12821, + "id": 15296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150, + 147 ] }, { - "id": 12822, + "id": 15297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 151, + 155 ] }, { - "id": 12823, + "id": 15298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 12824, + "id": 15299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 12825, + "id": 15300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 12826, + "id": 15301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12827, + "id": 15302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12828, + "id": 15303, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 12829, + "id": 15304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12830, + "id": 15305, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12831, + "id": 15306, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 12832, + "id": 15307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150, + 147 ] }, { - "id": 12833, + "id": 15308, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 12834, + "id": 15309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 151, + 155 ] }, { - "id": 12835, + "id": 15310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 12836, + "id": 15311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 12837, + "id": 15312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 152 ] }, { - "id": 12838, + "id": 15313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 12839, + "id": 15314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 12840, + "id": 15315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 152 ] }, { - "id": 12841, + "id": 15316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 12842, + "id": 15317, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 12843, + "id": 15318, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 149, + 155 ] }, { - "id": 12844, + "id": 15319, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 12845, + "id": 15320, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150 ] }, { - "id": 12846, + "id": 15321, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 149, + 155 ] }, { - "id": 12847, + "id": 15322, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 12848, + "id": 15323, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 12849, + "id": 15324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 12850, + "id": 15325, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12851, + "id": 15326, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12852, + "id": 15327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 12853, + "id": 15328, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12854, + "id": 15329, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12855, + "id": 15330, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 151, + 155 ] }, { - "id": 12856, + "id": 15331, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 12857, + "id": 15332, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 12858, + "id": 15333, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151, + 155 ] }, { - "id": 12859, + "id": 15334, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 12860, + "id": 15335, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 12861, + "id": 15336, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 12862, + "id": 15337, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12863, + "id": 15338, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12864, + "id": 15339, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 12865, + "id": 15340, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12866, + "id": 15341, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12867, + "id": 15342, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 12868, + "id": 15343, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 12869, + "id": 15344, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 12870, + "id": 15345, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 12871, + "id": 15346, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 12872, + "id": 15347, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 12873, + "id": 15348, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 152 ] }, { - "id": 12874, + "id": 15349, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 12875, + "id": 15350, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143 ] }, { - "id": 12876, + "id": 15351, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 152 ] }, { - "id": 12877, + "id": 15352, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 12878, + "id": 15353, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 12879, + "id": 15354, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 154 ] }, { - "id": 12880, + "id": 15355, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153 ] }, { - "id": 12881, + "id": 15356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153 ] }, { - "id": 12882, + "id": 15357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 154 ] }, { - "id": 12883, + "id": 15358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153 ] }, { - "id": 12884, + "id": 15359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153 ] }, { - "id": 12885, + "id": 15360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 145, + 152 ] }, { - "id": 12886, + "id": 15361, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 12887, + "id": 15362, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 12888, + "id": 15363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 145, + 152 ] }, { - "id": 12889, + "id": 15364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 12890, + "id": 15365, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 12891, + "id": 15366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 146, + 155 ] }, { - "id": 12892, + "id": 15367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 12893, + "id": 15368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 12894, + "id": 15369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 146, + 155 ] }, { - "id": 12895, + "id": 15370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 147 ] }, { - "id": 12896, + "id": 15371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 147 ] }, { - "id": 12897, + "id": 15372, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 145, + 152 ] }, { - "id": 12898, + "id": 15373, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 12899, + "id": 15374, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 12900, + "id": 15375, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 733, - "name": "smooth_red_sandstone_stairs", - "translation_key": "block.minecraft.smooth_red_sandstone_stairs", - "item_id": 600, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 140, + 145, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 12912, - "states": [ - { - "id": 12901, + "id": 15376, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 12902, + "id": 15377, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 12903, + "id": 15378, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 146, + 155 ] }, { - "id": 12904, + "id": 15379, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 12905, + "id": 15380, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 147 ] }, { - "id": 12906, + "id": 15381, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 146, + 155 ] }, { - "id": 12907, + "id": 15382, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 12908, + "id": 15383, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 12909, + "id": 15384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 152 ] }, { - "id": 12910, + "id": 15385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 12911, + "id": 15386, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 12912, + "id": 15387, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 140, + 148, + 152 ] }, { - "id": 12913, + "id": 15388, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 12914, + "id": 15389, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 12915, + "id": 15390, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 149, + 155 ] }, { - "id": 12916, + "id": 15391, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150 ] }, { - "id": 12917, + "id": 15392, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150 ] }, { - "id": 12918, + "id": 15393, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 149, + 155 ] }, { - "id": 12919, + "id": 15394, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 12920, + "id": 15395, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 12921, + "id": 15396, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 145, + 152 ] }, { - "id": 12922, + "id": 15397, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12923, + "id": 15398, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12924, + "id": 15399, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 12925, + "id": 15400, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12926, + "id": 15401, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12927, + "id": 15402, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151, + 155 ] }, { - "id": 12928, + "id": 15403, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 12929, + "id": 15404, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 12930, + "id": 15405, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 12931, + "id": 15406, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150, + 147 ] }, { - "id": 12932, + "id": 15407, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150, + 147 ] }, { - "id": 12933, + "id": 15408, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 12934, + "id": 15409, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12935, + "id": 15410, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12936, + "id": 15411, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 12937, + "id": 15412, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12938, + "id": 15413, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12939, + "id": 15414, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 151, + 155 ] }, { - "id": 12940, + "id": 15415, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 12941, + "id": 15416, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150, + 147 ] }, { - "id": 12942, + "id": 15417, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 151, + 155 ] }, { - "id": 12943, + "id": 15418, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 12944, + "id": 15419, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 12945, + "id": 15420, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 152 ] }, { - "id": 12946, + "id": 15421, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 12947, + "id": 15422, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 12948, + "id": 15423, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 12949, + "id": 15424, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 12950, + "id": 15425, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 12951, + "id": 15426, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 149, + 155 ] }, { - "id": 12952, + "id": 15427, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150 ] }, { - "id": 12953, + "id": 15428, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150 ] }, { - "id": 12954, + "id": 15429, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 149, + 155 ] }, { - "id": 12955, + "id": 15430, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150 ] }, { - "id": 12956, + "id": 15431, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150 ] }, { - "id": 12957, + "id": 15432, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 12958, + "id": 15433, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12959, + "id": 15434, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12960, + "id": 15435, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 12961, + "id": 15436, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12962, + "id": 15437, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12963, + "id": 15438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151, + 155 ] }, { - "id": 12964, + "id": 15439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 12965, + "id": 15440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 12966, + "id": 15441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151, + 155 ] }, { - "id": 12967, + "id": 15442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 12968, + "id": 15443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 12969, + "id": 15444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 12970, + "id": 15445, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12971, + "id": 15446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12972, + "id": 15447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 12973, + "id": 15448, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12974, + "id": 15449, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 12975, + "id": 15450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151, + 155 ] }, { - "id": 12976, + "id": 15451, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 12977, + "id": 15452, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150, + 147 ] }, { - "id": 12978, + "id": 15453, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151, + 155 ] }, { - "id": 12979, + "id": 15454, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 12980, + "id": 15455, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] } ] }, { - "id": 734, - "name": "mossy_stone_brick_stairs", - "translation_key": "block.minecraft.mossy_stone_brick_stairs", - "item_id": 601, + "id": 763, + "name": "granite_wall", + "translation_key": "block.minecraft.granite_wall", + "item_id": 402, "properties": [ { - "name": "facing", + "name": "east", "values": [ - "north", - "south", - "west", - "east" + "none", + "low", + "tall" ] }, { - "name": "half", + "name": "north", "values": [ - "top", - "bottom" + "none", + "low", + "tall" ] }, { - "name": "shape", + "name": "south", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "none", + "low", + "tall" ] }, { - "name": "waterlogged", + "name": "up", "values": [ "true", "false" ] - } - ], - "default_state_id": 12992, - "states": [ - { - "id": 12981, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] - }, - { - "id": 12982, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 42 - ] - }, - { - "id": 12983, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 - ] }, { - "id": 12984, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 43, - 44, - 45 + "name": "waterlogged", + "values": [ + "true", + "false" ] }, { - "id": 12985, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 41, - 46, - 47 + "name": "west", + "values": [ + "none", + "low", + "tall" ] - }, + } + ], + "default_state_id": 15459, + "states": [ { - "id": 12986, + "id": 15456, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140 ] }, { - "id": 12987, + "id": 15457, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 141, + 142, + 143 ] }, { - "id": 12988, + "id": 15458, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 141, + 142, + 143 ] }, { - "id": 12989, + "id": 15459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140 ] }, { - "id": 12990, + "id": 15460, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 141, + 142, + 143 ] }, { - "id": 12991, + "id": 15461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 141, + 142, + 143 ] }, { - "id": 12992, + "id": 15462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52 - ] + "collision_shapes": [] }, { - "id": 12993, + "id": 15463, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 144 ] }, { - "id": 12994, + "id": 15464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 144 ] }, { - "id": 12995, + "id": 15465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [] }, { - "id": 12996, + "id": 15466, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 144 ] }, { - "id": 12997, + "id": 15467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144 ] }, { - "id": 12998, + "id": 15468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 145 ] }, { - "id": 12999, + "id": 15469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13000, + "id": 15470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13001, + "id": 15471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 145 ] }, { - "id": 13002, + "id": 15472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 141, + 142, + 143, + 145 ] }, { - "id": 13003, + "id": 15473, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 145 ] }, { - "id": 13004, + "id": 15474, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 146 ] }, { - "id": 13005, + "id": 15475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 147 ] }, { - "id": 13006, + "id": 15476, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 147 ] }, { - "id": 13007, + "id": 15477, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 146 ] }, { - "id": 13008, + "id": 15478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 144, + 147 ] }, { - "id": 13009, + "id": 15479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 147 ] }, { - "id": 13010, + "id": 15480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 145 ] }, { - "id": 13011, + "id": 15481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 141, + 142, + 143, + 145 ] }, { - "id": 13012, + "id": 15482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 141, + 142, + 143, + 145 ] }, { - "id": 13013, + "id": 15483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 145 ] }, { - "id": 13014, + "id": 15484, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13015, + "id": 15485, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13016, + "id": 15486, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 146 ] }, { - "id": 13017, + "id": 15487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 144, + 147 ] }, { - "id": 13018, + "id": 15488, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 144, + 147 ] }, { - "id": 13019, + "id": 15489, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 146 ] }, { - "id": 13020, + "id": 15490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 144, + 147 ] }, { - "id": 13021, + "id": 15491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 144, + 147 ] }, { - "id": 13022, + "id": 15492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148 ] }, { - "id": 13023, + "id": 15493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 13024, + "id": 15494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 13025, + "id": 15495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148 ] }, { - "id": 13026, + "id": 15496, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13027, + "id": 15497, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13028, + "id": 15498, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 149 ] }, { - "id": 13029, + "id": 15499, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 144, + 150 ] }, { - "id": 13030, + "id": 15500, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 144, + 150 ] }, { - "id": 13031, + "id": 15501, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 149 ] }, { - "id": 13032, + "id": 15502, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 144, + 150 ] }, { - "id": 13033, + "id": 15503, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150 ] }, { - "id": 13034, + "id": 15504, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145 ] }, { - "id": 13035, + "id": 15505, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13036, + "id": 15506, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13037, + "id": 15507, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145 ] }, { - "id": 13038, + "id": 15508, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13039, + "id": 15509, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13040, + "id": 15510, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 151 ] }, { - "id": 13041, + "id": 15511, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 144, + 150, + 147 ] }, { - "id": 13042, + "id": 15512, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 144, + 150, + 147 ] }, { - "id": 13043, + "id": 15513, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151 ] }, { - "id": 13044, + "id": 15514, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 144, + 150, + 147 ] }, { - "id": 13045, + "id": 15515, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13046, + "id": 15516, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 148, + 145 ] }, { - "id": 13047, + "id": 15517, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13048, + "id": 15518, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13049, + "id": 15519, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13050, + "id": 15520, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13051, + "id": 15521, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13052, + "id": 15522, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 151 ] }, { - "id": 13053, + "id": 15523, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 13054, + "id": 15524, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 13055, + "id": 15525, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151 ] }, { - "id": 13056, + "id": 15526, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 13057, + "id": 15527, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150, + 147 ] }, { - "id": 13058, + "id": 15528, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148 ] }, { - "id": 13059, + "id": 15529, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13060, + "id": 15530, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 735, - "name": "polished_diorite_stairs", - "translation_key": "block.minecraft.polished_diorite_stairs", - "item_id": 602, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 141, + 142, + 143, + 148 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13072, - "states": [ - { - "id": 13061, + "id": 15531, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148 ] }, { - "id": 13062, + "id": 15532, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 141, + 142, + 143, + 148 ] }, { - "id": 13063, + "id": 15533, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13064, + "id": 15534, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 149 ] }, { - "id": 13065, + "id": 15535, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 144, + 150 ] }, { - "id": 13066, + "id": 15536, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 144, + 150 ] }, { - "id": 13067, + "id": 15537, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 149 ] }, { - "id": 13068, + "id": 15538, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 144, + 150 ] }, { - "id": 13069, + "id": 15539, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150 ] }, { - "id": 13070, + "id": 15540, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 145 ] }, { - "id": 13071, + "id": 15541, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13072, + "id": 15542, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13073, + "id": 15543, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13074, + "id": 15544, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13075, + "id": 15545, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13076, + "id": 15546, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 151 ] }, { - "id": 13077, + "id": 15547, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144, + 150, + 147 ] }, { - "id": 13078, + "id": 15548, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144, + 150, + 147 ] }, { - "id": 13079, + "id": 15549, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151 ] }, { - "id": 13080, + "id": 15550, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150, + 147 ] }, { - "id": 13081, + "id": 15551, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144, + 150, + 147 ] }, { - "id": 13082, + "id": 15552, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 145 ] }, { - "id": 13083, + "id": 15553, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13084, + "id": 15554, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13085, + "id": 15555, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145 ] }, { - "id": 13086, + "id": 15556, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13087, + "id": 15557, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13088, + "id": 15558, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151 ] }, { - "id": 13089, + "id": 15559, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 13090, + "id": 15560, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 13091, + "id": 15561, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 151 ] }, { - "id": 13092, + "id": 15562, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 144, + 150, + 147 ] }, { - "id": 13093, + "id": 15563, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 13094, + "id": 15564, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 152 ] }, { - "id": 13095, + "id": 15565, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13096, + "id": 15566, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13097, + "id": 15567, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 152 ] }, { - "id": 13098, + "id": 15568, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143 ] }, { - "id": 13099, + "id": 15569, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 13100, + "id": 15570, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 154 ] }, { - "id": 13101, + "id": 15571, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153 ] }, { - "id": 13102, + "id": 15572, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153 ] }, { - "id": 13103, + "id": 15573, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 154 ] }, { - "id": 13104, + "id": 15574, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153 ] }, { - "id": 13105, + "id": 15575, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153 ] }, { - "id": 13106, + "id": 15576, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 145, + 152 ] }, { - "id": 13107, + "id": 15577, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13108, + "id": 15578, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13109, + "id": 15579, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 145, + 152 ] }, { - "id": 13110, + "id": 15580, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13111, + "id": 15581, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13112, + "id": 15582, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 146, + 155 ] }, { - "id": 13113, + "id": 15583, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 147 ] }, { - "id": 13114, + "id": 15584, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 147 ] }, { - "id": 13115, + "id": 15585, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 146, + 155 ] }, { - "id": 13116, + "id": 15586, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 147 ] }, { - "id": 13117, + "id": 15587, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 147 ] }, { - "id": 13118, + "id": 15588, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 145, + 152 ] }, { - "id": 13119, + "id": 15589, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 13120, + "id": 15590, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 13121, + "id": 15591, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 145, + 152 ] }, { - "id": 13122, + "id": 15592, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13123, + "id": 15593, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 13124, + "id": 15594, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 146, + 155 ] }, { - "id": 13125, + "id": 15595, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 147 ] }, { - "id": 13126, + "id": 15596, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 147 ] }, { - "id": 13127, + "id": 15597, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 146, + 155 ] }, { - "id": 13128, + "id": 15598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 147 ] }, { - "id": 13129, + "id": 15599, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 13130, + "id": 15600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 152 ] }, { - "id": 13131, + "id": 15601, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148 ] }, { - "id": 13132, + "id": 15602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148 ] }, { - "id": 13133, + "id": 15603, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13134, + "id": 15604, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13135, + "id": 15605, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13136, + "id": 15606, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 149, + 155 ] }, { - "id": 13137, + "id": 15607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 13138, + "id": 15608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 13139, + "id": 15609, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 149, + 155 ] }, { - "id": 13140, + "id": 15610, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 736, - "name": "mossy_cobblestone_stairs", - "translation_key": "block.minecraft.mossy_cobblestone_stairs", - "item_id": 603, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 153, + 150 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13152, - "states": [ - { - "id": 13141, + "id": 15611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150 ] }, { - "id": 13142, + "id": 15612, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 13143, + "id": 15613, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13144, + "id": 15614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13145, + "id": 15615, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 13146, + "id": 15616, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13147, + "id": 15617, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13148, + "id": 15618, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 13149, + "id": 15619, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13150, + "id": 15620, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13151, + "id": 15621, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 13152, + "id": 15622, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150, + 147 ] }, { - "id": 13153, + "id": 15623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13154, + "id": 15624, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13155, + "id": 15625, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13156, + "id": 15626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13157, + "id": 15627, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 13158, + "id": 15628, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13159, + "id": 15629, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13160, + "id": 15630, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151, + 155 ] }, { - "id": 13161, + "id": 15631, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 150, + 147 ] }, { - "id": 13162, + "id": 15632, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 150, + 147 ] }, { - "id": 13163, + "id": 15633, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151, + 155 ] }, { - "id": 13164, + "id": 15634, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 13165, + "id": 15635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13166, + "id": 15636, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 152 ] }, { - "id": 13167, + "id": 15637, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13168, + "id": 15638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13169, + "id": 15639, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13170, + "id": 15640, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13171, + "id": 15641, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148 ] }, { - "id": 13172, + "id": 15642, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 149, + 155 ] }, { - "id": 13173, + "id": 15643, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150 ] }, { - "id": 13174, + "id": 15644, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150 ] }, { - "id": 13175, + "id": 15645, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 149, + 155 ] }, { - "id": 13176, + "id": 15646, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150 ] }, { - "id": 13177, + "id": 15647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150 ] }, { - "id": 13178, + "id": 15648, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13179, + "id": 15649, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13180, + "id": 15650, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13181, + "id": 15651, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 13182, + "id": 15652, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13183, + "id": 15653, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13184, + "id": 15654, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151, + 155 ] }, { - "id": 13185, + "id": 15655, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 13186, + "id": 15656, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 13187, + "id": 15657, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 13188, + "id": 15658, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13189, + "id": 15659, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13190, + "id": 15660, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13191, + "id": 15661, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13192, + "id": 15662, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13193, + "id": 15663, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13194, + "id": 15664, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13195, + "id": 15665, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13196, + "id": 15666, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 151, + 155 ] }, { - "id": 13197, + "id": 15667, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13198, + "id": 15668, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13199, + "id": 15669, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 151, + 155 ] }, { - "id": 13200, + "id": 15670, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150, + 147 ] }, { - "id": 13201, + "id": 15671, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150, + 147 ] }, { - "id": 13202, + "id": 15672, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 152 ] }, { - "id": 13203, + "id": 15673, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143 ] }, { - "id": 13204, + "id": 15674, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143 ] }, { - "id": 13205, + "id": 15675, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 152 ] }, { - "id": 13206, + "id": 15676, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143 ] }, { - "id": 13207, + "id": 15677, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13208, + "id": 15678, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 154 ] }, { - "id": 13209, + "id": 15679, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153 ] }, { - "id": 13210, + "id": 15680, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153 ] }, { - "id": 13211, + "id": 15681, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 154 ] }, { - "id": 13212, + "id": 15682, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153 ] }, { - "id": 13213, + "id": 15683, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153 ] }, { - "id": 13214, + "id": 15684, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 145, + 152 ] }, { - "id": 13215, + "id": 15685, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13216, + "id": 15686, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13217, + "id": 15687, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 145, + 152 ] }, { - "id": 13218, + "id": 15688, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13219, + "id": 15689, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13220, + "id": 15690, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 737, - "name": "end_stone_brick_stairs", - "translation_key": "block.minecraft.end_stone_brick_stairs", - "item_id": 604, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" + 146, + 155 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 15691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13232, - "states": [ - { - "id": 13221, + "id": 15692, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 147 ] }, { - "id": 13222, + "id": 15693, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 146, + 155 ] }, { - "id": 13223, + "id": 15694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 13224, + "id": 15695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 13225, + "id": 15696, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 145, + 152 ] }, { - "id": 13226, + "id": 15697, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 13227, + "id": 15698, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13228, + "id": 15699, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 145, + 152 ] }, { - "id": 13229, + "id": 15700, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13230, + "id": 15701, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13231, + "id": 15702, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 146, + 155 ] }, { - "id": 13232, + "id": 15703, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 147 ] }, { - "id": 13233, + "id": 15704, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 147 ] }, { - "id": 13234, + "id": 15705, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 146, + 155 ] }, { - "id": 13235, + "id": 15706, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 13236, + "id": 15707, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 13237, + "id": 15708, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 152 ] }, { - "id": 13238, + "id": 15709, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13239, + "id": 15710, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13240, + "id": 15711, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 152 ] }, { - "id": 13241, + "id": 15712, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 13242, + "id": 15713, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 13243, + "id": 15714, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 149, + 155 ] }, { - "id": 13244, + "id": 15715, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 13245, + "id": 15716, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150 ] }, { - "id": 13246, + "id": 15717, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 149, + 155 ] }, { - "id": 13247, + "id": 15718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 13248, + "id": 15719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 13249, + "id": 15720, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13250, + "id": 15721, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13251, + "id": 15722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13252, + "id": 15723, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 13253, + "id": 15724, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13254, + "id": 15725, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13255, + "id": 15726, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 151, + 155 ] }, { - "id": 13256, + "id": 15727, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13257, + "id": 15728, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 13258, + "id": 15729, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151, + 155 ] }, { - "id": 13259, + "id": 15730, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13260, + "id": 15731, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13261, + "id": 15732, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 13262, + "id": 15733, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13263, + "id": 15734, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13264, + "id": 15735, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13265, + "id": 15736, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13266, + "id": 15737, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13267, + "id": 15738, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 13268, + "id": 15739, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13269, + "id": 15740, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13270, + "id": 15741, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 13271, + "id": 15742, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13272, + "id": 15743, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13273, + "id": 15744, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 152 ] }, { - "id": 13274, + "id": 15745, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13275, + "id": 15746, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13276, + "id": 15747, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 152 ] }, { - "id": 13277, + "id": 15748, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 13278, + "id": 15749, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 13279, + "id": 15750, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 149, + 155 ] }, { - "id": 13280, + "id": 15751, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150 ] }, { - "id": 13281, + "id": 15752, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150 ] }, { - "id": 13282, + "id": 15753, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 149, + 155 ] }, { - "id": 13283, + "id": 15754, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150 ] }, { - "id": 13284, + "id": 15755, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150 ] }, { - "id": 13285, + "id": 15756, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 13286, + "id": 15757, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13287, + "id": 15758, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13288, + "id": 15759, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13289, + "id": 15760, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13290, + "id": 15761, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13291, + "id": 15762, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 151, + 155 ] }, { - "id": 13292, + "id": 15763, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 150, + 147 ] }, { - "id": 13293, + "id": 15764, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13294, + "id": 15765, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 151, + 155 ] }, { - "id": 13295, + "id": 15766, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13296, + "id": 15767, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13297, + "id": 15768, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13298, + "id": 15769, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13299, + "id": 15770, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13300, + "id": 15771, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 738, - "name": "stone_stairs", - "translation_key": "block.minecraft.stone_stairs", - "item_id": 605, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 140, + 148, + 145, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13312, - "states": [ - { - "id": 13301, + "id": 15772, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13302, + "id": 15773, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13303, + "id": 15774, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 151, + 155 ] }, { - "id": 13304, + "id": 15775, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 13305, + "id": 15776, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 13306, + "id": 15777, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151, + 155 ] }, { - "id": 13307, + "id": 15778, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13308, + "id": 15779, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 764, + "name": "stone_brick_wall", + "translation_key": "block.minecraft.stone_brick_wall", + "item_id": 403, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 13309, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 + "name": "north", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 13310, + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 15783, + "states": [ + { + "id": 15780, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140 ] }, { - "id": 13311, + "id": 15781, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 141, + 142, + 143 ] }, { - "id": 13312, + "id": 15782, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 141, + 142, + 143 ] }, { - "id": 13313, + "id": 15783, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140 ] }, { - "id": 13314, + "id": 15784, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143 ] }, { - "id": 13315, + "id": 15785, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143 ] }, { - "id": 13316, + "id": 15786, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 52, - 45 - ] + "collision_shapes": [] }, { - "id": 13317, + "id": 15787, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144 ] }, { - "id": 13318, + "id": 15788, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144 ] }, { - "id": 13319, + "id": 15789, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [] }, { - "id": 13320, + "id": 15790, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144 ] }, { - "id": 13321, + "id": 15791, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144 ] }, { - "id": 13322, + "id": 15792, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 145 ] }, { - "id": 13323, + "id": 15793, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 145 ] }, { - "id": 13324, + "id": 15794, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 145 ] }, { - "id": 13325, + "id": 15795, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 145 ] }, { - "id": 13326, + "id": 15796, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13327, + "id": 15797, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13328, + "id": 15798, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 146 ] }, { - "id": 13329, + "id": 15799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 147 ] }, { - "id": 13330, + "id": 15800, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 147 ] }, { - "id": 13331, + "id": 15801, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 146 ] }, { - "id": 13332, + "id": 15802, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 144, + 147 ] }, { - "id": 13333, + "id": 15803, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 147 ] }, { - "id": 13334, + "id": 15804, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 145 ] }, { - "id": 13335, + "id": 15805, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13336, + "id": 15806, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13337, + "id": 15807, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 145 ] }, { - "id": 13338, + "id": 15808, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13339, + "id": 15809, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 141, + 142, + 143, + 145 ] }, { - "id": 13340, + "id": 15810, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 146 ] }, { - "id": 13341, + "id": 15811, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 144, + 147 ] }, { - "id": 13342, + "id": 15812, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 144, + 147 ] }, { - "id": 13343, + "id": 15813, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 146 ] }, { - "id": 13344, + "id": 15814, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 147 ] }, { - "id": 13345, + "id": 15815, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 144, + 147 ] }, { - "id": 13346, + "id": 15816, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148 ] }, { - "id": 13347, + "id": 15817, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13348, + "id": 15818, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13349, + "id": 15819, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148 ] }, { - "id": 13350, + "id": 15820, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 13351, + "id": 15821, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 141, + 142, + 143, + 148 ] }, { - "id": 13352, + "id": 15822, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 149 ] }, { - "id": 13353, + "id": 15823, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150 ] }, { - "id": 13354, + "id": 15824, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150 ] }, { - "id": 13355, + "id": 15825, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 149 ] }, { - "id": 13356, + "id": 15826, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 144, + 150 ] }, { - "id": 13357, + "id": 15827, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 144, + 150 ] }, { - "id": 13358, + "id": 15828, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145 ] }, { - "id": 13359, + "id": 15829, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13360, + "id": 15830, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13361, + "id": 15831, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 148, + 145 ] }, { - "id": 13362, + "id": 15832, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13363, + "id": 15833, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13364, + "id": 15834, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151 ] }, { - "id": 13365, + "id": 15835, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13366, + "id": 15836, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13367, + "id": 15837, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 151 ] }, { - "id": 13368, + "id": 15838, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 13369, + "id": 15839, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 144, + 150, + 147 ] }, { - "id": 13370, + "id": 15840, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13371, + "id": 15841, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13372, + "id": 15842, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13373, + "id": 15843, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 145 ] }, { - "id": 13374, + "id": 15844, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13375, + "id": 15845, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13376, + "id": 15846, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151 ] }, { - "id": 13377, + "id": 15847, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150, + 147 ] }, { - "id": 13378, + "id": 15848, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150, + 147 ] }, { - "id": 13379, + "id": 15849, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151 ] }, { - "id": 13380, + "id": 15850, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 739, - "name": "smooth_sandstone_stairs", - "translation_key": "block.minecraft.smooth_sandstone_stairs", - "item_id": 606, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 144, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13392, - "states": [ - { - "id": 13381, + "id": 15851, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 144, + 150, + 147 ] }, { - "id": 13382, + "id": 15852, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148 ] }, { - "id": 13383, + "id": 15853, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13384, + "id": 15854, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13385, + "id": 15855, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148 ] }, { - "id": 13386, + "id": 15856, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148 ] }, { - "id": 13387, + "id": 15857, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 13388, + "id": 15858, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 149 ] }, { - "id": 13389, + "id": 15859, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150 ] }, { - "id": 13390, + "id": 15860, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150 ] }, { - "id": 13391, + "id": 15861, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 149 ] }, { - "id": 13392, + "id": 15862, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 144, + 150 ] }, { - "id": 13393, + "id": 15863, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 144, + 150 ] }, { - "id": 13394, + "id": 15864, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13395, + "id": 15865, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13396, + "id": 15866, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13397, + "id": 15867, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145 ] }, { - "id": 13398, + "id": 15868, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13399, + "id": 15869, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13400, + "id": 15870, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151 ] }, { - "id": 13401, + "id": 15871, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144, + 150, + 147 ] }, { - "id": 13402, + "id": 15872, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144, + 150, + 147 ] }, { - "id": 13403, + "id": 15873, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151 ] }, { - "id": 13404, + "id": 15874, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13405, + "id": 15875, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 150, + 147 ] }, { - "id": 13406, + "id": 15876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145 ] }, { - "id": 13407, + "id": 15877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13408, + "id": 15878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13409, + "id": 15879, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 145 ] }, { - "id": 13410, + "id": 15880, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13411, + "id": 15881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13412, + "id": 15882, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 151 ] }, { - "id": 13413, + "id": 15883, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 13414, + "id": 15884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 13415, + "id": 15885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 151 ] }, { - "id": 13416, + "id": 15886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 13417, + "id": 15887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 144, + 150, + 147 ] }, { - "id": 13418, + "id": 15888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 152 ] }, { - "id": 13419, + "id": 15889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 13420, + "id": 15890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 13421, + "id": 15891, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 152 ] }, { - "id": 13422, + "id": 15892, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143 ] }, { - "id": 13423, + "id": 15893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143 ] }, { - "id": 13424, + "id": 15894, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 154 ] }, { - "id": 13425, + "id": 15895, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153 ] }, { - "id": 13426, + "id": 15896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153 ] }, { - "id": 13427, + "id": 15897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 154 ] }, { - "id": 13428, + "id": 15898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153 ] }, { - "id": 13429, + "id": 15899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153 ] }, { - "id": 13430, + "id": 15900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 145, + 152 ] }, { - "id": 13431, + "id": 15901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13432, + "id": 15902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13433, + "id": 15903, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 145, + 152 ] }, { - "id": 13434, + "id": 15904, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13435, + "id": 15905, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13436, + "id": 15906, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 146, + 155 ] }, { - "id": 13437, + "id": 15907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 147 ] }, { - "id": 13438, + "id": 15908, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 147 ] }, { - "id": 13439, + "id": 15909, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 146, + 155 ] }, { - "id": 13440, + "id": 15910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13441, + "id": 15911, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 147 ] }, { - "id": 13442, + "id": 15912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 145, + 152 ] }, { - "id": 13443, + "id": 15913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 13444, + "id": 15914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 13445, + "id": 15915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 145, + 152 ] }, { - "id": 13446, + "id": 15916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 13447, + "id": 15917, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13448, + "id": 15918, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 146, + 155 ] }, { - "id": 13449, + "id": 15919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 13450, + "id": 15920, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 13451, + "id": 15921, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 146, + 155 ] }, { - "id": 13452, + "id": 15922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 13453, + "id": 15923, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 13454, + "id": 15924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13455, + "id": 15925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13456, + "id": 15926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13457, + "id": 15927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 152 ] }, { - "id": 13458, + "id": 15928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13459, + "id": 15929, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13460, + "id": 15930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 740, - "name": "smooth_quartz_stairs", - "translation_key": "block.minecraft.smooth_quartz_stairs", - "item_id": 607, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 149, + 155 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13472, - "states": [ - { - "id": 13461, + "id": 15931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150 ] }, { - "id": 13462, + "id": 15932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150 ] }, { - "id": 13463, + "id": 15933, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 149, + 155 ] }, { - "id": 13464, + "id": 15934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150 ] }, { - "id": 13465, + "id": 15935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150 ] }, { - "id": 13466, + "id": 15936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 13467, + "id": 15937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13468, + "id": 15938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13469, + "id": 15939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13470, + "id": 15940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13471, + "id": 15941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13472, + "id": 15942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 13473, + "id": 15943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13474, + "id": 15944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13475, + "id": 15945, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 151, + 155 ] }, { - "id": 13476, + "id": 15946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13477, + "id": 15947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150, + 147 ] }, { - "id": 13478, + "id": 15948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 13479, + "id": 15949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13480, + "id": 15950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13481, + "id": 15951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 145, + 152 ] }, { - "id": 13482, + "id": 15952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13483, + "id": 15953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13484, + "id": 15954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151, + 155 ] }, { - "id": 13485, + "id": 15955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13486, + "id": 15956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13487, + "id": 15957, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151, + 155 ] }, { - "id": 13488, + "id": 15958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13489, + "id": 15959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13490, + "id": 15960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13491, + "id": 15961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148 ] }, { - "id": 13492, + "id": 15962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148 ] }, { - "id": 13493, + "id": 15963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 152 ] }, { - "id": 13494, + "id": 15964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13495, + "id": 15965, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13496, + "id": 15966, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 149, + 155 ] }, { - "id": 13497, + "id": 15967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150 ] }, { - "id": 13498, + "id": 15968, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150 ] }, { - "id": 13499, + "id": 15969, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 149, + 155 ] }, { - "id": 13500, + "id": 15970, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150 ] }, { - "id": 13501, + "id": 15971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150 ] }, { - "id": 13502, + "id": 15972, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 13503, + "id": 15973, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13504, + "id": 15974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13505, + "id": 15975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13506, + "id": 15976, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13507, + "id": 15977, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13508, + "id": 15978, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 13509, + "id": 15979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13510, + "id": 15980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13511, + "id": 15981, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 151, + 155 ] }, { - "id": 13512, + "id": 15982, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13513, + "id": 15983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13514, + "id": 15984, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13515, + "id": 15985, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13516, + "id": 15986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13517, + "id": 15987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 13518, + "id": 15988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13519, + "id": 15989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13520, + "id": 15990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 151, + 155 ] }, { - "id": 13521, + "id": 15991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150, + 147 ] }, { - "id": 13522, + "id": 15992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150, + 147 ] }, { - "id": 13523, + "id": 15993, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151, + 155 ] }, { - "id": 13524, + "id": 15994, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 13525, + "id": 15995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 13526, + "id": 15996, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 152 ] }, { - "id": 13527, + "id": 15997, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13528, + "id": 15998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13529, + "id": 15999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 152 ] }, { - "id": 13530, + "id": 16000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143 ] }, { - "id": 13531, + "id": 16001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143 ] }, { - "id": 13532, + "id": 16002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 154 ] }, { - "id": 13533, + "id": 16003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153 ] }, { - "id": 13534, + "id": 16004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153 ] }, { - "id": 13535, + "id": 16005, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 154 ] }, { - "id": 13536, + "id": 16006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153 ] }, { - "id": 13537, + "id": 16007, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153 ] }, { - "id": 13538, + "id": 16008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 145, + 152 ] }, { - "id": 13539, + "id": 16009, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13540, + "id": 16010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 741, - "name": "granite_stairs", - "translation_key": "block.minecraft.granite_stairs", - "item_id": 608, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 153, + 142, + 143, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13552, - "states": [ - { - "id": 13541, + "id": 16011, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 145, + 152 ] }, { - "id": 13542, + "id": 16012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 13543, + "id": 16013, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13544, + "id": 16014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 146, + 155 ] }, { - "id": 13545, + "id": 16015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 147 ] }, { - "id": 13546, + "id": 16016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 147 ] }, { - "id": 13547, + "id": 16017, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 146, + 155 ] }, { - "id": 13548, + "id": 16018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 13549, + "id": 16019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 147 ] }, { - "id": 13550, + "id": 16020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 145, + 152 ] }, { - "id": 13551, + "id": 16021, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 145 ] }, { - "id": 13552, + "id": 16022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 145 ] }, { - "id": 13553, + "id": 16023, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 145, + 152 ] }, { - "id": 13554, + "id": 16024, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13555, + "id": 16025, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13556, + "id": 16026, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 146, + 155 ] }, { - "id": 13557, + "id": 16027, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13558, + "id": 16028, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13559, + "id": 16029, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 146, + 155 ] }, { - "id": 13560, + "id": 16030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 147 ] }, { - "id": 13561, + "id": 16031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 147 ] }, { - "id": 13562, + "id": 16032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 152 ] }, { - "id": 13563, + "id": 16033, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13564, + "id": 16034, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13565, + "id": 16035, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 152 ] }, { - "id": 13566, + "id": 16036, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13567, + "id": 16037, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13568, + "id": 16038, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 149, + 155 ] }, { - "id": 13569, + "id": 16039, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150 ] }, { - "id": 13570, + "id": 16040, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150 ] }, { - "id": 13571, + "id": 16041, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 149, + 155 ] }, { - "id": 13572, + "id": 16042, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150 ] }, { - "id": 13573, + "id": 16043, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150 ] }, { - "id": 13574, + "id": 16044, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13575, + "id": 16045, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13576, + "id": 16046, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13577, + "id": 16047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13578, + "id": 16048, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13579, + "id": 16049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13580, + "id": 16050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 151, + 155 ] }, { - "id": 13581, + "id": 16051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150, + 147 ] }, { - "id": 13582, + "id": 16052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150, + 147 ] }, { - "id": 13583, + "id": 16053, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151, + 155 ] }, { - "id": 13584, + "id": 16054, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13585, + "id": 16055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 13586, + "id": 16056, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13587, + "id": 16057, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13588, + "id": 16058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13589, + "id": 16059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13590, + "id": 16060, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13591, + "id": 16061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13592, + "id": 16062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 151, + 155 ] }, { - "id": 13593, + "id": 16063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13594, + "id": 16064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13595, + "id": 16065, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 151, + 155 ] }, { - "id": 13596, + "id": 16066, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13597, + "id": 16067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13598, + "id": 16068, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 152 ] }, { - "id": 13599, + "id": 16069, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13600, + "id": 16070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13601, + "id": 16071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 148, + 152 ] }, { - "id": 13602, + "id": 16072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148 ] }, { - "id": 13603, + "id": 16073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 13604, + "id": 16074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 149, + 155 ] }, { - "id": 13605, + "id": 16075, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 13606, + "id": 16076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 13607, + "id": 16077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 149, + 155 ] }, { - "id": 13608, + "id": 16078, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150 ] }, { - "id": 13609, + "id": 16079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 13610, + "id": 16080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13611, + "id": 16081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13612, + "id": 16082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13613, + "id": 16083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13614, + "id": 16084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13615, + "id": 16085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13616, + "id": 16086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151, + 155 ] }, { - "id": 13617, + "id": 16087, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150, + 147 ] }, { - "id": 13618, + "id": 16088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150, + 147 ] }, { - "id": 13619, + "id": 16089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151, + 155 ] }, { - "id": 13620, + "id": 16090, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 742, - "name": "andesite_stairs", - "translation_key": "block.minecraft.andesite_stairs", - "item_id": 609, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13632, - "states": [ + 153, + 150, + 147 + ] + }, { - "id": 13621, + "id": 16091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150, + 147 ] }, { - "id": 13622, + "id": 16092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 13623, + "id": 16093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13624, + "id": 16094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13625, + "id": 16095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 13626, + "id": 16096, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13627, + "id": 16097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13628, + "id": 16098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 13629, + "id": 16099, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13630, + "id": 16100, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13631, + "id": 16101, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 13632, + "id": 16102, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150, + 147 ] }, { - "id": 13633, + "id": 16103, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 765, + "name": "mud_brick_wall", + "translation_key": "block.minecraft.mud_brick_wall", + "item_id": 404, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 13634, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 16107, + "states": [ + { + "id": 16104, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140 ] }, { - "id": 13635, + "id": 16105, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143 ] }, { - "id": 13636, + "id": 16106, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143 ] }, { - "id": 13637, + "id": 16107, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140 ] }, { - "id": 13638, + "id": 16108, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143 ] }, { - "id": 13639, + "id": 16109, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143 ] }, { - "id": 13640, + "id": 16110, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 49 - ] + "collision_shapes": [] }, { - "id": 13641, + "id": 16111, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144 ] }, { - "id": 13642, + "id": 16112, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144 ] }, { - "id": 13643, + "id": 16113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, + { + "id": 16114, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144 ] }, { - "id": 13644, + "id": 16115, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144 ] }, { - "id": 13645, + "id": 16116, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 145 ] }, { - "id": 13646, + "id": 16117, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13647, + "id": 16118, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 145 ] }, { - "id": 13648, + "id": 16119, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 145 ] }, { - "id": 13649, + "id": 16120, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13650, + "id": 16121, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13651, + "id": 16122, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 146 ] }, { - "id": 13652, + "id": 16123, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 144, + 147 ] }, { - "id": 13653, + "id": 16124, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 147 ] }, { - "id": 13654, + "id": 16125, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 146 ] }, { - "id": 13655, + "id": 16126, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 147 ] }, { - "id": 13656, + "id": 16127, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 147 ] }, { - "id": 13657, + "id": 16128, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 145 ] }, { - "id": 13658, + "id": 16129, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 141, + 142, + 143, + 145 ] }, { - "id": 13659, + "id": 16130, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 141, + 142, + 143, + 145 ] }, { - "id": 13660, + "id": 16131, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 145 ] }, { - "id": 13661, + "id": 16132, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 141, + 142, + 143, + 145 ] }, { - "id": 13662, + "id": 16133, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 141, + 142, + 143, + 145 ] }, { - "id": 13663, + "id": 16134, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 146 ] }, { - "id": 13664, + "id": 16135, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 147 ] }, { - "id": 13665, + "id": 16136, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 144, + 147 ] }, { - "id": 13666, + "id": 16137, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 146 ] }, { - "id": 13667, + "id": 16138, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 147 ] }, { - "id": 13668, + "id": 16139, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 147 ] }, { - "id": 13669, + "id": 16140, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148 ] }, { - "id": 13670, + "id": 16141, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 13671, + "id": 16142, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 141, + 142, + 143, + 148 ] }, { - "id": 13672, + "id": 16143, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 140, + 148 ] }, { - "id": 13673, + "id": 16144, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13674, + "id": 16145, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13675, + "id": 16146, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 149 ] }, { - "id": 13676, + "id": 16147, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 144, + 150 ] }, { - "id": 13677, + "id": 16148, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 144, + 150 ] }, { - "id": 13678, + "id": 16149, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 149 ] }, { - "id": 13679, + "id": 16150, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144, + 150 ] }, { - "id": 13680, + "id": 16151, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 144, + 150 ] }, { - "id": 13681, + "id": 16152, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 148, + 145 ] }, { - "id": 13682, + "id": 16153, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13683, + "id": 16154, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13684, + "id": 16155, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145 ] }, { - "id": 13685, + "id": 16156, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13686, + "id": 16157, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13687, + "id": 16158, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 151 ] }, { - "id": 13688, + "id": 16159, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 13689, + "id": 16160, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 144, + 150, + 147 ] }, { - "id": 13690, + "id": 16161, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151 ] }, { - "id": 13691, + "id": 16162, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 144, + 150, + 147 ] }, { - "id": 13692, + "id": 16163, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 144, + 150, + 147 ] }, { - "id": 13693, + "id": 16164, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 145 ] }, { - "id": 13694, + "id": 16165, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13695, + "id": 16166, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13696, + "id": 16167, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 145 ] }, { - "id": 13697, + "id": 16168, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13698, + "id": 16169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13699, + "id": 16170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151 ] }, { - "id": 13700, + "id": 16171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 144, + 150, + 147 ] - } - ] - }, - { - "id": 743, - "name": "red_nether_brick_stairs", - "translation_key": "block.minecraft.red_nether_brick_stairs", - "item_id": 610, - "properties": [ + }, { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + "id": 16172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] }, { - "name": "half", - "values": [ - "top", - "bottom" + "id": 16173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 16174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 16175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] - } - ], - "default_state_id": 13712, - "states": [ + }, { - "id": 13701, + "id": 16176, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148 ] }, { - "id": 13702, + "id": 16177, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 141, + 142, + 143, + 148 ] }, { - "id": 13703, + "id": 16178, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 13704, + "id": 16179, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148 ] }, { - "id": 13705, + "id": 16180, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148 ] }, { - "id": 13706, + "id": 16181, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148 ] }, { - "id": 13707, + "id": 16182, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 149 ] }, { - "id": 13708, + "id": 16183, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 144, + 150 ] }, { - "id": 13709, + "id": 16184, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150 ] }, { - "id": 13710, + "id": 16185, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 149 ] }, { - "id": 13711, + "id": 16186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 144, + 150 ] }, { - "id": 13712, + "id": 16187, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 144, + 150 ] }, { - "id": 13713, + "id": 16188, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13714, + "id": 16189, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13715, + "id": 16190, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13716, + "id": 16191, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 145 ] }, { - "id": 13717, + "id": 16192, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13718, + "id": 16193, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13719, + "id": 16194, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151 ] }, { - "id": 13720, + "id": 16195, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150, + 147 ] }, { - "id": 13721, + "id": 16196, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144, + 150, + 147 ] }, { - "id": 13722, + "id": 16197, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 151 ] }, { - "id": 13723, + "id": 16198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13724, + "id": 16199, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150, + 147 ] }, { - "id": 13725, + "id": 16200, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145 ] }, { - "id": 13726, + "id": 16201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13727, + "id": 16202, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13728, + "id": 16203, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 13729, + "id": 16204, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13730, + "id": 16205, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 13731, + "id": 16206, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 151 ] }, { - "id": 13732, + "id": 16207, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 144, + 150, + 147 ] }, { - "id": 13733, + "id": 16208, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 13734, + "id": 16209, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151 ] }, { - "id": 13735, + "id": 16210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 13736, + "id": 16211, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 13737, + "id": 16212, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 152 ] }, { - "id": 13738, + "id": 16213, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143 ] }, { - "id": 13739, + "id": 16214, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143 ] }, { - "id": 13740, + "id": 16215, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 152 ] }, { - "id": 13741, + "id": 16216, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143 ] }, { - "id": 13742, + "id": 16217, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143 ] }, { - "id": 13743, + "id": 16218, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 154 ] }, { - "id": 13744, + "id": 16219, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153 ] }, { - "id": 13745, + "id": 16220, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153 ] }, { - "id": 13746, + "id": 16221, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 154 ] }, { - "id": 13747, + "id": 16222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153 ] }, { - "id": 13748, + "id": 16223, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153 ] }, { - "id": 13749, + "id": 16224, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 145, + 152 ] }, { - "id": 13750, + "id": 16225, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13751, + "id": 16226, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13752, + "id": 16227, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 140, + 145, + 152 ] }, { - "id": 13753, + "id": 16228, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13754, + "id": 16229, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13755, + "id": 16230, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 146, + 155 ] }, { - "id": 13756, + "id": 16231, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 147 ] }, { - "id": 13757, + "id": 16232, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 147 ] }, { - "id": 13758, + "id": 16233, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 146, + 155 ] }, { - "id": 13759, + "id": 16234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13760, + "id": 16235, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13761, + "id": 16236, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 145, + 152 ] }, { - "id": 13762, + "id": 16237, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 13763, + "id": 16238, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 13764, + "id": 16239, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 145, + 152 ] }, { - "id": 13765, + "id": 16240, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 13766, + "id": 16241, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 13767, + "id": 16242, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 146, + 155 ] }, { - "id": 13768, + "id": 16243, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 147 ] }, { - "id": 13769, + "id": 16244, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 13770, + "id": 16245, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 146, + 155 ] }, { - "id": 13771, + "id": 16246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 13772, + "id": 16247, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 13773, + "id": 16248, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13774, + "id": 16249, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13775, + "id": 16250, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13776, + "id": 16251, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 152 ] }, { - "id": 13777, + "id": 16252, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13778, + "id": 16253, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13779, + "id": 16254, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 149, + 155 ] }, { - "id": 13780, + "id": 16255, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 744, - "name": "polished_andesite_stairs", - "translation_key": "block.minecraft.polished_andesite_stairs", - "item_id": 611, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 153, + 150 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13792, - "states": [ - { - "id": 13781, + "id": 16256, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150 ] }, { - "id": 13782, + "id": 16257, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 149, + 155 ] }, { - "id": 13783, + "id": 16258, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150 ] }, { - "id": 13784, + "id": 16259, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150 ] }, { - "id": 13785, + "id": 16260, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 13786, + "id": 16261, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13787, + "id": 16262, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13788, + "id": 16263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13789, + "id": 16264, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13790, + "id": 16265, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13791, + "id": 16266, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 13792, + "id": 16267, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150, + 147 ] }, { - "id": 13793, + "id": 16268, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13794, + "id": 16269, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 151, + 155 ] }, { - "id": 13795, + "id": 16270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13796, + "id": 16271, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13797, + "id": 16272, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 13798, + "id": 16273, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13799, + "id": 16274, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13800, + "id": 16275, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13801, + "id": 16276, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13802, + "id": 16277, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13803, + "id": 16278, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151, + 155 ] }, { - "id": 13804, + "id": 16279, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 13805, + "id": 16280, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13806, + "id": 16281, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151, + 155 ] }, { - "id": 13807, + "id": 16282, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13808, + "id": 16283, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13809, + "id": 16284, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 13810, + "id": 16285, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 13811, + "id": 16286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148 ] }, { - "id": 13812, + "id": 16287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 140, + 148, + 152 ] }, { - "id": 13813, + "id": 16288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13814, + "id": 16289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13815, + "id": 16290, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 149, + 155 ] }, { - "id": 13816, + "id": 16291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150 ] }, { - "id": 13817, + "id": 16292, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150 ] }, { - "id": 13818, + "id": 16293, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 149, + 155 ] }, { - "id": 13819, + "id": 16294, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150 ] }, { - "id": 13820, + "id": 16295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150 ] }, { - "id": 13821, + "id": 16296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 13822, + "id": 16297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13823, + "id": 16298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13824, + "id": 16299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13825, + "id": 16300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13826, + "id": 16301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13827, + "id": 16302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 13828, + "id": 16303, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 13829, + "id": 16304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13830, + "id": 16305, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 13831, + "id": 16306, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13832, + "id": 16307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13833, + "id": 16308, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13834, + "id": 16309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13835, + "id": 16310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13836, + "id": 16311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13837, + "id": 16312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13838, + "id": 16313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13839, + "id": 16314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 151, + 155 ] }, { - "id": 13840, + "id": 16315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150, + 147 ] }, { - "id": 13841, + "id": 16316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150, + 147 ] }, { - "id": 13842, + "id": 16317, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 151, + 155 ] }, { - "id": 13843, + "id": 16318, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 13844, + "id": 16319, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 13845, + "id": 16320, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 152 ] }, { - "id": 13846, + "id": 16321, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143 ] }, { - "id": 13847, + "id": 16322, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 13848, + "id": 16323, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 152 ] }, { - "id": 13849, + "id": 16324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143 ] }, { - "id": 13850, + "id": 16325, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143 ] }, { - "id": 13851, + "id": 16326, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 154 ] }, { - "id": 13852, + "id": 16327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153 ] }, { - "id": 13853, + "id": 16328, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153 ] }, { - "id": 13854, + "id": 16329, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 154 ] }, { - "id": 13855, + "id": 16330, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153 ] }, { - "id": 13856, + "id": 16331, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153 ] }, { - "id": 13857, + "id": 16332, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 145, + 152 ] }, { - "id": 13858, + "id": 16333, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13859, + "id": 16334, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13860, + "id": 16335, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 745, - "name": "diorite_stairs", - "translation_key": "block.minecraft.diorite_stairs", - "item_id": 612, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 140, + 145, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13872, - "states": [ - { - "id": 13861, + "id": 16336, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 13862, + "id": 16337, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 13863, + "id": 16338, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 146, + 155 ] }, { - "id": 13864, + "id": 16339, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 13865, + "id": 16340, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 147 ] }, { - "id": 13866, + "id": 16341, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 146, + 155 ] }, { - "id": 13867, + "id": 16342, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 13868, + "id": 16343, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 13869, + "id": 16344, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 145, + 152 ] }, { - "id": 13870, + "id": 16345, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 13871, + "id": 16346, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 145 ] }, { - "id": 13872, + "id": 16347, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 140, + 145, + 152 ] }, { - "id": 13873, + "id": 16348, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13874, + "id": 16349, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 13875, + "id": 16350, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 146, + 155 ] }, { - "id": 13876, + "id": 16351, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 13877, + "id": 16352, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 147 ] }, { - "id": 13878, + "id": 16353, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 146, + 155 ] }, { - "id": 13879, + "id": 16354, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 147 ] }, { - "id": 13880, + "id": 16355, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 147 ] }, { - "id": 13881, + "id": 16356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 152 ] }, { - "id": 13882, + "id": 16357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 13883, + "id": 16358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13884, + "id": 16359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 148, + 152 ] }, { - "id": 13885, + "id": 16360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13886, + "id": 16361, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 13887, + "id": 16362, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 149, + 155 ] }, { - "id": 13888, + "id": 16363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150 ] }, { - "id": 13889, + "id": 16364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150 ] }, { - "id": 13890, + "id": 16365, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 149, + 155 ] }, { - "id": 13891, + "id": 16366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150 ] }, { - "id": 13892, + "id": 16367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150 ] }, { - "id": 13893, + "id": 16368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13894, + "id": 16369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13895, + "id": 16370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13896, + "id": 16371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13897, + "id": 16372, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13898, + "id": 16373, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13899, + "id": 16374, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 151, + 155 ] }, { - "id": 13900, + "id": 16375, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 13901, + "id": 16376, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150, + 147 ] }, { - "id": 13902, + "id": 16377, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 151, + 155 ] }, { - "id": 13903, + "id": 16378, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13904, + "id": 16379, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 13905, + "id": 16380, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13906, + "id": 16381, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13907, + "id": 16382, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13908, + "id": 16383, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 13909, + "id": 16384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13910, + "id": 16385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13911, + "id": 16386, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 151, + 155 ] }, { - "id": 13912, + "id": 16387, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150, + 147 ] }, { - "id": 13913, + "id": 16388, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 13914, + "id": 16389, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 151, + 155 ] }, { - "id": 13915, + "id": 16390, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13916, + "id": 16391, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 13917, + "id": 16392, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 152 ] }, { - "id": 13918, + "id": 16393, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 13919, + "id": 16394, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 13920, + "id": 16395, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 152 ] }, { - "id": 13921, + "id": 16396, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148 ] }, { - "id": 13922, + "id": 16397, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148 ] }, { - "id": 13923, + "id": 16398, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 149, + 155 ] }, { - "id": 13924, + "id": 16399, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150 ] }, { - "id": 13925, + "id": 16400, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 13926, + "id": 16401, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 149, + 155 ] }, { - "id": 13927, + "id": 16402, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150 ] }, { - "id": 13928, + "id": 16403, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150 ] }, { - "id": 13929, + "id": 16404, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 13930, + "id": 16405, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13931, + "id": 16406, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13932, + "id": 16407, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 13933, + "id": 16408, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13934, + "id": 16409, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13935, + "id": 16410, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151, + 155 ] }, { - "id": 13936, + "id": 16411, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 13937, + "id": 16412, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150, + 147 ] }, { - "id": 13938, + "id": 16413, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151, + 155 ] }, { - "id": 13939, + "id": 16414, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 13940, + "id": 16415, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 746, - "name": "polished_granite_slab", - "translation_key": "block.minecraft.polished_granite_slab", - "item_id": 617, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 153, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13944, - "states": [ - { - "id": 13941, + "id": 16416, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148, + 145, + 152 ] }, { - "id": 13942, + "id": 16417, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13943, + "id": 16418, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13944, + "id": 16419, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 140, + 148, + 145, + 152 ] }, { - "id": 13945, + "id": 16420, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 13946, + "id": 16421, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 747, - "name": "smooth_red_sandstone_slab", - "translation_key": "block.minecraft.smooth_red_sandstone_slab", - "item_id": 618, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 153, + 142, + 143, + 148, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13950, - "states": [ - { - "id": 13947, + "id": 16422, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 151, + 155 ] }, { - "id": 13948, + "id": 16423, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 153, + 150, + 147 ] }, { - "id": 13949, + "id": 16424, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 153, + 150, + 147 ] }, { - "id": 13950, + "id": 16425, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 151, + 155 ] }, { - "id": 13951, + "id": 16426, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150, + 147 ] }, { - "id": 13952, + "id": 16427, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150, + 147 ] } ] }, { - "id": 748, - "name": "mossy_stone_brick_slab", - "translation_key": "block.minecraft.mossy_stone_brick_slab", - "item_id": 619, + "id": 766, + "name": "nether_brick_wall", + "translation_key": "block.minecraft.nether_brick_wall", + "item_id": 405, "properties": [ { - "name": "type", + "name": "east", "values": [ - "top", - "bottom", - "double" + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" ] }, { @@ -160938,999 +191132,865 @@ "true", "false" ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] } ], - "default_state_id": 13956, + "default_state_id": 16431, "states": [ { - "id": 13953, + "id": 16428, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140 ] }, { - "id": 13954, + "id": 16429, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143 ] }, { - "id": 13955, + "id": 16430, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143 ] }, { - "id": 13956, + "id": 16431, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 140 ] }, { - "id": 13957, + "id": 16432, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143 ] }, { - "id": 13958, + "id": 16433, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 749, - "name": "polished_diorite_slab", - "translation_key": "block.minecraft.polished_diorite_slab", - "item_id": 620, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 141, + 142, + 143 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13962, - "states": [ + "id": 16434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [] + }, { - "id": 13959, + "id": 16435, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144 ] }, { - "id": 13960, + "id": 16436, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144 ] }, { - "id": 13961, + "id": 16437, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51 - ] + "collision_shapes": [] }, { - "id": 13962, + "id": 16438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144 ] }, { - "id": 13963, + "id": 16439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144 ] }, { - "id": 13964, + "id": 16440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 750, - "name": "mossy_cobblestone_slab", - "translation_key": "block.minecraft.mossy_cobblestone_slab", - "item_id": 621, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 140, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13968, - "states": [ - { - "id": 13965, + "id": 16441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 145 ] }, { - "id": 13966, + "id": 16442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 145 ] }, { - "id": 13967, + "id": 16443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 140, + 145 ] }, { - "id": 13968, + "id": 16444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 145 ] }, { - "id": 13969, + "id": 16445, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 145 ] }, { - "id": 13970, + "id": 16446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 751, - "name": "end_stone_brick_slab", - "translation_key": "block.minecraft.end_stone_brick_slab", - "item_id": 622, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 146 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13974, - "states": [ - { - "id": 13971, + "id": 16447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144, + 147 ] }, { - "id": 13972, + "id": 16448, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144, + 147 ] }, { - "id": 13973, + "id": 16449, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 146 ] }, { - "id": 13974, + "id": 16450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 147 ] }, { - "id": 13975, + "id": 16451, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 147 ] }, { - "id": 13976, + "id": 16452, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 752, - "name": "smooth_sandstone_slab", - "translation_key": "block.minecraft.smooth_sandstone_slab", - "item_id": 623, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 140, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13980, - "states": [ + "id": 16453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, { - "id": 13977, + "id": 16454, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 145 ] }, { - "id": 13978, + "id": 16455, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 145 ] }, { - "id": 13979, + "id": 16456, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 145 ] }, { - "id": 13980, + "id": 16457, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 145 ] }, { - "id": 13981, + "id": 16458, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 146 ] }, { - "id": 13982, + "id": 16459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 753, - "name": "smooth_quartz_slab", - "translation_key": "block.minecraft.smooth_quartz_slab", - "item_id": 624, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 144, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13986, - "states": [ - { - "id": 13983, + "id": 16460, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144, + 147 ] }, { - "id": 13984, + "id": 16461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 146 ] }, { - "id": 13985, + "id": 16462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 147 ] }, { - "id": 13986, + "id": 16463, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 147 ] }, { - "id": 13987, + "id": 16464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148 ] }, { - "id": 13988, + "id": 16465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 754, - "name": "granite_slab", - "translation_key": "block.minecraft.granite_slab", - "item_id": 625, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 141, + 142, + 143, + 148 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13992, - "states": [ - { - "id": 13989, + "id": 16466, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 148 ] }, { - "id": 13990, + "id": 16467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148 ] }, { - "id": 13991, + "id": 16468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148 ] }, { - "id": 13992, + "id": 16469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148 ] }, { - "id": 13993, + "id": 16470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 149 ] }, { - "id": 13994, + "id": 16471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 755, - "name": "andesite_slab", - "translation_key": "block.minecraft.andesite_slab", - "item_id": 626, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 144, + 150 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 13998, - "states": [ - { - "id": 13995, + "id": 16472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144, + 150 ] }, { - "id": 13996, + "id": 16473, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 149 ] }, { - "id": 13997, + "id": 16474, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 150 ] }, { - "id": 13998, + "id": 16475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 150 ] }, { - "id": 13999, + "id": 16476, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148, + 145 ] }, { - "id": 14000, + "id": 16477, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 756, - "name": "red_nether_brick_slab", - "translation_key": "block.minecraft.red_nether_brick_slab", - "item_id": 627, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 141, + 142, + 143, + 148, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 14004, - "states": [ - { - "id": 14001, + "id": 16478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14002, + "id": 16479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148, + 145 ] }, { - "id": 14003, + "id": 16480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14004, + "id": 16481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14005, + "id": 16482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 151 ] }, { - "id": 14006, + "id": 16483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 757, - "name": "polished_andesite_slab", - "translation_key": "block.minecraft.polished_andesite_slab", - "item_id": 628, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 144, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 14010, - "states": [ - { - "id": 14007, + "id": 16484, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 144, + 150, + 147 ] }, { - "id": 14008, + "id": 16485, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 151 ] }, { - "id": 14009, + "id": 16486, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 150, + 147 ] }, { - "id": 14010, + "id": 16487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 144, + 150, + 147 ] }, { - "id": 14011, + "id": 16488, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148, + 145 ] }, { - "id": 14012, + "id": 16489, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 758, - "name": "diorite_slab", - "translation_key": "block.minecraft.diorite_slab", - "item_id": 629, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 141, + 142, + 143, + 148, + 145 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 14016, - "states": [ - { - "id": 14013, + "id": 16490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14014, + "id": 16491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148, + 145 ] }, { - "id": 14015, + "id": 16492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14016, + "id": 16493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 14017, + "id": 16494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 151 ] }, { - "id": 14018, + "id": 16495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 759, - "name": "brick_wall", - "translation_key": "block.minecraft.brick_wall", - "item_id": 377, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" + 144, + 150, + 147 ] }, { - "name": "north", - "values": [ - "none", - "low", - "tall" + "id": 16496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] }, { - "name": "south", - "values": [ - "none", - "low", - "tall" + "id": 16497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 ] }, { - "name": "up", - "values": [ - "true", - "false" + "id": 16498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 16499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 14022, - "states": [ - { - "id": 14019, + "id": 16500, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14020, + "id": 16501, "luminance": 0, "opaque": true, "replaceable": false, @@ -161938,11 +191998,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14021, + "id": 16502, "luminance": 0, "opaque": true, "replaceable": false, @@ -161950,21 +192011,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14022, + "id": 16503, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14023, + "id": 16504, "luminance": 0, "opaque": true, "replaceable": false, @@ -161972,11 +192035,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14024, + "id": 16505, "luminance": 0, "opaque": true, "replaceable": false, @@ -161984,78 +192048,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14025, + "id": 16506, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14026, + "id": 16507, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14027, + "id": 16508, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14028, + "id": 16509, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14029, + "id": 16510, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14030, + "id": 16511, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14031, + "id": 16512, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14032, + "id": 16513, "luminance": 0, "opaque": true, "replaceable": false, @@ -162064,11 +192138,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14033, + "id": 16514, "luminance": 0, "opaque": true, "replaceable": false, @@ -162077,22 +192152,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14034, + "id": 16515, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14035, + "id": 16516, "luminance": 0, "opaque": true, "replaceable": false, @@ -162101,11 +192178,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14036, + "id": 16517, "luminance": 0, "opaque": true, "replaceable": false, @@ -162114,86 +192192,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14037, + "id": 16518, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14038, + "id": 16519, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14039, + "id": 16520, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14040, + "id": 16521, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14041, + "id": 16522, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14042, + "id": 16523, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14043, + "id": 16524, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14044, + "id": 16525, "luminance": 0, "opaque": true, "replaceable": false, @@ -162202,11 +192286,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14045, + "id": 16526, "luminance": 0, "opaque": true, "replaceable": false, @@ -162215,22 +192300,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14046, + "id": 16527, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14047, + "id": 16528, "luminance": 0, "opaque": true, "replaceable": false, @@ -162239,11 +192326,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14048, + "id": 16529, "luminance": 0, "opaque": true, "replaceable": false, @@ -162252,647 +192340,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14049, + "id": 16530, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14050, + "id": 16531, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14051, + "id": 16532, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14052, + "id": 16533, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14053, + "id": 16534, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14054, + "id": 16535, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14055, + "id": 16536, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14056, + "id": 16537, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14057, + "id": 16538, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14058, + "id": 16539, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14059, + "id": 16540, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14060, + "id": 16541, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14061, + "id": 16542, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14062, + "id": 16543, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14063, + "id": 16544, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14064, + "id": 16545, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14065, + "id": 16546, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14066, + "id": 16547, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14067, + "id": 16548, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14068, + "id": 16549, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14069, + "id": 16550, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14070, + "id": 16551, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14071, + "id": 16552, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14072, + "id": 16553, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14073, + "id": 16554, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14074, + "id": 16555, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14075, + "id": 16556, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14076, + "id": 16557, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14077, + "id": 16558, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14078, + "id": 16559, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14079, + "id": 16560, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14080, + "id": 16561, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14081, + "id": 16562, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14082, + "id": 16563, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14083, + "id": 16564, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14084, + "id": 16565, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14085, + "id": 16566, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14086, + "id": 16567, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14087, + "id": 16568, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14088, + "id": 16569, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14089, + "id": 16570, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14090, + "id": 16571, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14091, + "id": 16572, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14092, + "id": 16573, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14093, + "id": 16574, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14094, + "id": 16575, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14095, + "id": 16576, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14096, + "id": 16577, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14097, + "id": 16578, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14098, + "id": 16579, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14099, + "id": 16580, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14100, + "id": 16581, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14101, + "id": 16582, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14102, + "id": 16583, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14103, + "id": 16584, "luminance": 0, "opaque": true, "replaceable": false, @@ -162900,17 +192977,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14104, + "id": 16585, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -162918,13 +192996,13 @@ ] }, { - "id": 14105, + "id": 16586, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -162932,7 +193010,7 @@ ] }, { - "id": 14106, + "id": 16587, "luminance": 0, "opaque": true, "replaceable": false, @@ -162940,17 +193018,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14107, + "id": 16588, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -162958,13 +193037,13 @@ ] }, { - "id": 14108, + "id": 16589, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -162972,75 +193051,77 @@ ] }, { - "id": 14109, + "id": 16590, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14110, + "id": 16591, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14111, + "id": 16592, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14112, + "id": 16593, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14113, + "id": 16594, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14114, + "id": 16595, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14115, + "id": 16596, "luminance": 0, "opaque": true, "replaceable": false, @@ -163048,17 +193129,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14116, + "id": 16597, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -163066,13 +193148,13 @@ ] }, { - "id": 14117, + "id": 16598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -163080,7 +193162,7 @@ ] }, { - "id": 14118, + "id": 16599, "luminance": 0, "opaque": true, "replaceable": false, @@ -163088,17 +193170,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14119, + "id": 16600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -163106,13 +193189,13 @@ ] }, { - "id": 14120, + "id": 16601, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -163120,86 +193203,89 @@ ] }, { - "id": 14121, + "id": 16602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14122, + "id": 16603, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14123, + "id": 16604, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14124, + "id": 16605, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14125, + "id": 16606, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14126, + "id": 16607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14127, + "id": 16608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14128, + "id": 16609, "luminance": 0, "opaque": true, "replaceable": false, @@ -163207,11 +193293,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14129, + "id": 16610, "luminance": 0, "opaque": true, "replaceable": false, @@ -163219,22 +193306,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14130, + "id": 16611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14131, + "id": 16612, "luminance": 0, "opaque": true, "replaceable": false, @@ -163242,11 +193331,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14132, + "id": 16613, "luminance": 0, "opaque": true, "replaceable": false, @@ -163254,83 +193344,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14133, + "id": 16614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14134, + "id": 16615, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14135, + "id": 16616, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14136, + "id": 16617, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14137, + "id": 16618, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14138, + "id": 16619, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14139, + "id": 16620, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14140, + "id": 16621, "luminance": 0, "opaque": true, "replaceable": false, @@ -163339,11 +193437,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14141, + "id": 16622, "luminance": 0, "opaque": true, "replaceable": false, @@ -163352,23 +193451,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14142, + "id": 16623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14143, + "id": 16624, "luminance": 0, "opaque": true, "replaceable": false, @@ -163377,11 +193478,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14144, + "id": 16625, "luminance": 0, "opaque": true, "replaceable": false, @@ -163390,89 +193492,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14145, + "id": 16626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14146, + "id": 16627, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14147, + "id": 16628, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14148, + "id": 16629, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14149, + "id": 16630, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14150, + "id": 16631, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14151, + "id": 16632, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14152, + "id": 16633, "luminance": 0, "opaque": true, "replaceable": false, @@ -163481,11 +193589,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14153, + "id": 16634, "luminance": 0, "opaque": true, "replaceable": false, @@ -163494,23 +193603,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14154, + "id": 16635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14155, + "id": 16636, "luminance": 0, "opaque": true, "replaceable": false, @@ -163519,11 +193630,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14156, + "id": 16637, "luminance": 0, "opaque": true, "replaceable": false, @@ -163532,89 +193644,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14157, + "id": 16638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14158, + "id": 16639, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14159, + "id": 16640, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14160, + "id": 16641, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14161, + "id": 16642, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14162, + "id": 16643, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14163, + "id": 16644, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14164, + "id": 16645, "luminance": 0, "opaque": true, "replaceable": false, @@ -163622,12 +193738,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14165, + "id": 16646, "luminance": 0, "opaque": true, "replaceable": false, @@ -163635,24 +193750,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14166, + "id": 16647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14167, + "id": 16648, "luminance": 0, "opaque": true, "replaceable": false, @@ -163660,12 +193773,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14168, + "id": 16649, "luminance": 0, "opaque": true, "replaceable": false, @@ -163673,91 +193785,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14169, + "id": 16650, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14170, + "id": 16651, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14171, + "id": 16652, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14172, + "id": 16653, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14173, + "id": 16654, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14174, + "id": 16655, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14175, + "id": 16656, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14176, + "id": 16657, "luminance": 0, "opaque": true, "replaceable": false, @@ -163766,12 +193870,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14177, + "id": 16658, "luminance": 0, "opaque": true, "replaceable": false, @@ -163780,25 +193883,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14178, + "id": 16659, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14179, + "id": 16660, "luminance": 0, "opaque": true, "replaceable": false, @@ -163807,12 +193908,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14180, + "id": 16661, "luminance": 0, "opaque": true, "replaceable": false, @@ -163821,95 +193921,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14181, + "id": 16662, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14182, + "id": 16663, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14183, + "id": 16664, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14184, + "id": 16665, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14185, + "id": 16666, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14186, + "id": 16667, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14187, + "id": 16668, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14188, + "id": 16669, "luminance": 0, "opaque": true, "replaceable": false, @@ -163918,12 +194012,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14189, + "id": 16670, "luminance": 0, "opaque": true, "replaceable": false, @@ -163932,25 +194025,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14190, + "id": 16671, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14191, + "id": 16672, "luminance": 0, "opaque": true, "replaceable": false, @@ -163959,12 +194050,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14192, + "id": 16673, "luminance": 0, "opaque": true, "replaceable": false, @@ -163973,82 +194063,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14193, + "id": 16674, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14194, + "id": 16675, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14195, + "id": 16676, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14196, + "id": 16677, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14197, + "id": 16678, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14198, + "id": 16679, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14199, + "id": 16680, "luminance": 0, "opaque": true, "replaceable": false, @@ -164060,7 +194145,7 @@ ] }, { - "id": 14200, + "id": 16681, "luminance": 0, "opaque": true, "replaceable": false, @@ -164073,7 +194158,7 @@ ] }, { - "id": 14201, + "id": 16682, "luminance": 0, "opaque": true, "replaceable": false, @@ -164086,7 +194171,7 @@ ] }, { - "id": 14202, + "id": 16683, "luminance": 0, "opaque": true, "replaceable": false, @@ -164098,7 +194183,7 @@ ] }, { - "id": 14203, + "id": 16684, "luminance": 0, "opaque": true, "replaceable": false, @@ -164111,7 +194196,7 @@ ] }, { - "id": 14204, + "id": 16685, "luminance": 0, "opaque": true, "replaceable": false, @@ -164124,7 +194209,7 @@ ] }, { - "id": 14205, + "id": 16686, "luminance": 0, "opaque": true, "replaceable": false, @@ -164135,7 +194220,7 @@ ] }, { - "id": 14206, + "id": 16687, "luminance": 0, "opaque": true, "replaceable": false, @@ -164146,7 +194231,7 @@ ] }, { - "id": 14207, + "id": 16688, "luminance": 0, "opaque": true, "replaceable": false, @@ -164157,7 +194242,7 @@ ] }, { - "id": 14208, + "id": 16689, "luminance": 0, "opaque": true, "replaceable": false, @@ -164168,7 +194253,7 @@ ] }, { - "id": 14209, + "id": 16690, "luminance": 0, "opaque": true, "replaceable": false, @@ -164179,7 +194264,7 @@ ] }, { - "id": 14210, + "id": 16691, "luminance": 0, "opaque": true, "replaceable": false, @@ -164190,7 +194275,7 @@ ] }, { - "id": 14211, + "id": 16692, "luminance": 0, "opaque": true, "replaceable": false, @@ -164203,7 +194288,7 @@ ] }, { - "id": 14212, + "id": 16693, "luminance": 0, "opaque": true, "replaceable": false, @@ -164217,7 +194302,7 @@ ] }, { - "id": 14213, + "id": 16694, "luminance": 0, "opaque": true, "replaceable": false, @@ -164231,7 +194316,7 @@ ] }, { - "id": 14214, + "id": 16695, "luminance": 0, "opaque": true, "replaceable": false, @@ -164244,7 +194329,7 @@ ] }, { - "id": 14215, + "id": 16696, "luminance": 0, "opaque": true, "replaceable": false, @@ -164258,7 +194343,7 @@ ] }, { - "id": 14216, + "id": 16697, "luminance": 0, "opaque": true, "replaceable": false, @@ -164272,7 +194357,7 @@ ] }, { - "id": 14217, + "id": 16698, "luminance": 0, "opaque": true, "replaceable": false, @@ -164283,7 +194368,7 @@ ] }, { - "id": 14218, + "id": 16699, "luminance": 0, "opaque": true, "replaceable": false, @@ -164295,7 +194380,7 @@ ] }, { - "id": 14219, + "id": 16700, "luminance": 0, "opaque": true, "replaceable": false, @@ -164307,7 +194392,7 @@ ] }, { - "id": 14220, + "id": 16701, "luminance": 0, "opaque": true, "replaceable": false, @@ -164318,7 +194403,7 @@ ] }, { - "id": 14221, + "id": 16702, "luminance": 0, "opaque": true, "replaceable": false, @@ -164330,7 +194415,7 @@ ] }, { - "id": 14222, + "id": 16703, "luminance": 0, "opaque": true, "replaceable": false, @@ -164342,7 +194427,7 @@ ] }, { - "id": 14223, + "id": 16704, "luminance": 0, "opaque": true, "replaceable": false, @@ -164355,7 +194440,7 @@ ] }, { - "id": 14224, + "id": 16705, "luminance": 0, "opaque": true, "replaceable": false, @@ -164369,7 +194454,7 @@ ] }, { - "id": 14225, + "id": 16706, "luminance": 0, "opaque": true, "replaceable": false, @@ -164383,7 +194468,7 @@ ] }, { - "id": 14226, + "id": 16707, "luminance": 0, "opaque": true, "replaceable": false, @@ -164396,7 +194481,7 @@ ] }, { - "id": 14227, + "id": 16708, "luminance": 0, "opaque": true, "replaceable": false, @@ -164410,7 +194495,7 @@ ] }, { - "id": 14228, + "id": 16709, "luminance": 0, "opaque": true, "replaceable": false, @@ -164424,7 +194509,7 @@ ] }, { - "id": 14229, + "id": 16710, "luminance": 0, "opaque": true, "replaceable": false, @@ -164435,7 +194520,7 @@ ] }, { - "id": 14230, + "id": 16711, "luminance": 0, "opaque": true, "replaceable": false, @@ -164447,7 +194532,7 @@ ] }, { - "id": 14231, + "id": 16712, "luminance": 0, "opaque": true, "replaceable": false, @@ -164459,7 +194544,7 @@ ] }, { - "id": 14232, + "id": 16713, "luminance": 0, "opaque": true, "replaceable": false, @@ -164470,7 +194555,7 @@ ] }, { - "id": 14233, + "id": 16714, "luminance": 0, "opaque": true, "replaceable": false, @@ -164482,7 +194567,7 @@ ] }, { - "id": 14234, + "id": 16715, "luminance": 0, "opaque": true, "replaceable": false, @@ -164494,18 +194579,19 @@ ] }, { - "id": 14235, + "id": 16716, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14236, + "id": 16717, "luminance": 0, "opaque": true, "replaceable": false, @@ -164513,11 +194599,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14237, + "id": 16718, "luminance": 0, "opaque": true, "replaceable": false, @@ -164525,22 +194612,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14238, + "id": 16719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14239, + "id": 16720, "luminance": 0, "opaque": true, "replaceable": false, @@ -164548,11 +194637,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14240, + "id": 16721, "luminance": 0, "opaque": true, "replaceable": false, @@ -164560,83 +194650,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14241, + "id": 16722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14242, + "id": 16723, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14243, + "id": 16724, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14244, + "id": 16725, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14245, + "id": 16726, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14246, + "id": 16727, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14247, + "id": 16728, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14248, + "id": 16729, "luminance": 0, "opaque": true, "replaceable": false, @@ -164645,11 +194743,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14249, + "id": 16730, "luminance": 0, "opaque": true, "replaceable": false, @@ -164658,23 +194757,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14250, + "id": 16731, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14251, + "id": 16732, "luminance": 0, "opaque": true, "replaceable": false, @@ -164683,11 +194784,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14252, + "id": 16733, "luminance": 0, "opaque": true, "replaceable": false, @@ -164696,89 +194798,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14253, + "id": 16734, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14254, + "id": 16735, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14255, + "id": 16736, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14256, + "id": 16737, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14257, + "id": 16738, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14258, + "id": 16739, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14259, + "id": 16740, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14260, + "id": 16741, "luminance": 0, "opaque": true, "replaceable": false, @@ -164787,11 +194895,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14261, + "id": 16742, "luminance": 0, "opaque": true, "replaceable": false, @@ -164800,23 +194909,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14262, + "id": 16743, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14263, + "id": 16744, "luminance": 0, "opaque": true, "replaceable": false, @@ -164825,11 +194936,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14264, + "id": 16745, "luminance": 0, "opaque": true, "replaceable": false, @@ -164838,665 +194950,677 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14265, + "id": 16746, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14266, + "id": 16747, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14267, + "id": 16748, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14268, + "id": 16749, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14269, + "id": 16750, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14270, + "id": 16751, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 767, + "name": "andesite_wall", + "translation_key": "block.minecraft.andesite_wall", + "item_id": 406, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 14271, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 16755, + "states": [ + { + "id": 16752, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14272, + "id": 16753, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14273, + "id": 16754, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14274, + "id": 16755, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14275, + "id": 16756, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14276, + "id": 16757, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14277, + "id": 16758, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14278, + "id": 16759, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14279, + "id": 16760, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14280, + "id": 16761, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14281, + "id": 16762, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14282, + "id": 16763, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14283, + "id": 16764, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14284, + "id": 16765, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14285, + "id": 16766, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14286, + "id": 16767, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14287, + "id": 16768, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14288, + "id": 16769, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14289, + "id": 16770, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14290, + "id": 16771, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14291, + "id": 16772, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14292, + "id": 16773, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14293, + "id": 16774, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14294, + "id": 16775, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14295, + "id": 16776, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14296, + "id": 16777, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14297, + "id": 16778, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14298, + "id": 16779, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14299, + "id": 16780, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14300, + "id": 16781, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14301, + "id": 16782, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14302, + "id": 16783, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14303, + "id": 16784, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14304, + "id": 16785, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14305, + "id": 16786, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14306, + "id": 16787, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14307, + "id": 16788, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14308, + "id": 16789, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14309, + "id": 16790, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14310, + "id": 16791, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14311, + "id": 16792, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14312, + "id": 16793, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14313, + "id": 16794, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14314, + "id": 16795, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14315, + "id": 16796, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14316, + "id": 16797, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14317, + "id": 16798, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14318, + "id": 16799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14319, + "id": 16800, "luminance": 0, "opaque": true, "replaceable": false, @@ -165504,18 +195628,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14320, + "id": 16801, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165523,13 +195646,13 @@ ] }, { - "id": 14321, + "id": 16802, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165537,7 +195660,7 @@ ] }, { - "id": 14322, + "id": 16803, "luminance": 0, "opaque": true, "replaceable": false, @@ -165545,18 +195668,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14323, + "id": 16804, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165564,13 +195686,13 @@ ] }, { - "id": 14324, + "id": 16805, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165578,77 +195700,75 @@ ] }, { - "id": 14325, + "id": 16806, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14326, + "id": 16807, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14327, + "id": 16808, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14328, + "id": 16809, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14329, + "id": 16810, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14330, + "id": 16811, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14331, + "id": 16812, "luminance": 0, "opaque": true, "replaceable": false, @@ -165656,18 +195776,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14332, + "id": 16813, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165675,13 +195794,13 @@ ] }, { - "id": 14333, + "id": 16814, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165689,7 +195808,7 @@ ] }, { - "id": 14334, + "id": 16815, "luminance": 0, "opaque": true, "replaceable": false, @@ -165697,18 +195816,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14335, + "id": 16816, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165716,13 +195834,13 @@ ] }, { - "id": 14336, + "id": 16817, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -165730,144 +195848,86 @@ ] }, { - "id": 14337, + "id": 16818, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14338, + "id": 16819, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14339, + "id": 16820, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14340, + "id": 16821, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14341, + "id": 16822, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14342, + "id": 16823, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] - } - ] - }, - { - "id": 760, - "name": "prismarine_wall", - "translation_key": "block.minecraft.prismarine_wall", - "item_id": 378, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - }, - { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 14346, - "states": [ - { - "id": 14343, + "id": 16824, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14344, + "id": 16825, "luminance": 0, "opaque": true, "replaceable": false, @@ -165875,11 +195935,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14345, + "id": 16826, "luminance": 0, "opaque": true, "replaceable": false, @@ -165887,21 +195948,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14346, + "id": 16827, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14347, + "id": 16828, "luminance": 0, "opaque": true, "replaceable": false, @@ -165909,11 +195972,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14348, + "id": 16829, "luminance": 0, "opaque": true, "replaceable": false, @@ -165921,78 +195985,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14349, + "id": 16830, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14350, + "id": 16831, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14351, + "id": 16832, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14352, + "id": 16833, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14353, + "id": 16834, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14354, + "id": 16835, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14355, + "id": 16836, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14356, + "id": 16837, "luminance": 0, "opaque": true, "replaceable": false, @@ -166001,11 +196075,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14357, + "id": 16838, "luminance": 0, "opaque": true, "replaceable": false, @@ -166014,22 +196089,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14358, + "id": 16839, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14359, + "id": 16840, "luminance": 0, "opaque": true, "replaceable": false, @@ -166038,11 +196115,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14360, + "id": 16841, "luminance": 0, "opaque": true, "replaceable": false, @@ -166051,86 +196129,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14361, + "id": 16842, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14362, + "id": 16843, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14363, + "id": 16844, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14364, + "id": 16845, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14365, + "id": 16846, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14366, + "id": 16847, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14367, + "id": 16848, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14368, + "id": 16849, "luminance": 0, "opaque": true, "replaceable": false, @@ -166139,11 +196223,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14369, + "id": 16850, "luminance": 0, "opaque": true, "replaceable": false, @@ -166152,22 +196237,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14370, + "id": 16851, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14371, + "id": 16852, "luminance": 0, "opaque": true, "replaceable": false, @@ -166176,11 +196263,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14372, + "id": 16853, "luminance": 0, "opaque": true, "replaceable": false, @@ -166189,647 +196277,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14373, + "id": 16854, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14374, + "id": 16855, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14375, + "id": 16856, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14376, + "id": 16857, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14377, + "id": 16858, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14378, + "id": 16859, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14379, + "id": 16860, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14380, + "id": 16861, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14381, + "id": 16862, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14382, + "id": 16863, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14383, + "id": 16864, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14384, + "id": 16865, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14385, + "id": 16866, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14386, + "id": 16867, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14387, + "id": 16868, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14388, + "id": 16869, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14389, + "id": 16870, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14390, + "id": 16871, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14391, + "id": 16872, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14392, + "id": 16873, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14393, + "id": 16874, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14394, + "id": 16875, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14395, + "id": 16876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14396, + "id": 16877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14397, + "id": 16878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14398, + "id": 16879, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14399, + "id": 16880, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14400, + "id": 16881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14401, + "id": 16882, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14402, + "id": 16883, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14403, + "id": 16884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14404, + "id": 16885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14405, + "id": 16886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14406, + "id": 16887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14407, + "id": 16888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14408, + "id": 16889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14409, + "id": 16890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14410, + "id": 16891, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14411, + "id": 16892, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14412, + "id": 16893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14413, + "id": 16894, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14414, + "id": 16895, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14415, + "id": 16896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14416, + "id": 16897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14417, + "id": 16898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14418, + "id": 16899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14419, + "id": 16900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14420, + "id": 16901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14421, + "id": 16902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14422, + "id": 16903, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14423, + "id": 16904, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14424, + "id": 16905, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14425, + "id": 16906, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14426, + "id": 16907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14427, + "id": 16908, "luminance": 0, "opaque": true, "replaceable": false, @@ -166837,17 +196914,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14428, + "id": 16909, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -166855,13 +196933,13 @@ ] }, { - "id": 14429, + "id": 16910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -166869,7 +196947,7 @@ ] }, { - "id": 14430, + "id": 16911, "luminance": 0, "opaque": true, "replaceable": false, @@ -166877,17 +196955,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14431, + "id": 16912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -166895,13 +196974,13 @@ ] }, { - "id": 14432, + "id": 16913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -166909,75 +196988,77 @@ ] }, { - "id": 14433, + "id": 16914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14434, + "id": 16915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14435, + "id": 16916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14436, + "id": 16917, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14437, + "id": 16918, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14438, + "id": 16919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14439, + "id": 16920, "luminance": 0, "opaque": true, "replaceable": false, @@ -166985,17 +197066,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14440, + "id": 16921, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -167003,13 +197085,13 @@ ] }, { - "id": 14441, + "id": 16922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -167017,7 +197099,7 @@ ] }, { - "id": 14442, + "id": 16923, "luminance": 0, "opaque": true, "replaceable": false, @@ -167025,17 +197107,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14443, + "id": 16924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -167043,13 +197126,13 @@ ] }, { - "id": 14444, + "id": 16925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -167057,86 +197140,89 @@ ] }, { - "id": 14445, + "id": 16926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14446, + "id": 16927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14447, + "id": 16928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14448, + "id": 16929, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14449, + "id": 16930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14450, + "id": 16931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14451, + "id": 16932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14452, + "id": 16933, "luminance": 0, "opaque": true, "replaceable": false, @@ -167144,11 +197230,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14453, + "id": 16934, "luminance": 0, "opaque": true, "replaceable": false, @@ -167156,22 +197243,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14454, + "id": 16935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14455, + "id": 16936, "luminance": 0, "opaque": true, "replaceable": false, @@ -167179,11 +197268,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14456, + "id": 16937, "luminance": 0, "opaque": true, "replaceable": false, @@ -167191,83 +197281,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14457, + "id": 16938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14458, + "id": 16939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14459, + "id": 16940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14460, + "id": 16941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14461, + "id": 16942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14462, + "id": 16943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14463, + "id": 16944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14464, + "id": 16945, "luminance": 0, "opaque": true, "replaceable": false, @@ -167276,11 +197374,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14465, + "id": 16946, "luminance": 0, "opaque": true, "replaceable": false, @@ -167289,23 +197388,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14466, + "id": 16947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14467, + "id": 16948, "luminance": 0, "opaque": true, "replaceable": false, @@ -167314,11 +197415,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14468, + "id": 16949, "luminance": 0, "opaque": true, "replaceable": false, @@ -167327,89 +197429,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14469, + "id": 16950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14470, + "id": 16951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14471, + "id": 16952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14472, + "id": 16953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14473, + "id": 16954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14474, + "id": 16955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14475, + "id": 16956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14476, + "id": 16957, "luminance": 0, "opaque": true, "replaceable": false, @@ -167418,11 +197526,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14477, + "id": 16958, "luminance": 0, "opaque": true, "replaceable": false, @@ -167431,23 +197540,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14478, + "id": 16959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14479, + "id": 16960, "luminance": 0, "opaque": true, "replaceable": false, @@ -167456,11 +197567,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14480, + "id": 16961, "luminance": 0, "opaque": true, "replaceable": false, @@ -167469,89 +197581,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14481, + "id": 16962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14482, + "id": 16963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14483, + "id": 16964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14484, + "id": 16965, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14485, + "id": 16966, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14486, + "id": 16967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14487, + "id": 16968, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14488, + "id": 16969, "luminance": 0, "opaque": true, "replaceable": false, @@ -167559,12 +197675,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14489, + "id": 16970, "luminance": 0, "opaque": true, "replaceable": false, @@ -167572,24 +197687,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14490, + "id": 16971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14491, + "id": 16972, "luminance": 0, "opaque": true, "replaceable": false, @@ -167597,12 +197710,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14492, + "id": 16973, "luminance": 0, "opaque": true, "replaceable": false, @@ -167610,91 +197722,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14493, + "id": 16974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14494, + "id": 16975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14495, + "id": 16976, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14496, + "id": 16977, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14497, + "id": 16978, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14498, + "id": 16979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14499, + "id": 16980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14500, + "id": 16981, "luminance": 0, "opaque": true, "replaceable": false, @@ -167703,12 +197807,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14501, + "id": 16982, "luminance": 0, "opaque": true, "replaceable": false, @@ -167717,25 +197820,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14502, + "id": 16983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14503, + "id": 16984, "luminance": 0, "opaque": true, "replaceable": false, @@ -167744,12 +197845,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14504, + "id": 16985, "luminance": 0, "opaque": true, "replaceable": false, @@ -167758,95 +197858,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14505, + "id": 16986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14506, + "id": 16987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14507, + "id": 16988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14508, + "id": 16989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14509, + "id": 16990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14510, + "id": 16991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14511, + "id": 16992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14512, + "id": 16993, "luminance": 0, "opaque": true, "replaceable": false, @@ -167855,12 +197949,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14513, + "id": 16994, "luminance": 0, "opaque": true, "replaceable": false, @@ -167869,25 +197962,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14514, + "id": 16995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14515, + "id": 16996, "luminance": 0, "opaque": true, "replaceable": false, @@ -167896,12 +197987,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14516, + "id": 16997, "luminance": 0, "opaque": true, "replaceable": false, @@ -167910,82 +198000,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14517, + "id": 16998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14518, + "id": 16999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14519, + "id": 17000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14520, + "id": 17001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14521, + "id": 17002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14522, + "id": 17003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14523, + "id": 17004, "luminance": 0, "opaque": true, "replaceable": false, @@ -167997,7 +198082,7 @@ ] }, { - "id": 14524, + "id": 17005, "luminance": 0, "opaque": true, "replaceable": false, @@ -168010,7 +198095,7 @@ ] }, { - "id": 14525, + "id": 17006, "luminance": 0, "opaque": true, "replaceable": false, @@ -168023,7 +198108,7 @@ ] }, { - "id": 14526, + "id": 17007, "luminance": 0, "opaque": true, "replaceable": false, @@ -168035,7 +198120,7 @@ ] }, { - "id": 14527, + "id": 17008, "luminance": 0, "opaque": true, "replaceable": false, @@ -168048,7 +198133,7 @@ ] }, { - "id": 14528, + "id": 17009, "luminance": 0, "opaque": true, "replaceable": false, @@ -168061,7 +198146,7 @@ ] }, { - "id": 14529, + "id": 17010, "luminance": 0, "opaque": true, "replaceable": false, @@ -168072,7 +198157,7 @@ ] }, { - "id": 14530, + "id": 17011, "luminance": 0, "opaque": true, "replaceable": false, @@ -168083,7 +198168,7 @@ ] }, { - "id": 14531, + "id": 17012, "luminance": 0, "opaque": true, "replaceable": false, @@ -168094,7 +198179,7 @@ ] }, { - "id": 14532, + "id": 17013, "luminance": 0, "opaque": true, "replaceable": false, @@ -168105,7 +198190,7 @@ ] }, { - "id": 14533, + "id": 17014, "luminance": 0, "opaque": true, "replaceable": false, @@ -168116,7 +198201,7 @@ ] }, { - "id": 14534, + "id": 17015, "luminance": 0, "opaque": true, "replaceable": false, @@ -168127,7 +198212,7 @@ ] }, { - "id": 14535, + "id": 17016, "luminance": 0, "opaque": true, "replaceable": false, @@ -168140,7 +198225,7 @@ ] }, { - "id": 14536, + "id": 17017, "luminance": 0, "opaque": true, "replaceable": false, @@ -168154,7 +198239,7 @@ ] }, { - "id": 14537, + "id": 17018, "luminance": 0, "opaque": true, "replaceable": false, @@ -168168,7 +198253,7 @@ ] }, { - "id": 14538, + "id": 17019, "luminance": 0, "opaque": true, "replaceable": false, @@ -168181,7 +198266,7 @@ ] }, { - "id": 14539, + "id": 17020, "luminance": 0, "opaque": true, "replaceable": false, @@ -168195,7 +198280,7 @@ ] }, { - "id": 14540, + "id": 17021, "luminance": 0, "opaque": true, "replaceable": false, @@ -168209,7 +198294,7 @@ ] }, { - "id": 14541, + "id": 17022, "luminance": 0, "opaque": true, "replaceable": false, @@ -168220,7 +198305,7 @@ ] }, { - "id": 14542, + "id": 17023, "luminance": 0, "opaque": true, "replaceable": false, @@ -168232,7 +198317,7 @@ ] }, { - "id": 14543, + "id": 17024, "luminance": 0, "opaque": true, "replaceable": false, @@ -168244,7 +198329,7 @@ ] }, { - "id": 14544, + "id": 17025, "luminance": 0, "opaque": true, "replaceable": false, @@ -168255,7 +198340,7 @@ ] }, { - "id": 14545, + "id": 17026, "luminance": 0, "opaque": true, "replaceable": false, @@ -168267,7 +198352,7 @@ ] }, { - "id": 14546, + "id": 17027, "luminance": 0, "opaque": true, "replaceable": false, @@ -168279,7 +198364,7 @@ ] }, { - "id": 14547, + "id": 17028, "luminance": 0, "opaque": true, "replaceable": false, @@ -168292,7 +198377,7 @@ ] }, { - "id": 14548, + "id": 17029, "luminance": 0, "opaque": true, "replaceable": false, @@ -168306,7 +198391,7 @@ ] }, { - "id": 14549, + "id": 17030, "luminance": 0, "opaque": true, "replaceable": false, @@ -168320,7 +198405,7 @@ ] }, { - "id": 14550, + "id": 17031, "luminance": 0, "opaque": true, "replaceable": false, @@ -168333,7 +198418,7 @@ ] }, { - "id": 14551, + "id": 17032, "luminance": 0, "opaque": true, "replaceable": false, @@ -168347,7 +198432,7 @@ ] }, { - "id": 14552, + "id": 17033, "luminance": 0, "opaque": true, "replaceable": false, @@ -168361,7 +198446,7 @@ ] }, { - "id": 14553, + "id": 17034, "luminance": 0, "opaque": true, "replaceable": false, @@ -168372,7 +198457,7 @@ ] }, { - "id": 14554, + "id": 17035, "luminance": 0, "opaque": true, "replaceable": false, @@ -168384,7 +198469,7 @@ ] }, { - "id": 14555, + "id": 17036, "luminance": 0, "opaque": true, "replaceable": false, @@ -168396,7 +198481,7 @@ ] }, { - "id": 14556, + "id": 17037, "luminance": 0, "opaque": true, "replaceable": false, @@ -168407,7 +198492,7 @@ ] }, { - "id": 14557, + "id": 17038, "luminance": 0, "opaque": true, "replaceable": false, @@ -168419,7 +198504,7 @@ ] }, { - "id": 14558, + "id": 17039, "luminance": 0, "opaque": true, "replaceable": false, @@ -168431,18 +198516,19 @@ ] }, { - "id": 14559, + "id": 17040, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14560, + "id": 17041, "luminance": 0, "opaque": true, "replaceable": false, @@ -168450,11 +198536,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14561, + "id": 17042, "luminance": 0, "opaque": true, "replaceable": false, @@ -168462,22 +198549,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14562, + "id": 17043, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14563, + "id": 17044, "luminance": 0, "opaque": true, "replaceable": false, @@ -168485,11 +198574,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14564, + "id": 17045, "luminance": 0, "opaque": true, "replaceable": false, @@ -168497,83 +198587,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14565, + "id": 17046, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14566, + "id": 17047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14567, + "id": 17048, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14568, + "id": 17049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14569, + "id": 17050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14570, + "id": 17051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14571, + "id": 17052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14572, + "id": 17053, "luminance": 0, "opaque": true, "replaceable": false, @@ -168582,11 +198680,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14573, + "id": 17054, "luminance": 0, "opaque": true, "replaceable": false, @@ -168595,23 +198694,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14574, + "id": 17055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14575, + "id": 17056, "luminance": 0, "opaque": true, "replaceable": false, @@ -168620,11 +198721,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14576, + "id": 17057, "luminance": 0, "opaque": true, "replaceable": false, @@ -168633,89 +198735,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14577, + "id": 17058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14578, + "id": 17059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14579, + "id": 17060, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14580, + "id": 17061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14581, + "id": 17062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14582, + "id": 17063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14583, + "id": 17064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14584, + "id": 17065, "luminance": 0, "opaque": true, "replaceable": false, @@ -168724,11 +198832,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14585, + "id": 17066, "luminance": 0, "opaque": true, "replaceable": false, @@ -168737,23 +198846,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14586, + "id": 17067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14587, + "id": 17068, "luminance": 0, "opaque": true, "replaceable": false, @@ -168762,11 +198873,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14588, + "id": 17069, "luminance": 0, "opaque": true, "replaceable": false, @@ -168775,665 +198887,677 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14589, + "id": 17070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14590, + "id": 17071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14591, + "id": 17072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14592, + "id": 17073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14593, + "id": 17074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14594, + "id": 17075, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 768, + "name": "red_nether_brick_wall", + "translation_key": "block.minecraft.red_nether_brick_wall", + "item_id": 407, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 14595, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 17079, + "states": [ + { + "id": 17076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14596, + "id": 17077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14597, + "id": 17078, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14598, + "id": 17079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14599, + "id": 17080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14600, + "id": 17081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14601, + "id": 17082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14602, + "id": 17083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14603, + "id": 17084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14604, + "id": 17085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14605, + "id": 17086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14606, + "id": 17087, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14607, + "id": 17088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14608, + "id": 17089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14609, + "id": 17090, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14610, + "id": 17091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14611, + "id": 17092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14612, + "id": 17093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14613, + "id": 17094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14614, + "id": 17095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14615, + "id": 17096, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14616, + "id": 17097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14617, + "id": 17098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14618, + "id": 17099, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14619, + "id": 17100, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14620, + "id": 17101, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14621, + "id": 17102, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14622, + "id": 17103, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14623, + "id": 17104, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14624, + "id": 17105, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14625, + "id": 17106, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14626, + "id": 17107, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14627, + "id": 17108, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14628, + "id": 17109, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14629, + "id": 17110, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14630, + "id": 17111, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14631, + "id": 17112, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14632, + "id": 17113, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14633, + "id": 17114, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14634, + "id": 17115, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14635, + "id": 17116, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14636, + "id": 17117, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14637, + "id": 17118, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14638, + "id": 17119, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14639, + "id": 17120, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14640, + "id": 17121, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14641, + "id": 17122, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14642, + "id": 17123, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14643, + "id": 17124, "luminance": 0, "opaque": true, "replaceable": false, @@ -169441,18 +199565,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14644, + "id": 17125, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169460,13 +199583,13 @@ ] }, { - "id": 14645, + "id": 17126, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169474,7 +199597,7 @@ ] }, { - "id": 14646, + "id": 17127, "luminance": 0, "opaque": true, "replaceable": false, @@ -169482,18 +199605,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14647, + "id": 17128, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169501,13 +199623,13 @@ ] }, { - "id": 14648, + "id": 17129, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169515,77 +199637,75 @@ ] }, { - "id": 14649, + "id": 17130, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14650, + "id": 17131, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14651, + "id": 17132, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14652, + "id": 17133, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14653, + "id": 17134, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14654, + "id": 17135, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14655, + "id": 17136, "luminance": 0, "opaque": true, "replaceable": false, @@ -169593,18 +199713,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14656, + "id": 17137, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169612,13 +199731,13 @@ ] }, { - "id": 14657, + "id": 17138, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169626,7 +199745,7 @@ ] }, { - "id": 14658, + "id": 17139, "luminance": 0, "opaque": true, "replaceable": false, @@ -169634,18 +199753,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14659, + "id": 17140, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169653,13 +199771,13 @@ ] }, { - "id": 14660, + "id": 17141, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -169667,144 +199785,86 @@ ] }, { - "id": 14661, + "id": 17142, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14662, + "id": 17143, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14663, + "id": 17144, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14664, + "id": 17145, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14665, + "id": 17146, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14666, + "id": 17147, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] - } - ] - }, - { - "id": 761, - "name": "red_sandstone_wall", - "translation_key": "block.minecraft.red_sandstone_wall", - "item_id": 379, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - }, - { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 14670, - "states": [ - { - "id": 14667, + "id": 17148, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14668, + "id": 17149, "luminance": 0, "opaque": true, "replaceable": false, @@ -169812,11 +199872,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14669, + "id": 17150, "luminance": 0, "opaque": true, "replaceable": false, @@ -169824,21 +199885,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14670, + "id": 17151, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14671, + "id": 17152, "luminance": 0, "opaque": true, "replaceable": false, @@ -169846,11 +199909,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14672, + "id": 17153, "luminance": 0, "opaque": true, "replaceable": false, @@ -169858,78 +199922,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14673, + "id": 17154, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14674, + "id": 17155, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14675, + "id": 17156, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14676, + "id": 17157, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14677, + "id": 17158, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14678, + "id": 17159, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14679, + "id": 17160, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14680, + "id": 17161, "luminance": 0, "opaque": true, "replaceable": false, @@ -169938,11 +200012,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14681, + "id": 17162, "luminance": 0, "opaque": true, "replaceable": false, @@ -169951,22 +200026,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14682, + "id": 17163, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14683, + "id": 17164, "luminance": 0, "opaque": true, "replaceable": false, @@ -169975,11 +200052,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14684, + "id": 17165, "luminance": 0, "opaque": true, "replaceable": false, @@ -169988,86 +200066,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14685, + "id": 17166, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14686, + "id": 17167, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14687, + "id": 17168, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14688, + "id": 17169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14689, + "id": 17170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14690, + "id": 17171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14691, + "id": 17172, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14692, + "id": 17173, "luminance": 0, "opaque": true, "replaceable": false, @@ -170076,11 +200160,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14693, + "id": 17174, "luminance": 0, "opaque": true, "replaceable": false, @@ -170089,22 +200174,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14694, + "id": 17175, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 14695, + "id": 17176, "luminance": 0, "opaque": true, "replaceable": false, @@ -170113,11 +200200,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14696, + "id": 17177, "luminance": 0, "opaque": true, "replaceable": false, @@ -170126,647 +200214,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 14697, + "id": 17178, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14698, + "id": 17179, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14699, + "id": 17180, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14700, + "id": 17181, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 14701, + "id": 17182, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14702, + "id": 17183, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 14703, + "id": 17184, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14704, + "id": 17185, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14705, + "id": 17186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14706, + "id": 17187, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 14707, + "id": 17188, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14708, + "id": 17189, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 14709, + "id": 17190, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14710, + "id": 17191, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14711, + "id": 17192, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14712, + "id": 17193, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 14713, + "id": 17194, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14714, + "id": 17195, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 14715, + "id": 17196, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14716, + "id": 17197, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14717, + "id": 17198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14718, + "id": 17199, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14719, + "id": 17200, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14720, + "id": 17201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14721, + "id": 17202, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14722, + "id": 17203, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14723, + "id": 17204, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14724, + "id": 17205, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14725, + "id": 17206, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14726, + "id": 17207, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14727, + "id": 17208, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14728, + "id": 17209, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14729, + "id": 17210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14730, + "id": 17211, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 14731, + "id": 17212, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14732, + "id": 17213, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 14733, + "id": 17214, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14734, + "id": 17215, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14735, + "id": 17216, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14736, + "id": 17217, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 14737, + "id": 17218, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14738, + "id": 17219, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 14739, + "id": 17220, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14740, + "id": 17221, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14741, + "id": 17222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14742, + "id": 17223, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 14743, + "id": 17224, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14744, + "id": 17225, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 14745, + "id": 17226, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14746, + "id": 17227, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14747, + "id": 17228, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14748, + "id": 17229, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 14749, + "id": 17230, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14750, + "id": 17231, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 14751, + "id": 17232, "luminance": 0, "opaque": true, "replaceable": false, @@ -170774,17 +200851,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14752, + "id": 17233, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170792,13 +200870,13 @@ ] }, { - "id": 14753, + "id": 17234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170806,7 +200884,7 @@ ] }, { - "id": 14754, + "id": 17235, "luminance": 0, "opaque": true, "replaceable": false, @@ -170814,17 +200892,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14755, + "id": 17236, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170832,13 +200911,13 @@ ] }, { - "id": 14756, + "id": 17237, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170846,75 +200925,77 @@ ] }, { - "id": 14757, + "id": 17238, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14758, + "id": 17239, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14759, + "id": 17240, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14760, + "id": 17241, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14761, + "id": 17242, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14762, + "id": 17243, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14763, + "id": 17244, "luminance": 0, "opaque": true, "replaceable": false, @@ -170922,17 +201003,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14764, + "id": 17245, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170940,13 +201022,13 @@ ] }, { - "id": 14765, + "id": 17246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170954,7 +201036,7 @@ ] }, { - "id": 14766, + "id": 17247, "luminance": 0, "opaque": true, "replaceable": false, @@ -170962,17 +201044,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 14767, + "id": 17248, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170980,13 +201063,13 @@ ] }, { - "id": 14768, + "id": 17249, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -170994,86 +201077,89 @@ ] }, { - "id": 14769, + "id": 17250, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14770, + "id": 17251, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14771, + "id": 17252, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14772, + "id": 17253, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 14773, + "id": 17254, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14774, + "id": 17255, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 14775, + "id": 17256, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14776, + "id": 17257, "luminance": 0, "opaque": true, "replaceable": false, @@ -171081,11 +201167,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14777, + "id": 17258, "luminance": 0, "opaque": true, "replaceable": false, @@ -171093,22 +201180,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14778, + "id": 17259, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14779, + "id": 17260, "luminance": 0, "opaque": true, "replaceable": false, @@ -171116,11 +201205,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14780, + "id": 17261, "luminance": 0, "opaque": true, "replaceable": false, @@ -171128,83 +201218,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14781, + "id": 17262, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14782, + "id": 17263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14783, + "id": 17264, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14784, + "id": 17265, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14785, + "id": 17266, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14786, + "id": 17267, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14787, + "id": 17268, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14788, + "id": 17269, "luminance": 0, "opaque": true, "replaceable": false, @@ -171213,11 +201311,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14789, + "id": 17270, "luminance": 0, "opaque": true, "replaceable": false, @@ -171226,23 +201325,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14790, + "id": 17271, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14791, + "id": 17272, "luminance": 0, "opaque": true, "replaceable": false, @@ -171251,11 +201352,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14792, + "id": 17273, "luminance": 0, "opaque": true, "replaceable": false, @@ -171264,89 +201366,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14793, + "id": 17274, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14794, + "id": 17275, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14795, + "id": 17276, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14796, + "id": 17277, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14797, + "id": 17278, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14798, + "id": 17279, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14799, + "id": 17280, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14800, + "id": 17281, "luminance": 0, "opaque": true, "replaceable": false, @@ -171355,11 +201463,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14801, + "id": 17282, "luminance": 0, "opaque": true, "replaceable": false, @@ -171368,23 +201477,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14802, + "id": 17283, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14803, + "id": 17284, "luminance": 0, "opaque": true, "replaceable": false, @@ -171393,11 +201504,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14804, + "id": 17285, "luminance": 0, "opaque": true, "replaceable": false, @@ -171406,89 +201518,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14805, + "id": 17286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14806, + "id": 17287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14807, + "id": 17288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14808, + "id": 17289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14809, + "id": 17290, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14810, + "id": 17291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14811, + "id": 17292, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14812, + "id": 17293, "luminance": 0, "opaque": true, "replaceable": false, @@ -171496,12 +201612,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14813, + "id": 17294, "luminance": 0, "opaque": true, "replaceable": false, @@ -171509,24 +201624,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14814, + "id": 17295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 14815, + "id": 17296, "luminance": 0, "opaque": true, "replaceable": false, @@ -171534,12 +201647,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14816, + "id": 17297, "luminance": 0, "opaque": true, "replaceable": false, @@ -171547,91 +201659,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 14817, + "id": 17298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14818, + "id": 17299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14819, + "id": 17300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14820, + "id": 17301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 14821, + "id": 17302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14822, + "id": 17303, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 14823, + "id": 17304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14824, + "id": 17305, "luminance": 0, "opaque": true, "replaceable": false, @@ -171640,12 +201744,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14825, + "id": 17306, "luminance": 0, "opaque": true, "replaceable": false, @@ -171654,25 +201757,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14826, + "id": 17307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14827, + "id": 17308, "luminance": 0, "opaque": true, "replaceable": false, @@ -171681,12 +201782,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14828, + "id": 17309, "luminance": 0, "opaque": true, "replaceable": false, @@ -171695,95 +201795,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14829, + "id": 17310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14830, + "id": 17311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14831, + "id": 17312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14832, + "id": 17313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14833, + "id": 17314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14834, + "id": 17315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14835, + "id": 17316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14836, + "id": 17317, "luminance": 0, "opaque": true, "replaceable": false, @@ -171792,12 +201886,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14837, + "id": 17318, "luminance": 0, "opaque": true, "replaceable": false, @@ -171806,25 +201899,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14838, + "id": 17319, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 14839, + "id": 17320, "luminance": 0, "opaque": true, "replaceable": false, @@ -171833,12 +201924,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14840, + "id": 17321, "luminance": 0, "opaque": true, "replaceable": false, @@ -171847,82 +201937,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 14841, + "id": 17322, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14842, + "id": 17323, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14843, + "id": 17324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14844, + "id": 17325, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 14845, + "id": 17326, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14846, + "id": 17327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 14847, + "id": 17328, "luminance": 0, "opaque": true, "replaceable": false, @@ -171934,7 +202019,7 @@ ] }, { - "id": 14848, + "id": 17329, "luminance": 0, "opaque": true, "replaceable": false, @@ -171947,7 +202032,7 @@ ] }, { - "id": 14849, + "id": 17330, "luminance": 0, "opaque": true, "replaceable": false, @@ -171960,7 +202045,7 @@ ] }, { - "id": 14850, + "id": 17331, "luminance": 0, "opaque": true, "replaceable": false, @@ -171972,7 +202057,7 @@ ] }, { - "id": 14851, + "id": 17332, "luminance": 0, "opaque": true, "replaceable": false, @@ -171985,7 +202070,7 @@ ] }, { - "id": 14852, + "id": 17333, "luminance": 0, "opaque": true, "replaceable": false, @@ -171998,7 +202083,7 @@ ] }, { - "id": 14853, + "id": 17334, "luminance": 0, "opaque": true, "replaceable": false, @@ -172009,7 +202094,7 @@ ] }, { - "id": 14854, + "id": 17335, "luminance": 0, "opaque": true, "replaceable": false, @@ -172020,7 +202105,7 @@ ] }, { - "id": 14855, + "id": 17336, "luminance": 0, "opaque": true, "replaceable": false, @@ -172031,7 +202116,7 @@ ] }, { - "id": 14856, + "id": 17337, "luminance": 0, "opaque": true, "replaceable": false, @@ -172042,7 +202127,7 @@ ] }, { - "id": 14857, + "id": 17338, "luminance": 0, "opaque": true, "replaceable": false, @@ -172053,7 +202138,7 @@ ] }, { - "id": 14858, + "id": 17339, "luminance": 0, "opaque": true, "replaceable": false, @@ -172064,7 +202149,7 @@ ] }, { - "id": 14859, + "id": 17340, "luminance": 0, "opaque": true, "replaceable": false, @@ -172077,7 +202162,7 @@ ] }, { - "id": 14860, + "id": 17341, "luminance": 0, "opaque": true, "replaceable": false, @@ -172091,7 +202176,7 @@ ] }, { - "id": 14861, + "id": 17342, "luminance": 0, "opaque": true, "replaceable": false, @@ -172105,7 +202190,7 @@ ] }, { - "id": 14862, + "id": 17343, "luminance": 0, "opaque": true, "replaceable": false, @@ -172118,7 +202203,7 @@ ] }, { - "id": 14863, + "id": 17344, "luminance": 0, "opaque": true, "replaceable": false, @@ -172132,7 +202217,7 @@ ] }, { - "id": 14864, + "id": 17345, "luminance": 0, "opaque": true, "replaceable": false, @@ -172146,7 +202231,7 @@ ] }, { - "id": 14865, + "id": 17346, "luminance": 0, "opaque": true, "replaceable": false, @@ -172157,7 +202242,7 @@ ] }, { - "id": 14866, + "id": 17347, "luminance": 0, "opaque": true, "replaceable": false, @@ -172169,7 +202254,7 @@ ] }, { - "id": 14867, + "id": 17348, "luminance": 0, "opaque": true, "replaceable": false, @@ -172181,7 +202266,7 @@ ] }, { - "id": 14868, + "id": 17349, "luminance": 0, "opaque": true, "replaceable": false, @@ -172192,7 +202277,7 @@ ] }, { - "id": 14869, + "id": 17350, "luminance": 0, "opaque": true, "replaceable": false, @@ -172204,7 +202289,7 @@ ] }, { - "id": 14870, + "id": 17351, "luminance": 0, "opaque": true, "replaceable": false, @@ -172216,7 +202301,7 @@ ] }, { - "id": 14871, + "id": 17352, "luminance": 0, "opaque": true, "replaceable": false, @@ -172229,7 +202314,7 @@ ] }, { - "id": 14872, + "id": 17353, "luminance": 0, "opaque": true, "replaceable": false, @@ -172243,7 +202328,7 @@ ] }, { - "id": 14873, + "id": 17354, "luminance": 0, "opaque": true, "replaceable": false, @@ -172257,7 +202342,7 @@ ] }, { - "id": 14874, + "id": 17355, "luminance": 0, "opaque": true, "replaceable": false, @@ -172270,7 +202355,7 @@ ] }, { - "id": 14875, + "id": 17356, "luminance": 0, "opaque": true, "replaceable": false, @@ -172284,7 +202369,7 @@ ] }, { - "id": 14876, + "id": 17357, "luminance": 0, "opaque": true, "replaceable": false, @@ -172298,7 +202383,7 @@ ] }, { - "id": 14877, + "id": 17358, "luminance": 0, "opaque": true, "replaceable": false, @@ -172309,7 +202394,7 @@ ] }, { - "id": 14878, + "id": 17359, "luminance": 0, "opaque": true, "replaceable": false, @@ -172321,7 +202406,7 @@ ] }, { - "id": 14879, + "id": 17360, "luminance": 0, "opaque": true, "replaceable": false, @@ -172333,7 +202418,7 @@ ] }, { - "id": 14880, + "id": 17361, "luminance": 0, "opaque": true, "replaceable": false, @@ -172344,7 +202429,7 @@ ] }, { - "id": 14881, + "id": 17362, "luminance": 0, "opaque": true, "replaceable": false, @@ -172356,7 +202441,7 @@ ] }, { - "id": 14882, + "id": 17363, "luminance": 0, "opaque": true, "replaceable": false, @@ -172368,18 +202453,19 @@ ] }, { - "id": 14883, + "id": 17364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14884, + "id": 17365, "luminance": 0, "opaque": true, "replaceable": false, @@ -172387,11 +202473,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14885, + "id": 17366, "luminance": 0, "opaque": true, "replaceable": false, @@ -172399,22 +202486,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14886, + "id": 17367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 14887, + "id": 17368, "luminance": 0, "opaque": true, "replaceable": false, @@ -172422,11 +202511,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14888, + "id": 17369, "luminance": 0, "opaque": true, "replaceable": false, @@ -172434,83 +202524,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 14889, + "id": 17370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14890, + "id": 17371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14891, + "id": 17372, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14892, + "id": 17373, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 14893, + "id": 17374, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14894, + "id": 17375, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 14895, + "id": 17376, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14896, + "id": 17377, "luminance": 0, "opaque": true, "replaceable": false, @@ -172519,11 +202617,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14897, + "id": 17378, "luminance": 0, "opaque": true, "replaceable": false, @@ -172532,23 +202631,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14898, + "id": 17379, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14899, + "id": 17380, "luminance": 0, "opaque": true, "replaceable": false, @@ -172557,11 +202658,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14900, + "id": 17381, "luminance": 0, "opaque": true, "replaceable": false, @@ -172570,89 +202672,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14901, + "id": 17382, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14902, + "id": 17383, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14903, + "id": 17384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14904, + "id": 17385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14905, + "id": 17386, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14906, + "id": 17387, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14907, + "id": 17388, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14908, + "id": 17389, "luminance": 0, "opaque": true, "replaceable": false, @@ -172661,11 +202769,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14909, + "id": 17390, "luminance": 0, "opaque": true, "replaceable": false, @@ -172674,23 +202783,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14910, + "id": 17391, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 14911, + "id": 17392, "luminance": 0, "opaque": true, "replaceable": false, @@ -172699,11 +202810,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14912, + "id": 17393, "luminance": 0, "opaque": true, "replaceable": false, @@ -172712,665 +202824,677 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 14913, + "id": 17394, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14914, + "id": 17395, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14915, + "id": 17396, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14916, + "id": 17397, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 14917, + "id": 17398, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 14918, + "id": 17399, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 769, + "name": "sandstone_wall", + "translation_key": "block.minecraft.sandstone_wall", + "item_id": 408, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 14919, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 17403, + "states": [ + { + "id": 17400, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14920, + "id": 17401, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14921, + "id": 17402, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14922, + "id": 17403, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 14923, + "id": 17404, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14924, + "id": 17405, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 14925, + "id": 17406, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14926, + "id": 17407, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14927, + "id": 17408, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14928, + "id": 17409, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 14929, + "id": 17410, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14930, + "id": 17411, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 14931, + "id": 17412, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14932, + "id": 17413, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14933, + "id": 17414, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14934, + "id": 17415, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14935, + "id": 17416, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14936, + "id": 17417, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14937, + "id": 17418, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14938, + "id": 17419, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14939, + "id": 17420, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14940, + "id": 17421, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14941, + "id": 17422, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14942, + "id": 17423, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14943, + "id": 17424, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14944, + "id": 17425, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14945, + "id": 17426, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14946, + "id": 17427, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 14947, + "id": 17428, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14948, + "id": 17429, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 14949, + "id": 17430, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14950, + "id": 17431, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14951, + "id": 17432, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14952, + "id": 17433, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 14953, + "id": 17434, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14954, + "id": 17435, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 14955, + "id": 17436, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14956, + "id": 17437, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14957, + "id": 17438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14958, + "id": 17439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 14959, + "id": 17440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14960, + "id": 17441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 14961, + "id": 17442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14962, + "id": 17443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14963, + "id": 17444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14964, + "id": 17445, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 14965, + "id": 17446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14966, + "id": 17447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 14967, + "id": 17448, "luminance": 0, "opaque": true, "replaceable": false, @@ -173378,18 +203502,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14968, + "id": 17449, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173397,13 +203520,13 @@ ] }, { - "id": 14969, + "id": 17450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173411,7 +203534,7 @@ ] }, { - "id": 14970, + "id": 17451, "luminance": 0, "opaque": true, "replaceable": false, @@ -173419,18 +203542,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14971, + "id": 17452, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173438,13 +203560,13 @@ ] }, { - "id": 14972, + "id": 17453, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173452,77 +203574,75 @@ ] }, { - "id": 14973, + "id": 17454, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14974, + "id": 17455, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14975, + "id": 17456, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14976, + "id": 17457, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14977, + "id": 17458, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14978, + "id": 17459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14979, + "id": 17460, "luminance": 0, "opaque": true, "replaceable": false, @@ -173530,18 +203650,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14980, + "id": 17461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173549,13 +203668,13 @@ ] }, { - "id": 14981, + "id": 17462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173563,7 +203682,7 @@ ] }, { - "id": 14982, + "id": 17463, "luminance": 0, "opaque": true, "replaceable": false, @@ -173571,18 +203690,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 14983, + "id": 17464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173590,13 +203708,13 @@ ] }, { - "id": 14984, + "id": 17465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -173604,144 +203722,86 @@ ] }, { - "id": 14985, + "id": 17466, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14986, + "id": 17467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14987, + "id": 17468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14988, + "id": 17469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 14989, + "id": 17470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 14990, + "id": 17471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] - } - ] - }, - { - "id": 762, - "name": "mossy_stone_brick_wall", - "translation_key": "block.minecraft.mossy_stone_brick_wall", - "item_id": 380, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - }, - { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 14994, - "states": [ - { - "id": 14991, + "id": 17472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14992, + "id": 17473, "luminance": 0, "opaque": true, "replaceable": false, @@ -173749,11 +203809,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14993, + "id": 17474, "luminance": 0, "opaque": true, "replaceable": false, @@ -173761,21 +203822,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14994, + "id": 17475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 14995, + "id": 17476, "luminance": 0, "opaque": true, "replaceable": false, @@ -173783,11 +203846,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14996, + "id": 17477, "luminance": 0, "opaque": true, "replaceable": false, @@ -173795,78 +203859,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 14997, + "id": 17478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 14998, + "id": 17479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 14999, + "id": 17480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15000, + "id": 17481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 15001, + "id": 17482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15002, + "id": 17483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15003, + "id": 17484, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15004, + "id": 17485, "luminance": 0, "opaque": true, "replaceable": false, @@ -173875,11 +203949,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15005, + "id": 17486, "luminance": 0, "opaque": true, "replaceable": false, @@ -173888,22 +203963,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15006, + "id": 17487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15007, + "id": 17488, "luminance": 0, "opaque": true, "replaceable": false, @@ -173912,11 +203989,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15008, + "id": 17489, "luminance": 0, "opaque": true, "replaceable": false, @@ -173925,86 +204003,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15009, + "id": 17490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15010, + "id": 17491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15011, + "id": 17492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15012, + "id": 17493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15013, + "id": 17494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15014, + "id": 17495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15015, + "id": 17496, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15016, + "id": 17497, "luminance": 0, "opaque": true, "replaceable": false, @@ -174013,11 +204097,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15017, + "id": 17498, "luminance": 0, "opaque": true, "replaceable": false, @@ -174026,22 +204111,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15018, + "id": 17499, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15019, + "id": 17500, "luminance": 0, "opaque": true, "replaceable": false, @@ -174050,11 +204137,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15020, + "id": 17501, "luminance": 0, "opaque": true, "replaceable": false, @@ -174063,647 +204151,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15021, + "id": 17502, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15022, + "id": 17503, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15023, + "id": 17504, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15024, + "id": 17505, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15025, + "id": 17506, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15026, + "id": 17507, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15027, + "id": 17508, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15028, + "id": 17509, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15029, + "id": 17510, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15030, + "id": 17511, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15031, + "id": 17512, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15032, + "id": 17513, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15033, + "id": 17514, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15034, + "id": 17515, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15035, + "id": 17516, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15036, + "id": 17517, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15037, + "id": 17518, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15038, + "id": 17519, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15039, + "id": 17520, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15040, + "id": 17521, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15041, + "id": 17522, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15042, + "id": 17523, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15043, + "id": 17524, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15044, + "id": 17525, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15045, + "id": 17526, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15046, + "id": 17527, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15047, + "id": 17528, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15048, + "id": 17529, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15049, + "id": 17530, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15050, + "id": 17531, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15051, + "id": 17532, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15052, + "id": 17533, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15053, + "id": 17534, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15054, + "id": 17535, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15055, + "id": 17536, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15056, + "id": 17537, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15057, + "id": 17538, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15058, + "id": 17539, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15059, + "id": 17540, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15060, + "id": 17541, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15061, + "id": 17542, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15062, + "id": 17543, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15063, + "id": 17544, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15064, + "id": 17545, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15065, + "id": 17546, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15066, + "id": 17547, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15067, + "id": 17548, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15068, + "id": 17549, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15069, + "id": 17550, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15070, + "id": 17551, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15071, + "id": 17552, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15072, + "id": 17553, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15073, + "id": 17554, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15074, + "id": 17555, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15075, + "id": 17556, "luminance": 0, "opaque": true, "replaceable": false, @@ -174711,17 +204788,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15076, + "id": 17557, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174729,13 +204807,13 @@ ] }, { - "id": 15077, + "id": 17558, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174743,7 +204821,7 @@ ] }, { - "id": 15078, + "id": 17559, "luminance": 0, "opaque": true, "replaceable": false, @@ -174751,17 +204829,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15079, + "id": 17560, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174769,13 +204848,13 @@ ] }, { - "id": 15080, + "id": 17561, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174783,75 +204862,77 @@ ] }, { - "id": 15081, + "id": 17562, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15082, + "id": 17563, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15083, + "id": 17564, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15084, + "id": 17565, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15085, + "id": 17566, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15086, + "id": 17567, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15087, + "id": 17568, "luminance": 0, "opaque": true, "replaceable": false, @@ -174859,17 +204940,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15088, + "id": 17569, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174877,13 +204959,13 @@ ] }, { - "id": 15089, + "id": 17570, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174891,7 +204973,7 @@ ] }, { - "id": 15090, + "id": 17571, "luminance": 0, "opaque": true, "replaceable": false, @@ -174899,17 +204981,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15091, + "id": 17572, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174917,13 +205000,13 @@ ] }, { - "id": 15092, + "id": 17573, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -174931,86 +205014,89 @@ ] }, { - "id": 15093, + "id": 17574, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15094, + "id": 17575, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15095, + "id": 17576, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15096, + "id": 17577, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15097, + "id": 17578, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15098, + "id": 17579, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15099, + "id": 17580, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15100, + "id": 17581, "luminance": 0, "opaque": true, "replaceable": false, @@ -175018,11 +205104,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15101, + "id": 17582, "luminance": 0, "opaque": true, "replaceable": false, @@ -175030,22 +205117,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15102, + "id": 17583, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15103, + "id": 17584, "luminance": 0, "opaque": true, "replaceable": false, @@ -175053,11 +205142,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15104, + "id": 17585, "luminance": 0, "opaque": true, "replaceable": false, @@ -175065,83 +205155,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15105, + "id": 17586, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15106, + "id": 17587, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15107, + "id": 17588, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15108, + "id": 17589, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15109, + "id": 17590, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15110, + "id": 17591, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15111, + "id": 17592, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15112, + "id": 17593, "luminance": 0, "opaque": true, "replaceable": false, @@ -175150,11 +205248,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15113, + "id": 17594, "luminance": 0, "opaque": true, "replaceable": false, @@ -175163,23 +205262,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15114, + "id": 17595, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15115, + "id": 17596, "luminance": 0, "opaque": true, "replaceable": false, @@ -175188,11 +205289,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15116, + "id": 17597, "luminance": 0, "opaque": true, "replaceable": false, @@ -175201,89 +205303,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15117, + "id": 17598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15118, + "id": 17599, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15119, + "id": 17600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15120, + "id": 17601, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15121, + "id": 17602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15122, + "id": 17603, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15123, + "id": 17604, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15124, + "id": 17605, "luminance": 0, "opaque": true, "replaceable": false, @@ -175292,11 +205400,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15125, + "id": 17606, "luminance": 0, "opaque": true, "replaceable": false, @@ -175305,23 +205414,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15126, + "id": 17607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15127, + "id": 17608, "luminance": 0, "opaque": true, "replaceable": false, @@ -175330,11 +205441,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15128, + "id": 17609, "luminance": 0, "opaque": true, "replaceable": false, @@ -175343,89 +205455,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15129, + "id": 17610, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15130, + "id": 17611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15131, + "id": 17612, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15132, + "id": 17613, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15133, + "id": 17614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15134, + "id": 17615, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15135, + "id": 17616, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15136, + "id": 17617, "luminance": 0, "opaque": true, "replaceable": false, @@ -175433,12 +205549,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15137, + "id": 17618, "luminance": 0, "opaque": true, "replaceable": false, @@ -175446,24 +205561,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15138, + "id": 17619, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15139, + "id": 17620, "luminance": 0, "opaque": true, "replaceable": false, @@ -175471,12 +205584,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15140, + "id": 17621, "luminance": 0, "opaque": true, "replaceable": false, @@ -175484,91 +205596,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15141, + "id": 17622, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15142, + "id": 17623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15143, + "id": 17624, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15144, + "id": 17625, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15145, + "id": 17626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15146, + "id": 17627, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15147, + "id": 17628, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15148, + "id": 17629, "luminance": 0, "opaque": true, "replaceable": false, @@ -175577,12 +205681,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15149, + "id": 17630, "luminance": 0, "opaque": true, "replaceable": false, @@ -175591,25 +205694,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15150, + "id": 17631, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15151, + "id": 17632, "luminance": 0, "opaque": true, "replaceable": false, @@ -175618,12 +205719,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15152, + "id": 17633, "luminance": 0, "opaque": true, "replaceable": false, @@ -175632,95 +205732,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15153, + "id": 17634, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15154, + "id": 17635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15155, + "id": 17636, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15156, + "id": 17637, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15157, + "id": 17638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15158, + "id": 17639, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15159, + "id": 17640, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15160, + "id": 17641, "luminance": 0, "opaque": true, "replaceable": false, @@ -175729,12 +205823,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15161, + "id": 17642, "luminance": 0, "opaque": true, "replaceable": false, @@ -175743,25 +205836,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15162, + "id": 17643, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15163, + "id": 17644, "luminance": 0, "opaque": true, "replaceable": false, @@ -175770,12 +205861,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15164, + "id": 17645, "luminance": 0, "opaque": true, "replaceable": false, @@ -175784,82 +205874,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15165, + "id": 17646, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15166, + "id": 17647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15167, + "id": 17648, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15168, + "id": 17649, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15169, + "id": 17650, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15170, + "id": 17651, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15171, + "id": 17652, "luminance": 0, "opaque": true, "replaceable": false, @@ -175871,7 +205956,7 @@ ] }, { - "id": 15172, + "id": 17653, "luminance": 0, "opaque": true, "replaceable": false, @@ -175884,7 +205969,7 @@ ] }, { - "id": 15173, + "id": 17654, "luminance": 0, "opaque": true, "replaceable": false, @@ -175897,7 +205982,7 @@ ] }, { - "id": 15174, + "id": 17655, "luminance": 0, "opaque": true, "replaceable": false, @@ -175909,7 +205994,7 @@ ] }, { - "id": 15175, + "id": 17656, "luminance": 0, "opaque": true, "replaceable": false, @@ -175922,7 +206007,7 @@ ] }, { - "id": 15176, + "id": 17657, "luminance": 0, "opaque": true, "replaceable": false, @@ -175935,7 +206020,7 @@ ] }, { - "id": 15177, + "id": 17658, "luminance": 0, "opaque": true, "replaceable": false, @@ -175946,7 +206031,7 @@ ] }, { - "id": 15178, + "id": 17659, "luminance": 0, "opaque": true, "replaceable": false, @@ -175957,7 +206042,7 @@ ] }, { - "id": 15179, + "id": 17660, "luminance": 0, "opaque": true, "replaceable": false, @@ -175968,7 +206053,7 @@ ] }, { - "id": 15180, + "id": 17661, "luminance": 0, "opaque": true, "replaceable": false, @@ -175979,7 +206064,7 @@ ] }, { - "id": 15181, + "id": 17662, "luminance": 0, "opaque": true, "replaceable": false, @@ -175990,7 +206075,7 @@ ] }, { - "id": 15182, + "id": 17663, "luminance": 0, "opaque": true, "replaceable": false, @@ -176001,7 +206086,7 @@ ] }, { - "id": 15183, + "id": 17664, "luminance": 0, "opaque": true, "replaceable": false, @@ -176014,7 +206099,7 @@ ] }, { - "id": 15184, + "id": 17665, "luminance": 0, "opaque": true, "replaceable": false, @@ -176028,7 +206113,7 @@ ] }, { - "id": 15185, + "id": 17666, "luminance": 0, "opaque": true, "replaceable": false, @@ -176042,7 +206127,7 @@ ] }, { - "id": 15186, + "id": 17667, "luminance": 0, "opaque": true, "replaceable": false, @@ -176055,7 +206140,7 @@ ] }, { - "id": 15187, + "id": 17668, "luminance": 0, "opaque": true, "replaceable": false, @@ -176069,7 +206154,7 @@ ] }, { - "id": 15188, + "id": 17669, "luminance": 0, "opaque": true, "replaceable": false, @@ -176083,7 +206168,7 @@ ] }, { - "id": 15189, + "id": 17670, "luminance": 0, "opaque": true, "replaceable": false, @@ -176094,7 +206179,7 @@ ] }, { - "id": 15190, + "id": 17671, "luminance": 0, "opaque": true, "replaceable": false, @@ -176106,7 +206191,7 @@ ] }, { - "id": 15191, + "id": 17672, "luminance": 0, "opaque": true, "replaceable": false, @@ -176118,7 +206203,7 @@ ] }, { - "id": 15192, + "id": 17673, "luminance": 0, "opaque": true, "replaceable": false, @@ -176129,7 +206214,7 @@ ] }, { - "id": 15193, + "id": 17674, "luminance": 0, "opaque": true, "replaceable": false, @@ -176141,7 +206226,7 @@ ] }, { - "id": 15194, + "id": 17675, "luminance": 0, "opaque": true, "replaceable": false, @@ -176153,7 +206238,7 @@ ] }, { - "id": 15195, + "id": 17676, "luminance": 0, "opaque": true, "replaceable": false, @@ -176166,7 +206251,7 @@ ] }, { - "id": 15196, + "id": 17677, "luminance": 0, "opaque": true, "replaceable": false, @@ -176180,7 +206265,7 @@ ] }, { - "id": 15197, + "id": 17678, "luminance": 0, "opaque": true, "replaceable": false, @@ -176194,7 +206279,7 @@ ] }, { - "id": 15198, + "id": 17679, "luminance": 0, "opaque": true, "replaceable": false, @@ -176207,7 +206292,7 @@ ] }, { - "id": 15199, + "id": 17680, "luminance": 0, "opaque": true, "replaceable": false, @@ -176221,7 +206306,7 @@ ] }, { - "id": 15200, + "id": 17681, "luminance": 0, "opaque": true, "replaceable": false, @@ -176235,7 +206320,7 @@ ] }, { - "id": 15201, + "id": 17682, "luminance": 0, "opaque": true, "replaceable": false, @@ -176246,7 +206331,7 @@ ] }, { - "id": 15202, + "id": 17683, "luminance": 0, "opaque": true, "replaceable": false, @@ -176258,7 +206343,7 @@ ] }, { - "id": 15203, + "id": 17684, "luminance": 0, "opaque": true, "replaceable": false, @@ -176270,7 +206355,7 @@ ] }, { - "id": 15204, + "id": 17685, "luminance": 0, "opaque": true, "replaceable": false, @@ -176281,7 +206366,7 @@ ] }, { - "id": 15205, + "id": 17686, "luminance": 0, "opaque": true, "replaceable": false, @@ -176293,7 +206378,7 @@ ] }, { - "id": 15206, + "id": 17687, "luminance": 0, "opaque": true, "replaceable": false, @@ -176305,18 +206390,19 @@ ] }, { - "id": 15207, + "id": 17688, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15208, + "id": 17689, "luminance": 0, "opaque": true, "replaceable": false, @@ -176324,11 +206410,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15209, + "id": 17690, "luminance": 0, "opaque": true, "replaceable": false, @@ -176336,22 +206423,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15210, + "id": 17691, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15211, + "id": 17692, "luminance": 0, "opaque": true, "replaceable": false, @@ -176359,11 +206448,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15212, + "id": 17693, "luminance": 0, "opaque": true, "replaceable": false, @@ -176371,83 +206461,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15213, + "id": 17694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15214, + "id": 17695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15215, + "id": 17696, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15216, + "id": 17697, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15217, + "id": 17698, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15218, + "id": 17699, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15219, + "id": 17700, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15220, + "id": 17701, "luminance": 0, "opaque": true, "replaceable": false, @@ -176456,11 +206554,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15221, + "id": 17702, "luminance": 0, "opaque": true, "replaceable": false, @@ -176469,23 +206568,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15222, + "id": 17703, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15223, + "id": 17704, "luminance": 0, "opaque": true, "replaceable": false, @@ -176494,11 +206595,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15224, + "id": 17705, "luminance": 0, "opaque": true, "replaceable": false, @@ -176507,89 +206609,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15225, + "id": 17706, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15226, + "id": 17707, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15227, + "id": 17708, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15228, + "id": 17709, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15229, + "id": 17710, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15230, + "id": 17711, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15231, + "id": 17712, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15232, + "id": 17713, "luminance": 0, "opaque": true, "replaceable": false, @@ -176598,11 +206706,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15233, + "id": 17714, "luminance": 0, "opaque": true, "replaceable": false, @@ -176611,23 +206720,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15234, + "id": 17715, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15235, + "id": 17716, "luminance": 0, "opaque": true, "replaceable": false, @@ -176636,11 +206747,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15236, + "id": 17717, "luminance": 0, "opaque": true, "replaceable": false, @@ -176649,665 +206761,677 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15237, + "id": 17718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15238, + "id": 17719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15239, + "id": 17720, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15240, + "id": 17721, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15241, + "id": 17722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15242, + "id": 17723, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 770, + "name": "end_stone_brick_wall", + "translation_key": "block.minecraft.end_stone_brick_wall", + "item_id": 409, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 15243, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 17727, + "states": [ + { + "id": 17724, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 15244, + "id": 17725, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15245, + "id": 17726, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15246, + "id": 17727, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 15247, + "id": 17728, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15248, + "id": 17729, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15249, + "id": 17730, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 15250, + "id": 17731, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15251, + "id": 17732, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15252, + "id": 17733, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 15253, + "id": 17734, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15254, + "id": 17735, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15255, + "id": 17736, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15256, + "id": 17737, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15257, + "id": 17738, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15258, + "id": 17739, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15259, + "id": 17740, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15260, + "id": 17741, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15261, + "id": 17742, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15262, + "id": 17743, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15263, + "id": 17744, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15264, + "id": 17745, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15265, + "id": 17746, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15266, + "id": 17747, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15267, + "id": 17748, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15268, + "id": 17749, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15269, + "id": 17750, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15270, + "id": 17751, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15271, + "id": 17752, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15272, + "id": 17753, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15273, + "id": 17754, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15274, + "id": 17755, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15275, + "id": 17756, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15276, + "id": 17757, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15277, + "id": 17758, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15278, + "id": 17759, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15279, + "id": 17760, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 15280, + "id": 17761, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15281, + "id": 17762, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15282, + "id": 17763, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 15283, + "id": 17764, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15284, + "id": 17765, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15285, + "id": 17766, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 15286, + "id": 17767, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15287, + "id": 17768, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15288, + "id": 17769, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 15289, + "id": 17770, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15290, + "id": 17771, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15291, + "id": 17772, "luminance": 0, "opaque": true, "replaceable": false, @@ -177315,18 +207439,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15292, + "id": 17773, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177334,13 +207457,13 @@ ] }, { - "id": 15293, + "id": 17774, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177348,7 +207471,7 @@ ] }, { - "id": 15294, + "id": 17775, "luminance": 0, "opaque": true, "replaceable": false, @@ -177356,18 +207479,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15295, + "id": 17776, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177375,13 +207497,13 @@ ] }, { - "id": 15296, + "id": 17777, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177389,77 +207511,75 @@ ] }, { - "id": 15297, + "id": 17778, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15298, + "id": 17779, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15299, + "id": 17780, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15300, + "id": 17781, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15301, + "id": 17782, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15302, + "id": 17783, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15303, + "id": 17784, "luminance": 0, "opaque": true, "replaceable": false, @@ -177467,18 +207587,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15304, + "id": 17785, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177486,13 +207605,13 @@ ] }, { - "id": 15305, + "id": 17786, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177500,7 +207619,7 @@ ] }, { - "id": 15306, + "id": 17787, "luminance": 0, "opaque": true, "replaceable": false, @@ -177508,18 +207627,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15307, + "id": 17788, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177527,13 +207645,13 @@ ] }, { - "id": 15308, + "id": 17789, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -177541,144 +207659,86 @@ ] }, { - "id": 15309, + "id": 17790, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15310, + "id": 17791, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15311, + "id": 17792, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15312, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] - }, - { - "id": 15313, + "id": 17793, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 151 ] }, { - "id": 15314, + "id": 17794, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, - 147 - ] - } - ] - }, - { - "id": 763, - "name": "granite_wall", - "translation_key": "block.minecraft.granite_wall", - "item_id": 381, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" + 147 ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" + "id": 17795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] - } - ], - "default_state_id": 15318, - "states": [ + }, { - "id": 15315, + "id": 17796, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 15316, + "id": 17797, "luminance": 0, "opaque": true, "replaceable": false, @@ -177686,11 +207746,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15317, + "id": 17798, "luminance": 0, "opaque": true, "replaceable": false, @@ -177698,21 +207759,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15318, + "id": 17799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 15319, + "id": 17800, "luminance": 0, "opaque": true, "replaceable": false, @@ -177720,11 +207783,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15320, + "id": 17801, "luminance": 0, "opaque": true, "replaceable": false, @@ -177732,78 +207796,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15321, + "id": 17802, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 15322, + "id": 17803, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15323, + "id": 17804, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15324, + "id": 17805, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 15325, + "id": 17806, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15326, + "id": 17807, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15327, + "id": 17808, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15328, + "id": 17809, "luminance": 0, "opaque": true, "replaceable": false, @@ -177812,11 +207886,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15329, + "id": 17810, "luminance": 0, "opaque": true, "replaceable": false, @@ -177825,22 +207900,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15330, + "id": 17811, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15331, + "id": 17812, "luminance": 0, "opaque": true, "replaceable": false, @@ -177849,11 +207926,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15332, + "id": 17813, "luminance": 0, "opaque": true, "replaceable": false, @@ -177862,86 +207940,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15333, + "id": 17814, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15334, + "id": 17815, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15335, + "id": 17816, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15336, + "id": 17817, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15337, + "id": 17818, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15338, + "id": 17819, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15339, + "id": 17820, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15340, + "id": 17821, "luminance": 0, "opaque": true, "replaceable": false, @@ -177950,11 +208034,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15341, + "id": 17822, "luminance": 0, "opaque": true, "replaceable": false, @@ -177963,22 +208048,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15342, + "id": 17823, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15343, + "id": 17824, "luminance": 0, "opaque": true, "replaceable": false, @@ -177987,11 +208074,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15344, + "id": 17825, "luminance": 0, "opaque": true, "replaceable": false, @@ -178000,647 +208088,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15345, + "id": 17826, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15346, + "id": 17827, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15347, + "id": 17828, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15348, + "id": 17829, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15349, + "id": 17830, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15350, + "id": 17831, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15351, + "id": 17832, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15352, + "id": 17833, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15353, + "id": 17834, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15354, + "id": 17835, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15355, + "id": 17836, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15356, + "id": 17837, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15357, + "id": 17838, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15358, + "id": 17839, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15359, + "id": 17840, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15360, + "id": 17841, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15361, + "id": 17842, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15362, + "id": 17843, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15363, + "id": 17844, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15364, + "id": 17845, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15365, + "id": 17846, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15366, + "id": 17847, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15367, + "id": 17848, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15368, + "id": 17849, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15369, + "id": 17850, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15370, + "id": 17851, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15371, + "id": 17852, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15372, + "id": 17853, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15373, + "id": 17854, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15374, + "id": 17855, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15375, + "id": 17856, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15376, + "id": 17857, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15377, + "id": 17858, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15378, + "id": 17859, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15379, + "id": 17860, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15380, + "id": 17861, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15381, + "id": 17862, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15382, + "id": 17863, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15383, + "id": 17864, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15384, + "id": 17865, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15385, + "id": 17866, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15386, + "id": 17867, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15387, + "id": 17868, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15388, + "id": 17869, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15389, + "id": 17870, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15390, + "id": 17871, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15391, + "id": 17872, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15392, + "id": 17873, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15393, + "id": 17874, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15394, + "id": 17875, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15395, + "id": 17876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15396, + "id": 17877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15397, + "id": 17878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15398, + "id": 17879, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15399, + "id": 17880, "luminance": 0, "opaque": true, "replaceable": false, @@ -178648,17 +208725,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15400, + "id": 17881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178666,13 +208744,13 @@ ] }, { - "id": 15401, + "id": 17882, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178680,7 +208758,7 @@ ] }, { - "id": 15402, + "id": 17883, "luminance": 0, "opaque": true, "replaceable": false, @@ -178688,17 +208766,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15403, + "id": 17884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178706,13 +208785,13 @@ ] }, { - "id": 15404, + "id": 17885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178720,75 +208799,77 @@ ] }, { - "id": 15405, + "id": 17886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15406, + "id": 17887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15407, + "id": 17888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15408, + "id": 17889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15409, + "id": 17890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15410, + "id": 17891, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15411, + "id": 17892, "luminance": 0, "opaque": true, "replaceable": false, @@ -178796,17 +208877,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15412, + "id": 17893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178814,13 +208896,13 @@ ] }, { - "id": 15413, + "id": 17894, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178828,7 +208910,7 @@ ] }, { - "id": 15414, + "id": 17895, "luminance": 0, "opaque": true, "replaceable": false, @@ -178836,17 +208918,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15415, + "id": 17896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178854,13 +208937,13 @@ ] }, { - "id": 15416, + "id": 17897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -178868,86 +208951,89 @@ ] }, { - "id": 15417, + "id": 17898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15418, + "id": 17899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15419, + "id": 17900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15420, + "id": 17901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15421, + "id": 17902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15422, + "id": 17903, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15423, + "id": 17904, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15424, + "id": 17905, "luminance": 0, "opaque": true, "replaceable": false, @@ -178955,11 +209041,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15425, + "id": 17906, "luminance": 0, "opaque": true, "replaceable": false, @@ -178967,22 +209054,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15426, + "id": 17907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15427, + "id": 17908, "luminance": 0, "opaque": true, "replaceable": false, @@ -178990,11 +209079,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15428, + "id": 17909, "luminance": 0, "opaque": true, "replaceable": false, @@ -179002,83 +209092,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15429, + "id": 17910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15430, + "id": 17911, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15431, + "id": 17912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15432, + "id": 17913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15433, + "id": 17914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15434, + "id": 17915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15435, + "id": 17916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15436, + "id": 17917, "luminance": 0, "opaque": true, "replaceable": false, @@ -179087,11 +209185,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15437, + "id": 17918, "luminance": 0, "opaque": true, "replaceable": false, @@ -179100,23 +209199,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15438, + "id": 17919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15439, + "id": 17920, "luminance": 0, "opaque": true, "replaceable": false, @@ -179125,11 +209226,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15440, + "id": 17921, "luminance": 0, "opaque": true, "replaceable": false, @@ -179138,89 +209240,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15441, + "id": 17922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15442, + "id": 17923, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15443, + "id": 17924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15444, + "id": 17925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15445, + "id": 17926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15446, + "id": 17927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15447, + "id": 17928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15448, + "id": 17929, "luminance": 0, "opaque": true, "replaceable": false, @@ -179229,11 +209337,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15449, + "id": 17930, "luminance": 0, "opaque": true, "replaceable": false, @@ -179242,23 +209351,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15450, + "id": 17931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15451, + "id": 17932, "luminance": 0, "opaque": true, "replaceable": false, @@ -179267,11 +209378,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15452, + "id": 17933, "luminance": 0, "opaque": true, "replaceable": false, @@ -179280,89 +209392,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15453, + "id": 17934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15454, + "id": 17935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15455, + "id": 17936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15456, + "id": 17937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15457, + "id": 17938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15458, + "id": 17939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15459, + "id": 17940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15460, + "id": 17941, "luminance": 0, "opaque": true, "replaceable": false, @@ -179370,12 +209486,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15461, + "id": 17942, "luminance": 0, "opaque": true, "replaceable": false, @@ -179383,24 +209498,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15462, + "id": 17943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15463, + "id": 17944, "luminance": 0, "opaque": true, "replaceable": false, @@ -179408,12 +209521,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15464, + "id": 17945, "luminance": 0, "opaque": true, "replaceable": false, @@ -179421,91 +209533,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15465, + "id": 17946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15466, + "id": 17947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15467, + "id": 17948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15468, + "id": 17949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15469, + "id": 17950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15470, + "id": 17951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15471, + "id": 17952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15472, + "id": 17953, "luminance": 0, "opaque": true, "replaceable": false, @@ -179514,12 +209618,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15473, + "id": 17954, "luminance": 0, "opaque": true, "replaceable": false, @@ -179528,25 +209631,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15474, + "id": 17955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15475, + "id": 17956, "luminance": 0, "opaque": true, "replaceable": false, @@ -179555,12 +209656,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15476, + "id": 17957, "luminance": 0, "opaque": true, "replaceable": false, @@ -179569,95 +209669,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15477, + "id": 17958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15478, + "id": 17959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15479, + "id": 17960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15480, + "id": 17961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15481, + "id": 17962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15482, + "id": 17963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15483, + "id": 17964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15484, + "id": 17965, "luminance": 0, "opaque": true, "replaceable": false, @@ -179666,12 +209760,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15485, + "id": 17966, "luminance": 0, "opaque": true, "replaceable": false, @@ -179680,25 +209773,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15486, + "id": 17967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15487, + "id": 17968, "luminance": 0, "opaque": true, "replaceable": false, @@ -179707,12 +209798,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15488, + "id": 17969, "luminance": 0, "opaque": true, "replaceable": false, @@ -179721,82 +209811,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15489, + "id": 17970, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15490, + "id": 17971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15491, + "id": 17972, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15492, + "id": 17973, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15493, + "id": 17974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15494, + "id": 17975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15495, + "id": 17976, "luminance": 0, "opaque": true, "replaceable": false, @@ -179808,7 +209893,7 @@ ] }, { - "id": 15496, + "id": 17977, "luminance": 0, "opaque": true, "replaceable": false, @@ -179821,7 +209906,7 @@ ] }, { - "id": 15497, + "id": 17978, "luminance": 0, "opaque": true, "replaceable": false, @@ -179834,7 +209919,7 @@ ] }, { - "id": 15498, + "id": 17979, "luminance": 0, "opaque": true, "replaceable": false, @@ -179846,7 +209931,7 @@ ] }, { - "id": 15499, + "id": 17980, "luminance": 0, "opaque": true, "replaceable": false, @@ -179859,7 +209944,7 @@ ] }, { - "id": 15500, + "id": 17981, "luminance": 0, "opaque": true, "replaceable": false, @@ -179872,7 +209957,7 @@ ] }, { - "id": 15501, + "id": 17982, "luminance": 0, "opaque": true, "replaceable": false, @@ -179883,7 +209968,7 @@ ] }, { - "id": 15502, + "id": 17983, "luminance": 0, "opaque": true, "replaceable": false, @@ -179894,7 +209979,7 @@ ] }, { - "id": 15503, + "id": 17984, "luminance": 0, "opaque": true, "replaceable": false, @@ -179905,7 +209990,7 @@ ] }, { - "id": 15504, + "id": 17985, "luminance": 0, "opaque": true, "replaceable": false, @@ -179916,7 +210001,7 @@ ] }, { - "id": 15505, + "id": 17986, "luminance": 0, "opaque": true, "replaceable": false, @@ -179927,7 +210012,7 @@ ] }, { - "id": 15506, + "id": 17987, "luminance": 0, "opaque": true, "replaceable": false, @@ -179938,7 +210023,7 @@ ] }, { - "id": 15507, + "id": 17988, "luminance": 0, "opaque": true, "replaceable": false, @@ -179951,7 +210036,7 @@ ] }, { - "id": 15508, + "id": 17989, "luminance": 0, "opaque": true, "replaceable": false, @@ -179965,7 +210050,7 @@ ] }, { - "id": 15509, + "id": 17990, "luminance": 0, "opaque": true, "replaceable": false, @@ -179979,7 +210064,7 @@ ] }, { - "id": 15510, + "id": 17991, "luminance": 0, "opaque": true, "replaceable": false, @@ -179992,7 +210077,7 @@ ] }, { - "id": 15511, + "id": 17992, "luminance": 0, "opaque": true, "replaceable": false, @@ -180006,7 +210091,7 @@ ] }, { - "id": 15512, + "id": 17993, "luminance": 0, "opaque": true, "replaceable": false, @@ -180020,7 +210105,7 @@ ] }, { - "id": 15513, + "id": 17994, "luminance": 0, "opaque": true, "replaceable": false, @@ -180031,7 +210116,7 @@ ] }, { - "id": 15514, + "id": 17995, "luminance": 0, "opaque": true, "replaceable": false, @@ -180043,7 +210128,7 @@ ] }, { - "id": 15515, + "id": 17996, "luminance": 0, "opaque": true, "replaceable": false, @@ -180055,7 +210140,7 @@ ] }, { - "id": 15516, + "id": 17997, "luminance": 0, "opaque": true, "replaceable": false, @@ -180066,7 +210151,7 @@ ] }, { - "id": 15517, + "id": 17998, "luminance": 0, "opaque": true, "replaceable": false, @@ -180078,7 +210163,7 @@ ] }, { - "id": 15518, + "id": 17999, "luminance": 0, "opaque": true, "replaceable": false, @@ -180090,7 +210175,7 @@ ] }, { - "id": 15519, + "id": 18000, "luminance": 0, "opaque": true, "replaceable": false, @@ -180103,7 +210188,7 @@ ] }, { - "id": 15520, + "id": 18001, "luminance": 0, "opaque": true, "replaceable": false, @@ -180117,7 +210202,7 @@ ] }, { - "id": 15521, + "id": 18002, "luminance": 0, "opaque": true, "replaceable": false, @@ -180131,7 +210216,7 @@ ] }, { - "id": 15522, + "id": 18003, "luminance": 0, "opaque": true, "replaceable": false, @@ -180144,7 +210229,7 @@ ] }, { - "id": 15523, + "id": 18004, "luminance": 0, "opaque": true, "replaceable": false, @@ -180158,7 +210243,7 @@ ] }, { - "id": 15524, + "id": 18005, "luminance": 0, "opaque": true, "replaceable": false, @@ -180172,7 +210257,7 @@ ] }, { - "id": 15525, + "id": 18006, "luminance": 0, "opaque": true, "replaceable": false, @@ -180183,7 +210268,7 @@ ] }, { - "id": 15526, + "id": 18007, "luminance": 0, "opaque": true, "replaceable": false, @@ -180195,7 +210280,7 @@ ] }, { - "id": 15527, + "id": 18008, "luminance": 0, "opaque": true, "replaceable": false, @@ -180207,7 +210292,7 @@ ] }, { - "id": 15528, + "id": 18009, "luminance": 0, "opaque": true, "replaceable": false, @@ -180218,7 +210303,7 @@ ] }, { - "id": 15529, + "id": 18010, "luminance": 0, "opaque": true, "replaceable": false, @@ -180230,7 +210315,7 @@ ] }, { - "id": 15530, + "id": 18011, "luminance": 0, "opaque": true, "replaceable": false, @@ -180242,18 +210327,19 @@ ] }, { - "id": 15531, + "id": 18012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15532, + "id": 18013, "luminance": 0, "opaque": true, "replaceable": false, @@ -180261,11 +210347,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15533, + "id": 18014, "luminance": 0, "opaque": true, "replaceable": false, @@ -180273,22 +210360,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15534, + "id": 18015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15535, + "id": 18016, "luminance": 0, "opaque": true, "replaceable": false, @@ -180296,11 +210385,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15536, + "id": 18017, "luminance": 0, "opaque": true, "replaceable": false, @@ -180308,83 +210398,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15537, + "id": 18018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15538, + "id": 18019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15539, + "id": 18020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15540, + "id": 18021, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15541, + "id": 18022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15542, + "id": 18023, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15543, + "id": 18024, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15544, + "id": 18025, "luminance": 0, "opaque": true, "replaceable": false, @@ -180393,11 +210491,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15545, + "id": 18026, "luminance": 0, "opaque": true, "replaceable": false, @@ -180406,23 +210505,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15546, + "id": 18027, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15547, + "id": 18028, "luminance": 0, "opaque": true, "replaceable": false, @@ -180431,11 +210532,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15548, + "id": 18029, "luminance": 0, "opaque": true, "replaceable": false, @@ -180444,89 +210546,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15549, + "id": 18030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15550, + "id": 18031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15551, + "id": 18032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15552, + "id": 18033, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15553, + "id": 18034, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15554, + "id": 18035, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15555, + "id": 18036, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15556, + "id": 18037, "luminance": 0, "opaque": true, "replaceable": false, @@ -180535,11 +210643,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15557, + "id": 18038, "luminance": 0, "opaque": true, "replaceable": false, @@ -180548,23 +210657,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15558, + "id": 18039, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15559, + "id": 18040, "luminance": 0, "opaque": true, "replaceable": false, @@ -180573,11 +210684,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15560, + "id": 18041, "luminance": 0, "opaque": true, "replaceable": false, @@ -180586,665 +210698,677 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15561, + "id": 18042, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15562, + "id": 18043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 771, + "name": "diorite_wall", + "translation_key": "block.minecraft.diorite_wall", + "item_id": 410, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 15563, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "name": "south", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 15564, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146, - 155 + "name": "up", + "values": [ + "true", + "false" ] }, { - "id": 15565, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "name": "waterlogged", + "values": [ + "true", + "false" ] }, { - "id": 15566, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "name": "west", + "values": [ + "none", + "low", + "tall" ] - }, + } + ], + "default_state_id": 18051, + "states": [ { - "id": 15567, + "id": 18048, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 15568, + "id": 18049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15569, + "id": 18050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15570, + "id": 18051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 15571, + "id": 18052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15572, + "id": 18053, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 15573, + "id": 18054, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 15574, + "id": 18055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15575, + "id": 18056, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15576, + "id": 18057, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 15577, + "id": 18058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15578, + "id": 18059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 15579, + "id": 18060, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15580, + "id": 18061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15581, + "id": 18062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15582, + "id": 18063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15583, + "id": 18064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15584, + "id": 18065, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15585, + "id": 18066, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15586, + "id": 18067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15587, + "id": 18068, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15588, + "id": 18069, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15589, + "id": 18070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15590, + "id": 18071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15591, + "id": 18072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15592, + "id": 18073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15593, + "id": 18074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15594, + "id": 18075, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 15595, + "id": 18076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15596, + "id": 18077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 15597, + "id": 18078, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15598, + "id": 18079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15599, + "id": 18080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15600, + "id": 18081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 15601, + "id": 18082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15602, + "id": 18083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 15603, + "id": 18084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 15604, + "id": 18085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15605, + "id": 18086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15606, + "id": 18087, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 15607, + "id": 18088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15608, + "id": 18089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 15609, + "id": 18090, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 15610, + "id": 18091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15611, + "id": 18092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15612, + "id": 18093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 15613, + "id": 18094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15614, + "id": 18095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 15615, + "id": 18096, "luminance": 0, "opaque": true, "replaceable": false, @@ -181252,18 +211376,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15616, + "id": 18097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181271,13 +211394,13 @@ ] }, { - "id": 15617, + "id": 18098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181285,7 +211408,7 @@ ] }, { - "id": 15618, + "id": 18099, "luminance": 0, "opaque": true, "replaceable": false, @@ -181293,18 +211416,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15619, + "id": 18100, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181312,13 +211434,13 @@ ] }, { - "id": 15620, + "id": 18101, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181326,77 +211448,75 @@ ] }, { - "id": 15621, + "id": 18102, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15622, + "id": 18103, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15623, + "id": 18104, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15624, + "id": 18105, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15625, + "id": 18106, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15626, + "id": 18107, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15627, + "id": 18108, "luminance": 0, "opaque": true, "replaceable": false, @@ -181404,18 +211524,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15628, + "id": 18109, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181423,13 +211542,13 @@ ] }, { - "id": 15629, + "id": 18110, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181437,7 +211556,7 @@ ] }, { - "id": 15630, + "id": 18111, "luminance": 0, "opaque": true, "replaceable": false, @@ -181445,18 +211564,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 15631, + "id": 18112, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181464,13 +211582,13 @@ ] }, { - "id": 15632, + "id": 18113, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -181478,144 +211596,86 @@ ] }, { - "id": 15633, + "id": 18114, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15634, + "id": 18115, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15635, + "id": 18116, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15636, + "id": 18117, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 15637, + "id": 18118, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 15638, + "id": 18119, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] - } - ] - }, - { - "id": 764, - "name": "stone_brick_wall", - "translation_key": "block.minecraft.stone_brick_wall", - "item_id": 382, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 15642, - "states": [ - { - "id": 15639, + "id": 18120, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 15640, + "id": 18121, "luminance": 0, "opaque": true, "replaceable": false, @@ -181623,11 +211683,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15641, + "id": 18122, "luminance": 0, "opaque": true, "replaceable": false, @@ -181635,21 +211696,23 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15642, + "id": 18123, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148 ] }, { - "id": 15643, + "id": 18124, "luminance": 0, "opaque": true, "replaceable": false, @@ -181657,11 +211720,12 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15644, + "id": 18125, "luminance": 0, "opaque": true, "replaceable": false, @@ -181669,78 +211733,88 @@ "collision_shapes": [ 141, 142, - 143 + 143, + 148 ] }, { - "id": 15645, + "id": 18126, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 15646, + "id": 18127, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15647, + "id": 18128, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15648, + "id": 18129, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 15649, + "id": 18130, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15650, + "id": 18131, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 144, + 150 ] }, { - "id": 15651, + "id": 18132, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15652, + "id": 18133, "luminance": 0, "opaque": true, "replaceable": false, @@ -181749,11 +211823,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15653, + "id": 18134, "luminance": 0, "opaque": true, "replaceable": false, @@ -181762,22 +211837,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15654, + "id": 18135, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15655, + "id": 18136, "luminance": 0, "opaque": true, "replaceable": false, @@ -181786,11 +211863,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15656, + "id": 18137, "luminance": 0, "opaque": true, "replaceable": false, @@ -181799,86 +211877,92 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15657, + "id": 18138, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15658, + "id": 18139, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15659, + "id": 18140, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15660, + "id": 18141, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15661, + "id": 18142, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15662, + "id": 18143, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15663, + "id": 18144, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15664, + "id": 18145, "luminance": 0, "opaque": true, "replaceable": false, @@ -181887,11 +211971,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15665, + "id": 18146, "luminance": 0, "opaque": true, "replaceable": false, @@ -181900,22 +211985,24 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15666, + "id": 18147, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145 ] }, { - "id": 15667, + "id": 18148, "luminance": 0, "opaque": true, "replaceable": false, @@ -181924,11 +212011,12 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15668, + "id": 18149, "luminance": 0, "opaque": true, "replaceable": false, @@ -181937,647 +212025,636 @@ 141, 142, 143, + 148, 145 ] }, { - "id": 15669, + "id": 18150, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15670, + "id": 18151, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15671, + "id": 18152, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15672, + "id": 18153, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151 ] }, { - "id": 15673, + "id": 18154, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15674, + "id": 18155, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 144, + 150, 147 ] }, { - "id": 15675, + "id": 18156, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15676, + "id": 18157, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15677, + "id": 18158, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15678, + "id": 18159, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 152 ] }, { - "id": 15679, + "id": 18160, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15680, + "id": 18161, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143, - 148 + 143 ] }, { - "id": 15681, + "id": 18162, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15682, + "id": 18163, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15683, + "id": 18164, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15684, + "id": 18165, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 154 ] }, { - "id": 15685, + "id": 18166, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15686, + "id": 18167, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 153 ] }, { - "id": 15687, + "id": 18168, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15688, + "id": 18169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15689, + "id": 18170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15690, + "id": 18171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15691, + "id": 18172, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15692, + "id": 18173, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15693, + "id": 18174, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15694, + "id": 18175, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15695, + "id": 18176, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15696, + "id": 18177, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15697, + "id": 18178, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15698, + "id": 18179, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15699, + "id": 18180, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15700, + "id": 18181, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15701, + "id": 18182, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15702, + "id": 18183, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145 + 145, + 152 ] }, { - "id": 15703, + "id": 18184, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15704, + "id": 18185, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, - 148, 145 ] }, { - "id": 15705, + "id": 18186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15706, + "id": 18187, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15707, + "id": 18188, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15708, + "id": 18189, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 146, + 155 ] }, { - "id": 15709, + "id": 18190, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15710, + "id": 18191, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, + 153, 147 ] }, { - "id": 15711, + "id": 18192, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15712, + "id": 18193, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15713, + "id": 18194, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15714, + "id": 18195, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 15715, + "id": 18196, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15716, + "id": 18197, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 15717, + "id": 18198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15718, + "id": 18199, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15719, + "id": 18200, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15720, + "id": 18201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 15721, + "id": 18202, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15722, + "id": 18203, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 15723, + "id": 18204, "luminance": 0, "opaque": true, "replaceable": false, @@ -182585,17 +212662,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15724, + "id": 18205, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182603,13 +212681,13 @@ ] }, { - "id": 15725, + "id": 18206, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182617,7 +212695,7 @@ ] }, { - "id": 15726, + "id": 18207, "luminance": 0, "opaque": true, "replaceable": false, @@ -182625,17 +212703,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15727, + "id": 18208, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182643,13 +212722,13 @@ ] }, { - "id": 15728, + "id": 18209, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182657,75 +212736,77 @@ ] }, { - "id": 15729, + "id": 18210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15730, + "id": 18211, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15731, + "id": 18212, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15732, + "id": 18213, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15733, + "id": 18214, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15734, + "id": 18215, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15735, + "id": 18216, "luminance": 0, "opaque": true, "replaceable": false, @@ -182733,17 +212814,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15736, + "id": 18217, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182751,13 +212833,13 @@ ] }, { - "id": 15737, + "id": 18218, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182765,7 +212847,7 @@ ] }, { - "id": 15738, + "id": 18219, "luminance": 0, "opaque": true, "replaceable": false, @@ -182773,17 +212855,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 15739, + "id": 18220, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182791,13 +212874,13 @@ ] }, { - "id": 15740, + "id": 18221, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -182805,86 +212888,89 @@ ] }, { - "id": 15741, + "id": 18222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15742, + "id": 18223, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15743, + "id": 18224, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15744, + "id": 18225, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 15745, + "id": 18226, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15746, + "id": 18227, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 15747, + "id": 18228, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15748, + "id": 18229, "luminance": 0, "opaque": true, "replaceable": false, @@ -182892,11 +212978,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15749, + "id": 18230, "luminance": 0, "opaque": true, "replaceable": false, @@ -182904,22 +212991,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15750, + "id": 18231, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15751, + "id": 18232, "luminance": 0, "opaque": true, "replaceable": false, @@ -182927,11 +213016,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15752, + "id": 18233, "luminance": 0, "opaque": true, "replaceable": false, @@ -182939,83 +213029,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15753, + "id": 18234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15754, + "id": 18235, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15755, + "id": 18236, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15756, + "id": 18237, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15757, + "id": 18238, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15758, + "id": 18239, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15759, + "id": 18240, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15760, + "id": 18241, "luminance": 0, "opaque": true, "replaceable": false, @@ -183024,11 +213122,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15761, + "id": 18242, "luminance": 0, "opaque": true, "replaceable": false, @@ -183037,23 +213136,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15762, + "id": 18243, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15763, + "id": 18244, "luminance": 0, "opaque": true, "replaceable": false, @@ -183062,11 +213163,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15764, + "id": 18245, "luminance": 0, "opaque": true, "replaceable": false, @@ -183075,89 +213177,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15765, + "id": 18246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15766, + "id": 18247, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15767, + "id": 18248, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15768, + "id": 18249, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15769, + "id": 18250, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15770, + "id": 18251, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15771, + "id": 18252, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15772, + "id": 18253, "luminance": 0, "opaque": true, "replaceable": false, @@ -183166,11 +213274,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15773, + "id": 18254, "luminance": 0, "opaque": true, "replaceable": false, @@ -183179,23 +213288,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15774, + "id": 18255, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15775, + "id": 18256, "luminance": 0, "opaque": true, "replaceable": false, @@ -183204,11 +213315,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15776, + "id": 18257, "luminance": 0, "opaque": true, "replaceable": false, @@ -183217,89 +213329,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15777, + "id": 18258, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15778, + "id": 18259, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15779, + "id": 18260, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15780, + "id": 18261, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15781, + "id": 18262, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15782, + "id": 18263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15783, + "id": 18264, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15784, + "id": 18265, "luminance": 0, "opaque": true, "replaceable": false, @@ -183307,12 +213423,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15785, + "id": 18266, "luminance": 0, "opaque": true, "replaceable": false, @@ -183320,24 +213435,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15786, + "id": 18267, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 15787, + "id": 18268, "luminance": 0, "opaque": true, "replaceable": false, @@ -183345,12 +213458,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15788, + "id": 18269, "luminance": 0, "opaque": true, "replaceable": false, @@ -183358,91 +213470,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 15789, + "id": 18270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15790, + "id": 18271, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15791, + "id": 18272, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15792, + "id": 18273, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 15793, + "id": 18274, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15794, + "id": 18275, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 15795, + "id": 18276, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15796, + "id": 18277, "luminance": 0, "opaque": true, "replaceable": false, @@ -183451,12 +213555,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15797, + "id": 18278, "luminance": 0, "opaque": true, "replaceable": false, @@ -183465,25 +213568,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15798, + "id": 18279, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15799, + "id": 18280, "luminance": 0, "opaque": true, "replaceable": false, @@ -183492,12 +213593,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15800, + "id": 18281, "luminance": 0, "opaque": true, "replaceable": false, @@ -183506,95 +213606,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15801, + "id": 18282, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15802, + "id": 18283, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15803, + "id": 18284, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15804, + "id": 18285, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15805, + "id": 18286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15806, + "id": 18287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15807, + "id": 18288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15808, + "id": 18289, "luminance": 0, "opaque": true, "replaceable": false, @@ -183603,12 +213697,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15809, + "id": 18290, "luminance": 0, "opaque": true, "replaceable": false, @@ -183617,25 +213710,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15810, + "id": 18291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 15811, + "id": 18292, "luminance": 0, "opaque": true, "replaceable": false, @@ -183644,12 +213735,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15812, + "id": 18293, "luminance": 0, "opaque": true, "replaceable": false, @@ -183658,82 +213748,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 15813, + "id": 18294, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15814, + "id": 18295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15815, + "id": 18296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15816, + "id": 18297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 15817, + "id": 18298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15818, + "id": 18299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 15819, + "id": 18300, "luminance": 0, "opaque": true, "replaceable": false, @@ -183745,7 +213830,7 @@ ] }, { - "id": 15820, + "id": 18301, "luminance": 0, "opaque": true, "replaceable": false, @@ -183758,7 +213843,7 @@ ] }, { - "id": 15821, + "id": 18302, "luminance": 0, "opaque": true, "replaceable": false, @@ -183771,7 +213856,7 @@ ] }, { - "id": 15822, + "id": 18303, "luminance": 0, "opaque": true, "replaceable": false, @@ -183783,7 +213868,7 @@ ] }, { - "id": 15823, + "id": 18304, "luminance": 0, "opaque": true, "replaceable": false, @@ -183796,7 +213881,7 @@ ] }, { - "id": 15824, + "id": 18305, "luminance": 0, "opaque": true, "replaceable": false, @@ -183809,7 +213894,7 @@ ] }, { - "id": 15825, + "id": 18306, "luminance": 0, "opaque": true, "replaceable": false, @@ -183820,7 +213905,7 @@ ] }, { - "id": 15826, + "id": 18307, "luminance": 0, "opaque": true, "replaceable": false, @@ -183831,7 +213916,7 @@ ] }, { - "id": 15827, + "id": 18308, "luminance": 0, "opaque": true, "replaceable": false, @@ -183842,7 +213927,7 @@ ] }, { - "id": 15828, + "id": 18309, "luminance": 0, "opaque": true, "replaceable": false, @@ -183853,7 +213938,7 @@ ] }, { - "id": 15829, + "id": 18310, "luminance": 0, "opaque": true, "replaceable": false, @@ -183864,7 +213949,7 @@ ] }, { - "id": 15830, + "id": 18311, "luminance": 0, "opaque": true, "replaceable": false, @@ -183875,7 +213960,7 @@ ] }, { - "id": 15831, + "id": 18312, "luminance": 0, "opaque": true, "replaceable": false, @@ -183888,7 +213973,7 @@ ] }, { - "id": 15832, + "id": 18313, "luminance": 0, "opaque": true, "replaceable": false, @@ -183902,7 +213987,7 @@ ] }, { - "id": 15833, + "id": 18314, "luminance": 0, "opaque": true, "replaceable": false, @@ -183916,7 +214001,7 @@ ] }, { - "id": 15834, + "id": 18315, "luminance": 0, "opaque": true, "replaceable": false, @@ -183929,7 +214014,7 @@ ] }, { - "id": 15835, + "id": 18316, "luminance": 0, "opaque": true, "replaceable": false, @@ -183943,7 +214028,7 @@ ] }, { - "id": 15836, + "id": 18317, "luminance": 0, "opaque": true, "replaceable": false, @@ -183957,7 +214042,7 @@ ] }, { - "id": 15837, + "id": 18318, "luminance": 0, "opaque": true, "replaceable": false, @@ -183968,7 +214053,7 @@ ] }, { - "id": 15838, + "id": 18319, "luminance": 0, "opaque": true, "replaceable": false, @@ -183980,7 +214065,7 @@ ] }, { - "id": 15839, + "id": 18320, "luminance": 0, "opaque": true, "replaceable": false, @@ -183992,7 +214077,7 @@ ] }, { - "id": 15840, + "id": 18321, "luminance": 0, "opaque": true, "replaceable": false, @@ -184003,7 +214088,7 @@ ] }, { - "id": 15841, + "id": 18322, "luminance": 0, "opaque": true, "replaceable": false, @@ -184015,7 +214100,7 @@ ] }, { - "id": 15842, + "id": 18323, "luminance": 0, "opaque": true, "replaceable": false, @@ -184027,7 +214112,7 @@ ] }, { - "id": 15843, + "id": 18324, "luminance": 0, "opaque": true, "replaceable": false, @@ -184040,7 +214125,7 @@ ] }, { - "id": 15844, + "id": 18325, "luminance": 0, "opaque": true, "replaceable": false, @@ -184054,7 +214139,7 @@ ] }, { - "id": 15845, + "id": 18326, "luminance": 0, "opaque": true, "replaceable": false, @@ -184068,7 +214153,7 @@ ] }, { - "id": 15846, + "id": 18327, "luminance": 0, "opaque": true, "replaceable": false, @@ -184081,7 +214166,7 @@ ] }, { - "id": 15847, + "id": 18328, "luminance": 0, "opaque": true, "replaceable": false, @@ -184095,7 +214180,7 @@ ] }, { - "id": 15848, + "id": 18329, "luminance": 0, "opaque": true, "replaceable": false, @@ -184109,7 +214194,7 @@ ] }, { - "id": 15849, + "id": 18330, "luminance": 0, "opaque": true, "replaceable": false, @@ -184120,7 +214205,7 @@ ] }, { - "id": 15850, + "id": 18331, "luminance": 0, "opaque": true, "replaceable": false, @@ -184132,7 +214217,7 @@ ] }, { - "id": 15851, + "id": 18332, "luminance": 0, "opaque": true, "replaceable": false, @@ -184144,7 +214229,7 @@ ] }, { - "id": 15852, + "id": 18333, "luminance": 0, "opaque": true, "replaceable": false, @@ -184155,7 +214240,7 @@ ] }, { - "id": 15853, + "id": 18334, "luminance": 0, "opaque": true, "replaceable": false, @@ -184167,7 +214252,7 @@ ] }, { - "id": 15854, + "id": 18335, "luminance": 0, "opaque": true, "replaceable": false, @@ -184179,18 +214264,19 @@ ] }, { - "id": 15855, + "id": 18336, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15856, + "id": 18337, "luminance": 0, "opaque": true, "replaceable": false, @@ -184198,11 +214284,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15857, + "id": 18338, "luminance": 0, "opaque": true, "replaceable": false, @@ -184210,22 +214297,24 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15858, + "id": 18339, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 152 ] }, { - "id": 15859, + "id": 18340, "luminance": 0, "opaque": true, "replaceable": false, @@ -184233,11 +214322,12 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15860, + "id": 18341, "luminance": 0, "opaque": true, "replaceable": false, @@ -184245,83 +214335,91 @@ "collision_shapes": [ 153, 142, - 143 + 143, + 148 ] }, { - "id": 15861, + "id": 18342, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15862, + "id": 18343, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15863, + "id": 18344, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15864, + "id": 18345, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149, + 155 ] }, { - "id": 15865, + "id": 18346, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15866, + "id": 18347, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 153, + 150 ] }, { - "id": 15867, + "id": 18348, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15868, + "id": 18349, "luminance": 0, "opaque": true, "replaceable": false, @@ -184330,11 +214428,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15869, + "id": 18350, "luminance": 0, "opaque": true, "replaceable": false, @@ -184343,23 +214442,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15870, + "id": 18351, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15871, + "id": 18352, "luminance": 0, "opaque": true, "replaceable": false, @@ -184368,11 +214469,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15872, + "id": 18353, "luminance": 0, "opaque": true, "replaceable": false, @@ -184381,89 +214483,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15873, + "id": 18354, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15874, + "id": 18355, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15875, + "id": 18356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15876, + "id": 18357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15877, + "id": 18358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15878, + "id": 18359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15879, + "id": 18360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15880, + "id": 18361, "luminance": 0, "opaque": true, "replaceable": false, @@ -184472,11 +214580,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15881, + "id": 18362, "luminance": 0, "opaque": true, "replaceable": false, @@ -184485,23 +214594,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15882, + "id": 18363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 15883, + "id": 18364, "luminance": 0, "opaque": true, "replaceable": false, @@ -184510,11 +214621,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15884, + "id": 18365, "luminance": 0, "opaque": true, "replaceable": false, @@ -184523,14661 +214635,14876 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 15885, + "id": 18366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15886, + "id": 18367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15887, + "id": 18368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15888, + "id": 18369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 15889, + "id": 18370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 15890, + "id": 18371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] + } + ] + }, + { + "id": 772, + "name": "scaffolding", + "translation_key": "block.minecraft.scaffolding", + "item_id": 655, + "properties": [ + { + "name": "bottom", + "values": [ + "true", + "false" + ] }, { - "id": 15891, + "name": "distance", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18403, + "states": [ + { + "id": 18372, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 140, - 148, - 152 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15892, + "id": 18373, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15893, + "id": 18374, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15894, + "id": 18375, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 140, - 148, - 152 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15895, + "id": 18376, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15896, + "id": 18377, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15897, + "id": 18378, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 149, - 155 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15898, + "id": 18379, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15899, + "id": 18380, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15900, + "id": 18381, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 149, - 155 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15901, + "id": 18382, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15902, + "id": 18383, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15903, + "id": 18384, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 140, - 148, - 145, - 152 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15904, + "id": 18385, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15905, + "id": 18386, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15906, + "id": 18387, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 140, - 148, - 145, - 152 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15907, + "id": 18388, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15908, + "id": 18389, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15909, + "id": 18390, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 151, - 155 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15910, + "id": 18391, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150, - 147 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15911, + "id": 18392, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150, - 147 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15912, + "id": 18393, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 151, - 155 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15913, + "id": 18394, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150, - 147 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15914, + "id": 18395, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 153, - 150, - 147 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15915, + "id": 18396, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 140, - 148, - 145, - 152 + 231, + 232, + 233, + 234, + 235, + 236, + 237 ] }, { - "id": 15916, + "id": 18397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + } + ] + }, + { + "id": 773, + "name": "loom", + "translation_key": "block.minecraft.loom", + "item_id": 1184, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 18404, + "states": [ + { + "id": 18404, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 15917, + "id": 18405, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 15918, + "id": 18406, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 0 ] }, { - "id": 15919, + "id": 18407, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 + ] + } + ] + }, + { + "id": 774, + "name": "barrel", + "translation_key": "block.minecraft.barrel", + "item_id": 1193, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 18409, + "states": [ { - "id": 15920, + "id": 18408, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15921, + "id": 18409, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15922, + "id": 18410, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15923, + "id": 18411, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15924, + "id": 18412, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15925, + "id": 18413, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15926, + "id": 18414, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15927, + "id": 18415, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15928, + "id": 18416, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15929, + "id": 18417, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15930, + "id": 18418, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 26 }, { - "id": 15931, + "id": 18419, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 + ], + "block_entity_type": 26 + } + ] + }, + { + "id": 775, + "name": "smoker", + "translation_key": "block.minecraft.smoker", + "item_id": 1194, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 15932, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 + "name": "lit", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 18421, + "states": [ { - "id": 15933, - "luminance": 0, + "id": 18420, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15934, + "id": 18421, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15935, - "luminance": 0, + "id": 18422, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15936, + "id": 18423, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15937, - "luminance": 0, + "id": 18424, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15938, + "id": 18425, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15939, - "luminance": 0, + "id": 18426, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 27 }, { - "id": 15940, + "id": 18427, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 + ], + "block_entity_type": 27 + } + ] + }, + { + "id": 776, + "name": "blast_furnace", + "translation_key": "block.minecraft.blast_furnace", + "item_id": 1195, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 15941, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18429, + "states": [ + { + "id": 18428, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15942, + "id": 18429, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15943, - "luminance": 0, + "id": 18430, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15944, + "id": 18431, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15945, - "luminance": 0, + "id": 18432, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15946, + "id": 18433, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15947, - "luminance": 0, + "id": 18434, + "luminance": 13, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 28 }, { - "id": 15948, + "id": 18435, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] - }, + 0 + ], + "block_entity_type": 28 + } + ] + }, + { + "id": 777, + "name": "cartography_table", + "translation_key": "block.minecraft.cartography_table", + "item_id": 1196, + "properties": [], + "default_state_id": 18436, + "states": [ { - "id": 15949, + "id": 18436, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] - }, + } + ] + }, + { + "id": 778, + "name": "fletching_table", + "translation_key": "block.minecraft.fletching_table", + "item_id": 1197, + "properties": [], + "default_state_id": 18437, + "states": [ { - "id": 15950, + "id": 18437, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 + ] + } + ] + }, + { + "id": 779, + "name": "grindstone", + "translation_key": "block.minecraft.grindstone", + "item_id": 1198, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" ] }, { - "id": 15951, + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 18442, + "states": [ + { + "id": 18438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 238, + 239, + 240, + 241, + 242, + 243, + 244 ] }, { - "id": 15952, + "id": 18439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 238, + 239, + 240, + 241, + 242, + 243, + 244 ] }, { - "id": 15953, + "id": 18440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 245, + 246, + 247, + 248, + 249, + 250, + 251 ] }, { - "id": 15954, + "id": 18441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 245, + 246, + 247, + 248, + 249, + 250, + 251 ] }, { - "id": 15955, + "id": 18442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 252, + 253, + 254, + 255, + 256 ] }, { - "id": 15956, + "id": 18443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 257, + 258, + 259, + 260, + 261 ] }, { - "id": 15957, + "id": 18444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 262, + 263, + 264, + 265, + 266 ] }, { - "id": 15958, + "id": 18445, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 267, + 268, + 269, + 270, + 271 ] }, { - "id": 15959, + "id": 18446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 272, + 273, + 274, + 275, + 276 ] }, { - "id": 15960, + "id": 18447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 272, + 273, + 274, + 275, + 276 ] }, { - "id": 15961, + "id": 18448, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 277, + 278, + 279, + 280, + 281 ] }, { - "id": 15962, + "id": 18449, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 277, + 278, + 279, + 280, + 281 ] } ] }, { - "id": 765, - "name": "mud_brick_wall", - "translation_key": "block.minecraft.mud_brick_wall", - "item_id": 383, + "id": 780, + "name": "lectern", + "translation_key": "block.minecraft.lectern", + "item_id": 669, "properties": [ { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", + "name": "facing", "values": [ - "none", - "low", - "tall" + "north", + "south", + "west", + "east" ] }, { - "name": "up", + "name": "has_book", "values": [ "true", "false" ] }, { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] - }, - { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] } ], - "default_state_id": 15966, + "default_state_id": 18453, "states": [ { - "id": 15963, + "id": 18450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15964, + "id": 18451, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15965, + "id": 18452, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15966, + "id": 18453, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15967, + "id": 18454, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15968, + "id": 18455, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15969, + "id": 18456, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15970, + "id": 18457, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15971, + "id": 18458, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15972, + "id": 18459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15973, + "id": 18460, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15974, + "id": 18461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15975, + "id": 18462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15976, + "id": 18463, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15977, + "id": 18464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 70, + 282 + ], + "block_entity_type": 29 }, { - "id": 15978, + "id": 18465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 70, + 282 + ], + "block_entity_type": 29 + } + ] + }, + { + "id": 781, + "name": "smithing_table", + "translation_key": "block.minecraft.smithing_table", + "item_id": 1199, + "properties": [], + "default_state_id": 18466, + "states": [ + { + "id": 18466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] - }, + } + ] + }, + { + "id": 782, + "name": "stonecutter", + "translation_key": "block.minecraft.stonecutter", + "item_id": 1200, + "properties": [ { - "id": 15979, + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 18467, + "states": [ + { + "id": 18467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 283 ] }, { - "id": 15980, + "id": 18468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 283 ] }, { - "id": 15981, + "id": 18469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 283 ] }, { - "id": 15982, + "id": 18470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 283 + ] + } + ] + }, + { + "id": 783, + "name": "bell", + "translation_key": "block.minecraft.bell", + "item_id": 1201, + "properties": [ + { + "name": "attachment", + "values": [ + "floor", + "ceiling", + "single_wall", + "double_wall" ] }, { - "id": 15983, + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18472, + "states": [ + { + "id": 18471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 284 + ], + "block_entity_type": 30 }, { - "id": 15984, + "id": 18472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 284 + ], + "block_entity_type": 30 }, { - "id": 15985, + "id": 18473, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 284 + ], + "block_entity_type": 30 }, { - "id": 15986, + "id": 18474, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 284 + ], + "block_entity_type": 30 }, { - "id": 15987, + "id": 18475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 285 + ], + "block_entity_type": 30 }, { - "id": 15988, + "id": 18476, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 285 + ], + "block_entity_type": 30 }, { - "id": 15989, + "id": 18477, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 285 + ], + "block_entity_type": 30 }, { - "id": 15990, + "id": 18478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 285 + ], + "block_entity_type": 30 }, { - "id": 15991, + "id": 18479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15992, + "id": 18480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15993, + "id": 18481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15994, + "id": 18482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15995, + "id": 18483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15996, + "id": 18484, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15997, + "id": 18485, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15998, + "id": 18486, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 286, + 287, + 288 + ], + "block_entity_type": 30 }, { - "id": 15999, + "id": 18487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 286, + 287, + 289 + ], + "block_entity_type": 30 }, { - "id": 16000, + "id": 18488, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 286, + 287, + 289 + ], + "block_entity_type": 30 }, { - "id": 16001, + "id": 18489, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 286, + 287, + 290 + ], + "block_entity_type": 30 }, { - "id": 16002, + "id": 18490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 286, + 287, + 290 + ], + "block_entity_type": 30 }, { - "id": 16003, + "id": 18491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 286, + 287, + 291 + ], + "block_entity_type": 30 }, { - "id": 16004, + "id": 18492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 286, + 287, + 291 + ], + "block_entity_type": 30 }, { - "id": 16005, + "id": 18493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 286, + 287, + 292 + ], + "block_entity_type": 30 }, { - "id": 16006, + "id": 18494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 286, + 287, + 292 + ], + "block_entity_type": 30 }, { - "id": 16007, + "id": 18495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 286, + 287, + 293 + ], + "block_entity_type": 30 }, { - "id": 16008, + "id": 18496, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 286, + 287, + 293 + ], + "block_entity_type": 30 }, { - "id": 16009, + "id": 18497, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 286, + 287, + 293 + ], + "block_entity_type": 30 }, { - "id": 16010, + "id": 18498, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 286, + 287, + 293 + ], + "block_entity_type": 30 }, { - "id": 16011, + "id": 18499, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 286, + 287, + 294 + ], + "block_entity_type": 30 }, { - "id": 16012, + "id": 18500, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 286, + 287, + 294 + ], + "block_entity_type": 30 }, { - "id": 16013, + "id": 18501, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 286, + 287, + 294 + ], + "block_entity_type": 30 }, { - "id": 16014, + "id": 18502, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 286, + 287, + 294 + ], + "block_entity_type": 30 + } + ] + }, + { + "id": 784, + "name": "lantern", + "translation_key": "block.minecraft.lantern", + "item_id": 1202, + "properties": [ + { + "name": "hanging", + "values": [ + "true", + "false" ] }, { - "id": 16015, - "luminance": 0, - "opaque": true, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18506, + "states": [ + { + "id": 18503, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 295, + 296 ] }, { - "id": 16016, - "luminance": 0, - "opaque": true, + "id": 18504, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 295, + 296 ] }, { - "id": 16017, - "luminance": 0, - "opaque": true, + "id": 18505, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 297, + 298 ] }, { - "id": 16018, - "luminance": 0, - "opaque": true, + "id": 18506, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 297, + 298 + ] + } + ] + }, + { + "id": 785, + "name": "soul_lantern", + "translation_key": "block.minecraft.soul_lantern", + "item_id": 1203, + "properties": [ + { + "name": "hanging", + "values": [ + "true", + "false" ] }, { - "id": 16019, - "luminance": 0, - "opaque": true, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18510, + "states": [ + { + "id": 18507, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 295, + 296 ] }, { - "id": 16020, - "luminance": 0, - "opaque": true, + "id": 18508, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 295, + 296 ] }, { - "id": 16021, - "luminance": 0, - "opaque": true, + "id": 18509, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 297, + 298 ] }, { - "id": 16022, - "luminance": 0, - "opaque": true, + "id": 18510, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 297, + 298 + ] + } + ] + }, + { + "id": 786, + "name": "campfire", + "translation_key": "block.minecraft.campfire", + "item_id": 1206, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16023, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145 + "name": "lit", + "values": [ + "true", + "false" ] }, { - "id": 16024, - "luminance": 0, - "opaque": true, + "name": "signal_fire", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18514, + "states": [ + { + "id": 18511, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16025, - "luminance": 0, - "opaque": true, + "id": 18512, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16026, - "luminance": 0, - "opaque": true, + "id": 18513, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16027, - "luminance": 0, - "opaque": true, + "id": 18514, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16028, + "id": 18515, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16029, + "id": 18516, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16030, + "id": 18517, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16031, + "id": 18518, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16032, - "luminance": 0, - "opaque": true, + "id": 18519, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16033, - "luminance": 0, - "opaque": true, + "id": 18520, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16034, - "luminance": 0, - "opaque": true, + "id": 18521, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16035, - "luminance": 0, - "opaque": true, + "id": 18522, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16036, + "id": 18523, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16037, + "id": 18524, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16038, + "id": 18525, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16039, + "id": 18526, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16040, - "luminance": 0, - "opaque": true, + "id": 18527, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16041, - "luminance": 0, - "opaque": true, + "id": 18528, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16042, - "luminance": 0, - "opaque": true, + "id": 18529, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16043, - "luminance": 0, - "opaque": true, + "id": 18530, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16044, + "id": 18531, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16045, + "id": 18532, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16046, + "id": 18533, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16047, + "id": 18534, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16048, - "luminance": 0, - "opaque": true, + "id": 18535, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16049, - "luminance": 0, - "opaque": true, + "id": 18536, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16050, - "luminance": 0, - "opaque": true, + "id": 18537, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16051, - "luminance": 0, - "opaque": true, + "id": 18538, + "luminance": 15, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16052, + "id": 18539, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16053, + "id": 18540, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16054, + "id": 18541, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16055, + "id": 18542, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 299 + ], + "block_entity_type": 32 + } + ] + }, + { + "id": 787, + "name": "soul_campfire", + "translation_key": "block.minecraft.soul_campfire", + "item_id": 1207, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16056, - "luminance": 0, - "opaque": true, + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "signal_fire", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18546, + "states": [ + { + "id": 18543, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16057, - "luminance": 0, - "opaque": true, + "id": 18544, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16058, - "luminance": 0, - "opaque": true, + "id": 18545, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16059, - "luminance": 0, - "opaque": true, + "id": 18546, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16060, + "id": 18547, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16061, + "id": 18548, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16062, + "id": 18549, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16063, + "id": 18550, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16064, - "luminance": 0, - "opaque": true, + "id": 18551, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16065, - "luminance": 0, - "opaque": true, + "id": 18552, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16066, - "luminance": 0, - "opaque": true, + "id": 18553, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16067, - "luminance": 0, - "opaque": true, + "id": 18554, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16068, + "id": 18555, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16069, + "id": 18556, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16070, + "id": 18557, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16071, + "id": 18558, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16072, - "luminance": 0, - "opaque": true, + "id": 18559, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16073, - "luminance": 0, - "opaque": true, + "id": 18560, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16074, - "luminance": 0, - "opaque": true, + "id": 18561, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16075, - "luminance": 0, - "opaque": true, + "id": 18562, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16076, + "id": 18563, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16077, + "id": 18564, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16078, + "id": 18565, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16079, + "id": 18566, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16080, - "luminance": 0, - "opaque": true, + "id": 18567, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16081, - "luminance": 0, - "opaque": true, + "id": 18568, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16082, - "luminance": 0, - "opaque": true, + "id": 18569, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16083, - "luminance": 0, - "opaque": true, + "id": 18570, + "luminance": 10, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16084, + "id": 18571, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16085, + "id": 18572, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16086, + "id": 18573, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 299 + ], + "block_entity_type": 32 }, { - "id": 16087, + "id": 18574, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 299 + ], + "block_entity_type": 32 + } + ] + }, + { + "id": 788, + "name": "sweet_berry_bush", + "translation_key": "block.minecraft.sweet_berry_bush", + "item_id": 1204, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3" ] - }, + } + ], + "default_state_id": 18575, + "states": [ { - "id": 16088, + "id": 18575, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16089, + "id": 18576, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16090, + "id": 18577, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16091, + "id": 18578, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 789, + "name": "warped_stem", + "translation_key": "block.minecraft.warped_stem", + "item_id": 142, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" ] - }, + } + ], + "default_state_id": 18580, + "states": [ { - "id": 16092, + "id": 18579, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 0 ] }, { - "id": 16093, + "id": 18580, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] }, { - "id": 16094, + "id": 18581, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 790, + "name": "stripped_warped_stem", + "translation_key": "block.minecraft.stripped_warped_stem", + "item_id": 153, + "properties": [ { - "id": 16095, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18583, + "states": [ + { + "id": 18582, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] }, { - "id": 16096, + "id": 18583, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] }, { - "id": 16097, + "id": 18584, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 791, + "name": "warped_hyphae", + "translation_key": "block.minecraft.warped_hyphae", + "item_id": 174, + "properties": [ { - "id": 16098, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18586, + "states": [ + { + "id": 18585, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] }, { - "id": 16099, + "id": 18586, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] }, { - "id": 16100, + "id": 18587, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 792, + "name": "stripped_warped_hyphae", + "translation_key": "block.minecraft.stripped_warped_hyphae", + "item_id": 163, + "properties": [ { - "id": 16101, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18589, + "states": [ + { + "id": 18588, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 0 ] }, { - "id": 16102, + "id": 18589, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] }, { - "id": 16103, + "id": 18590, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 793, + "name": "warped_nylium", + "translation_key": "block.minecraft.warped_nylium", + "item_id": 34, + "properties": [], + "default_state_id": 18591, + "states": [ { - "id": 16104, + "id": 18591, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 0 ] - }, + } + ] + }, + { + "id": 794, + "name": "warped_fungus", + "translation_key": "block.minecraft.warped_fungus", + "item_id": 236, + "properties": [], + "default_state_id": 18592, + "states": [ { - "id": 16105, + "id": 18592, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] - }, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 795, + "name": "warped_wart_block", + "translation_key": "block.minecraft.warped_wart_block", + "item_id": 517, + "properties": [], + "default_state_id": 18593, + "states": [ { - "id": 16106, + "id": 18593, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 796, + "name": "warped_roots", + "translation_key": "block.minecraft.warped_roots", + "item_id": 238, + "properties": [], + "default_state_id": 18594, + "states": [ { - "id": 16107, + "id": 18594, "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 797, + "name": "nether_sprouts", + "translation_key": "block.minecraft.nether_sprouts", + "item_id": 239, + "properties": [], + "default_state_id": 18595, + "states": [ + { + "id": 18595, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 798, + "name": "crimson_stem", + "translation_key": "block.minecraft.crimson_stem", + "item_id": 141, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" ] - }, + } + ], + "default_state_id": 18597, + "states": [ { - "id": 16108, + "id": 18596, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] }, { - "id": 16109, + "id": 18597, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] }, { - "id": 16110, + "id": 18598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 0 ] - }, + } + ] + }, + { + "id": 799, + "name": "stripped_crimson_stem", + "translation_key": "block.minecraft.stripped_crimson_stem", + "item_id": 152, + "properties": [ { - "id": 16111, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18600, + "states": [ + { + "id": 18599, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] }, { - "id": 16112, + "id": 18600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] }, { - "id": 16113, + "id": 18601, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 0 ] - }, + } + ] + }, + { + "id": 800, + "name": "crimson_hyphae", + "translation_key": "block.minecraft.crimson_hyphae", + "item_id": 173, + "properties": [ { - "id": 16114, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18603, + "states": [ + { + "id": 18602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 0 ] }, { - "id": 16115, + "id": 18603, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 0 ] }, { - "id": 16116, + "id": 18604, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 0 ] - }, + } + ] + }, + { + "id": 801, + "name": "stripped_crimson_hyphae", + "translation_key": "block.minecraft.stripped_crimson_hyphae", + "item_id": 162, + "properties": [ { - "id": 16117, + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } + ], + "default_state_id": 18606, + "states": [ + { + "id": 18605, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 0 ] }, { - "id": 16118, + "id": 18606, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 0 ] }, { - "id": 16119, + "id": 18607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 0 ] - }, + } + ] + }, + { + "id": 802, + "name": "crimson_nylium", + "translation_key": "block.minecraft.crimson_nylium", + "item_id": 33, + "properties": [], + "default_state_id": 18608, + "states": [ { - "id": 16120, + "id": 18608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] - }, + } + ] + }, + { + "id": 803, + "name": "crimson_fungus", + "translation_key": "block.minecraft.crimson_fungus", + "item_id": 235, + "properties": [], + "default_state_id": 18609, + "states": [ { - "id": 16121, + "id": 18609, "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 804, + "name": "shroomlight", + "translation_key": "block.minecraft.shroomlight", + "item_id": 1208, + "properties": [], + "default_state_id": 18610, + "states": [ + { + "id": 18610, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] - }, + } + ] + }, + { + "id": 805, + "name": "weeping_vines", + "translation_key": "block.minecraft.weeping_vines", + "item_id": 240, + "properties": [ { - "id": 16122, + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "default_state_id": 18611, + "states": [ + { + "id": 18611, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16123, + "id": 18612, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16124, + "id": 18613, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16125, + "id": 18614, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16126, + "id": 18615, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16127, + "id": 18616, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16128, + "id": 18617, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16129, + "id": 18618, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16130, + "id": 18619, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16131, + "id": 18620, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16132, + "id": 18621, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16133, + "id": 18622, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16134, + "id": 18623, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16135, + "id": 18624, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16136, + "id": 18625, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16137, + "id": 18626, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16138, + "id": 18627, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16139, + "id": 18628, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16140, + "id": 18629, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16141, + "id": 18630, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16142, + "id": 18631, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16143, + "id": 18632, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16144, + "id": 18633, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16145, + "id": 18634, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16146, + "id": 18635, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16147, + "id": 18636, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] - }, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 806, + "name": "weeping_vines_plant", + "translation_key": "block.minecraft.weeping_vines_plant", + "item_id": 0, + "properties": [], + "default_state_id": 18637, + "states": [ { - "id": 16148, + "id": 18637, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 807, + "name": "twisting_vines", + "translation_key": "block.minecraft.twisting_vines", + "item_id": 241, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" ] - }, + } + ], + "default_state_id": 18638, + "states": [ { - "id": 16149, + "id": 18638, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16150, + "id": 18639, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16151, + "id": 18640, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16152, + "id": 18641, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16153, + "id": 18642, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16154, + "id": 18643, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16155, + "id": 18644, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16156, + "id": 18645, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16157, + "id": 18646, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16158, + "id": 18647, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16159, + "id": 18648, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16160, + "id": 18649, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16161, + "id": 18650, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16162, + "id": 18651, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16163, + "id": 18652, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16164, + "id": 18653, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16165, + "id": 18654, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16166, + "id": 18655, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16167, + "id": 18656, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16168, + "id": 18657, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16169, + "id": 18658, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16170, + "id": 18659, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16171, + "id": 18660, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16172, + "id": 18661, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16173, + "id": 18662, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16174, + "id": 18663, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 808, + "name": "twisting_vines_plant", + "translation_key": "block.minecraft.twisting_vines_plant", + "item_id": 0, + "properties": [], + "default_state_id": 18664, + "states": [ { - "id": 16175, + "id": 18664, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 809, + "name": "crimson_roots", + "translation_key": "block.minecraft.crimson_roots", + "item_id": 237, + "properties": [], + "default_state_id": 18665, + "states": [ { - "id": 16176, + "id": 18665, + "luminance": 0, + "opaque": false, + "replaceable": true, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 810, + "name": "crimson_planks", + "translation_key": "block.minecraft.crimson_planks", + "item_id": 45, + "properties": [], + "default_state_id": 18666, + "states": [ + { + "id": 18666, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 ] - }, + } + ] + }, + { + "id": 811, + "name": "warped_planks", + "translation_key": "block.minecraft.warped_planks", + "item_id": 46, + "properties": [], + "default_state_id": 18667, + "states": [ { - "id": 16177, + "id": 18667, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 + ] + } + ] + }, + { + "id": 812, + "name": "crimson_slab", + "translation_key": "block.minecraft.crimson_slab", + "item_id": 261, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 16178, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18671, + "states": [ + { + "id": 18668, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 201 ] }, { - "id": 16179, + "id": 18669, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 201 ] }, { - "id": 16180, + "id": 18670, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51 ] }, { - "id": 16181, + "id": 18671, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51 ] }, { - "id": 16182, + "id": 18672, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 0 ] }, { - "id": 16183, + "id": 18673, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 0 + ] + } + ] + }, + { + "id": 813, + "name": "warped_slab", + "translation_key": "block.minecraft.warped_slab", + "item_id": 262, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 16184, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18677, + "states": [ + { + "id": 18674, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 201 ] }, { - "id": 16185, + "id": 18675, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 201 ] }, { - "id": 16186, + "id": 18676, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51 ] }, { - "id": 16187, + "id": 18677, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51 ] }, { - "id": 16188, + "id": 18678, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 0 ] }, { - "id": 16189, + "id": 18679, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 0 ] - }, + } + ] + }, + { + "id": 814, + "name": "crimson_pressure_plate", + "translation_key": "block.minecraft.crimson_pressure_plate", + "item_id": 707, + "properties": [ { - "id": 16190, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18681, + "states": [ + { + "id": 18680, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 16191, + "id": 18681, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 + "collision_shapes": [] + } + ] + }, + { + "id": 815, + "name": "warped_pressure_plate", + "translation_key": "block.minecraft.warped_pressure_plate", + "item_id": 708, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 18683, + "states": [ { - "id": 16192, + "id": 18682, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16193, + "id": 18683, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "collision_shapes": [] + } + ] + }, + { + "id": 816, + "name": "crimson_fence", + "translation_key": "block.minecraft.crimson_fence", + "item_id": 319, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" ] }, { - "id": 16194, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 + "name": "north", + "values": [ + "true", + "false" ] }, { - "id": 16195, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "name": "south", + "values": [ + "true", + "false" ] }, { - "id": 16196, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "name": "waterlogged", + "values": [ + "true", + "false" ] }, { - "id": 16197, + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18715, + "states": [ + { + "id": 18684, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 75, + 76, + 77 ] }, { - "id": 16198, + "id": 18685, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 78, + 79 ] }, { - "id": 16199, + "id": 18686, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75, + 76, + 77 ] }, { - "id": 16200, + "id": 18687, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 78, + 79 ] }, { - "id": 16201, + "id": 18688, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75, + 76 ] }, { - "id": 16202, + "id": 18689, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 80, + 79 ] }, { - "id": 16203, + "id": 18690, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 75, + 76 ] }, { - "id": 16204, + "id": 18691, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 80, + 79 ] }, { - "id": 16205, + "id": 18692, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 75, + 77 ] }, { - "id": 16206, + "id": 18693, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 81, + 79 ] }, { - "id": 16207, + "id": 18694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 75, + 77 ] }, { - "id": 16208, + "id": 18695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 81, + 79 ] }, { - "id": 16209, + "id": 18696, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 75 ] }, { - "id": 16210, + "id": 18697, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 82 ] }, { - "id": 16211, + "id": 18698, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75 ] }, { - "id": 16212, + "id": 18699, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 82 ] }, { - "id": 16213, + "id": 18700, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 83, + 76, + 77 ] }, { - "id": 16214, + "id": 18701, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 78 ] }, { - "id": 16215, + "id": 18702, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 83, + 76, + 77 ] }, { - "id": 16216, + "id": 18703, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 78 ] }, { - "id": 16217, + "id": 18704, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 83, + 76 ] }, { - "id": 16218, + "id": 18705, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 80 ] }, { - "id": 16219, + "id": 18706, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 83, + 76 ] }, { - "id": 16220, + "id": 18707, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 80 ] }, { - "id": 16221, + "id": 18708, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 83, + 77 ] }, { - "id": 16222, + "id": 18709, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 81 ] }, { - "id": 16223, + "id": 18710, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 83, + 77 ] }, { - "id": 16224, + "id": 18711, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 81 ] }, { - "id": 16225, + "id": 18712, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 83 ] }, { - "id": 16226, + "id": 18713, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 84 ] }, { - "id": 16227, + "id": 18714, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 83 ] }, { - "id": 16228, + "id": 18715, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 84 + ] + } + ] + }, + { + "id": 817, + "name": "warped_fence", + "translation_key": "block.minecraft.warped_fence", + "item_id": 320, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" ] }, { - "id": 16229, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + "name": "north", + "values": [ + "true", + "false" ] }, { - "id": 16230, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 + "name": "south", + "values": [ + "true", + "false" ] }, { - "id": 16231, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18747, + "states": [ + { + "id": 18716, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 75, + 76, + 77 ] }, { - "id": 16232, + "id": 18717, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 78, + 79 ] }, { - "id": 16233, + "id": 18718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 75, + 76, + 77 ] }, { - "id": 16234, + "id": 18719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 78, + 79 ] }, { - "id": 16235, + "id": 18720, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 75, + 76 ] }, { - "id": 16236, + "id": 18721, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 80, + 79 ] }, { - "id": 16237, + "id": 18722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 75, + 76 ] }, { - "id": 16238, + "id": 18723, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 80, + 79 ] }, { - "id": 16239, + "id": 18724, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 75, + 77 ] }, { - "id": 16240, + "id": 18725, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 81, + 79 ] }, { - "id": 16241, + "id": 18726, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 75, + 77 ] }, { - "id": 16242, + "id": 18727, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 81, + 79 ] }, { - "id": 16243, + "id": 18728, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 75 ] }, { - "id": 16244, + "id": 18729, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 82 ] }, { - "id": 16245, + "id": 18730, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 75 ] }, { - "id": 16246, + "id": 18731, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 82 ] }, { - "id": 16247, + "id": 18732, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 83, + 76, + 77 ] }, { - "id": 16248, + "id": 18733, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 78 ] }, { - "id": 16249, + "id": 18734, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 83, + 76, + 77 ] }, { - "id": 16250, + "id": 18735, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 78 ] }, { - "id": 16251, + "id": 18736, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 83, + 76 ] }, { - "id": 16252, + "id": 18737, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 80 ] }, { - "id": 16253, + "id": 18738, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 83, + 76 ] }, { - "id": 16254, + "id": 18739, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 80 ] }, { - "id": 16255, + "id": 18740, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 83, + 77 ] }, { - "id": 16256, + "id": 18741, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 81 ] }, { - "id": 16257, + "id": 18742, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 83, + 77 ] }, { - "id": 16258, + "id": 18743, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 81 ] }, { - "id": 16259, + "id": 18744, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 83 ] }, { - "id": 16260, + "id": 18745, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 84 ] }, { - "id": 16261, + "id": 18746, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 83 ] }, { - "id": 16262, + "id": 18747, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 84 + ] + } + ] + }, + { + "id": 818, + "name": "crimson_trapdoor", + "translation_key": "block.minecraft.crimson_trapdoor", + "item_id": 739, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16263, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18763, + "states": [ + { + "id": 18748, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 65 ] }, { - "id": 16264, + "id": 18749, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16265, + "id": 18750, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16266, + "id": 18751, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 65 ] }, { - "id": 16267, + "id": 18752, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 92 ] }, { - "id": 16268, + "id": 18753, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 92 ] }, { - "id": 16269, + "id": 18754, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 92 ] }, { - "id": 16270, + "id": 18755, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 92 ] }, { - "id": 16271, + "id": 18756, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 65 ] }, { - "id": 16272, + "id": 18757, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 65 ] }, { - "id": 16273, + "id": 18758, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 65 ] }, { - "id": 16274, + "id": 18759, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 65 ] }, { - "id": 16275, + "id": 18760, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 93 ] }, { - "id": 16276, + "id": 18761, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16277, + "id": 18762, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16278, + "id": 18763, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 93 ] }, { - "id": 16279, + "id": 18764, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16280, + "id": 18765, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16281, + "id": 18766, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 67 ] }, { - "id": 16282, + "id": 18767, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 67 ] }, { - "id": 16283, + "id": 18768, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 92 ] }, { - "id": 16284, + "id": 18769, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 92 ] }, { - "id": 16285, + "id": 18770, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 92 ] }, { - "id": 16286, + "id": 18771, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] - } - ] - }, - { - "id": 766, - "name": "nether_brick_wall", - "translation_key": "block.minecraft.nether_brick_wall", - "item_id": 384, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" + 92 ] }, { - "name": "north", - "values": [ - "none", - "low", - "tall" + "id": 18772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "south", - "values": [ - "none", - "low", - "tall" + "id": 18773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "up", - "values": [ - "true", - "false" + "id": 18774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 18775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 16290, - "states": [ - { - "id": 16287, + "id": 18776, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 93 ] }, { - "id": 16288, + "id": 18777, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 + 93 ] }, { - "id": 16289, + "id": 18778, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 + 93 ] }, { - "id": 16290, + "id": 18779, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 93 ] }, { - "id": 16291, + "id": 18780, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 + 66 ] }, { - "id": 16292, + "id": 18781, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 + 66 ] }, { - "id": 16293, + "id": 18782, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 16294, + "id": 18783, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 66 ] }, { - "id": 16295, + "id": 18784, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 92 ] }, { - "id": 16296, + "id": 18785, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 92 + ] }, { - "id": 16297, + "id": 18786, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 92 ] }, { - "id": 16298, + "id": 18787, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 92 ] }, { - "id": 16299, + "id": 18788, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 66 ] }, { - "id": 16300, + "id": 18789, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 66 ] }, { - "id": 16301, + "id": 18790, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 66 ] }, { - "id": 16302, + "id": 18791, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 66 ] }, { - "id": 16303, + "id": 18792, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 93 ] }, { - "id": 16304, + "id": 18793, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 93 ] }, { - "id": 16305, + "id": 18794, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 93 ] }, { - "id": 16306, + "id": 18795, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 93 ] }, { - "id": 16307, + "id": 18796, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 64 ] }, { - "id": 16308, + "id": 18797, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 64 ] }, { - "id": 16309, + "id": 18798, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 64 ] }, { - "id": 16310, + "id": 18799, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 64 ] }, { - "id": 16311, + "id": 18800, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 92 ] }, { - "id": 16312, + "id": 18801, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 92 ] }, { - "id": 16313, + "id": 18802, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 92 ] }, { - "id": 16314, + "id": 18803, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 92 ] }, { - "id": 16315, + "id": 18804, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 64 ] }, { - "id": 16316, + "id": 18805, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 64 ] }, { - "id": 16317, + "id": 18806, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 64 ] }, { - "id": 16318, + "id": 18807, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 64 ] }, { - "id": 16319, + "id": 18808, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 93 ] }, { - "id": 16320, + "id": 18809, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 93 ] }, { - "id": 16321, + "id": 18810, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 93 ] }, { - "id": 16322, + "id": 18811, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 93 + ] + } + ] + }, + { + "id": 819, + "name": "warped_trapdoor", + "translation_key": "block.minecraft.warped_trapdoor", + "item_id": 740, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16323, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18827, + "states": [ + { + "id": 18812, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 65 ] }, { - "id": 16324, + "id": 18813, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 65 ] }, { - "id": 16325, + "id": 18814, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 65 ] }, { - "id": 16326, + "id": 18815, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 65 ] }, { - "id": 16327, + "id": 18816, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 92 ] }, { - "id": 16328, + "id": 18817, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 92 ] }, { - "id": 16329, + "id": 18818, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 92 ] }, { - "id": 16330, + "id": 18819, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 92 ] }, { - "id": 16331, + "id": 18820, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16332, + "id": 18821, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 65 ] }, { - "id": 16333, + "id": 18822, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16334, + "id": 18823, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16335, + "id": 18824, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 93 ] }, { - "id": 16336, + "id": 18825, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16337, + "id": 18826, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16338, + "id": 18827, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 93 ] }, { - "id": 16339, + "id": 18828, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16340, + "id": 18829, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16341, + "id": 18830, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 67 ] }, { - "id": 16342, + "id": 18831, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16343, + "id": 18832, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 92 ] }, { - "id": 16344, + "id": 18833, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 92 ] }, { - "id": 16345, + "id": 18834, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 92 ] }, { - "id": 16346, + "id": 18835, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 92 ] }, { - "id": 16347, + "id": 18836, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 67 ] }, { - "id": 16348, + "id": 18837, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16349, + "id": 18838, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16350, + "id": 18839, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 67 ] }, { - "id": 16351, + "id": 18840, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16352, + "id": 18841, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16353, + "id": 18842, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 93 ] }, { - "id": 16354, + "id": 18843, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 93 ] }, { - "id": 16355, + "id": 18844, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 66 ] }, { - "id": 16356, + "id": 18845, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 66 ] }, { - "id": 16357, + "id": 18846, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 66 ] }, { - "id": 16358, + "id": 18847, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 66 ] }, { - "id": 16359, + "id": 18848, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 92 ] }, { - "id": 16360, + "id": 18849, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 92 ] }, { - "id": 16361, + "id": 18850, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 92 ] }, { - "id": 16362, + "id": 18851, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 92 ] }, { - "id": 16363, + "id": 18852, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 66 ] }, { - "id": 16364, + "id": 18853, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 66 ] }, { - "id": 16365, + "id": 18854, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 66 ] }, { - "id": 16366, + "id": 18855, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 66 ] }, { - "id": 16367, + "id": 18856, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 93 ] }, { - "id": 16368, + "id": 18857, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 93 ] }, { - "id": 16369, + "id": 18858, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 93 ] }, { - "id": 16370, + "id": 18859, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 93 ] }, { - "id": 16371, + "id": 18860, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 64 ] }, { - "id": 16372, + "id": 18861, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16373, + "id": 18862, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16374, + "id": 18863, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 64 ] }, { - "id": 16375, + "id": 18864, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 92 ] }, { - "id": 16376, + "id": 18865, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 92 ] }, { - "id": 16377, + "id": 18866, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 92 ] }, { - "id": 16378, + "id": 18867, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 92 ] }, { - "id": 16379, + "id": 18868, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16380, + "id": 18869, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 64 ] }, { - "id": 16381, + "id": 18870, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16382, + "id": 18871, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16383, + "id": 18872, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 93 ] }, { - "id": 16384, + "id": 18873, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16385, + "id": 18874, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 93 ] }, { - "id": 16386, + "id": 18875, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 93 + ] + } + ] + }, + { + "id": 820, + "name": "crimson_fence_gate", + "translation_key": "block.minecraft.crimson_fence_gate", + "item_id": 758, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16387, + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18883, + "states": [ + { + "id": 18876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 16388, + "id": 18877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 16389, + "id": 18878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 75 ] }, { - "id": 16390, + "id": 18879, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 75 ] }, { - "id": 16391, + "id": 18880, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 16392, + "id": 18881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151 - ] + "collision_shapes": [] }, { - "id": 16393, + "id": 18882, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 75 ] }, { - "id": 16394, + "id": 18883, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 75 ] }, { - "id": 16395, + "id": 18884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [] }, { - "id": 16396, + "id": 18885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 16397, + "id": 18886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 75 ] }, { - "id": 16398, + "id": 18887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 75 ] }, { - "id": 16399, + "id": 18888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 16400, + "id": 18889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 16401, + "id": 18890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 75 ] }, { - "id": 16402, + "id": 18891, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 75 ] }, { - "id": 16403, + "id": 18892, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 16404, + "id": 18893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 16405, + "id": 18894, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 78 ] }, { - "id": 16406, + "id": 18895, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 78 ] }, { - "id": 16407, + "id": 18896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 16408, + "id": 18897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16409, + "id": 18898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 78 ] }, { - "id": 16410, + "id": 18899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 78 ] }, { - "id": 16411, + "id": 18900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16412, + "id": 18901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16413, + "id": 18902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 78 ] }, { - "id": 16414, + "id": 18903, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 78 ] }, { - "id": 16415, + "id": 18904, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 16416, + "id": 18905, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 16417, + "id": 18906, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 78 ] }, { - "id": 16418, + "id": 18907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 78 + ] + } + ] + }, + { + "id": 821, + "name": "warped_fence_gate", + "translation_key": "block.minecraft.warped_fence_gate", + "item_id": 759, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16419, + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18915, + "states": [ + { + "id": 18908, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 16420, + "id": 18909, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16421, + "id": 18910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 75 ] }, { - "id": 16422, + "id": 18911, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 75 ] }, { - "id": 16423, + "id": 18912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16424, + "id": 18913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 16425, + "id": 18914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 75 ] }, { - "id": 16426, + "id": 18915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75 ] }, { - "id": 16427, + "id": 18916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 16428, + "id": 18917, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 16429, + "id": 18918, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75 ] }, { - "id": 16430, + "id": 18919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 75 ] }, { - "id": 16431, + "id": 18920, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [] }, { - "id": 16432, + "id": 18921, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 16433, + "id": 18922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 75 ] }, { - "id": 16434, + "id": 18923, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 75 ] }, { - "id": 16435, + "id": 18924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 16436, + "id": 18925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 16437, + "id": 18926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 78 ] }, { - "id": 16438, + "id": 18927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 78 ] }, { - "id": 16439, + "id": 18928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 16440, + "id": 18929, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 16441, + "id": 18930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 78 ] }, { - "id": 16442, + "id": 18931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 78 ] }, { - "id": 16443, + "id": 18932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 16444, + "id": 18933, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 16445, + "id": 18934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 78 ] }, { - "id": 16446, + "id": 18935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 78 ] }, { - "id": 16447, + "id": 18936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 16448, + "id": 18937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 16449, + "id": 18938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 78 ] }, { - "id": 16450, + "id": 18939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 78 + ] + } + ] + }, + { + "id": 822, + "name": "crimson_stairs", + "translation_key": "block.minecraft.crimson_stairs", + "item_id": 392, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16451, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 18951, + "states": [ + { + "id": 18940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 41, + 42 ] }, { - "id": 16452, + "id": 18941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 41, + 42 ] }, { - "id": 16453, + "id": 18942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 44, + 45 ] }, { - "id": 16454, + "id": 18943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 44, + 45 ] }, { - "id": 16455, + "id": 18944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 41, + 46, + 47 ] }, { - "id": 16456, + "id": 18945, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 41, + 46, + 47 ] }, { - "id": 16457, + "id": 18946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 48, + 42, + 49 ] }, { - "id": 16458, + "id": 18947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 48, + 42, + 49 ] }, { - "id": 16459, + "id": 18948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 44, + 50, + 45 ] }, { - "id": 16460, + "id": 18949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 44, + 50, + 45 ] }, { - "id": 16461, + "id": 18950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 52 ] }, { - "id": 16462, + "id": 18951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 52 ] }, { - "id": 16463, + "id": 18952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 49 ] }, { - "id": 16464, + "id": 18953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 50, + 49 ] }, { - "id": 16465, + "id": 18954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 52, + 45 ] }, { - "id": 16466, + "id": 18955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 52, + 45 ] }, { - "id": 16467, + "id": 18956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 53 ] }, { - "id": 16468, + "id": 18957, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 53 ] }, { - "id": 16469, + "id": 18958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 49 ] }, { - "id": 16470, + "id": 18959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 49 ] }, { - "id": 16471, + "id": 18960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 54, + 52 ] }, { - "id": 16472, + "id": 18961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 54, + 52 ] }, { - "id": 16473, + "id": 18962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 54, + 44, + 53 ] }, { - "id": 16474, + "id": 18963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 54, + 44, + 53 ] }, { - "id": 16475, + "id": 18964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 46, + 49 ] }, { - "id": 16476, + "id": 18965, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 43, + 46, + 49 ] }, { - "id": 16477, + "id": 18966, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 46, + 50, + 49 ] }, { - "id": 16478, + "id": 18967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 46, + 50, + 49 ] }, { - "id": 16479, + "id": 18968, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 55, + 52, + 45 ] }, { - "id": 16480, + "id": 18969, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 55, + 52, + 45 ] }, { - "id": 16481, + "id": 18970, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 42 ] }, { - "id": 16482, + "id": 18971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 42 ] }, { - "id": 16483, + "id": 18972, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 16484, + "id": 18973, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 16485, + "id": 18974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 50, + 45 ] }, { - "id": 16486, + "id": 18975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 45 ] }, { - "id": 16487, + "id": 18976, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 ] }, { - "id": 16488, + "id": 18977, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 45 ] }, { - "id": 16489, + "id": 18978, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 16490, + "id": 18979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 16491, + "id": 18980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 56 ] }, { - "id": 16492, + "id": 18981, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 56 ] }, { - "id": 16493, + "id": 18982, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 16494, + "id": 18983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 46, + 49 ] }, { - "id": 16495, + "id": 18984, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 44, + 45 ] }, { - "id": 16496, + "id": 18985, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 44, + 45 ] }, { - "id": 16497, + "id": 18986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 55, + 52, + 45 ] }, { - "id": 16498, + "id": 18987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 55, + 52, + 45 ] }, { - "id": 16499, + "id": 18988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 48, + 42, + 49 ] }, { - "id": 16500, + "id": 18989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 48, + 42, + 49 ] }, { - "id": 16501, + "id": 18990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50 ] }, { - "id": 16502, + "id": 18991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50 ] }, { - "id": 16503, + "id": 18992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 51, + 50, + 45 ] }, { - "id": 16504, + "id": 18993, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51, + 50, + 45 ] }, { - "id": 16505, + "id": 18994, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51, + 50, + 49 ] }, { - "id": 16506, + "id": 18995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 51, + 50, + 49 ] }, { - "id": 16507, + "id": 18996, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51, + 47 ] }, { - "id": 16508, + "id": 18997, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51, + 47 ] }, { - "id": 16509, + "id": 18998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 51, + 53 ] }, { - "id": 16510, + "id": 18999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51, + 53 ] }, { - "id": 16511, + "id": 19000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 57, + 50 ] }, { - "id": 16512, + "id": 19001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 57, + 50 ] }, { - "id": 16513, + "id": 19002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 41, + 46, + 47 ] }, { - "id": 16514, + "id": 19003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 41, + 46, + 47 ] }, { - "id": 16515, + "id": 19004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 54, + 44, + 53 ] }, { - "id": 16516, + "id": 19005, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 54, + 44, + 53 ] }, { - "id": 16517, + "id": 19006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 44, + 50, + 45 ] }, { - "id": 16518, + "id": 19007, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 44, + 50, + 45 ] }, { - "id": 16519, + "id": 19008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 46, + 50, + 49 ] }, { - "id": 16520, + "id": 19009, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 46, + 50, + 49 ] }, { - "id": 16521, + "id": 19010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 56 ] }, { - "id": 16522, + "id": 19011, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 56 ] }, { - "id": 16523, + "id": 19012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 52, + 45 ] }, { - "id": 16524, + "id": 19013, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 52, + 45 ] }, { - "id": 16525, + "id": 19014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 42, + 49 ] }, { - "id": 16526, + "id": 19015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 42, + 49 ] }, { - "id": 16527, + "id": 19016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 51, + 49 ] }, { - "id": 16528, + "id": 19017, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 49 ] }, { - "id": 16529, + "id": 19018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 45 ] }, { - "id": 16530, + "id": 19019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 51, + 45 + ] + } + ] + }, + { + "id": 823, + "name": "warped_stairs", + "translation_key": "block.minecraft.warped_stairs", + "item_id": 393, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16531, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19031, + "states": [ + { + "id": 19020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 16532, + "id": 19021, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 16533, + "id": 19022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 43, + 44, + 45 ] }, { - "id": 16534, + "id": 19023, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 43, + 44, + 45 ] }, { - "id": 16535, + "id": 19024, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 41, + 46, + 47 ] }, { - "id": 16536, + "id": 19025, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 41, + 46, + 47 ] }, { - "id": 16537, + "id": 19026, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 48, + 42, + 49 ] }, { - "id": 16538, + "id": 19027, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 48, + 42, + 49 ] }, { - "id": 16539, + "id": 19028, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 44, + 50, + 45 ] }, { - "id": 16540, + "id": 19029, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 44, + 50, + 45 ] }, { - "id": 16541, + "id": 19030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 52 ] }, { - "id": 16542, + "id": 19031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 52 ] }, { - "id": 16543, + "id": 19032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 16544, + "id": 19033, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 16545, + "id": 19034, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 52, + 45 ] }, { - "id": 16546, + "id": 19035, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 52, + 45 ] }, { - "id": 16547, + "id": 19036, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 53 ] }, { - "id": 16548, + "id": 19037, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 53 ] }, { - "id": 16549, + "id": 19038, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 49 ] }, { - "id": 16550, + "id": 19039, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 49 ] }, { - "id": 16551, + "id": 19040, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 54, + 52 ] }, { - "id": 16552, + "id": 19041, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 54, + 52 ] }, { - "id": 16553, + "id": 19042, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 54, + 44, + 53 ] }, { - "id": 16554, + "id": 19043, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 54, + 44, + 53 ] }, { - "id": 16555, + "id": 19044, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 16556, + "id": 19045, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 16557, + "id": 19046, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 46, + 50, + 49 ] }, { - "id": 16558, + "id": 19047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 46, + 50, + 49 ] }, { - "id": 16559, + "id": 19048, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 55, + 52, + 45 ] }, { - "id": 16560, + "id": 19049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 55, + 52, + 45 ] }, { - "id": 16561, + "id": 19050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42 ] }, { - "id": 16562, + "id": 19051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42 ] }, { - "id": 16563, + "id": 19052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 42, + 49 ] }, { - "id": 16564, + "id": 19053, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 16565, + "id": 19054, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 16566, + "id": 19055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 50, + 45 ] }, { - "id": 16567, + "id": 19056, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 16568, + "id": 19057, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 16569, + "id": 19058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 47 ] }, { - "id": 16570, + "id": 19059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 16571, + "id": 19060, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 56 ] }, { - "id": 16572, + "id": 19061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 43, + 56 ] }, { - "id": 16573, + "id": 19062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 16574, + "id": 19063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 16575, + "id": 19064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 43, + 44, + 45 ] }, { - "id": 16576, + "id": 19065, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 43, + 44, + 45 ] }, { - "id": 16577, + "id": 19066, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 55, + 52, + 45 ] }, { - "id": 16578, + "id": 19067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 55, + 52, + 45 ] }, { - "id": 16579, + "id": 19068, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 16580, + "id": 19069, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 16581, + "id": 19070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 50 ] }, { - "id": 16582, + "id": 19071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50 ] }, { - "id": 16583, + "id": 19072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 45 ] }, { - "id": 16584, + "id": 19073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 50, + 45 ] }, { - "id": 16585, + "id": 19074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 49 ] }, { - "id": 16586, + "id": 19075, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 49 ] }, { - "id": 16587, + "id": 19076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 47 ] }, { - "id": 16588, + "id": 19077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 47 ] }, { - "id": 16589, + "id": 19078, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 53 ] }, { - "id": 16590, + "id": 19079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 53 ] }, { - "id": 16591, + "id": 19080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 16592, + "id": 19081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 16593, + "id": 19082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 41, + 46, + 47 ] }, { - "id": 16594, + "id": 19083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 41, + 46, + 47 ] }, { - "id": 16595, + "id": 19084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 54, + 44, + 53 ] }, { - "id": 16596, + "id": 19085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 54, + 44, + 53 ] }, { - "id": 16597, + "id": 19086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 16598, + "id": 19087, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 16599, + "id": 19088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 46, + 50, + 49 ] }, { - "id": 16600, + "id": 19089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 46, + 50, + 49 ] }, { - "id": 16601, + "id": 19090, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 56 ] }, { - "id": 16602, + "id": 19091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 56 ] }, { - "id": 16603, + "id": 19092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 16604, + "id": 19093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 16605, + "id": 19094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 42, + 49 ] }, { - "id": 16606, + "id": 19095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42, + 49 ] }, { - "id": 16607, + "id": 19096, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 49 ] }, { - "id": 16608, + "id": 19097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 49 ] }, { - "id": 16609, + "id": 19098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 ] }, { - "id": 16610, + "id": 19099, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 ] } ] }, { - "id": 767, - "name": "andesite_wall", - "translation_key": "block.minecraft.andesite_wall", - "item_id": 385, + "id": 824, + "name": "crimson_button", + "translation_key": "block.minecraft.crimson_button", + "item_id": 692, "properties": [ { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", + "name": "face", "values": [ - "none", - "low", - "tall" + "floor", + "wall", + "ceiling" ] }, { - "name": "south", + "name": "facing", "values": [ - "none", - "low", - "tall" + "north", + "south", + "west", + "east" ] }, { - "name": "up", + "name": "powered", "values": [ "true", "false" ] + } + ], + "default_state_id": 19109, + "states": [ + { + "id": 19100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] + "id": 19101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 16614, - "states": [ + "id": 19102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, { - "id": 16611, + "id": 19103, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16612, + "id": 19104, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16613, + "id": 19105, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16614, + "id": 19106, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16615, + "id": 19107, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16616, + "id": 19108, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16617, + "id": 19109, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [] }, { - "id": 16618, + "id": 19110, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16619, + "id": 19111, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16620, + "id": 19112, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [] }, { - "id": 16621, + "id": 19113, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16622, + "id": 19114, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16623, + "id": 19115, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16624, + "id": 19116, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16625, + "id": 19117, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16626, + "id": 19118, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16627, + "id": 19119, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16628, + "id": 19120, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16629, + "id": 19121, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16630, + "id": 19122, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16631, + "id": 19123, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 825, + "name": "warped_button", + "translation_key": "block.minecraft.warped_button", + "item_id": 693, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" ] }, { - "id": 16632, + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19133, + "states": [ + { + "id": 19124, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16633, + "id": 19125, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16634, + "id": 19126, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16635, + "id": 19127, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16636, + "id": 19128, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16637, + "id": 19129, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16638, + "id": 19130, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16639, + "id": 19131, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16640, + "id": 19132, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16641, + "id": 19133, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16642, + "id": 19134, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16643, + "id": 19135, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16644, + "id": 19136, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16645, + "id": 19137, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16646, + "id": 19138, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 144, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 16647, + "id": 19139, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148 + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 19147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 826, + "name": "crimson_door", + "translation_key": "block.minecraft.crimson_door", + "item_id": 719, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16648, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19159, + "states": [ + { + "id": 19148, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 64 ] }, { - "id": 16649, + "id": 19149, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 64 ] }, { - "id": 16650, + "id": 19150, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 65 ] }, { - "id": 16651, + "id": 19151, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 65 ] }, { - "id": 16652, + "id": 19152, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 66 ] }, { - "id": 16653, + "id": 19153, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 66 ] }, { - "id": 16654, + "id": 19154, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16655, + "id": 19155, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16656, + "id": 19156, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 64 ] }, { - "id": 16657, + "id": 19157, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 64 ] }, { - "id": 16658, + "id": 19158, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 65 ] }, { - "id": 16659, + "id": 19159, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 65 ] }, { - "id": 16660, + "id": 19160, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 66 ] }, { - "id": 16661, + "id": 19161, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 66 ] }, { - "id": 16662, + "id": 19162, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 65 ] }, { - "id": 16663, + "id": 19163, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16664, + "id": 19164, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 66 ] }, { - "id": 16665, + "id": 19165, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 66 ] }, { - "id": 16666, + "id": 19166, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16667, + "id": 19167, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16668, + "id": 19168, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 64 ] }, { - "id": 16669, + "id": 19169, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16670, + "id": 19170, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16671, + "id": 19171, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 67 ] }, { - "id": 16672, + "id": 19172, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 66 ] }, { - "id": 16673, + "id": 19173, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 66 ] }, { - "id": 16674, + "id": 19174, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 67 ] }, { - "id": 16675, + "id": 19175, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16676, + "id": 19176, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16677, + "id": 19177, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 64 ] }, { - "id": 16678, + "id": 19178, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16679, + "id": 19179, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16680, + "id": 19180, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 65 ] }, { - "id": 16681, + "id": 19181, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 65 ] }, { - "id": 16682, + "id": 19182, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 66 ] }, { - "id": 16683, + "id": 19183, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 66 ] }, { - "id": 16684, + "id": 19184, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 67 ] }, { - "id": 16685, + "id": 19185, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 67 ] }, { - "id": 16686, + "id": 19186, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 66 ] }, { - "id": 16687, + "id": 19187, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 66 ] }, { - "id": 16688, + "id": 19188, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 65 ] }, { - "id": 16689, + "id": 19189, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 65 ] }, { - "id": 16690, + "id": 19190, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 66 ] }, { - "id": 16691, + "id": 19191, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 66 ] }, { - "id": 16692, + "id": 19192, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 67 ] }, { - "id": 16693, + "id": 19193, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150 + "collision_shapes": [ + 67 ] }, { - "id": 16694, + "id": 19194, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 66 ] }, { - "id": 16695, + "id": 19195, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 66 ] }, { - "id": 16696, + "id": 19196, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16697, + "id": 19197, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16698, + "id": 19198, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 64 ] }, { - "id": 16699, + "id": 19199, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16700, + "id": 19200, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16701, + "id": 19201, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 65 ] }, { - "id": 16702, + "id": 19202, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16703, + "id": 19203, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16704, + "id": 19204, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 67 ] }, { - "id": 16705, + "id": 19205, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 67 ] }, { - "id": 16706, + "id": 19206, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 64 ] }, { - "id": 16707, + "id": 19207, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 64 ] }, { - "id": 16708, + "id": 19208, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16709, + "id": 19209, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16710, + "id": 19210, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 64 ] }, { - "id": 16711, + "id": 19211, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 + ] + } + ] + }, + { + "id": 827, + "name": "warped_door", + "translation_key": "block.minecraft.warped_door", + "item_id": 720, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16712, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19223, + "states": [ + { + "id": 19212, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16713, + "id": 19213, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 64 ] }, { - "id": 16714, + "id": 19214, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 65 ] }, { - "id": 16715, + "id": 19215, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 65 ] }, { - "id": 16716, + "id": 19216, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 66 ] }, { - "id": 16717, + "id": 19217, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 66 ] }, { - "id": 16718, + "id": 19218, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 65 ] }, { - "id": 16719, + "id": 19219, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 65 ] }, { - "id": 16720, + "id": 19220, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 64 ] }, { - "id": 16721, + "id": 19221, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 64 ] }, { - "id": 16722, + "id": 19222, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 65 ] }, { - "id": 16723, + "id": 19223, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 65 ] }, { - "id": 16724, + "id": 19224, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 66 ] }, { - "id": 16725, + "id": 19225, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 66 ] }, { - "id": 16726, + "id": 19226, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 65 ] }, { - "id": 16727, + "id": 19227, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 65 ] }, { - "id": 16728, + "id": 19228, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 66 ] }, { - "id": 16729, + "id": 19229, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 66 ] }, { - "id": 16730, + "id": 19230, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 67 ] }, { - "id": 16731, + "id": 19231, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 67 ] }, { - "id": 16732, + "id": 19232, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 64 ] }, { - "id": 16733, + "id": 19233, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 64 ] }, { - "id": 16734, + "id": 19234, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 67 ] }, { - "id": 16735, + "id": 19235, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 67 ] }, { - "id": 16736, + "id": 19236, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 66 ] }, { - "id": 16737, + "id": 19237, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 66 ] }, { - "id": 16738, + "id": 19238, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 67 ] }, { - "id": 16739, + "id": 19239, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 67 ] }, { - "id": 16740, + "id": 19240, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 64 ] }, { - "id": 16741, + "id": 19241, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 64 ] }, { - "id": 16742, + "id": 19242, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 67 ] }, { - "id": 16743, + "id": 19243, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 67 ] }, { - "id": 16744, + "id": 19244, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 65 ] }, { - "id": 16745, + "id": 19245, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 65 ] }, { - "id": 16746, + "id": 19246, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 66 ] }, { - "id": 16747, + "id": 19247, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 66 ] }, { - "id": 16748, + "id": 19248, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 67 ] }, { - "id": 16749, + "id": 19249, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 67 ] }, { - "id": 16750, + "id": 19250, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 66 ] }, { - "id": 16751, + "id": 19251, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 66 ] }, { - "id": 16752, + "id": 19252, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 65 ] }, { - "id": 16753, + "id": 19253, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 65 ] }, { - "id": 16754, + "id": 19254, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 66 ] }, { - "id": 16755, + "id": 19255, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 66 ] }, { - "id": 16756, + "id": 19256, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 67 ] }, { - "id": 16757, + "id": 19257, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 67 ] }, { - "id": 16758, + "id": 19258, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 66 ] }, { - "id": 16759, + "id": 19259, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 66 ] }, { - "id": 16760, + "id": 19260, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 67 ] }, { - "id": 16761, + "id": 19261, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 67 ] }, { - "id": 16762, + "id": 19262, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 64 ] }, { - "id": 16763, + "id": 19263, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 64 ] }, { - "id": 16764, + "id": 19264, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 65 ] }, { - "id": 16765, + "id": 19265, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 65 ] }, { - "id": 16766, + "id": 19266, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 64 ] }, { - "id": 16767, + "id": 19267, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 64 ] }, { - "id": 16768, + "id": 19268, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16769, + "id": 19269, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 67 ] }, { - "id": 16770, + "id": 19270, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 64 ] }, { - "id": 16771, + "id": 19271, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 64 ] }, { - "id": 16772, + "id": 19272, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 65 ] }, { - "id": 16773, + "id": 19273, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 65 ] }, { - "id": 16774, + "id": 19274, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 64 ] }, { - "id": 16775, + "id": 19275, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 64 + ] + } + ] + }, + { + "id": 828, + "name": "crimson_sign", + "translation_key": "block.minecraft.crimson_sign", + "item_id": 892, + "wall_variant_id": 830, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] }, { - "id": 16776, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19277, + "states": [ + { + "id": 19276, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16777, + "id": 19277, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16778, + "id": 19278, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16779, + "id": 19279, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16780, + "id": 19280, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16781, + "id": 19281, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16782, + "id": 19282, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16783, + "id": 19283, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16784, + "id": 19284, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16785, + "id": 19285, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16786, + "id": 19286, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16787, + "id": 19287, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16788, + "id": 19288, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16789, + "id": 19289, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16790, + "id": 19290, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16791, + "id": 19291, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16792, + "id": 19292, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16793, + "id": 19293, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16794, + "id": 19294, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16795, + "id": 19295, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16796, + "id": 19296, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16797, + "id": 19297, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16798, + "id": 19298, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16799, + "id": 19299, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16800, + "id": 19300, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16801, + "id": 19301, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16802, + "id": 19302, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16803, + "id": 19303, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16804, + "id": 19304, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16805, + "id": 19305, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16806, + "id": 19306, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16807, + "id": 19307, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 829, + "name": "warped_sign", + "translation_key": "block.minecraft.warped_sign", + "item_id": 893, + "wall_variant_id": 831, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] }, { - "id": 16808, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19309, + "states": [ + { + "id": 19308, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16809, + "id": 19309, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16810, + "id": 19310, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16811, + "id": 19311, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16812, + "id": 19312, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16813, + "id": 19313, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16814, + "id": 19314, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16815, + "id": 19315, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16816, + "id": 19316, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16817, + "id": 19317, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16818, + "id": 19318, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16819, + "id": 19319, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16820, + "id": 19320, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16821, + "id": 19321, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16822, + "id": 19322, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16823, + "id": 19323, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16824, + "id": 19324, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16825, + "id": 19325, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16826, + "id": 19326, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16827, + "id": 19327, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16828, + "id": 19328, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16829, + "id": 19329, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16830, + "id": 19330, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16831, + "id": 19331, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16832, + "id": 19332, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16833, + "id": 19333, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16834, + "id": 19334, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16835, + "id": 19335, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16836, + "id": 19336, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16837, + "id": 19337, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16838, + "id": 19338, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16839, + "id": 19339, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 830, + "name": "crimson_wall_sign", + "translation_key": "block.minecraft.crimson_sign", + "item_id": 892, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16840, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19341, + "states": [ + { + "id": 19340, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16841, + "id": 19341, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16842, + "id": 19342, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16843, + "id": 19343, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16844, + "id": 19344, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16845, + "id": 19345, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16846, + "id": 19346, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16847, + "id": 19347, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 831, + "name": "warped_wall_sign", + "translation_key": "block.minecraft.warped_sign", + "item_id": 893, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16848, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19349, + "states": [ + { + "id": 19348, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16849, + "id": 19349, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16850, + "id": 19350, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16851, + "id": 19351, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16852, + "id": 19352, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16853, + "id": 19353, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16854, + "id": 19354, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [], + "block_entity_type": 7 }, { - "id": 16855, + "id": 19355, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 832, + "name": "structure_block", + "translation_key": "block.minecraft.structure_block", + "item_id": 791, + "properties": [ + { + "name": "mode", + "values": [ + "save", + "load", + "corner", + "data" ] - }, + } + ], + "default_state_id": 19357, + "states": [ { - "id": 16856, + "id": 19356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 0 + ], + "block_entity_type": 20 }, { - "id": 16857, + "id": 19357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 0 + ], + "block_entity_type": 20 }, { - "id": 16858, + "id": 19358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 0 + ], + "block_entity_type": 20 }, { - "id": 16859, + "id": 19359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 + ], + "block_entity_type": 20 + } + ] + }, + { + "id": 833, + "name": "jigsaw", + "translation_key": "block.minecraft.jigsaw", + "item_id": 792, + "properties": [ + { + "name": "orientation", + "values": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" ] - }, + } + ], + "default_state_id": 19370, + "states": [ { - "id": 16860, + "id": 19360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16861, + "id": 19361, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16862, + "id": 19362, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16863, + "id": 19363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16864, + "id": 19364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16865, + "id": 19365, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16866, + "id": 19366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16867, + "id": 19367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16868, + "id": 19368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16869, + "id": 19369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16870, + "id": 19370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 31 }, { - "id": 16871, + "id": 19371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 0 + ], + "block_entity_type": 31 + } + ] + }, + { + "id": 834, + "name": "composter", + "translation_key": "block.minecraft.composter", + "item_id": 1192, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" ] - }, + } + ], + "default_state_id": 19372, + "states": [ { - "id": 16872, + "id": 19372, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16873, + "id": 19373, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16874, + "id": 19374, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16875, + "id": 19375, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16876, + "id": 19376, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16877, + "id": 19377, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16878, + "id": 19378, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16879, + "id": 19379, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 70, + 300, + 301, + 302, + 303 ] }, { - "id": 16880, + "id": 19380, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 70, + 300, + 301, + 302, + 303 ] - }, + } + ] + }, + { + "id": 835, + "name": "target", + "translation_key": "block.minecraft.target", + "item_id": 670, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 19381, + "states": [ { - "id": 16881, + "id": 19381, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 ] }, { - "id": 16882, + "id": 19382, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16883, + "id": 19383, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16884, + "id": 19384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 ] }, { - "id": 16885, + "id": 19385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16886, + "id": 19386, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16887, + "id": 19387, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 0 ] }, { - "id": 16888, + "id": 19388, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 16889, + "id": 19389, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 16890, + "id": 19390, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 0 ] }, { - "id": 16891, + "id": 19391, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 16892, + "id": 19392, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 16893, + "id": 19393, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 ] }, { - "id": 16894, + "id": 19394, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16895, + "id": 19395, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 0 ] }, { - "id": 16896, + "id": 19396, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 + ] + } + ] + }, + { + "id": 836, + "name": "bee_nest", + "translation_key": "block.minecraft.bee_nest", + "item_id": 1210, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16897, + "name": "honey_level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "default_state_id": 19397, + "states": [ + { + "id": 19397, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16898, + "id": 19398, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16899, + "id": 19399, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16900, + "id": 19400, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16901, + "id": 19401, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16902, + "id": 19402, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16903, + "id": 19403, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16904, + "id": 19404, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16905, + "id": 19405, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16906, + "id": 19406, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16907, + "id": 19407, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16908, + "id": 19408, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16909, + "id": 19409, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16910, + "id": 19410, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16911, + "id": 19411, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16912, + "id": 19412, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16913, + "id": 19413, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16914, + "id": 19414, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16915, + "id": 19415, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16916, + "id": 19416, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16917, + "id": 19417, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16918, + "id": 19418, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16919, + "id": 19419, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16920, + "id": 19420, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 0 + ], + "block_entity_type": 33 + } + ] + }, + { + "id": 837, + "name": "beehive", + "translation_key": "block.minecraft.beehive", + "item_id": 1211, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16921, + "name": "honey_level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "default_state_id": 19421, + "states": [ + { + "id": 19421, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16922, + "id": 19422, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16923, + "id": 19423, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16924, + "id": 19424, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16925, + "id": 19425, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16926, + "id": 19426, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16927, + "id": 19427, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16928, + "id": 19428, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16929, + "id": 19429, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16930, + "id": 19430, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16931, + "id": 19431, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16932, + "id": 19432, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16933, + "id": 19433, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16934, + "id": 19434, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] - } - ] - }, - { - "id": 768, - "name": "red_nether_brick_wall", - "translation_key": "block.minecraft.red_nether_brick_wall", - "item_id": 386, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] + 0 + ], + "block_entity_type": 33 }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 16938, - "states": [ - { - "id": 16935, + "id": 19435, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16936, + "id": 19436, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16937, + "id": 19437, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16938, + "id": 19438, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16939, + "id": 19439, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16940, + "id": 19440, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16941, + "id": 19441, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 0 + ], + "block_entity_type": 33 }, { - "id": 16942, + "id": 19442, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16943, + "id": 19443, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 0 + ], + "block_entity_type": 33 }, { - "id": 16944, + "id": 19444, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - }, + "collision_shapes": [ + 0 + ], + "block_entity_type": 33 + } + ] + }, + { + "id": 838, + "name": "honey_block", + "translation_key": "block.minecraft.honey_block", + "item_id": 664, + "properties": [], + "default_state_id": 19445, + "states": [ { - "id": 16945, + "id": 19445, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 74 ] - }, + } + ] + }, + { + "id": 839, + "name": "honeycomb_block", + "translation_key": "block.minecraft.honeycomb_block", + "item_id": 1213, + "properties": [], + "default_state_id": 19446, + "states": [ { - "id": 16946, + "id": 19446, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 0 ] - }, + } + ] + }, + { + "id": 840, + "name": "netherite_block", + "translation_key": "block.minecraft.netherite_block", + "item_id": 91, + "properties": [], + "default_state_id": 19447, + "states": [ { - "id": 16947, + "id": 19447, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 0 ] - }, + } + ] + }, + { + "id": 841, + "name": "ancient_debris", + "translation_key": "block.minecraft.ancient_debris", + "item_id": 80, + "properties": [], + "default_state_id": 19448, + "states": [ { - "id": 16948, + "id": 19448, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 842, + "name": "crying_obsidian", + "translation_key": "block.minecraft.crying_obsidian", + "item_id": 1215, + "properties": [], + "default_state_id": 19449, + "states": [ { - "id": 16949, - "luminance": 0, + "id": 19449, + "luminance": 10, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 843, + "name": "respawn_anchor", + "translation_key": "block.minecraft.respawn_anchor", + "item_id": 1228, + "properties": [ { - "id": 16950, + "name": "charges", + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + ], + "default_state_id": 19450, + "states": [ + { + "id": 19450, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 0 ] }, { - "id": 16951, - "luminance": 0, + "id": 19451, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 0 ] }, { - "id": 16952, - "luminance": 0, + "id": 19452, + "luminance": 7, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 0 ] }, { - "id": 16953, - "luminance": 0, + "id": 19453, + "luminance": 11, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 0 ] }, { - "id": 16954, - "luminance": 0, + "id": 19454, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 0 ] - }, + } + ] + }, + { + "id": 844, + "name": "potted_crimson_fungus", + "translation_key": "block.minecraft.potted_crimson_fungus", + "item_id": 0, + "properties": [], + "default_state_id": 19455, + "states": [ { - "id": 16955, + "id": 19455, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 144, - 147 + 156 ] - }, + } + ] + }, + { + "id": 845, + "name": "potted_warped_fungus", + "translation_key": "block.minecraft.potted_warped_fungus", + "item_id": 0, + "properties": [], + "default_state_id": 19456, + "states": [ { - "id": 16956, + "id": 19456, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 146 + 156 ] - }, + } + ] + }, + { + "id": 846, + "name": "potted_crimson_roots", + "translation_key": "block.minecraft.potted_crimson_roots", + "item_id": 0, + "properties": [], + "default_state_id": 19457, + "states": [ { - "id": 16957, + "id": 19457, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 144, - 147 + 156 ] - }, + } + ] + }, + { + "id": 847, + "name": "potted_warped_roots", + "translation_key": "block.minecraft.potted_warped_roots", + "item_id": 0, + "properties": [], + "default_state_id": 19458, + "states": [ { - "id": 16958, + "id": 19458, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 144, - 147 + 156 ] - }, + } + ] + }, + { + "id": 848, + "name": "lodestone", + "translation_key": "block.minecraft.lodestone", + "item_id": 1214, + "properties": [], + "default_state_id": 19459, + "states": [ { - "id": 16959, + "id": 19459, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 + 0 ] - }, + } + ] + }, + { + "id": 849, + "name": "blackstone", + "translation_key": "block.minecraft.blackstone", + "item_id": 1216, + "properties": [], + "default_state_id": 19460, + "states": [ { - "id": 16960, + "id": 19460, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 0 + ] + } + ] + }, + { + "id": 850, + "name": "blackstone_stairs", + "translation_key": "block.minecraft.blackstone_stairs", + "item_id": 1218, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 16961, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 141, - 142, - 143, - 145 + "name": "half", + "values": [ + "top", + "bottom" ] }, { - "id": 16962, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145 + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { - "id": 16963, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19472, + "states": [ + { + "id": 19461, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 16964, + "id": 19462, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 16965, + "id": 19463, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 43, + 44, + 45 ] }, { - "id": 16966, + "id": 19464, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 43, + 44, + 45 ] }, { - "id": 16967, + "id": 19465, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 41, + 46, + 47 ] }, { - "id": 16968, + "id": 19466, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 41, + 46, + 47 ] }, { - "id": 16969, + "id": 19467, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 48, + 42, + 49 ] }, { - "id": 16970, + "id": 19468, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 + 48, + 42, + 49 ] }, { - "id": 16971, + "id": 19469, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 44, + 50, + 45 ] }, { - "id": 16972, + "id": 19470, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 44, + 50, + 45 ] }, { - "id": 16973, + "id": 19471, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 51, + 52 ] }, { - "id": 16974, + "id": 19472, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 51, + 52 ] }, { - "id": 16975, + "id": 19473, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 16976, + "id": 19474, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 16977, + "id": 19475, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 51, + 52, + 45 ] }, { - "id": 16978, + "id": 19476, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 52, + 45 ] }, { - "id": 16979, + "id": 19477, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 53 ] }, { - "id": 16980, + "id": 19478, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 51, + 53 ] }, { - "id": 16981, + "id": 19479, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 49 ] }, { - "id": 16982, + "id": 19480, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 49 ] }, { - "id": 16983, + "id": 19481, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 54, + 52 ] }, { - "id": 16984, + "id": 19482, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 54, + 52 ] }, { - "id": 16985, + "id": 19483, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 54, + 44, + 53 ] }, { - "id": 16986, + "id": 19484, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 54, + 44, + 53 ] }, { - "id": 16987, + "id": 19485, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 16988, + "id": 19486, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 16989, + "id": 19487, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 46, + 50, + 49 ] }, { - "id": 16990, + "id": 19488, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 46, + 50, + 49 ] }, { - "id": 16991, + "id": 19489, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 55, + 52, + 45 ] }, { - "id": 16992, + "id": 19490, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 55, + 52, + 45 ] }, { - "id": 16993, + "id": 19491, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 42 ] }, { - "id": 16994, + "id": 19492, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 42 ] }, { - "id": 16995, + "id": 19493, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 16996, + "id": 19494, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 16997, + "id": 19495, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 16998, + "id": 19496, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 16999, + "id": 19497, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 17000, + "id": 19498, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 17001, + "id": 19499, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 51, + 47 ] }, { - "id": 17002, + "id": 19500, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 47 ] }, { - "id": 17003, + "id": 19501, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 43, + 56 ] }, { - "id": 17004, + "id": 19502, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 43, + 56 ] }, { - "id": 17005, + "id": 19503, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 17006, + "id": 19504, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 17007, + "id": 19505, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 43, + 44, + 45 ] }, { - "id": 17008, + "id": 19506, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 43, + 44, + 45 ] }, { - "id": 17009, + "id": 19507, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 55, + 52, + 45 ] }, { - "id": 17010, + "id": 19508, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 55, + 52, + 45 ] }, { - "id": 17011, + "id": 19509, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 17012, + "id": 19510, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 17013, + "id": 19511, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 51, + 50 ] }, { - "id": 17014, + "id": 19512, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 50 ] }, { - "id": 17015, + "id": 19513, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 50, + 45 ] }, { - "id": 17016, + "id": 19514, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 51, + 50, + 45 ] }, { - "id": 17017, + "id": 19515, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 50, + 49 ] }, { - "id": 17018, + "id": 19516, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 + 51, + 50, + 49 ] }, { - "id": 17019, + "id": 19517, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 51, + 47 ] }, { - "id": 17020, + "id": 19518, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 47 ] }, { - "id": 17021, + "id": 19519, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 53 ] }, { - "id": 17022, + "id": 19520, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 51, + 53 ] }, { - "id": 17023, + "id": 19521, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17024, + "id": 19522, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17025, + "id": 19523, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 41, + 46, + 47 ] }, { - "id": 17026, + "id": 19524, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 41, + 46, + 47 ] }, { - "id": 17027, + "id": 19525, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 54, + 44, + 53 ] }, { - "id": 17028, + "id": 19526, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 54, + 44, + 53 ] }, { - "id": 17029, + "id": 19527, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17030, + "id": 19528, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17031, + "id": 19529, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 46, + 50, + 49 ] }, { - "id": 17032, + "id": 19530, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 46, + 50, + 49 ] }, { - "id": 17033, + "id": 19531, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 56 ] }, { - "id": 17034, + "id": 19532, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 + 51, + 56 ] }, { - "id": 17035, + "id": 19533, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 17036, + "id": 19534, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 17037, + "id": 19535, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 51, + 42, + 49 ] }, { - "id": 17038, + "id": 19536, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 42, + 49 ] }, { - "id": 17039, + "id": 19537, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 49 ] }, { - "id": 17040, + "id": 19538, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 51, + 49 ] }, { - "id": 17041, + "id": 19539, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 45 ] }, { - "id": 17042, + "id": 19540, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 + 51, + 45 + ] + } + ] + }, + { + "id": 851, + "name": "blackstone_wall", + "translation_key": "block.minecraft.blackstone_wall", + "item_id": 411, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 17043, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 19544, + "states": [ + { + "id": 19541, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 140 ] }, { - "id": 17044, + "id": 19542, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17045, + "id": 19543, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17046, + "id": 19544, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 140 ] }, { - "id": 17047, + "id": 19545, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17048, + "id": 19546, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17049, + "id": 19547, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 17050, + "id": 19548, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17051, + "id": 19549, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17052, + "id": 19550, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 17053, + "id": 19551, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17054, + "id": 19552, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17055, + "id": 19553, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17056, + "id": 19554, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17057, + "id": 19555, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17058, + "id": 19556, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17059, + "id": 19557, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17060, + "id": 19558, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17061, + "id": 19559, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17062, + "id": 19560, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17063, + "id": 19561, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17064, + "id": 19562, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17065, + "id": 19563, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17066, + "id": 19564, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17067, + "id": 19565, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17068, + "id": 19566, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17069, + "id": 19567, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17070, + "id": 19568, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17071, + "id": 19569, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17072, + "id": 19570, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17073, + "id": 19571, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17074, + "id": 19572, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17075, + "id": 19573, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17076, + "id": 19574, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17077, + "id": 19575, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17078, + "id": 19576, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17079, + "id": 19577, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17080, + "id": 19578, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17081, + "id": 19579, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17082, + "id": 19580, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17083, + "id": 19581, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17084, + "id": 19582, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17085, + "id": 19583, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17086, + "id": 19584, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17087, + "id": 19585, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17088, + "id": 19586, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17089, + "id": 19587, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17090, + "id": 19588, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17091, + "id": 19589, "luminance": 0, "opaque": true, "replaceable": false, @@ -199185,18 +229512,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17092, + "id": 19590, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199204,13 +229530,13 @@ ] }, { - "id": 17093, + "id": 19591, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199218,7 +229544,7 @@ ] }, { - "id": 17094, + "id": 19592, "luminance": 0, "opaque": true, "replaceable": false, @@ -199226,18 +229552,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17095, + "id": 19593, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199245,13 +229570,13 @@ ] }, { - "id": 17096, + "id": 19594, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199259,77 +229584,75 @@ ] }, { - "id": 17097, + "id": 19595, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17098, + "id": 19596, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17099, + "id": 19597, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17100, + "id": 19598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17101, + "id": 19599, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17102, + "id": 19600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17103, + "id": 19601, "luminance": 0, "opaque": true, "replaceable": false, @@ -199337,18 +229660,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17104, + "id": 19602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199356,13 +229678,13 @@ ] }, { - "id": 17105, + "id": 19603, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199370,7 +229692,7 @@ ] }, { - "id": 17106, + "id": 19604, "luminance": 0, "opaque": true, "replaceable": false, @@ -199378,18 +229700,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17107, + "id": 19605, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199397,13 +229718,13 @@ ] }, { - "id": 17108, + "id": 19606, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199411,219 +229732,213 @@ ] }, { - "id": 17109, + "id": 19607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17110, + "id": 19608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17111, + "id": 19609, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17112, + "id": 19610, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17113, + "id": 19611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17114, + "id": 19612, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17115, + "id": 19613, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17116, + "id": 19614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17117, + "id": 19615, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17118, + "id": 19616, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17119, + "id": 19617, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17120, + "id": 19618, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17121, + "id": 19619, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17122, + "id": 19620, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17123, + "id": 19621, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17124, + "id": 19622, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17125, + "id": 19623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17126, + "id": 19624, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17127, + "id": 19625, "luminance": 0, "opaque": true, "replaceable": false, @@ -199631,18 +229946,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17128, + "id": 19626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199650,13 +229964,13 @@ ] }, { - "id": 17129, + "id": 19627, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199664,7 +229978,7 @@ ] }, { - "id": 17130, + "id": 19628, "luminance": 0, "opaque": true, "replaceable": false, @@ -199672,18 +229986,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17131, + "id": 19629, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199691,13 +230004,13 @@ ] }, { - "id": 17132, + "id": 19630, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199705,77 +230018,75 @@ ] }, { - "id": 17133, + "id": 19631, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17134, + "id": 19632, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17135, + "id": 19633, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17136, + "id": 19634, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17137, + "id": 19635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17138, + "id": 19636, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17139, + "id": 19637, "luminance": 0, "opaque": true, "replaceable": false, @@ -199783,18 +230094,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17140, + "id": 19638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199802,13 +230112,13 @@ ] }, { - "id": 17141, + "id": 19639, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199816,7 +230126,7 @@ ] }, { - "id": 17142, + "id": 19640, "luminance": 0, "opaque": true, "replaceable": false, @@ -199824,18 +230134,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17143, + "id": 19641, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199843,13 +230152,13 @@ ] }, { - "id": 17144, + "id": 19642, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -199857,77 +230166,75 @@ ] }, { - "id": 17145, + "id": 19643, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17146, + "id": 19644, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17147, + "id": 19645, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17148, + "id": 19646, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17149, + "id": 19647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17150, + "id": 19648, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17151, + "id": 19649, "luminance": 0, "opaque": true, "replaceable": false, @@ -199938,7 +230245,7 @@ ] }, { - "id": 17152, + "id": 19650, "luminance": 0, "opaque": true, "replaceable": false, @@ -199950,7 +230257,7 @@ ] }, { - "id": 17153, + "id": 19651, "luminance": 0, "opaque": true, "replaceable": false, @@ -199962,7 +230269,7 @@ ] }, { - "id": 17154, + "id": 19652, "luminance": 0, "opaque": true, "replaceable": false, @@ -199973,7 +230280,7 @@ ] }, { - "id": 17155, + "id": 19653, "luminance": 0, "opaque": true, "replaceable": false, @@ -199985,7 +230292,7 @@ ] }, { - "id": 17156, + "id": 19654, "luminance": 0, "opaque": true, "replaceable": false, @@ -199997,7 +230304,7 @@ ] }, { - "id": 17157, + "id": 19655, "luminance": 0, "opaque": true, "replaceable": false, @@ -200007,7 +230314,7 @@ ] }, { - "id": 17158, + "id": 19656, "luminance": 0, "opaque": true, "replaceable": false, @@ -200017,7 +230324,7 @@ ] }, { - "id": 17159, + "id": 19657, "luminance": 0, "opaque": true, "replaceable": false, @@ -200027,7 +230334,7 @@ ] }, { - "id": 17160, + "id": 19658, "luminance": 0, "opaque": true, "replaceable": false, @@ -200037,7 +230344,7 @@ ] }, { - "id": 17161, + "id": 19659, "luminance": 0, "opaque": true, "replaceable": false, @@ -200047,7 +230354,7 @@ ] }, { - "id": 17162, + "id": 19660, "luminance": 0, "opaque": true, "replaceable": false, @@ -200057,7 +230364,7 @@ ] }, { - "id": 17163, + "id": 19661, "luminance": 0, "opaque": true, "replaceable": false, @@ -200069,7 +230376,7 @@ ] }, { - "id": 17164, + "id": 19662, "luminance": 0, "opaque": true, "replaceable": false, @@ -200082,7 +230389,7 @@ ] }, { - "id": 17165, + "id": 19663, "luminance": 0, "opaque": true, "replaceable": false, @@ -200095,7 +230402,7 @@ ] }, { - "id": 17166, + "id": 19664, "luminance": 0, "opaque": true, "replaceable": false, @@ -200107,7 +230414,7 @@ ] }, { - "id": 17167, + "id": 19665, "luminance": 0, "opaque": true, "replaceable": false, @@ -200120,7 +230427,7 @@ ] }, { - "id": 17168, + "id": 19666, "luminance": 0, "opaque": true, "replaceable": false, @@ -200133,7 +230440,7 @@ ] }, { - "id": 17169, + "id": 19667, "luminance": 0, "opaque": true, "replaceable": false, @@ -200144,7 +230451,7 @@ ] }, { - "id": 17170, + "id": 19668, "luminance": 0, "opaque": true, "replaceable": false, @@ -200155,7 +230462,7 @@ ] }, { - "id": 17171, + "id": 19669, "luminance": 0, "opaque": true, "replaceable": false, @@ -200166,7 +230473,7 @@ ] }, { - "id": 17172, + "id": 19670, "luminance": 0, "opaque": true, "replaceable": false, @@ -200177,7 +230484,7 @@ ] }, { - "id": 17173, + "id": 19671, "luminance": 0, "opaque": true, "replaceable": false, @@ -200188,7 +230495,7 @@ ] }, { - "id": 17174, + "id": 19672, "luminance": 0, "opaque": true, "replaceable": false, @@ -200199,7 +230506,7 @@ ] }, { - "id": 17175, + "id": 19673, "luminance": 0, "opaque": true, "replaceable": false, @@ -200211,7 +230518,7 @@ ] }, { - "id": 17176, + "id": 19674, "luminance": 0, "opaque": true, "replaceable": false, @@ -200224,7 +230531,7 @@ ] }, { - "id": 17177, + "id": 19675, "luminance": 0, "opaque": true, "replaceable": false, @@ -200237,7 +230544,7 @@ ] }, { - "id": 17178, + "id": 19676, "luminance": 0, "opaque": true, "replaceable": false, @@ -200249,7 +230556,7 @@ ] }, { - "id": 17179, + "id": 19677, "luminance": 0, "opaque": true, "replaceable": false, @@ -200262,7 +230569,7 @@ ] }, { - "id": 17180, + "id": 19678, "luminance": 0, "opaque": true, "replaceable": false, @@ -200275,7 +230582,7 @@ ] }, { - "id": 17181, + "id": 19679, "luminance": 0, "opaque": true, "replaceable": false, @@ -200286,7 +230593,7 @@ ] }, { - "id": 17182, + "id": 19680, "luminance": 0, "opaque": true, "replaceable": false, @@ -200297,7 +230604,7 @@ ] }, { - "id": 17183, + "id": 19681, "luminance": 0, "opaque": true, "replaceable": false, @@ -200308,7 +230615,7 @@ ] }, { - "id": 17184, + "id": 19682, "luminance": 0, "opaque": true, "replaceable": false, @@ -200319,7 +230626,7 @@ ] }, { - "id": 17185, + "id": 19683, "luminance": 0, "opaque": true, "replaceable": false, @@ -200330,7 +230637,7 @@ ] }, { - "id": 17186, + "id": 19684, "luminance": 0, "opaque": true, "replaceable": false, @@ -200341,7 +230648,7 @@ ] }, { - "id": 17187, + "id": 19685, "luminance": 0, "opaque": true, "replaceable": false, @@ -200353,7 +230660,7 @@ ] }, { - "id": 17188, + "id": 19686, "luminance": 0, "opaque": true, "replaceable": false, @@ -200366,7 +230673,7 @@ ] }, { - "id": 17189, + "id": 19687, "luminance": 0, "opaque": true, "replaceable": false, @@ -200379,7 +230686,7 @@ ] }, { - "id": 17190, + "id": 19688, "luminance": 0, "opaque": true, "replaceable": false, @@ -200391,7 +230698,7 @@ ] }, { - "id": 17191, + "id": 19689, "luminance": 0, "opaque": true, "replaceable": false, @@ -200404,7 +230711,7 @@ ] }, { - "id": 17192, + "id": 19690, "luminance": 0, "opaque": true, "replaceable": false, @@ -200417,7 +230724,7 @@ ] }, { - "id": 17193, + "id": 19691, "luminance": 0, "opaque": true, "replaceable": false, @@ -200428,7 +230735,7 @@ ] }, { - "id": 17194, + "id": 19692, "luminance": 0, "opaque": true, "replaceable": false, @@ -200439,7 +230746,7 @@ ] }, { - "id": 17195, + "id": 19693, "luminance": 0, "opaque": true, "replaceable": false, @@ -200450,7 +230757,7 @@ ] }, { - "id": 17196, + "id": 19694, "luminance": 0, "opaque": true, "replaceable": false, @@ -200461,7 +230768,7 @@ ] }, { - "id": 17197, + "id": 19695, "luminance": 0, "opaque": true, "replaceable": false, @@ -200472,7 +230779,7 @@ ] }, { - "id": 17198, + "id": 19696, "luminance": 0, "opaque": true, "replaceable": false, @@ -200483,7 +230790,7 @@ ] }, { - "id": 17199, + "id": 19697, "luminance": 0, "opaque": true, "replaceable": false, @@ -200496,7 +230803,7 @@ ] }, { - "id": 17200, + "id": 19698, "luminance": 0, "opaque": true, "replaceable": false, @@ -200510,7 +230817,7 @@ ] }, { - "id": 17201, + "id": 19699, "luminance": 0, "opaque": true, "replaceable": false, @@ -200524,7 +230831,7 @@ ] }, { - "id": 17202, + "id": 19700, "luminance": 0, "opaque": true, "replaceable": false, @@ -200537,7 +230844,7 @@ ] }, { - "id": 17203, + "id": 19701, "luminance": 0, "opaque": true, "replaceable": false, @@ -200551,7 +230858,7 @@ ] }, { - "id": 17204, + "id": 19702, "luminance": 0, "opaque": true, "replaceable": false, @@ -200565,7 +230872,7 @@ ] }, { - "id": 17205, + "id": 19703, "luminance": 0, "opaque": true, "replaceable": false, @@ -200576,7 +230883,7 @@ ] }, { - "id": 17206, + "id": 19704, "luminance": 0, "opaque": true, "replaceable": false, @@ -200588,7 +230895,7 @@ ] }, { - "id": 17207, + "id": 19705, "luminance": 0, "opaque": true, "replaceable": false, @@ -200600,7 +230907,7 @@ ] }, { - "id": 17208, + "id": 19706, "luminance": 0, "opaque": true, "replaceable": false, @@ -200611,7 +230918,7 @@ ] }, { - "id": 17209, + "id": 19707, "luminance": 0, "opaque": true, "replaceable": false, @@ -200623,7 +230930,7 @@ ] }, { - "id": 17210, + "id": 19708, "luminance": 0, "opaque": true, "replaceable": false, @@ -200635,7 +230942,7 @@ ] }, { - "id": 17211, + "id": 19709, "luminance": 0, "opaque": true, "replaceable": false, @@ -200648,7 +230955,7 @@ ] }, { - "id": 17212, + "id": 19710, "luminance": 0, "opaque": true, "replaceable": false, @@ -200662,7 +230969,7 @@ ] }, { - "id": 17213, + "id": 19711, "luminance": 0, "opaque": true, "replaceable": false, @@ -200676,7 +230983,7 @@ ] }, { - "id": 17214, + "id": 19712, "luminance": 0, "opaque": true, "replaceable": false, @@ -200689,7 +230996,7 @@ ] }, { - "id": 17215, + "id": 19713, "luminance": 0, "opaque": true, "replaceable": false, @@ -200703,7 +231010,7 @@ ] }, { - "id": 17216, + "id": 19714, "luminance": 0, "opaque": true, "replaceable": false, @@ -200717,7 +231024,7 @@ ] }, { - "id": 17217, + "id": 19715, "luminance": 0, "opaque": true, "replaceable": false, @@ -200728,7 +231035,7 @@ ] }, { - "id": 17218, + "id": 19716, "luminance": 0, "opaque": true, "replaceable": false, @@ -200740,7 +231047,7 @@ ] }, { - "id": 17219, + "id": 19717, "luminance": 0, "opaque": true, "replaceable": false, @@ -200752,7 +231059,7 @@ ] }, { - "id": 17220, + "id": 19718, "luminance": 0, "opaque": true, "replaceable": false, @@ -200763,7 +231070,7 @@ ] }, { - "id": 17221, + "id": 19719, "luminance": 0, "opaque": true, "replaceable": false, @@ -200775,7 +231082,7 @@ ] }, { - "id": 17222, + "id": 19720, "luminance": 0, "opaque": true, "replaceable": false, @@ -200787,7 +231094,7 @@ ] }, { - "id": 17223, + "id": 19721, "luminance": 0, "opaque": true, "replaceable": false, @@ -200799,7 +231106,7 @@ ] }, { - "id": 17224, + "id": 19722, "luminance": 0, "opaque": true, "replaceable": false, @@ -200812,7 +231119,7 @@ ] }, { - "id": 17225, + "id": 19723, "luminance": 0, "opaque": true, "replaceable": false, @@ -200825,7 +231132,7 @@ ] }, { - "id": 17226, + "id": 19724, "luminance": 0, "opaque": true, "replaceable": false, @@ -200837,7 +231144,7 @@ ] }, { - "id": 17227, + "id": 19725, "luminance": 0, "opaque": true, "replaceable": false, @@ -200850,7 +231157,7 @@ ] }, { - "id": 17228, + "id": 19726, "luminance": 0, "opaque": true, "replaceable": false, @@ -200863,7 +231170,7 @@ ] }, { - "id": 17229, + "id": 19727, "luminance": 0, "opaque": true, "replaceable": false, @@ -200874,7 +231181,7 @@ ] }, { - "id": 17230, + "id": 19728, "luminance": 0, "opaque": true, "replaceable": false, @@ -200885,7 +231192,7 @@ ] }, { - "id": 17231, + "id": 19729, "luminance": 0, "opaque": true, "replaceable": false, @@ -200896,7 +231203,7 @@ ] }, { - "id": 17232, + "id": 19730, "luminance": 0, "opaque": true, "replaceable": false, @@ -200907,7 +231214,7 @@ ] }, { - "id": 17233, + "id": 19731, "luminance": 0, "opaque": true, "replaceable": false, @@ -200918,7 +231225,7 @@ ] }, { - "id": 17234, + "id": 19732, "luminance": 0, "opaque": true, "replaceable": false, @@ -200929,7 +231236,7 @@ ] }, { - "id": 17235, + "id": 19733, "luminance": 0, "opaque": true, "replaceable": false, @@ -200942,7 +231249,7 @@ ] }, { - "id": 17236, + "id": 19734, "luminance": 0, "opaque": true, "replaceable": false, @@ -200956,7 +231263,7 @@ ] }, { - "id": 17237, + "id": 19735, "luminance": 0, "opaque": true, "replaceable": false, @@ -200970,7 +231277,7 @@ ] }, { - "id": 17238, + "id": 19736, "luminance": 0, "opaque": true, "replaceable": false, @@ -200983,7 +231290,7 @@ ] }, { - "id": 17239, + "id": 19737, "luminance": 0, "opaque": true, "replaceable": false, @@ -200997,7 +231304,7 @@ ] }, { - "id": 17240, + "id": 19738, "luminance": 0, "opaque": true, "replaceable": false, @@ -201011,7 +231318,7 @@ ] }, { - "id": 17241, + "id": 19739, "luminance": 0, "opaque": true, "replaceable": false, @@ -201022,7 +231329,7 @@ ] }, { - "id": 17242, + "id": 19740, "luminance": 0, "opaque": true, "replaceable": false, @@ -201034,7 +231341,7 @@ ] }, { - "id": 17243, + "id": 19741, "luminance": 0, "opaque": true, "replaceable": false, @@ -201046,7 +231353,7 @@ ] }, { - "id": 17244, + "id": 19742, "luminance": 0, "opaque": true, "replaceable": false, @@ -201057,7 +231364,7 @@ ] }, { - "id": 17245, + "id": 19743, "luminance": 0, "opaque": true, "replaceable": false, @@ -201069,7 +231376,7 @@ ] }, { - "id": 17246, + "id": 19744, "luminance": 0, "opaque": true, "replaceable": false, @@ -201081,7 +231388,7 @@ ] }, { - "id": 17247, + "id": 19745, "luminance": 0, "opaque": true, "replaceable": false, @@ -201094,7 +231401,7 @@ ] }, { - "id": 17248, + "id": 19746, "luminance": 0, "opaque": true, "replaceable": false, @@ -201108,7 +231415,7 @@ ] }, { - "id": 17249, + "id": 19747, "luminance": 0, "opaque": true, "replaceable": false, @@ -201122,7 +231429,7 @@ ] }, { - "id": 17250, + "id": 19748, "luminance": 0, "opaque": true, "replaceable": false, @@ -201135,7 +231442,7 @@ ] }, { - "id": 17251, + "id": 19749, "luminance": 0, "opaque": true, "replaceable": false, @@ -201149,7 +231456,7 @@ ] }, { - "id": 17252, + "id": 19750, "luminance": 0, "opaque": true, "replaceable": false, @@ -201163,7 +231470,7 @@ ] }, { - "id": 17253, + "id": 19751, "luminance": 0, "opaque": true, "replaceable": false, @@ -201174,7 +231481,7 @@ ] }, { - "id": 17254, + "id": 19752, "luminance": 0, "opaque": true, "replaceable": false, @@ -201186,7 +231493,7 @@ ] }, { - "id": 17255, + "id": 19753, "luminance": 0, "opaque": true, "replaceable": false, @@ -201198,7 +231505,7 @@ ] }, { - "id": 17256, + "id": 19754, "luminance": 0, "opaque": true, "replaceable": false, @@ -201209,7 +231516,7 @@ ] }, { - "id": 17257, + "id": 19755, "luminance": 0, "opaque": true, "replaceable": false, @@ -201221,7 +231528,7 @@ ] }, { - "id": 17258, + "id": 19756, "luminance": 0, "opaque": true, "replaceable": false, @@ -201231,604 +231538,565 @@ 150, 147 ] - } - ] - }, - { - "id": 769, - "name": "sandstone_wall", - "translation_key": "block.minecraft.sandstone_wall", - "item_id": 387, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 17262, - "states": [ - { - "id": 17259, + "id": 19757, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 17260, + "id": 19758, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17261, + "id": 19759, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17262, + "id": 19760, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 17263, + "id": 19761, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17264, + "id": 19762, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17265, + "id": 19763, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 17266, + "id": 19764, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17267, + "id": 19765, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17268, + "id": 19766, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 17269, + "id": 19767, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17270, + "id": 19768, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17271, + "id": 19769, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17272, + "id": 19770, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17273, + "id": 19771, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17274, + "id": 19772, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17275, + "id": 19773, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17276, + "id": 19774, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17277, + "id": 19775, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17278, + "id": 19776, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17279, + "id": 19777, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17280, + "id": 19778, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17281, + "id": 19779, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17282, + "id": 19780, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17283, + "id": 19781, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17284, + "id": 19782, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17285, + "id": 19783, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17286, + "id": 19784, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17287, + "id": 19785, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17288, + "id": 19786, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17289, + "id": 19787, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17290, + "id": 19788, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17291, + "id": 19789, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17292, + "id": 19790, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17293, + "id": 19791, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17294, + "id": 19792, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17295, + "id": 19793, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17296, + "id": 19794, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17297, + "id": 19795, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17298, + "id": 19796, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17299, + "id": 19797, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17300, + "id": 19798, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17301, + "id": 19799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17302, + "id": 19800, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17303, + "id": 19801, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17304, + "id": 19802, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17305, + "id": 19803, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17306, + "id": 19804, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17307, + "id": 19805, "luminance": 0, "opaque": true, "replaceable": false, @@ -201836,17 +232104,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17308, + "id": 19806, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -201854,13 +232123,13 @@ ] }, { - "id": 17309, + "id": 19807, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -201868,7 +232137,7 @@ ] }, { - "id": 17310, + "id": 19808, "luminance": 0, "opaque": true, "replaceable": false, @@ -201876,17 +232145,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17311, + "id": 19809, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -201894,13 +232164,13 @@ ] }, { - "id": 17312, + "id": 19810, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -201908,75 +232178,77 @@ ] }, { - "id": 17313, + "id": 19811, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17314, + "id": 19812, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17315, + "id": 19813, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17316, + "id": 19814, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17317, + "id": 19815, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17318, + "id": 19816, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17319, + "id": 19817, "luminance": 0, "opaque": true, "replaceable": false, @@ -201984,17 +232256,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17320, + "id": 19818, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202002,13 +232275,13 @@ ] }, { - "id": 17321, + "id": 19819, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202016,7 +232289,7 @@ ] }, { - "id": 17322, + "id": 19820, "luminance": 0, "opaque": true, "replaceable": false, @@ -202024,17 +232297,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17323, + "id": 19821, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202042,13 +232316,13 @@ ] }, { - "id": 17324, + "id": 19822, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202056,213 +232330,219 @@ ] }, { - "id": 17325, + "id": 19823, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17326, + "id": 19824, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17327, + "id": 19825, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17328, + "id": 19826, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17329, + "id": 19827, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17330, + "id": 19828, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17331, + "id": 19829, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17332, + "id": 19830, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17333, + "id": 19831, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17334, + "id": 19832, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17335, + "id": 19833, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17336, + "id": 19834, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17337, + "id": 19835, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17338, + "id": 19836, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17339, + "id": 19837, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17340, + "id": 19838, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17341, + "id": 19839, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17342, + "id": 19840, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17343, + "id": 19841, "luminance": 0, "opaque": true, "replaceable": false, @@ -202270,17 +232550,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17344, + "id": 19842, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202288,13 +232569,13 @@ ] }, { - "id": 17345, + "id": 19843, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202302,7 +232583,7 @@ ] }, { - "id": 17346, + "id": 19844, "luminance": 0, "opaque": true, "replaceable": false, @@ -202310,17 +232591,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17347, + "id": 19845, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202328,13 +232610,13 @@ ] }, { - "id": 17348, + "id": 19846, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202342,75 +232624,77 @@ ] }, { - "id": 17349, + "id": 19847, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17350, + "id": 19848, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17351, + "id": 19849, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17352, + "id": 19850, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17353, + "id": 19851, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17354, + "id": 19852, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17355, + "id": 19853, "luminance": 0, "opaque": true, "replaceable": false, @@ -202418,17 +232702,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17356, + "id": 19854, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202436,13 +232721,13 @@ ] }, { - "id": 17357, + "id": 19855, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202450,7 +232735,7 @@ ] }, { - "id": 17358, + "id": 19856, "luminance": 0, "opaque": true, "replaceable": false, @@ -202458,17 +232743,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17359, + "id": 19857, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202476,13 +232762,13 @@ ] }, { - "id": 17360, + "id": 19858, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -202490,1937 +232776,1896 @@ ] }, { - "id": 17361, + "id": 19859, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17362, + "id": 19860, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17363, + "id": 19861, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17364, + "id": 19862, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17365, + "id": 19863, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17366, + "id": 19864, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] - }, - { - "id": 17367, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] - }, - { - "id": 17368, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 17369, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 17370, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] - }, - { - "id": 17371, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 17372, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, + } + ] + }, + { + "id": 852, + "name": "blackstone_slab", + "translation_key": "block.minecraft.blackstone_slab", + "item_id": 1217, + "properties": [ { - "id": 17373, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 154 + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 17374, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153 + "name": "waterlogged", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 19868, + "states": [ { - "id": 17375, + "id": 19865, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 201 ] }, { - "id": 17376, + "id": 19866, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 201 ] }, { - "id": 17377, + "id": 19867, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51 ] }, { - "id": 17378, + "id": 19868, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51 ] }, { - "id": 17379, + "id": 19869, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] }, { - "id": 17380, + "id": 19870, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 853, + "name": "polished_blackstone", + "translation_key": "block.minecraft.polished_blackstone", + "item_id": 1220, + "properties": [], + "default_state_id": 19871, + "states": [ { - "id": 17381, + "id": 19871, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 854, + "name": "polished_blackstone_bricks", + "translation_key": "block.minecraft.polished_blackstone_bricks", + "item_id": 1224, + "properties": [], + "default_state_id": 19872, + "states": [ { - "id": 17382, + "id": 19872, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] - }, + } + ] + }, + { + "id": 855, + "name": "cracked_polished_blackstone_bricks", + "translation_key": "block.minecraft.cracked_polished_blackstone_bricks", + "item_id": 1227, + "properties": [], + "default_state_id": 19873, + "states": [ { - "id": 17383, + "id": 19873, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 856, + "name": "chiseled_polished_blackstone", + "translation_key": "block.minecraft.chiseled_polished_blackstone", + "item_id": 1223, + "properties": [], + "default_state_id": 19874, + "states": [ { - "id": 17384, + "id": 19874, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 857, + "name": "polished_blackstone_brick_slab", + "translation_key": "block.minecraft.polished_blackstone_brick_slab", + "item_id": 1225, + "properties": [ { - "id": 17385, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 146, - 155 + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 17386, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 147 + "name": "waterlogged", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 19878, + "states": [ { - "id": 17387, + "id": 19875, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 201 ] }, { - "id": 17388, + "id": 19876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 201 ] }, { - "id": 17389, + "id": 19877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51 ] }, { - "id": 17390, + "id": 19878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51 ] }, { - "id": 17391, + "id": 19879, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] }, { - "id": 17392, + "id": 19880, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 + ] + } + ] + }, + { + "id": 858, + "name": "polished_blackstone_brick_stairs", + "translation_key": "block.minecraft.polished_blackstone_brick_stairs", + "item_id": 1226, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 17393, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "name": "half", + "values": [ + "top", + "bottom" ] }, { - "id": 17394, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { - "id": 17395, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 19892, + "states": [ + { + "id": 19881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 17396, + "id": 19882, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 41, + 42 ] }, { - "id": 17397, + "id": 19883, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 43, + 44, + 45 ] }, { - "id": 17398, + "id": 19884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 43, + 44, + 45 ] }, { - "id": 17399, + "id": 19885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 41, + 46, + 47 ] }, { - "id": 17400, + "id": 19886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 41, + 46, + 47 ] }, { - "id": 17401, + "id": 19887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 48, + 42, + 49 ] }, { - "id": 17402, + "id": 19888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 48, + 42, + 49 ] }, { - "id": 17403, + "id": 19889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 44, + 50, + 45 ] }, { - "id": 17404, + "id": 19890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 44, + 50, + 45 ] }, { - "id": 17405, + "id": 19891, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 52 ] }, { - "id": 17406, + "id": 19892, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 52 ] }, { - "id": 17407, + "id": 19893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 17408, + "id": 19894, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 49 ] }, { - "id": 17409, + "id": 19895, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 52, + 45 ] }, { - "id": 17410, + "id": 19896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 52, + 45 ] }, { - "id": 17411, + "id": 19897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 53 ] }, { - "id": 17412, + "id": 19898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 53 ] }, { - "id": 17413, + "id": 19899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 49 ] }, { - "id": 17414, + "id": 19900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 49 ] }, { - "id": 17415, + "id": 19901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 54, + 52 ] }, { - "id": 17416, + "id": 19902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 54, + 52 ] }, { - "id": 17417, + "id": 19903, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 54, + 44, + 53 ] }, { - "id": 17418, + "id": 19904, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 54, + 44, + 53 ] }, { - "id": 17419, + "id": 19905, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 17420, + "id": 19906, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 17421, + "id": 19907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 46, + 50, + 49 ] }, { - "id": 17422, + "id": 19908, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 46, + 50, + 49 ] }, { - "id": 17423, + "id": 19909, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 55, + 52, + 45 ] }, { - "id": 17424, + "id": 19910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 55, + 52, + 45 ] }, { - "id": 17425, + "id": 19911, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42 ] }, { - "id": 17426, + "id": 19912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42 ] }, { - "id": 17427, + "id": 19913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 42, + 49 ] }, { - "id": 17428, + "id": 19914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 42, + 49 ] }, { - "id": 17429, + "id": 19915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 17430, + "id": 19916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 50, + 45 ] }, { - "id": 17431, + "id": 19917, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 17432, + "id": 19918, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 45 ] }, { - "id": 17433, + "id": 19919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 47 ] }, { - "id": 17434, + "id": 19920, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 17435, + "id": 19921, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 56 ] }, { - "id": 17436, + "id": 19922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 43, + 56 ] }, { - "id": 17437, + "id": 19923, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 17438, + "id": 19924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 17439, + "id": 19925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 43, + 44, + 45 ] }, { - "id": 17440, + "id": 19926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 43, + 44, + 45 ] }, { - "id": 17441, + "id": 19927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 55, + 52, + 45 ] }, { - "id": 17442, + "id": 19928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 55, + 52, + 45 ] }, { - "id": 17443, + "id": 19929, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 17444, + "id": 19930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 48, + 42, + 49 ] }, { - "id": 17445, + "id": 19931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 50 ] }, { - "id": 17446, + "id": 19932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50 ] }, { - "id": 17447, + "id": 19933, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 45 ] }, { - "id": 17448, + "id": 19934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 50, + 45 ] }, { - "id": 17449, + "id": 19935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 49 ] }, { - "id": 17450, + "id": 19936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 49 ] }, { - "id": 17451, + "id": 19937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 47 ] }, { - "id": 17452, + "id": 19938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 47 ] }, { - "id": 17453, + "id": 19939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 53 ] }, { - "id": 17454, + "id": 19940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 53 ] }, { - "id": 17455, + "id": 19941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17456, + "id": 19942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17457, + "id": 19943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 41, + 46, + 47 ] }, { - "id": 17458, + "id": 19944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 41, + 46, + 47 ] }, { - "id": 17459, + "id": 19945, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 54, + 44, + 53 ] }, { - "id": 17460, + "id": 19946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 54, + 44, + 53 ] }, { - "id": 17461, + "id": 19947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17462, + "id": 19948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17463, + "id": 19949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 46, + 50, + 49 ] }, { - "id": 17464, + "id": 19950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 46, + 50, + 49 ] }, { - "id": 17465, + "id": 19951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 56 ] }, { - "id": 17466, + "id": 19952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 56 ] }, { - "id": 17467, + "id": 19953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 17468, + "id": 19954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 17469, + "id": 19955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 42, + 49 ] }, { - "id": 17470, + "id": 19956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42, + 49 ] }, { - "id": 17471, + "id": 19957, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 49 ] }, { - "id": 17472, + "id": 19958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 49 ] }, { - "id": 17473, + "id": 19959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 ] }, { - "id": 17474, + "id": 19960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 + ] + } + ] + }, + { + "id": 859, + "name": "polished_blackstone_brick_wall", + "translation_key": "block.minecraft.polished_blackstone_brick_wall", + "item_id": 413, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 17475, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 19964, + "states": [ + { + "id": 19961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 140 ] }, { - "id": 17476, + "id": 19962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17477, + "id": 19963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17478, + "id": 19964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 140 ] }, { - "id": 17479, + "id": 19965, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17480, + "id": 19966, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143 ] }, { - "id": 17481, + "id": 19967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 17482, + "id": 19968, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17483, + "id": 19969, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17484, + "id": 19970, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 17485, + "id": 19971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17486, + "id": 19972, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144 ] }, { - "id": 17487, + "id": 19973, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17488, + "id": 19974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17489, + "id": 19975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17490, + "id": 19976, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17491, + "id": 19977, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17492, + "id": 19978, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17493, + "id": 19979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17494, + "id": 19980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17495, + "id": 19981, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17496, + "id": 19982, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17497, + "id": 19983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17498, + "id": 19984, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17499, + "id": 19985, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17500, + "id": 19986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17501, + "id": 19987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17502, + "id": 19988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 145 ] }, { - "id": 17503, + "id": 19989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17504, + "id": 19990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 145 ] }, { - "id": 17505, + "id": 19991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17506, + "id": 19992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17507, + "id": 19993, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17508, + "id": 19994, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 146 ] }, { - "id": 17509, + "id": 19995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17510, + "id": 19996, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 147 ] }, { - "id": 17511, + "id": 19997, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17512, + "id": 19998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17513, + "id": 19999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17514, + "id": 20000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17515, + "id": 20001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17516, + "id": 20002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17517, + "id": 20003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17518, + "id": 20004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17519, + "id": 20005, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17520, + "id": 20006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17521, + "id": 20007, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17522, + "id": 20008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17523, + "id": 20009, "luminance": 0, "opaque": true, "replaceable": false, @@ -204428,18 +234673,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17524, + "id": 20010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204447,13 +234691,13 @@ ] }, { - "id": 17525, + "id": 20011, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204461,7 +234705,7 @@ ] }, { - "id": 17526, + "id": 20012, "luminance": 0, "opaque": true, "replaceable": false, @@ -204469,18 +234713,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17527, + "id": 20013, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204488,13 +234731,13 @@ ] }, { - "id": 17528, + "id": 20014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204502,77 +234745,75 @@ ] }, { - "id": 17529, + "id": 20015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17530, + "id": 20016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17531, + "id": 20017, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17532, + "id": 20018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17533, + "id": 20019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17534, + "id": 20020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17535, + "id": 20021, "luminance": 0, "opaque": true, "replaceable": false, @@ -204580,18 +234821,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17536, + "id": 20022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204599,13 +234839,13 @@ ] }, { - "id": 17537, + "id": 20023, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204613,7 +234853,7 @@ ] }, { - "id": 17538, + "id": 20024, "luminance": 0, "opaque": true, "replaceable": false, @@ -204621,18 +234861,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17539, + "id": 20025, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204640,13 +234879,13 @@ ] }, { - "id": 17540, + "id": 20026, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204654,219 +234893,213 @@ ] }, { - "id": 17541, + "id": 20027, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17542, + "id": 20028, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17543, + "id": 20029, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17544, + "id": 20030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17545, + "id": 20031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17546, + "id": 20032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17547, + "id": 20033, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17548, + "id": 20034, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17549, + "id": 20035, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17550, + "id": 20036, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 17551, + "id": 20037, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17552, + "id": 20038, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 17553, + "id": 20039, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17554, + "id": 20040, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17555, + "id": 20041, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17556, + "id": 20042, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 17557, + "id": 20043, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17558, + "id": 20044, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 17559, + "id": 20045, "luminance": 0, "opaque": true, "replaceable": false, @@ -204874,18 +235107,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17560, + "id": 20046, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204893,13 +235125,13 @@ ] }, { - "id": 17561, + "id": 20047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204907,7 +235139,7 @@ ] }, { - "id": 17562, + "id": 20048, "luminance": 0, "opaque": true, "replaceable": false, @@ -204915,18 +235147,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17563, + "id": 20049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204934,13 +235165,13 @@ ] }, { - "id": 17564, + "id": 20050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -204948,77 +235179,75 @@ ] }, { - "id": 17565, + "id": 20051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17566, + "id": 20052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17567, + "id": 20053, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17568, + "id": 20054, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17569, + "id": 20055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17570, + "id": 20056, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17571, + "id": 20057, "luminance": 0, "opaque": true, "replaceable": false, @@ -205026,18 +235255,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17572, + "id": 20058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -205045,13 +235273,13 @@ ] }, { - "id": 17573, + "id": 20059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -205059,7 +235287,7 @@ ] }, { - "id": 17574, + "id": 20060, "luminance": 0, "opaque": true, "replaceable": false, @@ -205067,18 +235295,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 17575, + "id": 20061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -205086,13 +235313,13 @@ ] }, { - "id": 17576, + "id": 20062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -205100,672 +235327,631 @@ ] }, { - "id": 17577, + "id": 20063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17578, + "id": 20064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17579, + "id": 20065, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17580, + "id": 20066, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 17581, + "id": 20067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 17582, + "id": 20068, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] - } - ] - }, - { - "id": 770, - "name": "end_stone_brick_wall", - "translation_key": "block.minecraft.end_stone_brick_wall", - "item_id": 388, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 17586, - "states": [ - { - "id": 17583, + "id": 20069, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 17584, + "id": 20070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17585, + "id": 20071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17586, + "id": 20072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 17587, + "id": 20073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17588, + "id": 20074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 17589, + "id": 20075, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 17590, + "id": 20076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17591, + "id": 20077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17592, + "id": 20078, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 17593, + "id": 20079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17594, + "id": 20080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 17595, + "id": 20081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17596, + "id": 20082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17597, + "id": 20083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17598, + "id": 20084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17599, + "id": 20085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17600, + "id": 20086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17601, + "id": 20087, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17602, + "id": 20088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17603, + "id": 20089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17604, + "id": 20090, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17605, + "id": 20091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17606, + "id": 20092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17607, + "id": 20093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17608, + "id": 20094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17609, + "id": 20095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17610, + "id": 20096, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 17611, + "id": 20097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17612, + "id": 20098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 17613, + "id": 20099, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17614, + "id": 20100, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17615, + "id": 20101, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17616, + "id": 20102, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 17617, + "id": 20103, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17618, + "id": 20104, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 17619, + "id": 20105, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17620, + "id": 20106, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17621, + "id": 20107, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17622, + "id": 20108, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17623, + "id": 20109, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17624, + "id": 20110, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17625, + "id": 20111, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17626, + "id": 20112, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17627, + "id": 20113, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17628, + "id": 20114, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17629, + "id": 20115, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17630, + "id": 20116, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17631, + "id": 20117, "luminance": 0, "opaque": true, "replaceable": false, @@ -205773,17 +235959,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17632, + "id": 20118, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205791,13 +235978,13 @@ ] }, { - "id": 17633, + "id": 20119, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205805,7 +235992,7 @@ ] }, { - "id": 17634, + "id": 20120, "luminance": 0, "opaque": true, "replaceable": false, @@ -205813,17 +236000,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17635, + "id": 20121, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205831,13 +236019,13 @@ ] }, { - "id": 17636, + "id": 20122, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205845,75 +236033,77 @@ ] }, { - "id": 17637, + "id": 20123, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17638, + "id": 20124, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17639, + "id": 20125, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17640, + "id": 20126, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17641, + "id": 20127, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17642, + "id": 20128, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17643, + "id": 20129, "luminance": 0, "opaque": true, "replaceable": false, @@ -205921,17 +236111,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17644, + "id": 20130, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205939,13 +236130,13 @@ ] }, { - "id": 17645, + "id": 20131, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205953,7 +236144,7 @@ ] }, { - "id": 17646, + "id": 20132, "luminance": 0, "opaque": true, "replaceable": false, @@ -205961,17 +236152,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17647, + "id": 20133, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205979,13 +236171,13 @@ ] }, { - "id": 17648, + "id": 20134, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -205993,213 +236185,219 @@ ] }, { - "id": 17649, + "id": 20135, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17650, + "id": 20136, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17651, + "id": 20137, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17652, + "id": 20138, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17653, + "id": 20139, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17654, + "id": 20140, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17655, + "id": 20141, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17656, + "id": 20142, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17657, + "id": 20143, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17658, + "id": 20144, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 17659, + "id": 20145, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17660, + "id": 20146, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 17661, + "id": 20147, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17662, + "id": 20148, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17663, + "id": 20149, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17664, + "id": 20150, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 17665, + "id": 20151, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17666, + "id": 20152, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 17667, + "id": 20153, "luminance": 0, "opaque": true, "replaceable": false, @@ -206207,17 +236405,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17668, + "id": 20154, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206225,13 +236424,13 @@ ] }, { - "id": 17669, + "id": 20155, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206239,7 +236438,7 @@ ] }, { - "id": 17670, + "id": 20156, "luminance": 0, "opaque": true, "replaceable": false, @@ -206247,17 +236446,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17671, + "id": 20157, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206265,13 +236465,13 @@ ] }, { - "id": 17672, + "id": 20158, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206279,75 +236479,77 @@ ] }, { - "id": 17673, + "id": 20159, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17674, + "id": 20160, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17675, + "id": 20161, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17676, + "id": 20162, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17677, + "id": 20163, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17678, + "id": 20164, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17679, + "id": 20165, "luminance": 0, "opaque": true, "replaceable": false, @@ -206355,17 +236557,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17680, + "id": 20166, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206373,13 +236576,13 @@ ] }, { - "id": 17681, + "id": 20167, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206387,7 +236590,7 @@ ] }, { - "id": 17682, + "id": 20168, "luminance": 0, "opaque": true, "replaceable": false, @@ -206395,17 +236598,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 17683, + "id": 20169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206413,13 +236617,13 @@ ] }, { - "id": 17684, + "id": 20170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -206427,75 +236631,77 @@ ] }, { - "id": 17685, + "id": 20171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17686, + "id": 20172, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17687, + "id": 20173, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17688, + "id": 20174, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 17689, + "id": 20175, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17690, + "id": 20176, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 17691, + "id": 20177, "luminance": 0, "opaque": true, "replaceable": false, @@ -206506,7 +236712,7 @@ ] }, { - "id": 17692, + "id": 20178, "luminance": 0, "opaque": true, "replaceable": false, @@ -206518,7 +236724,7 @@ ] }, { - "id": 17693, + "id": 20179, "luminance": 0, "opaque": true, "replaceable": false, @@ -206530,7 +236736,7 @@ ] }, { - "id": 17694, + "id": 20180, "luminance": 0, "opaque": true, "replaceable": false, @@ -206541,7 +236747,7 @@ ] }, { - "id": 17695, + "id": 20181, "luminance": 0, "opaque": true, "replaceable": false, @@ -206553,7 +236759,7 @@ ] }, { - "id": 17696, + "id": 20182, "luminance": 0, "opaque": true, "replaceable": false, @@ -206565,7 +236771,7 @@ ] }, { - "id": 17697, + "id": 20183, "luminance": 0, "opaque": true, "replaceable": false, @@ -206575,7 +236781,7 @@ ] }, { - "id": 17698, + "id": 20184, "luminance": 0, "opaque": true, "replaceable": false, @@ -206585,7 +236791,7 @@ ] }, { - "id": 17699, + "id": 20185, "luminance": 0, "opaque": true, "replaceable": false, @@ -206595,7 +236801,7 @@ ] }, { - "id": 17700, + "id": 20186, "luminance": 0, "opaque": true, "replaceable": false, @@ -206605,7 +236811,7 @@ ] }, { - "id": 17701, + "id": 20187, "luminance": 0, "opaque": true, "replaceable": false, @@ -206615,7 +236821,7 @@ ] }, { - "id": 17702, + "id": 20188, "luminance": 0, "opaque": true, "replaceable": false, @@ -206625,7 +236831,7 @@ ] }, { - "id": 17703, + "id": 20189, "luminance": 0, "opaque": true, "replaceable": false, @@ -206637,7 +236843,7 @@ ] }, { - "id": 17704, + "id": 20190, "luminance": 0, "opaque": true, "replaceable": false, @@ -206650,7 +236856,7 @@ ] }, { - "id": 17705, + "id": 20191, "luminance": 0, "opaque": true, "replaceable": false, @@ -206663,7 +236869,7 @@ ] }, { - "id": 17706, + "id": 20192, "luminance": 0, "opaque": true, "replaceable": false, @@ -206675,7 +236881,7 @@ ] }, { - "id": 17707, + "id": 20193, "luminance": 0, "opaque": true, "replaceable": false, @@ -206688,7 +236894,7 @@ ] }, { - "id": 17708, + "id": 20194, "luminance": 0, "opaque": true, "replaceable": false, @@ -206701,7 +236907,7 @@ ] }, { - "id": 17709, + "id": 20195, "luminance": 0, "opaque": true, "replaceable": false, @@ -206712,7 +236918,7 @@ ] }, { - "id": 17710, + "id": 20196, "luminance": 0, "opaque": true, "replaceable": false, @@ -206723,7 +236929,7 @@ ] }, { - "id": 17711, + "id": 20197, "luminance": 0, "opaque": true, "replaceable": false, @@ -206734,7 +236940,7 @@ ] }, { - "id": 17712, + "id": 20198, "luminance": 0, "opaque": true, "replaceable": false, @@ -206745,7 +236951,7 @@ ] }, { - "id": 17713, + "id": 20199, "luminance": 0, "opaque": true, "replaceable": false, @@ -206756,7 +236962,7 @@ ] }, { - "id": 17714, + "id": 20200, "luminance": 0, "opaque": true, "replaceable": false, @@ -206767,7 +236973,7 @@ ] }, { - "id": 17715, + "id": 20201, "luminance": 0, "opaque": true, "replaceable": false, @@ -206779,7 +236985,7 @@ ] }, { - "id": 17716, + "id": 20202, "luminance": 0, "opaque": true, "replaceable": false, @@ -206792,7 +236998,7 @@ ] }, { - "id": 17717, + "id": 20203, "luminance": 0, "opaque": true, "replaceable": false, @@ -206805,7 +237011,7 @@ ] }, { - "id": 17718, + "id": 20204, "luminance": 0, "opaque": true, "replaceable": false, @@ -206817,7 +237023,7 @@ ] }, { - "id": 17719, + "id": 20205, "luminance": 0, "opaque": true, "replaceable": false, @@ -206830,7 +237036,7 @@ ] }, { - "id": 17720, + "id": 20206, "luminance": 0, "opaque": true, "replaceable": false, @@ -206843,7 +237049,7 @@ ] }, { - "id": 17721, + "id": 20207, "luminance": 0, "opaque": true, "replaceable": false, @@ -206854,7 +237060,7 @@ ] }, { - "id": 17722, + "id": 20208, "luminance": 0, "opaque": true, "replaceable": false, @@ -206865,7 +237071,7 @@ ] }, { - "id": 17723, + "id": 20209, "luminance": 0, "opaque": true, "replaceable": false, @@ -206876,7 +237082,7 @@ ] }, { - "id": 17724, + "id": 20210, "luminance": 0, "opaque": true, "replaceable": false, @@ -206887,7 +237093,7 @@ ] }, { - "id": 17725, + "id": 20211, "luminance": 0, "opaque": true, "replaceable": false, @@ -206898,7 +237104,7 @@ ] }, { - "id": 17726, + "id": 20212, "luminance": 0, "opaque": true, "replaceable": false, @@ -206909,7 +237115,7 @@ ] }, { - "id": 17727, + "id": 20213, "luminance": 0, "opaque": true, "replaceable": false, @@ -206921,7 +237127,7 @@ ] }, { - "id": 17728, + "id": 20214, "luminance": 0, "opaque": true, "replaceable": false, @@ -206934,7 +237140,7 @@ ] }, { - "id": 17729, + "id": 20215, "luminance": 0, "opaque": true, "replaceable": false, @@ -206947,7 +237153,7 @@ ] }, { - "id": 17730, + "id": 20216, "luminance": 0, "opaque": true, "replaceable": false, @@ -206959,7 +237165,7 @@ ] }, { - "id": 17731, + "id": 20217, "luminance": 0, "opaque": true, "replaceable": false, @@ -206972,7 +237178,7 @@ ] }, { - "id": 17732, + "id": 20218, "luminance": 0, "opaque": true, "replaceable": false, @@ -206985,7 +237191,7 @@ ] }, { - "id": 17733, + "id": 20219, "luminance": 0, "opaque": true, "replaceable": false, @@ -206996,7 +237202,7 @@ ] }, { - "id": 17734, + "id": 20220, "luminance": 0, "opaque": true, "replaceable": false, @@ -207007,7 +237213,7 @@ ] }, { - "id": 17735, + "id": 20221, "luminance": 0, "opaque": true, "replaceable": false, @@ -207018,7 +237224,7 @@ ] }, { - "id": 17736, + "id": 20222, "luminance": 0, "opaque": true, "replaceable": false, @@ -207029,7 +237235,7 @@ ] }, { - "id": 17737, + "id": 20223, "luminance": 0, "opaque": true, "replaceable": false, @@ -207040,7 +237246,7 @@ ] }, { - "id": 17738, + "id": 20224, "luminance": 0, "opaque": true, "replaceable": false, @@ -207051,7 +237257,7 @@ ] }, { - "id": 17739, + "id": 20225, "luminance": 0, "opaque": true, "replaceable": false, @@ -207064,7 +237270,7 @@ ] }, { - "id": 17740, + "id": 20226, "luminance": 0, "opaque": true, "replaceable": false, @@ -207078,7 +237284,7 @@ ] }, { - "id": 17741, + "id": 20227, "luminance": 0, "opaque": true, "replaceable": false, @@ -207092,7 +237298,7 @@ ] }, { - "id": 17742, + "id": 20228, "luminance": 0, "opaque": true, "replaceable": false, @@ -207105,7 +237311,7 @@ ] }, { - "id": 17743, + "id": 20229, "luminance": 0, "opaque": true, "replaceable": false, @@ -207119,7 +237325,7 @@ ] }, { - "id": 17744, + "id": 20230, "luminance": 0, "opaque": true, "replaceable": false, @@ -207133,7 +237339,7 @@ ] }, { - "id": 17745, + "id": 20231, "luminance": 0, "opaque": true, "replaceable": false, @@ -207144,7 +237350,7 @@ ] }, { - "id": 17746, + "id": 20232, "luminance": 0, "opaque": true, "replaceable": false, @@ -207156,7 +237362,7 @@ ] }, { - "id": 17747, + "id": 20233, "luminance": 0, "opaque": true, "replaceable": false, @@ -207168,7 +237374,7 @@ ] }, { - "id": 17748, + "id": 20234, "luminance": 0, "opaque": true, "replaceable": false, @@ -207179,7 +237385,7 @@ ] }, { - "id": 17749, + "id": 20235, "luminance": 0, "opaque": true, "replaceable": false, @@ -207191,7 +237397,7 @@ ] }, { - "id": 17750, + "id": 20236, "luminance": 0, "opaque": true, "replaceable": false, @@ -207203,7 +237409,7 @@ ] }, { - "id": 17751, + "id": 20237, "luminance": 0, "opaque": true, "replaceable": false, @@ -207216,7 +237422,7 @@ ] }, { - "id": 17752, + "id": 20238, "luminance": 0, "opaque": true, "replaceable": false, @@ -207230,7 +237436,7 @@ ] }, { - "id": 17753, + "id": 20239, "luminance": 0, "opaque": true, "replaceable": false, @@ -207244,7 +237450,7 @@ ] }, { - "id": 17754, + "id": 20240, "luminance": 0, "opaque": true, "replaceable": false, @@ -207257,7 +237463,7 @@ ] }, { - "id": 17755, + "id": 20241, "luminance": 0, "opaque": true, "replaceable": false, @@ -207271,7 +237477,7 @@ ] }, { - "id": 17756, + "id": 20242, "luminance": 0, "opaque": true, "replaceable": false, @@ -207285,7 +237491,7 @@ ] }, { - "id": 17757, + "id": 20243, "luminance": 0, "opaque": true, "replaceable": false, @@ -207296,7 +237502,7 @@ ] }, { - "id": 17758, + "id": 20244, "luminance": 0, "opaque": true, "replaceable": false, @@ -207308,7 +237514,7 @@ ] }, { - "id": 17759, + "id": 20245, "luminance": 0, "opaque": true, "replaceable": false, @@ -207320,7 +237526,7 @@ ] }, { - "id": 17760, + "id": 20246, "luminance": 0, "opaque": true, "replaceable": false, @@ -207331,7 +237537,7 @@ ] }, { - "id": 17761, + "id": 20247, "luminance": 0, "opaque": true, "replaceable": false, @@ -207343,7 +237549,7 @@ ] }, { - "id": 17762, + "id": 20248, "luminance": 0, "opaque": true, "replaceable": false, @@ -207355,7 +237561,7 @@ ] }, { - "id": 17763, + "id": 20249, "luminance": 0, "opaque": true, "replaceable": false, @@ -207367,7 +237573,7 @@ ] }, { - "id": 17764, + "id": 20250, "luminance": 0, "opaque": true, "replaceable": false, @@ -207380,7 +237586,7 @@ ] }, { - "id": 17765, + "id": 20251, "luminance": 0, "opaque": true, "replaceable": false, @@ -207393,7 +237599,7 @@ ] }, { - "id": 17766, + "id": 20252, "luminance": 0, "opaque": true, "replaceable": false, @@ -207405,7 +237611,7 @@ ] }, { - "id": 17767, + "id": 20253, "luminance": 0, "opaque": true, "replaceable": false, @@ -207418,7 +237624,7 @@ ] }, { - "id": 17768, + "id": 20254, "luminance": 0, "opaque": true, "replaceable": false, @@ -207431,7 +237637,7 @@ ] }, { - "id": 17769, + "id": 20255, "luminance": 0, "opaque": true, "replaceable": false, @@ -207442,7 +237648,7 @@ ] }, { - "id": 17770, + "id": 20256, "luminance": 0, "opaque": true, "replaceable": false, @@ -207453,7 +237659,7 @@ ] }, { - "id": 17771, + "id": 20257, "luminance": 0, "opaque": true, "replaceable": false, @@ -207464,7 +237670,7 @@ ] }, { - "id": 17772, + "id": 20258, "luminance": 0, "opaque": true, "replaceable": false, @@ -207475,7 +237681,7 @@ ] }, { - "id": 17773, + "id": 20259, "luminance": 0, "opaque": true, "replaceable": false, @@ -207486,7 +237692,7 @@ ] }, { - "id": 17774, + "id": 20260, "luminance": 0, "opaque": true, "replaceable": false, @@ -207497,7 +237703,7 @@ ] }, { - "id": 17775, + "id": 20261, "luminance": 0, "opaque": true, "replaceable": false, @@ -207510,7 +237716,7 @@ ] }, { - "id": 17776, + "id": 20262, "luminance": 0, "opaque": true, "replaceable": false, @@ -207524,7 +237730,7 @@ ] }, { - "id": 17777, + "id": 20263, "luminance": 0, "opaque": true, "replaceable": false, @@ -207538,7 +237744,7 @@ ] }, { - "id": 17778, + "id": 20264, "luminance": 0, "opaque": true, "replaceable": false, @@ -207551,7 +237757,7 @@ ] }, { - "id": 17779, + "id": 20265, "luminance": 0, "opaque": true, "replaceable": false, @@ -207565,7 +237771,7 @@ ] }, { - "id": 17780, + "id": 20266, "luminance": 0, "opaque": true, "replaceable": false, @@ -207579,7 +237785,7 @@ ] }, { - "id": 17781, + "id": 20267, "luminance": 0, "opaque": true, "replaceable": false, @@ -207590,7 +237796,7 @@ ] }, { - "id": 17782, + "id": 20268, "luminance": 0, "opaque": true, "replaceable": false, @@ -207602,7 +237808,7 @@ ] }, { - "id": 17783, + "id": 20269, "luminance": 0, "opaque": true, "replaceable": false, @@ -207614,7 +237820,7 @@ ] }, { - "id": 17784, + "id": 20270, "luminance": 0, "opaque": true, "replaceable": false, @@ -207625,7 +237831,7 @@ ] }, { - "id": 17785, + "id": 20271, "luminance": 0, "opaque": true, "replaceable": false, @@ -207637,7 +237843,7 @@ ] }, { - "id": 17786, + "id": 20272, "luminance": 0, "opaque": true, "replaceable": false, @@ -207649,7 +237855,7 @@ ] }, { - "id": 17787, + "id": 20273, "luminance": 0, "opaque": true, "replaceable": false, @@ -207662,7 +237868,7 @@ ] }, { - "id": 17788, + "id": 20274, "luminance": 0, "opaque": true, "replaceable": false, @@ -207676,7 +237882,7 @@ ] }, { - "id": 17789, + "id": 20275, "luminance": 0, "opaque": true, "replaceable": false, @@ -207690,7 +237896,7 @@ ] }, { - "id": 17790, + "id": 20276, "luminance": 0, "opaque": true, "replaceable": false, @@ -207703,7 +237909,7 @@ ] }, { - "id": 17791, + "id": 20277, "luminance": 0, "opaque": true, "replaceable": false, @@ -207717,7 +237923,7 @@ ] }, { - "id": 17792, + "id": 20278, "luminance": 0, "opaque": true, "replaceable": false, @@ -207731,7 +237937,7 @@ ] }, { - "id": 17793, + "id": 20279, "luminance": 0, "opaque": true, "replaceable": false, @@ -207742,7 +237948,7 @@ ] }, { - "id": 17794, + "id": 20280, "luminance": 0, "opaque": true, "replaceable": false, @@ -207754,7 +237960,7 @@ ] }, { - "id": 17795, + "id": 20281, "luminance": 0, "opaque": true, "replaceable": false, @@ -207766,7 +237972,7 @@ ] }, { - "id": 17796, + "id": 20282, "luminance": 0, "opaque": true, "replaceable": false, @@ -207777,7 +237983,7 @@ ] }, { - "id": 17797, + "id": 20283, "luminance": 0, "opaque": true, "replaceable": false, @@ -207789,7 +237995,7 @@ ] }, { - "id": 17798, + "id": 20284, "luminance": 0, "opaque": true, "replaceable": false, @@ -207799,1320 +238005,1353 @@ 150, 147 ] - }, + } + ] + }, + { + "id": 860, + "name": "gilded_blackstone", + "translation_key": "block.minecraft.gilded_blackstone", + "item_id": 1219, + "properties": [], + "default_state_id": 20285, + "states": [ { - "id": 17799, + "id": 20285, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 0 + ] + } + ] + }, + { + "id": 861, + "name": "polished_blackstone_stairs", + "translation_key": "block.minecraft.polished_blackstone_stairs", + "item_id": 1222, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 17800, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20297, + "states": [ + { + "id": 20286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 41, + 42 ] }, { - "id": 17801, + "id": 20287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 41, + 42 ] }, { - "id": 17802, + "id": 20288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 43, + 44, + 45 ] }, { - "id": 17803, + "id": 20289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 43, + 44, + 45 ] }, { - "id": 17804, + "id": 20290, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 41, + 46, + 47 ] }, { - "id": 17805, + "id": 20291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 41, + 46, + 47 ] }, { - "id": 17806, + "id": 20292, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 48, + 42, + 49 ] }, { - "id": 17807, + "id": 20293, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 48, + 42, + 49 ] }, { - "id": 17808, + "id": 20294, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 44, + 50, + 45 ] }, { - "id": 17809, + "id": 20295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 44, + 50, + 45 ] }, { - "id": 17810, + "id": 20296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 51, + 52 ] }, { - "id": 17811, + "id": 20297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 51, + 52 ] }, { - "id": 17812, + "id": 20298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 50, + 49 ] }, { - "id": 17813, + "id": 20299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 50, + 49 ] }, { - "id": 17814, + "id": 20300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 51, + 52, + 45 ] }, { - "id": 17815, + "id": 20301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 52, + 45 ] }, { - "id": 17816, + "id": 20302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 53 ] }, { - "id": 17817, + "id": 20303, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 53 ] }, { - "id": 17818, + "id": 20304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 49 ] }, { - "id": 17819, + "id": 20305, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 49 ] }, { - "id": 17820, + "id": 20306, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 54, + 52 ] }, { - "id": 17821, + "id": 20307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 54, + 52 ] }, { - "id": 17822, + "id": 20308, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 54, + 44, + 53 ] }, { - "id": 17823, + "id": 20309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 54, + 44, + 53 ] }, { - "id": 17824, + "id": 20310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 43, + 46, + 49 ] }, { - "id": 17825, + "id": 20311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 43, + 46, + 49 ] }, { - "id": 17826, + "id": 20312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 46, + 50, + 49 ] }, { - "id": 17827, + "id": 20313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 46, + 50, + 49 ] }, { - "id": 17828, + "id": 20314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 55, + 52, + 45 ] }, { - "id": 17829, + "id": 20315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 55, + 52, + 45 ] }, { - "id": 17830, + "id": 20316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 42 ] }, { - "id": 17831, + "id": 20317, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 42 ] }, { - "id": 17832, + "id": 20318, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 42, + 49 ] }, { - "id": 17833, + "id": 20319, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 42, + 49 ] }, { - "id": 17834, + "id": 20320, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 50, + 45 ] }, { - "id": 17835, + "id": 20321, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 50, + 45 ] }, { - "id": 17836, + "id": 20322, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 45 ] }, { - "id": 17837, + "id": 20323, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 45 ] }, { - "id": 17838, + "id": 20324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 47 ] }, { - "id": 17839, + "id": 20325, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 47 ] }, { - "id": 17840, + "id": 20326, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 43, + 56 ] }, { - "id": 17841, + "id": 20327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 43, + 56 ] }, { - "id": 17842, + "id": 20328, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 46, + 49 ] }, { - "id": 17843, + "id": 20329, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 46, + 49 ] }, { - "id": 17844, + "id": 20330, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 43, + 44, + 45 ] }, { - "id": 17845, + "id": 20331, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 44, + 45 ] }, { - "id": 17846, + "id": 20332, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 55, + 52, + 45 ] }, { - "id": 17847, + "id": 20333, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 55, + 52, + 45 ] }, { - "id": 17848, + "id": 20334, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 48, + 42, + 49 ] }, { - "id": 17849, + "id": 20335, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 48, + 42, + 49 ] }, { - "id": 17850, + "id": 20336, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 50 ] }, { - "id": 17851, + "id": 20337, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50 ] }, { - "id": 17852, + "id": 20338, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 17853, + "id": 20339, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 50, + 45 ] }, { - "id": 17854, + "id": 20340, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 49 ] }, { - "id": 17855, + "id": 20341, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 49 ] }, { - "id": 17856, + "id": 20342, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 47 ] }, { - "id": 17857, + "id": 20343, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 17858, + "id": 20344, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 53 ] }, { - "id": 17859, + "id": 20345, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 53 ] }, { - "id": 17860, + "id": 20346, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17861, + "id": 20347, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 57, + 50 ] }, { - "id": 17862, + "id": 20348, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 41, + 46, + 47 ] }, { - "id": 17863, + "id": 20349, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 41, + 46, + 47 ] }, { - "id": 17864, + "id": 20350, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 54, + 44, + 53 ] }, { - "id": 17865, + "id": 20351, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 54, + 44, + 53 ] }, { - "id": 17866, + "id": 20352, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17867, + "id": 20353, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 17868, + "id": 20354, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 46, + 50, + 49 ] }, { - "id": 17869, + "id": 20355, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 46, + 50, + 49 ] }, { - "id": 17870, + "id": 20356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 56 ] }, { - "id": 17871, + "id": 20357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 56 ] }, { - "id": 17872, + "id": 20358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 52, + 45 ] }, { - "id": 17873, + "id": 20359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 52, + 45 ] }, { - "id": 17874, + "id": 20360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 42, + 49 ] }, { - "id": 17875, + "id": 20361, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 42, + 49 ] }, { - "id": 17876, + "id": 20362, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 49 ] }, { - "id": 17877, + "id": 20363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 49 ] }, { - "id": 17878, + "id": 20364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 45 ] }, { - "id": 17879, + "id": 20365, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 45 + ] + } + ] + }, + { + "id": 862, + "name": "polished_blackstone_slab", + "translation_key": "block.minecraft.polished_blackstone_slab", + "item_id": 1221, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 17880, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20369, + "states": [ + { + "id": 20366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 201 ] }, { - "id": 17881, + "id": 20367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 201 ] }, { - "id": 17882, + "id": 20368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51 ] }, { - "id": 17883, + "id": 20369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51 ] }, { - "id": 17884, + "id": 20370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] }, { - "id": 17885, + "id": 20371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 0 ] - }, + } + ] + }, + { + "id": 863, + "name": "polished_blackstone_pressure_plate", + "translation_key": "block.minecraft.polished_blackstone_pressure_plate", + "item_id": 695, + "properties": [ { - "id": 17886, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20373, + "states": [ + { + "id": 20372, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 17887, + "id": 20373, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + "collision_shapes": [] + } + ] + }, + { + "id": 864, + "name": "polished_blackstone_button", + "translation_key": "block.minecraft.polished_blackstone_button", + "item_id": 682, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" ] }, { - "id": 17888, + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20383, + "states": [ + { + "id": 20374, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17889, + "id": 20375, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17890, + "id": 20376, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17891, + "id": 20377, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17892, + "id": 20378, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17893, + "id": 20379, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17894, + "id": 20380, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17895, + "id": 20381, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17896, + "id": 20382, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17897, + "id": 20383, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17898, + "id": 20384, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17899, + "id": 20385, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17900, + "id": 20386, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17901, + "id": 20387, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17902, + "id": 20388, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17903, + "id": 20389, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17904, + "id": 20390, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17905, + "id": 20391, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] }, { - "id": 17906, + "id": 20392, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 20393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 20394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 20395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 20396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + }, + { + "id": 20397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] } ] }, { - "id": 771, - "name": "diorite_wall", - "translation_key": "block.minecraft.diorite_wall", - "item_id": 389, + "id": 865, + "name": "polished_blackstone_wall", + "translation_key": "block.minecraft.polished_blackstone_wall", + "item_id": 412, "properties": [ { "name": "east", @@ -209161,10 +239400,10 @@ ] } ], - "default_state_id": 17910, + "default_state_id": 20401, "states": [ { - "id": 17907, + "id": 20398, "luminance": 0, "opaque": true, "replaceable": false, @@ -209174,7 +239413,7 @@ ] }, { - "id": 17908, + "id": 20399, "luminance": 0, "opaque": true, "replaceable": false, @@ -209186,7 +239425,7 @@ ] }, { - "id": 17909, + "id": 20400, "luminance": 0, "opaque": true, "replaceable": false, @@ -209198,7 +239437,7 @@ ] }, { - "id": 17910, + "id": 20401, "luminance": 0, "opaque": true, "replaceable": false, @@ -209208,7 +239447,7 @@ ] }, { - "id": 17911, + "id": 20402, "luminance": 0, "opaque": true, "replaceable": false, @@ -209220,7 +239459,7 @@ ] }, { - "id": 17912, + "id": 20403, "luminance": 0, "opaque": true, "replaceable": false, @@ -209232,7 +239471,7 @@ ] }, { - "id": 17913, + "id": 20404, "luminance": 0, "opaque": true, "replaceable": false, @@ -209240,7 +239479,7 @@ "collision_shapes": [] }, { - "id": 17914, + "id": 20405, "luminance": 0, "opaque": true, "replaceable": false, @@ -209250,7 +239489,7 @@ ] }, { - "id": 17915, + "id": 20406, "luminance": 0, "opaque": true, "replaceable": false, @@ -209260,7 +239499,7 @@ ] }, { - "id": 17916, + "id": 20407, "luminance": 0, "opaque": true, "replaceable": false, @@ -209268,7 +239507,7 @@ "collision_shapes": [] }, { - "id": 17917, + "id": 20408, "luminance": 0, "opaque": true, "replaceable": false, @@ -209278,7 +239517,7 @@ ] }, { - "id": 17918, + "id": 20409, "luminance": 0, "opaque": true, "replaceable": false, @@ -209288,7 +239527,7 @@ ] }, { - "id": 17919, + "id": 20410, "luminance": 0, "opaque": true, "replaceable": false, @@ -209299,7 +239538,7 @@ ] }, { - "id": 17920, + "id": 20411, "luminance": 0, "opaque": true, "replaceable": false, @@ -209312,7 +239551,7 @@ ] }, { - "id": 17921, + "id": 20412, "luminance": 0, "opaque": true, "replaceable": false, @@ -209325,7 +239564,7 @@ ] }, { - "id": 17922, + "id": 20413, "luminance": 0, "opaque": true, "replaceable": false, @@ -209336,7 +239575,7 @@ ] }, { - "id": 17923, + "id": 20414, "luminance": 0, "opaque": true, "replaceable": false, @@ -209349,7 +239588,7 @@ ] }, { - "id": 17924, + "id": 20415, "luminance": 0, "opaque": true, "replaceable": false, @@ -209362,7 +239601,7 @@ ] }, { - "id": 17925, + "id": 20416, "luminance": 0, "opaque": true, "replaceable": false, @@ -209372,7 +239611,7 @@ ] }, { - "id": 17926, + "id": 20417, "luminance": 0, "opaque": true, "replaceable": false, @@ -209383,7 +239622,7 @@ ] }, { - "id": 17927, + "id": 20418, "luminance": 0, "opaque": true, "replaceable": false, @@ -209394,7 +239633,7 @@ ] }, { - "id": 17928, + "id": 20419, "luminance": 0, "opaque": true, "replaceable": false, @@ -209404,7 +239643,7 @@ ] }, { - "id": 17929, + "id": 20420, "luminance": 0, "opaque": true, "replaceable": false, @@ -209415,7 +239654,7 @@ ] }, { - "id": 17930, + "id": 20421, "luminance": 0, "opaque": true, "replaceable": false, @@ -209426,7 +239665,7 @@ ] }, { - "id": 17931, + "id": 20422, "luminance": 0, "opaque": true, "replaceable": false, @@ -209437,7 +239676,7 @@ ] }, { - "id": 17932, + "id": 20423, "luminance": 0, "opaque": true, "replaceable": false, @@ -209450,7 +239689,7 @@ ] }, { - "id": 17933, + "id": 20424, "luminance": 0, "opaque": true, "replaceable": false, @@ -209463,7 +239702,7 @@ ] }, { - "id": 17934, + "id": 20425, "luminance": 0, "opaque": true, "replaceable": false, @@ -209474,7 +239713,7 @@ ] }, { - "id": 17935, + "id": 20426, "luminance": 0, "opaque": true, "replaceable": false, @@ -209487,7 +239726,7 @@ ] }, { - "id": 17936, + "id": 20427, "luminance": 0, "opaque": true, "replaceable": false, @@ -209500,7 +239739,7 @@ ] }, { - "id": 17937, + "id": 20428, "luminance": 0, "opaque": true, "replaceable": false, @@ -209510,7 +239749,7 @@ ] }, { - "id": 17938, + "id": 20429, "luminance": 0, "opaque": true, "replaceable": false, @@ -209521,7 +239760,7 @@ ] }, { - "id": 17939, + "id": 20430, "luminance": 0, "opaque": true, "replaceable": false, @@ -209532,7 +239771,7 @@ ] }, { - "id": 17940, + "id": 20431, "luminance": 0, "opaque": true, "replaceable": false, @@ -209542,7 +239781,7 @@ ] }, { - "id": 17941, + "id": 20432, "luminance": 0, "opaque": true, "replaceable": false, @@ -209553,7 +239792,7 @@ ] }, { - "id": 17942, + "id": 20433, "luminance": 0, "opaque": true, "replaceable": false, @@ -209564,7 +239803,7 @@ ] }, { - "id": 17943, + "id": 20434, "luminance": 0, "opaque": true, "replaceable": false, @@ -209575,7 +239814,7 @@ ] }, { - "id": 17944, + "id": 20435, "luminance": 0, "opaque": true, "replaceable": false, @@ -209588,7 +239827,7 @@ ] }, { - "id": 17945, + "id": 20436, "luminance": 0, "opaque": true, "replaceable": false, @@ -209601,7 +239840,7 @@ ] }, { - "id": 17946, + "id": 20437, "luminance": 0, "opaque": true, "replaceable": false, @@ -209612,7 +239851,7 @@ ] }, { - "id": 17947, + "id": 20438, "luminance": 0, "opaque": true, "replaceable": false, @@ -209625,7 +239864,7 @@ ] }, { - "id": 17948, + "id": 20439, "luminance": 0, "opaque": true, "replaceable": false, @@ -209638,7 +239877,7 @@ ] }, { - "id": 17949, + "id": 20440, "luminance": 0, "opaque": true, "replaceable": false, @@ -209648,7 +239887,7 @@ ] }, { - "id": 17950, + "id": 20441, "luminance": 0, "opaque": true, "replaceable": false, @@ -209659,7 +239898,7 @@ ] }, { - "id": 17951, + "id": 20442, "luminance": 0, "opaque": true, "replaceable": false, @@ -209670,7 +239909,7 @@ ] }, { - "id": 17952, + "id": 20443, "luminance": 0, "opaque": true, "replaceable": false, @@ -209680,7 +239919,7 @@ ] }, { - "id": 17953, + "id": 20444, "luminance": 0, "opaque": true, "replaceable": false, @@ -209691,7 +239930,7 @@ ] }, { - "id": 17954, + "id": 20445, "luminance": 0, "opaque": true, "replaceable": false, @@ -209702,7 +239941,7 @@ ] }, { - "id": 17955, + "id": 20446, "luminance": 0, "opaque": true, "replaceable": false, @@ -209714,7 +239953,7 @@ ] }, { - "id": 17956, + "id": 20447, "luminance": 0, "opaque": true, "replaceable": false, @@ -209728,7 +239967,7 @@ ] }, { - "id": 17957, + "id": 20448, "luminance": 0, "opaque": true, "replaceable": false, @@ -209742,7 +239981,7 @@ ] }, { - "id": 17958, + "id": 20449, "luminance": 0, "opaque": true, "replaceable": false, @@ -209754,7 +239993,7 @@ ] }, { - "id": 17959, + "id": 20450, "luminance": 0, "opaque": true, "replaceable": false, @@ -209768,7 +240007,7 @@ ] }, { - "id": 17960, + "id": 20451, "luminance": 0, "opaque": true, "replaceable": false, @@ -209782,7 +240021,7 @@ ] }, { - "id": 17961, + "id": 20452, "luminance": 0, "opaque": true, "replaceable": false, @@ -209792,7 +240031,7 @@ ] }, { - "id": 17962, + "id": 20453, "luminance": 0, "opaque": true, "replaceable": false, @@ -209804,7 +240043,7 @@ ] }, { - "id": 17963, + "id": 20454, "luminance": 0, "opaque": true, "replaceable": false, @@ -209816,7 +240055,7 @@ ] }, { - "id": 17964, + "id": 20455, "luminance": 0, "opaque": true, "replaceable": false, @@ -209826,7 +240065,7 @@ ] }, { - "id": 17965, + "id": 20456, "luminance": 0, "opaque": true, "replaceable": false, @@ -209838,7 +240077,7 @@ ] }, { - "id": 17966, + "id": 20457, "luminance": 0, "opaque": true, "replaceable": false, @@ -209850,7 +240089,7 @@ ] }, { - "id": 17967, + "id": 20458, "luminance": 0, "opaque": true, "replaceable": false, @@ -209862,7 +240101,7 @@ ] }, { - "id": 17968, + "id": 20459, "luminance": 0, "opaque": true, "replaceable": false, @@ -209876,7 +240115,7 @@ ] }, { - "id": 17969, + "id": 20460, "luminance": 0, "opaque": true, "replaceable": false, @@ -209890,7 +240129,7 @@ ] }, { - "id": 17970, + "id": 20461, "luminance": 0, "opaque": true, "replaceable": false, @@ -209902,7 +240141,7 @@ ] }, { - "id": 17971, + "id": 20462, "luminance": 0, "opaque": true, "replaceable": false, @@ -209916,7 +240155,7 @@ ] }, { - "id": 17972, + "id": 20463, "luminance": 0, "opaque": true, "replaceable": false, @@ -209930,7 +240169,7 @@ ] }, { - "id": 17973, + "id": 20464, "luminance": 0, "opaque": true, "replaceable": false, @@ -209940,7 +240179,7 @@ ] }, { - "id": 17974, + "id": 20465, "luminance": 0, "opaque": true, "replaceable": false, @@ -209952,7 +240191,7 @@ ] }, { - "id": 17975, + "id": 20466, "luminance": 0, "opaque": true, "replaceable": false, @@ -209964,7 +240203,7 @@ ] }, { - "id": 17976, + "id": 20467, "luminance": 0, "opaque": true, "replaceable": false, @@ -209974,7 +240213,7 @@ ] }, { - "id": 17977, + "id": 20468, "luminance": 0, "opaque": true, "replaceable": false, @@ -209986,7 +240225,7 @@ ] }, { - "id": 17978, + "id": 20469, "luminance": 0, "opaque": true, "replaceable": false, @@ -209998,7 +240237,7 @@ ] }, { - "id": 17979, + "id": 20470, "luminance": 0, "opaque": true, "replaceable": false, @@ -210009,7 +240248,7 @@ ] }, { - "id": 17980, + "id": 20471, "luminance": 0, "opaque": true, "replaceable": false, @@ -210022,7 +240261,7 @@ ] }, { - "id": 17981, + "id": 20472, "luminance": 0, "opaque": true, "replaceable": false, @@ -210035,7 +240274,7 @@ ] }, { - "id": 17982, + "id": 20473, "luminance": 0, "opaque": true, "replaceable": false, @@ -210046,7 +240285,7 @@ ] }, { - "id": 17983, + "id": 20474, "luminance": 0, "opaque": true, "replaceable": false, @@ -210059,7 +240298,7 @@ ] }, { - "id": 17984, + "id": 20475, "luminance": 0, "opaque": true, "replaceable": false, @@ -210072,7 +240311,7 @@ ] }, { - "id": 17985, + "id": 20476, "luminance": 0, "opaque": true, "replaceable": false, @@ -210082,7 +240321,7 @@ ] }, { - "id": 17986, + "id": 20477, "luminance": 0, "opaque": true, "replaceable": false, @@ -210093,7 +240332,7 @@ ] }, { - "id": 17987, + "id": 20478, "luminance": 0, "opaque": true, "replaceable": false, @@ -210104,7 +240343,7 @@ ] }, { - "id": 17988, + "id": 20479, "luminance": 0, "opaque": true, "replaceable": false, @@ -210114,7 +240353,7 @@ ] }, { - "id": 17989, + "id": 20480, "luminance": 0, "opaque": true, "replaceable": false, @@ -210125,7 +240364,7 @@ ] }, { - "id": 17990, + "id": 20481, "luminance": 0, "opaque": true, "replaceable": false, @@ -210136,7 +240375,7 @@ ] }, { - "id": 17991, + "id": 20482, "luminance": 0, "opaque": true, "replaceable": false, @@ -210148,7 +240387,7 @@ ] }, { - "id": 17992, + "id": 20483, "luminance": 0, "opaque": true, "replaceable": false, @@ -210162,7 +240401,7 @@ ] }, { - "id": 17993, + "id": 20484, "luminance": 0, "opaque": true, "replaceable": false, @@ -210176,7 +240415,7 @@ ] }, { - "id": 17994, + "id": 20485, "luminance": 0, "opaque": true, "replaceable": false, @@ -210188,7 +240427,7 @@ ] }, { - "id": 17995, + "id": 20486, "luminance": 0, "opaque": true, "replaceable": false, @@ -210202,7 +240441,7 @@ ] }, { - "id": 17996, + "id": 20487, "luminance": 0, "opaque": true, "replaceable": false, @@ -210216,7 +240455,7 @@ ] }, { - "id": 17997, + "id": 20488, "luminance": 0, "opaque": true, "replaceable": false, @@ -210226,7 +240465,7 @@ ] }, { - "id": 17998, + "id": 20489, "luminance": 0, "opaque": true, "replaceable": false, @@ -210238,7 +240477,7 @@ ] }, { - "id": 17999, + "id": 20490, "luminance": 0, "opaque": true, "replaceable": false, @@ -210250,7 +240489,7 @@ ] }, { - "id": 18000, + "id": 20491, "luminance": 0, "opaque": true, "replaceable": false, @@ -210260,7 +240499,7 @@ ] }, { - "id": 18001, + "id": 20492, "luminance": 0, "opaque": true, "replaceable": false, @@ -210272,7 +240511,7 @@ ] }, { - "id": 18002, + "id": 20493, "luminance": 0, "opaque": true, "replaceable": false, @@ -210284,7 +240523,7 @@ ] }, { - "id": 18003, + "id": 20494, "luminance": 0, "opaque": true, "replaceable": false, @@ -210296,7 +240535,7 @@ ] }, { - "id": 18004, + "id": 20495, "luminance": 0, "opaque": true, "replaceable": false, @@ -210310,7 +240549,7 @@ ] }, { - "id": 18005, + "id": 20496, "luminance": 0, "opaque": true, "replaceable": false, @@ -210324,7 +240563,7 @@ ] }, { - "id": 18006, + "id": 20497, "luminance": 0, "opaque": true, "replaceable": false, @@ -210336,7 +240575,7 @@ ] }, { - "id": 18007, + "id": 20498, "luminance": 0, "opaque": true, "replaceable": false, @@ -210350,7 +240589,7 @@ ] }, { - "id": 18008, + "id": 20499, "luminance": 0, "opaque": true, "replaceable": false, @@ -210364,7 +240603,7 @@ ] }, { - "id": 18009, + "id": 20500, "luminance": 0, "opaque": true, "replaceable": false, @@ -210374,7 +240613,7 @@ ] }, { - "id": 18010, + "id": 20501, "luminance": 0, "opaque": true, "replaceable": false, @@ -210386,7 +240625,7 @@ ] }, { - "id": 18011, + "id": 20502, "luminance": 0, "opaque": true, "replaceable": false, @@ -210398,7 +240637,7 @@ ] }, { - "id": 18012, + "id": 20503, "luminance": 0, "opaque": true, "replaceable": false, @@ -210408,7 +240647,7 @@ ] }, { - "id": 18013, + "id": 20504, "luminance": 0, "opaque": true, "replaceable": false, @@ -210420,7 +240659,7 @@ ] }, { - "id": 18014, + "id": 20505, "luminance": 0, "opaque": true, "replaceable": false, @@ -210432,7 +240671,7 @@ ] }, { - "id": 18015, + "id": 20506, "luminance": 0, "opaque": true, "replaceable": false, @@ -210443,7 +240682,7 @@ ] }, { - "id": 18016, + "id": 20507, "luminance": 0, "opaque": true, "replaceable": false, @@ -210455,7 +240694,7 @@ ] }, { - "id": 18017, + "id": 20508, "luminance": 0, "opaque": true, "replaceable": false, @@ -210467,7 +240706,7 @@ ] }, { - "id": 18018, + "id": 20509, "luminance": 0, "opaque": true, "replaceable": false, @@ -210478,7 +240717,7 @@ ] }, { - "id": 18019, + "id": 20510, "luminance": 0, "opaque": true, "replaceable": false, @@ -210490,7 +240729,7 @@ ] }, { - "id": 18020, + "id": 20511, "luminance": 0, "opaque": true, "replaceable": false, @@ -210502,7 +240741,7 @@ ] }, { - "id": 18021, + "id": 20512, "luminance": 0, "opaque": true, "replaceable": false, @@ -210512,7 +240751,7 @@ ] }, { - "id": 18022, + "id": 20513, "luminance": 0, "opaque": true, "replaceable": false, @@ -210522,7 +240761,7 @@ ] }, { - "id": 18023, + "id": 20514, "luminance": 0, "opaque": true, "replaceable": false, @@ -210532,7 +240771,7 @@ ] }, { - "id": 18024, + "id": 20515, "luminance": 0, "opaque": true, "replaceable": false, @@ -210542,7 +240781,7 @@ ] }, { - "id": 18025, + "id": 20516, "luminance": 0, "opaque": true, "replaceable": false, @@ -210552,7 +240791,7 @@ ] }, { - "id": 18026, + "id": 20517, "luminance": 0, "opaque": true, "replaceable": false, @@ -210562,7 +240801,7 @@ ] }, { - "id": 18027, + "id": 20518, "luminance": 0, "opaque": true, "replaceable": false, @@ -210574,7 +240813,7 @@ ] }, { - "id": 18028, + "id": 20519, "luminance": 0, "opaque": true, "replaceable": false, @@ -210587,7 +240826,7 @@ ] }, { - "id": 18029, + "id": 20520, "luminance": 0, "opaque": true, "replaceable": false, @@ -210600,7 +240839,7 @@ ] }, { - "id": 18030, + "id": 20521, "luminance": 0, "opaque": true, "replaceable": false, @@ -210612,7 +240851,7 @@ ] }, { - "id": 18031, + "id": 20522, "luminance": 0, "opaque": true, "replaceable": false, @@ -210625,7 +240864,7 @@ ] }, { - "id": 18032, + "id": 20523, "luminance": 0, "opaque": true, "replaceable": false, @@ -210638,7 +240877,7 @@ ] }, { - "id": 18033, + "id": 20524, "luminance": 0, "opaque": true, "replaceable": false, @@ -210649,7 +240888,7 @@ ] }, { - "id": 18034, + "id": 20525, "luminance": 0, "opaque": true, "replaceable": false, @@ -210660,7 +240899,7 @@ ] }, { - "id": 18035, + "id": 20526, "luminance": 0, "opaque": true, "replaceable": false, @@ -210671,7 +240910,7 @@ ] }, { - "id": 18036, + "id": 20527, "luminance": 0, "opaque": true, "replaceable": false, @@ -210682,7 +240921,7 @@ ] }, { - "id": 18037, + "id": 20528, "luminance": 0, "opaque": true, "replaceable": false, @@ -210693,7 +240932,7 @@ ] }, { - "id": 18038, + "id": 20529, "luminance": 0, "opaque": true, "replaceable": false, @@ -210704,7 +240943,7 @@ ] }, { - "id": 18039, + "id": 20530, "luminance": 0, "opaque": true, "replaceable": false, @@ -210716,7 +240955,7 @@ ] }, { - "id": 18040, + "id": 20531, "luminance": 0, "opaque": true, "replaceable": false, @@ -210729,7 +240968,7 @@ ] }, { - "id": 18041, + "id": 20532, "luminance": 0, "opaque": true, "replaceable": false, @@ -210742,7 +240981,7 @@ ] }, { - "id": 18042, + "id": 20533, "luminance": 0, "opaque": true, "replaceable": false, @@ -210754,7 +240993,7 @@ ] }, { - "id": 18043, + "id": 20534, "luminance": 0, "opaque": true, "replaceable": false, @@ -210767,7 +241006,7 @@ ] }, { - "id": 18044, + "id": 20535, "luminance": 0, "opaque": true, "replaceable": false, @@ -210780,7 +241019,7 @@ ] }, { - "id": 18045, + "id": 20536, "luminance": 0, "opaque": true, "replaceable": false, @@ -210791,7 +241030,7 @@ ] }, { - "id": 18046, + "id": 20537, "luminance": 0, "opaque": true, "replaceable": false, @@ -210802,7 +241041,7 @@ ] }, { - "id": 18047, + "id": 20538, "luminance": 0, "opaque": true, "replaceable": false, @@ -210813,7 +241052,7 @@ ] }, { - "id": 18048, + "id": 20539, "luminance": 0, "opaque": true, "replaceable": false, @@ -210824,7 +241063,7 @@ ] }, { - "id": 18049, + "id": 20540, "luminance": 0, "opaque": true, "replaceable": false, @@ -210835,7 +241074,7 @@ ] }, { - "id": 18050, + "id": 20541, "luminance": 0, "opaque": true, "replaceable": false, @@ -210846,7 +241085,7 @@ ] }, { - "id": 18051, + "id": 20542, "luminance": 0, "opaque": true, "replaceable": false, @@ -210858,7 +241097,7 @@ ] }, { - "id": 18052, + "id": 20543, "luminance": 0, "opaque": true, "replaceable": false, @@ -210871,7 +241110,7 @@ ] }, { - "id": 18053, + "id": 20544, "luminance": 0, "opaque": true, "replaceable": false, @@ -210884,7 +241123,7 @@ ] }, { - "id": 18054, + "id": 20545, "luminance": 0, "opaque": true, "replaceable": false, @@ -210896,7 +241135,7 @@ ] }, { - "id": 18055, + "id": 20546, "luminance": 0, "opaque": true, "replaceable": false, @@ -210909,7 +241148,7 @@ ] }, { - "id": 18056, + "id": 20547, "luminance": 0, "opaque": true, "replaceable": false, @@ -210922,7 +241161,7 @@ ] }, { - "id": 18057, + "id": 20548, "luminance": 0, "opaque": true, "replaceable": false, @@ -210933,7 +241172,7 @@ ] }, { - "id": 18058, + "id": 20549, "luminance": 0, "opaque": true, "replaceable": false, @@ -210944,7 +241183,7 @@ ] }, { - "id": 18059, + "id": 20550, "luminance": 0, "opaque": true, "replaceable": false, @@ -210955,7 +241194,7 @@ ] }, { - "id": 18060, + "id": 20551, "luminance": 0, "opaque": true, "replaceable": false, @@ -210966,7 +241205,7 @@ ] }, { - "id": 18061, + "id": 20552, "luminance": 0, "opaque": true, "replaceable": false, @@ -210977,7 +241216,7 @@ ] }, { - "id": 18062, + "id": 20553, "luminance": 0, "opaque": true, "replaceable": false, @@ -210988,7 +241227,7 @@ ] }, { - "id": 18063, + "id": 20554, "luminance": 0, "opaque": true, "replaceable": false, @@ -211001,7 +241240,7 @@ ] }, { - "id": 18064, + "id": 20555, "luminance": 0, "opaque": true, "replaceable": false, @@ -211015,7 +241254,7 @@ ] }, { - "id": 18065, + "id": 20556, "luminance": 0, "opaque": true, "replaceable": false, @@ -211029,7 +241268,7 @@ ] }, { - "id": 18066, + "id": 20557, "luminance": 0, "opaque": true, "replaceable": false, @@ -211042,7 +241281,7 @@ ] }, { - "id": 18067, + "id": 20558, "luminance": 0, "opaque": true, "replaceable": false, @@ -211056,7 +241295,7 @@ ] }, { - "id": 18068, + "id": 20559, "luminance": 0, "opaque": true, "replaceable": false, @@ -211070,7 +241309,7 @@ ] }, { - "id": 18069, + "id": 20560, "luminance": 0, "opaque": true, "replaceable": false, @@ -211081,7 +241320,7 @@ ] }, { - "id": 18070, + "id": 20561, "luminance": 0, "opaque": true, "replaceable": false, @@ -211093,7 +241332,7 @@ ] }, { - "id": 18071, + "id": 20562, "luminance": 0, "opaque": true, "replaceable": false, @@ -211105,7 +241344,7 @@ ] }, { - "id": 18072, + "id": 20563, "luminance": 0, "opaque": true, "replaceable": false, @@ -211116,7 +241355,7 @@ ] }, { - "id": 18073, + "id": 20564, "luminance": 0, "opaque": true, "replaceable": false, @@ -211128,7 +241367,7 @@ ] }, { - "id": 18074, + "id": 20565, "luminance": 0, "opaque": true, "replaceable": false, @@ -211140,7 +241379,7 @@ ] }, { - "id": 18075, + "id": 20566, "luminance": 0, "opaque": true, "replaceable": false, @@ -211153,7 +241392,7 @@ ] }, { - "id": 18076, + "id": 20567, "luminance": 0, "opaque": true, "replaceable": false, @@ -211167,7 +241406,7 @@ ] }, { - "id": 18077, + "id": 20568, "luminance": 0, "opaque": true, "replaceable": false, @@ -211181,7 +241420,7 @@ ] }, { - "id": 18078, + "id": 20569, "luminance": 0, "opaque": true, "replaceable": false, @@ -211194,7 +241433,7 @@ ] }, { - "id": 18079, + "id": 20570, "luminance": 0, "opaque": true, "replaceable": false, @@ -211208,7 +241447,7 @@ ] }, { - "id": 18080, + "id": 20571, "luminance": 0, "opaque": true, "replaceable": false, @@ -211222,7 +241461,7 @@ ] }, { - "id": 18081, + "id": 20572, "luminance": 0, "opaque": true, "replaceable": false, @@ -211233,7 +241472,7 @@ ] }, { - "id": 18082, + "id": 20573, "luminance": 0, "opaque": true, "replaceable": false, @@ -211245,7 +241484,7 @@ ] }, { - "id": 18083, + "id": 20574, "luminance": 0, "opaque": true, "replaceable": false, @@ -211257,7 +241496,7 @@ ] }, { - "id": 18084, + "id": 20575, "luminance": 0, "opaque": true, "replaceable": false, @@ -211268,7 +241507,7 @@ ] }, { - "id": 18085, + "id": 20576, "luminance": 0, "opaque": true, "replaceable": false, @@ -211280,7 +241519,7 @@ ] }, { - "id": 18086, + "id": 20577, "luminance": 0, "opaque": true, "replaceable": false, @@ -211292,7 +241531,7 @@ ] }, { - "id": 18087, + "id": 20578, "luminance": 0, "opaque": true, "replaceable": false, @@ -211304,7 +241543,7 @@ ] }, { - "id": 18088, + "id": 20579, "luminance": 0, "opaque": true, "replaceable": false, @@ -211317,7 +241556,7 @@ ] }, { - "id": 18089, + "id": 20580, "luminance": 0, "opaque": true, "replaceable": false, @@ -211330,7 +241569,7 @@ ] }, { - "id": 18090, + "id": 20581, "luminance": 0, "opaque": true, "replaceable": false, @@ -211342,7 +241581,7 @@ ] }, { - "id": 18091, + "id": 20582, "luminance": 0, "opaque": true, "replaceable": false, @@ -211355,7 +241594,7 @@ ] }, { - "id": 18092, + "id": 20583, "luminance": 0, "opaque": true, "replaceable": false, @@ -211368,7 +241607,7 @@ ] }, { - "id": 18093, + "id": 20584, "luminance": 0, "opaque": true, "replaceable": false, @@ -211379,7 +241618,7 @@ ] }, { - "id": 18094, + "id": 20585, "luminance": 0, "opaque": true, "replaceable": false, @@ -211390,7 +241629,7 @@ ] }, { - "id": 18095, + "id": 20586, "luminance": 0, "opaque": true, "replaceable": false, @@ -211401,7 +241640,7 @@ ] }, { - "id": 18096, + "id": 20587, "luminance": 0, "opaque": true, "replaceable": false, @@ -211412,7 +241651,7 @@ ] }, { - "id": 18097, + "id": 20588, "luminance": 0, "opaque": true, "replaceable": false, @@ -211423,7 +241662,7 @@ ] }, { - "id": 18098, + "id": 20589, "luminance": 0, "opaque": true, "replaceable": false, @@ -211434,200 +241673,7 @@ ] }, { - "id": 18099, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] - }, - { - "id": 18100, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18101, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18102, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] - }, - { - "id": 18103, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18104, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18105, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] - }, - { - "id": 18106, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18107, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18108, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] - }, - { - "id": 18109, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18110, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18111, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] - }, - { - "id": 18112, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18113, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18114, + "id": 20590, "luminance": 0, "opaque": true, "replaceable": false, @@ -211640,247 +241686,7 @@ ] }, { - "id": 18115, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18116, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] - }, - { - "id": 18117, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] - }, - { - "id": 18118, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18119, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18120, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] - }, - { - "id": 18121, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18122, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] - }, - { - "id": 18123, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] - }, - { - "id": 18124, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 18125, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 18126, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] - }, - { - "id": 18127, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 18128, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] - }, - { - "id": 18129, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 154 - ] - }, - { - "id": 18130, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153 - ] - }, - { - "id": 18131, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153 - ] - }, - { - "id": 18132, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 154 - ] - }, - { - "id": 18133, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153 - ] - }, - { - "id": 18134, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153 - ] - }, - { - "id": 18135, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] - }, - { - "id": 18136, + "id": 20591, "luminance": 0, "opaque": true, "replaceable": false, @@ -211889,11 +241695,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18137, + "id": 20592, "luminance": 0, "opaque": true, "replaceable": false, @@ -211902,23 +241709,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18138, + "id": 20593, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 18139, + "id": 20594, "luminance": 0, "opaque": true, "replaceable": false, @@ -211927,11 +241736,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18140, + "id": 20595, "luminance": 0, "opaque": true, "replaceable": false, @@ -211940,89 +241750,95 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18141, + "id": 20596, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 18142, + "id": 20597, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18143, + "id": 20598, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18144, + "id": 20599, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 18145, + "id": 20600, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18146, + "id": 20601, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18147, + "id": 20602, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 18148, + "id": 20603, "luminance": 0, "opaque": true, "replaceable": false, @@ -212031,11 +241847,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18149, + "id": 20604, "luminance": 0, "opaque": true, "replaceable": false, @@ -212044,23 +241861,25 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18150, + "id": 20605, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, + 148, 145, 152 ] }, { - "id": 18151, + "id": 20606, "luminance": 0, "opaque": true, "replaceable": false, @@ -212069,11 +241888,12 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18152, + "id": 20607, "luminance": 0, "opaque": true, "replaceable": false, @@ -212082,89 +241902,93 @@ 153, 142, 143, + 148, 145 ] }, { - "id": 18153, + "id": 20608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 18154, + "id": 20609, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18155, + "id": 20610, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18156, + "id": 20611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, + 151, 155 ] }, { - "id": 18157, + "id": 20612, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18158, + "id": 20613, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, + 150, 147 ] }, { - "id": 18159, + "id": 20614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 18160, + "id": 20615, "luminance": 0, "opaque": true, "replaceable": false, @@ -212172,12 +241996,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 18161, + "id": 20616, "luminance": 0, "opaque": true, "replaceable": false, @@ -212185,24 +242008,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 18162, + "id": 20617, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 18163, + "id": 20618, "luminance": 0, "opaque": true, "replaceable": false, @@ -212210,12 +242031,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 18164, + "id": 20619, "luminance": 0, "opaque": true, "replaceable": false, @@ -212223,91 +242043,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 18165, + "id": 20620, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 18166, + "id": 20621, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 18167, + "id": 20622, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 18168, + "id": 20623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 18169, + "id": 20624, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 18170, + "id": 20625, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 18171, + "id": 20626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 18172, + "id": 20627, "luminance": 0, "opaque": true, "replaceable": false, @@ -212316,12 +242128,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18173, + "id": 20628, "luminance": 0, "opaque": true, "replaceable": false, @@ -212330,25 +242141,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18174, + "id": 20629, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 18175, + "id": 20630, "luminance": 0, "opaque": true, "replaceable": false, @@ -212357,12 +242166,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18176, + "id": 20631, "luminance": 0, "opaque": true, "replaceable": false, @@ -212371,95 +242179,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18177, + "id": 20632, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 18178, + "id": 20633, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18179, + "id": 20634, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18180, + "id": 20635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 18181, + "id": 20636, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18182, + "id": 20637, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18183, + "id": 20638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 18184, + "id": 20639, "luminance": 0, "opaque": true, "replaceable": false, @@ -212468,12 +242270,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18185, + "id": 20640, "luminance": 0, "opaque": true, "replaceable": false, @@ -212482,25 +242283,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18186, + "id": 20641, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 18187, + "id": 20642, "luminance": 0, "opaque": true, "replaceable": false, @@ -212509,12 +242308,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18188, + "id": 20643, "luminance": 0, "opaque": true, "replaceable": false, @@ -212523,82 +242321,77 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 18189, + "id": 20644, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 18190, + "id": 20645, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18191, + "id": 20646, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18192, + "id": 20647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 18193, + "id": 20648, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18194, + "id": 20649, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 18195, + "id": 20650, "luminance": 0, "opaque": true, "replaceable": false, @@ -212610,7 +242403,7 @@ ] }, { - "id": 18196, + "id": 20651, "luminance": 0, "opaque": true, "replaceable": false, @@ -212623,7 +242416,7 @@ ] }, { - "id": 18197, + "id": 20652, "luminance": 0, "opaque": true, "replaceable": false, @@ -212636,7 +242429,7 @@ ] }, { - "id": 18198, + "id": 20653, "luminance": 0, "opaque": true, "replaceable": false, @@ -212648,7 +242441,7 @@ ] }, { - "id": 18199, + "id": 20654, "luminance": 0, "opaque": true, "replaceable": false, @@ -212661,7 +242454,7 @@ ] }, { - "id": 18200, + "id": 20655, "luminance": 0, "opaque": true, "replaceable": false, @@ -212674,7 +242467,7 @@ ] }, { - "id": 18201, + "id": 20656, "luminance": 0, "opaque": true, "replaceable": false, @@ -212685,7 +242478,7 @@ ] }, { - "id": 18202, + "id": 20657, "luminance": 0, "opaque": true, "replaceable": false, @@ -212696,7 +242489,7 @@ ] }, { - "id": 18203, + "id": 20658, "luminance": 0, "opaque": true, "replaceable": false, @@ -212707,7 +242500,7 @@ ] }, { - "id": 18204, + "id": 20659, "luminance": 0, "opaque": true, "replaceable": false, @@ -212718,7 +242511,7 @@ ] }, { - "id": 18205, + "id": 20660, "luminance": 0, "opaque": true, "replaceable": false, @@ -212729,7 +242522,7 @@ ] }, { - "id": 18206, + "id": 20661, "luminance": 0, "opaque": true, "replaceable": false, @@ -212740,7 +242533,7 @@ ] }, { - "id": 18207, + "id": 20662, "luminance": 0, "opaque": true, "replaceable": false, @@ -212753,7 +242546,7 @@ ] }, { - "id": 18208, + "id": 20663, "luminance": 0, "opaque": true, "replaceable": false, @@ -212767,7 +242560,7 @@ ] }, { - "id": 18209, + "id": 20664, "luminance": 0, "opaque": true, "replaceable": false, @@ -212781,7 +242574,7 @@ ] }, { - "id": 18210, + "id": 20665, "luminance": 0, "opaque": true, "replaceable": false, @@ -212794,7 +242587,7 @@ ] }, { - "id": 18211, + "id": 20666, "luminance": 0, "opaque": true, "replaceable": false, @@ -212808,7 +242601,7 @@ ] }, { - "id": 18212, + "id": 20667, "luminance": 0, "opaque": true, "replaceable": false, @@ -212822,7 +242615,7 @@ ] }, { - "id": 18213, + "id": 20668, "luminance": 0, "opaque": true, "replaceable": false, @@ -212833,7 +242626,7 @@ ] }, { - "id": 18214, + "id": 20669, "luminance": 0, "opaque": true, "replaceable": false, @@ -212845,7 +242638,7 @@ ] }, { - "id": 18215, + "id": 20670, "luminance": 0, "opaque": true, "replaceable": false, @@ -212857,7 +242650,7 @@ ] }, { - "id": 18216, + "id": 20671, "luminance": 0, "opaque": true, "replaceable": false, @@ -212868,7 +242661,7 @@ ] }, { - "id": 18217, + "id": 20672, "luminance": 0, "opaque": true, "replaceable": false, @@ -212880,7 +242673,7 @@ ] }, { - "id": 18218, + "id": 20673, "luminance": 0, "opaque": true, "replaceable": false, @@ -212892,7 +242685,7 @@ ] }, { - "id": 18219, + "id": 20674, "luminance": 0, "opaque": true, "replaceable": false, @@ -212905,7 +242698,7 @@ ] }, { - "id": 18220, + "id": 20675, "luminance": 0, "opaque": true, "replaceable": false, @@ -212919,7 +242712,7 @@ ] }, { - "id": 18221, + "id": 20676, "luminance": 0, "opaque": true, "replaceable": false, @@ -212933,7 +242726,7 @@ ] }, { - "id": 18222, + "id": 20677, "luminance": 0, "opaque": true, "replaceable": false, @@ -212946,7 +242739,7 @@ ] }, { - "id": 18223, + "id": 20678, "luminance": 0, "opaque": true, "replaceable": false, @@ -212960,7 +242753,7 @@ ] }, { - "id": 18224, + "id": 20679, "luminance": 0, "opaque": true, "replaceable": false, @@ -212974,7 +242767,7 @@ ] }, { - "id": 18225, + "id": 20680, "luminance": 0, "opaque": true, "replaceable": false, @@ -212985,7 +242778,7 @@ ] }, { - "id": 18226, + "id": 20681, "luminance": 0, "opaque": true, "replaceable": false, @@ -212997,7 +242790,7 @@ ] }, { - "id": 18227, + "id": 20682, "luminance": 0, "opaque": true, "replaceable": false, @@ -213009,7 +242802,7 @@ ] }, { - "id": 18228, + "id": 20683, "luminance": 0, "opaque": true, "replaceable": false, @@ -213020,7 +242813,7 @@ ] }, { - "id": 18229, + "id": 20684, "luminance": 0, "opaque": true, "replaceable": false, @@ -213032,7 +242825,7 @@ ] }, { - "id": 18230, + "id": 20685, "luminance": 0, "opaque": true, "replaceable": false, @@ -213042,1020 +242835,485 @@ 150, 147 ] - } - ] - }, - { - "id": 772, - "name": "scaffolding", - "translation_key": "block.minecraft.scaffolding", - "item_id": 634, - "properties": [ - { - "name": "bottom", - "values": [ - "true", - "false" - ] - }, - { - "name": "distance", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18262, - "states": [ - { - "id": 18231, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18232, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18233, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18234, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18235, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18236, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18237, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18238, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18239, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18240, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18241, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18242, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18243, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18244, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18245, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18246, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18247, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18248, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18249, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18250, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18251, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18252, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18253, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18254, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18255, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18256, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18257, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - }, - { - "id": 18258, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] }, { - "id": 18259, + "id": 20686, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 + 140, + 148, + 152 ] }, { - "id": 18260, + "id": 20687, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 + 153, + 142, + 143, + 148 ] }, { - "id": 18261, + "id": 20688, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 + 153, + 142, + 143, + 148 ] }, { - "id": 18262, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 231, - 232, - 233, - 234, - 235, - 236, - 237 - ] - } - ] - }, - { - "id": 773, - "name": "loom", - "translation_key": "block.minecraft.loom", - "item_id": 1145, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - } - ], - "default_state_id": 18263, - "states": [ - { - "id": 18263, + "id": 20689, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148, + 152 ] }, { - "id": 18264, + "id": 20690, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 148 ] }, { - "id": 18265, + "id": 20691, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 148 ] }, { - "id": 18266, + "id": 20692, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 774, - "name": "barrel", - "translation_key": "block.minecraft.barrel", - "item_id": 1154, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 149, + 155 ] }, { - "name": "open", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18268, - "states": [ - { - "id": 18267, + "id": 20693, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 150 + ] }, { - "id": 18268, + "id": 20694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 150 + ] }, { - "id": 18269, + "id": 20695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 149, + 155 + ] }, { - "id": 18270, + "id": 20696, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 150 + ] }, { - "id": 18271, + "id": 20697, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 150 + ] }, { - "id": 18272, + "id": 20698, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 140, + 148, + 145, + 152 + ] }, { - "id": 18273, + "id": 20699, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18274, + "id": 20700, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18275, + "id": 20701, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 140, + 148, + 145, + 152 + ] }, { - "id": 18276, + "id": 20702, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18277, + "id": 20703, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 26 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18278, + "id": 20704, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 0 - ], - "block_entity_type": 26 - } - ] - }, - { - "id": 775, - "name": "smoker", - "translation_key": "block.minecraft.smoker", - "item_id": 1155, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + "collision_shapes": [ + 151, + 155 ] }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 20705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 ] - } - ], - "default_state_id": 18280, - "states": [ + }, { - "id": 18279, - "luminance": 13, + "id": 20706, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 153, + 150, + 147 + ] }, { - "id": 18280, + "id": 20707, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 151, + 155 + ] }, { - "id": 18281, - "luminance": 13, + "id": 20708, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 153, + 150, + 147 + ] }, { - "id": 18282, + "id": 20709, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 153, + 150, + 147 + ] }, { - "id": 18283, - "luminance": 13, + "id": 20710, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 140, + 148, + 145, + 152 + ] }, { - "id": 18284, + "id": 20711, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18285, - "luminance": 13, + "id": 20712, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18286, + "id": 20713, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 27 - } - ] - }, - { - "id": 776, - "name": "blast_furnace", - "translation_key": "block.minecraft.blast_furnace", - "item_id": 1156, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 140, + 148, + 145, + 152 ] }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 20714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 ] - } - ], - "default_state_id": 18288, - "states": [ + }, { - "id": 18287, - "luminance": 13, + "id": 20715, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 153, + 142, + 143, + 148, + 145 + ] }, { - "id": 18288, + "id": 20716, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 151, + 155 + ] }, { - "id": 18289, - "luminance": 13, + "id": 20717, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 153, + 150, + 147 + ] }, { - "id": 18290, + "id": 20718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 153, + 150, + 147 + ] }, { - "id": 18291, - "luminance": 13, + "id": 20719, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 151, + 155 + ] }, { - "id": 18292, + "id": 20720, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 + 153, + 150, + 147 + ] }, { - "id": 18293, - "luminance": 13, + "id": 20721, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 28 - }, + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 866, + "name": "chiseled_nether_bricks", + "translation_key": "block.minecraft.chiseled_nether_bricks", + "item_id": 367, + "properties": [], + "default_state_id": 20722, + "states": [ { - "id": 18294, + "id": 20722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 0 - ], - "block_entity_type": 28 + ] } ] }, { - "id": 777, - "name": "cartography_table", - "translation_key": "block.minecraft.cartography_table", - "item_id": 1157, + "id": 867, + "name": "cracked_nether_bricks", + "translation_key": "block.minecraft.cracked_nether_bricks", + "item_id": 366, "properties": [], - "default_state_id": 18295, + "default_state_id": 20723, "states": [ { - "id": 18295, + "id": 20723, "luminance": 0, "opaque": true, "replaceable": false, @@ -214067,15 +243325,15 @@ ] }, { - "id": 778, - "name": "fletching_table", - "translation_key": "block.minecraft.fletching_table", - "item_id": 1158, + "id": 868, + "name": "quartz_bricks", + "translation_key": "block.minecraft.quartz_bricks", + "item_id": 423, "properties": [], - "default_state_id": 18296, + "default_state_id": 20724, "states": [ { - "id": 18296, + "id": 20724, "luminance": 0, "opaque": true, "replaceable": false, @@ -214087,959 +243345,798 @@ ] }, { - "id": 779, - "name": "grindstone", - "translation_key": "block.minecraft.grindstone", - "item_id": 1159, + "id": 869, + "name": "candle", + "translation_key": "block.minecraft.candle", + "item_id": 1229, "properties": [ { - "name": "face", + "name": "candles", "values": [ - "floor", - "wall", - "ceiling" + "1", + "2", + "3", + "4" ] }, { - "name": "facing", + "name": "lit", "values": [ - "north", - "south", - "west", - "east" + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 18301, + "default_state_id": 20728, "states": [ { - "id": 18297, - "luminance": 0, - "opaque": true, + "id": 20725, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 238, - 239, - 240, - 241, - 242, - 243, - 244 + 304 ] }, { - "id": 18298, - "luminance": 0, - "opaque": true, + "id": 20726, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 238, - 239, - 240, - 241, - 242, - 243, - 244 + 304 ] }, { - "id": 18299, + "id": 20727, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 245, - 246, - 247, - 248, - 249, - 250, - 251 + 304 ] }, { - "id": 18300, + "id": 20728, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 245, - 246, - 247, - 248, - 249, - 250, - 251 + 304 ] }, { - "id": 18301, - "luminance": 0, - "opaque": true, + "id": 20729, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 252, - 253, - 254, - 255, - 256 + 305 ] }, { - "id": 18302, - "luminance": 0, - "opaque": true, + "id": 20730, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 257, - 258, - 259, - 260, - 261 + 305 ] }, { - "id": 18303, + "id": 20731, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 262, - 263, - 264, - 265, - 266 + 305 ] }, { - "id": 18304, + "id": 20732, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 267, - 268, - 269, - 270, - 271 + 305 ] }, { - "id": 18305, + "id": 20733, + "luminance": 9, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 20734, + "luminance": 9, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 20735, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 272, - 273, - 274, - 275, - 276 + 306 ] }, { - "id": 18306, + "id": 20736, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 272, - 273, - 274, - 275, - 276 + 306 ] }, { - "id": 18307, + "id": 20737, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20738, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20739, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 277, - 278, - 279, - 280, - 281 + 307 ] }, { - "id": 18308, + "id": 20740, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 277, - 278, - 279, - 280, - 281 + 307 ] } ] }, { - "id": 780, - "name": "lectern", - "translation_key": "block.minecraft.lectern", - "item_id": 648, + "id": 870, + "name": "white_candle", + "translation_key": "block.minecraft.white_candle", + "item_id": 1230, "properties": [ { - "name": "facing", + "name": "candles", "values": [ - "north", - "south", - "west", - "east" + "1", + "2", + "3", + "4" ] }, { - "name": "has_book", + "name": "lit", "values": [ "true", "false" ] }, { - "name": "powered", + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 18312, + "default_state_id": 20744, "states": [ { - "id": 18309, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 - }, - { - "id": 18310, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 - }, - { - "id": 18311, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 - }, - { - "id": 18312, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 - }, - { - "id": 18313, - "luminance": 0, - "opaque": true, + "id": 20741, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 304 + ] }, { - "id": 18314, - "luminance": 0, - "opaque": true, + "id": 20742, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 304 + ] }, { - "id": 18315, + "id": 20743, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 304 + ] }, { - "id": 18316, + "id": 20744, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 304 + ] }, { - "id": 18317, - "luminance": 0, - "opaque": true, + "id": 20745, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 305 + ] }, { - "id": 18318, - "luminance": 0, - "opaque": true, + "id": 20746, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 305 + ] }, { - "id": 18319, + "id": 20747, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 305 + ] }, { - "id": 18320, + "id": 20748, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 305 + ] }, { - "id": 18321, - "luminance": 0, - "opaque": true, + "id": 20749, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 306 + ] }, { - "id": 18322, - "luminance": 0, - "opaque": true, + "id": 20750, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 306 + ] }, { - "id": 18323, + "id": 20751, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 + 306 + ] }, { - "id": 18324, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 70, - 282 - ], - "block_entity_type": 29 - } - ] - }, - { - "id": 781, - "name": "smithing_table", - "translation_key": "block.minecraft.smithing_table", - "item_id": 1160, - "properties": [], - "default_state_id": 18325, - "states": [ - { - "id": 18325, + "id": 20752, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 782, - "name": "stonecutter", - "translation_key": "block.minecraft.stonecutter", - "item_id": 1161, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 306 ] - } - ], - "default_state_id": 18326, - "states": [ + }, { - "id": 18326, - "luminance": 0, - "opaque": true, + "id": 20753, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 283 + 307 ] }, { - "id": 18327, - "luminance": 0, - "opaque": true, + "id": 20754, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 283 + 307 ] }, { - "id": 18328, + "id": 20755, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 283 + 307 ] }, { - "id": 18329, + "id": 20756, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 283 + 307 ] } ] }, { - "id": 783, - "name": "bell", - "translation_key": "block.minecraft.bell", - "item_id": 1162, + "id": 871, + "name": "orange_candle", + "translation_key": "block.minecraft.orange_candle", + "item_id": 1231, "properties": [ { - "name": "attachment", + "name": "candles", "values": [ - "floor", - "ceiling", - "single_wall", - "double_wall" + "1", + "2", + "3", + "4" ] }, { - "name": "facing", + "name": "lit", "values": [ - "north", - "south", - "west", - "east" + "true", + "false" ] }, { - "name": "powered", + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 18331, + "default_state_id": 20760, "states": [ { - "id": 18330, - "luminance": 0, - "opaque": true, + "id": 20757, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 284 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18331, - "luminance": 0, - "opaque": true, + "id": 20758, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 284 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18332, + "id": 20759, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 284 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18333, + "id": 20760, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 284 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18334, - "luminance": 0, - "opaque": true, + "id": 20761, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 285 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18335, - "luminance": 0, - "opaque": true, + "id": 20762, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 285 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18336, + "id": 20763, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 285 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18337, + "id": 20764, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 285 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18338, - "luminance": 0, - "opaque": true, + "id": 20765, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18339, - "luminance": 0, - "opaque": true, + "id": 20766, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18340, + "id": 20767, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18341, + "id": 20768, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18342, - "luminance": 0, - "opaque": true, + "id": 20769, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18343, - "luminance": 0, - "opaque": true, + "id": 20770, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18344, + "id": 20771, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18345, + "id": 20772, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 288 - ], - "block_entity_type": 30 + 307 + ] + } + ] + }, + { + "id": 872, + "name": "magenta_candle", + "translation_key": "block.minecraft.magenta_candle", + "item_id": 1232, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] }, { - "id": 18346, - "luminance": 0, - "opaque": true, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20776, + "states": [ + { + "id": 20773, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 289 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18347, - "luminance": 0, - "opaque": true, + "id": 20774, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 289 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18348, + "id": 20775, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 290 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18349, + "id": 20776, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 290 - ], - "block_entity_type": 30 + 304 + ] }, { - "id": 18350, - "luminance": 0, - "opaque": true, + "id": 20777, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 291 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18351, - "luminance": 0, - "opaque": true, + "id": 20778, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 291 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18352, + "id": 20779, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 292 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18353, + "id": 20780, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 292 - ], - "block_entity_type": 30 + 305 + ] }, { - "id": 18354, - "luminance": 0, - "opaque": true, + "id": 20781, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 293 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18355, - "luminance": 0, - "opaque": true, + "id": 20782, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 293 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18356, + "id": 20783, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 293 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18357, + "id": 20784, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 293 - ], - "block_entity_type": 30 + 306 + ] }, { - "id": 18358, - "luminance": 0, - "opaque": true, + "id": 20785, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 294 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18359, - "luminance": 0, - "opaque": true, + "id": 20786, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 294 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18360, + "id": 20787, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 294 - ], - "block_entity_type": 30 + 307 + ] }, { - "id": 18361, + "id": 20788, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 286, - 287, - 294 - ], - "block_entity_type": 30 + 307 + ] } ] }, { - "id": 784, - "name": "lantern", - "translation_key": "block.minecraft.lantern", - "item_id": 1163, + "id": 873, + "name": "light_blue_candle", + "translation_key": "block.minecraft.light_blue_candle", + "item_id": 1233, "properties": [ { - "name": "hanging", + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", "values": [ "true", "false" @@ -215053,136 +244150,183 @@ ] } ], - "default_state_id": 18365, + "default_state_id": 20792, "states": [ { - "id": 18362, - "luminance": 15, + "id": 20789, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 295, - 296 + 304 ] }, { - "id": 18363, - "luminance": 15, + "id": 20790, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 295, - 296 + 304 ] }, { - "id": 18364, - "luminance": 15, + "id": 20791, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 297, - 298 + 304 ] }, { - "id": 18365, - "luminance": 15, + "id": 20792, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 297, - 298 + 304 ] - } - ] - }, - { - "id": 785, - "name": "soul_lantern", - "translation_key": "block.minecraft.soul_lantern", - "item_id": 1164, - "properties": [ + }, { - "name": "hanging", - "values": [ - "true", - "false" + "id": 20793, + "luminance": 6, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 305 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 20794, + "luminance": 6, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 305 ] - } - ], - "default_state_id": 18369, - "states": [ + }, { - "id": 18366, - "luminance": 10, + "id": 20795, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 295, - 296 + 305 ] }, { - "id": 18367, - "luminance": 10, + "id": 20796, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 295, - 296 + 305 ] }, { - "id": 18368, - "luminance": 10, + "id": 20797, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 297, - 298 + 306 ] }, { - "id": 18369, - "luminance": 10, + "id": 20798, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 297, - 298 + 306 + ] + }, + { + "id": 20799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 20800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 20801, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20802, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 ] } ] }, { - "id": 786, - "name": "campfire", - "translation_key": "block.minecraft.campfire", - "item_id": 1167, + "id": 874, + "name": "yellow_candle", + "translation_key": "block.minecraft.yellow_candle", + "item_id": 1234, "properties": [ { - "name": "facing", + "name": "candles", "values": [ - "north", - "south", - "west", - "east" + "1", + "2", + "3", + "4" ] }, { @@ -215192,13 +244336,6 @@ "false" ] }, - { - "name": "signal_fire", - "values": [ - "true", - "false" - ] - }, { "name": "waterlogged", "values": [ @@ -215207,375 +244344,377 @@ ] } ], - "default_state_id": 18373, + "default_state_id": 20808, "states": [ { - "id": 18370, - "luminance": 15, + "id": 20805, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18371, - "luminance": 15, + "id": 20806, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18372, - "luminance": 15, + "id": 20807, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18373, - "luminance": 15, + "id": 20808, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18374, - "luminance": 0, + "id": 20809, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18375, - "luminance": 0, + "id": 20810, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18376, + "id": 20811, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18377, + "id": 20812, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18378, - "luminance": 15, + "id": 20813, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18379, - "luminance": 15, + "id": 20814, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18380, - "luminance": 15, + "id": 20815, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18381, - "luminance": 15, + "id": 20816, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18382, - "luminance": 0, + "id": 20817, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18383, - "luminance": 0, + "id": 20818, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18384, + "id": 20819, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18385, + "id": 20820, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] + } + ] + }, + { + "id": 875, + "name": "lime_candle", + "translation_key": "block.minecraft.lime_candle", + "item_id": 1235, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] }, { - "id": 18386, - "luminance": 15, + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20824, + "states": [ + { + "id": 20821, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18387, - "luminance": 15, + "id": 20822, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18388, - "luminance": 15, + "id": 20823, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18389, - "luminance": 15, + "id": 20824, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18390, - "luminance": 0, + "id": 20825, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18391, - "luminance": 0, + "id": 20826, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18392, + "id": 20827, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18393, + "id": 20828, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18394, - "luminance": 15, + "id": 20829, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18395, - "luminance": 15, + "id": 20830, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18396, - "luminance": 15, + "id": 20831, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18397, - "luminance": 15, + "id": 20832, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18398, - "luminance": 0, + "id": 20833, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18399, - "luminance": 0, + "id": 20834, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18400, + "id": 20835, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18401, + "id": 20836, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] } ] }, { - "id": 787, - "name": "soul_campfire", - "translation_key": "block.minecraft.soul_campfire", - "item_id": 1168, + "id": 876, + "name": "pink_candle", + "translation_key": "block.minecraft.pink_candle", + "item_id": 1236, "properties": [ { - "name": "facing", + "name": "candles", "values": [ - "north", - "south", - "west", - "east" + "1", + "2", + "3", + "4" ] }, { @@ -215585,13 +244724,6 @@ "false" ] }, - { - "name": "signal_fire", - "values": [ - "true", - "false" - ] - }, { "name": "waterlogged", "values": [ @@ -215600,1564 +244732,1548 @@ ] } ], - "default_state_id": 18405, + "default_state_id": 20840, "states": [ { - "id": 18402, - "luminance": 10, + "id": 20837, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18403, - "luminance": 10, + "id": 20838, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18404, - "luminance": 10, + "id": 20839, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18405, - "luminance": 10, + "id": 20840, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18406, - "luminance": 0, + "id": 20841, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18407, - "luminance": 0, + "id": 20842, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18408, + "id": 20843, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18409, + "id": 20844, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18410, - "luminance": 10, + "id": 20845, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18411, - "luminance": 10, + "id": 20846, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18412, - "luminance": 10, + "id": 20847, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18413, - "luminance": 10, + "id": 20848, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18414, - "luminance": 0, + "id": 20849, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18415, - "luminance": 0, + "id": 20850, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18416, + "id": 20851, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18417, + "id": 20852, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] + } + ] + }, + { + "id": 877, + "name": "gray_candle", + "translation_key": "block.minecraft.gray_candle", + "item_id": 1237, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] }, { - "id": 18418, - "luminance": 10, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20856, + "states": [ + { + "id": 20853, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18419, - "luminance": 10, + "id": 20854, + "luminance": 3, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18420, - "luminance": 10, + "id": 20855, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18421, - "luminance": 10, + "id": 20856, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 304 + ] }, { - "id": 18422, - "luminance": 0, + "id": 20857, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18423, - "luminance": 0, + "id": 20858, + "luminance": 6, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18424, + "id": 20859, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18425, + "id": 20860, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 305 + ] }, { - "id": 18426, - "luminance": 10, + "id": 20861, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18427, - "luminance": 10, + "id": 20862, + "luminance": 9, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18428, - "luminance": 10, + "id": 20863, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18429, - "luminance": 10, + "id": 20864, + "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 306 + ] }, { - "id": 18430, - "luminance": 0, + "id": 20865, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18431, - "luminance": 0, + "id": 20866, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18432, + "id": 20867, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] }, { - "id": 18433, + "id": 20868, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 299 - ], - "block_entity_type": 32 + 307 + ] } ] }, { - "id": 788, - "name": "sweet_berry_bush", - "translation_key": "block.minecraft.sweet_berry_bush", - "item_id": 1165, + "id": 878, + "name": "light_gray_candle", + "translation_key": "block.minecraft.light_gray_candle", + "item_id": 1238, "properties": [ { - "name": "age", + "name": "candles", "values": [ - "0", "1", "2", - "3" + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 18434, + "default_state_id": 20872, "states": [ { - "id": 18434, - "luminance": 0, + "id": 20869, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18435, - "luminance": 0, + "id": 20870, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18436, + "id": 20871, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18437, + "id": 20872, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 789, - "name": "warped_stem", - "translation_key": "block.minecraft.warped_stem", - "item_id": 121, - "properties": [ + "collision_shapes": [ + 304 + ] + }, { - "name": "axis", - "values": [ - "x", - "y", - "z" + "id": 20873, + "luminance": 6, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 305 ] - } - ], - "default_state_id": 18439, - "states": [ + }, { - "id": 18438, - "luminance": 0, - "opaque": true, + "id": 20874, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 305 ] }, { - "id": 18439, + "id": 20875, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 305 ] }, { - "id": 18440, + "id": 20876, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 305 ] - } - ] - }, - { - "id": 790, - "name": "stripped_warped_stem", - "translation_key": "block.minecraft.stripped_warped_stem", - "item_id": 132, - "properties": [ + }, { - "name": "axis", - "values": [ - "x", - "y", - "z" + "id": 20877, + "luminance": 9, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 306 ] - } - ], - "default_state_id": 18442, - "states": [ + }, { - "id": 18441, - "luminance": 0, - "opaque": true, + "id": 20878, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18442, + "id": 20879, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18443, + "id": 20880, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] - } - ] - }, - { - "id": 791, - "name": "warped_hyphae", - "translation_key": "block.minecraft.warped_hyphae", - "item_id": 153, - "properties": [ + }, { - "name": "axis", - "values": [ - "x", - "y", - "z" + "id": 20881, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 ] - } - ], - "default_state_id": 18445, - "states": [ + }, { - "id": 18444, - "luminance": 0, - "opaque": true, + "id": 20882, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] }, { - "id": 18445, + "id": 20883, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] }, { - "id": 18446, + "id": 20884, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] } ] }, { - "id": 792, - "name": "stripped_warped_hyphae", - "translation_key": "block.minecraft.stripped_warped_hyphae", - "item_id": 142, + "id": 879, + "name": "cyan_candle", + "translation_key": "block.minecraft.cyan_candle", + "item_id": 1239, "properties": [ { - "name": "axis", + "name": "candles", "values": [ - "x", - "y", - "z" + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 18448, + "default_state_id": 20888, "states": [ { - "id": 18447, - "luminance": 0, - "opaque": true, + "id": 20885, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] }, { - "id": 18448, - "luminance": 0, - "opaque": true, + "id": 20886, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] }, { - "id": 18449, + "id": 20887, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] - } - ] - }, - { - "id": 793, - "name": "warped_nylium", - "translation_key": "block.minecraft.warped_nylium", - "item_id": 21, - "properties": [], - "default_state_id": 18450, - "states": [ + }, { - "id": 18450, + "id": 20888, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] - } - ] - }, - { - "id": 794, - "name": "warped_fungus", - "translation_key": "block.minecraft.warped_fungus", - "item_id": 215, - "properties": [], - "default_state_id": 18451, - "states": [ + }, { - "id": 18451, - "luminance": 0, + "id": 20889, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 795, - "name": "warped_wart_block", - "translation_key": "block.minecraft.warped_wart_block", - "item_id": 496, - "properties": [], - "default_state_id": 18452, - "states": [ - { - "id": 18452, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, "collision_shapes": [ - 0 + 305 ] - } - ] - }, - { - "id": 796, - "name": "warped_roots", - "translation_key": "block.minecraft.warped_roots", - "item_id": 217, - "properties": [], - "default_state_id": 18453, - "states": [ + }, { - "id": 18453, - "luminance": 0, + "id": 20890, + "luminance": 6, "opaque": false, - "replaceable": true, + "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 797, - "name": "nether_sprouts", - "translation_key": "block.minecraft.nether_sprouts", - "item_id": 218, - "properties": [], - "default_state_id": 18454, - "states": [ + "collision_shapes": [ + 305 + ] + }, { - "id": 18454, + "id": 20891, "luminance": 0, "opaque": false, - "replaceable": true, + "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 798, - "name": "crimson_stem", - "translation_key": "block.minecraft.crimson_stem", - "item_id": 120, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" + "collision_shapes": [ + 305 ] - } - ], - "default_state_id": 18456, - "states": [ + }, { - "id": 18455, + "id": 20892, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 305 ] }, { - "id": 18456, - "luminance": 0, - "opaque": true, + "id": 20893, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18457, - "luminance": 0, - "opaque": true, + "id": 20894, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 799, - "name": "stripped_crimson_stem", - "translation_key": "block.minecraft.stripped_crimson_stem", - "item_id": 131, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" + 306 ] - } - ], - "default_state_id": 18459, - "states": [ + }, { - "id": 18458, + "id": 20895, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18459, + "id": 20896, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18460, - "luminance": 0, - "opaque": true, + "id": 20897, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 800, - "name": "crimson_hyphae", - "translation_key": "block.minecraft.crimson_hyphae", - "item_id": 152, - "properties": [ - { - "name": "axis", - "values": [ - "x", - "y", - "z" + 307 ] - } - ], - "default_state_id": 18462, - "states": [ + }, { - "id": 18461, - "luminance": 0, - "opaque": true, + "id": 20898, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] }, { - "id": 18462, + "id": 20899, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] }, { - "id": 18463, + "id": 20900, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] } ] }, { - "id": 801, - "name": "stripped_crimson_hyphae", - "translation_key": "block.minecraft.stripped_crimson_hyphae", - "item_id": 141, + "id": 880, + "name": "purple_candle", + "translation_key": "block.minecraft.purple_candle", + "item_id": 1240, "properties": [ { - "name": "axis", + "name": "candles", "values": [ - "x", - "y", - "z" + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 18465, + "default_state_id": 20904, "states": [ { - "id": 18464, - "luminance": 0, - "opaque": true, + "id": 20901, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] }, { - "id": 18465, - "luminance": 0, - "opaque": true, + "id": 20902, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] }, { - "id": 18466, + "id": 20903, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] - } - ] - }, - { - "id": 802, - "name": "crimson_nylium", - "translation_key": "block.minecraft.crimson_nylium", - "item_id": 20, - "properties": [], - "default_state_id": 18467, - "states": [ + }, { - "id": 18467, + "id": 20904, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 304 ] - } - ] - }, - { - "id": 803, - "name": "crimson_fungus", - "translation_key": "block.minecraft.crimson_fungus", - "item_id": 214, - "properties": [], - "default_state_id": 18468, - "states": [ + }, { - "id": 18468, - "luminance": 0, + "id": 20905, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 804, - "name": "shroomlight", - "translation_key": "block.minecraft.shroomlight", - "item_id": 1169, - "properties": [], - "default_state_id": 18469, - "states": [ - { - "id": 18469, - "luminance": 15, - "opaque": true, - "replaceable": false, - "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 805, - "name": "weeping_vines", - "translation_key": "block.minecraft.weeping_vines", - "item_id": 219, - "properties": [ - { - "name": "age", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" + 305 ] - } - ], - "default_state_id": 18470, - "states": [ + }, { - "id": 18470, - "luminance": 0, + "id": 20906, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18471, + "id": 20907, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18472, + "id": 20908, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18473, - "luminance": 0, + "id": 20909, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18474, - "luminance": 0, + "id": 20910, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18475, + "id": 20911, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18476, + "id": 20912, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18477, - "luminance": 0, + "id": 20913, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18478, - "luminance": 0, + "id": 20914, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18479, + "id": 20915, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18480, + "id": 20916, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 881, + "name": "blue_candle", + "translation_key": "block.minecraft.blue_candle", + "item_id": 1241, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] }, { - "id": 18481, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20920, + "states": [ + { + "id": 20917, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18482, - "luminance": 0, + "id": 20918, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18483, + "id": 20919, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18484, + "id": 20920, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18485, - "luminance": 0, + "id": 20921, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18486, - "luminance": 0, + "id": 20922, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18487, + "id": 20923, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18488, + "id": 20924, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18489, - "luminance": 0, + "id": 20925, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18490, - "luminance": 0, + "id": 20926, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18491, + "id": 20927, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18492, + "id": 20928, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18493, - "luminance": 0, + "id": 20929, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18494, - "luminance": 0, + "id": 20930, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18495, + "id": 20931, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 806, - "name": "weeping_vines_plant", - "translation_key": "block.minecraft.weeping_vines_plant", - "item_id": 0, - "properties": [], - "default_state_id": 18496, - "states": [ + "collision_shapes": [ + 307 + ] + }, { - "id": 18496, + "id": 20932, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] } ] }, { - "id": 807, - "name": "twisting_vines", - "translation_key": "block.minecraft.twisting_vines", - "item_id": 220, + "id": 882, + "name": "brown_candle", + "translation_key": "block.minecraft.brown_candle", + "item_id": 1242, "properties": [ { - "name": "age", + "name": "candles", "values": [ - "0", "1", "2", "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] } ], - "default_state_id": 18497, + "default_state_id": 20936, "states": [ { - "id": 18497, - "luminance": 0, + "id": 20933, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18498, - "luminance": 0, + "id": 20934, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18499, + "id": 20935, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18500, + "id": 20936, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18501, - "luminance": 0, + "id": 20937, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18502, - "luminance": 0, + "id": 20938, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18503, + "id": 20939, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18504, + "id": 20940, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18505, - "luminance": 0, + "id": 20941, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18506, - "luminance": 0, + "id": 20942, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18507, + "id": 20943, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18508, + "id": 20944, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18509, - "luminance": 0, + "id": 20945, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18510, - "luminance": 0, + "id": 20946, + "luminance": 12, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18511, + "id": 20947, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] }, { - "id": 18512, + "id": 20948, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 883, + "name": "green_candle", + "translation_key": "block.minecraft.green_candle", + "item_id": 1243, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] }, { - "id": 18513, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20952, + "states": [ + { + "id": 20949, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18514, - "luminance": 0, + "id": 20950, + "luminance": 3, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18515, + "id": 20951, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18516, + "id": 20952, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 304 + ] }, { - "id": 18517, - "luminance": 0, + "id": 20953, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18518, - "luminance": 0, + "id": 20954, + "luminance": 6, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18519, + "id": 20955, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18520, + "id": 20956, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 305 + ] }, { - "id": 18521, - "luminance": 0, + "id": 20957, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] + "collision_shapes": [ + 306 + ] }, { - "id": 18522, - "luminance": 0, + "id": 20958, + "luminance": 9, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 808, - "name": "twisting_vines_plant", - "translation_key": "block.minecraft.twisting_vines_plant", - "item_id": 0, - "properties": [], - "default_state_id": 18523, - "states": [ + "collision_shapes": [ + 306 + ] + }, { - "id": 18523, + "id": 20959, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 809, - "name": "crimson_roots", - "translation_key": "block.minecraft.crimson_roots", - "item_id": 216, - "properties": [], - "default_state_id": 18524, - "states": [ + "collision_shapes": [ + 306 + ] + }, { - "id": 18524, + "id": 20960, "luminance": 0, "opaque": false, - "replaceable": true, + "replaceable": false, "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 810, - "name": "crimson_planks", - "translation_key": "block.minecraft.crimson_planks", - "item_id": 32, - "properties": [], - "default_state_id": 18525, - "states": [ + "collision_shapes": [ + 306 + ] + }, { - "id": 18525, + "id": 20961, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20962, + "luminance": 12, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 20963, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] - } - ] - }, - { - "id": 811, - "name": "warped_planks", - "translation_key": "block.minecraft.warped_planks", - "item_id": 33, - "properties": [], - "default_state_id": 18526, - "states": [ + }, { - "id": 18526, + "id": 20964, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 307 ] } ] }, { - "id": 812, - "name": "crimson_slab", - "translation_key": "block.minecraft.crimson_slab", - "item_id": 240, + "id": 884, + "name": "red_candle", + "translation_key": "block.minecraft.red_candle", + "item_id": 1244, "properties": [ { - "name": "type", + "name": "candles", "values": [ - "top", - "bottom", - "double" + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" ] }, { @@ -217168,246 +246284,187 @@ ] } ], - "default_state_id": 18530, + "default_state_id": 20968, "states": [ { - "id": 18527, - "luminance": 0, - "opaque": true, + "id": 20965, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 201 + 304 ] }, { - "id": 18528, - "luminance": 0, - "opaque": true, + "id": 20966, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 201 + 304 ] }, { - "id": 18529, + "id": 20967, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51 + 304 ] }, { - "id": 18530, + "id": 20968, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51 + 304 ] }, { - "id": 18531, - "luminance": 0, - "opaque": true, + "id": 20969, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 305 ] }, { - "id": 18532, - "luminance": 0, - "opaque": true, + "id": 20970, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 813, - "name": "warped_slab", - "translation_key": "block.minecraft.warped_slab", - "item_id": 241, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 305 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18536, - "states": [ - { - "id": 18533, + "id": 20971, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 201 + 305 ] }, { - "id": 18534, + "id": 20972, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 201 + 305 ] }, { - "id": 18535, - "luminance": 0, - "opaque": true, + "id": 20973, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51 + 306 ] }, { - "id": 18536, - "luminance": 0, - "opaque": true, + "id": 20974, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 51 + 306 ] }, { - "id": 18537, + "id": 20975, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 + 306 ] }, { - "id": 18538, + "id": 20976, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 814, - "name": "crimson_pressure_plate", - "translation_key": "block.minecraft.crimson_pressure_plate", - "item_id": 686, - "properties": [ - { - "name": "powered", - "values": [ - "true", - "false" + 306 ] - } - ], - "default_state_id": 18540, - "states": [ + }, { - "id": 18539, - "luminance": 0, + "id": 20977, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 307 + ] }, { - "id": 18540, - "luminance": 0, + "id": 20978, + "luminance": 12, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 815, - "name": "warped_pressure_plate", - "translation_key": "block.minecraft.warped_pressure_plate", - "item_id": 687, - "properties": [ - { - "name": "powered", - "values": [ - "true", - "false" + "blocks_motion": false, + "collision_shapes": [ + 307 ] - } - ], - "default_state_id": 18542, - "states": [ + }, { - "id": 18541, + "id": 20979, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 307 + ] }, { - "id": 18542, + "id": 20980, "luminance": 0, "opaque": false, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] + "blocks_motion": false, + "collision_shapes": [ + 307 + ] } ] }, { - "id": 816, - "name": "crimson_fence", - "translation_key": "block.minecraft.crimson_fence", - "item_id": 298, + "id": 885, + "name": "black_candle", + "translation_key": "block.minecraft.black_candle", + "item_id": 1245, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", + "name": "candles", "values": [ - "true", - "false" + "1", + "2", + "3", + "4" ] }, { - "name": "south", + "name": "lit", "values": [ "true", "false" @@ -217419,783 +246476,1056 @@ "true", "false" ] - }, - { - "name": "west", - "values": [ - "true", - "false" - ] } ], - "default_state_id": 18574, + "default_state_id": 20984, "states": [ { - "id": 18543, - "luminance": 0, - "opaque": true, + "id": 20981, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 76, - 77 + 304 ] }, { - "id": 18544, - "luminance": 0, - "opaque": true, + "id": 20982, + "luminance": 3, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 78, - 79 + 304 ] }, { - "id": 18545, + "id": 20983, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 76, - 77 + 304 ] }, { - "id": 18546, + "id": 20984, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 78, - 79 + 304 ] }, { - "id": 18547, - "luminance": 0, - "opaque": true, + "id": 20985, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 76 + 305 ] }, { - "id": 18548, - "luminance": 0, - "opaque": true, + "id": 20986, + "luminance": 6, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 80, - 79 + 305 ] }, { - "id": 18549, + "id": 20987, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 76 + 305 ] }, { - "id": 18550, + "id": 20988, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 80, - 79 + 305 ] }, { - "id": 18551, - "luminance": 0, - "opaque": true, + "id": 20989, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 77 + 306 ] }, { - "id": 18552, - "luminance": 0, - "opaque": true, + "id": 20990, + "luminance": 9, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 81, - 79 + 306 ] }, { - "id": 18553, + "id": 20991, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75, - 77 + 306 ] }, { - "id": 18554, + "id": 20992, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 81, - 79 + 306 ] }, { - "id": 18555, - "luminance": 0, - "opaque": true, + "id": 20993, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75 + 307 ] }, { - "id": 18556, - "luminance": 0, - "opaque": true, + "id": 20994, + "luminance": 12, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 82 + 307 ] }, { - "id": 18557, + "id": 20995, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, - "blocks_motion": true, + "blocks_motion": false, "collision_shapes": [ - 75 + 307 ] }, { - "id": 18558, + "id": 20996, "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 886, + "name": "candle_cake", + "translation_key": "block.minecraft.candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 20998, + "states": [ + { + "id": 20997, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 85, + 308 ] }, { - "id": 18559, + "id": 20998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 85, + 308 ] - }, + } + ] + }, + { + "id": 887, + "name": "white_candle_cake", + "translation_key": "block.minecraft.white_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18560, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21000, + "states": [ + { + "id": 20999, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 85, + 308 ] }, { - "id": 18561, + "id": 21000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 85, + 308 ] - }, + } + ] + }, + { + "id": 888, + "name": "orange_candle_cake", + "translation_key": "block.minecraft.orange_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18562, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21002, + "states": [ + { + "id": 21001, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 85, + 308 ] }, { - "id": 18563, + "id": 21002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 85, + 308 ] - }, + } + ] + }, + { + "id": 889, + "name": "magenta_candle_cake", + "translation_key": "block.minecraft.magenta_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18564, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21004, + "states": [ + { + "id": 21003, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 85, + 308 ] }, { - "id": 18565, + "id": 21004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 85, + 308 ] - }, + } + ] + }, + { + "id": 890, + "name": "light_blue_candle_cake", + "translation_key": "block.minecraft.light_blue_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18566, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21006, + "states": [ + { + "id": 21005, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 85, + 308 ] }, { - "id": 18567, + "id": 21006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 85, + 308 ] - }, + } + ] + }, + { + "id": 891, + "name": "yellow_candle_cake", + "translation_key": "block.minecraft.yellow_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18568, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21008, + "states": [ + { + "id": 21007, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 85, + 308 ] }, { - "id": 18569, + "id": 21008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 85, + 308 ] - }, + } + ] + }, + { + "id": 892, + "name": "lime_candle_cake", + "translation_key": "block.minecraft.lime_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21010, + "states": [ { - "id": 18570, - "luminance": 0, + "id": 21009, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 85, + 308 ] }, { - "id": 18571, + "id": 21010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 85, + 308 ] - }, + } + ] + }, + { + "id": 893, + "name": "pink_candle_cake", + "translation_key": "block.minecraft.pink_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18572, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 84 + "name": "lit", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 21012, + "states": [ { - "id": 18573, - "luminance": 0, + "id": 21011, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 85, + 308 ] }, { - "id": 18574, + "id": 21012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 85, + 308 ] } ] }, { - "id": 817, - "name": "warped_fence", - "translation_key": "block.minecraft.warped_fence", - "item_id": 299, + "id": 894, + "name": "gray_candle_cake", + "translation_key": "block.minecraft.gray_candle_cake", + "item_id": 0, "properties": [ { - "name": "east", - "values": [ - "true", - "false" - ] - }, - { - "name": "north", - "values": [ - "true", - "false" - ] - }, - { - "name": "south", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - }, - { - "name": "west", + "name": "lit", "values": [ "true", "false" ] } ], - "default_state_id": 18606, + "default_state_id": 21014, "states": [ { - "id": 18575, - "luminance": 0, + "id": 21013, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 85, + 308 ] }, { - "id": 18576, + "id": 21014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 895, + "name": "light_gray_candle_cake", + "translation_key": "block.minecraft.light_gray_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18577, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21016, + "states": [ + { + "id": 21015, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76, - 77 + 85, + 308 ] }, { - "id": 18578, + "id": 21016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 896, + "name": "cyan_candle_cake", + "translation_key": "block.minecraft.cyan_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18579, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21018, + "states": [ + { + "id": 21017, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 85, + 308 ] }, { - "id": 18580, + "id": 21018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 897, + "name": "purple_candle_cake", + "translation_key": "block.minecraft.purple_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18581, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21020, + "states": [ + { + "id": 21019, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 76 + 85, + 308 ] }, { - "id": 18582, + "id": 21020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 898, + "name": "blue_candle_cake", + "translation_key": "block.minecraft.blue_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18583, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21022, + "states": [ + { + "id": 21021, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 85, + 308 ] }, { - "id": 18584, + "id": 21022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 899, + "name": "brown_candle_cake", + "translation_key": "block.minecraft.brown_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18585, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21024, + "states": [ + { + "id": 21023, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75, - 77 + 85, + 308 ] }, { - "id": 18586, + "id": 21024, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81, - 79 + 85, + 308 ] - }, + } + ] + }, + { + "id": 900, + "name": "green_candle_cake", + "translation_key": "block.minecraft.green_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18587, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21026, + "states": [ + { + "id": 21025, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 85, + 308 ] }, { - "id": 18588, + "id": 21026, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 85, + 308 ] - }, + } + ] + }, + { + "id": 901, + "name": "red_candle_cake", + "translation_key": "block.minecraft.red_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18589, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21028, + "states": [ + { + "id": 21027, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 85, + 308 ] }, { - "id": 18590, + "id": 21028, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 82 + 85, + 308 ] - }, + } + ] + }, + { + "id": 902, + "name": "black_candle_cake", + "translation_key": "block.minecraft.black_candle_cake", + "item_id": 0, + "properties": [ { - "id": 18591, - "luminance": 0, + "name": "lit", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21030, + "states": [ + { + "id": 21029, + "luminance": 3, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 85, + 308 ] }, { - "id": 18592, + "id": 21030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 85, + 308 ] - }, + } + ] + }, + { + "id": 903, + "name": "amethyst_block", + "translation_key": "block.minecraft.amethyst_block", + "item_id": 85, + "properties": [], + "default_state_id": 21031, + "states": [ { - "id": 18593, + "id": 21031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76, - 77 + 0 ] - }, + } + ] + }, + { + "id": 904, + "name": "budding_amethyst", + "translation_key": "block.minecraft.budding_amethyst", + "item_id": 86, + "properties": [], + "default_state_id": 21032, + "states": [ { - "id": 18594, + "id": 21032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 0 + ] + } + ] + }, + { + "id": 905, + "name": "amethyst_cluster", + "translation_key": "block.minecraft.amethyst_cluster", + "item_id": 1249, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] }, { - "id": 18595, - "luminance": 0, - "opaque": true, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21042, + "states": [ + { + "id": 21033, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 309 ] }, { - "id": 18596, - "luminance": 0, - "opaque": true, + "id": 21034, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 309 ] }, { - "id": 18597, - "luminance": 0, - "opaque": true, + "id": 21035, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 76 + 310 ] }, { - "id": 18598, - "luminance": 0, - "opaque": true, + "id": 21036, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 80 + 310 ] }, { - "id": 18599, - "luminance": 0, - "opaque": true, + "id": 21037, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 311 ] }, { - "id": 18600, - "luminance": 0, - "opaque": true, + "id": 21038, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 311 ] }, { - "id": 18601, - "luminance": 0, - "opaque": true, + "id": 21039, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83, - 77 + 312 ] }, { - "id": 18602, - "luminance": 0, - "opaque": true, + "id": 21040, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 81 + 312 ] }, { - "id": 18603, - "luminance": 0, - "opaque": true, + "id": 21041, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 313 ] }, { - "id": 18604, - "luminance": 0, - "opaque": true, + "id": 21042, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 313 ] }, { - "id": 18605, - "luminance": 0, - "opaque": true, + "id": 21043, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 83 + 314 ] }, { - "id": 18606, - "luminance": 0, - "opaque": true, + "id": 21044, + "luminance": 5, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 84 + 314 ] } ] }, { - "id": 818, - "name": "crimson_trapdoor", - "translation_key": "block.minecraft.crimson_trapdoor", - "item_id": 710, + "id": 906, + "name": "large_amethyst_bud", + "translation_key": "block.minecraft.large_amethyst_bud", + "item_id": 1248, "properties": [ { "name": "facing", "values": [ "north", + "east", "south", "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" - ] - }, - { - "name": "powered", - "values": [ - "true", - "false" + "up", + "down" ] }, { @@ -218206,1459 +247536,1631 @@ ] } ], - "default_state_id": 18622, + "default_state_id": 21054, "states": [ { - "id": 18607, - "luminance": 0, + "id": 21045, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 315 ] }, { - "id": 18608, - "luminance": 0, + "id": 21046, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 315 ] }, { - "id": 18609, - "luminance": 0, + "id": 21047, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 316 ] }, { - "id": 18610, - "luminance": 0, + "id": 21048, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 316 ] }, { - "id": 18611, - "luminance": 0, + "id": 21049, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 317 ] }, { - "id": 18612, - "luminance": 0, + "id": 21050, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 317 ] }, { - "id": 18613, - "luminance": 0, + "id": 21051, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 318 ] }, { - "id": 18614, - "luminance": 0, + "id": 21052, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 318 ] }, { - "id": 18615, - "luminance": 0, + "id": 21053, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 319 ] }, { - "id": 18616, - "luminance": 0, + "id": 21054, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 319 ] }, { - "id": 18617, - "luminance": 0, + "id": 21055, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 320 ] }, { - "id": 18618, - "luminance": 0, + "id": 21056, + "luminance": 4, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 320 ] - }, + } + ] + }, + { + "id": 907, + "name": "medium_amethyst_bud", + "translation_key": "block.minecraft.medium_amethyst_bud", + "item_id": 1247, + "properties": [ { - "id": 18619, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] }, { - "id": 18620, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 + "name": "waterlogged", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 21066, + "states": [ { - "id": 18621, - "luminance": 0, + "id": 21057, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 321 ] }, { - "id": 18622, - "luminance": 0, + "id": 21058, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 321 ] }, { - "id": 18623, - "luminance": 0, + "id": 21059, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 322 ] }, { - "id": 18624, - "luminance": 0, + "id": 21060, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 322 ] }, { - "id": 18625, - "luminance": 0, + "id": 21061, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 323 ] }, { - "id": 18626, - "luminance": 0, + "id": 21062, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 323 ] }, { - "id": 18627, - "luminance": 0, + "id": 21063, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 324 ] }, { - "id": 18628, - "luminance": 0, + "id": 21064, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 324 ] }, { - "id": 18629, - "luminance": 0, + "id": 21065, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 325 ] }, { - "id": 18630, - "luminance": 0, + "id": 21066, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 325 ] }, { - "id": 18631, - "luminance": 0, + "id": 21067, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 326 ] }, { - "id": 18632, - "luminance": 0, + "id": 21068, + "luminance": 2, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 326 ] - }, + } + ] + }, + { + "id": 908, + "name": "small_amethyst_bud", + "translation_key": "block.minecraft.small_amethyst_bud", + "item_id": 1246, + "properties": [ { - "id": 18633, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 67 + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" ] }, { - "id": 18634, - "luminance": 0, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21078, + "states": [ + { + "id": 21069, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 327 ] }, { - "id": 18635, - "luminance": 0, + "id": 21070, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 327 ] }, { - "id": 18636, - "luminance": 0, + "id": 21071, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 328 ] }, { - "id": 18637, - "luminance": 0, + "id": 21072, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 328 ] }, { - "id": 18638, - "luminance": 0, + "id": 21073, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 329 ] }, { - "id": 18639, - "luminance": 0, + "id": 21074, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 329 ] }, { - "id": 18640, - "luminance": 0, + "id": 21075, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 330 ] }, { - "id": 18641, - "luminance": 0, + "id": 21076, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 330 ] }, { - "id": 18642, - "luminance": 0, + "id": 21077, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 331 ] }, { - "id": 18643, - "luminance": 0, + "id": 21078, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 331 ] }, { - "id": 18644, - "luminance": 0, + "id": 21079, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 126 ] }, { - "id": 18645, - "luminance": 0, + "id": 21080, + "luminance": 1, "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 126 ] - }, + } + ] + }, + { + "id": 909, + "name": "tuff", + "translation_key": "block.minecraft.tuff", + "item_id": 12, + "properties": [], + "default_state_id": 21081, + "states": [ { - "id": 18646, + "id": 21081, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 0 + ] + } + ] + }, + { + "id": 910, + "name": "tuff_slab", + "translation_key": "block.minecraft.tuff_slab", + "item_id": 13, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 18647, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21085, + "states": [ + { + "id": 21082, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 201 ] }, { - "id": 18648, + "id": 21083, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 201 ] }, { - "id": 18649, + "id": 21084, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51 ] }, { - "id": 18650, + "id": 21085, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51 ] }, { - "id": 18651, + "id": 21086, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 0 ] }, { - "id": 18652, + "id": 21087, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 0 + ] + } + ] + }, + { + "id": 911, + "name": "tuff_stairs", + "translation_key": "block.minecraft.tuff_stairs", + "item_id": 14, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 18653, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 + "name": "half", + "values": [ + "top", + "bottom" ] }, { - "id": 18654, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 93 + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { - "id": 18655, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21099, + "states": [ + { + "id": 21088, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 41, + 42 ] }, { - "id": 18656, + "id": 21089, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 41, + 42 ] }, { - "id": 18657, + "id": 21090, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 43, + 44, + 45 ] }, { - "id": 18658, + "id": 21091, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 43, + 44, + 45 ] }, { - "id": 18659, + "id": 21092, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 41, + 46, + 47 ] }, { - "id": 18660, + "id": 21093, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 41, + 46, + 47 ] }, { - "id": 18661, + "id": 21094, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 48, + 42, + 49 ] }, { - "id": 18662, + "id": 21095, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 48, + 42, + 49 ] }, { - "id": 18663, + "id": 21096, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 44, + 50, + 45 ] }, { - "id": 18664, + "id": 21097, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 44, + 50, + 45 ] }, { - "id": 18665, + "id": 21098, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52 ] }, { - "id": 18666, + "id": 21099, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52 ] }, { - "id": 18667, + "id": 21100, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 50, + 49 ] }, { - "id": 18668, + "id": 21101, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 50, + 49 ] }, { - "id": 18669, + "id": 21102, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 52, + 45 ] }, { - "id": 18670, + "id": 21103, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 - ] - } - ] - }, - { - "id": 819, - "name": "warped_trapdoor", - "translation_key": "block.minecraft.warped_trapdoor", - "item_id": 711, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" - ] - }, - { - "name": "powered", - "values": [ - "true", - "false" + 51, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18686, - "states": [ - { - "id": 18671, + "id": 21104, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 53 ] }, { - "id": 18672, + "id": 21105, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 53 ] }, { - "id": 18673, + "id": 21106, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 49 ] }, { - "id": 18674, + "id": 21107, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 49 ] }, { - "id": 18675, + "id": 21108, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 52 ] }, { - "id": 18676, + "id": 21109, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 52 ] }, { - "id": 18677, + "id": 21110, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 44, + 53 ] }, { - "id": 18678, + "id": 21111, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 54, + 44, + 53 ] }, { - "id": 18679, + "id": 21112, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 43, + 46, + 49 ] }, { - "id": 18680, + "id": 21113, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 43, + 46, + 49 ] }, { - "id": 18681, + "id": 21114, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 46, + 50, + 49 ] }, { - "id": 18682, + "id": 21115, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 46, + 50, + 49 ] }, { - "id": 18683, + "id": 21116, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 18684, + "id": 21117, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 18685, + "id": 21118, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 42 ] }, { - "id": 18686, + "id": 21119, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 42 ] }, { - "id": 18687, + "id": 21120, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 42, + 49 ] }, { - "id": 18688, + "id": 21121, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 42, + 49 ] }, { - "id": 18689, + "id": 21122, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 50, + 45 ] }, { - "id": 18690, + "id": 21123, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 50, + 45 ] }, { - "id": 18691, + "id": 21124, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 45 ] }, { - "id": 18692, + "id": 21125, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 45 ] }, { - "id": 18693, + "id": 21126, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 47 ] }, { - "id": 18694, + "id": 21127, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 47 ] }, { - "id": 18695, + "id": 21128, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 56 ] }, { - "id": 18696, + "id": 21129, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 56 ] }, { - "id": 18697, + "id": 21130, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 46, + 49 ] }, { - "id": 18698, + "id": 21131, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 43, + 46, + 49 ] }, { - "id": 18699, + "id": 21132, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 43, + 44, + 45 ] }, { - "id": 18700, + "id": 21133, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 43, + 44, + 45 ] }, { - "id": 18701, + "id": 21134, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 18702, + "id": 21135, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 55, + 52, + 45 ] }, { - "id": 18703, + "id": 21136, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 48, + 42, + 49 ] }, { - "id": 18704, + "id": 21137, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 48, + 42, + 49 ] }, { - "id": 18705, + "id": 21138, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 50 ] }, { - "id": 18706, + "id": 21139, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 50 ] }, { - "id": 18707, + "id": 21140, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 45 ] }, { - "id": 18708, + "id": 21141, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 45 ] }, { - "id": 18709, + "id": 21142, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 49 ] }, { - "id": 18710, + "id": 21143, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 50, + 49 ] }, { - "id": 18711, + "id": 21144, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 47 ] }, { - "id": 18712, + "id": 21145, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 47 ] }, { - "id": 18713, + "id": 21146, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 53 ] }, { - "id": 18714, + "id": 21147, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51, + 53 ] }, { - "id": 18715, + "id": 21148, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 57, + 50 ] }, { - "id": 18716, + "id": 21149, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 57, + 50 ] }, { - "id": 18717, + "id": 21150, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 41, + 46, + 47 ] }, { - "id": 18718, + "id": 21151, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 41, + 46, + 47 ] }, { - "id": 18719, + "id": 21152, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 54, + 44, + 53 ] }, { - "id": 18720, + "id": 21153, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 54, + 44, + 53 ] }, { - "id": 18721, + "id": 21154, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 44, + 50, + 45 ] }, { - "id": 18722, + "id": 21155, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 44, + 50, + 45 ] }, { - "id": 18723, + "id": 21156, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 46, + 50, + 49 ] }, { - "id": 18724, + "id": 21157, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 46, + 50, + 49 ] }, { - "id": 18725, + "id": 21158, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 56 ] }, { - "id": 18726, + "id": 21159, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 92 + 51, + 56 ] }, { - "id": 18727, + "id": 21160, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52, + 45 ] }, { - "id": 18728, + "id": 21161, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52, + 45 ] }, { - "id": 18729, + "id": 21162, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 42, + 49 ] }, { - "id": 18730, + "id": 21163, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 42, + 49 ] }, { - "id": 18731, + "id": 21164, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 49 ] }, { - "id": 18732, + "id": 21165, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 49 ] }, { - "id": 18733, + "id": 21166, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 45 ] }, { - "id": 18734, + "id": 21167, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 93 + 51, + 45 ] } ] }, { - "id": 820, - "name": "crimson_fence_gate", - "translation_key": "block.minecraft.crimson_fence_gate", - "item_id": 721, + "id": 912, + "name": "tuff_wall", + "translation_key": "block.minecraft.tuff_wall", + "item_id": 15, "properties": [ { - "name": "facing", + "name": "east", "values": [ - "north", - "south", - "west", - "east" + "none", + "low", + "tall" ] }, { - "name": "in_wall", + "name": "north", "values": [ - "true", - "false" + "none", + "low", + "tall" ] }, { - "name": "open", + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", "values": [ "true", "false" ] }, { - "name": "powered", + "name": "waterlogged", "values": [ "true", "false" ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] } ], - "default_state_id": 18742, + "default_state_id": 21171, "states": [ { - "id": 18735, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 18736, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 18737, + "id": 21168, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 140 ] }, { - "id": 18738, + "id": 21169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 141, + 142, + 143 ] }, { - "id": 18739, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 18740, + "id": 21170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 18741, + "id": 21171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 140 ] }, { - "id": 18742, + "id": 21172, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 141, + 142, + 143 ] }, { - "id": 18743, + "id": 21173, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 18744, + "id": 21174, "luminance": 0, "opaque": true, "replaceable": false, @@ -219666,35 +249168,27 @@ "collision_shapes": [] }, { - "id": 18745, + "id": 21175, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144 ] }, { - "id": 18746, + "id": 21176, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144 ] }, { - "id": 18747, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [] - }, - { - "id": 18748, + "id": 21177, "luminance": 0, "opaque": true, "replaceable": false, @@ -219702,8143 +249196,8048 @@ "collision_shapes": [] }, { - "id": 18749, + "id": 21178, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144 ] }, { - "id": 18750, + "id": 21179, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144 ] }, { - "id": 18751, + "id": 21180, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 140, + 145 + ] }, { - "id": 18752, + "id": 21181, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18753, + "id": 21182, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 141, + 142, + 143, + 145 ] }, { - "id": 18754, + "id": 21183, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 140, + 145 ] }, { - "id": 18755, + "id": 21184, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18756, + "id": 21185, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18757, + "id": 21186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 146 ] }, { - "id": 18758, + "id": 21187, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 147 ] }, { - "id": 18759, + "id": 21188, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 144, + 147 + ] }, { - "id": 18760, + "id": 21189, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 146 + ] }, { - "id": 18761, + "id": 21190, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 147 ] }, { - "id": 18762, + "id": 21191, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 147 ] }, { - "id": 18763, + "id": 21192, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 140, + 145 + ] }, { - "id": 18764, + "id": 21193, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18765, + "id": 21194, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 141, + 142, + 143, + 145 ] }, { - "id": 18766, + "id": 21195, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 - ] - } - ] - }, - { - "id": 821, - "name": "warped_fence_gate", - "translation_key": "block.minecraft.warped_fence_gate", - "item_id": 722, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "in_wall", - "values": [ - "true", - "false" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" + 140, + 145 ] }, { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18774, - "states": [ - { - "id": 18767, + "id": 21196, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18768, + "id": 21197, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 18769, + "id": 21198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 146 ] }, { - "id": 18770, + "id": 21199, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144, + 147 ] }, { - "id": 18771, + "id": 21200, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 144, + 147 + ] }, { - "id": 18772, + "id": 21201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 146 + ] }, { - "id": 18773, + "id": 21202, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144, + 147 ] }, { - "id": 18774, + "id": 21203, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144, + 147 ] }, { - "id": 18775, + "id": 21204, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 140, + 148 + ] }, { - "id": 18776, + "id": 21205, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] }, { - "id": 18777, + "id": 21206, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 141, + 142, + 143, + 148 ] }, { - "id": 18778, + "id": 21207, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 140, + 148 ] }, { - "id": 18779, + "id": 21208, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] }, { - "id": 18780, + "id": 21209, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] }, { - "id": 18781, + "id": 21210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 149 ] }, { - "id": 18782, + "id": 21211, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 75 + 144, + 150 ] }, { - "id": 18783, + "id": 21212, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 144, + 150 + ] }, { - "id": 18784, + "id": 21213, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149 + ] }, { - "id": 18785, + "id": 21214, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 150 ] }, { - "id": 18786, + "id": 21215, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 150 ] }, { - "id": 18787, + "id": 21216, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 140, + 148, + 145 + ] }, { - "id": 18788, + "id": 21217, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 18789, + "id": 21218, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18790, + "id": 21219, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 140, + 148, + 145 ] }, { - "id": 18791, + "id": 21220, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 18792, + "id": 21221, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 18793, + "id": 21222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 151 ] }, { - "id": 18794, + "id": 21223, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 150, + 147 ] }, { - "id": 18795, + "id": 21224, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 144, + 150, + 147 + ] }, { - "id": 18796, + "id": 21225, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 151 + ] }, { - "id": 18797, + "id": 21226, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 + 144, + 150, + 147 ] }, { - "id": 18798, + "id": 21227, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 78 - ] - } - ] - }, - { - "id": 822, - "name": "crimson_stairs", - "translation_key": "block.minecraft.crimson_stairs", - "item_id": 371, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 144, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18810, - "states": [ - { - "id": 18799, + "id": 21228, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148, + 145 ] }, { - "id": 18800, + "id": 21229, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18801, + "id": 21230, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18802, + "id": 21231, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 145 ] }, { - "id": 18803, + "id": 21232, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18804, + "id": 21233, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18805, + "id": 21234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151 ] }, { - "id": 18806, + "id": 21235, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 18807, + "id": 21236, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 18808, + "id": 21237, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 151 ] }, { - "id": 18809, + "id": 21238, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 144, + 150, + 147 ] }, { - "id": 18810, + "id": 21239, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 144, + 150, + 147 ] }, { - "id": 18811, + "id": 21240, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148 ] }, { - "id": 18812, + "id": 21241, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 141, + 142, + 143, + 148 ] }, { - "id": 18813, + "id": 21242, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 141, + 142, + 143, + 148 ] }, { - "id": 18814, + "id": 21243, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148 ] }, { - "id": 18815, + "id": 21244, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148 ] }, { - "id": 18816, + "id": 21245, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 141, + 142, + 143, + 148 ] }, { - "id": 18817, + "id": 21246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 149 ] }, { - "id": 18818, + "id": 21247, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 144, + 150 ] }, { - "id": 18819, + "id": 21248, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 144, + 150 ] }, { - "id": 18820, + "id": 21249, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 149 ] }, { - "id": 18821, + "id": 21250, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150 ] }, { - "id": 18822, + "id": 21251, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 144, + 150 ] }, { - "id": 18823, + "id": 21252, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145 ] }, { - "id": 18824, + "id": 21253, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18825, + "id": 21254, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18826, + "id": 21255, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145 ] }, { - "id": 18827, + "id": 21256, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18828, + "id": 21257, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18829, + "id": 21258, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 151 ] }, { - "id": 18830, + "id": 21259, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 144, + 150, + 147 ] }, { - "id": 18831, + "id": 21260, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 144, + 150, + 147 ] }, { - "id": 18832, + "id": 21261, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151 ] }, { - "id": 18833, + "id": 21262, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 18834, + "id": 21263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 144, + 150, + 147 ] }, { - "id": 18835, + "id": 21264, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 148, + 145 ] }, { - "id": 18836, + "id": 21265, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18837, + "id": 21266, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18838, + "id": 21267, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145 ] }, { - "id": 18839, + "id": 21268, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18840, + "id": 21269, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 18841, + "id": 21270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151 ] }, { - "id": 18842, + "id": 21271, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 144, + 150, + 147 ] }, { - "id": 18843, + "id": 21272, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 144, + 150, + 147 ] }, { - "id": 18844, + "id": 21273, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 151 ] }, { - "id": 18845, + "id": 21274, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 18846, + "id": 21275, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 144, + 150, + 147 ] }, { - "id": 18847, + "id": 21276, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 152 ] }, { - "id": 18848, + "id": 21277, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143 ] }, { - "id": 18849, + "id": 21278, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143 ] }, { - "id": 18850, + "id": 21279, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 140, + 152 ] }, { - "id": 18851, + "id": 21280, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 18852, + "id": 21281, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 18853, + "id": 21282, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 154 ] }, { - "id": 18854, + "id": 21283, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153 ] }, { - "id": 18855, + "id": 21284, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153 ] }, { - "id": 18856, + "id": 21285, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 154 ] }, { - "id": 18857, + "id": 21286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153 ] }, { - "id": 18858, + "id": 21287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153 ] }, { - "id": 18859, + "id": 21288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 145, + 152 ] }, { - "id": 18860, + "id": 21289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 145 ] }, { - "id": 18861, + "id": 21290, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 18862, + "id": 21291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 145, + 152 ] }, { - "id": 18863, + "id": 21292, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 18864, + "id": 21293, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 18865, + "id": 21294, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 146, + 155 ] }, { - "id": 18866, + "id": 21295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 147 ] }, { - "id": 18867, + "id": 21296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 18868, + "id": 21297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 146, + 155 ] }, { - "id": 18869, + "id": 21298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 18870, + "id": 21299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 18871, + "id": 21300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 145, + 152 ] }, { - "id": 18872, + "id": 21301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 18873, + "id": 21302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 18874, + "id": 21303, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 145, + 152 ] }, { - "id": 18875, + "id": 21304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 18876, + "id": 21305, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 18877, + "id": 21306, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 146, + 155 ] }, { - "id": 18878, + "id": 21307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 823, - "name": "warped_stairs", - "translation_key": "block.minecraft.warped_stairs", - "item_id": 372, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" + 153, + 147 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 21308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 18890, - "states": [ - { - "id": 18879, + "id": 21309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 146, + 155 ] }, { - "id": 18880, + "id": 21310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 147 ] }, { - "id": 18881, + "id": 21311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 18882, + "id": 21312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 152 ] }, { - "id": 18883, + "id": 21313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 18884, + "id": 21314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148 ] }, { - "id": 18885, + "id": 21315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 148, + 152 ] }, { - "id": 18886, + "id": 21316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 18887, + "id": 21317, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 18888, + "id": 21318, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 149, + 155 ] }, { - "id": 18889, + "id": 21319, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150 ] }, { - "id": 18890, + "id": 21320, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150 ] }, { - "id": 18891, + "id": 21321, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 149, + 155 ] }, { - "id": 18892, + "id": 21322, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150 ] }, { - "id": 18893, + "id": 21323, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150 ] }, { - "id": 18894, + "id": 21324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 18895, + "id": 21325, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18896, + "id": 21326, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18897, + "id": 21327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 18898, + "id": 21328, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18899, + "id": 21329, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18900, + "id": 21330, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 151, + 155 ] }, { - "id": 18901, + "id": 21331, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 18902, + "id": 21332, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 18903, + "id": 21333, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151, + 155 ] }, { - "id": 18904, + "id": 21334, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 18905, + "id": 21335, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 18906, + "id": 21336, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 18907, + "id": 21337, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18908, + "id": 21338, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18909, + "id": 21339, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 18910, + "id": 21340, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18911, + "id": 21341, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18912, + "id": 21342, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151, + 155 ] }, { - "id": 18913, + "id": 21343, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 18914, + "id": 21344, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 18915, + "id": 21345, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 151, + 155 ] }, { - "id": 18916, + "id": 21346, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 18917, + "id": 21347, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 18918, + "id": 21348, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 152 ] }, { - "id": 18919, + "id": 21349, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148 ] }, { - "id": 18920, + "id": 21350, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148 ] }, { - "id": 18921, + "id": 21351, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 152 ] }, { - "id": 18922, + "id": 21352, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 18923, + "id": 21353, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 18924, + "id": 21354, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 149, + 155 ] }, { - "id": 18925, + "id": 21355, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150 ] }, { - "id": 18926, + "id": 21356, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150 ] }, { - "id": 18927, + "id": 21357, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 149, + 155 ] }, { - "id": 18928, + "id": 21358, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150 ] }, { - "id": 18929, + "id": 21359, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150 ] }, { - "id": 18930, + "id": 21360, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 140, + 148, + 145, + 152 ] }, { - "id": 18931, + "id": 21361, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18932, + "id": 21362, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18933, + "id": 21363, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 18934, + "id": 21364, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18935, + "id": 21365, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18936, + "id": 21366, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 151, + 155 ] }, { - "id": 18937, + "id": 21367, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150, + 147 ] }, { - "id": 18938, + "id": 21368, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150, + 147 ] }, { - "id": 18939, + "id": 21369, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 151, + 155 ] }, { - "id": 18940, + "id": 21370, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 150, + 147 ] }, { - "id": 18941, + "id": 21371, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 18942, + "id": 21372, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 18943, + "id": 21373, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18944, + "id": 21374, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18945, + "id": 21375, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 18946, + "id": 21376, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18947, + "id": 21377, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 18948, + "id": 21378, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151, + 155 ] }, { - "id": 18949, + "id": 21379, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 150, + 147 ] }, { - "id": 18950, + "id": 21380, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 150, + 147 ] }, { - "id": 18951, + "id": 21381, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 151, + 155 ] }, { - "id": 18952, + "id": 21382, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 18953, + "id": 21383, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 18954, + "id": 21384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 152 ] }, { - "id": 18955, + "id": 21385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143 ] }, { - "id": 18956, + "id": 21386, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143 ] }, { - "id": 18957, + "id": 21387, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 152 ] }, { - "id": 18958, + "id": 21388, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 824, - "name": "crimson_button", - "translation_key": "block.minecraft.crimson_button", - "item_id": 671, - "properties": [ - { - "name": "face", - "values": [ - "floor", - "wall", - "ceiling" - ] - }, - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "powered", - "values": [ - "true", - "false" + 153, + 142, + 143 ] - } - ], - "default_state_id": 18968, - "states": [ - { - "id": 18959, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18960, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18961, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18962, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18963, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18964, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18965, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18966, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18967, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18968, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18969, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18970, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18971, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18972, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] }, { - "id": 18973, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18974, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18975, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18976, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18977, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18978, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18979, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18980, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18981, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18982, + "id": 21389, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 825, - "name": "warped_button", - "translation_key": "block.minecraft.warped_button", - "item_id": 672, - "properties": [ - { - "name": "face", - "values": [ - "floor", - "wall", - "ceiling" - ] - }, - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "powered", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143 ] - } - ], - "default_state_id": 18992, - "states": [ - { - "id": 18983, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18984, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18985, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18986, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18987, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18988, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18989, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18990, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18991, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18992, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18993, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18994, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18995, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18996, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18997, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18998, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 18999, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - }, - { - "id": 19000, - "luminance": 0, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] }, { - "id": 19001, + "id": 21390, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 154 + ] }, { - "id": 19002, + "id": 21391, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 153 + ] }, { - "id": 19003, + "id": 21392, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 153 + ] }, { - "id": 19004, + "id": 21393, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 154 + ] }, { - "id": 19005, + "id": 21394, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 153 + ] }, { - "id": 19006, + "id": 21395, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 826, - "name": "crimson_door", - "translation_key": "block.minecraft.crimson_door", - "item_id": 698, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "upper", - "lower" - ] - }, - { - "name": "hinge", - "values": [ - "left", - "right" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" + "blocks_motion": true, + "collision_shapes": [ + 153 ] }, { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 19018, - "states": [ - { - "id": 19007, + "id": 21396, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 140, + 145, + 152 ] }, { - "id": 19008, + "id": 21397, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 145 ] }, { - "id": 19009, + "id": 21398, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 145 ] }, { - "id": 19010, + "id": 21399, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 140, + 145, + 152 ] }, { - "id": 19011, + "id": 21400, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 145 ] }, { - "id": 19012, + "id": 21401, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 145 ] }, { - "id": 19013, + "id": 21402, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 146, + 155 ] }, { - "id": 19014, + "id": 21403, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 147 ] }, { - "id": 19015, + "id": 21404, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 147 ] }, { - "id": 19016, + "id": 21405, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 146, + 155 ] }, { - "id": 19017, + "id": 21406, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 147 ] }, { - "id": 19018, + "id": 21407, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 147 ] }, { - "id": 19019, + "id": 21408, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 140, + 145, + 152 ] }, { - "id": 19020, + "id": 21409, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 145 ] }, { - "id": 19021, + "id": 21410, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 145 ] }, { - "id": 19022, + "id": 21411, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 140, + 145, + 152 ] }, { - "id": 19023, + "id": 21412, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 145 ] }, { - "id": 19024, + "id": 21413, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 145 ] }, { - "id": 19025, + "id": 21414, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 146, + 155 ] }, { - "id": 19026, + "id": 21415, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 147 ] }, { - "id": 19027, + "id": 21416, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 147 ] }, { - "id": 19028, + "id": 21417, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 146, + 155 ] }, { - "id": 19029, + "id": 21418, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 147 ] }, { - "id": 19030, + "id": 21419, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 147 ] }, { - "id": 19031, + "id": 21420, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 140, + 148, + 152 ] }, { - "id": 19032, + "id": 21421, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148 ] }, { - "id": 19033, + "id": 21422, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 142, + 143, + 148 ] }, { - "id": 19034, + "id": 21423, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 140, + 148, + 152 ] }, { - "id": 19035, + "id": 21424, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148 ] }, { - "id": 19036, + "id": 21425, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148 ] }, { - "id": 19037, + "id": 21426, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 149, + 155 ] }, { - "id": 19038, + "id": 21427, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150 ] }, { - "id": 19039, + "id": 21428, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 150 ] }, { - "id": 19040, + "id": 21429, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 149, + 155 ] }, { - "id": 19041, + "id": 21430, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150 ] }, { - "id": 19042, + "id": 21431, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150 ] }, { - "id": 19043, + "id": 21432, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 140, + 148, + 145, + 152 ] }, { - "id": 19044, + "id": 21433, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19045, + "id": 21434, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19046, + "id": 21435, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 140, + 148, + 145, + 152 ] }, { - "id": 19047, + "id": 21436, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19048, + "id": 21437, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19049, + "id": 21438, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 151, + 155 ] }, { - "id": 19050, + "id": 21439, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150, + 147 ] }, { - "id": 19051, + "id": 21440, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19052, + "id": 21441, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 151, + 155 ] }, { - "id": 19053, + "id": 21442, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150, + 147 ] }, { - "id": 19054, + "id": 21443, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150, + 147 ] }, { - "id": 19055, + "id": 21444, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 140, + 148, + 145, + 152 ] }, { - "id": 19056, + "id": 21445, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19057, + "id": 21446, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19058, + "id": 21447, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 140, + 148, + 145, + 152 ] }, { - "id": 19059, + "id": 21448, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19060, + "id": 21449, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19061, + "id": 21450, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 151, + 155 ] }, { - "id": 19062, + "id": 21451, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 150, + 147 ] }, { - "id": 19063, + "id": 21452, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19064, + "id": 21453, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 151, + 155 ] }, { - "id": 19065, + "id": 21454, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 150, + 147 ] }, { - "id": 19066, + "id": 21455, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 150, + 147 ] }, { - "id": 19067, + "id": 21456, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 140, + 148, + 152 ] }, { - "id": 19068, + "id": 21457, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148 ] }, { - "id": 19069, + "id": 21458, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148 ] }, { - "id": 19070, + "id": 21459, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 - ] - } - ] - }, - { - "id": 827, - "name": "warped_door", - "translation_key": "block.minecraft.warped_door", - "item_id": 699, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "upper", - "lower" - ] - }, - { - "name": "hinge", - "values": [ - "left", - "right" - ] - }, - { - "name": "open", - "values": [ - "true", - "false" + 140, + 148, + 152 ] }, { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 19082, - "states": [ - { - "id": 19071, + "id": 21460, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148 ] }, { - "id": 19072, + "id": 21461, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148 ] }, { - "id": 19073, + "id": 21462, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 149, + 155 ] }, { - "id": 19074, + "id": 21463, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 150 ] }, { - "id": 19075, + "id": 21464, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150 ] }, { - "id": 19076, + "id": 21465, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 149, + 155 ] }, { - "id": 19077, + "id": 21466, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 150 ] }, { - "id": 19078, + "id": 21467, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 150 ] }, { - "id": 19079, + "id": 21468, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 140, + 148, + 145, + 152 ] }, { - "id": 19080, + "id": 21469, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19081, + "id": 21470, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19082, + "id": 21471, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 140, + 148, + 145, + 152 ] }, { - "id": 19083, + "id": 21472, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19084, + "id": 21473, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19085, + "id": 21474, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 151, + 155 ] }, { - "id": 19086, + "id": 21475, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 153, + 150, + 147 ] }, { - "id": 19087, + "id": 21476, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 150, + 147 ] }, { - "id": 19088, + "id": 21477, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 151, + 155 ] }, { - "id": 19089, + "id": 21478, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19090, + "id": 21479, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19091, + "id": 21480, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 140, + 148, + 145, + 152 ] }, { - "id": 19092, + "id": 21481, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19093, + "id": 21482, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19094, + "id": 21483, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 140, + 148, + 145, + 152 ] }, { - "id": 19095, + "id": 21484, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19096, + "id": 21485, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19097, + "id": 21486, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 151, + 155 ] }, { - "id": 19098, + "id": 21487, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19099, + "id": 21488, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 153, + 150, + 147 ] }, { - "id": 19100, + "id": 21489, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 151, + 155 ] }, { - "id": 19101, + "id": 21490, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] }, { - "id": 19102, + "id": 21491, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 153, + 150, + 147 ] - }, + } + ] + }, + { + "id": 913, + "name": "polished_tuff", + "translation_key": "block.minecraft.polished_tuff", + "item_id": 17, + "properties": [], + "default_state_id": 21492, + "states": [ { - "id": 19103, + "id": 21492, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 0 + ] + } + ] + }, + { + "id": 914, + "name": "polished_tuff_slab", + "translation_key": "block.minecraft.polished_tuff_slab", + "item_id": 18, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 19104, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21496, + "states": [ + { + "id": 21493, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 201 ] }, { - "id": 19105, + "id": 21494, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 201 ] }, { - "id": 19106, + "id": 21495, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 51 ] }, { - "id": 19107, + "id": 21496, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51 ] }, { - "id": 19108, + "id": 21497, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 0 ] }, { - "id": 19109, + "id": 21498, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 0 + ] + } + ] + }, + { + "id": 915, + "name": "polished_tuff_stairs", + "translation_key": "block.minecraft.polished_tuff_stairs", + "item_id": 19, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 19110, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21510, + "states": [ + { + "id": 21499, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 41, + 42 ] }, { - "id": 19111, + "id": 21500, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 41, + 42 ] }, { - "id": 19112, + "id": 21501, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 43, + 44, + 45 ] }, { - "id": 19113, + "id": 21502, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 43, + 44, + 45 ] }, { - "id": 19114, + "id": 21503, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 41, + 46, + 47 ] }, { - "id": 19115, + "id": 21504, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 41, + 46, + 47 ] }, { - "id": 19116, + "id": 21505, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 48, + 42, + 49 ] }, { - "id": 19117, + "id": 21506, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 48, + 42, + 49 ] }, { - "id": 19118, + "id": 21507, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 66 + 44, + 50, + 45 ] }, { - "id": 19119, + "id": 21508, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 44, + 50, + 45 ] }, { - "id": 19120, + "id": 21509, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 52 ] }, { - "id": 19121, + "id": 21510, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52 ] }, { - "id": 19122, + "id": 21511, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 50, + 49 ] }, { - "id": 19123, + "id": 21512, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 50, + 49 ] }, { - "id": 19124, + "id": 21513, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 51, + 52, + 45 ] }, { - "id": 19125, + "id": 21514, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 52, + 45 ] }, { - "id": 19126, + "id": 21515, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 53 ] }, { - "id": 19127, + "id": 21516, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 53 ] }, { - "id": 19128, + "id": 21517, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 67 + 51, + 49 ] }, { - "id": 19129, + "id": 21518, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 51, + 49 ] }, { - "id": 19130, + "id": 21519, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 54, + 52 ] }, { - "id": 19131, + "id": 21520, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 54, + 52 ] }, { - "id": 19132, + "id": 21521, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 65 + 54, + 44, + 53 ] }, { - "id": 19133, + "id": 21522, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 64 + 54, + 44, + 53 ] }, { - "id": 19134, + "id": 21523, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 64 - ] - } - ] - }, - { - "id": 828, - "name": "crimson_sign", - "translation_key": "block.minecraft.crimson_sign", - "item_id": 855, - "wall_variant_id": 830, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 43, + 46, + 49 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 21524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 46, + 49 ] - } - ], - "default_state_id": 19136, - "states": [ + }, { - "id": 19135, + "id": 21525, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { - "id": 19136, + "id": 21526, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { - "id": 19137, + "id": 21527, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { - "id": 19138, + "id": 21528, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { - "id": 19139, + "id": 21529, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42 + ] }, { - "id": 19140, + "id": 21530, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42 + ] }, { - "id": 19141, + "id": 21531, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { - "id": 19142, + "id": 21532, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { - "id": 19143, + "id": 21533, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { - "id": 19144, + "id": 21534, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { - "id": 19145, + "id": 21535, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 45 + ] }, { - "id": 19146, + "id": 21536, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 45 + ] }, { - "id": 19147, + "id": 21537, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 47 + ] }, { - "id": 19148, + "id": 21538, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 47 + ] }, { - "id": 19149, + "id": 21539, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 56 + ] }, { - "id": 19150, + "id": 21540, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 56 + ] }, { - "id": 19151, + "id": 21541, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { - "id": 19152, + "id": 21542, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 46, + 49 + ] }, { - "id": 19153, + "id": 21543, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { - "id": 19154, + "id": 21544, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 43, + 44, + 45 + ] }, { - "id": 19155, + "id": 21545, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { - "id": 19156, + "id": 21546, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 55, + 52, + 45 + ] }, { - "id": 19157, + "id": 21547, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 48, + 42, + 49 + ] }, { - "id": 19158, + "id": 21548, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 48, + 42, + 49 + ] }, { - "id": 19159, + "id": 21549, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50 + ] }, { - "id": 19160, + "id": 21550, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50 + ] }, { - "id": 19161, + "id": 21551, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { - "id": 19162, + "id": 21552, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 45 + ] }, { - "id": 19163, + "id": 21553, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 49 + ] }, { - "id": 19164, + "id": 21554, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 50, + 49 + ] }, { - "id": 19165, + "id": 21555, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 47 + ] }, { - "id": 19166, + "id": 21556, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 - } - ] - }, - { - "id": 829, - "name": "warped_sign", - "translation_key": "block.minecraft.warped_sign", - "item_id": 856, - "wall_variant_id": 831, - "properties": [ - { - "name": "rotation", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "collision_shapes": [ + 51, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 21557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 ] - } - ], - "default_state_id": 19168, - "states": [ + }, { - "id": 19167, + "id": 21558, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 53 + ] }, { - "id": 19168, + "id": 21559, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 57, + 50 + ] }, { - "id": 19169, + "id": 21560, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 57, + 50 + ] }, { - "id": 19170, + "id": 21561, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { - "id": 19171, + "id": 21562, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 41, + 46, + 47 + ] }, { - "id": 19172, + "id": 21563, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 54, + 44, + 53 + ] }, { - "id": 19173, + "id": 21564, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 54, + 44, + 53 + ] }, { - "id": 19174, + "id": 21565, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { - "id": 19175, + "id": 21566, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 44, + 50, + 45 + ] }, { - "id": 19176, + "id": 21567, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { - "id": 19177, + "id": 21568, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 46, + 50, + 49 + ] }, { - "id": 19178, + "id": 21569, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 56 + ] }, { - "id": 19179, + "id": 21570, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 56 + ] }, { - "id": 19180, + "id": 21571, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { - "id": 19181, + "id": 21572, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 52, + 45 + ] }, { - "id": 19182, + "id": 21573, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { - "id": 19183, + "id": 21574, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 42, + 49 + ] }, { - "id": 19184, + "id": 21575, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 49 + ] }, { - "id": 19185, + "id": 21576, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 49 + ] }, { - "id": 19186, + "id": 21577, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 45 + ] }, { - "id": 19187, + "id": 21578, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 916, + "name": "polished_tuff_wall", + "translation_key": "block.minecraft.polished_tuff_wall", + "item_id": 20, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] }, { - "id": 19188, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 21582, + "states": [ + { + "id": 21579, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 140 + ] }, { - "id": 19189, + "id": 21580, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 19190, + "id": 21581, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 19191, + "id": 21582, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 140 + ] }, { - "id": 19192, + "id": 21583, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 19193, + "id": 21584, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143 + ] }, { - "id": 19194, + "id": 21585, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [] }, { - "id": 19195, + "id": 21586, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144 + ] }, { - "id": 19196, + "id": 21587, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144 + ] }, { - "id": 19197, + "id": 21588, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [] }, { - "id": 19198, + "id": 21589, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 - } - ] - }, - { - "id": 830, - "name": "crimson_wall_sign", - "translation_key": "block.minecraft.crimson_sign", - "item_id": 855, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + "collision_shapes": [ + 144 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 19200, - "states": [ - { - "id": 19199, + "id": 21590, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144 + ] }, { - "id": 19200, + "id": 21591, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 140, + 145 + ] }, { - "id": 19201, + "id": 21592, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19202, + "id": 21593, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19203, + "id": 21594, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 140, + 145 + ] }, { - "id": 19204, + "id": 21595, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19205, + "id": 21596, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19206, + "id": 21597, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 - } - ] - }, - { - "id": 831, - "name": "warped_wall_sign", - "translation_key": "block.minecraft.warped_sign", - "item_id": 856, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + "collision_shapes": [ + 146 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 21598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 147 ] - } - ], - "default_state_id": 19208, - "states": [ + }, { - "id": 19207, + "id": 21599, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144, + 147 + ] }, { - "id": 19208, + "id": 21600, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 146 + ] }, { - "id": 19209, + "id": 21601, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144, + 147 + ] }, { - "id": 19210, + "id": 21602, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 144, + 147 + ] }, { - "id": 19211, + "id": 21603, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 140, + 145 + ] }, { - "id": 19212, + "id": 21604, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19213, + "id": 21605, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] }, { - "id": 19214, + "id": 21606, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [], - "block_entity_type": 7 - } - ] - }, - { - "id": 832, - "name": "structure_block", - "translation_key": "block.minecraft.structure_block", - "item_id": 754, - "properties": [ - { - "name": "mode", - "values": [ - "save", - "load", - "corner", - "data" - ] - } - ], - "default_state_id": 19216, - "states": [ + "collision_shapes": [ + 140, + 145 + ] + }, { - "id": 19215, + "id": 21607, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 20 + 141, + 142, + 143, + 145 + ] }, { - "id": 19216, + "id": 21608, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 20 + 141, + 142, + 143, + 145 + ] }, { - "id": 19217, + "id": 21609, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 20 + 146 + ] }, { - "id": 19218, + "id": 21610, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 20 - } - ] - }, - { - "id": 833, - "name": "jigsaw", - "translation_key": "block.minecraft.jigsaw", - "item_id": 755, - "properties": [ - { - "name": "orientation", - "values": [ - "down_east", - "down_north", - "down_south", - "down_west", - "up_east", - "up_north", - "up_south", - "up_west", - "west_up", - "east_up", - "north_up", - "south_up" + 144, + 147 ] - } - ], - "default_state_id": 19229, - "states": [ + }, { - "id": 19219, + "id": 21611, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 144, + 147 + ] }, { - "id": 19220, + "id": 21612, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 146 + ] }, { - "id": 19221, + "id": 21613, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 144, + 147 + ] }, { - "id": 19222, + "id": 21614, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 144, + 147 + ] }, { - "id": 19223, + "id": 21615, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 140, + 148 + ] }, { - "id": 19224, + "id": 21616, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 141, + 142, + 143, + 148 + ] }, { - "id": 19225, + "id": 21617, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 141, + 142, + 143, + 148 + ] }, { - "id": 19226, + "id": 21618, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 140, + 148 + ] }, { - "id": 19227, + "id": 21619, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 141, + 142, + 143, + 148 + ] }, { - "id": 19228, + "id": 21620, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 141, + 142, + 143, + 148 + ] }, { - "id": 19229, + "id": 21621, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 + 149 + ] }, { - "id": 19230, + "id": 21622, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 31 - } - ] - }, - { - "id": 834, - "name": "composter", - "translation_key": "block.minecraft.composter", - "item_id": 1153, - "properties": [ - { - "name": "level", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8" + 144, + 150 ] - } - ], - "default_state_id": 19231, - "states": [ + }, { - "id": 19231, + "id": 21623, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 144, + 150 ] }, { - "id": 19232, + "id": 21624, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 149 ] }, { - "id": 19233, + "id": 21625, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 144, + 150 ] }, { - "id": 19234, + "id": 21626, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 144, + 150 ] }, { - "id": 19235, + "id": 21627, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 140, + 148, + 145 ] }, { - "id": 19236, + "id": 21628, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19237, + "id": 21629, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19238, + "id": 21630, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 + 140, + 148, + 145 ] }, { - "id": 19239, + "id": 21631, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 70, - 300, - 301, - 302, - 303 - ] - } - ] - }, - { - "id": 835, - "name": "target", - "translation_key": "block.minecraft.target", - "item_id": 649, - "properties": [ - { - "name": "power", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + 141, + 142, + 143, + 148, + 145 ] - } - ], - "default_state_id": 19240, - "states": [ + }, { - "id": 19240, + "id": 21632, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19241, + "id": 21633, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 151 ] }, { - "id": 19242, + "id": 21634, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 150, + 147 ] }, { - "id": 19243, + "id": 21635, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 150, + 147 ] }, { - "id": 19244, + "id": 21636, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 151 ] }, { - "id": 19245, + "id": 21637, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 150, + 147 ] }, { - "id": 19246, + "id": 21638, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 150, + 147 ] }, { - "id": 19247, + "id": 21639, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148, + 145 ] }, { - "id": 19248, + "id": 21640, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19249, + "id": 21641, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19250, + "id": 21642, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 148, + 145 ] }, { - "id": 19251, + "id": 21643, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19252, + "id": 21644, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 141, + 142, + 143, + 148, + 145 ] }, { - "id": 19253, + "id": 21645, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 151 ] }, { - "id": 19254, + "id": 21646, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 144, + 150, + 147 ] }, { - "id": 19255, + "id": 21647, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 836, - "name": "bee_nest", - "translation_key": "block.minecraft.bee_nest", - "item_id": 1171, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 144, + 150, + 147 ] }, { - "name": "honey_level", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5" + "id": 21648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151 ] - } - ], - "default_state_id": 19256, - "states": [ + }, { - "id": 19256, + "id": 21649, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19257, + "id": 21650, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19258, + "id": 21651, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148 + ] }, { - "id": 19259, + "id": 21652, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148 + ] }, { - "id": 19260, + "id": 21653, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148 + ] }, { - "id": 19261, + "id": 21654, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148 + ] }, { - "id": 19262, + "id": 21655, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148 + ] }, { - "id": 19263, + "id": 21656, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148 + ] }, { - "id": 19264, + "id": 21657, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 149 + ] }, { - "id": 19265, + "id": 21658, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150 + ] }, { - "id": 19266, + "id": 21659, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150 + ] }, { - "id": 19267, + "id": 21660, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 149 + ] }, { - "id": 19268, + "id": 21661, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150 + ] }, { - "id": 19269, + "id": 21662, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150 + ] }, { - "id": 19270, + "id": 21663, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148, + 145 + ] }, { - "id": 19271, + "id": 21664, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19272, + "id": 21665, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19273, + "id": 21666, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148, + 145 + ] }, { - "id": 19274, + "id": 21667, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19275, + "id": 21668, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19276, + "id": 21669, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 151 + ] }, { - "id": 19277, + "id": 21670, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19278, + "id": 21671, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19279, + "id": 21672, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 - } - ] - }, - { - "id": 837, - "name": "beehive", - "translation_key": "block.minecraft.beehive", - "item_id": 1172, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 151 ] }, { - "name": "honey_level", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5" + "id": 21673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 144, + 150, + 147 ] - } - ], - "default_state_id": 19280, - "states": [ + }, { - "id": 19280, + "id": 21674, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19281, + "id": 21675, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148, + 145 + ] }, { - "id": 19282, + "id": 21676, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19283, + "id": 21677, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19284, + "id": 21678, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 148, + 145 + ] }, { - "id": 19285, + "id": 21679, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19286, + "id": 21680, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 141, + 142, + 143, + 148, + 145 + ] }, { - "id": 19287, + "id": 21681, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 151 + ] }, { - "id": 19288, + "id": 21682, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19289, + "id": 21683, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19290, + "id": 21684, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 151 + ] }, { - "id": 19291, + "id": 21685, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19292, + "id": 21686, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 144, + 150, + 147 + ] }, { - "id": 19293, + "id": 21687, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 152 + ] }, { - "id": 19294, + "id": 21688, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153, + 142, + 143 + ] }, { - "id": 19295, + "id": 21689, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153, + 142, + 143 + ] }, { - "id": 19296, + "id": 21690, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 140, + 152 + ] }, { - "id": 19297, + "id": 21691, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153, + 142, + 143 + ] }, { - "id": 19298, + "id": 21692, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153, + 142, + 143 + ] }, { - "id": 19299, + "id": 21693, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 154 + ] }, { - "id": 19300, + "id": 21694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153 + ] }, { - "id": 19301, + "id": 21695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 153 + ] }, { - "id": 19302, + "id": 21696, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 + 154 + ] }, { - "id": 19303, + "id": 21697, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 33 - } - ] - }, - { - "id": 838, - "name": "honey_block", - "translation_key": "block.minecraft.honey_block", - "item_id": 643, - "properties": [], - "default_state_id": 19304, - "states": [ + 153 + ] + }, { - "id": 19304, + "id": 21698, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 74 + 153 ] - } - ] - }, - { - "id": 839, - "name": "honeycomb_block", - "translation_key": "block.minecraft.honeycomb_block", - "item_id": 1174, - "properties": [], - "default_state_id": 19305, - "states": [ + }, { - "id": 19305, + "id": 21699, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 145, + 152 ] - } - ] - }, - { - "id": 840, - "name": "netherite_block", - "translation_key": "block.minecraft.netherite_block", - "item_id": 78, - "properties": [], - "default_state_id": 19306, - "states": [ + }, { - "id": 19306, + "id": 21700, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 145 ] - } - ] - }, - { - "id": 841, - "name": "ancient_debris", - "translation_key": "block.minecraft.ancient_debris", - "item_id": 67, - "properties": [], - "default_state_id": 19307, - "states": [ + }, { - "id": 19307, + "id": 21701, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 145 ] - } - ] - }, - { - "id": 842, - "name": "crying_obsidian", - "translation_key": "block.minecraft.crying_obsidian", - "item_id": 1176, - "properties": [], - "default_state_id": 19308, - "states": [ + }, { - "id": 19308, - "luminance": 10, + "id": 21702, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 140, + 145, + 152 ] - } - ] - }, - { - "id": 843, - "name": "respawn_anchor", - "translation_key": "block.minecraft.respawn_anchor", - "item_id": 1189, - "properties": [ + }, { - "name": "charges", - "values": [ - "0", - "1", - "2", - "3", - "4" + "id": 21703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 145 ] - } - ], - "default_state_id": 19309, - "states": [ + }, { - "id": 19309, + "id": 21704, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 145 ] }, { - "id": 19310, - "luminance": 3, + "id": 21705, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 146, + 155 ] }, { - "id": 19311, - "luminance": 7, + "id": 21706, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 147 ] }, { - "id": 19312, - "luminance": 11, + "id": 21707, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 147 ] }, { - "id": 19313, - "luminance": 15, + "id": 21708, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 146, + 155 ] - } - ] - }, - { - "id": 844, - "name": "potted_crimson_fungus", - "translation_key": "block.minecraft.potted_crimson_fungus", - "item_id": 0, - "properties": [], - "default_state_id": 19314, - "states": [ + }, { - "id": 19314, + "id": 21709, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 156 + 153, + 147 ] - } - ] - }, - { - "id": 845, - "name": "potted_warped_fungus", - "translation_key": "block.minecraft.potted_warped_fungus", - "item_id": 0, - "properties": [], - "default_state_id": 19315, - "states": [ + }, { - "id": 19315, + "id": 21710, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 156 + 153, + 147 ] - } - ] - }, - { - "id": 846, - "name": "potted_crimson_roots", - "translation_key": "block.minecraft.potted_crimson_roots", - "item_id": 0, - "properties": [], - "default_state_id": 19316, - "states": [ + }, { - "id": 19316, + "id": 21711, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 156 + 140, + 145, + 152 ] - } - ] - }, - { - "id": 847, - "name": "potted_warped_roots", - "translation_key": "block.minecraft.potted_warped_roots", - "item_id": 0, - "properties": [], - "default_state_id": 19317, - "states": [ + }, { - "id": 19317, + "id": 21712, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 156 + 153, + 142, + 143, + 145 ] - } - ] - }, - { - "id": 848, - "name": "lodestone", - "translation_key": "block.minecraft.lodestone", - "item_id": 1175, - "properties": [], - "default_state_id": 19318, - "states": [ + }, { - "id": 19318, + "id": 21713, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 142, + 143, + 145 ] - } - ] - }, - { - "id": 849, - "name": "blackstone", - "translation_key": "block.minecraft.blackstone", - "item_id": 1177, - "properties": [], - "default_state_id": 19319, - "states": [ + }, { - "id": 19319, + "id": 21714, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 850, - "name": "blackstone_stairs", - "translation_key": "block.minecraft.blackstone_stairs", - "item_id": 1179, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 140, + 145, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 19331, - "states": [ - { - "id": 19320, + "id": 21715, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 19321, + "id": 21716, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 142, + 143, + 145 ] }, { - "id": 19322, + "id": 21717, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 146, + 155 ] }, { - "id": 19323, + "id": 21718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 147 ] }, { - "id": 19324, + "id": 21719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 147 ] }, { - "id": 19325, + "id": 21720, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 146, + 155 ] }, { - "id": 19326, + "id": 21721, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 19327, + "id": 21722, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 147 ] }, { - "id": 19328, + "id": 21723, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 140, + 148, + 152 ] }, { - "id": 19329, + "id": 21724, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 19330, + "id": 21725, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 142, + 143, + 148 ] }, { - "id": 19331, + "id": 21726, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 140, + 148, + 152 ] }, { - "id": 19332, + "id": 21727, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 19333, + "id": 21728, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 19334, + "id": 21729, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 149, + 155 ] }, { - "id": 19335, + "id": 21730, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 150 ] }, { - "id": 19336, + "id": 21731, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 150 ] }, { - "id": 19337, + "id": 21732, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 149, + 155 ] }, { - "id": 19338, + "id": 21733, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 19339, + "id": 21734, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150 ] }, { - "id": 19340, + "id": 21735, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 140, + 148, + 145, + 152 ] }, { - "id": 19341, + "id": 21736, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19342, + "id": 21737, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19343, + "id": 21738, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 19344, + "id": 21739, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19345, + "id": 21740, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19346, + "id": 21741, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 151, + 155 ] }, { - "id": 19347, + "id": 21742, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 19348, + "id": 21743, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 19349, + "id": 21744, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 19350, + "id": 21745, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150, + 147 ] }, { - "id": 19351, + "id": 21746, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 150, + 147 ] }, { - "id": 19352, + "id": 21747, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 19353, + "id": 21748, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19354, + "id": 21749, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19355, + "id": 21750, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 19356, + "id": 21751, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19357, + "id": 21752, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19358, + "id": 21753, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 151, + 155 ] }, { - "id": 19359, + "id": 21754, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 150, + 147 ] }, { - "id": 19360, + "id": 21755, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 150, + 147 ] }, { - "id": 19361, + "id": 21756, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 151, + 155 ] }, { - "id": 19362, + "id": 21757, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 19363, + "id": 21758, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150, + 147 ] }, { - "id": 19364, + "id": 21759, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 140, + 148, + 152 ] }, { - "id": 19365, + "id": 21760, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 19366, + "id": 21761, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 19367, + "id": 21762, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 152 ] }, { - "id": 19368, + "id": 21763, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 19369, + "id": 21764, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 19370, + "id": 21765, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 149, + 155 ] }, { - "id": 19371, + "id": 21766, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 150 ] }, { - "id": 19372, + "id": 21767, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150 ] }, { - "id": 19373, + "id": 21768, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 149, + 155 ] }, { - "id": 19374, + "id": 21769, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150 ] }, { - "id": 19375, + "id": 21770, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150 ] }, { - "id": 19376, + "id": 21771, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 19377, + "id": 21772, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19378, + "id": 21773, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19379, + "id": 21774, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 145, + 152 ] }, { - "id": 19380, + "id": 21775, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19381, + "id": 21776, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19382, + "id": 21777, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 151, + 155 ] }, { - "id": 19383, + "id": 21778, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 150, + 147 ] }, { - "id": 19384, + "id": 21779, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150, + 147 ] }, { - "id": 19385, + "id": 21780, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 151, + 155 ] }, { - "id": 19386, + "id": 21781, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 19387, + "id": 21782, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 19388, + "id": 21783, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 19389, + "id": 21784, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19390, + "id": 21785, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19391, + "id": 21786, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 19392, + "id": 21787, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19393, + "id": 21788, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19394, + "id": 21789, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 151, + 155 ] }, { - "id": 19395, + "id": 21790, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 19396, + "id": 21791, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 150, + 147 ] }, { - "id": 19397, + "id": 21792, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 151, + 155 ] }, { - "id": 19398, + "id": 21793, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 19399, + "id": 21794, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 851, - "name": "blackstone_wall", - "translation_key": "block.minecraft.blackstone_wall", - "item_id": 390, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" + 153, + 150, + 147 ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 19403, - "states": [ - { - "id": 19400, + "id": 21795, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 19401, + "id": 21796, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 19402, + "id": 21797, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 19403, + "id": 21798, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 152 ] }, { - "id": 19404, + "id": 21799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 19405, + "id": 21800, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143 ] }, { - "id": 19406, + "id": 21801, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 19407, + "id": 21802, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 19408, + "id": 21803, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 19409, + "id": 21804, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 154 + ] }, { - "id": 19410, + "id": 21805, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 19411, + "id": 21806, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153 ] }, { - "id": 19412, + "id": 21807, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 19413, + "id": 21808, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19414, + "id": 21809, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19415, + "id": 21810, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 19416, + "id": 21811, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19417, + "id": 21812, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19418, + "id": 21813, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 19419, + "id": 21814, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19420, + "id": 21815, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19421, + "id": 21816, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 19422, + "id": 21817, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19423, + "id": 21818, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19424, + "id": 21819, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 19425, + "id": 21820, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19426, + "id": 21821, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19427, + "id": 21822, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 145, + 152 ] }, { - "id": 19428, + "id": 21823, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19429, + "id": 21824, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 145 ] }, { - "id": 19430, + "id": 21825, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 19431, + "id": 21826, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19432, + "id": 21827, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19433, + "id": 21828, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 146, + 155 ] }, { - "id": 19434, + "id": 21829, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19435, + "id": 21830, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 147 ] }, { - "id": 19436, + "id": 21831, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19437, + "id": 21832, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19438, + "id": 21833, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19439, + "id": 21834, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19440, + "id": 21835, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19441, + "id": 21836, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19442, + "id": 21837, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19443, + "id": 21838, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19444, + "id": 21839, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19445, + "id": 21840, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19446, + "id": 21841, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19447, + "id": 21842, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19448, + "id": 21843, "luminance": 0, "opaque": true, "replaceable": false, @@ -227846,17 +257245,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19449, + "id": 21844, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -227864,13 +257264,13 @@ ] }, { - "id": 19450, + "id": 21845, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -227878,7 +257278,7 @@ ] }, { - "id": 19451, + "id": 21846, "luminance": 0, "opaque": true, "replaceable": false, @@ -227886,17 +257286,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19452, + "id": 21847, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -227904,13 +257305,13 @@ ] }, { - "id": 19453, + "id": 21848, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -227918,75 +257319,77 @@ ] }, { - "id": 19454, + "id": 21849, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19455, + "id": 21850, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19456, + "id": 21851, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19457, + "id": 21852, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19458, + "id": 21853, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19459, + "id": 21854, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19460, + "id": 21855, "luminance": 0, "opaque": true, "replaceable": false, @@ -227994,17 +257397,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19461, + "id": 21856, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228012,13 +257416,13 @@ ] }, { - "id": 19462, + "id": 21857, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228026,7 +257430,7 @@ ] }, { - "id": 19463, + "id": 21858, "luminance": 0, "opaque": true, "replaceable": false, @@ -228034,17 +257438,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19464, + "id": 21859, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228052,13 +257457,13 @@ ] }, { - "id": 19465, + "id": 21860, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228066,213 +257471,219 @@ ] }, { - "id": 19466, + "id": 21861, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19467, + "id": 21862, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19468, + "id": 21863, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19469, + "id": 21864, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19470, + "id": 21865, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19471, + "id": 21866, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19472, + "id": 21867, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19473, + "id": 21868, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19474, + "id": 21869, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19475, + "id": 21870, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19476, + "id": 21871, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19477, + "id": 21872, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19478, + "id": 21873, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19479, + "id": 21874, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19480, + "id": 21875, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19481, + "id": 21876, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19482, + "id": 21877, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19483, + "id": 21878, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19484, + "id": 21879, "luminance": 0, "opaque": true, "replaceable": false, @@ -228280,17 +257691,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19485, + "id": 21880, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228298,13 +257710,13 @@ ] }, { - "id": 19486, + "id": 21881, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228312,7 +257724,7 @@ ] }, { - "id": 19487, + "id": 21882, "luminance": 0, "opaque": true, "replaceable": false, @@ -228320,17 +257732,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19488, + "id": 21883, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228338,13 +257751,13 @@ ] }, { - "id": 19489, + "id": 21884, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228352,75 +257765,77 @@ ] }, { - "id": 19490, + "id": 21885, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19491, + "id": 21886, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19492, + "id": 21887, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19493, + "id": 21888, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19494, + "id": 21889, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19495, + "id": 21890, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19496, + "id": 21891, "luminance": 0, "opaque": true, "replaceable": false, @@ -228428,17 +257843,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19497, + "id": 21892, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228446,13 +257862,13 @@ ] }, { - "id": 19498, + "id": 21893, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228460,7 +257876,7 @@ ] }, { - "id": 19499, + "id": 21894, "luminance": 0, "opaque": true, "replaceable": false, @@ -228468,17 +257884,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19500, + "id": 21895, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228486,13 +257903,13 @@ ] }, { - "id": 19501, + "id": 21896, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -228500,1937 +257917,2204 @@ ] }, { - "id": 19502, + "id": 21897, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19503, + "id": 21898, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19504, + "id": 21899, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19505, + "id": 21900, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19506, + "id": 21901, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19507, + "id": 21902, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] + } + ] + }, + { + "id": 917, + "name": "chiseled_tuff", + "translation_key": "block.minecraft.chiseled_tuff", + "item_id": 16, + "properties": [], + "default_state_id": 21903, + "states": [ + { + "id": 21903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 918, + "name": "tuff_bricks", + "translation_key": "block.minecraft.tuff_bricks", + "item_id": 21, + "properties": [], + "default_state_id": 21904, + "states": [ + { + "id": 21904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 919, + "name": "tuff_brick_slab", + "translation_key": "block.minecraft.tuff_brick_slab", + "item_id": 22, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, { - "id": 19508, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21908, + "states": [ + { + "id": 21905, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 201 ] }, { - "id": 19509, + "id": 21906, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 201 ] }, { - "id": 19510, + "id": 21907, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 51 ] }, { - "id": 19511, + "id": 21908, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 + 51 ] }, { - "id": 19512, + "id": 21909, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 0 ] }, { - "id": 19513, + "id": 21910, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 + 0 + ] + } + ] + }, + { + "id": 920, + "name": "tuff_brick_stairs", + "translation_key": "block.minecraft.tuff_brick_stairs", + "item_id": 23, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 19514, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 21922, + "states": [ + { + "id": 21911, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 41, + 42 ] }, { - "id": 19515, + "id": 21912, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 41, + 42 ] }, { - "id": 19516, + "id": 21913, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 43, + 44, + 45 ] }, { - "id": 19517, + "id": 21914, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 43, + 44, + 45 ] }, { - "id": 19518, + "id": 21915, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 41, + 46, + 47 ] }, { - "id": 19519, + "id": 21916, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 41, + 46, + 47 ] }, { - "id": 19520, + "id": 21917, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 48, + 42, + 49 ] }, { - "id": 19521, + "id": 21918, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 48, + 42, + 49 ] }, { - "id": 19522, + "id": 21919, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 44, + 50, + 45 ] }, { - "id": 19523, + "id": 21920, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 44, + 50, + 45 ] }, { - "id": 19524, + "id": 21921, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 52 ] }, { - "id": 19525, + "id": 21922, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 52 ] }, { - "id": 19526, + "id": 21923, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 50, + 49 ] }, { - "id": 19527, + "id": 21924, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 50, + 49 ] }, { - "id": 19528, + "id": 21925, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 52, + 45 ] }, { - "id": 19529, + "id": 21926, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 51, + 52, + 45 ] }, { - "id": 19530, + "id": 21927, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 53 ] }, { - "id": 19531, + "id": 21928, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 51, + 53 ] }, { - "id": 19532, + "id": 21929, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 51, + 49 ] }, { - "id": 19533, + "id": 21930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 51, + 49 ] }, { - "id": 19534, + "id": 21931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 54, + 52 ] }, { - "id": 19535, + "id": 21932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 54, + 52 ] }, { - "id": 19536, + "id": 21933, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 54, + 44, + 53 ] }, { - "id": 19537, + "id": 21934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 54, + 44, + 53 ] }, { - "id": 19538, + "id": 21935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 43, + 46, + 49 ] }, { - "id": 19539, + "id": 21936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 43, + 46, + 49 ] }, { - "id": 19540, + "id": 21937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 46, + 50, + 49 ] }, { - "id": 19541, + "id": 21938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 46, + 50, + 49 ] }, { - "id": 19542, + "id": 21939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 55, + 52, + 45 ] }, { - "id": 19543, + "id": 21940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 55, + 52, + 45 ] }, { - "id": 19544, + "id": 21941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 42 ] }, { - "id": 19545, + "id": 21942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 42 ] }, { - "id": 19546, + "id": 21943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 42, + 49 ] }, { - "id": 19547, + "id": 21944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 51, + 42, + 49 ] }, { - "id": 19548, + "id": 21945, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 45 ] }, { - "id": 19549, + "id": 21946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 50, + 45 ] }, { - "id": 19550, + "id": 21947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 45 ] }, { - "id": 19551, + "id": 21948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 45 ] }, { - "id": 19552, + "id": 21949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 47 ] }, { - "id": 19553, + "id": 21950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 47 ] }, { - "id": 19554, + "id": 21951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 56 ] }, { - "id": 19555, + "id": 21952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 43, + 56 ] }, { - "id": 19556, + "id": 21953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 46, + 49 ] }, { - "id": 19557, + "id": 21954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 19558, + "id": 21955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 44, + 45 ] }, { - "id": 19559, + "id": 21956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 44, + 45 ] }, { - "id": 19560, + "id": 21957, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 55, + 52, + 45 ] }, { - "id": 19561, + "id": 21958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 55, + 52, + 45 ] }, { - "id": 19562, + "id": 21959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 48, + 42, + 49 ] }, { - "id": 19563, + "id": 21960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 48, + 42, + 49 ] }, { - "id": 19564, + "id": 21961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50 ] }, { - "id": 19565, + "id": 21962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 50 ] }, { - "id": 19566, + "id": 21963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 45 ] }, { - "id": 19567, + "id": 21964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 45 + ] + }, + { + "id": 21965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 21972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 21973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 ] }, { - "id": 19568, + "id": 21979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 46, + 50, + 49 ] }, { - "id": 19569, + "id": 21980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 46, + 50, + 49 ] }, { - "id": 19570, + "id": 21981, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 56 ] }, { - "id": 19571, + "id": 21982, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 56 ] }, { - "id": 19572, + "id": 21983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 19573, + "id": 21984, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 19574, + "id": 21985, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 42, + 49 ] }, { - "id": 19575, + "id": 21986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 42, + 49 ] }, { - "id": 19576, + "id": 21987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 49 ] }, { - "id": 19577, + "id": 21988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 49 ] }, { - "id": 19578, + "id": 21989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 ] }, { - "id": 19579, + "id": 21990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 45 + ] + } + ] + }, + { + "id": 921, + "name": "tuff_brick_wall", + "translation_key": "block.minecraft.tuff_brick_wall", + "item_id": 24, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" ] }, { - "id": 19580, + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } + ], + "default_state_id": 21994, + "states": [ + { + "id": 21991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 19581, + "id": 21992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 19582, + "id": 21993, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 19583, + "id": 21994, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 140 ] }, { - "id": 19584, + "id": 21995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 19585, + "id": 21996, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143, - 148 + 143 ] }, { - "id": 19586, + "id": 21997, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 19587, + "id": 21998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 19588, + "id": 21999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 19589, + "id": 22000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 19590, + "id": 22001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 19591, + "id": 22002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 144 ] }, { - "id": 19592, + "id": 22003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 19593, + "id": 22004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19594, + "id": 22005, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19595, + "id": 22006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 19596, + "id": 22007, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19597, + "id": 22008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19598, + "id": 22009, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 19599, + "id": 22010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19600, + "id": 22011, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19601, + "id": 22012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 19602, + "id": 22013, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19603, + "id": 22014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19604, + "id": 22015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 19605, + "id": 22016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19606, + "id": 22017, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19607, + "id": 22018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 145, - 152 + 145 ] }, { - "id": 19608, + "id": 22019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19609, + "id": 22020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, - 148, 145 ] }, { - "id": 19610, + "id": 22021, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 19611, + "id": 22022, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19612, + "id": 22023, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19613, + "id": 22024, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 146 ] }, { - "id": 19614, + "id": 22025, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19615, + "id": 22026, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, + 144, 147 ] }, { - "id": 19616, + "id": 22027, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 152 + 148 ] }, { - "id": 19617, + "id": 22028, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143 + 143, + 148 ] }, { - "id": 19618, + "id": 22029, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143 + 143, + 148 ] }, { - "id": 19619, + "id": 22030, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 152 + 148 ] }, { - "id": 19620, + "id": 22031, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143 + 143, + 148 ] }, { - "id": 19621, + "id": 22032, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, - 143 + 143, + 148 ] }, { - "id": 19622, + "id": 22033, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149 ] }, { - "id": 19623, + "id": 22034, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144, + 150 ] }, { - "id": 19624, + "id": 22035, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144, + 150 ] }, { - "id": 19625, + "id": 22036, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 + 149 ] }, { - "id": 19626, + "id": 22037, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144, + 150 ] }, { - "id": 19627, + "id": 22038, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 + 144, + 150 ] }, { - "id": 19628, + "id": 22039, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 148, + 145 ] }, { - "id": 19629, + "id": 22040, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19630, + "id": 22041, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19631, + "id": 22042, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 148, + 145 ] }, { - "id": 19632, + "id": 22043, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19633, + "id": 22044, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19634, + "id": 22045, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 151 ] }, { - "id": 19635, + "id": 22046, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19636, + "id": 22047, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19637, + "id": 22048, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 151 ] }, { - "id": 19638, + "id": 22049, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19639, + "id": 22050, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19640, + "id": 22051, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 148, + 145 ] }, { - "id": 19641, + "id": 22052, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19642, + "id": 22053, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19643, + "id": 22054, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145, - 152 + 148, + 145 ] }, { - "id": 19644, + "id": 22055, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19645, + "id": 22056, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, + 148, 145 ] }, { - "id": 19646, + "id": 22057, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 151 ] }, { - "id": 19647, + "id": 22058, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19648, + "id": 22059, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19649, + "id": 22060, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 151 ] }, { - "id": 19650, + "id": 22061, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19651, + "id": 22062, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, + 150, 147 ] }, { - "id": 19652, + "id": 22063, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 19653, + "id": 22064, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 19654, + "id": 22065, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 19655, + "id": 22066, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, - 152 + 148 ] }, { - "id": 19656, + "id": 22067, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 19657, + "id": 22068, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148 ] }, { - "id": 19658, + "id": 22069, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 19659, + "id": 22070, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 19660, + "id": 22071, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 19661, + "id": 22072, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 149 ] }, { - "id": 19662, + "id": 22073, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 19663, + "id": 22074, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150 ] }, { - "id": 19664, + "id": 22075, "luminance": 0, "opaque": true, "replaceable": false, @@ -230438,18 +260122,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 19665, + "id": 22076, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230457,13 +260140,13 @@ ] }, { - "id": 19666, + "id": 22077, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230471,7 +260154,7 @@ ] }, { - "id": 19667, + "id": 22078, "luminance": 0, "opaque": true, "replaceable": false, @@ -230479,18 +260162,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 19668, + "id": 22079, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230498,13 +260180,13 @@ ] }, { - "id": 19669, + "id": 22080, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230512,77 +260194,75 @@ ] }, { - "id": 19670, + "id": 22081, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 19671, + "id": 22082, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19672, + "id": 22083, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19673, + "id": 22084, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 19674, + "id": 22085, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19675, + "id": 22086, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19676, + "id": 22087, "luminance": 0, "opaque": true, "replaceable": false, @@ -230590,18 +260270,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 19677, + "id": 22088, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230609,13 +260288,13 @@ ] }, { - "id": 19678, + "id": 22089, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230623,7 +260302,7 @@ ] }, { - "id": 19679, + "id": 22090, "luminance": 0, "opaque": true, "replaceable": false, @@ -230631,18 +260310,17 @@ "collision_shapes": [ 140, 148, - 145, - 152 + 145 ] }, { - "id": 19680, + "id": 22091, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230650,13 +260328,13 @@ ] }, { - "id": 19681, + "id": 22092, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 141, 142, 143, 148, @@ -230664,89 +260342,86 @@ ] }, { - "id": 19682, + "id": 22093, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 19683, + "id": 22094, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19684, + "id": 22095, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19685, + "id": 22096, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 151 ] }, { - "id": 19686, + "id": 22097, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19687, + "id": 22098, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, + 144, 150, 147 ] }, { - "id": 19688, + "id": 22099, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 19689, + "id": 22100, "luminance": 0, "opaque": true, "replaceable": false, @@ -230754,12 +260429,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 19690, + "id": 22101, "luminance": 0, "opaque": true, "replaceable": false, @@ -230767,24 +260441,22 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 19691, + "id": 22102, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 152 ] }, { - "id": 19692, + "id": 22103, "luminance": 0, "opaque": true, "replaceable": false, @@ -230792,12 +260464,11 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 19693, + "id": 22104, "luminance": 0, "opaque": true, "replaceable": false, @@ -230805,91 +260476,83 @@ "collision_shapes": [ 153, 142, - 143, - 148 + 143 ] }, { - "id": 19694, + "id": 22105, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 19695, + "id": 22106, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 19696, + "id": 22107, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 19697, + "id": 22108, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 154 ] }, { - "id": 19698, + "id": 22109, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 19699, + "id": 22110, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 153 ] }, { - "id": 19700, + "id": 22111, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 19701, + "id": 22112, "luminance": 0, "opaque": true, "replaceable": false, @@ -230898,12 +260561,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19702, + "id": 22113, "luminance": 0, "opaque": true, "replaceable": false, @@ -230912,25 +260574,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19703, + "id": 22114, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 19704, + "id": 22115, "luminance": 0, "opaque": true, "replaceable": false, @@ -230939,12 +260599,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19705, + "id": 22116, "luminance": 0, "opaque": true, "replaceable": false, @@ -230953,95 +260612,89 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19706, + "id": 22117, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 19707, + "id": 22118, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19708, + "id": 22119, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19709, + "id": 22120, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 19710, + "id": 22121, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19711, + "id": 22122, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19712, + "id": 22123, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 19713, + "id": 22124, "luminance": 0, "opaque": true, "replaceable": false, @@ -231050,12 +260703,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19714, + "id": 22125, "luminance": 0, "opaque": true, "replaceable": false, @@ -231064,25 +260716,23 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19715, + "id": 22126, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148, 145, 152 ] }, { - "id": 19716, + "id": 22127, "luminance": 0, "opaque": true, "replaceable": false, @@ -231091,12 +260741,11 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19717, + "id": 22128, "luminance": 0, "opaque": true, "replaceable": false, @@ -231105,1901 +260754,1971 @@ 153, 142, 143, - 148, 145 ] }, { - "id": 19718, + "id": 22129, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 19719, + "id": 22130, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19720, + "id": 22131, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19721, + "id": 22132, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, + 146, 155 ] }, { - "id": 19722, + "id": 22133, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] }, { - "id": 19723, + "id": 22134, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 153, - 150, 147 ] - } - ] - }, - { - "id": 852, - "name": "blackstone_slab", - "translation_key": "block.minecraft.blackstone_slab", - "item_id": 1178, - "properties": [ + }, { - "name": "type", - "values": [ - "top", - "bottom", - "double" + "id": 22135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 22136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148 ] - } - ], - "default_state_id": 19727, - "states": [ + }, { - "id": 19724, + "id": 22137, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 153, + 142, + 143, + 148 ] }, { - "id": 19725, + "id": 22138, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148, + 152 ] }, { - "id": 19726, + "id": 22139, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 153, + 142, + 143, + 148 ] }, { - "id": 19727, + "id": 22140, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 153, + 142, + 143, + 148 ] }, { - "id": 19728, + "id": 22141, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 149, + 155 ] }, { - "id": 19729, + "id": 22142, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150 ] - } - ] - }, - { - "id": 853, - "name": "polished_blackstone", - "translation_key": "block.minecraft.polished_blackstone", - "item_id": 1181, - "properties": [], - "default_state_id": 19730, - "states": [ + }, { - "id": 19730, + "id": 22143, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150 ] - } - ] - }, - { - "id": 854, - "name": "polished_blackstone_bricks", - "translation_key": "block.minecraft.polished_blackstone_bricks", - "item_id": 1185, - "properties": [], - "default_state_id": 19731, - "states": [ + }, { - "id": 19731, + "id": 22144, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 149, + 155 ] - } - ] - }, - { - "id": 855, - "name": "cracked_polished_blackstone_bricks", - "translation_key": "block.minecraft.cracked_polished_blackstone_bricks", - "item_id": 1188, - "properties": [], - "default_state_id": 19732, - "states": [ + }, { - "id": 19732, + "id": 22145, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150 ] - } - ] - }, - { - "id": 856, - "name": "chiseled_polished_blackstone", - "translation_key": "block.minecraft.chiseled_polished_blackstone", - "item_id": 1184, - "properties": [], - "default_state_id": 19733, - "states": [ + }, { - "id": 19733, + "id": 22146, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150 ] - } - ] - }, - { - "id": 857, - "name": "polished_blackstone_brick_slab", - "translation_key": "block.minecraft.polished_blackstone_brick_slab", - "item_id": 1186, - "properties": [ + }, { - "name": "type", - "values": [ - "top", - "bottom", - "double" + "id": 22147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 140, + 148, + 145, + 152 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 22148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 ] - } - ], - "default_state_id": 19737, - "states": [ + }, { - "id": 19734, + "id": 22149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22150, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 140, + 148, + 145, + 152 ] }, { - "id": 19735, + "id": 22151, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19736, + "id": 22152, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19737, + "id": 22153, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 151, + 155 ] }, { - "id": 19738, + "id": 22154, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 153, + 150, + 147 ] }, { - "id": 19739, + "id": 22155, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 858, - "name": "polished_blackstone_brick_stairs", - "translation_key": "block.minecraft.polished_blackstone_brick_stairs", - "item_id": 1187, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 153, + 150, + 147 ] }, { - "name": "half", - "values": [ - "top", - "bottom" + "id": 22156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 151, + 155 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 22157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 150, + 147 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 19751, - "states": [ - { - "id": 19740, + "id": 22158, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 153, + 150, + 147 ] }, { - "id": 19741, + "id": 22159, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 140, + 148, + 145, + 152 ] }, { - "id": 19742, + "id": 22160, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19743, + "id": 22161, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19744, + "id": 22162, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 140, + 148, + 145, + 152 ] }, { - "id": 19745, + "id": 22163, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19746, + "id": 22164, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19747, + "id": 22165, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 151, + 155 ] }, { - "id": 19748, + "id": 22166, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 19749, + "id": 22167, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 19750, + "id": 22168, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 151, + 155 ] }, { - "id": 19751, + "id": 22169, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 153, + 150, + 147 ] }, { - "id": 19752, + "id": 22170, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 150, + 147 ] }, { - "id": 19753, + "id": 22171, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 140, + 148, + 152 ] }, { - "id": 19754, + "id": 22172, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 19755, + "id": 22173, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 142, + 143, + 148 ] }, { - "id": 19756, + "id": 22174, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 140, + 148, + 152 ] }, { - "id": 19757, + "id": 22175, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153, + 142, + 143, + 148 ] }, { - "id": 19758, + "id": 22176, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 148 ] }, { - "id": 19759, + "id": 22177, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 149, + 155 ] }, { - "id": 19760, + "id": 22178, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 150 ] }, { - "id": 19761, + "id": 22179, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 153, + 150 ] }, { - "id": 19762, + "id": 22180, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 149, + 155 ] }, { - "id": 19763, + "id": 22181, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 150 ] }, { - "id": 19764, + "id": 22182, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 150 ] }, { - "id": 19765, + "id": 22183, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 140, + 148, + 145, + 152 ] }, { - "id": 19766, + "id": 22184, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19767, + "id": 22185, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19768, + "id": 22186, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 19769, + "id": 22187, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19770, + "id": 22188, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19771, + "id": 22189, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 151, + 155 ] }, { - "id": 19772, + "id": 22190, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 19773, + "id": 22191, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 19774, + "id": 22192, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 151, + 155 ] }, { - "id": 19775, + "id": 22193, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 150, + 147 ] }, { - "id": 19776, + "id": 22194, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 150, + 147 ] }, { - "id": 19777, + "id": 22195, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 140, + 148, + 145, + 152 ] }, { - "id": 19778, + "id": 22196, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19779, + "id": 22197, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19780, + "id": 22198, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 140, + 148, + 145, + 152 ] }, { - "id": 19781, + "id": 22199, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19782, + "id": 22200, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 153, + 142, + 143, + 148, + 145 ] }, { - "id": 19783, + "id": 22201, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 151, + 155 ] }, { - "id": 19784, + "id": 22202, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 19785, + "id": 22203, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 153, + 150, + 147 ] }, { - "id": 19786, + "id": 22204, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 151, + 155 ] }, { - "id": 19787, + "id": 22205, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 153, + 150, + 147 ] }, { - "id": 19788, + "id": 22206, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 153, + 150, + 147 ] }, { - "id": 19789, + "id": 22207, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 140, + 152 ] }, { - "id": 19790, + "id": 22208, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143 ] }, { - "id": 19791, + "id": 22209, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 153, + 142, + 143 ] }, { - "id": 19792, + "id": 22210, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 140, + 152 ] }, { - "id": 19793, + "id": 22211, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 153, + 142, + 143 ] }, { - "id": 19794, + "id": 22212, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 153, + 142, + 143 ] }, { - "id": 19795, + "id": 22213, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 154 ] }, { - "id": 19796, + "id": 22214, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153 ] }, { - "id": 19797, + "id": 22215, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 153 ] }, { - "id": 19798, + "id": 22216, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 154 ] }, { - "id": 19799, + "id": 22217, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 153 ] }, { - "id": 19800, + "id": 22218, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 153 ] }, { - "id": 19801, + "id": 22219, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 140, + 145, + 152 ] }, { - "id": 19802, + "id": 22220, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 19803, + "id": 22221, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 153, + 142, + 143, + 145 ] }, { - "id": 19804, + "id": 22222, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 140, + 145, + 152 ] }, { - "id": 19805, + "id": 22223, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 153, + 142, + 143, + 145 ] }, { - "id": 19806, + "id": 22224, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 19807, + "id": 22225, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 146, + 155 ] }, { - "id": 19808, + "id": 22226, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 19809, + "id": 22227, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 153, + 147 ] }, { - "id": 19810, + "id": 22228, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 146, + 155 ] }, { - "id": 19811, + "id": 22229, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 153, + 147 ] }, { - "id": 19812, + "id": 22230, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 153, + 147 ] }, { - "id": 19813, + "id": 22231, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 140, + 145, + 152 ] }, { - "id": 19814, + "id": 22232, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 19815, + "id": 22233, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 19816, + "id": 22234, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 140, + 145, + 152 ] }, { - "id": 19817, + "id": 22235, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 153, + 142, + 143, + 145 ] }, { - "id": 19818, + "id": 22236, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 153, + 142, + 143, + 145 ] }, { - "id": 19819, + "id": 22237, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 859, - "name": "polished_blackstone_brick_wall", - "translation_key": "block.minecraft.polished_blackstone_brick_wall", - "item_id": 392, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" + 146, + 155 ] }, { - "name": "north", - "values": [ - "none", - "low", - "tall" + "id": 22238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "south", - "values": [ - "none", - "low", - "tall" + "id": 22239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "up", - "values": [ - "true", - "false" + "id": 22240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 146, + 155 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 22241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] }, { - "name": "west", - "values": [ - "none", - "low", - "tall" + "id": 22242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 153, + 147 ] - } - ], - "default_state_id": 19823, - "states": [ + }, { - "id": 19820, + "id": 22243, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148, + 152 ] }, { - "id": 19821, + "id": 22244, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143 + 143, + 148 ] }, { - "id": 19822, + "id": 22245, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143 + 143, + 148 ] }, { - "id": 19823, + "id": 22246, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 + 140, + 148, + 152 ] }, { - "id": 19824, + "id": 22247, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143 + 143, + 148 ] }, { - "id": 19825, + "id": 22248, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, - 143 + 143, + 148 ] }, { - "id": 19826, + "id": 22249, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149, + 155 + ] }, { - "id": 19827, + "id": 22250, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153, + 150 ] }, { - "id": 19828, + "id": 22251, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153, + 150 ] }, { - "id": 19829, + "id": 22252, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 149, + 155 + ] }, { - "id": 19830, + "id": 22253, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153, + 150 ] }, { - "id": 19831, + "id": 22254, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 + 153, + 150 ] }, { - "id": 19832, + "id": 22255, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 148, + 145, + 152 ] }, { - "id": 19833, + "id": 22256, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19834, + "id": 22257, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19835, + "id": 22258, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 148, + 145, + 152 ] }, { - "id": 19836, + "id": 22259, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19837, + "id": 22260, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19838, + "id": 22261, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151, + 155 ] }, { - "id": 19839, + "id": 22262, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19840, + "id": 22263, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19841, + "id": 22264, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151, + 155 ] }, { - "id": 19842, + "id": 22265, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19843, + "id": 22266, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19844, + "id": 22267, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 148, + 145, + 152 ] }, { - "id": 19845, + "id": 22268, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19846, + "id": 22269, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19847, + "id": 22270, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 145 + 148, + 145, + 152 ] }, { - "id": 19848, + "id": 22271, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19849, + "id": 22272, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, + 148, 145 ] }, { - "id": 19850, + "id": 22273, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151, + 155 ] }, { - "id": 19851, + "id": 22274, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19852, + "id": 22275, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19853, + "id": 22276, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 + 151, + 155 ] }, { - "id": 19854, + "id": 22277, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19855, + "id": 22278, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, + 150, 147 ] }, { - "id": 19856, + "id": 22279, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19857, + "id": 22280, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19858, + "id": 22281, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19859, + "id": 22282, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 140, - 148 + 148, + 152 ] }, { - "id": 19860, + "id": 22283, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19861, + "id": 22284, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148 ] }, { - "id": 19862, + "id": 22285, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19863, + "id": 22286, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19864, + "id": 22287, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19865, + "id": 22288, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 + 149, + 155 ] }, { - "id": 19866, + "id": 22289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19867, + "id": 22290, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150 ] }, { - "id": 19868, + "id": 22291, "luminance": 0, "opaque": true, "replaceable": false, @@ -233007,17 +262726,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19869, + "id": 22292, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233025,13 +262745,13 @@ ] }, { - "id": 19870, + "id": 22293, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233039,7 +262759,7 @@ ] }, { - "id": 19871, + "id": 22294, "luminance": 0, "opaque": true, "replaceable": false, @@ -233047,17 +262767,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19872, + "id": 22295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233065,13 +262786,13 @@ ] }, { - "id": 19873, + "id": 22296, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233079,75 +262800,77 @@ ] }, { - "id": 19874, + "id": 22297, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19875, + "id": 22298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19876, + "id": 22299, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19877, + "id": 22300, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19878, + "id": 22301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19879, + "id": 22302, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19880, + "id": 22303, "luminance": 0, "opaque": true, "replaceable": false, @@ -233155,17 +262878,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19881, + "id": 22304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233173,13 +262897,13 @@ ] }, { - "id": 19882, + "id": 22305, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233187,7 +262911,7 @@ ] }, { - "id": 19883, + "id": 22306, "luminance": 0, "opaque": true, "replaceable": false, @@ -233195,17 +262919,18 @@ "collision_shapes": [ 140, 148, - 145 + 145, + 152 ] }, { - "id": 19884, + "id": 22307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233213,13 +262938,13 @@ ] }, { - "id": 19885, + "id": 22308, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, + 153, 142, 143, 148, @@ -233227,8671 +262952,8164 @@ ] }, { - "id": 19886, + "id": 22309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19887, + "id": 22310, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19888, + "id": 22311, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19889, + "id": 22312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 151, + 155 ] }, { - "id": 19890, + "id": 22313, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] }, { - "id": 19891, + "id": 22314, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, + 153, 150, 147 ] - }, + } + ] + }, + { + "id": 922, + "name": "chiseled_tuff_bricks", + "translation_key": "block.minecraft.chiseled_tuff_bricks", + "item_id": 25, + "properties": [], + "default_state_id": 22315, + "states": [ { - "id": 19892, + "id": 22315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 + 0 ] - }, + } + ] + }, + { + "id": 923, + "name": "calcite", + "translation_key": "block.minecraft.calcite", + "item_id": 11, + "properties": [], + "default_state_id": 22316, + "states": [ { - "id": 19893, + "id": 22316, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 924, + "name": "tinted_glass", + "translation_key": "block.minecraft.tinted_glass", + "item_id": 188, + "properties": [], + "default_state_id": 22317, + "states": [ { - "id": 19894, + "id": 22317, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 925, + "name": "powder_snow", + "translation_key": "block.minecraft.powder_snow", + "item_id": 908, + "properties": [], + "default_state_id": 22318, + "states": [ { - "id": 19895, + "id": 22318, "luminance": 0, "opaque": true, "replaceable": false, + "blocks_motion": false, + "collision_shapes": [] + } + ] + }, + { + "id": 926, + "name": "sculk_sensor", + "translation_key": "block.minecraft.sculk_sensor", + "item_id": 674, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "sculk_sensor_phase", + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 22320, + "states": [ + { + "id": 22319, + "luminance": 1, + "opaque": true, + "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19896, - "luminance": 0, + "id": 22320, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19897, - "luminance": 0, + "id": 22321, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19898, - "luminance": 0, + "id": 22322, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19899, - "luminance": 0, + "id": 22323, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19900, - "luminance": 0, + "id": 22324, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19901, - "luminance": 0, + "id": 22325, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19902, - "luminance": 0, + "id": 22326, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19903, - "luminance": 0, + "id": 22327, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19904, - "luminance": 0, + "id": 22328, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19905, - "luminance": 0, + "id": 22329, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19906, - "luminance": 0, + "id": 22330, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19907, - "luminance": 0, + "id": 22331, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19908, - "luminance": 0, + "id": 22332, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19909, - "luminance": 0, + "id": 22333, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19910, - "luminance": 0, + "id": 22334, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19911, - "luminance": 0, + "id": 22335, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19912, - "luminance": 0, + "id": 22336, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19913, - "luminance": 0, + "id": 22337, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19914, - "luminance": 0, + "id": 22338, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19915, - "luminance": 0, + "id": 22339, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19916, - "luminance": 0, + "id": 22340, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19917, - "luminance": 0, + "id": 22341, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19918, - "luminance": 0, + "id": 22342, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19919, - "luminance": 0, + "id": 22343, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19920, - "luminance": 0, + "id": 22344, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19921, - "luminance": 0, + "id": 22345, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19922, - "luminance": 0, + "id": 22346, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19923, - "luminance": 0, + "id": 22347, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19924, - "luminance": 0, + "id": 22348, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19925, - "luminance": 0, + "id": 22349, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19926, - "luminance": 0, + "id": 22350, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19927, - "luminance": 0, + "id": 22351, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19928, - "luminance": 0, + "id": 22352, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19929, - "luminance": 0, + "id": 22353, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19930, - "luminance": 0, + "id": 22354, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19931, - "luminance": 0, + "id": 22355, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19932, - "luminance": 0, + "id": 22356, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19933, - "luminance": 0, + "id": 22357, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19934, - "luminance": 0, + "id": 22358, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19935, - "luminance": 0, + "id": 22359, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19936, - "luminance": 0, + "id": 22360, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19937, - "luminance": 0, + "id": 22361, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19938, - "luminance": 0, + "id": 22362, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19939, - "luminance": 0, + "id": 22363, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19940, - "luminance": 0, + "id": 22364, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19941, - "luminance": 0, + "id": 22365, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19942, - "luminance": 0, + "id": 22366, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19943, - "luminance": 0, + "id": 22367, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19944, - "luminance": 0, + "id": 22368, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19945, - "luminance": 0, + "id": 22369, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19946, - "luminance": 0, + "id": 22370, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19947, - "luminance": 0, + "id": 22371, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19948, - "luminance": 0, + "id": 22372, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19949, - "luminance": 0, + "id": 22373, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19950, - "luminance": 0, + "id": 22374, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19951, - "luminance": 0, + "id": 22375, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19952, - "luminance": 0, + "id": 22376, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22377, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22378, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22379, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22380, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22381, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22382, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22383, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22384, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22385, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22386, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22387, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22388, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22389, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22390, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 + }, + { + "id": 22391, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 34 }, { - "id": 19953, - "luminance": 0, + "id": 22392, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19954, - "luminance": 0, + "id": 22393, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19955, - "luminance": 0, + "id": 22394, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19956, - "luminance": 0, + "id": 22395, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19957, - "luminance": 0, + "id": 22396, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19958, - "luminance": 0, + "id": 22397, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19959, - "luminance": 0, + "id": 22398, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19960, - "luminance": 0, + "id": 22399, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19961, - "luminance": 0, + "id": 22400, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19962, - "luminance": 0, + "id": 22401, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19963, - "luminance": 0, + "id": 22402, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19964, - "luminance": 0, + "id": 22403, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19965, - "luminance": 0, + "id": 22404, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19966, - "luminance": 0, + "id": 22405, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19967, - "luminance": 0, + "id": 22406, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19968, - "luminance": 0, + "id": 22407, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19969, - "luminance": 0, + "id": 22408, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19970, - "luminance": 0, + "id": 22409, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19971, - "luminance": 0, + "id": 22410, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19972, - "luminance": 0, + "id": 22411, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19973, - "luminance": 0, + "id": 22412, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19974, - "luminance": 0, + "id": 22413, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 34 }, { - "id": 19975, - "luminance": 0, + "id": 22414, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51 + ], + "block_entity_type": 34 + } + ] + }, + { + "id": 927, + "name": "calibrated_sculk_sensor", + "translation_key": "block.minecraft.calibrated_sculk_sensor", + "item_id": 675, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 19976, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" ] }, { - "id": 19977, - "luminance": 0, + "name": "sculk_sensor_phase", + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 22416, + "states": [ + { + "id": 22415, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19978, - "luminance": 0, + "id": 22416, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19979, - "luminance": 0, + "id": 22417, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19980, - "luminance": 0, + "id": 22418, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19981, - "luminance": 0, + "id": 22419, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19982, - "luminance": 0, + "id": 22420, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19983, - "luminance": 0, + "id": 22421, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19984, - "luminance": 0, + "id": 22422, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19985, - "luminance": 0, + "id": 22423, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19986, - "luminance": 0, + "id": 22424, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19987, - "luminance": 0, + "id": 22425, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19988, - "luminance": 0, + "id": 22426, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19989, - "luminance": 0, + "id": 22427, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19990, - "luminance": 0, + "id": 22428, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19991, - "luminance": 0, + "id": 22429, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19992, - "luminance": 0, + "id": 22430, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19993, - "luminance": 0, + "id": 22431, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19994, - "luminance": 0, + "id": 22432, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19995, - "luminance": 0, + "id": 22433, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19996, - "luminance": 0, + "id": 22434, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19997, - "luminance": 0, + "id": 22435, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19998, - "luminance": 0, + "id": 22436, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 19999, - "luminance": 0, + "id": 22437, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20000, - "luminance": 0, + "id": 22438, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20001, - "luminance": 0, + "id": 22439, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20002, - "luminance": 0, + "id": 22440, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20003, - "luminance": 0, + "id": 22441, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20004, - "luminance": 0, + "id": 22442, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20005, - "luminance": 0, + "id": 22443, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20006, - "luminance": 0, + "id": 22444, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20007, - "luminance": 0, + "id": 22445, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20008, - "luminance": 0, + "id": 22446, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20009, - "luminance": 0, + "id": 22447, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20010, - "luminance": 0, + "id": 22448, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20011, - "luminance": 0, + "id": 22449, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20012, - "luminance": 0, + "id": 22450, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20013, - "luminance": 0, + "id": 22451, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20014, - "luminance": 0, + "id": 22452, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20015, - "luminance": 0, + "id": 22453, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20016, - "luminance": 0, + "id": 22454, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20017, - "luminance": 0, + "id": 22455, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20018, - "luminance": 0, + "id": 22456, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20019, - "luminance": 0, + "id": 22457, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20020, - "luminance": 0, + "id": 22458, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20021, - "luminance": 0, + "id": 22459, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20022, - "luminance": 0, + "id": 22460, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20023, - "luminance": 0, + "id": 22461, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20024, - "luminance": 0, + "id": 22462, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20025, - "luminance": 0, + "id": 22463, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20026, - "luminance": 0, + "id": 22464, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20027, - "luminance": 0, + "id": 22465, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20028, - "luminance": 0, + "id": 22466, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20029, - "luminance": 0, + "id": 22467, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20030, - "luminance": 0, + "id": 22468, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20031, - "luminance": 0, + "id": 22469, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20032, - "luminance": 0, + "id": 22470, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20033, - "luminance": 0, + "id": 22471, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20034, - "luminance": 0, + "id": 22472, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20035, - "luminance": 0, + "id": 22473, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20036, - "luminance": 0, + "id": 22474, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20037, - "luminance": 0, + "id": 22475, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20038, - "luminance": 0, + "id": 22476, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22477, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20039, - "luminance": 0, + "id": 22478, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20040, - "luminance": 0, + "id": 22479, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20041, - "luminance": 0, + "id": 22480, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20042, - "luminance": 0, + "id": 22481, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20043, - "luminance": 0, + "id": 22482, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20044, - "luminance": 0, + "id": 22483, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20045, - "luminance": 0, + "id": 22484, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 154 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20046, - "luminance": 0, + "id": 22485, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20047, - "luminance": 0, + "id": 22486, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20048, - "luminance": 0, + "id": 22487, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20049, - "luminance": 0, + "id": 22488, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20050, - "luminance": 0, + "id": 22489, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20051, - "luminance": 0, + "id": 22490, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20052, - "luminance": 0, + "id": 22491, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20053, - "luminance": 0, + "id": 22492, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20054, - "luminance": 0, + "id": 22493, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20055, - "luminance": 0, + "id": 22494, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20056, - "luminance": 0, + "id": 22495, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20057, - "luminance": 0, + "id": 22496, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20058, - "luminance": 0, + "id": 22497, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20059, - "luminance": 0, + "id": 22498, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20060, - "luminance": 0, + "id": 22499, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20061, - "luminance": 0, + "id": 22500, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20062, - "luminance": 0, + "id": 22501, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20063, - "luminance": 0, + "id": 22502, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20064, - "luminance": 0, + "id": 22503, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20065, - "luminance": 0, + "id": 22504, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20066, - "luminance": 0, + "id": 22505, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20067, - "luminance": 0, + "id": 22506, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20068, - "luminance": 0, + "id": 22507, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20069, - "luminance": 0, + "id": 22508, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20070, - "luminance": 0, + "id": 22509, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20071, - "luminance": 0, + "id": 22510, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20072, - "luminance": 0, + "id": 22511, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20073, - "luminance": 0, + "id": 22512, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20074, - "luminance": 0, + "id": 22513, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20075, - "luminance": 0, + "id": 22514, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20076, - "luminance": 0, + "id": 22515, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20077, - "luminance": 0, + "id": 22516, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20078, - "luminance": 0, + "id": 22517, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20079, - "luminance": 0, + "id": 22518, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20080, - "luminance": 0, + "id": 22519, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20081, - "luminance": 0, + "id": 22520, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20082, - "luminance": 0, + "id": 22521, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20083, - "luminance": 0, + "id": 22522, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20084, - "luminance": 0, + "id": 22523, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20085, - "luminance": 0, + "id": 22524, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20086, - "luminance": 0, + "id": 22525, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20087, - "luminance": 0, + "id": 22526, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20088, - "luminance": 0, + "id": 22527, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20089, - "luminance": 0, + "id": 22528, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20090, - "luminance": 0, + "id": 22529, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20091, - "luminance": 0, + "id": 22530, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20092, - "luminance": 0, + "id": 22531, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20093, - "luminance": 0, + "id": 22532, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20094, - "luminance": 0, + "id": 22533, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20095, - "luminance": 0, + "id": 22534, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20096, - "luminance": 0, + "id": 22535, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20097, - "luminance": 0, + "id": 22536, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20098, - "luminance": 0, + "id": 22537, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20099, - "luminance": 0, + "id": 22538, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20100, - "luminance": 0, + "id": 22539, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20101, - "luminance": 0, + "id": 22540, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20102, - "luminance": 0, + "id": 22541, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20103, - "luminance": 0, + "id": 22542, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20104, - "luminance": 0, + "id": 22543, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20105, - "luminance": 0, + "id": 22544, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20106, - "luminance": 0, + "id": 22545, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20107, - "luminance": 0, + "id": 22546, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20108, - "luminance": 0, + "id": 22547, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20109, - "luminance": 0, + "id": 22548, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20110, - "luminance": 0, + "id": 22549, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20111, - "luminance": 0, + "id": 22550, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20112, - "luminance": 0, + "id": 22551, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20113, - "luminance": 0, + "id": 22552, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20114, - "luminance": 0, + "id": 22553, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20115, - "luminance": 0, + "id": 22554, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20116, - "luminance": 0, + "id": 22555, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20117, - "luminance": 0, + "id": 22556, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20118, - "luminance": 0, + "id": 22557, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20119, - "luminance": 0, + "id": 22558, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20120, - "luminance": 0, + "id": 22559, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20121, - "luminance": 0, + "id": 22560, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20122, - "luminance": 0, + "id": 22561, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20123, - "luminance": 0, + "id": 22562, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20124, - "luminance": 0, + "id": 22563, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20125, - "luminance": 0, + "id": 22564, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20126, - "luminance": 0, + "id": 22565, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20127, - "luminance": 0, + "id": 22566, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20128, - "luminance": 0, + "id": 22567, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20129, - "luminance": 0, + "id": 22568, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20130, - "luminance": 0, + "id": 22569, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20131, - "luminance": 0, + "id": 22570, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20132, - "luminance": 0, + "id": 22571, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20133, - "luminance": 0, + "id": 22572, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20134, - "luminance": 0, + "id": 22573, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20135, - "luminance": 0, + "id": 22574, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20136, - "luminance": 0, + "id": 22575, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20137, - "luminance": 0, + "id": 22576, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20138, - "luminance": 0, + "id": 22577, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20139, - "luminance": 0, + "id": 22578, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20140, - "luminance": 0, + "id": 22579, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20141, - "luminance": 0, + "id": 22580, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20142, - "luminance": 0, + "id": 22581, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20143, - "luminance": 0, + "id": 22582, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 - ] - } - ] - }, - { - "id": 860, - "name": "gilded_blackstone", - "translation_key": "block.minecraft.gilded_blackstone", - "item_id": 1180, - "properties": [], - "default_state_id": 20144, - "states": [ + 51 + ], + "block_entity_type": 35 + }, { - "id": 20144, - "luminance": 0, + "id": 22583, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 861, - "name": "polished_blackstone_stairs", - "translation_key": "block.minecraft.polished_blackstone_stairs", - "item_id": 1183, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] + 51 + ], + "block_entity_type": 35 }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ] + "id": 22584, + "luminance": 1, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20156, - "states": [ - { - "id": 20145, - "luminance": 0, + "id": 22585, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20146, - "luminance": 0, + "id": 22586, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20147, - "luminance": 0, + "id": 22587, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20148, - "luminance": 0, + "id": 22588, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20149, - "luminance": 0, + "id": 22589, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20150, - "luminance": 0, + "id": 22590, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20151, - "luminance": 0, + "id": 22591, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20152, - "luminance": 0, + "id": 22592, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20153, - "luminance": 0, + "id": 22593, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20154, - "luminance": 0, + "id": 22594, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20155, - "luminance": 0, + "id": 22595, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20156, - "luminance": 0, + "id": 22596, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20157, - "luminance": 0, + "id": 22597, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20158, - "luminance": 0, + "id": 22598, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20159, - "luminance": 0, + "id": 22599, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20160, - "luminance": 0, + "id": 22600, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20161, - "luminance": 0, + "id": 22601, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20162, - "luminance": 0, + "id": 22602, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20163, - "luminance": 0, + "id": 22603, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20164, - "luminance": 0, + "id": 22604, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20165, - "luminance": 0, + "id": 22605, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20166, - "luminance": 0, + "id": 22606, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20167, - "luminance": 0, + "id": 22607, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20168, - "luminance": 0, + "id": 22608, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20169, - "luminance": 0, + "id": 22609, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20170, - "luminance": 0, + "id": 22610, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20171, - "luminance": 0, + "id": 22611, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20172, - "luminance": 0, + "id": 22612, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20173, - "luminance": 0, + "id": 22613, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20174, - "luminance": 0, + "id": 22614, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20175, - "luminance": 0, + "id": 22615, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20176, - "luminance": 0, + "id": 22616, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20177, - "luminance": 0, + "id": 22617, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20178, - "luminance": 0, + "id": 22618, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20179, - "luminance": 0, + "id": 22619, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20180, - "luminance": 0, + "id": 22620, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20181, - "luminance": 0, + "id": 22621, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20182, - "luminance": 0, + "id": 22622, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20183, - "luminance": 0, + "id": 22623, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20184, - "luminance": 0, + "id": 22624, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20185, - "luminance": 0, + "id": 22625, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20186, - "luminance": 0, + "id": 22626, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20187, - "luminance": 0, + "id": 22627, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20188, - "luminance": 0, + "id": 22628, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20189, - "luminance": 0, + "id": 22629, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20190, - "luminance": 0, + "id": 22630, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20191, - "luminance": 0, + "id": 22631, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20192, - "luminance": 0, + "id": 22632, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20193, - "luminance": 0, + "id": 22633, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20194, - "luminance": 0, + "id": 22634, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20195, - "luminance": 0, + "id": 22635, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20196, - "luminance": 0, + "id": 22636, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20197, - "luminance": 0, + "id": 22637, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20198, - "luminance": 0, + "id": 22638, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20199, - "luminance": 0, + "id": 22639, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20200, - "luminance": 0, + "id": 22640, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20201, - "luminance": 0, + "id": 22641, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20202, - "luminance": 0, + "id": 22642, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20203, - "luminance": 0, + "id": 22643, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20204, - "luminance": 0, + "id": 22644, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20205, - "luminance": 0, + "id": 22645, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20206, - "luminance": 0, + "id": 22646, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20207, - "luminance": 0, + "id": 22647, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20208, - "luminance": 0, + "id": 22648, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20209, - "luminance": 0, + "id": 22649, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20210, - "luminance": 0, + "id": 22650, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20211, - "luminance": 0, + "id": 22651, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20212, - "luminance": 0, + "id": 22652, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20213, - "luminance": 0, + "id": 22653, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20214, - "luminance": 0, + "id": 22654, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20215, - "luminance": 0, + "id": 22655, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20216, - "luminance": 0, + "id": 22656, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20217, - "luminance": 0, + "id": 22657, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20218, - "luminance": 0, + "id": 22658, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20219, - "luminance": 0, + "id": 22659, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20220, - "luminance": 0, + "id": 22660, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20221, - "luminance": 0, + "id": 22661, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20222, - "luminance": 0, + "id": 22662, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20223, - "luminance": 0, + "id": 22663, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20224, - "luminance": 0, + "id": 22664, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 862, - "name": "polished_blackstone_slab", - "translation_key": "block.minecraft.polished_blackstone_slab", - "item_id": 1182, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" - ] + 51 + ], + "block_entity_type": 35 }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20228, - "states": [ - { - "id": 20225, - "luminance": 0, + "id": 22665, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20226, - "luminance": 0, + "id": 22666, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20227, - "luminance": 0, + "id": 22667, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ] + ], + "block_entity_type": 35 }, { - "id": 20228, - "luminance": 0, + "id": 22668, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ] + ], + "block_entity_type": 35 }, { - "id": 20229, - "luminance": 0, + "id": 22669, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20230, - "luminance": 0, + "id": 22670, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 863, - "name": "polished_blackstone_pressure_plate", - "translation_key": "block.minecraft.polished_blackstone_pressure_plate", - "item_id": 674, - "properties": [ - { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20232, - "states": [ + 51 + ], + "block_entity_type": 35 + }, { - "id": 20231, - "luminance": 0, - "opaque": false, + "id": 22671, + "luminance": 1, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20232, - "luminance": 0, - "opaque": false, + "id": 22672, + "luminance": 1, + "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 864, - "name": "polished_blackstone_button", - "translation_key": "block.minecraft.polished_blackstone_button", - "item_id": 661, - "properties": [ - { - "name": "face", - "values": [ - "floor", - "wall", - "ceiling" - ] - }, - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "name": "powered", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20242, - "states": [ - { - "id": 20233, - "luminance": 0, - "opaque": false, + "id": 22673, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20234, - "luminance": 0, - "opaque": false, + "id": 22674, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20235, - "luminance": 0, - "opaque": false, + "id": 22675, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20236, - "luminance": 0, - "opaque": false, + "id": 22676, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20237, - "luminance": 0, - "opaque": false, + "id": 22677, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20238, - "luminance": 0, - "opaque": false, + "id": 22678, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20239, - "luminance": 0, - "opaque": false, + "id": 22679, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20240, - "luminance": 0, - "opaque": false, + "id": 22680, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20241, - "luminance": 0, - "opaque": false, + "id": 22681, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20242, - "luminance": 0, - "opaque": false, + "id": 22682, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20243, - "luminance": 0, - "opaque": false, + "id": 22683, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20244, - "luminance": 0, - "opaque": false, + "id": 22684, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20245, - "luminance": 0, - "opaque": false, + "id": 22685, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20246, - "luminance": 0, - "opaque": false, + "id": 22686, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20247, - "luminance": 0, - "opaque": false, + "id": 22687, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20248, - "luminance": 0, - "opaque": false, + "id": 22688, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20249, - "luminance": 0, - "opaque": false, + "id": 22689, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20250, - "luminance": 0, - "opaque": false, + "id": 22690, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20251, - "luminance": 0, - "opaque": false, + "id": 22691, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20252, - "luminance": 0, - "opaque": false, + "id": 22692, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20253, - "luminance": 0, - "opaque": false, + "id": 22693, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20254, - "luminance": 0, - "opaque": false, + "id": 22694, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20255, - "luminance": 0, - "opaque": false, + "id": 22695, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20256, - "luminance": 0, - "opaque": false, + "id": 22696, + "luminance": 1, + "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] - } - ] - }, - { - "id": 865, - "name": "polished_blackstone_wall", - "translation_key": "block.minecraft.polished_blackstone_wall", - "item_id": 391, - "properties": [ - { - "name": "east", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "north", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "south", - "values": [ - "none", - "low", - "tall" - ] - }, - { - "name": "up", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] + "blocks_motion": true, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "name": "west", - "values": [ - "none", - "low", - "tall" - ] - } - ], - "default_state_id": 20260, - "states": [ - { - "id": 20257, - "luminance": 0, + "id": 22697, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20258, - "luminance": 0, + "id": 22698, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20259, - "luminance": 0, + "id": 22699, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20260, - "luminance": 0, + "id": 22700, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20261, - "luminance": 0, + "id": 22701, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20262, - "luminance": 0, + "id": 22702, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20263, - "luminance": 0, + "id": 22703, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20264, - "luminance": 0, + "id": 22704, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20265, - "luminance": 0, + "id": 22705, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20266, - "luminance": 0, + "id": 22706, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 }, { - "id": 20267, - "luminance": 0, + "id": 22707, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20268, - "luminance": 0, + "id": 22708, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20269, - "luminance": 0, + "id": 22709, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20270, - "luminance": 0, + "id": 22710, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20271, - "luminance": 0, + "id": 22711, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20272, - "luminance": 0, + "id": 22712, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20273, - "luminance": 0, + "id": 22713, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20274, - "luminance": 0, + "id": 22714, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20275, - "luminance": 0, + "id": 22715, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20276, - "luminance": 0, + "id": 22716, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20277, - "luminance": 0, + "id": 22717, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20278, - "luminance": 0, + "id": 22718, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20279, - "luminance": 0, + "id": 22719, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20280, - "luminance": 0, + "id": 22720, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20281, - "luminance": 0, + "id": 22721, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20282, - "luminance": 0, + "id": 22722, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20283, - "luminance": 0, + "id": 22723, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20284, - "luminance": 0, + "id": 22724, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20285, - "luminance": 0, + "id": 22725, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20286, - "luminance": 0, + "id": 22726, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20287, - "luminance": 0, + "id": 22727, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20288, - "luminance": 0, + "id": 22728, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20289, - "luminance": 0, + "id": 22729, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20290, - "luminance": 0, + "id": 22730, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20291, - "luminance": 0, + "id": 22731, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20292, - "luminance": 0, + "id": 22732, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20293, - "luminance": 0, + "id": 22733, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20294, - "luminance": 0, + "id": 22734, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20295, - "luminance": 0, + "id": 22735, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20296, - "luminance": 0, + "id": 22736, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20297, - "luminance": 0, + "id": 22737, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20298, - "luminance": 0, + "id": 22738, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20299, - "luminance": 0, + "id": 22739, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20300, - "luminance": 0, + "id": 22740, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20301, - "luminance": 0, + "id": 22741, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20302, - "luminance": 0, + "id": 22742, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20303, - "luminance": 0, + "id": 22743, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20304, - "luminance": 0, + "id": 22744, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20305, - "luminance": 0, + "id": 22745, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20306, - "luminance": 0, + "id": 22746, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20307, - "luminance": 0, + "id": 22747, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20308, - "luminance": 0, + "id": 22748, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20309, - "luminance": 0, + "id": 22749, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20310, - "luminance": 0, + "id": 22750, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20311, - "luminance": 0, + "id": 22751, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20312, - "luminance": 0, + "id": 22752, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20313, - "luminance": 0, + "id": 22753, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20314, - "luminance": 0, + "id": 22754, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20315, - "luminance": 0, + "id": 22755, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20316, - "luminance": 0, + "id": 22756, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20317, - "luminance": 0, + "id": 22757, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20318, - "luminance": 0, + "id": 22758, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20319, - "luminance": 0, + "id": 22759, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20320, - "luminance": 0, + "id": 22760, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20321, - "luminance": 0, + "id": 22761, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20322, - "luminance": 0, + "id": 22762, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20323, - "luminance": 0, + "id": 22763, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20324, - "luminance": 0, + "id": 22764, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20325, - "luminance": 0, + "id": 22765, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20326, - "luminance": 0, + "id": 22766, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20327, - "luminance": 0, + "id": 22767, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20328, - "luminance": 0, + "id": 22768, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20329, - "luminance": 0, + "id": 22769, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20330, - "luminance": 0, + "id": 22770, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20331, - "luminance": 0, + "id": 22771, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20332, - "luminance": 0, + "id": 22772, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20333, - "luminance": 0, + "id": 22773, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20334, - "luminance": 0, + "id": 22774, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20335, - "luminance": 0, + "id": 22775, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20336, - "luminance": 0, + "id": 22776, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20337, - "luminance": 0, + "id": 22777, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20338, - "luminance": 0, + "id": 22778, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20339, - "luminance": 0, + "id": 22779, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20340, - "luminance": 0, + "id": 22780, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20341, - "luminance": 0, + "id": 22781, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20342, - "luminance": 0, + "id": 22782, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20343, - "luminance": 0, + "id": 22783, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20344, - "luminance": 0, + "id": 22784, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20345, - "luminance": 0, + "id": 22785, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20346, - "luminance": 0, + "id": 22786, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20347, - "luminance": 0, + "id": 22787, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20348, - "luminance": 0, + "id": 22788, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20349, - "luminance": 0, + "id": 22789, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20350, - "luminance": 0, + "id": 22790, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20351, - "luminance": 0, + "id": 22791, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20352, - "luminance": 0, + "id": 22792, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 144, - 150, - 147 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20353, - "luminance": 0, + "id": 22793, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20354, - "luminance": 0, + "id": 22794, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20355, - "luminance": 0, + "id": 22795, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20356, - "luminance": 0, + "id": 22796, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20357, - "luminance": 0, + "id": 22797, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] + 51 + ], + "block_entity_type": 35 }, { - "id": 20358, - "luminance": 0, + "id": 22798, + "luminance": 1, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 141, - 142, - 143, - 148, - 145 - ] - }, + 51 + ], + "block_entity_type": 35 + } + ] + }, + { + "id": 928, + "name": "sculk", + "translation_key": "block.minecraft.sculk", + "item_id": 370, + "properties": [], + "default_state_id": 22799, + "states": [ { - "id": 20359, + "id": 22799, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151 + 0 + ] + } + ] + }, + { + "id": 929, + "name": "sculk_vein", + "translation_key": "block.minecraft.sculk_vein", + "item_id": 371, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" ] }, { - "id": 20360, + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 22927, + "states": [ + { + "id": 22800, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20361, + "id": 22801, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20362, + "id": 22802, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151 - ] + "collision_shapes": [] }, { - "id": 20363, + "id": 22803, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20364, + "id": 22804, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 144, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20365, + "id": 22805, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [] }, { - "id": 20366, + "id": 22806, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20367, + "id": 22807, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20368, + "id": 22808, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [] }, { - "id": 20369, + "id": 22809, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20370, + "id": 22810, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20371, + "id": 22811, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 20372, + "id": 22812, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20373, + "id": 22813, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20374, + "id": 22814, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 20375, + "id": 22815, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20376, + "id": 22816, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20377, + "id": 22817, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20378, + "id": 22818, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20379, + "id": 22819, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20380, + "id": 22820, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20381, + "id": 22821, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20382, + "id": 22822, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20383, + "id": 22823, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 20384, + "id": 22824, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20385, + "id": 22825, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20386, + "id": 22826, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 20387, + "id": 22827, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20388, + "id": 22828, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20389, + "id": 22829, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20390, + "id": 22830, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20391, + "id": 22831, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20392, + "id": 22832, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20393, + "id": 22833, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20394, + "id": 22834, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20395, + "id": 22835, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 20396, + "id": 22836, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20397, + "id": 22837, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20398, + "id": 22838, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 146, - 155 - ] + "collision_shapes": [] }, { - "id": 20399, + "id": 22839, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20400, + "id": 22840, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 147 - ] + "collision_shapes": [] }, { - "id": 20401, + "id": 22841, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [] }, { - "id": 20402, + "id": 22842, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20403, + "id": 22843, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20404, + "id": 22844, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [] }, { - "id": 20405, + "id": 22845, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20406, + "id": 22846, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20407, + "id": 22847, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 20408, + "id": 22848, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20409, + "id": 22849, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20410, + "id": 22850, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 20411, + "id": 22851, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20412, + "id": 22852, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20413, + "id": 22853, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20414, + "id": 22854, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20415, + "id": 22855, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20416, + "id": 22856, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20417, + "id": 22857, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20418, + "id": 22858, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20419, + "id": 22859, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20420, + "id": 22860, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20421, + "id": 22861, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20422, + "id": 22862, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20423, + "id": 22863, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20424, + "id": 22864, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20425, + "id": 22865, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20426, + "id": 22866, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20427, + "id": 22867, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20428, + "id": 22868, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20429, + "id": 22869, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20430, + "id": 22870, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20431, + "id": 22871, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20432, + "id": 22872, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20433, + "id": 22873, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20434, + "id": 22874, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20435, + "id": 22875, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20436, + "id": 22876, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20437, + "id": 22877, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [] }, { - "id": 20438, + "id": 22878, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20439, + "id": 22879, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20440, + "id": 22880, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 152 - ] + "collision_shapes": [] }, { - "id": 20441, + "id": 22881, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20442, + "id": 22882, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148 - ] + "collision_shapes": [] }, { - "id": 20443, + "id": 22883, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 20444, + "id": 22884, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20445, + "id": 22885, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20446, + "id": 22886, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 149, - 155 - ] + "collision_shapes": [] }, { - "id": 20447, + "id": 22887, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20448, + "id": 22888, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150 - ] + "collision_shapes": [] }, { - "id": 20449, + "id": 22889, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20450, + "id": 22890, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20451, + "id": 22891, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20452, + "id": 22892, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20453, + "id": 22893, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20454, + "id": 22894, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20455, + "id": 22895, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20456, + "id": 22896, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20457, + "id": 22897, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20458, + "id": 22898, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20459, + "id": 22899, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20460, + "id": 22900, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20461, + "id": 22901, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20462, + "id": 22902, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20463, + "id": 22903, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20464, + "id": 22904, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 148, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20465, + "id": 22905, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20466, + "id": 22906, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 - ] + "collision_shapes": [] }, { - "id": 20467, + "id": 22907, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20468, + "id": 22908, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20469, + "id": 22909, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20470, + "id": 22910, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 151, - 155 - ] + "collision_shapes": [] }, { - "id": 20471, + "id": 22911, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20472, + "id": 22912, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 150, - 147 - ] + "collision_shapes": [] }, { - "id": 20473, + "id": 22913, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [] }, { - "id": 20474, + "id": 22914, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20475, + "id": 22915, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20476, + "id": 22916, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 152 - ] + "collision_shapes": [] }, { - "id": 20477, + "id": 22917, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20478, + "id": 22918, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143 - ] + "collision_shapes": [] }, { - "id": 20479, + "id": 22919, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 20480, + "id": 22920, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20481, + "id": 22921, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20482, + "id": 22922, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 154 - ] + "collision_shapes": [] }, { - "id": 20483, + "id": 22923, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20484, + "id": 22924, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153 - ] + "collision_shapes": [] }, { - "id": 20485, + "id": 22925, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 140, - 145, - 152 - ] + "collision_shapes": [] }, { - "id": 20486, + "id": 22926, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + "collision_shapes": [] }, { - "id": 20487, + "id": 22927, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 153, - 142, - 143, - 145 + "collision_shapes": [] + } + ] + }, + { + "id": 930, + "name": "sculk_catalyst", + "translation_key": "block.minecraft.sculk_catalyst", + "item_id": 372, + "properties": [ + { + "name": "bloom", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 22929, + "states": [ { - "id": 20488, - "luminance": 0, + "id": 22928, + "luminance": 6, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] + 0 + ], + "block_entity_type": 36 }, { - "id": 20489, - "luminance": 0, + "id": 22929, + "luminance": 6, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 + ], + "block_entity_type": 36 + } + ] + }, + { + "id": 931, + "name": "sculk_shrieker", + "translation_key": "block.minecraft.sculk_shrieker", + "item_id": 373, + "properties": [ + { + "name": "can_summon", + "values": [ + "true", + "false" + ] + }, + { + "name": "shrieking", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 22937, + "states": [ { - "id": 20490, + "id": 22930, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20491, + "id": 22931, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20492, + "id": 22932, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20493, + "id": 22933, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20494, + "id": 22934, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20495, + "id": 22935, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20496, + "id": 22936, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 - ] + 51 + ], + "block_entity_type": 37 }, { - "id": 20497, + "id": 22937, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 - ] - }, + 51 + ], + "block_entity_type": 37 + } + ] + }, + { + "id": 932, + "name": "copper_block", + "translation_key": "block.minecraft.copper_block", + "item_id": 88, + "properties": [], + "default_state_id": 22938, + "states": [ { - "id": 20498, + "id": 22938, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 933, + "name": "exposed_copper", + "translation_key": "block.minecraft.exposed_copper", + "item_id": 92, + "properties": [], + "default_state_id": 22939, + "states": [ { - "id": 20499, + "id": 22939, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 934, + "name": "weathered_copper", + "translation_key": "block.minecraft.weathered_copper", + "item_id": 93, + "properties": [], + "default_state_id": 22940, + "states": [ { - "id": 20500, + "id": 22940, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 145, - 152 + 0 ] - }, + } + ] + }, + { + "id": 935, + "name": "oxidized_copper", + "translation_key": "block.minecraft.oxidized_copper", + "item_id": 94, + "properties": [], + "default_state_id": 22941, + "states": [ { - "id": 20501, + "id": 22941, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 936, + "name": "copper_ore", + "translation_key": "block.minecraft.copper_ore", + "item_id": 66, + "properties": [], + "default_state_id": 22942, + "states": [ { - "id": 20502, + "id": 22942, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 145 + 0 ] - }, + } + ] + }, + { + "id": 937, + "name": "deepslate_copper_ore", + "translation_key": "block.minecraft.deepslate_copper_ore", + "item_id": 67, + "properties": [], + "default_state_id": 22943, + "states": [ { - "id": 20503, + "id": 22943, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 0 ] - }, + } + ] + }, + { + "id": 938, + "name": "oxidized_cut_copper", + "translation_key": "block.minecraft.oxidized_cut_copper", + "item_id": 102, + "properties": [], + "default_state_id": 22944, + "states": [ { - "id": 20504, + "id": 22944, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 939, + "name": "weathered_cut_copper", + "translation_key": "block.minecraft.weathered_cut_copper", + "item_id": 101, + "properties": [], + "default_state_id": 22945, + "states": [ { - "id": 20505, + "id": 22945, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 940, + "name": "exposed_cut_copper", + "translation_key": "block.minecraft.exposed_cut_copper", + "item_id": 100, + "properties": [], + "default_state_id": 22946, + "states": [ { - "id": 20506, + "id": 22946, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 146, - 155 + 0 ] - }, + } + ] + }, + { + "id": 941, + "name": "cut_copper", + "translation_key": "block.minecraft.cut_copper", + "item_id": 99, + "properties": [], + "default_state_id": 22947, + "states": [ { - "id": 20507, + "id": 22947, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 942, + "name": "oxidized_chiseled_copper", + "translation_key": "block.minecraft.oxidized_chiseled_copper", + "item_id": 98, + "properties": [], + "default_state_id": 22948, + "states": [ { - "id": 20508, + "id": 22948, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 147 + 0 ] - }, + } + ] + }, + { + "id": 943, + "name": "weathered_chiseled_copper", + "translation_key": "block.minecraft.weathered_chiseled_copper", + "item_id": 97, + "properties": [], + "default_state_id": 22949, + "states": [ { - "id": 20509, + "id": 22949, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 0 ] - }, + } + ] + }, + { + "id": 944, + "name": "exposed_chiseled_copper", + "translation_key": "block.minecraft.exposed_chiseled_copper", + "item_id": 96, + "properties": [], + "default_state_id": 22950, + "states": [ { - "id": 20510, + "id": 22950, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 945, + "name": "chiseled_copper", + "translation_key": "block.minecraft.chiseled_copper", + "item_id": 95, + "properties": [], + "default_state_id": 22951, + "states": [ { - "id": 20511, + "id": 22951, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 946, + "name": "waxed_oxidized_chiseled_copper", + "translation_key": "block.minecraft.waxed_oxidized_chiseled_copper", + "item_id": 118, + "properties": [], + "default_state_id": 22952, + "states": [ { - "id": 20512, + "id": 22952, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 0 ] - }, + } + ] + }, + { + "id": 947, + "name": "waxed_weathered_chiseled_copper", + "translation_key": "block.minecraft.waxed_weathered_chiseled_copper", + "item_id": 117, + "properties": [], + "default_state_id": 22953, + "states": [ { - "id": 20513, + "id": 22953, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 948, + "name": "waxed_exposed_chiseled_copper", + "translation_key": "block.minecraft.waxed_exposed_chiseled_copper", + "item_id": 116, + "properties": [], + "default_state_id": 22954, + "states": [ { - "id": 20514, + "id": 22954, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 0 ] - }, + } + ] + }, + { + "id": 949, + "name": "waxed_chiseled_copper", + "translation_key": "block.minecraft.waxed_chiseled_copper", + "item_id": 115, + "properties": [], + "default_state_id": 22955, + "states": [ { - "id": 20515, + "id": 22955, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 0 ] - }, + } + ] + }, + { + "id": 950, + "name": "oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.oxidized_cut_copper_stairs", + "item_id": 106, + "properties": [ { - "id": 20516, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 20517, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 153, - 150 + "name": "half", + "values": [ + "top", + "bottom" ] }, { - "id": 20518, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 149, - 155 + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { - "id": 20519, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 22967, + "states": [ + { + "id": 22956, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 41, + 42 ] }, { - "id": 20520, + "id": 22957, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 41, + 42 ] }, { - "id": 20521, + "id": 22958, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 44, + 45 ] }, { - "id": 20522, + "id": 22959, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 44, + 45 ] }, { - "id": 20523, + "id": 22960, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 41, + 46, + 47 ] }, { - "id": 20524, + "id": 22961, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 41, + 46, + 47 ] }, { - "id": 20525, + "id": 22962, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 48, + 42, + 49 ] }, { - "id": 20526, + "id": 22963, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 48, + 42, + 49 ] }, { - "id": 20527, + "id": 22964, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 44, + 50, + 45 ] }, { - "id": 20528, + "id": 22965, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 44, + 50, + 45 ] }, { - "id": 20529, + "id": 22966, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 52 ] }, { - "id": 20530, + "id": 22967, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 52 ] }, { - "id": 20531, + "id": 22968, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 49 ] }, { - "id": 20532, + "id": 22969, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 50, + 49 ] }, { - "id": 20533, + "id": 22970, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 52, + 45 ] }, { - "id": 20534, + "id": 22971, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 52, + 45 ] }, { - "id": 20535, + "id": 22972, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 53 ] }, { - "id": 20536, + "id": 22973, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 53 ] }, { - "id": 20537, + "id": 22974, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 49 ] }, { - "id": 20538, + "id": 22975, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 49 ] }, { - "id": 20539, + "id": 22976, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 54, + 52 ] }, { - "id": 20540, + "id": 22977, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 54, + 52 ] }, { - "id": 20541, + "id": 22978, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 54, + 44, + 53 ] }, { - "id": 20542, + "id": 22979, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 54, + 44, + 53 ] }, { - "id": 20543, + "id": 22980, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 20544, + "id": 22981, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 46, + 49 ] }, { - "id": 20545, + "id": 22982, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 46, + 50, + 49 ] }, { - "id": 20546, + "id": 22983, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 46, + 50, + 49 ] }, { - "id": 20547, + "id": 22984, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 55, + 52, + 45 ] }, { - "id": 20548, + "id": 22985, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 152 + 55, + 52, + 45 ] }, { - "id": 20549, + "id": 22986, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 42 ] }, { - "id": 20550, + "id": 22987, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148 + 51, + 42 ] }, { - "id": 20551, + "id": 22988, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 42, + 49 ] }, { - "id": 20552, + "id": 22989, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 42, + 49 ] }, { - "id": 20553, + "id": 22990, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 50, + 45 ] }, { - "id": 20554, + "id": 22991, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 149, - 155 + 51, + 50, + 45 ] }, { - "id": 20555, + "id": 22992, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 45 ] }, { - "id": 20556, + "id": 22993, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150 + 51, + 45 ] }, { - "id": 20557, + "id": 22994, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 47 ] }, { - "id": 20558, + "id": 22995, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 47 ] }, { - "id": 20559, + "id": 22996, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 56 ] }, { - "id": 20560, + "id": 22997, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 43, + 56 ] }, { - "id": 20561, + "id": 22998, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 20562, + "id": 22999, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 43, + 46, + 49 ] }, { - "id": 20563, + "id": 23000, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 43, + 44, + 45 ] }, { - "id": 20564, + "id": 23001, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 43, + 44, + 45 ] }, { - "id": 20565, + "id": 23002, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 55, + 52, + 45 ] }, { - "id": 20566, + "id": 23003, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 55, + 52, + 45 ] }, { - "id": 20567, + "id": 23004, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 48, + 42, + 49 ] }, { - "id": 20568, + "id": 23005, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 48, + 42, + 49 ] }, { - "id": 20569, + "id": 23006, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 50 ] }, { - "id": 20570, + "id": 23007, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50 ] }, { - "id": 20571, + "id": 23008, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 45 ] }, { - "id": 20572, + "id": 23009, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 140, - 148, - 145, - 152 + 51, + 50, + 45 ] }, { - "id": 20573, + "id": 23010, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 49 ] }, { - "id": 20574, + "id": 23011, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 142, - 143, - 148, - 145 + 51, + 50, + 49 ] }, { - "id": 20575, + "id": 23012, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 47 ] }, { - "id": 20576, + "id": 23013, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 47 ] }, { - "id": 20577, + "id": 23014, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 51, + 53 ] }, { - "id": 20578, + "id": 23015, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 151, - 155 + 51, + 53 ] }, { - "id": 20579, + "id": 23016, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 57, + 50 ] }, { - "id": 20580, + "id": 23017, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 153, - 150, - 147 + 57, + 50 ] - } - ] - }, - { - "id": 866, - "name": "chiseled_nether_bricks", - "translation_key": "block.minecraft.chiseled_nether_bricks", - "item_id": 346, - "properties": [], - "default_state_id": 20581, - "states": [ + }, { - "id": 20581, + "id": 23018, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 46, + 47 ] - } - ] - }, - { - "id": 867, - "name": "cracked_nether_bricks", - "translation_key": "block.minecraft.cracked_nether_bricks", - "item_id": 345, - "properties": [], - "default_state_id": 20582, - "states": [ + }, { - "id": 20582, + "id": 23019, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 41, + 46, + 47 ] - } - ] - }, - { - "id": 868, - "name": "quartz_bricks", - "translation_key": "block.minecraft.quartz_bricks", - "item_id": 402, - "properties": [], - "default_state_id": 20583, - "states": [ + }, { - "id": 20583, + "id": 23020, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 869, - "name": "candle", - "translation_key": "block.minecraft.candle", - "item_id": 1190, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" - ] - }, - { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20587, - "states": [ - { - "id": 20584, - "luminance": 3, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20585, - "luminance": 3, - "opaque": false, + "id": 23021, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20586, + "id": 23022, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20587, + "id": 23023, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20588, - "luminance": 6, - "opaque": false, + "id": 23024, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20589, - "luminance": 6, - "opaque": false, + "id": 23025, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20590, + "id": 23026, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20591, + "id": 23027, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20592, - "luminance": 9, - "opaque": false, + "id": 23028, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20593, - "luminance": 9, - "opaque": false, + "id": 23029, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20594, + "id": 23030, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20595, + "id": 23031, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20596, - "luminance": 12, - "opaque": false, + "id": 23032, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20597, - "luminance": 12, - "opaque": false, + "id": 23033, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20598, + "id": 23034, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] }, { - "id": 20599, + "id": 23035, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] } ] }, { - "id": 870, - "name": "white_candle", - "translation_key": "block.minecraft.white_candle", - "item_id": 1191, + "id": 951, + "name": "weathered_cut_copper_stairs", + "translation_key": "block.minecraft.weathered_cut_copper_stairs", + "item_id": 105, "properties": [ { - "name": "candles", + "name": "facing", "values": [ - "1", - "2", - "3", - "4" + "north", + "south", + "west", + "east" ] }, { - "name": "lit", + "name": "half", "values": [ - "true", - "false" + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -241902,966 +271120,968 @@ ] } ], - "default_state_id": 20603, + "default_state_id": 23047, "states": [ { - "id": 20600, - "luminance": 3, - "opaque": false, + "id": 23036, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20601, - "luminance": 3, - "opaque": false, + "id": 23037, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20602, + "id": 23038, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20603, + "id": 23039, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20604, - "luminance": 6, - "opaque": false, + "id": 23040, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20605, - "luminance": 6, - "opaque": false, + "id": 23041, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20606, + "id": 23042, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20607, + "id": 23043, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20608, - "luminance": 9, - "opaque": false, + "id": 23044, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20609, - "luminance": 9, - "opaque": false, + "id": 23045, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20610, + "id": 23046, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20611, + "id": 23047, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20612, - "luminance": 12, - "opaque": false, + "id": 23048, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20613, - "luminance": 12, - "opaque": false, + "id": 23049, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20614, + "id": 23050, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 52, + 45 ] }, { - "id": 20615, + "id": 23051, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 871, - "name": "orange_candle", - "translation_key": "block.minecraft.orange_candle", - "item_id": 1192, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20619, - "states": [ - { - "id": 20616, - "luminance": 3, - "opaque": false, + "id": 23052, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20617, - "luminance": 3, - "opaque": false, + "id": 23053, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20618, + "id": 23054, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20619, + "id": 23055, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20620, - "luminance": 6, - "opaque": false, + "id": 23056, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20621, - "luminance": 6, - "opaque": false, + "id": 23057, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20622, + "id": 23058, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20623, + "id": 23059, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20624, - "luminance": 9, - "opaque": false, + "id": 23060, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20625, - "luminance": 9, - "opaque": false, + "id": 23061, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20626, + "id": 23062, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20627, + "id": 23063, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20628, - "luminance": 12, - "opaque": false, + "id": 23064, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20629, - "luminance": 12, - "opaque": false, + "id": 23065, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20630, + "id": 23066, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 42 ] }, { - "id": 20631, + "id": 23067, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 872, - "name": "magenta_candle", - "translation_key": "block.minecraft.magenta_candle", - "item_id": 1193, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 42 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20635, - "states": [ - { - "id": 20632, - "luminance": 3, - "opaque": false, + "id": 23068, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20633, - "luminance": 3, - "opaque": false, + "id": 23069, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20634, + "id": 23070, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20635, + "id": 23071, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20636, - "luminance": 6, - "opaque": false, + "id": 23072, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20637, - "luminance": 6, - "opaque": false, + "id": 23073, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20638, + "id": 23074, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20639, + "id": 23075, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20640, - "luminance": 9, - "opaque": false, + "id": 23076, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20641, - "luminance": 9, - "opaque": false, + "id": 23077, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20642, + "id": 23078, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20643, + "id": 23079, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20644, - "luminance": 12, - "opaque": false, + "id": 23080, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20645, - "luminance": 12, - "opaque": false, + "id": 23081, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20646, + "id": 23082, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20647, + "id": 23083, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 873, - "name": "light_blue_candle", - "translation_key": "block.minecraft.light_blue_candle", - "item_id": 1194, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 55, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20651, - "states": [ - { - "id": 20648, - "luminance": 3, - "opaque": false, + "id": 23084, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20649, - "luminance": 3, - "opaque": false, + "id": 23085, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20650, + "id": 23086, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20651, + "id": 23087, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20652, - "luminance": 6, - "opaque": false, + "id": 23088, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20653, - "luminance": 6, - "opaque": false, + "id": 23089, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20654, + "id": 23090, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20655, + "id": 23091, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20656, - "luminance": 9, - "opaque": false, + "id": 23092, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20657, - "luminance": 9, - "opaque": false, + "id": 23093, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20658, + "id": 23094, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20659, + "id": 23095, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20660, - "luminance": 12, - "opaque": false, + "id": 23096, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20661, - "luminance": 12, - "opaque": false, + "id": 23097, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20662, + "id": 23098, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 41, + 46, + 47 ] }, { - "id": 20663, + "id": 23099, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 874, - "name": "yellow_candle", - "translation_key": "block.minecraft.yellow_candle", - "item_id": 1195, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 41, + 46, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20667, - "states": [ - { - "id": 20664, - "luminance": 3, - "opaque": false, + "id": 23100, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20665, - "luminance": 3, - "opaque": false, + "id": 23101, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20666, + "id": 23102, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20667, + "id": 23103, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20668, - "luminance": 6, - "opaque": false, + "id": 23104, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20669, - "luminance": 6, - "opaque": false, + "id": 23105, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20670, + "id": 23106, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20671, + "id": 23107, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20672, - "luminance": 9, - "opaque": false, + "id": 23108, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20673, - "luminance": 9, - "opaque": false, + "id": 23109, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20674, + "id": 23110, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20675, + "id": 23111, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20676, - "luminance": 12, - "opaque": false, + "id": 23112, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20677, - "luminance": 12, - "opaque": false, + "id": 23113, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20678, + "id": 23114, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] }, { - "id": 20679, + "id": 23115, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] } ] }, { - "id": 875, - "name": "lime_candle", - "translation_key": "block.minecraft.lime_candle", - "item_id": 1196, + "id": 952, + "name": "exposed_cut_copper_stairs", + "translation_key": "block.minecraft.exposed_cut_copper_stairs", + "item_id": 104, "properties": [ { - "name": "candles", + "name": "facing", "values": [ - "1", - "2", - "3", - "4" + "north", + "south", + "west", + "east" ] }, { - "name": "lit", + "name": "half", "values": [ - "true", - "false" + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -242872,966 +272092,968 @@ ] } ], - "default_state_id": 20683, + "default_state_id": 23127, "states": [ { - "id": 20680, - "luminance": 3, - "opaque": false, + "id": 23116, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20681, - "luminance": 3, - "opaque": false, + "id": 23117, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20682, + "id": 23118, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20683, + "id": 23119, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20684, - "luminance": 6, - "opaque": false, + "id": 23120, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20685, - "luminance": 6, - "opaque": false, + "id": 23121, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20686, + "id": 23122, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20687, + "id": 23123, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20688, - "luminance": 9, - "opaque": false, + "id": 23124, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20689, - "luminance": 9, - "opaque": false, + "id": 23125, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20690, + "id": 23126, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20691, + "id": 23127, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20692, - "luminance": 12, - "opaque": false, + "id": 23128, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20693, - "luminance": 12, - "opaque": false, + "id": 23129, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20694, + "id": 23130, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 52, + 45 ] }, { - "id": 20695, + "id": 23131, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 876, - "name": "pink_candle", - "translation_key": "block.minecraft.pink_candle", - "item_id": 1197, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20699, - "states": [ - { - "id": 20696, - "luminance": 3, - "opaque": false, + "id": 23132, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20697, - "luminance": 3, - "opaque": false, + "id": 23133, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20698, + "id": 23134, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20699, + "id": 23135, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20700, - "luminance": 6, - "opaque": false, + "id": 23136, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20701, - "luminance": 6, - "opaque": false, + "id": 23137, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20702, + "id": 23138, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20703, + "id": 23139, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20704, - "luminance": 9, - "opaque": false, + "id": 23140, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20705, - "luminance": 9, - "opaque": false, + "id": 23141, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20706, + "id": 23142, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20707, + "id": 23143, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20708, - "luminance": 12, - "opaque": false, + "id": 23144, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20709, - "luminance": 12, - "opaque": false, + "id": 23145, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20710, + "id": 23146, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 42 ] }, { - "id": 20711, + "id": 23147, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 877, - "name": "gray_candle", - "translation_key": "block.minecraft.gray_candle", - "item_id": 1198, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 42 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20715, - "states": [ - { - "id": 20712, - "luminance": 3, - "opaque": false, + "id": 23148, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20713, - "luminance": 3, - "opaque": false, + "id": 23149, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20714, + "id": 23150, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20715, + "id": 23151, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20716, - "luminance": 6, - "opaque": false, + "id": 23152, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20717, - "luminance": 6, - "opaque": false, + "id": 23153, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20718, + "id": 23154, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20719, + "id": 23155, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20720, - "luminance": 9, - "opaque": false, + "id": 23156, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20721, - "luminance": 9, - "opaque": false, + "id": 23157, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20722, + "id": 23158, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20723, + "id": 23159, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20724, - "luminance": 12, - "opaque": false, + "id": 23160, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20725, - "luminance": 12, - "opaque": false, + "id": 23161, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20726, + "id": 23162, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20727, + "id": 23163, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 878, - "name": "light_gray_candle", - "translation_key": "block.minecraft.light_gray_candle", - "item_id": 1199, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 55, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20731, - "states": [ - { - "id": 20728, - "luminance": 3, - "opaque": false, + "id": 23164, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20729, - "luminance": 3, - "opaque": false, + "id": 23165, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20730, + "id": 23166, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20731, + "id": 23167, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20732, - "luminance": 6, - "opaque": false, + "id": 23168, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20733, - "luminance": 6, - "opaque": false, + "id": 23169, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20734, + "id": 23170, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20735, + "id": 23171, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20736, - "luminance": 9, - "opaque": false, + "id": 23172, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20737, - "luminance": 9, - "opaque": false, + "id": 23173, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20738, + "id": 23174, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20739, + "id": 23175, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20740, - "luminance": 12, - "opaque": false, + "id": 23176, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20741, - "luminance": 12, - "opaque": false, + "id": 23177, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20742, + "id": 23178, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 41, + 46, + 47 ] }, { - "id": 20743, + "id": 23179, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 879, - "name": "cyan_candle", - "translation_key": "block.minecraft.cyan_candle", - "item_id": 1200, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 41, + 46, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20747, - "states": [ - { - "id": 20744, - "luminance": 3, - "opaque": false, + "id": 23180, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20745, - "luminance": 3, - "opaque": false, + "id": 23181, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20746, + "id": 23182, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20747, + "id": 23183, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20748, - "luminance": 6, - "opaque": false, + "id": 23184, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20749, - "luminance": 6, - "opaque": false, + "id": 23185, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20750, + "id": 23186, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20751, + "id": 23187, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20752, - "luminance": 9, - "opaque": false, + "id": 23188, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20753, - "luminance": 9, - "opaque": false, + "id": 23189, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20754, + "id": 23190, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20755, + "id": 23191, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20756, - "luminance": 12, - "opaque": false, + "id": 23192, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20757, - "luminance": 12, - "opaque": false, + "id": 23193, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20758, + "id": 23194, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] }, { - "id": 20759, + "id": 23195, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] } ] }, { - "id": 880, - "name": "purple_candle", - "translation_key": "block.minecraft.purple_candle", - "item_id": 1201, + "id": 953, + "name": "cut_copper_stairs", + "translation_key": "block.minecraft.cut_copper_stairs", + "item_id": 103, "properties": [ { - "name": "candles", + "name": "facing", "values": [ - "1", - "2", - "3", - "4" + "north", + "south", + "west", + "east" ] }, { - "name": "lit", + "name": "half", "values": [ - "true", - "false" + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -243842,966 +273064,950 @@ ] } ], - "default_state_id": 20763, + "default_state_id": 23207, "states": [ { - "id": 20760, - "luminance": 3, - "opaque": false, + "id": 23196, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20761, - "luminance": 3, - "opaque": false, + "id": 23197, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 41, + 42 ] }, { - "id": 20762, + "id": 23198, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20763, + "id": 23199, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 43, + 44, + 45 ] }, { - "id": 20764, - "luminance": 6, - "opaque": false, + "id": 23200, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20765, - "luminance": 6, - "opaque": false, + "id": 23201, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 41, + 46, + 47 ] }, { - "id": 20766, + "id": 23202, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20767, + "id": 23203, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 48, + 42, + 49 ] }, { - "id": 20768, - "luminance": 9, - "opaque": false, + "id": 23204, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20769, - "luminance": 9, - "opaque": false, + "id": 23205, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 44, + 50, + 45 ] }, { - "id": 20770, + "id": 23206, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20771, + "id": 23207, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52 ] }, { - "id": 20772, - "luminance": 12, - "opaque": false, + "id": 23208, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20773, - "luminance": 12, - "opaque": false, + "id": 23209, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 50, + 49 ] }, { - "id": 20774, + "id": 23210, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 52, + 45 ] }, { - "id": 20775, + "id": 23211, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 881, - "name": "blue_candle", - "translation_key": "block.minecraft.blue_candle", - "item_id": 1202, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20779, - "states": [ - { - "id": 20776, - "luminance": 3, - "opaque": false, + "id": 23212, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20777, - "luminance": 3, - "opaque": false, + "id": 23213, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 53 ] }, { - "id": 20778, + "id": 23214, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20779, + "id": 23215, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 49 ] }, { - "id": 20780, - "luminance": 6, - "opaque": false, + "id": 23216, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20781, - "luminance": 6, - "opaque": false, + "id": 23217, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 52 ] }, { - "id": 20782, + "id": 23218, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20783, + "id": 23219, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 54, + 44, + 53 ] }, { - "id": 20784, - "luminance": 9, - "opaque": false, + "id": 23220, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20785, - "luminance": 9, - "opaque": false, + "id": 23221, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20786, + "id": 23222, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20787, + "id": 23223, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 46, + 50, + 49 ] }, { - "id": 20788, - "luminance": 12, - "opaque": false, + "id": 23224, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20789, - "luminance": 12, - "opaque": false, + "id": 23225, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20790, + "id": 23226, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 42 ] }, { - "id": 20791, + "id": 23227, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 882, - "name": "brown_candle", - "translation_key": "block.minecraft.brown_candle", - "item_id": 1203, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 51, + 42 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20795, - "states": [ - { - "id": 20792, - "luminance": 3, - "opaque": false, + "id": 23228, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20793, - "luminance": 3, - "opaque": false, + "id": 23229, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 42, + 49 ] }, { - "id": 20794, + "id": 23230, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20795, + "id": 23231, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50, + 45 ] }, { - "id": 20796, - "luminance": 6, - "opaque": false, + "id": 23232, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20797, - "luminance": 6, - "opaque": false, + "id": 23233, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 45 ] }, { - "id": 20798, + "id": 23234, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20799, + "id": 23235, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 47 ] }, { - "id": 20800, - "luminance": 9, - "opaque": false, + "id": 23236, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20801, - "luminance": 9, - "opaque": false, + "id": 23237, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 56 ] }, { - "id": 20802, + "id": 23238, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20803, + "id": 23239, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 43, + 46, + 49 ] }, { - "id": 20804, - "luminance": 12, - "opaque": false, + "id": 23240, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20805, - "luminance": 12, - "opaque": false, + "id": 23241, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 43, + 44, + 45 ] }, { - "id": 20806, + "id": 23242, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 55, + 52, + 45 ] }, { - "id": 20807, + "id": 23243, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 883, - "name": "green_candle", - "translation_key": "block.minecraft.green_candle", - "item_id": 1204, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 55, + 52, + 45 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20811, - "states": [ - { - "id": 20808, - "luminance": 3, - "opaque": false, + "id": 23244, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20809, - "luminance": 3, - "opaque": false, + "id": 23245, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 48, + 42, + 49 ] }, { - "id": 20810, + "id": 23246, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20811, + "id": 23247, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 51, + 50 ] }, { - "id": 20812, - "luminance": 6, - "opaque": false, + "id": 23248, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20813, - "luminance": 6, - "opaque": false, + "id": 23249, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 45 ] }, { - "id": 20814, + "id": 23250, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20815, + "id": 23251, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 50, + 49 ] }, { - "id": 20816, - "luminance": 9, - "opaque": false, + "id": 23252, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20817, - "luminance": 9, - "opaque": false, + "id": 23253, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 47 ] }, { - "id": 20818, + "id": 23254, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20819, + "id": 23255, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 53 ] }, { - "id": 20820, - "luminance": 12, - "opaque": false, + "id": 23256, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20821, - "luminance": 12, - "opaque": false, + "id": 23257, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 57, + 50 ] }, { - "id": 20822, + "id": 23258, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 41, + 46, + 47 ] }, { - "id": 20823, + "id": 23259, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 - ] - } - ] - }, - { - "id": 884, - "name": "red_candle", - "translation_key": "block.minecraft.red_candle", - "item_id": 1205, - "properties": [ - { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", - "values": [ - "true", - "false" + 41, + 46, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20827, - "states": [ - { - "id": 20824, - "luminance": 3, - "opaque": false, + "id": 23260, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20825, - "luminance": 3, - "opaque": false, + "id": 23261, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 54, + 44, + 53 ] }, { - "id": 20826, + "id": 23262, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, { - "id": 20827, + "id": 23263, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 44, + 50, + 45 ] }, - { - "id": 20828, - "luminance": 6, - "opaque": false, + { + "id": 23264, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20829, - "luminance": 6, - "opaque": false, + "id": 23265, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 46, + 50, + 49 ] }, { - "id": 20830, + "id": 23266, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20831, + "id": 23267, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51, + 56 ] }, { - "id": 20832, - "luminance": 9, - "opaque": false, + "id": 23268, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20833, - "luminance": 9, - "opaque": false, + "id": 23269, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 52, + 45 ] }, { - "id": 20834, + "id": 23270, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20835, + "id": 23271, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 51, + 42, + 49 ] }, { - "id": 20836, - "luminance": 12, - "opaque": false, + "id": 23272, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20837, - "luminance": 12, - "opaque": false, + "id": 23273, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 49 ] }, { - "id": 20838, + "id": 23274, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] }, { - "id": 20839, + "id": 23275, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51, + 45 ] } ] }, { - "id": 885, - "name": "black_candle", - "translation_key": "block.minecraft.black_candle", - "item_id": 1206, + "id": 954, + "name": "oxidized_cut_copper_slab", + "translation_key": "block.minecraft.oxidized_cut_copper_slab", + "item_id": 110, "properties": [ { - "name": "candles", - "values": [ - "1", - "2", - "3", - "4" - ] - }, - { - "name": "lit", + "name": "type", "values": [ - "true", - "false" + "top", + "bottom", + "double" ] }, { @@ -244812,1597 +274018,1490 @@ ] } ], - "default_state_id": 20843, + "default_state_id": 23279, "states": [ { - "id": 20840, - "luminance": 3, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 304 - ] - }, - { - "id": 20841, - "luminance": 3, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 304 - ] - }, - { - "id": 20842, + "id": 23276, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 201 ] }, { - "id": 20843, + "id": 23277, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 304 + 201 ] }, { - "id": 20844, - "luminance": 6, - "opaque": false, + "id": 23278, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51 ] }, { - "id": 20845, - "luminance": 6, - "opaque": false, + "id": 23279, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 51 ] }, { - "id": 20846, + "id": 23280, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 0 ] }, { - "id": 20847, + "id": 23281, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 305 + 0 ] - }, + } + ] + }, + { + "id": 955, + "name": "weathered_cut_copper_slab", + "translation_key": "block.minecraft.weathered_cut_copper_slab", + "item_id": 109, + "properties": [ { - "id": 20848, - "luminance": 9, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 306 + "name": "type", + "values": [ + "top", + "bottom", + "double" ] }, { - "id": 20849, - "luminance": 9, - "opaque": false, - "replaceable": false, - "blocks_motion": false, - "collision_shapes": [ - 306 + "name": "waterlogged", + "values": [ + "true", + "false" ] - }, + } + ], + "default_state_id": 23285, + "states": [ { - "id": 20850, + "id": 23282, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 201 ] }, { - "id": 20851, + "id": 23283, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 306 + 201 ] }, { - "id": 20852, - "luminance": 12, - "opaque": false, + "id": 23284, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51 ] }, { - "id": 20853, - "luminance": 12, - "opaque": false, + "id": 23285, + "luminance": 0, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 51 ] }, { - "id": 20854, + "id": 23286, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 0 ] }, { - "id": 20855, + "id": 23287, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, - "blocks_motion": false, + "blocks_motion": true, "collision_shapes": [ - 307 + 0 ] } ] }, { - "id": 886, - "name": "candle_cake", - "translation_key": "block.minecraft.candle_cake", - "item_id": 0, + "id": 956, + "name": "exposed_cut_copper_slab", + "translation_key": "block.minecraft.exposed_cut_copper_slab", + "item_id": 108, "properties": [ { - "name": "lit", + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 20857, + "default_state_id": 23291, "states": [ { - "id": 20856, - "luminance": 3, + "id": 23288, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 201 ] }, { - "id": 20857, + "id": 23289, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 - ] - } - ] - }, - { - "id": 887, - "name": "white_candle_cake", - "translation_key": "block.minecraft.white_candle_cake", - "item_id": 0, - "properties": [ - { - "name": "lit", - "values": [ - "true", - "false" + 201 ] - } - ], - "default_state_id": 20859, - "states": [ + }, { - "id": 20858, - "luminance": 3, + "id": 23290, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51 ] }, { - "id": 20859, + "id": 23291, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 - ] - } - ] - }, - { - "id": 888, - "name": "orange_candle_cake", - "translation_key": "block.minecraft.orange_candle_cake", - "item_id": 0, - "properties": [ - { - "name": "lit", - "values": [ - "true", - "false" + 51 ] - } - ], - "default_state_id": 20861, - "states": [ + }, { - "id": 20860, - "luminance": 3, + "id": 23292, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] }, { - "id": 20861, + "id": 23293, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] } ] }, { - "id": 889, - "name": "magenta_candle_cake", - "translation_key": "block.minecraft.magenta_candle_cake", - "item_id": 0, + "id": 957, + "name": "cut_copper_slab", + "translation_key": "block.minecraft.cut_copper_slab", + "item_id": 107, "properties": [ { - "name": "lit", + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 20863, + "default_state_id": 23297, "states": [ { - "id": 20862, - "luminance": 3, + "id": 23294, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 201 ] }, { - "id": 20863, + "id": 23295, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 201 ] - } - ] - }, - { - "id": 890, - "name": "light_blue_candle_cake", - "translation_key": "block.minecraft.light_blue_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51 ] - } - ], - "default_state_id": 20865, - "states": [ + }, { - "id": 20864, - "luminance": 3, + "id": 23297, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51 ] }, { - "id": 20865, + "id": 23298, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 + ] + }, + { + "id": 23299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] } ] }, { - "id": 891, - "name": "yellow_candle_cake", - "translation_key": "block.minecraft.yellow_candle_cake", - "item_id": 0, - "properties": [ - { - "name": "lit", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20867, + "id": 958, + "name": "waxed_copper_block", + "translation_key": "block.minecraft.waxed_copper_block", + "item_id": 111, + "properties": [], + "default_state_id": 23300, "states": [ { - "id": 20866, - "luminance": 3, + "id": 23300, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] - }, + } + ] + }, + { + "id": 959, + "name": "waxed_weathered_copper", + "translation_key": "block.minecraft.waxed_weathered_copper", + "item_id": 113, + "properties": [], + "default_state_id": 23301, + "states": [ { - "id": 20867, + "id": 23301, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] } ] }, { - "id": 892, - "name": "lime_candle_cake", - "translation_key": "block.minecraft.lime_candle_cake", - "item_id": 0, - "properties": [ + "id": 960, + "name": "waxed_exposed_copper", + "translation_key": "block.minecraft.waxed_exposed_copper", + "item_id": 112, + "properties": [], + "default_state_id": 23302, + "states": [ { - "name": "lit", - "values": [ - "true", - "false" + "id": 23302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] } - ], - "default_state_id": 20869, + ] + }, + { + "id": 961, + "name": "waxed_oxidized_copper", + "translation_key": "block.minecraft.waxed_oxidized_copper", + "item_id": 114, + "properties": [], + "default_state_id": 23303, "states": [ { - "id": 20868, - "luminance": 3, + "id": 23303, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] - }, + } + ] + }, + { + "id": 962, + "name": "waxed_oxidized_cut_copper", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper", + "item_id": 122, + "properties": [], + "default_state_id": 23304, + "states": [ { - "id": 20869, + "id": 23304, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] } ] }, { - "id": 893, - "name": "pink_candle_cake", - "translation_key": "block.minecraft.pink_candle_cake", - "item_id": 0, - "properties": [ + "id": 963, + "name": "waxed_weathered_cut_copper", + "translation_key": "block.minecraft.waxed_weathered_cut_copper", + "item_id": 121, + "properties": [], + "default_state_id": 23305, + "states": [ { - "name": "lit", - "values": [ - "true", - "false" + "id": 23305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 ] } - ], - "default_state_id": 20871, + ] + }, + { + "id": 964, + "name": "waxed_exposed_cut_copper", + "translation_key": "block.minecraft.waxed_exposed_cut_copper", + "item_id": 120, + "properties": [], + "default_state_id": 23306, "states": [ { - "id": 20870, - "luminance": 3, + "id": 23306, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] - }, + } + ] + }, + { + "id": 965, + "name": "waxed_cut_copper", + "translation_key": "block.minecraft.waxed_cut_copper", + "item_id": 119, + "properties": [], + "default_state_id": 23307, + "states": [ { - "id": 20871, + "id": 23307, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 0 ] } ] }, { - "id": 894, - "name": "gray_candle_cake", - "translation_key": "block.minecraft.gray_candle_cake", - "item_id": 0, + "id": 966, + "name": "waxed_oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_stairs", + "item_id": 126, "properties": [ { - "name": "lit", + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", "values": [ "true", "false" ] } ], - "default_state_id": 20873, + "default_state_id": 23319, "states": [ { - "id": 20872, - "luminance": 3, + "id": 23308, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 41, + 42 ] }, { - "id": 20873, + "id": 23309, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 41, + 42 ] - } - ] - }, - { - "id": 895, - "name": "light_gray_candle_cake", - "translation_key": "block.minecraft.light_gray_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 43, + 44, + 45 ] - } - ], - "default_state_id": 20875, - "states": [ + }, { - "id": 20874, - "luminance": 3, + "id": 23311, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 43, + 44, + 45 ] }, { - "id": 20875, + "id": 23312, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 41, + 46, + 47 ] - } - ] - }, - { - "id": 896, - "name": "cyan_candle_cake", - "translation_key": "block.minecraft.cyan_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 41, + 46, + 47 ] - } - ], - "default_state_id": 20877, - "states": [ + }, { - "id": 20876, - "luminance": 3, + "id": 23314, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 48, + 42, + 49 ] }, { - "id": 20877, + "id": 23315, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 48, + 42, + 49 ] - } - ] - }, - { - "id": 897, - "name": "purple_candle_cake", - "translation_key": "block.minecraft.purple_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 44, + 50, + 45 ] - } - ], - "default_state_id": 20879, - "states": [ + }, { - "id": 20878, - "luminance": 3, + "id": 23317, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 44, + 50, + 45 ] }, { - "id": 20879, + "id": 23318, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 52 ] - } - ] - }, - { - "id": 898, - "name": "blue_candle_cake", - "translation_key": "block.minecraft.blue_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52 ] - } - ], - "default_state_id": 20881, - "states": [ + }, { - "id": 20880, - "luminance": 3, + "id": 23320, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 50, + 49 ] }, { - "id": 20881, + "id": 23321, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 50, + 49 ] - } - ] - }, - { - "id": 899, - "name": "brown_candle_cake", - "translation_key": "block.minecraft.brown_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 52, + 45 ] - } - ], - "default_state_id": 20883, - "states": [ + }, { - "id": 20882, - "luminance": 3, + "id": 23323, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 52, + 45 ] }, { - "id": 20883, + "id": 23324, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 53 ] - } - ] - }, - { - "id": 900, - "name": "green_candle_cake", - "translation_key": "block.minecraft.green_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 53 ] - } - ], - "default_state_id": 20885, - "states": [ + }, { - "id": 20884, - "luminance": 3, + "id": 23326, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 49 ] }, { - "id": 20885, + "id": 23327, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 51, + 49 ] - } - ] - }, - { - "id": 901, - "name": "red_candle_cake", - "translation_key": "block.minecraft.red_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 52 ] - } - ], - "default_state_id": 20887, - "states": [ + }, { - "id": 20886, - "luminance": 3, + "id": 23329, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 54, + 52 ] }, { - "id": 20887, + "id": 23330, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 54, + 44, + 53 ] - } - ] - }, - { - "id": 902, - "name": "black_candle_cake", - "translation_key": "block.minecraft.black_candle_cake", - "item_id": 0, - "properties": [ + }, { - "name": "lit", - "values": [ - "true", - "false" + "id": 23331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 54, + 44, + 53 ] - } - ], - "default_state_id": 20889, - "states": [ + }, { - "id": 20888, - "luminance": 3, + "id": 23332, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 43, + 46, + 49 ] }, { - "id": 20889, + "id": 23333, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 85, - 308 + 43, + 46, + 49 ] - } - ] - }, - { - "id": 903, - "name": "amethyst_block", - "translation_key": "block.minecraft.amethyst_block", - "item_id": 72, - "properties": [], - "default_state_id": 20890, - "states": [ + }, { - "id": 20890, + "id": 23334, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 46, + 50, + 49 ] - } - ] - }, - { - "id": 904, - "name": "budding_amethyst", - "translation_key": "block.minecraft.budding_amethyst", - "item_id": 73, - "properties": [], - "default_state_id": 20891, - "states": [ + }, { - "id": 20891, + "id": 23335, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 905, - "name": "amethyst_cluster", - "translation_key": "block.minecraft.amethyst_cluster", - "item_id": 1210, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 46, + 50, + 49 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20901, - "states": [ - { - "id": 20892, - "luminance": 5, - "opaque": false, + "id": 23336, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 309 + 55, + 52, + 45 ] }, { - "id": 20893, - "luminance": 5, - "opaque": false, + "id": 23337, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 309 + 55, + 52, + 45 ] }, { - "id": 20894, - "luminance": 5, - "opaque": false, + "id": 23338, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 310 + 51, + 42 ] }, { - "id": 20895, - "luminance": 5, - "opaque": false, + "id": 23339, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 310 + 51, + 42 ] }, { - "id": 20896, - "luminance": 5, - "opaque": false, + "id": 23340, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 311 + 51, + 42, + 49 ] }, { - "id": 20897, - "luminance": 5, - "opaque": false, + "id": 23341, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 311 + 51, + 42, + 49 ] }, { - "id": 20898, - "luminance": 5, - "opaque": false, + "id": 23342, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 312 + 51, + 50, + 45 ] }, { - "id": 20899, - "luminance": 5, - "opaque": false, + "id": 23343, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 312 + 51, + 50, + 45 ] }, { - "id": 20900, - "luminance": 5, - "opaque": false, + "id": 23344, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 313 + 51, + 45 ] }, { - "id": 20901, - "luminance": 5, - "opaque": false, + "id": 23345, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 313 + 51, + 45 ] }, { - "id": 20902, - "luminance": 5, - "opaque": false, + "id": 23346, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 314 + 51, + 47 ] }, { - "id": 20903, - "luminance": 5, - "opaque": false, + "id": 23347, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 314 - ] - } - ] - }, - { - "id": 906, - "name": "large_amethyst_bud", - "translation_key": "block.minecraft.large_amethyst_bud", - "item_id": 1209, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20913, - "states": [ - { - "id": 20904, - "luminance": 4, - "opaque": false, + "id": 23348, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 315 + 43, + 56 ] }, { - "id": 20905, - "luminance": 4, - "opaque": false, + "id": 23349, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 315 + 43, + 56 ] }, { - "id": 20906, - "luminance": 4, - "opaque": false, + "id": 23350, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 316 + 43, + 46, + 49 ] }, { - "id": 20907, - "luminance": 4, - "opaque": false, + "id": 23351, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 316 + 43, + 46, + 49 ] }, { - "id": 20908, - "luminance": 4, - "opaque": false, + "id": 23352, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 317 + 43, + 44, + 45 ] }, { - "id": 20909, - "luminance": 4, - "opaque": false, + "id": 23353, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 317 + 43, + 44, + 45 ] }, { - "id": 20910, - "luminance": 4, - "opaque": false, + "id": 23354, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 318 + 55, + 52, + 45 ] }, { - "id": 20911, - "luminance": 4, - "opaque": false, + "id": 23355, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 318 + 55, + 52, + 45 ] }, { - "id": 20912, - "luminance": 4, - "opaque": false, + "id": 23356, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 319 + 48, + 42, + 49 ] }, { - "id": 20913, - "luminance": 4, - "opaque": false, + "id": 23357, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 319 + 48, + 42, + 49 ] }, { - "id": 20914, - "luminance": 4, - "opaque": false, + "id": 23358, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 320 + 51, + 50 ] }, { - "id": 20915, - "luminance": 4, - "opaque": false, + "id": 23359, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 320 - ] - } - ] - }, - { - "id": 907, - "name": "medium_amethyst_bud", - "translation_key": "block.minecraft.medium_amethyst_bud", - "item_id": 1208, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 51, + 50 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20925, - "states": [ - { - "id": 20916, - "luminance": 2, - "opaque": false, + "id": 23360, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 321 + 51, + 50, + 45 ] }, { - "id": 20917, - "luminance": 2, - "opaque": false, + "id": 23361, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 321 + 51, + 50, + 45 ] }, { - "id": 20918, - "luminance": 2, - "opaque": false, + "id": 23362, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 322 + 51, + 50, + 49 ] }, { - "id": 20919, - "luminance": 2, - "opaque": false, + "id": 23363, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 322 + 51, + 50, + 49 ] }, { - "id": 20920, - "luminance": 2, - "opaque": false, + "id": 23364, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 323 + 51, + 47 ] }, { - "id": 20921, - "luminance": 2, - "opaque": false, + "id": 23365, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 323 + 51, + 47 ] }, { - "id": 20922, - "luminance": 2, - "opaque": false, + "id": 23366, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 324 + 51, + 53 ] }, { - "id": 20923, - "luminance": 2, - "opaque": false, + "id": 23367, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 324 + 51, + 53 ] }, { - "id": 20924, - "luminance": 2, - "opaque": false, + "id": 23368, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 325 + 57, + 50 ] }, { - "id": 20925, - "luminance": 2, - "opaque": false, + "id": 23369, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 325 + 57, + 50 ] }, { - "id": 20926, - "luminance": 2, - "opaque": false, + "id": 23370, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 326 + 41, + 46, + 47 ] }, { - "id": 20927, - "luminance": 2, - "opaque": false, + "id": 23371, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 326 - ] - } - ] - }, - { - "id": 908, - "name": "small_amethyst_bud", - "translation_key": "block.minecraft.small_amethyst_bud", - "item_id": 1207, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "east", - "south", - "west", - "up", - "down" + 41, + 46, + 47 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 20937, - "states": [ - { - "id": 20928, - "luminance": 1, - "opaque": false, + "id": 23372, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 327 + 54, + 44, + 53 ] }, { - "id": 20929, - "luminance": 1, - "opaque": false, + "id": 23373, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 327 + 54, + 44, + 53 ] }, { - "id": 20930, - "luminance": 1, - "opaque": false, + "id": 23374, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 328 + 44, + 50, + 45 ] }, { - "id": 20931, - "luminance": 1, - "opaque": false, + "id": 23375, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 328 + 44, + 50, + 45 ] }, { - "id": 20932, - "luminance": 1, - "opaque": false, + "id": 23376, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 329 + 46, + 50, + 49 ] }, { - "id": 20933, - "luminance": 1, - "opaque": false, + "id": 23377, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 329 + 46, + 50, + 49 ] }, { - "id": 20934, - "luminance": 1, - "opaque": false, + "id": 23378, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 330 + 51, + 56 ] }, { - "id": 20935, - "luminance": 1, - "opaque": false, + "id": 23379, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 330 + 51, + 56 ] }, { - "id": 20936, - "luminance": 1, - "opaque": false, + "id": 23380, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 331 + 51, + 52, + 45 ] }, { - "id": 20937, - "luminance": 1, - "opaque": false, + "id": 23381, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 331 + 51, + 52, + 45 ] }, { - "id": 20938, - "luminance": 1, - "opaque": false, + "id": 23382, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 126 + 51, + 42, + 49 ] }, { - "id": 20939, - "luminance": 1, - "opaque": false, + "id": 23383, + "luminance": 0, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 126 + 51, + 42, + 49 ] - } - ] - }, - { - "id": 909, - "name": "tuff", - "translation_key": "block.minecraft.tuff", - "item_id": 12, - "properties": [], - "default_state_id": 20940, - "states": [ + }, { - "id": 20940, + "id": 23384, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 49 ] - } - ] - }, - { - "id": 910, - "name": "calcite", - "translation_key": "block.minecraft.calcite", - "item_id": 11, - "properties": [], - "default_state_id": 20941, - "states": [ + }, { - "id": 20941, + "id": 23385, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 49 ] - } - ] - }, - { - "id": 911, - "name": "tinted_glass", - "translation_key": "block.minecraft.tinted_glass", - "item_id": 167, - "properties": [], - "default_state_id": 20942, - "states": [ + }, { - "id": 20942, + "id": 23386, "luminance": 0, - "opaque": false, + "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 51, + 45 ] - } - ] - }, - { - "id": 912, - "name": "powder_snow", - "translation_key": "block.minecraft.powder_snow", - "item_id": 871, - "properties": [], - "default_state_id": 20943, - "states": [ + }, { - "id": 20943, + "id": 23387, "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": false, - "collision_shapes": [] + "blocks_motion": true, + "collision_shapes": [ + 51, + 45 + ] } ] }, { - "id": 913, - "name": "sculk_sensor", - "translation_key": "block.minecraft.sculk_sensor", - "item_id": 653, + "id": 967, + "name": "waxed_weathered_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_stairs", + "item_id": 125, "properties": [ { - "name": "power", + "name": "facing", "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "north", + "south", + "west", + "east" ] }, { - "name": "sculk_sensor_phase", + "name": "half", "values": [ - "inactive", - "active", - "cooldown" + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" ] }, { @@ -246413,7787 +275512,8047 @@ ] } ], - "default_state_id": 20945, + "default_state_id": 23399, "states": [ { - "id": 20944, - "luminance": 1, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ], - "block_entity_type": 34 - }, - { - "id": 20945, - "luminance": 1, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ], - "block_entity_type": 34 - }, - { - "id": 20946, - "luminance": 1, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ], - "block_entity_type": 34 - }, - { - "id": 20947, - "luminance": 1, + "id": 23388, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 42 + ] }, { - "id": 20948, - "luminance": 1, + "id": 23389, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 42 + ] }, { - "id": 20949, - "luminance": 1, + "id": 23390, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 20950, - "luminance": 1, + "id": 23391, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 20951, - "luminance": 1, + "id": 23392, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 20952, - "luminance": 1, + "id": 23393, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 20953, - "luminance": 1, + "id": 23394, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 20954, - "luminance": 1, + "id": 23395, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 20955, - "luminance": 1, + "id": 23396, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 20956, - "luminance": 1, + "id": 23397, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 20957, - "luminance": 1, + "id": 23398, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52 + ] }, { - "id": 20958, - "luminance": 1, + "id": 23399, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52 + ] }, { - "id": 20959, - "luminance": 1, + "id": 23400, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 49 + ] }, { - "id": 20960, - "luminance": 1, + "id": 23401, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 49 + ] }, { - "id": 20961, - "luminance": 1, + "id": 23402, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52, + 45 + ] }, { - "id": 20962, - "luminance": 1, + "id": 23403, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52, + 45 + ] }, { - "id": 20963, - "luminance": 1, + "id": 23404, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 53 + ] }, { - "id": 20964, - "luminance": 1, + "id": 23405, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 53 + ] }, { - "id": 20965, - "luminance": 1, + "id": 23406, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 49 + ] }, { - "id": 20966, - "luminance": 1, + "id": 23407, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 49 + ] }, { - "id": 20967, - "luminance": 1, + "id": 23408, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 52 + ] }, { - "id": 20968, - "luminance": 1, + "id": 23409, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 52 + ] }, { - "id": 20969, - "luminance": 1, + "id": 23410, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 44, + 53 + ] }, { - "id": 20970, - "luminance": 1, + "id": 23411, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 44, + 53 + ] }, { - "id": 20971, - "luminance": 1, + "id": 23412, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 46, + 49 + ] }, { - "id": 20972, - "luminance": 1, + "id": 23413, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 46, + 49 + ] }, { - "id": 20973, - "luminance": 1, + "id": 23414, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 46, + 50, + 49 + ] }, { - "id": 20974, - "luminance": 1, + "id": 23415, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 46, + 50, + 49 + ] }, { - "id": 20975, - "luminance": 1, + "id": 23416, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 55, + 52, + 45 + ] }, { - "id": 20976, - "luminance": 1, + "id": 23417, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 55, + 52, + 45 + ] }, { - "id": 20977, - "luminance": 1, + "id": 23418, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42 + ] }, { - "id": 20978, - "luminance": 1, + "id": 23419, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42 + ] }, { - "id": 20979, - "luminance": 1, + "id": 23420, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42, + 49 + ] }, { - "id": 20980, - "luminance": 1, + "id": 23421, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42, + 49 + ] }, { - "id": 20981, - "luminance": 1, + "id": 23422, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 45 + ] }, { - "id": 20982, - "luminance": 1, + "id": 23423, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 45 + ] }, { - "id": 20983, - "luminance": 1, + "id": 23424, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 45 + ] }, { - "id": 20984, - "luminance": 1, + "id": 23425, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 45 + ] }, { - "id": 20985, - "luminance": 1, + "id": 23426, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 47 + ] }, { - "id": 20986, - "luminance": 1, + "id": 23427, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 47 + ] }, { - "id": 20987, - "luminance": 1, + "id": 23428, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 56 + ] }, { - "id": 20988, - "luminance": 1, + "id": 23429, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 56 + ] }, { - "id": 20989, - "luminance": 1, + "id": 23430, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 46, + 49 + ] }, { - "id": 20990, - "luminance": 1, + "id": 23431, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 46, + 49 + ] }, { - "id": 20991, - "luminance": 1, + "id": 23432, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 20992, - "luminance": 1, + "id": 23433, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 20993, - "luminance": 1, + "id": 23434, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 55, + 52, + 45 + ] }, { - "id": 20994, - "luminance": 1, + "id": 23435, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 55, + 52, + 45 + ] }, { - "id": 20995, - "luminance": 1, + "id": 23436, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 20996, - "luminance": 1, + "id": 23437, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 20997, - "luminance": 1, + "id": 23438, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50 + ] }, { - "id": 20998, - "luminance": 1, + "id": 23439, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50 + ] }, { - "id": 20999, - "luminance": 1, + "id": 23440, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 45 + ] }, { - "id": 21000, - "luminance": 1, + "id": 23441, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 45 + ] }, { - "id": 21001, - "luminance": 1, + "id": 23442, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 49 + ] }, { - "id": 21002, - "luminance": 1, + "id": 23443, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 50, + 49 + ] }, { - "id": 21003, - "luminance": 1, + "id": 23444, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 47 + ] }, { - "id": 21004, - "luminance": 1, + "id": 23445, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 47 + ] }, { - "id": 21005, - "luminance": 1, + "id": 23446, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 53 + ] }, { - "id": 21006, - "luminance": 1, + "id": 23447, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 53 + ] }, { - "id": 21007, - "luminance": 1, + "id": 23448, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 57, + 50 + ] }, { - "id": 21008, - "luminance": 1, + "id": 23449, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 57, + 50 + ] }, { - "id": 21009, - "luminance": 1, + "id": 23450, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 21010, - "luminance": 1, + "id": 23451, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 21011, - "luminance": 1, + "id": 23452, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 44, + 53 + ] }, { - "id": 21012, - "luminance": 1, + "id": 23453, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 54, + 44, + 53 + ] }, { - "id": 21013, - "luminance": 1, + "id": 23454, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 21014, - "luminance": 1, + "id": 23455, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 21015, - "luminance": 1, + "id": 23456, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 46, + 50, + 49 + ] }, { - "id": 21016, - "luminance": 1, + "id": 23457, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 46, + 50, + 49 + ] }, { - "id": 21017, - "luminance": 1, + "id": 23458, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 56 + ] }, { - "id": 21018, - "luminance": 1, + "id": 23459, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 56 + ] }, { - "id": 21019, - "luminance": 1, + "id": 23460, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52, + 45 + ] }, { - "id": 21020, - "luminance": 1, + "id": 23461, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52, + 45 + ] }, { - "id": 21021, - "luminance": 1, + "id": 23462, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42, + 49 + ] }, { - "id": 21022, - "luminance": 1, + "id": 23463, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 42, + 49 + ] }, { - "id": 21023, - "luminance": 1, + "id": 23464, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 49 + ] }, { - "id": 21024, - "luminance": 1, + "id": 23465, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 49 + ] }, { - "id": 21025, - "luminance": 1, + "id": 23466, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 45 + ] }, { - "id": 21026, - "luminance": 1, + "id": 23467, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 45 + ] + } + ] + }, + { + "id": 968, + "name": "waxed_exposed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_stairs", + "item_id": 124, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21027, - "luminance": 1, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23479, + "states": [ + { + "id": 23468, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 42 + ] }, { - "id": 21028, - "luminance": 1, + "id": 23469, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 42 + ] }, { - "id": 21029, - "luminance": 1, + "id": 23470, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 21030, - "luminance": 1, + "id": 23471, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 43, + 44, + 45 + ] }, { - "id": 21031, - "luminance": 1, + "id": 23472, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 21032, - "luminance": 1, + "id": 23473, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 41, + 46, + 47 + ] }, { - "id": 21033, - "luminance": 1, + "id": 23474, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 21034, - "luminance": 1, + "id": 23475, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 48, + 42, + 49 + ] }, { - "id": 21035, - "luminance": 1, + "id": 23476, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 21036, - "luminance": 1, + "id": 23477, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 44, + 50, + 45 + ] }, { - "id": 21037, - "luminance": 1, + "id": 23478, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52 + ] }, { - "id": 21038, - "luminance": 1, + "id": 23479, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 + 51, + 52 + ] }, { - "id": 21039, - "luminance": 1, + "id": 23480, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 34 - } - ] - }, - { - "id": 914, - "name": "calibrated_sculk_sensor", - "translation_key": "block.minecraft.calibrated_sculk_sensor", - "item_id": 654, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "power", - "values": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + 51, + 50, + 49 ] }, { - "name": "sculk_sensor_phase", - "values": [ - "inactive", - "active", - "cooldown" + "id": 23481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 51, + 50, + 49 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21041, - "states": [ - { - "id": 21040, - "luminance": 1, + "id": 23482, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21041, - "luminance": 1, + "id": 23483, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21042, - "luminance": 1, + "id": 23484, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21043, - "luminance": 1, + "id": 23485, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21044, - "luminance": 1, + "id": 23486, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21045, - "luminance": 1, + "id": 23487, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21046, - "luminance": 1, + "id": 23488, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 52 + ] }, { - "id": 21047, - "luminance": 1, + "id": 23489, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 52 + ] }, { - "id": 21048, - "luminance": 1, + "id": 23490, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21049, - "luminance": 1, + "id": 23491, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21050, - "luminance": 1, + "id": 23492, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21051, - "luminance": 1, + "id": 23493, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21052, - "luminance": 1, + "id": 23494, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21053, - "luminance": 1, + "id": 23495, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21054, - "luminance": 1, + "id": 23496, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21055, - "luminance": 1, + "id": 23497, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21056, - "luminance": 1, + "id": 23498, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42 + ] }, { - "id": 21057, - "luminance": 1, + "id": 23499, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42 + ] }, { - "id": 21058, - "luminance": 1, + "id": 23500, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21059, - "luminance": 1, + "id": 23501, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21060, - "luminance": 1, + "id": 23502, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21061, - "luminance": 1, + "id": 23503, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21062, - "luminance": 1, + "id": 23504, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21063, - "luminance": 1, + "id": 23505, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21064, - "luminance": 1, + "id": 23506, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21065, - "luminance": 1, + "id": 23507, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21066, - "luminance": 1, + "id": 23508, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 56 + ] }, { - "id": 21067, - "luminance": 1, + "id": 23509, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 56 + ] }, { - "id": 21068, - "luminance": 1, + "id": 23510, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21069, - "luminance": 1, + "id": 23511, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21070, - "luminance": 1, + "id": 23512, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21071, - "luminance": 1, + "id": 23513, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21072, - "luminance": 1, + "id": 23514, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21073, - "luminance": 1, + "id": 23515, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21074, - "luminance": 1, + "id": 23516, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21075, - "luminance": 1, + "id": 23517, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21076, - "luminance": 1, + "id": 23518, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50 + ] }, { - "id": 21077, - "luminance": 1, + "id": 23519, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50 + ] }, { - "id": 21078, - "luminance": 1, + "id": 23520, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21079, - "luminance": 1, + "id": 23521, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21080, - "luminance": 1, + "id": 23522, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21081, - "luminance": 1, + "id": 23523, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21082, - "luminance": 1, + "id": 23524, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21083, - "luminance": 1, + "id": 23525, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21084, - "luminance": 1, + "id": 23526, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21085, - "luminance": 1, + "id": 23527, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21086, - "luminance": 1, + "id": 23528, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 57, + 50 + ] }, { - "id": 21087, - "luminance": 1, + "id": 23529, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 57, + 50 + ] }, { - "id": 21088, - "luminance": 1, + "id": 23530, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21089, - "luminance": 1, + "id": 23531, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21090, - "luminance": 1, + "id": 23532, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21091, - "luminance": 1, + "id": 23533, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21092, - "luminance": 1, + "id": 23534, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21093, - "luminance": 1, + "id": 23535, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21094, - "luminance": 1, + "id": 23536, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21095, - "luminance": 1, + "id": 23537, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21096, - "luminance": 1, + "id": 23538, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 56 + ] }, { - "id": 21097, - "luminance": 1, + "id": 23539, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 56 + ] }, { - "id": 21098, - "luminance": 1, + "id": 23540, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21099, - "luminance": 1, + "id": 23541, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21100, - "luminance": 1, + "id": 23542, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21101, - "luminance": 1, + "id": 23543, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21102, - "luminance": 1, + "id": 23544, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21103, - "luminance": 1, + "id": 23545, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21104, - "luminance": 1, + "id": 23546, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21105, - "luminance": 1, + "id": 23547, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] + } + ] + }, + { + "id": 969, + "name": "waxed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_cut_copper_stairs", + "item_id": 123, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21106, - "luminance": 1, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23559, + "states": [ + { + "id": 23548, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 42 + ] }, { - "id": 21107, - "luminance": 1, + "id": 23549, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 42 + ] }, { - "id": 21108, - "luminance": 1, + "id": 23550, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21109, - "luminance": 1, + "id": 23551, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21110, - "luminance": 1, + "id": 23552, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21111, - "luminance": 1, + "id": 23553, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21112, - "luminance": 1, + "id": 23554, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21113, - "luminance": 1, + "id": 23555, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21114, - "luminance": 1, + "id": 23556, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21115, - "luminance": 1, + "id": 23557, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21116, - "luminance": 1, + "id": 23558, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52 + ] }, { - "id": 21117, - "luminance": 1, + "id": 23559, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52 + ] }, { - "id": 21118, - "luminance": 1, + "id": 23560, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21119, - "luminance": 1, + "id": 23561, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21120, - "luminance": 1, + "id": 23562, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21121, - "luminance": 1, + "id": 23563, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21122, - "luminance": 1, + "id": 23564, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21123, - "luminance": 1, + "id": 23565, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21124, - "luminance": 1, + "id": 23566, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21125, - "luminance": 1, + "id": 23567, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21126, - "luminance": 1, + "id": 23568, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 52 + ] }, { - "id": 21127, - "luminance": 1, + "id": 23569, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 52 + ] }, { - "id": 21128, - "luminance": 1, + "id": 23570, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21129, - "luminance": 1, + "id": 23571, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21130, - "luminance": 1, + "id": 23572, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21131, - "luminance": 1, + "id": 23573, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21132, - "luminance": 1, + "id": 23574, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21133, - "luminance": 1, + "id": 23575, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21134, - "luminance": 1, + "id": 23576, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21135, - "luminance": 1, + "id": 23577, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21136, - "luminance": 1, + "id": 23578, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42 + ] }, { - "id": 21137, - "luminance": 1, + "id": 23579, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42 + ] }, { - "id": 21138, - "luminance": 1, + "id": 23580, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21139, - "luminance": 1, + "id": 23581, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21140, - "luminance": 1, + "id": 23582, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21141, - "luminance": 1, + "id": 23583, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21142, - "luminance": 1, + "id": 23584, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21143, - "luminance": 1, + "id": 23585, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21144, - "luminance": 1, + "id": 23586, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21145, - "luminance": 1, + "id": 23587, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21146, - "luminance": 1, + "id": 23588, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 56 + ] }, { - "id": 21147, - "luminance": 1, + "id": 23589, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 56 + ] }, { - "id": 21148, - "luminance": 1, + "id": 23590, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21149, - "luminance": 1, + "id": 23591, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 46, + 49 + ] }, { - "id": 21150, - "luminance": 1, + "id": 23592, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21151, - "luminance": 1, + "id": 23593, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 43, + 44, + 45 + ] }, { - "id": 21152, - "luminance": 1, + "id": 23594, + "luminance": 0, "opaque": true, "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + "blocks_motion": true, + "collision_shapes": [ + 55, + 52, + 45 + ] }, { - "id": 21153, - "luminance": 1, + "id": 23595, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 55, + 52, + 45 + ] }, { - "id": 21154, - "luminance": 1, + "id": 23596, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21155, - "luminance": 1, + "id": 23597, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 48, + 42, + 49 + ] }, { - "id": 21156, - "luminance": 1, + "id": 23598, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50 + ] }, { - "id": 21157, - "luminance": 1, + "id": 23599, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50 + ] }, { - "id": 21158, - "luminance": 1, + "id": 23600, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21159, - "luminance": 1, + "id": 23601, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 45 + ] }, { - "id": 21160, - "luminance": 1, + "id": 23602, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21161, - "luminance": 1, + "id": 23603, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 50, + 49 + ] }, { - "id": 21162, - "luminance": 1, + "id": 23604, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21163, - "luminance": 1, + "id": 23605, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 47 + ] }, { - "id": 21164, - "luminance": 1, + "id": 23606, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21165, - "luminance": 1, + "id": 23607, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 53 + ] }, { - "id": 21166, - "luminance": 1, + "id": 23608, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 57, + 50 + ] }, { - "id": 21167, - "luminance": 1, + "id": 23609, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 57, + 50 + ] }, { - "id": 21168, - "luminance": 1, + "id": 23610, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21169, - "luminance": 1, + "id": 23611, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 41, + 46, + 47 + ] }, { - "id": 21170, - "luminance": 1, + "id": 23612, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21171, - "luminance": 1, + "id": 23613, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 54, + 44, + 53 + ] }, { - "id": 21172, - "luminance": 1, + "id": 23614, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21173, - "luminance": 1, + "id": 23615, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 44, + 50, + 45 + ] }, { - "id": 21174, - "luminance": 1, + "id": 23616, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21175, - "luminance": 1, + "id": 23617, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 46, + 50, + 49 + ] }, { - "id": 21176, - "luminance": 1, + "id": 23618, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 56 + ] }, { - "id": 21177, - "luminance": 1, + "id": 23619, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 56 + ] }, { - "id": 21178, - "luminance": 1, + "id": 23620, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21179, - "luminance": 1, + "id": 23621, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 52, + 45 + ] }, { - "id": 21180, - "luminance": 1, + "id": 23622, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21181, - "luminance": 1, + "id": 23623, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 42, + 49 + ] }, { - "id": 21182, - "luminance": 1, + "id": 23624, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21183, - "luminance": 1, + "id": 23625, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 49 + ] }, { - "id": 21184, - "luminance": 1, + "id": 23626, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] }, { - "id": 21185, - "luminance": 1, + "id": 23627, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 51, + 45 + ] + } + ] + }, + { + "id": 970, + "name": "waxed_oxidized_cut_copper_slab", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_slab", + "item_id": 130, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, { - "id": 21186, - "luminance": 1, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23631, + "states": [ + { + "id": 23628, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21187, - "luminance": 1, + "id": 23629, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21188, - "luminance": 1, + "id": 23630, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21189, - "luminance": 1, + "id": 23631, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21190, - "luminance": 1, + "id": 23632, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] }, { - "id": 21191, - "luminance": 1, + "id": 23633, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] + } + ] + }, + { + "id": 971, + "name": "waxed_weathered_cut_copper_slab", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_slab", + "item_id": 129, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, { - "id": 21192, - "luminance": 1, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23637, + "states": [ + { + "id": 23634, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21193, - "luminance": 1, + "id": 23635, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21194, - "luminance": 1, + "id": 23636, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21195, - "luminance": 1, + "id": 23637, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21196, - "luminance": 1, + "id": 23638, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] }, { - "id": 21197, - "luminance": 1, + "id": 23639, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] + } + ] + }, + { + "id": 972, + "name": "waxed_exposed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_slab", + "item_id": 128, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, { - "id": 21198, - "luminance": 1, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23643, + "states": [ + { + "id": 23640, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21199, - "luminance": 1, + "id": 23641, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21200, - "luminance": 1, + "id": 23642, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21201, - "luminance": 1, + "id": 23643, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21202, - "luminance": 1, + "id": 23644, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] }, { - "id": 21203, - "luminance": 1, + "id": 23645, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] + } + ] + }, + { + "id": 973, + "name": "waxed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_cut_copper_slab", + "item_id": 127, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] }, { - "id": 21204, - "luminance": 1, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23649, + "states": [ + { + "id": 23646, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21205, - "luminance": 1, + "id": 23647, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 201 + ] }, { - "id": 21206, - "luminance": 1, + "id": 23648, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21207, - "luminance": 1, + "id": 23649, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ 51 - ], - "block_entity_type": 35 + ] }, { - "id": 21208, - "luminance": 1, + "id": 23650, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] }, { - "id": 21209, - "luminance": 1, + "id": 23651, + "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 0 + ] + } + ] + }, + { + "id": 974, + "name": "copper_door", + "translation_key": "block.minecraft.copper_door", + "item_id": 721, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21210, - "luminance": 1, - "opaque": true, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23663, + "states": [ + { + "id": 23652, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21211, - "luminance": 1, - "opaque": true, + "id": 23653, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21212, - "luminance": 1, - "opaque": true, + "id": 23654, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21213, - "luminance": 1, - "opaque": true, + "id": 23655, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21214, - "luminance": 1, - "opaque": true, + "id": 23656, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21215, - "luminance": 1, - "opaque": true, + "id": 23657, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21216, - "luminance": 1, - "opaque": true, + "id": 23658, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21217, - "luminance": 1, - "opaque": true, + "id": 23659, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21218, - "luminance": 1, - "opaque": true, + "id": 23660, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21219, - "luminance": 1, - "opaque": true, + "id": 23661, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21220, - "luminance": 1, - "opaque": true, + "id": 23662, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21221, - "luminance": 1, - "opaque": true, + "id": 23663, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21222, - "luminance": 1, - "opaque": true, + "id": 23664, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21223, - "luminance": 1, - "opaque": true, + "id": 23665, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21224, - "luminance": 1, - "opaque": true, + "id": 23666, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21225, - "luminance": 1, - "opaque": true, + "id": 23667, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21226, - "luminance": 1, - "opaque": true, + "id": 23668, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21227, - "luminance": 1, - "opaque": true, + "id": 23669, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21228, - "luminance": 1, - "opaque": true, + "id": 23670, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21229, - "luminance": 1, - "opaque": true, + "id": 23671, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21230, - "luminance": 1, - "opaque": true, + "id": 23672, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21231, - "luminance": 1, - "opaque": true, + "id": 23673, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21232, - "luminance": 1, - "opaque": true, + "id": 23674, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21233, - "luminance": 1, - "opaque": true, + "id": 23675, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21234, - "luminance": 1, - "opaque": true, + "id": 23676, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21235, - "luminance": 1, - "opaque": true, + "id": 23677, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21236, - "luminance": 1, - "opaque": true, + "id": 23678, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21237, - "luminance": 1, - "opaque": true, + "id": 23679, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21238, - "luminance": 1, - "opaque": true, + "id": 23680, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21239, - "luminance": 1, - "opaque": true, + "id": 23681, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21240, - "luminance": 1, - "opaque": true, + "id": 23682, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21241, - "luminance": 1, - "opaque": true, + "id": 23683, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21242, - "luminance": 1, - "opaque": true, + "id": 23684, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21243, - "luminance": 1, - "opaque": true, + "id": 23685, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21244, - "luminance": 1, - "opaque": true, + "id": 23686, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21245, - "luminance": 1, - "opaque": true, + "id": 23687, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21246, - "luminance": 1, - "opaque": true, + "id": 23688, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21247, - "luminance": 1, - "opaque": true, + "id": 23689, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21248, - "luminance": 1, - "opaque": true, + "id": 23690, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21249, - "luminance": 1, - "opaque": true, + "id": 23691, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21250, - "luminance": 1, - "opaque": true, + "id": 23692, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21251, - "luminance": 1, - "opaque": true, + "id": 23693, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21252, - "luminance": 1, - "opaque": true, + "id": 23694, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21253, - "luminance": 1, - "opaque": true, + "id": 23695, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21254, - "luminance": 1, - "opaque": true, + "id": 23696, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21255, - "luminance": 1, - "opaque": true, + "id": 23697, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21256, - "luminance": 1, - "opaque": true, + "id": 23698, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21257, - "luminance": 1, - "opaque": true, + "id": 23699, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21258, - "luminance": 1, - "opaque": true, + "id": 23700, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21259, - "luminance": 1, - "opaque": true, + "id": 23701, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21260, - "luminance": 1, - "opaque": true, + "id": 23702, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21261, - "luminance": 1, - "opaque": true, + "id": 23703, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21262, - "luminance": 1, - "opaque": true, + "id": 23704, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21263, - "luminance": 1, - "opaque": true, + "id": 23705, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21264, - "luminance": 1, - "opaque": true, + "id": 23706, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21265, - "luminance": 1, - "opaque": true, + "id": 23707, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21266, - "luminance": 1, - "opaque": true, + "id": 23708, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21267, - "luminance": 1, - "opaque": true, + "id": 23709, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21268, - "luminance": 1, - "opaque": true, + "id": 23710, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21269, - "luminance": 1, - "opaque": true, + "id": 23711, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21270, - "luminance": 1, - "opaque": true, + "id": 23712, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21271, - "luminance": 1, - "opaque": true, + "id": 23713, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21272, - "luminance": 1, - "opaque": true, + "id": 23714, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21273, - "luminance": 1, - "opaque": true, + "id": 23715, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] + } + ] + }, + { + "id": 975, + "name": "exposed_copper_door", + "translation_key": "block.minecraft.exposed_copper_door", + "item_id": 722, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21274, - "luminance": 1, - "opaque": true, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23727, + "states": [ + { + "id": 23716, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21275, - "luminance": 1, - "opaque": true, + "id": 23717, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21276, - "luminance": 1, - "opaque": true, + "id": 23718, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21277, - "luminance": 1, - "opaque": true, + "id": 23719, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21278, - "luminance": 1, - "opaque": true, + "id": 23720, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21279, - "luminance": 1, - "opaque": true, + "id": 23721, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21280, - "luminance": 1, - "opaque": true, + "id": 23722, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21281, - "luminance": 1, - "opaque": true, + "id": 23723, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21282, - "luminance": 1, - "opaque": true, + "id": 23724, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21283, - "luminance": 1, - "opaque": true, + "id": 23725, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21284, - "luminance": 1, - "opaque": true, + "id": 23726, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21285, - "luminance": 1, - "opaque": true, + "id": 23727, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21286, - "luminance": 1, - "opaque": true, + "id": 23728, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21287, - "luminance": 1, - "opaque": true, + "id": 23729, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21288, - "luminance": 1, - "opaque": true, + "id": 23730, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21289, - "luminance": 1, - "opaque": true, + "id": 23731, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21290, - "luminance": 1, - "opaque": true, + "id": 23732, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21291, - "luminance": 1, - "opaque": true, + "id": 23733, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21292, - "luminance": 1, - "opaque": true, + "id": 23734, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21293, - "luminance": 1, - "opaque": true, + "id": 23735, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21294, - "luminance": 1, - "opaque": true, + "id": 23736, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21295, - "luminance": 1, - "opaque": true, + "id": 23737, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21296, - "luminance": 1, - "opaque": true, + "id": 23738, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21297, - "luminance": 1, - "opaque": true, + "id": 23739, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21298, - "luminance": 1, - "opaque": true, + "id": 23740, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21299, - "luminance": 1, - "opaque": true, + "id": 23741, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21300, - "luminance": 1, - "opaque": true, + "id": 23742, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21301, - "luminance": 1, - "opaque": true, + "id": 23743, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21302, - "luminance": 1, - "opaque": true, + "id": 23744, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21303, - "luminance": 1, - "opaque": true, + "id": 23745, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21304, - "luminance": 1, - "opaque": true, + "id": 23746, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21305, - "luminance": 1, - "opaque": true, + "id": 23747, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21306, - "luminance": 1, - "opaque": true, + "id": 23748, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21307, - "luminance": 1, - "opaque": true, + "id": 23749, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21308, - "luminance": 1, - "opaque": true, + "id": 23750, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21309, - "luminance": 1, - "opaque": true, + "id": 23751, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21310, - "luminance": 1, - "opaque": true, + "id": 23752, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21311, - "luminance": 1, - "opaque": true, + "id": 23753, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21312, - "luminance": 1, - "opaque": true, + "id": 23754, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21313, - "luminance": 1, - "opaque": true, + "id": 23755, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21314, - "luminance": 1, - "opaque": true, + "id": 23756, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21315, - "luminance": 1, - "opaque": true, + "id": 23757, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21316, - "luminance": 1, - "opaque": true, + "id": 23758, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21317, - "luminance": 1, - "opaque": true, + "id": 23759, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21318, - "luminance": 1, - "opaque": true, + "id": 23760, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21319, - "luminance": 1, - "opaque": true, + "id": 23761, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21320, - "luminance": 1, - "opaque": true, + "id": 23762, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21321, - "luminance": 1, - "opaque": true, + "id": 23763, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21322, - "luminance": 1, - "opaque": true, + "id": 23764, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21323, - "luminance": 1, - "opaque": true, + "id": 23765, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21324, - "luminance": 1, - "opaque": true, + "id": 23766, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21325, - "luminance": 1, - "opaque": true, + "id": 23767, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21326, - "luminance": 1, - "opaque": true, + "id": 23768, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21327, - "luminance": 1, - "opaque": true, + "id": 23769, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21328, - "luminance": 1, - "opaque": true, + "id": 23770, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21329, - "luminance": 1, - "opaque": true, + "id": 23771, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21330, - "luminance": 1, - "opaque": true, + "id": 23772, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21331, - "luminance": 1, - "opaque": true, + "id": 23773, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21332, - "luminance": 1, - "opaque": true, + "id": 23774, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21333, - "luminance": 1, - "opaque": true, + "id": 23775, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21334, - "luminance": 1, - "opaque": true, + "id": 23776, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21335, - "luminance": 1, - "opaque": true, + "id": 23777, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21336, - "luminance": 1, - "opaque": true, + "id": 23778, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21337, - "luminance": 1, - "opaque": true, + "id": 23779, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] + } + ] + }, + { + "id": 976, + "name": "oxidized_copper_door", + "translation_key": "block.minecraft.oxidized_copper_door", + "item_id": 724, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21338, - "luminance": 1, - "opaque": true, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23791, + "states": [ + { + "id": 23780, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21339, - "luminance": 1, - "opaque": true, + "id": 23781, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21340, - "luminance": 1, - "opaque": true, + "id": 23782, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21341, - "luminance": 1, - "opaque": true, + "id": 23783, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21342, - "luminance": 1, - "opaque": true, + "id": 23784, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21343, - "luminance": 1, - "opaque": true, + "id": 23785, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21344, - "luminance": 1, - "opaque": true, + "id": 23786, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21345, - "luminance": 1, - "opaque": true, + "id": 23787, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21346, - "luminance": 1, - "opaque": true, + "id": 23788, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21347, - "luminance": 1, - "opaque": true, + "id": 23789, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21348, - "luminance": 1, - "opaque": true, + "id": 23790, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21349, - "luminance": 1, - "opaque": true, + "id": 23791, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21350, - "luminance": 1, - "opaque": true, + "id": 23792, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21351, - "luminance": 1, - "opaque": true, + "id": 23793, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21352, - "luminance": 1, - "opaque": true, + "id": 23794, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21353, - "luminance": 1, - "opaque": true, + "id": 23795, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21354, - "luminance": 1, - "opaque": true, + "id": 23796, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21355, - "luminance": 1, - "opaque": true, + "id": 23797, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21356, - "luminance": 1, - "opaque": true, + "id": 23798, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21357, - "luminance": 1, - "opaque": true, + "id": 23799, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21358, - "luminance": 1, - "opaque": true, + "id": 23800, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21359, - "luminance": 1, - "opaque": true, + "id": 23801, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21360, - "luminance": 1, - "opaque": true, + "id": 23802, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21361, - "luminance": 1, - "opaque": true, + "id": 23803, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21362, - "luminance": 1, - "opaque": true, + "id": 23804, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21363, - "luminance": 1, - "opaque": true, + "id": 23805, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21364, - "luminance": 1, - "opaque": true, + "id": 23806, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21365, - "luminance": 1, - "opaque": true, + "id": 23807, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21366, - "luminance": 1, - "opaque": true, + "id": 23808, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21367, - "luminance": 1, - "opaque": true, + "id": 23809, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21368, - "luminance": 1, - "opaque": true, + "id": 23810, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21369, - "luminance": 1, - "opaque": true, + "id": 23811, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21370, - "luminance": 1, - "opaque": true, + "id": 23812, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21371, - "luminance": 1, - "opaque": true, + "id": 23813, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21372, - "luminance": 1, - "opaque": true, + "id": 23814, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21373, - "luminance": 1, - "opaque": true, + "id": 23815, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21374, - "luminance": 1, - "opaque": true, + "id": 23816, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21375, - "luminance": 1, - "opaque": true, + "id": 23817, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21376, - "luminance": 1, - "opaque": true, + "id": 23818, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21377, - "luminance": 1, - "opaque": true, + "id": 23819, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21378, - "luminance": 1, - "opaque": true, + "id": 23820, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21379, - "luminance": 1, - "opaque": true, + "id": 23821, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21380, - "luminance": 1, - "opaque": true, + "id": 23822, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21381, - "luminance": 1, - "opaque": true, + "id": 23823, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21382, - "luminance": 1, - "opaque": true, + "id": 23824, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21383, - "luminance": 1, - "opaque": true, + "id": 23825, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21384, - "luminance": 1, - "opaque": true, + "id": 23826, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21385, - "luminance": 1, - "opaque": true, + "id": 23827, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21386, - "luminance": 1, - "opaque": true, + "id": 23828, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21387, - "luminance": 1, - "opaque": true, + "id": 23829, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21388, - "luminance": 1, - "opaque": true, + "id": 23830, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21389, - "luminance": 1, - "opaque": true, + "id": 23831, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21390, - "luminance": 1, - "opaque": true, + "id": 23832, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21391, - "luminance": 1, - "opaque": true, + "id": 23833, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21392, - "luminance": 1, - "opaque": true, + "id": 23834, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21393, - "luminance": 1, - "opaque": true, + "id": 23835, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21394, - "luminance": 1, - "opaque": true, + "id": 23836, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21395, - "luminance": 1, - "opaque": true, + "id": 23837, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21396, - "luminance": 1, - "opaque": true, + "id": 23838, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21397, - "luminance": 1, - "opaque": true, + "id": 23839, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21398, - "luminance": 1, - "opaque": true, + "id": 23840, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21399, - "luminance": 1, - "opaque": true, + "id": 23841, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21400, - "luminance": 1, - "opaque": true, + "id": 23842, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21401, - "luminance": 1, - "opaque": true, + "id": 23843, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] + } + ] + }, + { + "id": 977, + "name": "weathered_copper_door", + "translation_key": "block.minecraft.weathered_copper_door", + "item_id": 723, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21402, - "luminance": 1, - "opaque": true, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23855, + "states": [ + { + "id": 23844, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21403, - "luminance": 1, - "opaque": true, + "id": 23845, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21404, - "luminance": 1, - "opaque": true, + "id": 23846, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21405, - "luminance": 1, - "opaque": true, + "id": 23847, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21406, - "luminance": 1, - "opaque": true, + "id": 23848, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21407, - "luminance": 1, - "opaque": true, + "id": 23849, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21408, - "luminance": 1, - "opaque": true, + "id": 23850, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21409, - "luminance": 1, - "opaque": true, + "id": 23851, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21410, - "luminance": 1, - "opaque": true, + "id": 23852, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21411, - "luminance": 1, - "opaque": true, + "id": 23853, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21412, - "luminance": 1, - "opaque": true, + "id": 23854, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21413, - "luminance": 1, - "opaque": true, + "id": 23855, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21414, - "luminance": 1, - "opaque": true, + "id": 23856, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21415, - "luminance": 1, - "opaque": true, + "id": 23857, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21416, - "luminance": 1, - "opaque": true, + "id": 23858, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21417, - "luminance": 1, - "opaque": true, + "id": 23859, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 65 + ] }, { - "id": 21418, - "luminance": 1, - "opaque": true, + "id": 23860, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21419, - "luminance": 1, - "opaque": true, + "id": 23861, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 66 + ] }, { - "id": 21420, - "luminance": 1, - "opaque": true, + "id": 23862, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21421, - "luminance": 1, - "opaque": true, + "id": 23863, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 67 + ] }, { - "id": 21422, - "luminance": 1, - "opaque": true, + "id": 23864, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 + 64 + ] }, { - "id": 21423, - "luminance": 1, - "opaque": true, + "id": 23865, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 35 - } - ] - }, - { - "id": 915, - "name": "sculk", - "translation_key": "block.minecraft.sculk", - "item_id": 349, - "properties": [], - "default_state_id": 21424, - "states": [ + 64 + ] + }, { - "id": 21424, + "id": 23866, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 916, - "name": "sculk_vein", - "translation_key": "block.minecraft.sculk_vein", - "item_id": 350, - "properties": [ - { - "name": "down", - "values": [ - "true", - "false" + 67 ] }, { - "name": "east", - "values": [ - "true", - "false" + "id": 23867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "north", - "values": [ - "true", - "false" + "id": 23868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 66 ] }, { - "name": "south", - "values": [ - "true", - "false" + "id": 23869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 66 ] }, { - "name": "up", - "values": [ - "true", - "false" + "id": 23870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" + "id": 23871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 67 ] }, { - "name": "west", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21552, - "states": [ - { - "id": 21425, + "id": 23872, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21426, + "id": 23873, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21427, + "id": 23874, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21428, + "id": 23875, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21429, + "id": 23876, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21430, + "id": 23877, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21431, + "id": 23878, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21432, + "id": 23879, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21433, + "id": 23880, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21434, + "id": 23881, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21435, + "id": 23882, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21436, + "id": 23883, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21437, + "id": 23884, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21438, + "id": 23885, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21439, + "id": 23886, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21440, + "id": 23887, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21441, + "id": 23888, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21442, + "id": 23889, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21443, + "id": 23890, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21444, + "id": 23891, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21445, + "id": 23892, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21446, + "id": 23893, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21447, + "id": 23894, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21448, + "id": 23895, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21449, + "id": 23896, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21450, + "id": 23897, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21451, + "id": 23898, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21452, + "id": 23899, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21453, + "id": 23900, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21454, + "id": 23901, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21455, + "id": 23902, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21456, + "id": 23903, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21457, + "id": 23904, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21458, + "id": 23905, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21459, + "id": 23906, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21460, + "id": 23907, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 978, + "name": "waxed_copper_door", + "translation_key": "block.minecraft.waxed_copper_door", + "item_id": 725, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21461, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23919, + "states": [ + { + "id": 23908, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21462, + "id": 23909, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21463, + "id": 23910, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21464, + "id": 23911, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21465, + "id": 23912, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21466, + "id": 23913, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21467, + "id": 23914, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21468, + "id": 23915, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21469, + "id": 23916, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21470, + "id": 23917, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21471, + "id": 23918, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21472, + "id": 23919, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21473, + "id": 23920, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21474, + "id": 23921, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21475, + "id": 23922, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21476, + "id": 23923, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21477, + "id": 23924, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21478, + "id": 23925, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21479, + "id": 23926, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21480, + "id": 23927, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21481, + "id": 23928, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21482, + "id": 23929, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21483, + "id": 23930, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21484, + "id": 23931, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21485, + "id": 23932, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21486, + "id": 23933, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21487, + "id": 23934, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21488, + "id": 23935, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21489, + "id": 23936, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21490, + "id": 23937, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21491, + "id": 23938, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21492, + "id": 23939, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21493, + "id": 23940, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21494, + "id": 23941, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21495, + "id": 23942, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21496, + "id": 23943, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21497, + "id": 23944, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21498, + "id": 23945, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21499, + "id": 23946, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21500, + "id": 23947, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21501, + "id": 23948, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21502, + "id": 23949, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21503, + "id": 23950, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21504, + "id": 23951, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21505, + "id": 23952, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21506, + "id": 23953, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21507, + "id": 23954, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21508, + "id": 23955, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21509, + "id": 23956, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21510, + "id": 23957, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21511, + "id": 23958, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21512, + "id": 23959, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21513, + "id": 23960, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21514, + "id": 23961, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21515, + "id": 23962, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21516, + "id": 23963, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21517, + "id": 23964, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21518, + "id": 23965, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21519, + "id": 23966, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21520, + "id": 23967, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21521, + "id": 23968, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21522, + "id": 23969, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21523, + "id": 23970, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21524, + "id": 23971, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 979, + "name": "waxed_exposed_copper_door", + "translation_key": "block.minecraft.waxed_exposed_copper_door", + "item_id": 726, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] }, { - "id": 21525, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 23983, + "states": [ + { + "id": 23972, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21526, + "id": 23973, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21527, + "id": 23974, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21528, + "id": 23975, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21529, + "id": 23976, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21530, + "id": 23977, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21531, + "id": 23978, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21532, + "id": 23979, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21533, + "id": 23980, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21534, + "id": 23981, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21535, + "id": 23982, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21536, + "id": 23983, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21537, + "id": 23984, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21538, + "id": 23985, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21539, + "id": 23986, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21540, + "id": 23987, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 65 + ] }, { - "id": 21541, + "id": 23988, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21542, + "id": 23989, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21543, + "id": 23990, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21544, + "id": 23991, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21545, + "id": 23992, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21546, + "id": 23993, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 64 + ] }, { - "id": 21547, + "id": 23994, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21548, + "id": 23995, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21549, + "id": 23996, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21550, + "id": 23997, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 66 + ] }, { - "id": 21551, + "id": 23998, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] + "collision_shapes": [ + 67 + ] }, { - "id": 21552, + "id": 23999, "luminance": 0, "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [] - } - ] - }, - { - "id": 917, - "name": "sculk_catalyst", - "translation_key": "block.minecraft.sculk_catalyst", - "item_id": 351, - "properties": [ - { - "name": "bloom", - "values": [ - "true", - "false" + "collision_shapes": [ + 67 ] - } - ], - "default_state_id": 21554, - "states": [ + }, { - "id": 21553, - "luminance": 6, - "opaque": true, + "id": 24000, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 36 + 64 + ] }, { - "id": 21554, - "luminance": 6, - "opaque": true, + "id": 24001, + "luminance": 0, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ], - "block_entity_type": 36 - } - ] - }, - { - "id": 918, - "name": "sculk_shrieker", - "translation_key": "block.minecraft.sculk_shrieker", - "item_id": 352, - "properties": [ - { - "name": "can_summon", - "values": [ - "true", - "false" - ] - }, - { - "name": "shrieking", - "values": [ - "true", - "false" + 64 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21562, - "states": [ - { - "id": 21555, + "id": 24002, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 67 + ] }, { - "id": 21556, + "id": 24003, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 67 + ] }, { - "id": 21557, + "id": 24004, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 65 + ] }, { - "id": 21558, + "id": 24005, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 65 + ] }, { - "id": 21559, + "id": 24006, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 66 + ] }, { - "id": 21560, + "id": 24007, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 66 + ] }, { - "id": 21561, + "id": 24008, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 + 67 + ] }, { - "id": 21562, + "id": 24009, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 - ], - "block_entity_type": 37 - } - ] - }, - { - "id": 919, - "name": "oxidized_copper", - "translation_key": "block.minecraft.oxidized_copper", - "item_id": 81, - "properties": [], - "default_state_id": 21563, - "states": [ + 67 + ] + }, { - "id": 21563, + "id": 24010, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 66 ] - } - ] - }, - { - "id": 920, - "name": "weathered_copper", - "translation_key": "block.minecraft.weathered_copper", - "item_id": 80, - "properties": [], - "default_state_id": 21564, - "states": [ + }, { - "id": 21564, + "id": 24011, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 66 ] - } - ] - }, - { - "id": 921, - "name": "exposed_copper", - "translation_key": "block.minecraft.exposed_copper", - "item_id": 79, - "properties": [], - "default_state_id": 21565, - "states": [ + }, { - "id": 21565, + "id": 24012, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 922, - "name": "copper_block", - "translation_key": "block.minecraft.copper_block", - "item_id": 75, - "properties": [], - "default_state_id": 21566, - "states": [ + }, { - "id": 21566, + "id": 24013, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 923, - "name": "copper_ore", - "translation_key": "block.minecraft.copper_ore", - "item_id": 53, - "properties": [], - "default_state_id": 21567, - "states": [ + }, { - "id": 21567, + "id": 24014, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 66 ] - } - ] - }, - { - "id": 924, - "name": "deepslate_copper_ore", - "translation_key": "block.minecraft.deepslate_copper_ore", - "item_id": 54, - "properties": [], - "default_state_id": 21568, - "states": [ + }, { - "id": 21568, + "id": 24015, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 66 ] - } - ] - }, - { - "id": 925, - "name": "oxidized_cut_copper", - "translation_key": "block.minecraft.oxidized_cut_copper", - "item_id": 85, - "properties": [], - "default_state_id": 21569, - "states": [ + }, { - "id": 21569, + "id": 24016, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 67 ] - } - ] - }, - { - "id": 926, - "name": "weathered_cut_copper", - "translation_key": "block.minecraft.weathered_cut_copper", - "item_id": 84, - "properties": [], - "default_state_id": 21570, - "states": [ + }, { - "id": 21570, + "id": 24017, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 67 ] - } - ] - }, - { - "id": 927, - "name": "exposed_cut_copper", - "translation_key": "block.minecraft.exposed_cut_copper", - "item_id": 83, - "properties": [], - "default_state_id": 21571, - "states": [ + }, { - "id": 21571, + "id": 24018, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 66 ] - } - ] - }, - { - "id": 928, - "name": "cut_copper", - "translation_key": "block.minecraft.cut_copper", - "item_id": 82, - "properties": [], - "default_state_id": 21572, - "states": [ + }, { - "id": 21572, + "id": 24019, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 929, - "name": "oxidized_cut_copper_stairs", - "translation_key": "block.minecraft.oxidized_cut_copper_stairs", - "item_id": 89, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 66 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21584, - "states": [ - { - "id": 21573, + "id": 24020, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 67 ] }, { - "id": 21574, + "id": 24021, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 67 ] }, { - "id": 21575, + "id": 24022, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21576, + "id": 24023, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21577, + "id": 24024, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { - "id": 21578, + "id": 24025, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { - "id": 21579, + "id": 24026, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { - "id": 21580, + "id": 24027, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { - "id": 21581, + "id": 24028, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 67 ] }, { - "id": 21582, + "id": 24029, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 67 ] }, { - "id": 21583, + "id": 24030, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 64 ] }, { - "id": 21584, + "id": 24031, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 64 ] }, { - "id": 21585, + "id": 24032, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 65 ] }, { - "id": 21586, + "id": 24033, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 65 ] }, { - "id": 21587, + "id": 24034, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 64 ] }, { - "id": 21588, + "id": 24035, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 64 + ] + } + ] + }, + { + "id": 980, + "name": "waxed_oxidized_copper_door", + "translation_key": "block.minecraft.waxed_oxidized_copper_door", + "item_id": 728, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 21589, + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24047, + "states": [ + { + "id": 24036, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 21590, + "id": 24037, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 21591, + "id": 24038, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21592, + "id": 24039, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21593, + "id": 24040, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21594, + "id": 24041, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21595, + "id": 24042, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 65 ] }, { - "id": 21596, + "id": 24043, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 65 ] }, { - "id": 21597, + "id": 24044, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { - "id": 21598, + "id": 24045, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { - "id": 21599, + "id": 24046, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21600, + "id": 24047, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21601, + "id": 24048, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21602, + "id": 24049, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21603, + "id": 24050, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 65 ] }, { - "id": 21604, + "id": 24051, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 65 ] }, { - "id": 21605, + "id": 24052, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 21606, + "id": 24053, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 21607, + "id": 24054, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21608, + "id": 24055, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21609, + "id": 24056, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21610, + "id": 24057, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21611, + "id": 24058, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 67 ] }, { - "id": 21612, + "id": 24059, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 67 ] }, { - "id": 21613, + "id": 24060, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 66 ] }, { - "id": 21614, + "id": 24061, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 66 ] }, { - "id": 21615, + "id": 24062, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 21616, + "id": 24063, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 21617, + "id": 24064, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21618, + "id": 24065, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21619, + "id": 24066, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 67 ] }, { - "id": 21620, + "id": 24067, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 67 ] }, { - "id": 21621, + "id": 24068, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { - "id": 21622, + "id": 24069, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { - "id": 21623, + "id": 24070, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 66 ] }, { - "id": 21624, + "id": 24071, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 66 ] }, { - "id": 21625, + "id": 24072, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21626, + "id": 24073, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21627, + "id": 24074, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21628, + "id": 24075, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21629, + "id": 24076, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 65 ] }, { - "id": 21630, + "id": 24077, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 65 ] }, { - "id": 21631, + "id": 24078, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 21632, + "id": 24079, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 21633, + "id": 24080, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 21634, + "id": 24081, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 21635, + "id": 24082, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21636, + "id": 24083, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21637, + "id": 24084, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 67 ] }, { - "id": 21638, + "id": 24085, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 67 ] }, { - "id": 21639, + "id": 24086, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 21640, + "id": 24087, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 21641, + "id": 24088, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21642, + "id": 24089, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21643, + "id": 24090, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 64 ] }, { - "id": 21644, + "id": 24091, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 64 ] }, { - "id": 21645, + "id": 24092, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 67 ] }, { - "id": 21646, + "id": 24093, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 67 ] }, { - "id": 21647, + "id": 24094, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 64 ] }, { - "id": 21648, + "id": 24095, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, - "collision_shapes": [ - 51, - 42, - 49 + "collision_shapes": [ + 64 ] }, { - "id": 21649, + "id": 24096, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21650, + "id": 24097, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21651, + "id": 24098, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21652, + "id": 24099, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] } ] }, { - "id": 930, - "name": "weathered_cut_copper_stairs", - "translation_key": "block.minecraft.weathered_cut_copper_stairs", - "item_id": 88, + "id": 981, + "name": "waxed_weathered_copper_door", + "translation_key": "block.minecraft.waxed_weathered_copper_door", + "item_id": 727, "properties": [ { "name": "facing", @@ -254207,3174 +283566,2774 @@ { "name": "half", "values": [ - "top", - "bottom" + "upper", + "lower" ] }, { - "name": "shape", + "name": "hinge", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "left", + "right" ] }, { - "name": "waterlogged", + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 21664, + "default_state_id": 24111, "states": [ { - "id": 21653, + "id": 24100, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 64 ] }, { - "id": 21654, + "id": 24101, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 64 ] }, { - "id": 21655, + "id": 24102, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 21656, + "id": 24103, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 21657, + "id": 24104, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21658, + "id": 24105, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21659, + "id": 24106, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { - "id": 21660, + "id": 24107, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 65 ] }, { - "id": 21661, + "id": 24108, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 21662, + "id": 24109, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 21663, + "id": 24110, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 65 ] }, { - "id": 21664, + "id": 24111, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 65 ] }, { - "id": 21665, + "id": 24112, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21666, + "id": 24113, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21667, + "id": 24114, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 65 ] }, { - "id": 21668, + "id": 24115, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 65 ] }, { - "id": 21669, + "id": 24116, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 21670, + "id": 24117, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 21671, + "id": 24118, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 21672, + "id": 24119, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 21673, + "id": 24120, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 21674, + "id": 24121, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 21675, + "id": 24122, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 67 ] }, { - "id": 21676, + "id": 24123, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 67 ] }, { - "id": 21677, + "id": 24124, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 21678, + "id": 24125, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 21679, + "id": 24126, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21680, + "id": 24127, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21681, + "id": 24128, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21682, + "id": 24129, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21683, + "id": 24130, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 67 ] }, { - "id": 21684, + "id": 24131, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 67 ] }, { - "id": 21685, + "id": 24132, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 65 ] }, { - "id": 21686, + "id": 24133, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 65 ] }, { - "id": 21687, + "id": 24134, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { - "id": 21688, + "id": 24135, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { - "id": 21689, + "id": 24136, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 67 ] }, { - "id": 21690, + "id": 24137, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 67 ] }, { - "id": 21691, + "id": 24138, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 66 ] }, { - "id": 21692, + "id": 24139, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 66 ] }, { - "id": 21693, + "id": 24140, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 65 ] }, { - "id": 21694, + "id": 24141, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 65 ] }, { - "id": 21695, + "id": 24142, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 21696, + "id": 24143, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 21697, + "id": 24144, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 67 ] }, { - "id": 21698, + "id": 24145, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 67 ] }, { - "id": 21699, + "id": 24146, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21700, + "id": 24147, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21701, + "id": 24148, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 67 ] }, { - "id": 21702, + "id": 24149, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 67 ] }, { - "id": 21703, + "id": 24150, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { - "id": 21704, + "id": 24151, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { - "id": 21705, + "id": 24152, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21706, + "id": 24153, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21707, + "id": 24154, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 64 ] }, { - "id": 21708, + "id": 24155, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 64 ] }, { - "id": 21709, + "id": 24156, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 67 ] }, { - "id": 21710, + "id": 24157, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 67 ] }, { - "id": 21711, + "id": 24158, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 21712, + "id": 24159, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 21713, + "id": 24160, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21714, + "id": 24161, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21715, + "id": 24162, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 64 ] }, { - "id": 21716, + "id": 24163, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 64 ] - }, + } + ] + }, + { + "id": 982, + "name": "copper_trapdoor", + "translation_key": "block.minecraft.copper_trapdoor", + "item_id": 741, + "properties": [ { - "id": 21717, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 21718, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 54, - 44, - 53 + "name": "half", + "values": [ + "top", + "bottom" ] }, { - "id": 21719, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 + "name": "open", + "values": [ + "true", + "false" ] }, { - "id": 21720, - "luminance": 0, - "opaque": true, - "replaceable": false, - "blocks_motion": true, - "collision_shapes": [ - 44, - 50, - 45 + "name": "powered", + "values": [ + "true", + "false" ] }, { - "id": 21721, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24179, + "states": [ + { + "id": 24164, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21722, + "id": 24165, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 21723, + "id": 24166, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 65 ] }, { - "id": 21724, + "id": 24167, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 65 ] }, { - "id": 21725, + "id": 24168, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21726, + "id": 24169, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21727, + "id": 24170, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { - "id": 21728, + "id": 24171, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { - "id": 21729, + "id": 24172, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21730, + "id": 24173, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 21731, + "id": 24174, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { - "id": 21732, + "id": 24175, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 931, - "name": "exposed_cut_copper_stairs", - "translation_key": "block.minecraft.exposed_cut_copper_stairs", - "item_id": 87, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 65 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21744, - "states": [ - { - "id": 21733, + "id": 24176, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21734, + "id": 24177, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21735, + "id": 24178, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 21736, + "id": 24179, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 21737, + "id": 24180, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 67 ] }, { - "id": 21738, + "id": 24181, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 67 ] }, { - "id": 21739, + "id": 24182, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 67 ] }, { - "id": 21740, + "id": 24183, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 67 ] }, { - "id": 21741, + "id": 24184, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21742, + "id": 24185, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21743, + "id": 24186, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 92 ] }, { - "id": 21744, + "id": 24187, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 92 ] }, { - "id": 21745, + "id": 24188, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { - "id": 21746, + "id": 24189, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { - "id": 21747, + "id": 24190, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 67 ] }, { - "id": 21748, + "id": 24191, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 67 ] }, { - "id": 21749, + "id": 24192, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21750, + "id": 24193, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21751, + "id": 24194, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 93 ] }, { - "id": 21752, + "id": 24195, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 93 ] }, { - "id": 21753, + "id": 24196, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21754, + "id": 24197, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21755, + "id": 24198, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 66 ] }, { - "id": 21756, + "id": 24199, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 66 ] }, { - "id": 21757, + "id": 24200, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21758, + "id": 24201, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21759, + "id": 24202, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 92 ] }, { - "id": 21760, + "id": 24203, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 92 ] }, { - "id": 21761, + "id": 24204, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21762, + "id": 24205, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21763, + "id": 24206, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 66 ] }, { - "id": 21764, + "id": 24207, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 66 ] }, { - "id": 21765, + "id": 24208, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 21766, + "id": 24209, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 21767, + "id": 24210, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 93 ] }, { - "id": 21768, + "id": 24211, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 93 ] }, { - "id": 21769, + "id": 24212, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21770, + "id": 24213, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21771, + "id": 24214, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 64 ] }, { - "id": 21772, + "id": 24215, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 64 ] }, { - "id": 21773, + "id": 24216, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21774, + "id": 24217, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21775, + "id": 24218, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21776, + "id": 24219, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21777, + "id": 24220, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21778, + "id": 24221, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21779, + "id": 24222, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21780, + "id": 24223, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21781, + "id": 24224, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 21782, + "id": 24225, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 21783, + "id": 24226, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 93 ] }, { - "id": 21784, + "id": 24227, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 93 + ] + } + ] + }, + { + "id": 983, + "name": "exposed_copper_trapdoor", + "translation_key": "block.minecraft.exposed_copper_trapdoor", + "item_id": 742, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 21785, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24243, + "states": [ + { + "id": 24228, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21786, + "id": 24229, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21787, + "id": 24230, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 65 ] }, { - "id": 21788, + "id": 24231, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 65 ] }, { - "id": 21789, + "id": 24232, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21790, + "id": 24233, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21791, + "id": 24234, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 92 ] }, { - "id": 21792, + "id": 24235, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 92 ] }, { - "id": 21793, + "id": 24236, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21794, + "id": 24237, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21795, + "id": 24238, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { - "id": 21796, + "id": 24239, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 65 ] }, { - "id": 21797, + "id": 24240, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21798, + "id": 24241, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21799, + "id": 24242, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 93 ] }, { - "id": 21800, + "id": 24243, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 93 ] }, { - "id": 21801, + "id": 24244, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21802, + "id": 24245, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21803, + "id": 24246, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 67 ] }, { - "id": 21804, + "id": 24247, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 67 ] }, { - "id": 21805, + "id": 24248, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21806, + "id": 24249, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21807, + "id": 24250, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { - "id": 21808, + "id": 24251, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 92 ] }, { - "id": 21809, + "id": 24252, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 21810, + "id": 24253, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 21811, + "id": 24254, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 67 ] }, { - "id": 21812, + "id": 24255, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 932, - "name": "cut_copper_stairs", - "translation_key": "block.minecraft.cut_copper_stairs", - "item_id": 86, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 67 ] }, { - "name": "half", - "values": [ - "top", - "bottom" + "id": 24256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 93 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 24257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 93 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21824, - "states": [ - { - "id": 21813, + "id": 24258, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21814, + "id": 24259, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21815, + "id": 24260, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { - "id": 21816, + "id": 24261, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { - "id": 21817, + "id": 24262, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21818, + "id": 24263, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 21819, + "id": 24264, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 21820, + "id": 24265, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 21821, + "id": 24266, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21822, + "id": 24267, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21823, + "id": 24268, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 66 ] }, { - "id": 21824, + "id": 24269, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 66 ] }, { - "id": 21825, + "id": 24270, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21826, + "id": 24271, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 21827, + "id": 24272, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 21828, + "id": 24273, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 21829, + "id": 24274, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21830, + "id": 24275, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21831, + "id": 24276, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 64 ] }, { - "id": 21832, + "id": 24277, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 64 ] }, { - "id": 21833, + "id": 24278, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 21834, + "id": 24279, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 21835, + "id": 24280, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 21836, + "id": 24281, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 21837, + "id": 24282, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21838, + "id": 24283, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21839, + "id": 24284, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 64 ] }, { - "id": 21840, + "id": 24285, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 64 ] }, { - "id": 21841, + "id": 24286, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21842, + "id": 24287, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 21843, + "id": 24288, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 21844, + "id": 24289, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 21845, + "id": 24290, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 21846, + "id": 24291, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 + ] + } + ] + }, + { + "id": 984, + "name": "oxidized_copper_trapdoor", + "translation_key": "block.minecraft.oxidized_copper_trapdoor", + "item_id": 744, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 21847, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24307, + "states": [ + { + "id": 24292, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21848, + "id": 24293, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21849, + "id": 24294, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { - "id": 21850, + "id": 24295, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { - "id": 21851, + "id": 24296, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21852, + "id": 24297, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21853, + "id": 24298, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21854, + "id": 24299, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21855, + "id": 24300, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 21856, + "id": 24301, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 21857, + "id": 24302, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 21858, + "id": 24303, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 21859, + "id": 24304, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 21860, + "id": 24305, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 21861, + "id": 24306, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 21862, + "id": 24307, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 21863, + "id": 24308, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 67 ] }, { - "id": 21864, + "id": 24309, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 67 ] }, { - "id": 21865, + "id": 24310, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21866, + "id": 24311, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 21867, + "id": 24312, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 21868, + "id": 24313, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 21869, + "id": 24314, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21870, + "id": 24315, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21871, + "id": 24316, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 21872, + "id": 24317, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 21873, + "id": 24318, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 21874, + "id": 24319, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 21875, + "id": 24320, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 21876, + "id": 24321, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 21877, + "id": 24322, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21878, + "id": 24323, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21879, + "id": 24324, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 66 ] }, { - "id": 21880, + "id": 24325, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 66 ] }, { - "id": 21881, + "id": 24326, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 21882, + "id": 24327, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 21883, + "id": 24328, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 21884, + "id": 24329, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 21885, + "id": 24330, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21886, + "id": 24331, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21887, + "id": 24332, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 21888, + "id": 24333, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 21889, + "id": 24334, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 21890, + "id": 24335, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 21891, + "id": 24336, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 93 ] }, { - "id": 21892, + "id": 24337, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 933, - "name": "oxidized_cut_copper_slab", - "translation_key": "block.minecraft.oxidized_cut_copper_slab", - "item_id": 93, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 93 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21896, - "states": [ - { - "id": 21893, + "id": 24338, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 93 ] }, { - "id": 21894, + "id": 24339, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 93 ] }, { - "id": 21895, + "id": 24340, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 64 ] }, { - "id": 21896, + "id": 24341, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 64 ] }, { - "id": 21897, + "id": 24342, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { - "id": 21898, + "id": 24343, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 934, - "name": "weathered_cut_copper_slab", - "translation_key": "block.minecraft.weathered_cut_copper_slab", - "item_id": 92, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 64 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21902, - "states": [ - { - "id": 21899, + "id": 24344, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 92 ] }, { - "id": 21900, + "id": 24345, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 92 ] }, { - "id": 21901, + "id": 24346, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 92 ] }, { - "id": 21902, + "id": 24347, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 92 ] }, { - "id": 21903, + "id": 24348, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 64 ] }, { - "id": 21904, + "id": 24349, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 935, - "name": "exposed_cut_copper_slab", - "translation_key": "block.minecraft.exposed_cut_copper_slab", - "item_id": 91, - "properties": [ - { - "name": "type", - "values": [ - "top", - "bottom", - "double" + 64 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21908, - "states": [ - { - "id": 21905, + "id": 24350, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 64 ] }, { - "id": 21906, + "id": 24351, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 64 ] }, { - "id": 21907, + "id": 24352, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 93 ] }, { - "id": 21908, + "id": 24353, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 93 ] }, { - "id": 21909, + "id": 24354, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 93 ] }, { - "id": 21910, + "id": 24355, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 93 ] } ] }, { - "id": 936, - "name": "cut_copper_slab", - "translation_key": "block.minecraft.cut_copper_slab", - "item_id": 90, + "id": 985, + "name": "weathered_copper_trapdoor", + "translation_key": "block.minecraft.weathered_copper_trapdoor", + "item_id": 743, "properties": [ { - "name": "type", + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", "values": [ "top", - "bottom", - "double" + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] }, { @@ -257385,3151 +286344,2719 @@ ] } ], - "default_state_id": 21914, + "default_state_id": 24371, "states": [ { - "id": 21911, + "id": 24356, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 65 ] }, { - "id": 21912, + "id": 24357, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 65 ] }, { - "id": 21913, + "id": 24358, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 65 ] }, { - "id": 21914, + "id": 24359, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 65 ] }, { - "id": 21915, + "id": 24360, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 92 ] }, { - "id": 21916, + "id": 24361, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 92 ] - } - ] - }, - { - "id": 937, - "name": "waxed_copper_block", - "translation_key": "block.minecraft.waxed_copper_block", - "item_id": 94, - "properties": [], - "default_state_id": 21917, - "states": [ + }, { - "id": 21917, + "id": 24362, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 92 ] - } - ] - }, - { - "id": 938, - "name": "waxed_weathered_copper", - "translation_key": "block.minecraft.waxed_weathered_copper", - "item_id": 96, - "properties": [], - "default_state_id": 21918, - "states": [ + }, { - "id": 21918, + "id": 24363, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 92 ] - } - ] - }, - { - "id": 939, - "name": "waxed_exposed_copper", - "translation_key": "block.minecraft.waxed_exposed_copper", - "item_id": 95, - "properties": [], - "default_state_id": 21919, - "states": [ + }, { - "id": 21919, + "id": 24364, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 940, - "name": "waxed_oxidized_copper", - "translation_key": "block.minecraft.waxed_oxidized_copper", - "item_id": 97, - "properties": [], - "default_state_id": 21920, - "states": [ + }, { - "id": 21920, + "id": 24365, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 941, - "name": "waxed_oxidized_cut_copper", - "translation_key": "block.minecraft.waxed_oxidized_cut_copper", - "item_id": 101, - "properties": [], - "default_state_id": 21921, - "states": [ + }, { - "id": 21921, + "id": 24366, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 942, - "name": "waxed_weathered_cut_copper", - "translation_key": "block.minecraft.waxed_weathered_cut_copper", - "item_id": 100, - "properties": [], - "default_state_id": 21922, - "states": [ + }, { - "id": 21922, + "id": 24367, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 65 ] - } - ] - }, - { - "id": 943, - "name": "waxed_exposed_cut_copper", - "translation_key": "block.minecraft.waxed_exposed_cut_copper", - "item_id": 99, - "properties": [], - "default_state_id": 21923, - "states": [ + }, { - "id": 21923, + "id": 24368, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 + 93 ] - } - ] - }, - { - "id": 944, - "name": "waxed_cut_copper", - "translation_key": "block.minecraft.waxed_cut_copper", - "item_id": 98, - "properties": [], - "default_state_id": 21924, - "states": [ + }, { - "id": 21924, + "id": 24369, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 0 - ] - } - ] - }, - { - "id": 945, - "name": "waxed_oxidized_cut_copper_stairs", - "translation_key": "block.minecraft.waxed_oxidized_cut_copper_stairs", - "item_id": 105, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 93 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 21936, - "states": [ - { - "id": 21925, + "id": 24370, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21926, + "id": 24371, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 21927, + "id": 24372, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 67 ] }, { - "id": 21928, + "id": 24373, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 67 ] }, { - "id": 21929, + "id": 24374, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 67 ] }, { - "id": 21930, + "id": 24375, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 67 ] }, { - "id": 21931, + "id": 24376, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 21932, + "id": 24377, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 21933, + "id": 24378, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21934, + "id": 24379, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 21935, + "id": 24380, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 67 ] }, { - "id": 21936, + "id": 24381, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 67 ] }, { - "id": 21937, + "id": 24382, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { - "id": 21938, + "id": 24383, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 67 ] }, { - "id": 21939, + "id": 24384, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 21940, + "id": 24385, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 21941, + "id": 24386, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21942, + "id": 24387, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 21943, + "id": 24388, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 21944, + "id": 24389, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 21945, + "id": 24390, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21946, + "id": 24391, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 66 ] }, { - "id": 21947, + "id": 24392, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 21948, + "id": 24393, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 21949, + "id": 24394, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21950, + "id": 24395, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 21951, + "id": 24396, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 21952, + "id": 24397, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 21953, + "id": 24398, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21954, + "id": 24399, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 66 ] }, { - "id": 21955, + "id": 24400, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 21956, + "id": 24401, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 21957, + "id": 24402, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 21958, + "id": 24403, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 21959, + "id": 24404, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 64 ] }, { - "id": 21960, + "id": 24405, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 64 ] }, { - "id": 21961, + "id": 24406, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21962, + "id": 24407, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 64 ] }, { - "id": 21963, + "id": 24408, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21964, + "id": 24409, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21965, + "id": 24410, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21966, + "id": 24411, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 21967, + "id": 24412, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { - "id": 21968, + "id": 24413, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 64 ] }, { - "id": 21969, + "id": 24414, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21970, + "id": 24415, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 21971, + "id": 24416, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 21972, + "id": 24417, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 21973, + "id": 24418, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 21974, + "id": 24419, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 + ] + } + ] + }, + { + "id": 986, + "name": "waxed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_copper_trapdoor", + "item_id": 745, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 21975, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24435, + "states": [ + { + "id": 24420, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 65 ] }, { - "id": 21976, + "id": 24421, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 65 ] }, { - "id": 21977, + "id": 24422, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21978, + "id": 24423, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 21979, + "id": 24424, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 21980, + "id": 24425, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 21981, + "id": 24426, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21982, + "id": 24427, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 21983, + "id": 24428, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 65 ] }, { - "id": 21984, + "id": 24429, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 65 ] }, { - "id": 21985, + "id": 24430, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21986, + "id": 24431, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 65 ] }, { - "id": 21987, + "id": 24432, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 21988, + "id": 24433, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 21989, + "id": 24434, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21990, + "id": 24435, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 21991, + "id": 24436, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 67 ] }, { - "id": 21992, + "id": 24437, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 67 ] }, { - "id": 21993, + "id": 24438, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21994, + "id": 24439, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 21995, + "id": 24440, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 21996, + "id": 24441, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 21997, + "id": 24442, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21998, + "id": 24443, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 21999, + "id": 24444, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 67 ] }, { - "id": 22000, + "id": 24445, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 67 ] }, { - "id": 22001, + "id": 24446, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 22002, + "id": 24447, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 22003, + "id": 24448, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 93 ] }, { - "id": 22004, + "id": 24449, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 946, - "name": "waxed_weathered_cut_copper_stairs", - "translation_key": "block.minecraft.waxed_weathered_cut_copper_stairs", - "item_id": 104, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" - ] - }, - { - "name": "half", - "values": [ - "top", - "bottom" - ] - }, - { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + 93 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 22016, - "states": [ - { - "id": 22005, + "id": 24450, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 22006, + "id": 24451, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 93 ] }, { - "id": 22007, + "id": 24452, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { - "id": 22008, + "id": 24453, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 66 ] }, { - "id": 22009, + "id": 24454, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 22010, + "id": 24455, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 66 ] }, { - "id": 22011, + "id": 24456, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22012, + "id": 24457, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22013, + "id": 24458, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 22014, + "id": 24459, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 92 ] }, { - "id": 22015, + "id": 24460, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 66 ] }, { - "id": 22016, + "id": 24461, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 66 ] }, { - "id": 22017, + "id": 24462, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 22018, + "id": 24463, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 66 ] }, { - "id": 22019, + "id": 24464, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 22020, + "id": 24465, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 22021, + "id": 24466, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 22022, + "id": 24467, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 93 ] }, { - "id": 22023, + "id": 24468, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 64 ] }, { - "id": 22024, + "id": 24469, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 64 ] }, { - "id": 22025, + "id": 24470, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 22026, + "id": 24471, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 64 ] }, { - "id": 22027, + "id": 24472, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22028, + "id": 24473, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22029, + "id": 24474, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 22030, + "id": 24475, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 92 ] }, { - "id": 22031, + "id": 24476, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 64 ] }, { - "id": 22032, + "id": 24477, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 64 ] }, { - "id": 22033, + "id": 24478, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 22034, + "id": 24479, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 64 ] }, { - "id": 22035, + "id": 24480, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22036, + "id": 24481, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22037, + "id": 24482, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 ] }, { - "id": 22038, + "id": 24483, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 93 + ] + } + ] + }, + { + "id": 987, + "name": "waxed_exposed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_exposed_copper_trapdoor", + "item_id": 746, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 22039, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24499, + "states": [ + { + "id": 24484, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 22040, + "id": 24485, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 65 ] }, { - "id": 22041, + "id": 24486, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { - "id": 22042, + "id": 24487, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 65 ] }, { - "id": 22043, + "id": 24488, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22044, + "id": 24489, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22045, + "id": 24490, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 22046, + "id": 24491, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 92 ] }, { - "id": 22047, + "id": 24492, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 22048, + "id": 24493, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 22049, + "id": 24494, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 22050, + "id": 24495, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 22051, + "id": 24496, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22052, + "id": 24497, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22053, + "id": 24498, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 22054, + "id": 24499, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 93 ] }, { - "id": 22055, + "id": 24500, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 67 ] }, { - "id": 22056, + "id": 24501, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 67 ] }, { - "id": 22057, + "id": 24502, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 22058, + "id": 24503, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 22059, + "id": 24504, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22060, + "id": 24505, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22061, + "id": 24506, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22062, + "id": 24507, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22063, + "id": 24508, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 22064, + "id": 24509, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 22065, + "id": 24510, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 22066, + "id": 24511, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 67 ] }, { - "id": 22067, + "id": 24512, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 22068, + "id": 24513, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 22069, + "id": 24514, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 22070, + "id": 24515, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 93 ] }, { - "id": 22071, + "id": 24516, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 66 ] }, { - "id": 22072, + "id": 24517, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 66 ] }, { - "id": 22073, + "id": 24518, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 22074, + "id": 24519, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 66 ] }, { - "id": 22075, + "id": 24520, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 22076, + "id": 24521, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 22077, + "id": 24522, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 22078, + "id": 24523, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 92 ] }, { - "id": 22079, + "id": 24524, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 22080, + "id": 24525, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 22081, + "id": 24526, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 22082, + "id": 24527, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 66 ] }, { - "id": 22083, + "id": 24528, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 93 ] }, { - "id": 22084, + "id": 24529, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 - ] - } - ] - }, - { - "id": 947, - "name": "waxed_exposed_cut_copper_stairs", - "translation_key": "block.minecraft.waxed_exposed_cut_copper_stairs", - "item_id": 103, - "properties": [ - { - "name": "facing", - "values": [ - "north", - "south", - "west", - "east" + 93 ] }, { - "name": "half", - "values": [ - "top", - "bottom" + "id": 24530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 93 ] }, { - "name": "shape", - "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "id": 24531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 93 ] }, { - "name": "waterlogged", - "values": [ - "true", - "false" - ] - } - ], - "default_state_id": 22096, - "states": [ - { - "id": 22085, + "id": 24532, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 64 ] }, { - "id": 22086, + "id": 24533, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 64 ] }, { - "id": 22087, + "id": 24534, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 22088, + "id": 24535, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 64 ] }, { - "id": 22089, + "id": 24536, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 92 ] }, { - "id": 22090, + "id": 24537, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 92 ] }, { - "id": 22091, + "id": 24538, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22092, + "id": 24539, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22093, + "id": 24540, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 22094, + "id": 24541, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 22095, + "id": 24542, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 64 ] }, { - "id": 22096, + "id": 24543, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 64 ] }, { - "id": 22097, + "id": 24544, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { - "id": 22098, + "id": 24545, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { - "id": 22099, + "id": 24546, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 22100, + "id": 24547, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 + ] + } + ] + }, + { + "id": 988, + "name": "waxed_oxidized_copper_trapdoor", + "translation_key": "block.minecraft.waxed_oxidized_copper_trapdoor", + "item_id": 748, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" ] }, { - "id": 22101, + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24563, + "states": [ + { + "id": 24548, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 65 ] }, { - "id": 22102, + "id": 24549, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 65 ] }, { - "id": 22103, + "id": 24550, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 22104, + "id": 24551, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 65 ] }, { - "id": 22105, + "id": 24552, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 92 ] }, { - "id": 22106, + "id": 24553, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 92 ] }, { - "id": 22107, + "id": 24554, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22108, + "id": 24555, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22109, + "id": 24556, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 22110, + "id": 24557, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 65 ] }, { - "id": 22111, + "id": 24558, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 22112, + "id": 24559, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 65 ] }, { - "id": 22113, + "id": 24560, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22114, + "id": 24561, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22115, + "id": 24562, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22116, + "id": 24563, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22117, + "id": 24564, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 67 ] }, { - "id": 22118, + "id": 24565, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 67 ] }, { - "id": 22119, + "id": 24566, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 22120, + "id": 24567, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 67 ] }, { - "id": 22121, + "id": 24568, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 92 ] }, { - "id": 22122, + "id": 24569, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 92 ] }, { - "id": 22123, + "id": 24570, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22124, + "id": 24571, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22125, + "id": 24572, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 67 ] }, { - "id": 22126, + "id": 24573, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 67 ] }, { - "id": 22127, + "id": 24574, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 22128, + "id": 24575, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 22129, + "id": 24576, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 22130, + "id": 24577, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 22131, + "id": 24578, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22132, + "id": 24579, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22133, + "id": 24580, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 66 ] }, { - "id": 22134, + "id": 24581, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 66 ] }, { - "id": 22135, + "id": 24582, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 66 ] }, { - "id": 22136, + "id": 24583, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 66 ] }, { - "id": 22137, + "id": 24584, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 92 ] }, { - "id": 22138, + "id": 24585, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 92 ] }, { - "id": 22139, + "id": 24586, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22140, + "id": 24587, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22141, + "id": 24588, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 66 ] }, { - "id": 22142, + "id": 24589, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 66 ] }, { - "id": 22143, + "id": 24590, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 22144, + "id": 24591, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 66 ] }, { - "id": 22145, + "id": 24592, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 93 ] }, { - "id": 22146, + "id": 24593, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 93 ] }, { - "id": 22147, + "id": 24594, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 22148, + "id": 24595, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 22149, + "id": 24596, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 64 ] }, { - "id": 22150, + "id": 24597, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 64 ] }, { - "id": 22151, + "id": 24598, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 22152, + "id": 24599, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 64 ] }, { - "id": 22153, + "id": 24600, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 92 ] }, { - "id": 22154, + "id": 24601, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 92 ] }, { - "id": 22155, + "id": 24602, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 22156, + "id": 24603, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 92 ] }, { - "id": 22157, + "id": 24604, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 64 ] }, { - "id": 22158, + "id": 24605, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 64 ] }, { - "id": 22159, + "id": 24606, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 64 ] }, { - "id": 22160, + "id": 24607, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 64 ] }, { - "id": 22161, + "id": 24608, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 93 ] }, { - "id": 22162, + "id": 24609, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 93 ] }, { - "id": 22163, + "id": 24610, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 93 ] }, { - "id": 22164, + "id": 24611, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 93 ] } ] }, { - "id": 948, - "name": "waxed_cut_copper_stairs", - "translation_key": "block.minecraft.waxed_cut_copper_stairs", - "item_id": 102, + "id": 989, + "name": "waxed_weathered_copper_trapdoor", + "translation_key": "block.minecraft.waxed_weathered_copper_trapdoor", + "item_id": 747, "properties": [ { "name": "facing", @@ -260548,13 +289075,17 @@ ] }, { - "name": "shape", + "name": "open", "values": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" ] }, { @@ -260565,1004 +289096,1064 @@ ] } ], - "default_state_id": 22176, + "default_state_id": 24627, "states": [ { - "id": 22165, + "id": 24612, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 65 ] }, { - "id": 22166, + "id": 24613, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 42 + 65 ] }, { - "id": 22167, + "id": 24614, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 22168, + "id": 24615, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 65 ] }, { - "id": 22169, + "id": 24616, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 92 ] }, { - "id": 22170, + "id": 24617, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 92 ] }, { - "id": 22171, + "id": 24618, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22172, + "id": 24619, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 92 ] }, { - "id": 22173, + "id": 24620, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 65 ] }, { - "id": 22174, + "id": 24621, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 65 ] }, { - "id": 22175, + "id": 24622, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 65 ] }, { - "id": 22176, + "id": 24623, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52 + 65 ] }, { - "id": 22177, + "id": 24624, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { - "id": 22178, + "id": 24625, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 93 ] }, { - "id": 22179, + "id": 24626, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 22180, + "id": 24627, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 93 ] }, { - "id": 22181, + "id": 24628, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 22182, + "id": 24629, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 67 ] }, { - "id": 22183, + "id": 24630, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 22184, + "id": 24631, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 67 ] }, { - "id": 22185, + "id": 24632, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 92 ] }, { - "id": 22186, + "id": 24633, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 52 + 92 ] }, { - "id": 22187, + "id": 24634, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22188, + "id": 24635, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 92 ] }, { - "id": 22189, + "id": 24636, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 22190, + "id": 24637, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 67 ] }, { - "id": 22191, + "id": 24638, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 22192, + "id": 24639, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 67 ] }, { - "id": 22193, + "id": 24640, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22194, + "id": 24641, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22195, + "id": 24642, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22196, + "id": 24643, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42 + 93 ] }, { - "id": 22197, + "id": 24644, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 22198, + "id": 24645, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 66 ] }, { - "id": 22199, + "id": 24646, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { - "id": 22200, + "id": 24647, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 66 ] }, { - "id": 22201, + "id": 24648, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 92 ] }, { - "id": 22202, + "id": 24649, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 92 ] }, { - "id": 22203, + "id": 24650, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22204, + "id": 24651, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 92 ] }, { - "id": 22205, + "id": 24652, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 66 ] }, { - "id": 22206, + "id": 24653, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 56 + 66 ] }, { - "id": 22207, + "id": 24654, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 22208, + "id": 24655, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 46, - 49 + 66 ] }, { - "id": 22209, + "id": 24656, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 22210, + "id": 24657, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 43, - 44, - 45 + 93 ] }, { - "id": 22211, + "id": 24658, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22212, + "id": 24659, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 55, - 52, - 45 + 93 ] }, { - "id": 22213, + "id": 24660, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { - "id": 22214, + "id": 24661, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 48, - 42, - 49 + 64 ] }, { - "id": 22215, + "id": 24662, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { - "id": 22216, + "id": 24663, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50 + 64 ] }, { - "id": 22217, + "id": 24664, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 92 ] }, { - "id": 22218, + "id": 24665, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 45 + 92 ] }, { - "id": 22219, + "id": 24666, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22220, + "id": 24667, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 50, - 49 + 92 ] }, { - "id": 22221, + "id": 24668, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 64 ] }, { - "id": 22222, + "id": 24669, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 47 + 64 ] }, { - "id": 22223, + "id": 24670, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 22224, + "id": 24671, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 53 + 64 ] }, { - "id": 22225, + "id": 24672, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 93 ] }, { - "id": 22226, + "id": 24673, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 57, - 50 + 93 ] }, { - "id": 22227, + "id": 24674, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] }, { - "id": 22228, + "id": 24675, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 41, - 46, - 47 + 93 ] - }, + } + ] + }, + { + "id": 990, + "name": "copper_grate", + "translation_key": "block.minecraft.copper_grate", + "item_id": 1294, + "properties": [ { - "id": 22229, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24677, + "states": [ + { + "id": 24676, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 0 ] }, { - "id": 22230, + "id": 24677, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 54, - 44, - 53 + 0 ] - }, + } + ] + }, + { + "id": 991, + "name": "exposed_copper_grate", + "translation_key": "block.minecraft.exposed_copper_grate", + "item_id": 1295, + "properties": [ { - "id": 22231, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24679, + "states": [ + { + "id": 24678, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 0 ] }, { - "id": 22232, + "id": 24679, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 44, - 50, - 45 + 0 ] - }, + } + ] + }, + { + "id": 992, + "name": "weathered_copper_grate", + "translation_key": "block.minecraft.weathered_copper_grate", + "item_id": 1296, + "properties": [ { - "id": 22233, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24681, + "states": [ + { + "id": 24680, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 0 ] }, { - "id": 22234, + "id": 24681, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 46, - 50, - 49 + 0 ] - }, + } + ] + }, + { + "id": 993, + "name": "oxidized_copper_grate", + "translation_key": "block.minecraft.oxidized_copper_grate", + "item_id": 1297, + "properties": [ { - "id": 22235, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24683, + "states": [ + { + "id": 24682, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 0 ] }, { - "id": 22236, + "id": 24683, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 56 + 0 ] - }, + } + ] + }, + { + "id": 994, + "name": "waxed_copper_grate", + "translation_key": "block.minecraft.waxed_copper_grate", + "item_id": 1298, + "properties": [ { - "id": 22237, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24685, + "states": [ + { + "id": 24684, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 0 ] }, { - "id": 22238, + "id": 24685, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 52, - 45 + 0 ] - }, + } + ] + }, + { + "id": 995, + "name": "waxed_exposed_copper_grate", + "translation_key": "block.minecraft.waxed_exposed_copper_grate", + "item_id": 1299, + "properties": [ { - "id": 22239, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24687, + "states": [ + { + "id": 24686, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 0 ] }, { - "id": 22240, + "id": 24687, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 42, - 49 + 0 ] - }, + } + ] + }, + { + "id": 996, + "name": "waxed_weathered_copper_grate", + "translation_key": "block.minecraft.waxed_weathered_copper_grate", + "item_id": 1300, + "properties": [ { - "id": 22241, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24689, + "states": [ + { + "id": 24688, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 0 ] }, { - "id": 22242, + "id": 24689, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 49 + 0 ] - }, + } + ] + }, + { + "id": 997, + "name": "waxed_oxidized_copper_grate", + "translation_key": "block.minecraft.waxed_oxidized_copper_grate", + "item_id": 1301, + "properties": [ { - "id": 22243, + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24691, + "states": [ + { + "id": 24690, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 0 ] }, { - "id": 22244, + "id": 24691, "luminance": 0, - "opaque": true, + "opaque": false, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51, - 45 + 0 ] } ] }, { - "id": 949, - "name": "waxed_oxidized_cut_copper_slab", - "translation_key": "block.minecraft.waxed_oxidized_cut_copper_slab", - "item_id": 109, + "id": 998, + "name": "copper_bulb", + "translation_key": "block.minecraft.copper_bulb", + "item_id": 1302, "properties": [ { - "name": "type", + "name": "lit", "values": [ - "top", - "bottom", - "double" + "true", + "false" ] }, { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 22248, + "default_state_id": 24695, "states": [ { - "id": 22245, - "luminance": 0, + "id": 24692, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22246, - "luminance": 0, + "id": 24693, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22247, + "id": 24694, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 ] }, { - "id": 22248, + "id": 24695, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 + ] + } + ] + }, + { + "id": 999, + "name": "exposed_copper_bulb", + "translation_key": "block.minecraft.exposed_copper_bulb", + "item_id": 1303, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" ] }, { - "id": 22249, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24699, + "states": [ + { + "id": 24696, + "luminance": 12, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24697, + "luminance": 12, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24698, "luminance": 0, "opaque": true, "replaceable": false, @@ -261572,7 +290163,7 @@ ] }, { - "id": 22250, + "id": 24699, "luminance": 0, "opaque": true, "replaceable": false, @@ -261584,71 +290175,115 @@ ] }, { - "id": 950, - "name": "waxed_weathered_cut_copper_slab", - "translation_key": "block.minecraft.waxed_weathered_cut_copper_slab", - "item_id": 108, + "id": 1000, + "name": "weathered_copper_bulb", + "translation_key": "block.minecraft.weathered_copper_bulb", + "item_id": 1304, "properties": [ { - "name": "type", + "name": "lit", "values": [ - "top", - "bottom", - "double" + "true", + "false" ] }, { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 22254, + "default_state_id": 24703, "states": [ { - "id": 22251, - "luminance": 0, + "id": 24700, + "luminance": 8, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22252, - "luminance": 0, + "id": 24701, + "luminance": 8, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22253, + "id": 24702, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 ] }, { - "id": 22254, + "id": 24703, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 + ] + } + ] + }, + { + "id": 1001, + "name": "oxidized_copper_bulb", + "translation_key": "block.minecraft.oxidized_copper_bulb", + "item_id": 1305, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" ] }, { - "id": 22255, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24707, + "states": [ + { + "id": 24704, + "luminance": 4, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24705, + "luminance": 4, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24706, "luminance": 0, "opaque": true, "replaceable": false, @@ -261658,7 +290293,7 @@ ] }, { - "id": 22256, + "id": 24707, "luminance": 0, "opaque": true, "replaceable": false, @@ -261670,71 +290305,115 @@ ] }, { - "id": 951, - "name": "waxed_exposed_cut_copper_slab", - "translation_key": "block.minecraft.waxed_exposed_cut_copper_slab", - "item_id": 107, + "id": 1002, + "name": "waxed_copper_bulb", + "translation_key": "block.minecraft.waxed_copper_bulb", + "item_id": 1306, "properties": [ { - "name": "type", + "name": "lit", "values": [ - "top", - "bottom", - "double" + "true", + "false" ] }, { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 22260, + "default_state_id": 24711, "states": [ { - "id": 22257, - "luminance": 0, + "id": 24708, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22258, - "luminance": 0, + "id": 24709, + "luminance": 15, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22259, + "id": 24710, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 ] }, { - "id": 22260, + "id": 24711, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 + ] + } + ] + }, + { + "id": 1003, + "name": "waxed_exposed_copper_bulb", + "translation_key": "block.minecraft.waxed_exposed_copper_bulb", + "item_id": 1307, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" ] }, { - "id": 22261, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24715, + "states": [ + { + "id": 24712, + "luminance": 12, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24713, + "luminance": 12, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24714, "luminance": 0, "opaque": true, "replaceable": false, @@ -261744,7 +290423,7 @@ ] }, { - "id": 22262, + "id": 24715, "luminance": 0, "opaque": true, "replaceable": false, @@ -261756,71 +290435,115 @@ ] }, { - "id": 952, - "name": "waxed_cut_copper_slab", - "translation_key": "block.minecraft.waxed_cut_copper_slab", - "item_id": 106, + "id": 1004, + "name": "waxed_weathered_copper_bulb", + "translation_key": "block.minecraft.waxed_weathered_copper_bulb", + "item_id": 1308, "properties": [ { - "name": "type", + "name": "lit", "values": [ - "top", - "bottom", - "double" + "true", + "false" ] }, { - "name": "waterlogged", + "name": "powered", "values": [ "true", "false" ] } ], - "default_state_id": 22266, + "default_state_id": 24719, "states": [ { - "id": 22263, - "luminance": 0, + "id": 24716, + "luminance": 8, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22264, - "luminance": 0, + "id": 24717, + "luminance": 8, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 201 + 0 ] }, { - "id": 22265, + "id": 24718, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 ] }, { - "id": 22266, + "id": 24719, "luminance": 0, "opaque": true, "replaceable": false, "blocks_motion": true, "collision_shapes": [ - 51 + 0 + ] + } + ] + }, + { + "id": 1005, + "name": "waxed_oxidized_copper_bulb", + "translation_key": "block.minecraft.waxed_oxidized_copper_bulb", + "item_id": 1309, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" ] }, { - "id": 22267, + "name": "powered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 24723, + "states": [ + { + "id": 24720, + "luminance": 4, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24721, + "luminance": 4, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24722, "luminance": 0, "opaque": true, "replaceable": false, @@ -261830,7 +290553,7 @@ ] }, { - "id": 22268, + "id": 24723, "luminance": 0, "opaque": true, "replaceable": false, @@ -261842,10 +290565,10 @@ ] }, { - "id": 953, + "id": 1006, "name": "lightning_rod", "translation_key": "block.minecraft.lightning_rod", - "item_id": 651, + "item_id": 672, "properties": [ { "name": "facing", @@ -261873,10 +290596,10 @@ ] } ], - "default_state_id": 22288, + "default_state_id": 24743, "states": [ { - "id": 22269, + "id": 24724, "luminance": 0, "opaque": false, "replaceable": false, @@ -261886,7 +290609,7 @@ ] }, { - "id": 22270, + "id": 24725, "luminance": 0, "opaque": false, "replaceable": false, @@ -261896,7 +290619,7 @@ ] }, { - "id": 22271, + "id": 24726, "luminance": 0, "opaque": false, "replaceable": false, @@ -261906,7 +290629,7 @@ ] }, { - "id": 22272, + "id": 24727, "luminance": 0, "opaque": false, "replaceable": false, @@ -261916,7 +290639,7 @@ ] }, { - "id": 22273, + "id": 24728, "luminance": 0, "opaque": false, "replaceable": false, @@ -261926,7 +290649,7 @@ ] }, { - "id": 22274, + "id": 24729, "luminance": 0, "opaque": false, "replaceable": false, @@ -261936,7 +290659,7 @@ ] }, { - "id": 22275, + "id": 24730, "luminance": 0, "opaque": false, "replaceable": false, @@ -261946,7 +290669,7 @@ ] }, { - "id": 22276, + "id": 24731, "luminance": 0, "opaque": false, "replaceable": false, @@ -261956,7 +290679,7 @@ ] }, { - "id": 22277, + "id": 24732, "luminance": 0, "opaque": false, "replaceable": false, @@ -261966,7 +290689,7 @@ ] }, { - "id": 22278, + "id": 24733, "luminance": 0, "opaque": false, "replaceable": false, @@ -261976,7 +290699,7 @@ ] }, { - "id": 22279, + "id": 24734, "luminance": 0, "opaque": false, "replaceable": false, @@ -261986,7 +290709,7 @@ ] }, { - "id": 22280, + "id": 24735, "luminance": 0, "opaque": false, "replaceable": false, @@ -261996,7 +290719,7 @@ ] }, { - "id": 22281, + "id": 24736, "luminance": 0, "opaque": false, "replaceable": false, @@ -262006,7 +290729,7 @@ ] }, { - "id": 22282, + "id": 24737, "luminance": 0, "opaque": false, "replaceable": false, @@ -262016,7 +290739,7 @@ ] }, { - "id": 22283, + "id": 24738, "luminance": 0, "opaque": false, "replaceable": false, @@ -262026,7 +290749,7 @@ ] }, { - "id": 22284, + "id": 24739, "luminance": 0, "opaque": false, "replaceable": false, @@ -262036,7 +290759,7 @@ ] }, { - "id": 22285, + "id": 24740, "luminance": 0, "opaque": false, "replaceable": false, @@ -262046,7 +290769,7 @@ ] }, { - "id": 22286, + "id": 24741, "luminance": 0, "opaque": false, "replaceable": false, @@ -262056,7 +290779,7 @@ ] }, { - "id": 22287, + "id": 24742, "luminance": 0, "opaque": false, "replaceable": false, @@ -262066,7 +290789,7 @@ ] }, { - "id": 22288, + "id": 24743, "luminance": 0, "opaque": false, "replaceable": false, @@ -262076,7 +290799,7 @@ ] }, { - "id": 22289, + "id": 24744, "luminance": 0, "opaque": false, "replaceable": false, @@ -262086,7 +290809,7 @@ ] }, { - "id": 22290, + "id": 24745, "luminance": 0, "opaque": false, "replaceable": false, @@ -262096,7 +290819,7 @@ ] }, { - "id": 22291, + "id": 24746, "luminance": 0, "opaque": false, "replaceable": false, @@ -262106,7 +290829,7 @@ ] }, { - "id": 22292, + "id": 24747, "luminance": 0, "opaque": false, "replaceable": false, @@ -262118,10 +290841,10 @@ ] }, { - "id": 954, + "id": 1007, "name": "pointed_dripstone", "translation_key": "block.minecraft.pointed_dripstone", - "item_id": 1211, + "item_id": 1250, "properties": [ { "name": "thickness", @@ -262148,10 +290871,10 @@ ] } ], - "default_state_id": 22298, + "default_state_id": 24753, "states": [ { - "id": 22293, + "id": 24748, "luminance": 0, "opaque": false, "replaceable": false, @@ -262161,7 +290884,7 @@ ] }, { - "id": 22294, + "id": 24749, "luminance": 0, "opaque": false, "replaceable": false, @@ -262171,7 +290894,7 @@ ] }, { - "id": 22295, + "id": 24750, "luminance": 0, "opaque": false, "replaceable": false, @@ -262181,7 +290904,7 @@ ] }, { - "id": 22296, + "id": 24751, "luminance": 0, "opaque": false, "replaceable": false, @@ -262191,7 +290914,7 @@ ] }, { - "id": 22297, + "id": 24752, "luminance": 0, "opaque": false, "replaceable": false, @@ -262201,7 +290924,7 @@ ] }, { - "id": 22298, + "id": 24753, "luminance": 0, "opaque": false, "replaceable": false, @@ -262211,7 +290934,7 @@ ] }, { - "id": 22299, + "id": 24754, "luminance": 0, "opaque": false, "replaceable": false, @@ -262221,7 +290944,7 @@ ] }, { - "id": 22300, + "id": 24755, "luminance": 0, "opaque": false, "replaceable": false, @@ -262231,7 +290954,7 @@ ] }, { - "id": 22301, + "id": 24756, "luminance": 0, "opaque": false, "replaceable": false, @@ -262241,7 +290964,7 @@ ] }, { - "id": 22302, + "id": 24757, "luminance": 0, "opaque": false, "replaceable": false, @@ -262251,7 +290974,7 @@ ] }, { - "id": 22303, + "id": 24758, "luminance": 0, "opaque": false, "replaceable": false, @@ -262261,7 +290984,7 @@ ] }, { - "id": 22304, + "id": 24759, "luminance": 0, "opaque": false, "replaceable": false, @@ -262271,7 +290994,7 @@ ] }, { - "id": 22305, + "id": 24760, "luminance": 0, "opaque": false, "replaceable": false, @@ -262281,7 +291004,7 @@ ] }, { - "id": 22306, + "id": 24761, "luminance": 0, "opaque": false, "replaceable": false, @@ -262291,7 +291014,7 @@ ] }, { - "id": 22307, + "id": 24762, "luminance": 0, "opaque": false, "replaceable": false, @@ -262301,7 +291024,7 @@ ] }, { - "id": 22308, + "id": 24763, "luminance": 0, "opaque": false, "replaceable": false, @@ -262311,7 +291034,7 @@ ] }, { - "id": 22309, + "id": 24764, "luminance": 0, "opaque": false, "replaceable": false, @@ -262321,7 +291044,7 @@ ] }, { - "id": 22310, + "id": 24765, "luminance": 0, "opaque": false, "replaceable": false, @@ -262331,7 +291054,7 @@ ] }, { - "id": 22311, + "id": 24766, "luminance": 0, "opaque": false, "replaceable": false, @@ -262341,7 +291064,7 @@ ] }, { - "id": 22312, + "id": 24767, "luminance": 0, "opaque": false, "replaceable": false, @@ -262353,15 +291076,15 @@ ] }, { - "id": 955, + "id": 1008, "name": "dripstone_block", "translation_key": "block.minecraft.dripstone_block", - "item_id": 13, + "item_id": 26, "properties": [], - "default_state_id": 22313, + "default_state_id": 24768, "states": [ { - "id": 22313, + "id": 24768, "luminance": 0, "opaque": true, "replaceable": false, @@ -262373,10 +291096,10 @@ ] }, { - "id": 956, + "id": 1009, "name": "cave_vines", "translation_key": "block.minecraft.cave_vines", - "item_id": 1166, + "item_id": 1205, "properties": [ { "name": "age", @@ -262417,10 +291140,10 @@ ] } ], - "default_state_id": 22315, + "default_state_id": 24770, "states": [ { - "id": 22314, + "id": 24769, "luminance": 14, "opaque": false, "replaceable": false, @@ -262428,7 +291151,7 @@ "collision_shapes": [] }, { - "id": 22315, + "id": 24770, "luminance": 0, "opaque": false, "replaceable": false, @@ -262436,7 +291159,7 @@ "collision_shapes": [] }, { - "id": 22316, + "id": 24771, "luminance": 14, "opaque": false, "replaceable": false, @@ -262444,7 +291167,7 @@ "collision_shapes": [] }, { - "id": 22317, + "id": 24772, "luminance": 0, "opaque": false, "replaceable": false, @@ -262452,7 +291175,7 @@ "collision_shapes": [] }, { - "id": 22318, + "id": 24773, "luminance": 14, "opaque": false, "replaceable": false, @@ -262460,7 +291183,7 @@ "collision_shapes": [] }, { - "id": 22319, + "id": 24774, "luminance": 0, "opaque": false, "replaceable": false, @@ -262468,7 +291191,7 @@ "collision_shapes": [] }, { - "id": 22320, + "id": 24775, "luminance": 14, "opaque": false, "replaceable": false, @@ -262476,7 +291199,7 @@ "collision_shapes": [] }, { - "id": 22321, + "id": 24776, "luminance": 0, "opaque": false, "replaceable": false, @@ -262484,7 +291207,7 @@ "collision_shapes": [] }, { - "id": 22322, + "id": 24777, "luminance": 14, "opaque": false, "replaceable": false, @@ -262492,7 +291215,7 @@ "collision_shapes": [] }, { - "id": 22323, + "id": 24778, "luminance": 0, "opaque": false, "replaceable": false, @@ -262500,7 +291223,7 @@ "collision_shapes": [] }, { - "id": 22324, + "id": 24779, "luminance": 14, "opaque": false, "replaceable": false, @@ -262508,7 +291231,7 @@ "collision_shapes": [] }, { - "id": 22325, + "id": 24780, "luminance": 0, "opaque": false, "replaceable": false, @@ -262516,7 +291239,7 @@ "collision_shapes": [] }, { - "id": 22326, + "id": 24781, "luminance": 14, "opaque": false, "replaceable": false, @@ -262524,7 +291247,7 @@ "collision_shapes": [] }, { - "id": 22327, + "id": 24782, "luminance": 0, "opaque": false, "replaceable": false, @@ -262532,7 +291255,7 @@ "collision_shapes": [] }, { - "id": 22328, + "id": 24783, "luminance": 14, "opaque": false, "replaceable": false, @@ -262540,7 +291263,7 @@ "collision_shapes": [] }, { - "id": 22329, + "id": 24784, "luminance": 0, "opaque": false, "replaceable": false, @@ -262548,7 +291271,7 @@ "collision_shapes": [] }, { - "id": 22330, + "id": 24785, "luminance": 14, "opaque": false, "replaceable": false, @@ -262556,7 +291279,7 @@ "collision_shapes": [] }, { - "id": 22331, + "id": 24786, "luminance": 0, "opaque": false, "replaceable": false, @@ -262564,7 +291287,7 @@ "collision_shapes": [] }, { - "id": 22332, + "id": 24787, "luminance": 14, "opaque": false, "replaceable": false, @@ -262572,7 +291295,7 @@ "collision_shapes": [] }, { - "id": 22333, + "id": 24788, "luminance": 0, "opaque": false, "replaceable": false, @@ -262580,7 +291303,7 @@ "collision_shapes": [] }, { - "id": 22334, + "id": 24789, "luminance": 14, "opaque": false, "replaceable": false, @@ -262588,7 +291311,7 @@ "collision_shapes": [] }, { - "id": 22335, + "id": 24790, "luminance": 0, "opaque": false, "replaceable": false, @@ -262596,7 +291319,7 @@ "collision_shapes": [] }, { - "id": 22336, + "id": 24791, "luminance": 14, "opaque": false, "replaceable": false, @@ -262604,7 +291327,7 @@ "collision_shapes": [] }, { - "id": 22337, + "id": 24792, "luminance": 0, "opaque": false, "replaceable": false, @@ -262612,7 +291335,7 @@ "collision_shapes": [] }, { - "id": 22338, + "id": 24793, "luminance": 14, "opaque": false, "replaceable": false, @@ -262620,7 +291343,7 @@ "collision_shapes": [] }, { - "id": 22339, + "id": 24794, "luminance": 0, "opaque": false, "replaceable": false, @@ -262628,7 +291351,7 @@ "collision_shapes": [] }, { - "id": 22340, + "id": 24795, "luminance": 14, "opaque": false, "replaceable": false, @@ -262636,7 +291359,7 @@ "collision_shapes": [] }, { - "id": 22341, + "id": 24796, "luminance": 0, "opaque": false, "replaceable": false, @@ -262644,7 +291367,7 @@ "collision_shapes": [] }, { - "id": 22342, + "id": 24797, "luminance": 14, "opaque": false, "replaceable": false, @@ -262652,7 +291375,7 @@ "collision_shapes": [] }, { - "id": 22343, + "id": 24798, "luminance": 0, "opaque": false, "replaceable": false, @@ -262660,7 +291383,7 @@ "collision_shapes": [] }, { - "id": 22344, + "id": 24799, "luminance": 14, "opaque": false, "replaceable": false, @@ -262668,7 +291391,7 @@ "collision_shapes": [] }, { - "id": 22345, + "id": 24800, "luminance": 0, "opaque": false, "replaceable": false, @@ -262676,7 +291399,7 @@ "collision_shapes": [] }, { - "id": 22346, + "id": 24801, "luminance": 14, "opaque": false, "replaceable": false, @@ -262684,7 +291407,7 @@ "collision_shapes": [] }, { - "id": 22347, + "id": 24802, "luminance": 0, "opaque": false, "replaceable": false, @@ -262692,7 +291415,7 @@ "collision_shapes": [] }, { - "id": 22348, + "id": 24803, "luminance": 14, "opaque": false, "replaceable": false, @@ -262700,7 +291423,7 @@ "collision_shapes": [] }, { - "id": 22349, + "id": 24804, "luminance": 0, "opaque": false, "replaceable": false, @@ -262708,7 +291431,7 @@ "collision_shapes": [] }, { - "id": 22350, + "id": 24805, "luminance": 14, "opaque": false, "replaceable": false, @@ -262716,7 +291439,7 @@ "collision_shapes": [] }, { - "id": 22351, + "id": 24806, "luminance": 0, "opaque": false, "replaceable": false, @@ -262724,7 +291447,7 @@ "collision_shapes": [] }, { - "id": 22352, + "id": 24807, "luminance": 14, "opaque": false, "replaceable": false, @@ -262732,7 +291455,7 @@ "collision_shapes": [] }, { - "id": 22353, + "id": 24808, "luminance": 0, "opaque": false, "replaceable": false, @@ -262740,7 +291463,7 @@ "collision_shapes": [] }, { - "id": 22354, + "id": 24809, "luminance": 14, "opaque": false, "replaceable": false, @@ -262748,7 +291471,7 @@ "collision_shapes": [] }, { - "id": 22355, + "id": 24810, "luminance": 0, "opaque": false, "replaceable": false, @@ -262756,7 +291479,7 @@ "collision_shapes": [] }, { - "id": 22356, + "id": 24811, "luminance": 14, "opaque": false, "replaceable": false, @@ -262764,7 +291487,7 @@ "collision_shapes": [] }, { - "id": 22357, + "id": 24812, "luminance": 0, "opaque": false, "replaceable": false, @@ -262772,7 +291495,7 @@ "collision_shapes": [] }, { - "id": 22358, + "id": 24813, "luminance": 14, "opaque": false, "replaceable": false, @@ -262780,7 +291503,7 @@ "collision_shapes": [] }, { - "id": 22359, + "id": 24814, "luminance": 0, "opaque": false, "replaceable": false, @@ -262788,7 +291511,7 @@ "collision_shapes": [] }, { - "id": 22360, + "id": 24815, "luminance": 14, "opaque": false, "replaceable": false, @@ -262796,7 +291519,7 @@ "collision_shapes": [] }, { - "id": 22361, + "id": 24816, "luminance": 0, "opaque": false, "replaceable": false, @@ -262804,7 +291527,7 @@ "collision_shapes": [] }, { - "id": 22362, + "id": 24817, "luminance": 14, "opaque": false, "replaceable": false, @@ -262812,7 +291535,7 @@ "collision_shapes": [] }, { - "id": 22363, + "id": 24818, "luminance": 0, "opaque": false, "replaceable": false, @@ -262820,7 +291543,7 @@ "collision_shapes": [] }, { - "id": 22364, + "id": 24819, "luminance": 14, "opaque": false, "replaceable": false, @@ -262828,7 +291551,7 @@ "collision_shapes": [] }, { - "id": 22365, + "id": 24820, "luminance": 0, "opaque": false, "replaceable": false, @@ -262838,7 +291561,7 @@ ] }, { - "id": 957, + "id": 1010, "name": "cave_vines_plant", "translation_key": "block.minecraft.cave_vines_plant", "item_id": 0, @@ -262851,10 +291574,10 @@ ] } ], - "default_state_id": 22367, + "default_state_id": 24822, "states": [ { - "id": 22366, + "id": 24821, "luminance": 14, "opaque": false, "replaceable": false, @@ -262862,7 +291585,7 @@ "collision_shapes": [] }, { - "id": 22367, + "id": 24822, "luminance": 0, "opaque": false, "replaceable": false, @@ -262872,15 +291595,15 @@ ] }, { - "id": 958, + "id": 1011, "name": "spore_blossom", "translation_key": "block.minecraft.spore_blossom", - "item_id": 211, + "item_id": 232, "properties": [], - "default_state_id": 22368, + "default_state_id": 24823, "states": [ { - "id": 22368, + "id": 24823, "luminance": 0, "opaque": false, "replaceable": false, @@ -262890,15 +291613,15 @@ ] }, { - "id": 959, + "id": 1012, "name": "azalea", "translation_key": "block.minecraft.azalea", - "item_id": 175, + "item_id": 196, "properties": [], - "default_state_id": 22369, + "default_state_id": 24824, "states": [ { - "id": 22369, + "id": 24824, "luminance": 0, "opaque": false, "replaceable": false, @@ -262914,15 +291637,15 @@ ] }, { - "id": 960, + "id": 1013, "name": "flowering_azalea", "translation_key": "block.minecraft.flowering_azalea", - "item_id": 176, + "item_id": 197, "properties": [], - "default_state_id": 22370, + "default_state_id": 24825, "states": [ { - "id": 22370, + "id": 24825, "luminance": 0, "opaque": false, "replaceable": false, @@ -262938,15 +291661,15 @@ ] }, { - "id": 961, + "id": 1014, "name": "moss_carpet", "translation_key": "block.minecraft.moss_carpet", - "item_id": 223, + "item_id": 244, "properties": [], - "default_state_id": 22371, + "default_state_id": 24826, "states": [ { - "id": 22371, + "id": 24826, "luminance": 0, "opaque": true, "replaceable": false, @@ -262958,10 +291681,10 @@ ] }, { - "id": 962, + "id": 1015, "name": "pink_petals", "translation_key": "block.minecraft.pink_petals", - "item_id": 224, + "item_id": 245, "properties": [ { "name": "facing", @@ -262982,10 +291705,10 @@ ] } ], - "default_state_id": 22372, + "default_state_id": 24827, "states": [ { - "id": 22372, + "id": 24827, "luminance": 0, "opaque": false, "replaceable": false, @@ -262993,7 +291716,7 @@ "collision_shapes": [] }, { - "id": 22373, + "id": 24828, "luminance": 0, "opaque": false, "replaceable": false, @@ -263001,7 +291724,7 @@ "collision_shapes": [] }, { - "id": 22374, + "id": 24829, "luminance": 0, "opaque": false, "replaceable": false, @@ -263009,7 +291732,7 @@ "collision_shapes": [] }, { - "id": 22375, + "id": 24830, "luminance": 0, "opaque": false, "replaceable": false, @@ -263017,7 +291740,7 @@ "collision_shapes": [] }, { - "id": 22376, + "id": 24831, "luminance": 0, "opaque": false, "replaceable": false, @@ -263025,7 +291748,7 @@ "collision_shapes": [] }, { - "id": 22377, + "id": 24832, "luminance": 0, "opaque": false, "replaceable": false, @@ -263033,7 +291756,7 @@ "collision_shapes": [] }, { - "id": 22378, + "id": 24833, "luminance": 0, "opaque": false, "replaceable": false, @@ -263041,7 +291764,7 @@ "collision_shapes": [] }, { - "id": 22379, + "id": 24834, "luminance": 0, "opaque": false, "replaceable": false, @@ -263049,7 +291772,7 @@ "collision_shapes": [] }, { - "id": 22380, + "id": 24835, "luminance": 0, "opaque": false, "replaceable": false, @@ -263057,7 +291780,7 @@ "collision_shapes": [] }, { - "id": 22381, + "id": 24836, "luminance": 0, "opaque": false, "replaceable": false, @@ -263065,7 +291788,7 @@ "collision_shapes": [] }, { - "id": 22382, + "id": 24837, "luminance": 0, "opaque": false, "replaceable": false, @@ -263073,7 +291796,7 @@ "collision_shapes": [] }, { - "id": 22383, + "id": 24838, "luminance": 0, "opaque": false, "replaceable": false, @@ -263081,7 +291804,7 @@ "collision_shapes": [] }, { - "id": 22384, + "id": 24839, "luminance": 0, "opaque": false, "replaceable": false, @@ -263089,7 +291812,7 @@ "collision_shapes": [] }, { - "id": 22385, + "id": 24840, "luminance": 0, "opaque": false, "replaceable": false, @@ -263097,7 +291820,7 @@ "collision_shapes": [] }, { - "id": 22386, + "id": 24841, "luminance": 0, "opaque": false, "replaceable": false, @@ -263105,7 +291828,7 @@ "collision_shapes": [] }, { - "id": 22387, + "id": 24842, "luminance": 0, "opaque": false, "replaceable": false, @@ -263115,15 +291838,15 @@ ] }, { - "id": 963, + "id": 1016, "name": "moss_block", "translation_key": "block.minecraft.moss_block", - "item_id": 225, + "item_id": 246, "properties": [], - "default_state_id": 22388, + "default_state_id": 24843, "states": [ { - "id": 22388, + "id": 24843, "luminance": 0, "opaque": true, "replaceable": false, @@ -263135,10 +291858,10 @@ ] }, { - "id": 964, + "id": 1017, "name": "big_dripleaf", "translation_key": "block.minecraft.big_dripleaf", - "item_id": 227, + "item_id": 248, "properties": [ { "name": "facing", @@ -263166,10 +291889,10 @@ ] } ], - "default_state_id": 22390, + "default_state_id": 24845, "states": [ { - "id": 22389, + "id": 24844, "luminance": 0, "opaque": true, "replaceable": false, @@ -263179,7 +291902,7 @@ ] }, { - "id": 22390, + "id": 24845, "luminance": 0, "opaque": true, "replaceable": false, @@ -263189,7 +291912,7 @@ ] }, { - "id": 22391, + "id": 24846, "luminance": 0, "opaque": true, "replaceable": false, @@ -263199,7 +291922,7 @@ ] }, { - "id": 22392, + "id": 24847, "luminance": 0, "opaque": true, "replaceable": false, @@ -263209,7 +291932,7 @@ ] }, { - "id": 22393, + "id": 24848, "luminance": 0, "opaque": true, "replaceable": false, @@ -263219,7 +291942,7 @@ ] }, { - "id": 22394, + "id": 24849, "luminance": 0, "opaque": true, "replaceable": false, @@ -263229,7 +291952,7 @@ ] }, { - "id": 22395, + "id": 24850, "luminance": 0, "opaque": true, "replaceable": false, @@ -263237,7 +291960,7 @@ "collision_shapes": [] }, { - "id": 22396, + "id": 24851, "luminance": 0, "opaque": true, "replaceable": false, @@ -263245,7 +291968,7 @@ "collision_shapes": [] }, { - "id": 22397, + "id": 24852, "luminance": 0, "opaque": true, "replaceable": false, @@ -263255,7 +291978,7 @@ ] }, { - "id": 22398, + "id": 24853, "luminance": 0, "opaque": true, "replaceable": false, @@ -263265,7 +291988,7 @@ ] }, { - "id": 22399, + "id": 24854, "luminance": 0, "opaque": true, "replaceable": false, @@ -263275,7 +291998,7 @@ ] }, { - "id": 22400, + "id": 24855, "luminance": 0, "opaque": true, "replaceable": false, @@ -263285,7 +292008,7 @@ ] }, { - "id": 22401, + "id": 24856, "luminance": 0, "opaque": true, "replaceable": false, @@ -263295,7 +292018,7 @@ ] }, { - "id": 22402, + "id": 24857, "luminance": 0, "opaque": true, "replaceable": false, @@ -263305,7 +292028,7 @@ ] }, { - "id": 22403, + "id": 24858, "luminance": 0, "opaque": true, "replaceable": false, @@ -263313,7 +292036,7 @@ "collision_shapes": [] }, { - "id": 22404, + "id": 24859, "luminance": 0, "opaque": true, "replaceable": false, @@ -263321,7 +292044,7 @@ "collision_shapes": [] }, { - "id": 22405, + "id": 24860, "luminance": 0, "opaque": true, "replaceable": false, @@ -263331,7 +292054,7 @@ ] }, { - "id": 22406, + "id": 24861, "luminance": 0, "opaque": true, "replaceable": false, @@ -263341,7 +292064,7 @@ ] }, { - "id": 22407, + "id": 24862, "luminance": 0, "opaque": true, "replaceable": false, @@ -263351,7 +292074,7 @@ ] }, { - "id": 22408, + "id": 24863, "luminance": 0, "opaque": true, "replaceable": false, @@ -263361,7 +292084,7 @@ ] }, { - "id": 22409, + "id": 24864, "luminance": 0, "opaque": true, "replaceable": false, @@ -263371,7 +292094,7 @@ ] }, { - "id": 22410, + "id": 24865, "luminance": 0, "opaque": true, "replaceable": false, @@ -263381,7 +292104,7 @@ ] }, { - "id": 22411, + "id": 24866, "luminance": 0, "opaque": true, "replaceable": false, @@ -263389,7 +292112,7 @@ "collision_shapes": [] }, { - "id": 22412, + "id": 24867, "luminance": 0, "opaque": true, "replaceable": false, @@ -263397,7 +292120,7 @@ "collision_shapes": [] }, { - "id": 22413, + "id": 24868, "luminance": 0, "opaque": true, "replaceable": false, @@ -263407,7 +292130,7 @@ ] }, { - "id": 22414, + "id": 24869, "luminance": 0, "opaque": true, "replaceable": false, @@ -263417,7 +292140,7 @@ ] }, { - "id": 22415, + "id": 24870, "luminance": 0, "opaque": true, "replaceable": false, @@ -263427,7 +292150,7 @@ ] }, { - "id": 22416, + "id": 24871, "luminance": 0, "opaque": true, "replaceable": false, @@ -263437,7 +292160,7 @@ ] }, { - "id": 22417, + "id": 24872, "luminance": 0, "opaque": true, "replaceable": false, @@ -263447,7 +292170,7 @@ ] }, { - "id": 22418, + "id": 24873, "luminance": 0, "opaque": true, "replaceable": false, @@ -263457,7 +292180,7 @@ ] }, { - "id": 22419, + "id": 24874, "luminance": 0, "opaque": true, "replaceable": false, @@ -263465,7 +292188,7 @@ "collision_shapes": [] }, { - "id": 22420, + "id": 24875, "luminance": 0, "opaque": true, "replaceable": false, @@ -263475,10 +292198,10 @@ ] }, { - "id": 965, + "id": 1018, "name": "big_dripleaf_stem", "translation_key": "block.minecraft.big_dripleaf_stem", - "item_id": 227, + "item_id": 248, "properties": [ { "name": "facing", @@ -263497,10 +292220,10 @@ ] } ], - "default_state_id": 22422, + "default_state_id": 24877, "states": [ { - "id": 22421, + "id": 24876, "luminance": 0, "opaque": false, "replaceable": false, @@ -263508,7 +292231,7 @@ "collision_shapes": [] }, { - "id": 22422, + "id": 24877, "luminance": 0, "opaque": false, "replaceable": false, @@ -263516,7 +292239,7 @@ "collision_shapes": [] }, { - "id": 22423, + "id": 24878, "luminance": 0, "opaque": false, "replaceable": false, @@ -263524,7 +292247,7 @@ "collision_shapes": [] }, { - "id": 22424, + "id": 24879, "luminance": 0, "opaque": false, "replaceable": false, @@ -263532,7 +292255,7 @@ "collision_shapes": [] }, { - "id": 22425, + "id": 24880, "luminance": 0, "opaque": false, "replaceable": false, @@ -263540,7 +292263,7 @@ "collision_shapes": [] }, { - "id": 22426, + "id": 24881, "luminance": 0, "opaque": false, "replaceable": false, @@ -263548,7 +292271,7 @@ "collision_shapes": [] }, { - "id": 22427, + "id": 24882, "luminance": 0, "opaque": false, "replaceable": false, @@ -263556,7 +292279,7 @@ "collision_shapes": [] }, { - "id": 22428, + "id": 24883, "luminance": 0, "opaque": false, "replaceable": false, @@ -263566,10 +292289,10 @@ ] }, { - "id": 966, + "id": 1019, "name": "small_dripleaf", "translation_key": "block.minecraft.small_dripleaf", - "item_id": 228, + "item_id": 249, "properties": [ { "name": "facing", @@ -263595,10 +292318,10 @@ ] } ], - "default_state_id": 22432, + "default_state_id": 24887, "states": [ { - "id": 22429, + "id": 24884, "luminance": 0, "opaque": false, "replaceable": false, @@ -263606,7 +292329,7 @@ "collision_shapes": [] }, { - "id": 22430, + "id": 24885, "luminance": 0, "opaque": false, "replaceable": false, @@ -263614,7 +292337,7 @@ "collision_shapes": [] }, { - "id": 22431, + "id": 24886, "luminance": 0, "opaque": false, "replaceable": false, @@ -263622,7 +292345,7 @@ "collision_shapes": [] }, { - "id": 22432, + "id": 24887, "luminance": 0, "opaque": false, "replaceable": false, @@ -263630,7 +292353,7 @@ "collision_shapes": [] }, { - "id": 22433, + "id": 24888, "luminance": 0, "opaque": false, "replaceable": false, @@ -263638,7 +292361,7 @@ "collision_shapes": [] }, { - "id": 22434, + "id": 24889, "luminance": 0, "opaque": false, "replaceable": false, @@ -263646,7 +292369,7 @@ "collision_shapes": [] }, { - "id": 22435, + "id": 24890, "luminance": 0, "opaque": false, "replaceable": false, @@ -263654,7 +292377,7 @@ "collision_shapes": [] }, { - "id": 22436, + "id": 24891, "luminance": 0, "opaque": false, "replaceable": false, @@ -263662,7 +292385,7 @@ "collision_shapes": [] }, { - "id": 22437, + "id": 24892, "luminance": 0, "opaque": false, "replaceable": false, @@ -263670,7 +292393,7 @@ "collision_shapes": [] }, { - "id": 22438, + "id": 24893, "luminance": 0, "opaque": false, "replaceable": false, @@ -263678,7 +292401,7 @@ "collision_shapes": [] }, { - "id": 22439, + "id": 24894, "luminance": 0, "opaque": false, "replaceable": false, @@ -263686,7 +292409,7 @@ "collision_shapes": [] }, { - "id": 22440, + "id": 24895, "luminance": 0, "opaque": false, "replaceable": false, @@ -263694,7 +292417,7 @@ "collision_shapes": [] }, { - "id": 22441, + "id": 24896, "luminance": 0, "opaque": false, "replaceable": false, @@ -263702,7 +292425,7 @@ "collision_shapes": [] }, { - "id": 22442, + "id": 24897, "luminance": 0, "opaque": false, "replaceable": false, @@ -263710,7 +292433,7 @@ "collision_shapes": [] }, { - "id": 22443, + "id": 24898, "luminance": 0, "opaque": false, "replaceable": false, @@ -263718,7 +292441,7 @@ "collision_shapes": [] }, { - "id": 22444, + "id": 24899, "luminance": 0, "opaque": false, "replaceable": false, @@ -263728,10 +292451,10 @@ ] }, { - "id": 967, + "id": 1020, "name": "hanging_roots", "translation_key": "block.minecraft.hanging_roots", - "item_id": 226, + "item_id": 247, "properties": [ { "name": "waterlogged", @@ -263741,10 +292464,10 @@ ] } ], - "default_state_id": 22446, + "default_state_id": 24901, "states": [ { - "id": 22445, + "id": 24900, "luminance": 0, "opaque": false, "replaceable": true, @@ -263752,7 +292475,7 @@ "collision_shapes": [] }, { - "id": 22446, + "id": 24901, "luminance": 0, "opaque": false, "replaceable": true, @@ -263762,15 +292485,15 @@ ] }, { - "id": 968, + "id": 1021, "name": "rooted_dirt", "translation_key": "block.minecraft.rooted_dirt", - "item_id": 18, + "item_id": 31, "properties": [], - "default_state_id": 22447, + "default_state_id": 24902, "states": [ { - "id": 22447, + "id": 24902, "luminance": 0, "opaque": true, "replaceable": false, @@ -263782,15 +292505,15 @@ ] }, { - "id": 969, + "id": 1022, "name": "mud", "translation_key": "block.minecraft.mud", - "item_id": 19, + "item_id": 32, "properties": [], - "default_state_id": 22448, + "default_state_id": 24903, "states": [ { - "id": 22448, + "id": 24903, "luminance": 0, "opaque": true, "replaceable": false, @@ -263802,7 +292525,7 @@ ] }, { - "id": 970, + "id": 1023, "name": "deepslate", "translation_key": "block.minecraft.deepslate", "item_id": 8, @@ -263816,10 +292539,10 @@ ] } ], - "default_state_id": 22450, + "default_state_id": 24905, "states": [ { - "id": 22449, + "id": 24904, "luminance": 0, "opaque": true, "replaceable": false, @@ -263829,7 +292552,7 @@ ] }, { - "id": 22450, + "id": 24905, "luminance": 0, "opaque": true, "replaceable": false, @@ -263839,7 +292562,7 @@ ] }, { - "id": 22451, + "id": 24906, "luminance": 0, "opaque": true, "replaceable": false, @@ -263851,15 +292574,15 @@ ] }, { - "id": 971, + "id": 1024, "name": "cobbled_deepslate", "translation_key": "block.minecraft.cobbled_deepslate", "item_id": 9, "properties": [], - "default_state_id": 22452, + "default_state_id": 24907, "states": [ { - "id": 22452, + "id": 24907, "luminance": 0, "opaque": true, "replaceable": false, @@ -263871,10 +292594,10 @@ ] }, { - "id": 972, + "id": 1025, "name": "cobbled_deepslate_stairs", "translation_key": "block.minecraft.cobbled_deepslate_stairs", - "item_id": 613, + "item_id": 634, "properties": [ { "name": "facing", @@ -263910,10 +292633,10 @@ ] } ], - "default_state_id": 22464, + "default_state_id": 24919, "states": [ { - "id": 22453, + "id": 24908, "luminance": 0, "opaque": true, "replaceable": false, @@ -263924,7 +292647,7 @@ ] }, { - "id": 22454, + "id": 24909, "luminance": 0, "opaque": true, "replaceable": false, @@ -263935,7 +292658,7 @@ ] }, { - "id": 22455, + "id": 24910, "luminance": 0, "opaque": true, "replaceable": false, @@ -263947,7 +292670,7 @@ ] }, { - "id": 22456, + "id": 24911, "luminance": 0, "opaque": true, "replaceable": false, @@ -263959,7 +292682,7 @@ ] }, { - "id": 22457, + "id": 24912, "luminance": 0, "opaque": true, "replaceable": false, @@ -263971,7 +292694,7 @@ ] }, { - "id": 22458, + "id": 24913, "luminance": 0, "opaque": true, "replaceable": false, @@ -263983,7 +292706,7 @@ ] }, { - "id": 22459, + "id": 24914, "luminance": 0, "opaque": true, "replaceable": false, @@ -263995,7 +292718,7 @@ ] }, { - "id": 22460, + "id": 24915, "luminance": 0, "opaque": true, "replaceable": false, @@ -264007,7 +292730,7 @@ ] }, { - "id": 22461, + "id": 24916, "luminance": 0, "opaque": true, "replaceable": false, @@ -264019,7 +292742,7 @@ ] }, { - "id": 22462, + "id": 24917, "luminance": 0, "opaque": true, "replaceable": false, @@ -264031,7 +292754,7 @@ ] }, { - "id": 22463, + "id": 24918, "luminance": 0, "opaque": true, "replaceable": false, @@ -264042,7 +292765,7 @@ ] }, { - "id": 22464, + "id": 24919, "luminance": 0, "opaque": true, "replaceable": false, @@ -264053,7 +292776,7 @@ ] }, { - "id": 22465, + "id": 24920, "luminance": 0, "opaque": true, "replaceable": false, @@ -264065,7 +292788,7 @@ ] }, { - "id": 22466, + "id": 24921, "luminance": 0, "opaque": true, "replaceable": false, @@ -264077,7 +292800,7 @@ ] }, { - "id": 22467, + "id": 24922, "luminance": 0, "opaque": true, "replaceable": false, @@ -264089,7 +292812,7 @@ ] }, { - "id": 22468, + "id": 24923, "luminance": 0, "opaque": true, "replaceable": false, @@ -264101,7 +292824,7 @@ ] }, { - "id": 22469, + "id": 24924, "luminance": 0, "opaque": true, "replaceable": false, @@ -264112,7 +292835,7 @@ ] }, { - "id": 22470, + "id": 24925, "luminance": 0, "opaque": true, "replaceable": false, @@ -264123,7 +292846,7 @@ ] }, { - "id": 22471, + "id": 24926, "luminance": 0, "opaque": true, "replaceable": false, @@ -264134,7 +292857,7 @@ ] }, { - "id": 22472, + "id": 24927, "luminance": 0, "opaque": true, "replaceable": false, @@ -264145,7 +292868,7 @@ ] }, { - "id": 22473, + "id": 24928, "luminance": 0, "opaque": true, "replaceable": false, @@ -264156,7 +292879,7 @@ ] }, { - "id": 22474, + "id": 24929, "luminance": 0, "opaque": true, "replaceable": false, @@ -264167,7 +292890,7 @@ ] }, { - "id": 22475, + "id": 24930, "luminance": 0, "opaque": true, "replaceable": false, @@ -264179,7 +292902,7 @@ ] }, { - "id": 22476, + "id": 24931, "luminance": 0, "opaque": true, "replaceable": false, @@ -264191,7 +292914,7 @@ ] }, { - "id": 22477, + "id": 24932, "luminance": 0, "opaque": true, "replaceable": false, @@ -264203,7 +292926,7 @@ ] }, { - "id": 22478, + "id": 24933, "luminance": 0, "opaque": true, "replaceable": false, @@ -264215,7 +292938,7 @@ ] }, { - "id": 22479, + "id": 24934, "luminance": 0, "opaque": true, "replaceable": false, @@ -264227,7 +292950,7 @@ ] }, { - "id": 22480, + "id": 24935, "luminance": 0, "opaque": true, "replaceable": false, @@ -264239,7 +292962,7 @@ ] }, { - "id": 22481, + "id": 24936, "luminance": 0, "opaque": true, "replaceable": false, @@ -264251,7 +292974,7 @@ ] }, { - "id": 22482, + "id": 24937, "luminance": 0, "opaque": true, "replaceable": false, @@ -264263,7 +292986,7 @@ ] }, { - "id": 22483, + "id": 24938, "luminance": 0, "opaque": true, "replaceable": false, @@ -264274,7 +292997,7 @@ ] }, { - "id": 22484, + "id": 24939, "luminance": 0, "opaque": true, "replaceable": false, @@ -264285,7 +293008,7 @@ ] }, { - "id": 22485, + "id": 24940, "luminance": 0, "opaque": true, "replaceable": false, @@ -264297,7 +293020,7 @@ ] }, { - "id": 22486, + "id": 24941, "luminance": 0, "opaque": true, "replaceable": false, @@ -264309,7 +293032,7 @@ ] }, { - "id": 22487, + "id": 24942, "luminance": 0, "opaque": true, "replaceable": false, @@ -264321,7 +293044,7 @@ ] }, { - "id": 22488, + "id": 24943, "luminance": 0, "opaque": true, "replaceable": false, @@ -264333,7 +293056,7 @@ ] }, { - "id": 22489, + "id": 24944, "luminance": 0, "opaque": true, "replaceable": false, @@ -264344,7 +293067,7 @@ ] }, { - "id": 22490, + "id": 24945, "luminance": 0, "opaque": true, "replaceable": false, @@ -264355,7 +293078,7 @@ ] }, { - "id": 22491, + "id": 24946, "luminance": 0, "opaque": true, "replaceable": false, @@ -264366,7 +293089,7 @@ ] }, { - "id": 22492, + "id": 24947, "luminance": 0, "opaque": true, "replaceable": false, @@ -264377,7 +293100,7 @@ ] }, { - "id": 22493, + "id": 24948, "luminance": 0, "opaque": true, "replaceable": false, @@ -264388,7 +293111,7 @@ ] }, { - "id": 22494, + "id": 24949, "luminance": 0, "opaque": true, "replaceable": false, @@ -264399,7 +293122,7 @@ ] }, { - "id": 22495, + "id": 24950, "luminance": 0, "opaque": true, "replaceable": false, @@ -264411,7 +293134,7 @@ ] }, { - "id": 22496, + "id": 24951, "luminance": 0, "opaque": true, "replaceable": false, @@ -264423,7 +293146,7 @@ ] }, { - "id": 22497, + "id": 24952, "luminance": 0, "opaque": true, "replaceable": false, @@ -264435,7 +293158,7 @@ ] }, { - "id": 22498, + "id": 24953, "luminance": 0, "opaque": true, "replaceable": false, @@ -264447,7 +293170,7 @@ ] }, { - "id": 22499, + "id": 24954, "luminance": 0, "opaque": true, "replaceable": false, @@ -264459,7 +293182,7 @@ ] }, { - "id": 22500, + "id": 24955, "luminance": 0, "opaque": true, "replaceable": false, @@ -264471,7 +293194,7 @@ ] }, { - "id": 22501, + "id": 24956, "luminance": 0, "opaque": true, "replaceable": false, @@ -264483,7 +293206,7 @@ ] }, { - "id": 22502, + "id": 24957, "luminance": 0, "opaque": true, "replaceable": false, @@ -264495,7 +293218,7 @@ ] }, { - "id": 22503, + "id": 24958, "luminance": 0, "opaque": true, "replaceable": false, @@ -264506,7 +293229,7 @@ ] }, { - "id": 22504, + "id": 24959, "luminance": 0, "opaque": true, "replaceable": false, @@ -264517,7 +293240,7 @@ ] }, { - "id": 22505, + "id": 24960, "luminance": 0, "opaque": true, "replaceable": false, @@ -264529,7 +293252,7 @@ ] }, { - "id": 22506, + "id": 24961, "luminance": 0, "opaque": true, "replaceable": false, @@ -264541,7 +293264,7 @@ ] }, { - "id": 22507, + "id": 24962, "luminance": 0, "opaque": true, "replaceable": false, @@ -264553,7 +293276,7 @@ ] }, { - "id": 22508, + "id": 24963, "luminance": 0, "opaque": true, "replaceable": false, @@ -264565,7 +293288,7 @@ ] }, { - "id": 22509, + "id": 24964, "luminance": 0, "opaque": true, "replaceable": false, @@ -264576,7 +293299,7 @@ ] }, { - "id": 22510, + "id": 24965, "luminance": 0, "opaque": true, "replaceable": false, @@ -264587,7 +293310,7 @@ ] }, { - "id": 22511, + "id": 24966, "luminance": 0, "opaque": true, "replaceable": false, @@ -264598,7 +293321,7 @@ ] }, { - "id": 22512, + "id": 24967, "luminance": 0, "opaque": true, "replaceable": false, @@ -264609,7 +293332,7 @@ ] }, { - "id": 22513, + "id": 24968, "luminance": 0, "opaque": true, "replaceable": false, @@ -264620,7 +293343,7 @@ ] }, { - "id": 22514, + "id": 24969, "luminance": 0, "opaque": true, "replaceable": false, @@ -264631,7 +293354,7 @@ ] }, { - "id": 22515, + "id": 24970, "luminance": 0, "opaque": true, "replaceable": false, @@ -264643,7 +293366,7 @@ ] }, { - "id": 22516, + "id": 24971, "luminance": 0, "opaque": true, "replaceable": false, @@ -264655,7 +293378,7 @@ ] }, { - "id": 22517, + "id": 24972, "luminance": 0, "opaque": true, "replaceable": false, @@ -264667,7 +293390,7 @@ ] }, { - "id": 22518, + "id": 24973, "luminance": 0, "opaque": true, "replaceable": false, @@ -264679,7 +293402,7 @@ ] }, { - "id": 22519, + "id": 24974, "luminance": 0, "opaque": true, "replaceable": false, @@ -264691,7 +293414,7 @@ ] }, { - "id": 22520, + "id": 24975, "luminance": 0, "opaque": true, "replaceable": false, @@ -264703,7 +293426,7 @@ ] }, { - "id": 22521, + "id": 24976, "luminance": 0, "opaque": true, "replaceable": false, @@ -264715,7 +293438,7 @@ ] }, { - "id": 22522, + "id": 24977, "luminance": 0, "opaque": true, "replaceable": false, @@ -264727,7 +293450,7 @@ ] }, { - "id": 22523, + "id": 24978, "luminance": 0, "opaque": true, "replaceable": false, @@ -264738,7 +293461,7 @@ ] }, { - "id": 22524, + "id": 24979, "luminance": 0, "opaque": true, "replaceable": false, @@ -264749,7 +293472,7 @@ ] }, { - "id": 22525, + "id": 24980, "luminance": 0, "opaque": true, "replaceable": false, @@ -264761,7 +293484,7 @@ ] }, { - "id": 22526, + "id": 24981, "luminance": 0, "opaque": true, "replaceable": false, @@ -264773,7 +293496,7 @@ ] }, { - "id": 22527, + "id": 24982, "luminance": 0, "opaque": true, "replaceable": false, @@ -264785,7 +293508,7 @@ ] }, { - "id": 22528, + "id": 24983, "luminance": 0, "opaque": true, "replaceable": false, @@ -264797,7 +293520,7 @@ ] }, { - "id": 22529, + "id": 24984, "luminance": 0, "opaque": true, "replaceable": false, @@ -264808,7 +293531,7 @@ ] }, { - "id": 22530, + "id": 24985, "luminance": 0, "opaque": true, "replaceable": false, @@ -264819,7 +293542,7 @@ ] }, { - "id": 22531, + "id": 24986, "luminance": 0, "opaque": true, "replaceable": false, @@ -264830,7 +293553,7 @@ ] }, { - "id": 22532, + "id": 24987, "luminance": 0, "opaque": true, "replaceable": false, @@ -264843,10 +293566,10 @@ ] }, { - "id": 973, + "id": 1026, "name": "cobbled_deepslate_slab", "translation_key": "block.minecraft.cobbled_deepslate_slab", - "item_id": 630, + "item_id": 651, "properties": [ { "name": "type", @@ -264864,10 +293587,10 @@ ] } ], - "default_state_id": 22536, + "default_state_id": 24991, "states": [ { - "id": 22533, + "id": 24988, "luminance": 0, "opaque": true, "replaceable": false, @@ -264877,7 +293600,7 @@ ] }, { - "id": 22534, + "id": 24989, "luminance": 0, "opaque": true, "replaceable": false, @@ -264887,7 +293610,7 @@ ] }, { - "id": 22535, + "id": 24990, "luminance": 0, "opaque": true, "replaceable": false, @@ -264897,7 +293620,7 @@ ] }, { - "id": 22536, + "id": 24991, "luminance": 0, "opaque": true, "replaceable": false, @@ -264907,7 +293630,7 @@ ] }, { - "id": 22537, + "id": 24992, "luminance": 0, "opaque": true, "replaceable": false, @@ -264917,7 +293640,7 @@ ] }, { - "id": 22538, + "id": 24993, "luminance": 0, "opaque": true, "replaceable": false, @@ -264929,10 +293652,10 @@ ] }, { - "id": 974, + "id": 1027, "name": "cobbled_deepslate_wall", "translation_key": "block.minecraft.cobbled_deepslate_wall", - "item_id": 393, + "item_id": 414, "properties": [ { "name": "east", @@ -264981,10 +293704,10 @@ ] } ], - "default_state_id": 22542, + "default_state_id": 24997, "states": [ { - "id": 22539, + "id": 24994, "luminance": 0, "opaque": true, "replaceable": false, @@ -264994,7 +293717,7 @@ ] }, { - "id": 22540, + "id": 24995, "luminance": 0, "opaque": true, "replaceable": false, @@ -265006,7 +293729,7 @@ ] }, { - "id": 22541, + "id": 24996, "luminance": 0, "opaque": true, "replaceable": false, @@ -265018,7 +293741,7 @@ ] }, { - "id": 22542, + "id": 24997, "luminance": 0, "opaque": true, "replaceable": false, @@ -265028,7 +293751,7 @@ ] }, { - "id": 22543, + "id": 24998, "luminance": 0, "opaque": true, "replaceable": false, @@ -265040,7 +293763,7 @@ ] }, { - "id": 22544, + "id": 24999, "luminance": 0, "opaque": true, "replaceable": false, @@ -265052,7 +293775,7 @@ ] }, { - "id": 22545, + "id": 25000, "luminance": 0, "opaque": true, "replaceable": false, @@ -265060,7 +293783,7 @@ "collision_shapes": [] }, { - "id": 22546, + "id": 25001, "luminance": 0, "opaque": true, "replaceable": false, @@ -265070,7 +293793,7 @@ ] }, { - "id": 22547, + "id": 25002, "luminance": 0, "opaque": true, "replaceable": false, @@ -265080,7 +293803,7 @@ ] }, { - "id": 22548, + "id": 25003, "luminance": 0, "opaque": true, "replaceable": false, @@ -265088,7 +293811,7 @@ "collision_shapes": [] }, { - "id": 22549, + "id": 25004, "luminance": 0, "opaque": true, "replaceable": false, @@ -265098,7 +293821,7 @@ ] }, { - "id": 22550, + "id": 25005, "luminance": 0, "opaque": true, "replaceable": false, @@ -265108,7 +293831,7 @@ ] }, { - "id": 22551, + "id": 25006, "luminance": 0, "opaque": true, "replaceable": false, @@ -265119,7 +293842,7 @@ ] }, { - "id": 22552, + "id": 25007, "luminance": 0, "opaque": true, "replaceable": false, @@ -265132,7 +293855,7 @@ ] }, { - "id": 22553, + "id": 25008, "luminance": 0, "opaque": true, "replaceable": false, @@ -265145,7 +293868,7 @@ ] }, { - "id": 22554, + "id": 25009, "luminance": 0, "opaque": true, "replaceable": false, @@ -265156,7 +293879,7 @@ ] }, { - "id": 22555, + "id": 25010, "luminance": 0, "opaque": true, "replaceable": false, @@ -265169,7 +293892,7 @@ ] }, { - "id": 22556, + "id": 25011, "luminance": 0, "opaque": true, "replaceable": false, @@ -265182,7 +293905,7 @@ ] }, { - "id": 22557, + "id": 25012, "luminance": 0, "opaque": true, "replaceable": false, @@ -265192,7 +293915,7 @@ ] }, { - "id": 22558, + "id": 25013, "luminance": 0, "opaque": true, "replaceable": false, @@ -265203,7 +293926,7 @@ ] }, { - "id": 22559, + "id": 25014, "luminance": 0, "opaque": true, "replaceable": false, @@ -265214,7 +293937,7 @@ ] }, { - "id": 22560, + "id": 25015, "luminance": 0, "opaque": true, "replaceable": false, @@ -265224,7 +293947,7 @@ ] }, { - "id": 22561, + "id": 25016, "luminance": 0, "opaque": true, "replaceable": false, @@ -265235,7 +293958,7 @@ ] }, { - "id": 22562, + "id": 25017, "luminance": 0, "opaque": true, "replaceable": false, @@ -265246,7 +293969,7 @@ ] }, { - "id": 22563, + "id": 25018, "luminance": 0, "opaque": true, "replaceable": false, @@ -265257,7 +293980,7 @@ ] }, { - "id": 22564, + "id": 25019, "luminance": 0, "opaque": true, "replaceable": false, @@ -265270,7 +293993,7 @@ ] }, { - "id": 22565, + "id": 25020, "luminance": 0, "opaque": true, "replaceable": false, @@ -265283,7 +294006,7 @@ ] }, { - "id": 22566, + "id": 25021, "luminance": 0, "opaque": true, "replaceable": false, @@ -265294,7 +294017,7 @@ ] }, { - "id": 22567, + "id": 25022, "luminance": 0, "opaque": true, "replaceable": false, @@ -265307,7 +294030,7 @@ ] }, { - "id": 22568, + "id": 25023, "luminance": 0, "opaque": true, "replaceable": false, @@ -265320,7 +294043,7 @@ ] }, { - "id": 22569, + "id": 25024, "luminance": 0, "opaque": true, "replaceable": false, @@ -265330,7 +294053,7 @@ ] }, { - "id": 22570, + "id": 25025, "luminance": 0, "opaque": true, "replaceable": false, @@ -265341,7 +294064,7 @@ ] }, { - "id": 22571, + "id": 25026, "luminance": 0, "opaque": true, "replaceable": false, @@ -265352,7 +294075,7 @@ ] }, { - "id": 22572, + "id": 25027, "luminance": 0, "opaque": true, "replaceable": false, @@ -265362,7 +294085,7 @@ ] }, { - "id": 22573, + "id": 25028, "luminance": 0, "opaque": true, "replaceable": false, @@ -265373,7 +294096,7 @@ ] }, { - "id": 22574, + "id": 25029, "luminance": 0, "opaque": true, "replaceable": false, @@ -265384,7 +294107,7 @@ ] }, { - "id": 22575, + "id": 25030, "luminance": 0, "opaque": true, "replaceable": false, @@ -265395,7 +294118,7 @@ ] }, { - "id": 22576, + "id": 25031, "luminance": 0, "opaque": true, "replaceable": false, @@ -265408,7 +294131,7 @@ ] }, { - "id": 22577, + "id": 25032, "luminance": 0, "opaque": true, "replaceable": false, @@ -265421,7 +294144,7 @@ ] }, { - "id": 22578, + "id": 25033, "luminance": 0, "opaque": true, "replaceable": false, @@ -265432,7 +294155,7 @@ ] }, { - "id": 22579, + "id": 25034, "luminance": 0, "opaque": true, "replaceable": false, @@ -265445,7 +294168,7 @@ ] }, { - "id": 22580, + "id": 25035, "luminance": 0, "opaque": true, "replaceable": false, @@ -265458,7 +294181,7 @@ ] }, { - "id": 22581, + "id": 25036, "luminance": 0, "opaque": true, "replaceable": false, @@ -265468,7 +294191,7 @@ ] }, { - "id": 22582, + "id": 25037, "luminance": 0, "opaque": true, "replaceable": false, @@ -265479,7 +294202,7 @@ ] }, { - "id": 22583, + "id": 25038, "luminance": 0, "opaque": true, "replaceable": false, @@ -265490,7 +294213,7 @@ ] }, { - "id": 22584, + "id": 25039, "luminance": 0, "opaque": true, "replaceable": false, @@ -265500,7 +294223,7 @@ ] }, { - "id": 22585, + "id": 25040, "luminance": 0, "opaque": true, "replaceable": false, @@ -265511,7 +294234,7 @@ ] }, { - "id": 22586, + "id": 25041, "luminance": 0, "opaque": true, "replaceable": false, @@ -265522,7 +294245,7 @@ ] }, { - "id": 22587, + "id": 25042, "luminance": 0, "opaque": true, "replaceable": false, @@ -265534,7 +294257,7 @@ ] }, { - "id": 22588, + "id": 25043, "luminance": 0, "opaque": true, "replaceable": false, @@ -265548,7 +294271,7 @@ ] }, { - "id": 22589, + "id": 25044, "luminance": 0, "opaque": true, "replaceable": false, @@ -265562,7 +294285,7 @@ ] }, { - "id": 22590, + "id": 25045, "luminance": 0, "opaque": true, "replaceable": false, @@ -265574,7 +294297,7 @@ ] }, { - "id": 22591, + "id": 25046, "luminance": 0, "opaque": true, "replaceable": false, @@ -265588,7 +294311,7 @@ ] }, { - "id": 22592, + "id": 25047, "luminance": 0, "opaque": true, "replaceable": false, @@ -265602,7 +294325,7 @@ ] }, { - "id": 22593, + "id": 25048, "luminance": 0, "opaque": true, "replaceable": false, @@ -265612,7 +294335,7 @@ ] }, { - "id": 22594, + "id": 25049, "luminance": 0, "opaque": true, "replaceable": false, @@ -265624,7 +294347,7 @@ ] }, { - "id": 22595, + "id": 25050, "luminance": 0, "opaque": true, "replaceable": false, @@ -265636,7 +294359,7 @@ ] }, { - "id": 22596, + "id": 25051, "luminance": 0, "opaque": true, "replaceable": false, @@ -265646,7 +294369,7 @@ ] }, { - "id": 22597, + "id": 25052, "luminance": 0, "opaque": true, "replaceable": false, @@ -265658,7 +294381,7 @@ ] }, { - "id": 22598, + "id": 25053, "luminance": 0, "opaque": true, "replaceable": false, @@ -265670,7 +294393,7 @@ ] }, { - "id": 22599, + "id": 25054, "luminance": 0, "opaque": true, "replaceable": false, @@ -265682,7 +294405,7 @@ ] }, { - "id": 22600, + "id": 25055, "luminance": 0, "opaque": true, "replaceable": false, @@ -265696,7 +294419,7 @@ ] }, { - "id": 22601, + "id": 25056, "luminance": 0, "opaque": true, "replaceable": false, @@ -265710,7 +294433,7 @@ ] }, { - "id": 22602, + "id": 25057, "luminance": 0, "opaque": true, "replaceable": false, @@ -265722,7 +294445,7 @@ ] }, { - "id": 22603, + "id": 25058, "luminance": 0, "opaque": true, "replaceable": false, @@ -265736,7 +294459,7 @@ ] }, { - "id": 22604, + "id": 25059, "luminance": 0, "opaque": true, "replaceable": false, @@ -265750,7 +294473,7 @@ ] }, { - "id": 22605, + "id": 25060, "luminance": 0, "opaque": true, "replaceable": false, @@ -265760,7 +294483,7 @@ ] }, { - "id": 22606, + "id": 25061, "luminance": 0, "opaque": true, "replaceable": false, @@ -265772,7 +294495,7 @@ ] }, { - "id": 22607, + "id": 25062, "luminance": 0, "opaque": true, "replaceable": false, @@ -265784,7 +294507,7 @@ ] }, { - "id": 22608, + "id": 25063, "luminance": 0, "opaque": true, "replaceable": false, @@ -265794,7 +294517,7 @@ ] }, { - "id": 22609, + "id": 25064, "luminance": 0, "opaque": true, "replaceable": false, @@ -265806,7 +294529,7 @@ ] }, { - "id": 22610, + "id": 25065, "luminance": 0, "opaque": true, "replaceable": false, @@ -265818,7 +294541,7 @@ ] }, { - "id": 22611, + "id": 25066, "luminance": 0, "opaque": true, "replaceable": false, @@ -265829,7 +294552,7 @@ ] }, { - "id": 22612, + "id": 25067, "luminance": 0, "opaque": true, "replaceable": false, @@ -265842,7 +294565,7 @@ ] }, { - "id": 22613, + "id": 25068, "luminance": 0, "opaque": true, "replaceable": false, @@ -265855,7 +294578,7 @@ ] }, { - "id": 22614, + "id": 25069, "luminance": 0, "opaque": true, "replaceable": false, @@ -265866,7 +294589,7 @@ ] }, { - "id": 22615, + "id": 25070, "luminance": 0, "opaque": true, "replaceable": false, @@ -265879,7 +294602,7 @@ ] }, { - "id": 22616, + "id": 25071, "luminance": 0, "opaque": true, "replaceable": false, @@ -265892,7 +294615,7 @@ ] }, { - "id": 22617, + "id": 25072, "luminance": 0, "opaque": true, "replaceable": false, @@ -265902,7 +294625,7 @@ ] }, { - "id": 22618, + "id": 25073, "luminance": 0, "opaque": true, "replaceable": false, @@ -265913,7 +294636,7 @@ ] }, { - "id": 22619, + "id": 25074, "luminance": 0, "opaque": true, "replaceable": false, @@ -265924,7 +294647,7 @@ ] }, { - "id": 22620, + "id": 25075, "luminance": 0, "opaque": true, "replaceable": false, @@ -265934,7 +294657,7 @@ ] }, { - "id": 22621, + "id": 25076, "luminance": 0, "opaque": true, "replaceable": false, @@ -265945,7 +294668,7 @@ ] }, { - "id": 22622, + "id": 25077, "luminance": 0, "opaque": true, "replaceable": false, @@ -265956,7 +294679,7 @@ ] }, { - "id": 22623, + "id": 25078, "luminance": 0, "opaque": true, "replaceable": false, @@ -265968,7 +294691,7 @@ ] }, { - "id": 22624, + "id": 25079, "luminance": 0, "opaque": true, "replaceable": false, @@ -265982,7 +294705,7 @@ ] }, { - "id": 22625, + "id": 25080, "luminance": 0, "opaque": true, "replaceable": false, @@ -265996,7 +294719,7 @@ ] }, { - "id": 22626, + "id": 25081, "luminance": 0, "opaque": true, "replaceable": false, @@ -266008,7 +294731,7 @@ ] }, { - "id": 22627, + "id": 25082, "luminance": 0, "opaque": true, "replaceable": false, @@ -266022,7 +294745,7 @@ ] }, { - "id": 22628, + "id": 25083, "luminance": 0, "opaque": true, "replaceable": false, @@ -266036,7 +294759,7 @@ ] }, { - "id": 22629, + "id": 25084, "luminance": 0, "opaque": true, "replaceable": false, @@ -266046,7 +294769,7 @@ ] }, { - "id": 22630, + "id": 25085, "luminance": 0, "opaque": true, "replaceable": false, @@ -266058,7 +294781,7 @@ ] }, { - "id": 22631, + "id": 25086, "luminance": 0, "opaque": true, "replaceable": false, @@ -266070,7 +294793,7 @@ ] }, { - "id": 22632, + "id": 25087, "luminance": 0, "opaque": true, "replaceable": false, @@ -266080,7 +294803,7 @@ ] }, { - "id": 22633, + "id": 25088, "luminance": 0, "opaque": true, "replaceable": false, @@ -266092,7 +294815,7 @@ ] }, { - "id": 22634, + "id": 25089, "luminance": 0, "opaque": true, "replaceable": false, @@ -266104,7 +294827,7 @@ ] }, { - "id": 22635, + "id": 25090, "luminance": 0, "opaque": true, "replaceable": false, @@ -266116,7 +294839,7 @@ ] }, { - "id": 22636, + "id": 25091, "luminance": 0, "opaque": true, "replaceable": false, @@ -266130,7 +294853,7 @@ ] }, { - "id": 22637, + "id": 25092, "luminance": 0, "opaque": true, "replaceable": false, @@ -266144,7 +294867,7 @@ ] }, { - "id": 22638, + "id": 25093, "luminance": 0, "opaque": true, "replaceable": false, @@ -266156,7 +294879,7 @@ ] }, { - "id": 22639, + "id": 25094, "luminance": 0, "opaque": true, "replaceable": false, @@ -266170,7 +294893,7 @@ ] }, { - "id": 22640, + "id": 25095, "luminance": 0, "opaque": true, "replaceable": false, @@ -266184,7 +294907,7 @@ ] }, { - "id": 22641, + "id": 25096, "luminance": 0, "opaque": true, "replaceable": false, @@ -266194,7 +294917,7 @@ ] }, { - "id": 22642, + "id": 25097, "luminance": 0, "opaque": true, "replaceable": false, @@ -266206,7 +294929,7 @@ ] }, { - "id": 22643, + "id": 25098, "luminance": 0, "opaque": true, "replaceable": false, @@ -266218,7 +294941,7 @@ ] }, { - "id": 22644, + "id": 25099, "luminance": 0, "opaque": true, "replaceable": false, @@ -266228,7 +294951,7 @@ ] }, { - "id": 22645, + "id": 25100, "luminance": 0, "opaque": true, "replaceable": false, @@ -266240,7 +294963,7 @@ ] }, { - "id": 22646, + "id": 25101, "luminance": 0, "opaque": true, "replaceable": false, @@ -266252,7 +294975,7 @@ ] }, { - "id": 22647, + "id": 25102, "luminance": 0, "opaque": true, "replaceable": false, @@ -266263,7 +294986,7 @@ ] }, { - "id": 22648, + "id": 25103, "luminance": 0, "opaque": true, "replaceable": false, @@ -266275,7 +294998,7 @@ ] }, { - "id": 22649, + "id": 25104, "luminance": 0, "opaque": true, "replaceable": false, @@ -266287,7 +295010,7 @@ ] }, { - "id": 22650, + "id": 25105, "luminance": 0, "opaque": true, "replaceable": false, @@ -266298,7 +295021,7 @@ ] }, { - "id": 22651, + "id": 25106, "luminance": 0, "opaque": true, "replaceable": false, @@ -266310,7 +295033,7 @@ ] }, { - "id": 22652, + "id": 25107, "luminance": 0, "opaque": true, "replaceable": false, @@ -266322,7 +295045,7 @@ ] }, { - "id": 22653, + "id": 25108, "luminance": 0, "opaque": true, "replaceable": false, @@ -266332,7 +295055,7 @@ ] }, { - "id": 22654, + "id": 25109, "luminance": 0, "opaque": true, "replaceable": false, @@ -266342,7 +295065,7 @@ ] }, { - "id": 22655, + "id": 25110, "luminance": 0, "opaque": true, "replaceable": false, @@ -266352,7 +295075,7 @@ ] }, { - "id": 22656, + "id": 25111, "luminance": 0, "opaque": true, "replaceable": false, @@ -266362,7 +295085,7 @@ ] }, { - "id": 22657, + "id": 25112, "luminance": 0, "opaque": true, "replaceable": false, @@ -266372,7 +295095,7 @@ ] }, { - "id": 22658, + "id": 25113, "luminance": 0, "opaque": true, "replaceable": false, @@ -266382,7 +295105,7 @@ ] }, { - "id": 22659, + "id": 25114, "luminance": 0, "opaque": true, "replaceable": false, @@ -266394,7 +295117,7 @@ ] }, { - "id": 22660, + "id": 25115, "luminance": 0, "opaque": true, "replaceable": false, @@ -266407,7 +295130,7 @@ ] }, { - "id": 22661, + "id": 25116, "luminance": 0, "opaque": true, "replaceable": false, @@ -266420,7 +295143,7 @@ ] }, { - "id": 22662, + "id": 25117, "luminance": 0, "opaque": true, "replaceable": false, @@ -266432,7 +295155,7 @@ ] }, { - "id": 22663, + "id": 25118, "luminance": 0, "opaque": true, "replaceable": false, @@ -266445,7 +295168,7 @@ ] }, { - "id": 22664, + "id": 25119, "luminance": 0, "opaque": true, "replaceable": false, @@ -266458,7 +295181,7 @@ ] }, { - "id": 22665, + "id": 25120, "luminance": 0, "opaque": true, "replaceable": false, @@ -266469,7 +295192,7 @@ ] }, { - "id": 22666, + "id": 25121, "luminance": 0, "opaque": true, "replaceable": false, @@ -266480,7 +295203,7 @@ ] }, { - "id": 22667, + "id": 25122, "luminance": 0, "opaque": true, "replaceable": false, @@ -266491,7 +295214,7 @@ ] }, { - "id": 22668, + "id": 25123, "luminance": 0, "opaque": true, "replaceable": false, @@ -266502,7 +295225,7 @@ ] }, { - "id": 22669, + "id": 25124, "luminance": 0, "opaque": true, "replaceable": false, @@ -266513,7 +295236,7 @@ ] }, { - "id": 22670, + "id": 25125, "luminance": 0, "opaque": true, "replaceable": false, @@ -266524,7 +295247,7 @@ ] }, { - "id": 22671, + "id": 25126, "luminance": 0, "opaque": true, "replaceable": false, @@ -266536,7 +295259,7 @@ ] }, { - "id": 22672, + "id": 25127, "luminance": 0, "opaque": true, "replaceable": false, @@ -266549,7 +295272,7 @@ ] }, { - "id": 22673, + "id": 25128, "luminance": 0, "opaque": true, "replaceable": false, @@ -266562,7 +295285,7 @@ ] }, { - "id": 22674, + "id": 25129, "luminance": 0, "opaque": true, "replaceable": false, @@ -266574,7 +295297,7 @@ ] }, { - "id": 22675, + "id": 25130, "luminance": 0, "opaque": true, "replaceable": false, @@ -266587,7 +295310,7 @@ ] }, { - "id": 22676, + "id": 25131, "luminance": 0, "opaque": true, "replaceable": false, @@ -266600,7 +295323,7 @@ ] }, { - "id": 22677, + "id": 25132, "luminance": 0, "opaque": true, "replaceable": false, @@ -266611,7 +295334,7 @@ ] }, { - "id": 22678, + "id": 25133, "luminance": 0, "opaque": true, "replaceable": false, @@ -266622,7 +295345,7 @@ ] }, { - "id": 22679, + "id": 25134, "luminance": 0, "opaque": true, "replaceable": false, @@ -266633,7 +295356,7 @@ ] }, { - "id": 22680, + "id": 25135, "luminance": 0, "opaque": true, "replaceable": false, @@ -266644,7 +295367,7 @@ ] }, { - "id": 22681, + "id": 25136, "luminance": 0, "opaque": true, "replaceable": false, @@ -266655,7 +295378,7 @@ ] }, { - "id": 22682, + "id": 25137, "luminance": 0, "opaque": true, "replaceable": false, @@ -266666,7 +295389,7 @@ ] }, { - "id": 22683, + "id": 25138, "luminance": 0, "opaque": true, "replaceable": false, @@ -266678,7 +295401,7 @@ ] }, { - "id": 22684, + "id": 25139, "luminance": 0, "opaque": true, "replaceable": false, @@ -266691,7 +295414,7 @@ ] }, { - "id": 22685, + "id": 25140, "luminance": 0, "opaque": true, "replaceable": false, @@ -266704,7 +295427,7 @@ ] }, { - "id": 22686, + "id": 25141, "luminance": 0, "opaque": true, "replaceable": false, @@ -266716,7 +295439,7 @@ ] }, { - "id": 22687, + "id": 25142, "luminance": 0, "opaque": true, "replaceable": false, @@ -266729,7 +295452,7 @@ ] }, { - "id": 22688, + "id": 25143, "luminance": 0, "opaque": true, "replaceable": false, @@ -266742,7 +295465,7 @@ ] }, { - "id": 22689, + "id": 25144, "luminance": 0, "opaque": true, "replaceable": false, @@ -266753,7 +295476,7 @@ ] }, { - "id": 22690, + "id": 25145, "luminance": 0, "opaque": true, "replaceable": false, @@ -266764,7 +295487,7 @@ ] }, { - "id": 22691, + "id": 25146, "luminance": 0, "opaque": true, "replaceable": false, @@ -266775,7 +295498,7 @@ ] }, { - "id": 22692, + "id": 25147, "luminance": 0, "opaque": true, "replaceable": false, @@ -266786,7 +295509,7 @@ ] }, { - "id": 22693, + "id": 25148, "luminance": 0, "opaque": true, "replaceable": false, @@ -266797,7 +295520,7 @@ ] }, { - "id": 22694, + "id": 25149, "luminance": 0, "opaque": true, "replaceable": false, @@ -266808,7 +295531,7 @@ ] }, { - "id": 22695, + "id": 25150, "luminance": 0, "opaque": true, "replaceable": false, @@ -266821,7 +295544,7 @@ ] }, { - "id": 22696, + "id": 25151, "luminance": 0, "opaque": true, "replaceable": false, @@ -266835,7 +295558,7 @@ ] }, { - "id": 22697, + "id": 25152, "luminance": 0, "opaque": true, "replaceable": false, @@ -266849,7 +295572,7 @@ ] }, { - "id": 22698, + "id": 25153, "luminance": 0, "opaque": true, "replaceable": false, @@ -266862,7 +295585,7 @@ ] }, { - "id": 22699, + "id": 25154, "luminance": 0, "opaque": true, "replaceable": false, @@ -266876,7 +295599,7 @@ ] }, { - "id": 22700, + "id": 25155, "luminance": 0, "opaque": true, "replaceable": false, @@ -266890,7 +295613,7 @@ ] }, { - "id": 22701, + "id": 25156, "luminance": 0, "opaque": true, "replaceable": false, @@ -266901,7 +295624,7 @@ ] }, { - "id": 22702, + "id": 25157, "luminance": 0, "opaque": true, "replaceable": false, @@ -266913,7 +295636,7 @@ ] }, { - "id": 22703, + "id": 25158, "luminance": 0, "opaque": true, "replaceable": false, @@ -266925,7 +295648,7 @@ ] }, { - "id": 22704, + "id": 25159, "luminance": 0, "opaque": true, "replaceable": false, @@ -266936,7 +295659,7 @@ ] }, { - "id": 22705, + "id": 25160, "luminance": 0, "opaque": true, "replaceable": false, @@ -266948,7 +295671,7 @@ ] }, { - "id": 22706, + "id": 25161, "luminance": 0, "opaque": true, "replaceable": false, @@ -266960,7 +295683,7 @@ ] }, { - "id": 22707, + "id": 25162, "luminance": 0, "opaque": true, "replaceable": false, @@ -266973,7 +295696,7 @@ ] }, { - "id": 22708, + "id": 25163, "luminance": 0, "opaque": true, "replaceable": false, @@ -266987,7 +295710,7 @@ ] }, { - "id": 22709, + "id": 25164, "luminance": 0, "opaque": true, "replaceable": false, @@ -267001,7 +295724,7 @@ ] }, { - "id": 22710, + "id": 25165, "luminance": 0, "opaque": true, "replaceable": false, @@ -267014,7 +295737,7 @@ ] }, { - "id": 22711, + "id": 25166, "luminance": 0, "opaque": true, "replaceable": false, @@ -267028,7 +295751,7 @@ ] }, { - "id": 22712, + "id": 25167, "luminance": 0, "opaque": true, "replaceable": false, @@ -267042,7 +295765,7 @@ ] }, { - "id": 22713, + "id": 25168, "luminance": 0, "opaque": true, "replaceable": false, @@ -267053,7 +295776,7 @@ ] }, { - "id": 22714, + "id": 25169, "luminance": 0, "opaque": true, "replaceable": false, @@ -267065,7 +295788,7 @@ ] }, { - "id": 22715, + "id": 25170, "luminance": 0, "opaque": true, "replaceable": false, @@ -267077,7 +295800,7 @@ ] }, { - "id": 22716, + "id": 25171, "luminance": 0, "opaque": true, "replaceable": false, @@ -267088,7 +295811,7 @@ ] }, { - "id": 22717, + "id": 25172, "luminance": 0, "opaque": true, "replaceable": false, @@ -267100,7 +295823,7 @@ ] }, { - "id": 22718, + "id": 25173, "luminance": 0, "opaque": true, "replaceable": false, @@ -267112,7 +295835,7 @@ ] }, { - "id": 22719, + "id": 25174, "luminance": 0, "opaque": true, "replaceable": false, @@ -267124,7 +295847,7 @@ ] }, { - "id": 22720, + "id": 25175, "luminance": 0, "opaque": true, "replaceable": false, @@ -267137,7 +295860,7 @@ ] }, { - "id": 22721, + "id": 25176, "luminance": 0, "opaque": true, "replaceable": false, @@ -267150,7 +295873,7 @@ ] }, { - "id": 22722, + "id": 25177, "luminance": 0, "opaque": true, "replaceable": false, @@ -267162,7 +295885,7 @@ ] }, { - "id": 22723, + "id": 25178, "luminance": 0, "opaque": true, "replaceable": false, @@ -267175,7 +295898,7 @@ ] }, { - "id": 22724, + "id": 25179, "luminance": 0, "opaque": true, "replaceable": false, @@ -267188,7 +295911,7 @@ ] }, { - "id": 22725, + "id": 25180, "luminance": 0, "opaque": true, "replaceable": false, @@ -267199,7 +295922,7 @@ ] }, { - "id": 22726, + "id": 25181, "luminance": 0, "opaque": true, "replaceable": false, @@ -267210,7 +295933,7 @@ ] }, { - "id": 22727, + "id": 25182, "luminance": 0, "opaque": true, "replaceable": false, @@ -267221,7 +295944,7 @@ ] }, { - "id": 22728, + "id": 25183, "luminance": 0, "opaque": true, "replaceable": false, @@ -267232,7 +295955,7 @@ ] }, { - "id": 22729, + "id": 25184, "luminance": 0, "opaque": true, "replaceable": false, @@ -267243,7 +295966,7 @@ ] }, { - "id": 22730, + "id": 25185, "luminance": 0, "opaque": true, "replaceable": false, @@ -267254,7 +295977,7 @@ ] }, { - "id": 22731, + "id": 25186, "luminance": 0, "opaque": true, "replaceable": false, @@ -267267,7 +295990,7 @@ ] }, { - "id": 22732, + "id": 25187, "luminance": 0, "opaque": true, "replaceable": false, @@ -267281,7 +296004,7 @@ ] }, { - "id": 22733, + "id": 25188, "luminance": 0, "opaque": true, "replaceable": false, @@ -267295,7 +296018,7 @@ ] }, { - "id": 22734, + "id": 25189, "luminance": 0, "opaque": true, "replaceable": false, @@ -267308,7 +296031,7 @@ ] }, { - "id": 22735, + "id": 25190, "luminance": 0, "opaque": true, "replaceable": false, @@ -267322,7 +296045,7 @@ ] }, { - "id": 22736, + "id": 25191, "luminance": 0, "opaque": true, "replaceable": false, @@ -267336,7 +296059,7 @@ ] }, { - "id": 22737, + "id": 25192, "luminance": 0, "opaque": true, "replaceable": false, @@ -267347,7 +296070,7 @@ ] }, { - "id": 22738, + "id": 25193, "luminance": 0, "opaque": true, "replaceable": false, @@ -267359,7 +296082,7 @@ ] }, { - "id": 22739, + "id": 25194, "luminance": 0, "opaque": true, "replaceable": false, @@ -267371,7 +296094,7 @@ ] }, { - "id": 22740, + "id": 25195, "luminance": 0, "opaque": true, "replaceable": false, @@ -267382,7 +296105,7 @@ ] }, { - "id": 22741, + "id": 25196, "luminance": 0, "opaque": true, "replaceable": false, @@ -267394,7 +296117,7 @@ ] }, { - "id": 22742, + "id": 25197, "luminance": 0, "opaque": true, "replaceable": false, @@ -267406,7 +296129,7 @@ ] }, { - "id": 22743, + "id": 25198, "luminance": 0, "opaque": true, "replaceable": false, @@ -267419,7 +296142,7 @@ ] }, { - "id": 22744, + "id": 25199, "luminance": 0, "opaque": true, "replaceable": false, @@ -267433,7 +296156,7 @@ ] }, { - "id": 22745, + "id": 25200, "luminance": 0, "opaque": true, "replaceable": false, @@ -267447,7 +296170,7 @@ ] }, { - "id": 22746, + "id": 25201, "luminance": 0, "opaque": true, "replaceable": false, @@ -267460,7 +296183,7 @@ ] }, { - "id": 22747, + "id": 25202, "luminance": 0, "opaque": true, "replaceable": false, @@ -267474,7 +296197,7 @@ ] }, { - "id": 22748, + "id": 25203, "luminance": 0, "opaque": true, "replaceable": false, @@ -267488,7 +296211,7 @@ ] }, { - "id": 22749, + "id": 25204, "luminance": 0, "opaque": true, "replaceable": false, @@ -267499,7 +296222,7 @@ ] }, { - "id": 22750, + "id": 25205, "luminance": 0, "opaque": true, "replaceable": false, @@ -267511,7 +296234,7 @@ ] }, { - "id": 22751, + "id": 25206, "luminance": 0, "opaque": true, "replaceable": false, @@ -267523,7 +296246,7 @@ ] }, { - "id": 22752, + "id": 25207, "luminance": 0, "opaque": true, "replaceable": false, @@ -267534,7 +296257,7 @@ ] }, { - "id": 22753, + "id": 25208, "luminance": 0, "opaque": true, "replaceable": false, @@ -267546,7 +296269,7 @@ ] }, { - "id": 22754, + "id": 25209, "luminance": 0, "opaque": true, "replaceable": false, @@ -267558,7 +296281,7 @@ ] }, { - "id": 22755, + "id": 25210, "luminance": 0, "opaque": true, "replaceable": false, @@ -267569,7 +296292,7 @@ ] }, { - "id": 22756, + "id": 25211, "luminance": 0, "opaque": true, "replaceable": false, @@ -267581,7 +296304,7 @@ ] }, { - "id": 22757, + "id": 25212, "luminance": 0, "opaque": true, "replaceable": false, @@ -267593,7 +296316,7 @@ ] }, { - "id": 22758, + "id": 25213, "luminance": 0, "opaque": true, "replaceable": false, @@ -267604,7 +296327,7 @@ ] }, { - "id": 22759, + "id": 25214, "luminance": 0, "opaque": true, "replaceable": false, @@ -267616,7 +296339,7 @@ ] }, { - "id": 22760, + "id": 25215, "luminance": 0, "opaque": true, "replaceable": false, @@ -267628,7 +296351,7 @@ ] }, { - "id": 22761, + "id": 25216, "luminance": 0, "opaque": true, "replaceable": false, @@ -267638,7 +296361,7 @@ ] }, { - "id": 22762, + "id": 25217, "luminance": 0, "opaque": true, "replaceable": false, @@ -267648,7 +296371,7 @@ ] }, { - "id": 22763, + "id": 25218, "luminance": 0, "opaque": true, "replaceable": false, @@ -267658,7 +296381,7 @@ ] }, { - "id": 22764, + "id": 25219, "luminance": 0, "opaque": true, "replaceable": false, @@ -267668,7 +296391,7 @@ ] }, { - "id": 22765, + "id": 25220, "luminance": 0, "opaque": true, "replaceable": false, @@ -267678,7 +296401,7 @@ ] }, { - "id": 22766, + "id": 25221, "luminance": 0, "opaque": true, "replaceable": false, @@ -267688,7 +296411,7 @@ ] }, { - "id": 22767, + "id": 25222, "luminance": 0, "opaque": true, "replaceable": false, @@ -267700,7 +296423,7 @@ ] }, { - "id": 22768, + "id": 25223, "luminance": 0, "opaque": true, "replaceable": false, @@ -267713,7 +296436,7 @@ ] }, { - "id": 22769, + "id": 25224, "luminance": 0, "opaque": true, "replaceable": false, @@ -267726,7 +296449,7 @@ ] }, { - "id": 22770, + "id": 25225, "luminance": 0, "opaque": true, "replaceable": false, @@ -267738,7 +296461,7 @@ ] }, { - "id": 22771, + "id": 25226, "luminance": 0, "opaque": true, "replaceable": false, @@ -267751,7 +296474,7 @@ ] }, { - "id": 22772, + "id": 25227, "luminance": 0, "opaque": true, "replaceable": false, @@ -267764,7 +296487,7 @@ ] }, { - "id": 22773, + "id": 25228, "luminance": 0, "opaque": true, "replaceable": false, @@ -267775,7 +296498,7 @@ ] }, { - "id": 22774, + "id": 25229, "luminance": 0, "opaque": true, "replaceable": false, @@ -267786,7 +296509,7 @@ ] }, { - "id": 22775, + "id": 25230, "luminance": 0, "opaque": true, "replaceable": false, @@ -267797,7 +296520,7 @@ ] }, { - "id": 22776, + "id": 25231, "luminance": 0, "opaque": true, "replaceable": false, @@ -267808,7 +296531,7 @@ ] }, { - "id": 22777, + "id": 25232, "luminance": 0, "opaque": true, "replaceable": false, @@ -267819,7 +296542,7 @@ ] }, { - "id": 22778, + "id": 25233, "luminance": 0, "opaque": true, "replaceable": false, @@ -267830,7 +296553,7 @@ ] }, { - "id": 22779, + "id": 25234, "luminance": 0, "opaque": true, "replaceable": false, @@ -267842,7 +296565,7 @@ ] }, { - "id": 22780, + "id": 25235, "luminance": 0, "opaque": true, "replaceable": false, @@ -267855,7 +296578,7 @@ ] }, { - "id": 22781, + "id": 25236, "luminance": 0, "opaque": true, "replaceable": false, @@ -267868,7 +296591,7 @@ ] }, { - "id": 22782, + "id": 25237, "luminance": 0, "opaque": true, "replaceable": false, @@ -267880,7 +296603,7 @@ ] }, { - "id": 22783, + "id": 25238, "luminance": 0, "opaque": true, "replaceable": false, @@ -267893,7 +296616,7 @@ ] }, { - "id": 22784, + "id": 25239, "luminance": 0, "opaque": true, "replaceable": false, @@ -267906,7 +296629,7 @@ ] }, { - "id": 22785, + "id": 25240, "luminance": 0, "opaque": true, "replaceable": false, @@ -267917,7 +296640,7 @@ ] }, { - "id": 22786, + "id": 25241, "luminance": 0, "opaque": true, "replaceable": false, @@ -267928,7 +296651,7 @@ ] }, { - "id": 22787, + "id": 25242, "luminance": 0, "opaque": true, "replaceable": false, @@ -267939,7 +296662,7 @@ ] }, { - "id": 22788, + "id": 25243, "luminance": 0, "opaque": true, "replaceable": false, @@ -267950,7 +296673,7 @@ ] }, { - "id": 22789, + "id": 25244, "luminance": 0, "opaque": true, "replaceable": false, @@ -267961,7 +296684,7 @@ ] }, { - "id": 22790, + "id": 25245, "luminance": 0, "opaque": true, "replaceable": false, @@ -267972,7 +296695,7 @@ ] }, { - "id": 22791, + "id": 25246, "luminance": 0, "opaque": true, "replaceable": false, @@ -267984,7 +296707,7 @@ ] }, { - "id": 22792, + "id": 25247, "luminance": 0, "opaque": true, "replaceable": false, @@ -267997,7 +296720,7 @@ ] }, { - "id": 22793, + "id": 25248, "luminance": 0, "opaque": true, "replaceable": false, @@ -268010,7 +296733,7 @@ ] }, { - "id": 22794, + "id": 25249, "luminance": 0, "opaque": true, "replaceable": false, @@ -268022,7 +296745,7 @@ ] }, { - "id": 22795, + "id": 25250, "luminance": 0, "opaque": true, "replaceable": false, @@ -268035,7 +296758,7 @@ ] }, { - "id": 22796, + "id": 25251, "luminance": 0, "opaque": true, "replaceable": false, @@ -268048,7 +296771,7 @@ ] }, { - "id": 22797, + "id": 25252, "luminance": 0, "opaque": true, "replaceable": false, @@ -268059,7 +296782,7 @@ ] }, { - "id": 22798, + "id": 25253, "luminance": 0, "opaque": true, "replaceable": false, @@ -268070,7 +296793,7 @@ ] }, { - "id": 22799, + "id": 25254, "luminance": 0, "opaque": true, "replaceable": false, @@ -268081,7 +296804,7 @@ ] }, { - "id": 22800, + "id": 25255, "luminance": 0, "opaque": true, "replaceable": false, @@ -268092,7 +296815,7 @@ ] }, { - "id": 22801, + "id": 25256, "luminance": 0, "opaque": true, "replaceable": false, @@ -268103,7 +296826,7 @@ ] }, { - "id": 22802, + "id": 25257, "luminance": 0, "opaque": true, "replaceable": false, @@ -268114,7 +296837,7 @@ ] }, { - "id": 22803, + "id": 25258, "luminance": 0, "opaque": true, "replaceable": false, @@ -268127,7 +296850,7 @@ ] }, { - "id": 22804, + "id": 25259, "luminance": 0, "opaque": true, "replaceable": false, @@ -268141,7 +296864,7 @@ ] }, { - "id": 22805, + "id": 25260, "luminance": 0, "opaque": true, "replaceable": false, @@ -268155,7 +296878,7 @@ ] }, { - "id": 22806, + "id": 25261, "luminance": 0, "opaque": true, "replaceable": false, @@ -268168,7 +296891,7 @@ ] }, { - "id": 22807, + "id": 25262, "luminance": 0, "opaque": true, "replaceable": false, @@ -268182,7 +296905,7 @@ ] }, { - "id": 22808, + "id": 25263, "luminance": 0, "opaque": true, "replaceable": false, @@ -268196,7 +296919,7 @@ ] }, { - "id": 22809, + "id": 25264, "luminance": 0, "opaque": true, "replaceable": false, @@ -268207,7 +296930,7 @@ ] }, { - "id": 22810, + "id": 25265, "luminance": 0, "opaque": true, "replaceable": false, @@ -268219,7 +296942,7 @@ ] }, { - "id": 22811, + "id": 25266, "luminance": 0, "opaque": true, "replaceable": false, @@ -268231,7 +296954,7 @@ ] }, { - "id": 22812, + "id": 25267, "luminance": 0, "opaque": true, "replaceable": false, @@ -268242,7 +296965,7 @@ ] }, { - "id": 22813, + "id": 25268, "luminance": 0, "opaque": true, "replaceable": false, @@ -268254,7 +296977,7 @@ ] }, { - "id": 22814, + "id": 25269, "luminance": 0, "opaque": true, "replaceable": false, @@ -268266,7 +296989,7 @@ ] }, { - "id": 22815, + "id": 25270, "luminance": 0, "opaque": true, "replaceable": false, @@ -268279,7 +297002,7 @@ ] }, { - "id": 22816, + "id": 25271, "luminance": 0, "opaque": true, "replaceable": false, @@ -268293,7 +297016,7 @@ ] }, { - "id": 22817, + "id": 25272, "luminance": 0, "opaque": true, "replaceable": false, @@ -268307,7 +297030,7 @@ ] }, { - "id": 22818, + "id": 25273, "luminance": 0, "opaque": true, "replaceable": false, @@ -268320,7 +297043,7 @@ ] }, { - "id": 22819, + "id": 25274, "luminance": 0, "opaque": true, "replaceable": false, @@ -268334,7 +297057,7 @@ ] }, { - "id": 22820, + "id": 25275, "luminance": 0, "opaque": true, "replaceable": false, @@ -268348,7 +297071,7 @@ ] }, { - "id": 22821, + "id": 25276, "luminance": 0, "opaque": true, "replaceable": false, @@ -268359,7 +297082,7 @@ ] }, { - "id": 22822, + "id": 25277, "luminance": 0, "opaque": true, "replaceable": false, @@ -268371,7 +297094,7 @@ ] }, { - "id": 22823, + "id": 25278, "luminance": 0, "opaque": true, "replaceable": false, @@ -268383,7 +297106,7 @@ ] }, { - "id": 22824, + "id": 25279, "luminance": 0, "opaque": true, "replaceable": false, @@ -268394,7 +297117,7 @@ ] }, { - "id": 22825, + "id": 25280, "luminance": 0, "opaque": true, "replaceable": false, @@ -268406,7 +297129,7 @@ ] }, { - "id": 22826, + "id": 25281, "luminance": 0, "opaque": true, "replaceable": false, @@ -268418,7 +297141,7 @@ ] }, { - "id": 22827, + "id": 25282, "luminance": 0, "opaque": true, "replaceable": false, @@ -268430,7 +297153,7 @@ ] }, { - "id": 22828, + "id": 25283, "luminance": 0, "opaque": true, "replaceable": false, @@ -268443,7 +297166,7 @@ ] }, { - "id": 22829, + "id": 25284, "luminance": 0, "opaque": true, "replaceable": false, @@ -268456,7 +297179,7 @@ ] }, { - "id": 22830, + "id": 25285, "luminance": 0, "opaque": true, "replaceable": false, @@ -268468,7 +297191,7 @@ ] }, { - "id": 22831, + "id": 25286, "luminance": 0, "opaque": true, "replaceable": false, @@ -268481,7 +297204,7 @@ ] }, { - "id": 22832, + "id": 25287, "luminance": 0, "opaque": true, "replaceable": false, @@ -268494,7 +297217,7 @@ ] }, { - "id": 22833, + "id": 25288, "luminance": 0, "opaque": true, "replaceable": false, @@ -268505,7 +297228,7 @@ ] }, { - "id": 22834, + "id": 25289, "luminance": 0, "opaque": true, "replaceable": false, @@ -268516,7 +297239,7 @@ ] }, { - "id": 22835, + "id": 25290, "luminance": 0, "opaque": true, "replaceable": false, @@ -268527,7 +297250,7 @@ ] }, { - "id": 22836, + "id": 25291, "luminance": 0, "opaque": true, "replaceable": false, @@ -268538,7 +297261,7 @@ ] }, { - "id": 22837, + "id": 25292, "luminance": 0, "opaque": true, "replaceable": false, @@ -268549,7 +297272,7 @@ ] }, { - "id": 22838, + "id": 25293, "luminance": 0, "opaque": true, "replaceable": false, @@ -268560,7 +297283,7 @@ ] }, { - "id": 22839, + "id": 25294, "luminance": 0, "opaque": true, "replaceable": false, @@ -268573,7 +297296,7 @@ ] }, { - "id": 22840, + "id": 25295, "luminance": 0, "opaque": true, "replaceable": false, @@ -268587,7 +297310,7 @@ ] }, { - "id": 22841, + "id": 25296, "luminance": 0, "opaque": true, "replaceable": false, @@ -268601,7 +297324,7 @@ ] }, { - "id": 22842, + "id": 25297, "luminance": 0, "opaque": true, "replaceable": false, @@ -268614,7 +297337,7 @@ ] }, { - "id": 22843, + "id": 25298, "luminance": 0, "opaque": true, "replaceable": false, @@ -268628,7 +297351,7 @@ ] }, { - "id": 22844, + "id": 25299, "luminance": 0, "opaque": true, "replaceable": false, @@ -268642,7 +297365,7 @@ ] }, { - "id": 22845, + "id": 25300, "luminance": 0, "opaque": true, "replaceable": false, @@ -268653,7 +297376,7 @@ ] }, { - "id": 22846, + "id": 25301, "luminance": 0, "opaque": true, "replaceable": false, @@ -268665,7 +297388,7 @@ ] }, { - "id": 22847, + "id": 25302, "luminance": 0, "opaque": true, "replaceable": false, @@ -268677,7 +297400,7 @@ ] }, { - "id": 22848, + "id": 25303, "luminance": 0, "opaque": true, "replaceable": false, @@ -268688,7 +297411,7 @@ ] }, { - "id": 22849, + "id": 25304, "luminance": 0, "opaque": true, "replaceable": false, @@ -268700,7 +297423,7 @@ ] }, { - "id": 22850, + "id": 25305, "luminance": 0, "opaque": true, "replaceable": false, @@ -268712,7 +297435,7 @@ ] }, { - "id": 22851, + "id": 25306, "luminance": 0, "opaque": true, "replaceable": false, @@ -268725,7 +297448,7 @@ ] }, { - "id": 22852, + "id": 25307, "luminance": 0, "opaque": true, "replaceable": false, @@ -268739,7 +297462,7 @@ ] }, { - "id": 22853, + "id": 25308, "luminance": 0, "opaque": true, "replaceable": false, @@ -268753,7 +297476,7 @@ ] }, { - "id": 22854, + "id": 25309, "luminance": 0, "opaque": true, "replaceable": false, @@ -268766,7 +297489,7 @@ ] }, { - "id": 22855, + "id": 25310, "luminance": 0, "opaque": true, "replaceable": false, @@ -268780,7 +297503,7 @@ ] }, { - "id": 22856, + "id": 25311, "luminance": 0, "opaque": true, "replaceable": false, @@ -268794,7 +297517,7 @@ ] }, { - "id": 22857, + "id": 25312, "luminance": 0, "opaque": true, "replaceable": false, @@ -268805,7 +297528,7 @@ ] }, { - "id": 22858, + "id": 25313, "luminance": 0, "opaque": true, "replaceable": false, @@ -268817,7 +297540,7 @@ ] }, { - "id": 22859, + "id": 25314, "luminance": 0, "opaque": true, "replaceable": false, @@ -268829,7 +297552,7 @@ ] }, { - "id": 22860, + "id": 25315, "luminance": 0, "opaque": true, "replaceable": false, @@ -268840,7 +297563,7 @@ ] }, { - "id": 22861, + "id": 25316, "luminance": 0, "opaque": true, "replaceable": false, @@ -268852,7 +297575,7 @@ ] }, { - "id": 22862, + "id": 25317, "luminance": 0, "opaque": true, "replaceable": false, @@ -268866,15 +297589,15 @@ ] }, { - "id": 975, + "id": 1028, "name": "polished_deepslate", "translation_key": "block.minecraft.polished_deepslate", "item_id": 10, "properties": [], - "default_state_id": 22863, + "default_state_id": 25318, "states": [ { - "id": 22863, + "id": 25318, "luminance": 0, "opaque": true, "replaceable": false, @@ -268886,10 +297609,10 @@ ] }, { - "id": 976, + "id": 1029, "name": "polished_deepslate_stairs", "translation_key": "block.minecraft.polished_deepslate_stairs", - "item_id": 614, + "item_id": 635, "properties": [ { "name": "facing", @@ -268925,10 +297648,10 @@ ] } ], - "default_state_id": 22875, + "default_state_id": 25330, "states": [ { - "id": 22864, + "id": 25319, "luminance": 0, "opaque": true, "replaceable": false, @@ -268939,7 +297662,7 @@ ] }, { - "id": 22865, + "id": 25320, "luminance": 0, "opaque": true, "replaceable": false, @@ -268950,7 +297673,7 @@ ] }, { - "id": 22866, + "id": 25321, "luminance": 0, "opaque": true, "replaceable": false, @@ -268962,7 +297685,7 @@ ] }, { - "id": 22867, + "id": 25322, "luminance": 0, "opaque": true, "replaceable": false, @@ -268974,7 +297697,7 @@ ] }, { - "id": 22868, + "id": 25323, "luminance": 0, "opaque": true, "replaceable": false, @@ -268986,7 +297709,7 @@ ] }, { - "id": 22869, + "id": 25324, "luminance": 0, "opaque": true, "replaceable": false, @@ -268998,7 +297721,7 @@ ] }, { - "id": 22870, + "id": 25325, "luminance": 0, "opaque": true, "replaceable": false, @@ -269010,7 +297733,7 @@ ] }, { - "id": 22871, + "id": 25326, "luminance": 0, "opaque": true, "replaceable": false, @@ -269022,7 +297745,7 @@ ] }, { - "id": 22872, + "id": 25327, "luminance": 0, "opaque": true, "replaceable": false, @@ -269034,7 +297757,7 @@ ] }, { - "id": 22873, + "id": 25328, "luminance": 0, "opaque": true, "replaceable": false, @@ -269046,7 +297769,7 @@ ] }, { - "id": 22874, + "id": 25329, "luminance": 0, "opaque": true, "replaceable": false, @@ -269057,7 +297780,7 @@ ] }, { - "id": 22875, + "id": 25330, "luminance": 0, "opaque": true, "replaceable": false, @@ -269068,7 +297791,7 @@ ] }, { - "id": 22876, + "id": 25331, "luminance": 0, "opaque": true, "replaceable": false, @@ -269080,7 +297803,7 @@ ] }, { - "id": 22877, + "id": 25332, "luminance": 0, "opaque": true, "replaceable": false, @@ -269092,7 +297815,7 @@ ] }, { - "id": 22878, + "id": 25333, "luminance": 0, "opaque": true, "replaceable": false, @@ -269104,7 +297827,7 @@ ] }, { - "id": 22879, + "id": 25334, "luminance": 0, "opaque": true, "replaceable": false, @@ -269116,7 +297839,7 @@ ] }, { - "id": 22880, + "id": 25335, "luminance": 0, "opaque": true, "replaceable": false, @@ -269127,7 +297850,7 @@ ] }, { - "id": 22881, + "id": 25336, "luminance": 0, "opaque": true, "replaceable": false, @@ -269138,7 +297861,7 @@ ] }, { - "id": 22882, + "id": 25337, "luminance": 0, "opaque": true, "replaceable": false, @@ -269149,7 +297872,7 @@ ] }, { - "id": 22883, + "id": 25338, "luminance": 0, "opaque": true, "replaceable": false, @@ -269160,7 +297883,7 @@ ] }, { - "id": 22884, + "id": 25339, "luminance": 0, "opaque": true, "replaceable": false, @@ -269171,7 +297894,7 @@ ] }, { - "id": 22885, + "id": 25340, "luminance": 0, "opaque": true, "replaceable": false, @@ -269182,7 +297905,7 @@ ] }, { - "id": 22886, + "id": 25341, "luminance": 0, "opaque": true, "replaceable": false, @@ -269194,7 +297917,7 @@ ] }, { - "id": 22887, + "id": 25342, "luminance": 0, "opaque": true, "replaceable": false, @@ -269206,7 +297929,7 @@ ] }, { - "id": 22888, + "id": 25343, "luminance": 0, "opaque": true, "replaceable": false, @@ -269218,7 +297941,7 @@ ] }, { - "id": 22889, + "id": 25344, "luminance": 0, "opaque": true, "replaceable": false, @@ -269230,7 +297953,7 @@ ] }, { - "id": 22890, + "id": 25345, "luminance": 0, "opaque": true, "replaceable": false, @@ -269242,7 +297965,7 @@ ] }, { - "id": 22891, + "id": 25346, "luminance": 0, "opaque": true, "replaceable": false, @@ -269254,7 +297977,7 @@ ] }, { - "id": 22892, + "id": 25347, "luminance": 0, "opaque": true, "replaceable": false, @@ -269266,7 +297989,7 @@ ] }, { - "id": 22893, + "id": 25348, "luminance": 0, "opaque": true, "replaceable": false, @@ -269278,7 +298001,7 @@ ] }, { - "id": 22894, + "id": 25349, "luminance": 0, "opaque": true, "replaceable": false, @@ -269289,7 +298012,7 @@ ] }, { - "id": 22895, + "id": 25350, "luminance": 0, "opaque": true, "replaceable": false, @@ -269300,7 +298023,7 @@ ] }, { - "id": 22896, + "id": 25351, "luminance": 0, "opaque": true, "replaceable": false, @@ -269312,7 +298035,7 @@ ] }, { - "id": 22897, + "id": 25352, "luminance": 0, "opaque": true, "replaceable": false, @@ -269324,7 +298047,7 @@ ] }, { - "id": 22898, + "id": 25353, "luminance": 0, "opaque": true, "replaceable": false, @@ -269336,7 +298059,7 @@ ] }, { - "id": 22899, + "id": 25354, "luminance": 0, "opaque": true, "replaceable": false, @@ -269348,7 +298071,7 @@ ] }, { - "id": 22900, + "id": 25355, "luminance": 0, "opaque": true, "replaceable": false, @@ -269359,7 +298082,7 @@ ] }, { - "id": 22901, + "id": 25356, "luminance": 0, "opaque": true, "replaceable": false, @@ -269370,7 +298093,7 @@ ] }, { - "id": 22902, + "id": 25357, "luminance": 0, "opaque": true, "replaceable": false, @@ -269381,7 +298104,7 @@ ] }, { - "id": 22903, + "id": 25358, "luminance": 0, "opaque": true, "replaceable": false, @@ -269392,7 +298115,7 @@ ] }, { - "id": 22904, + "id": 25359, "luminance": 0, "opaque": true, "replaceable": false, @@ -269403,7 +298126,7 @@ ] }, { - "id": 22905, + "id": 25360, "luminance": 0, "opaque": true, "replaceable": false, @@ -269414,7 +298137,7 @@ ] }, { - "id": 22906, + "id": 25361, "luminance": 0, "opaque": true, "replaceable": false, @@ -269426,7 +298149,7 @@ ] }, { - "id": 22907, + "id": 25362, "luminance": 0, "opaque": true, "replaceable": false, @@ -269438,7 +298161,7 @@ ] }, { - "id": 22908, + "id": 25363, "luminance": 0, "opaque": true, "replaceable": false, @@ -269450,7 +298173,7 @@ ] }, { - "id": 22909, + "id": 25364, "luminance": 0, "opaque": true, "replaceable": false, @@ -269462,7 +298185,7 @@ ] }, { - "id": 22910, + "id": 25365, "luminance": 0, "opaque": true, "replaceable": false, @@ -269474,7 +298197,7 @@ ] }, { - "id": 22911, + "id": 25366, "luminance": 0, "opaque": true, "replaceable": false, @@ -269486,7 +298209,7 @@ ] }, { - "id": 22912, + "id": 25367, "luminance": 0, "opaque": true, "replaceable": false, @@ -269498,7 +298221,7 @@ ] }, { - "id": 22913, + "id": 25368, "luminance": 0, "opaque": true, "replaceable": false, @@ -269510,7 +298233,7 @@ ] }, { - "id": 22914, + "id": 25369, "luminance": 0, "opaque": true, "replaceable": false, @@ -269521,7 +298244,7 @@ ] }, { - "id": 22915, + "id": 25370, "luminance": 0, "opaque": true, "replaceable": false, @@ -269532,7 +298255,7 @@ ] }, { - "id": 22916, + "id": 25371, "luminance": 0, "opaque": true, "replaceable": false, @@ -269544,7 +298267,7 @@ ] }, { - "id": 22917, + "id": 25372, "luminance": 0, "opaque": true, "replaceable": false, @@ -269556,7 +298279,7 @@ ] }, { - "id": 22918, + "id": 25373, "luminance": 0, "opaque": true, "replaceable": false, @@ -269568,7 +298291,7 @@ ] }, { - "id": 22919, + "id": 25374, "luminance": 0, "opaque": true, "replaceable": false, @@ -269580,7 +298303,7 @@ ] }, { - "id": 22920, + "id": 25375, "luminance": 0, "opaque": true, "replaceable": false, @@ -269591,7 +298314,7 @@ ] }, { - "id": 22921, + "id": 25376, "luminance": 0, "opaque": true, "replaceable": false, @@ -269602,7 +298325,7 @@ ] }, { - "id": 22922, + "id": 25377, "luminance": 0, "opaque": true, "replaceable": false, @@ -269613,7 +298336,7 @@ ] }, { - "id": 22923, + "id": 25378, "luminance": 0, "opaque": true, "replaceable": false, @@ -269624,7 +298347,7 @@ ] }, { - "id": 22924, + "id": 25379, "luminance": 0, "opaque": true, "replaceable": false, @@ -269635,7 +298358,7 @@ ] }, { - "id": 22925, + "id": 25380, "luminance": 0, "opaque": true, "replaceable": false, @@ -269646,7 +298369,7 @@ ] }, { - "id": 22926, + "id": 25381, "luminance": 0, "opaque": true, "replaceable": false, @@ -269658,7 +298381,7 @@ ] }, { - "id": 22927, + "id": 25382, "luminance": 0, "opaque": true, "replaceable": false, @@ -269670,7 +298393,7 @@ ] }, { - "id": 22928, + "id": 25383, "luminance": 0, "opaque": true, "replaceable": false, @@ -269682,7 +298405,7 @@ ] }, { - "id": 22929, + "id": 25384, "luminance": 0, "opaque": true, "replaceable": false, @@ -269694,7 +298417,7 @@ ] }, { - "id": 22930, + "id": 25385, "luminance": 0, "opaque": true, "replaceable": false, @@ -269706,7 +298429,7 @@ ] }, { - "id": 22931, + "id": 25386, "luminance": 0, "opaque": true, "replaceable": false, @@ -269718,7 +298441,7 @@ ] }, { - "id": 22932, + "id": 25387, "luminance": 0, "opaque": true, "replaceable": false, @@ -269730,7 +298453,7 @@ ] }, { - "id": 22933, + "id": 25388, "luminance": 0, "opaque": true, "replaceable": false, @@ -269742,7 +298465,7 @@ ] }, { - "id": 22934, + "id": 25389, "luminance": 0, "opaque": true, "replaceable": false, @@ -269753,7 +298476,7 @@ ] }, { - "id": 22935, + "id": 25390, "luminance": 0, "opaque": true, "replaceable": false, @@ -269764,7 +298487,7 @@ ] }, { - "id": 22936, + "id": 25391, "luminance": 0, "opaque": true, "replaceable": false, @@ -269776,7 +298499,7 @@ ] }, { - "id": 22937, + "id": 25392, "luminance": 0, "opaque": true, "replaceable": false, @@ -269788,7 +298511,7 @@ ] }, { - "id": 22938, + "id": 25393, "luminance": 0, "opaque": true, "replaceable": false, @@ -269800,7 +298523,7 @@ ] }, { - "id": 22939, + "id": 25394, "luminance": 0, "opaque": true, "replaceable": false, @@ -269812,7 +298535,7 @@ ] }, { - "id": 22940, + "id": 25395, "luminance": 0, "opaque": true, "replaceable": false, @@ -269823,7 +298546,7 @@ ] }, { - "id": 22941, + "id": 25396, "luminance": 0, "opaque": true, "replaceable": false, @@ -269834,7 +298557,7 @@ ] }, { - "id": 22942, + "id": 25397, "luminance": 0, "opaque": true, "replaceable": false, @@ -269845,7 +298568,7 @@ ] }, { - "id": 22943, + "id": 25398, "luminance": 0, "opaque": true, "replaceable": false, @@ -269858,10 +298581,10 @@ ] }, { - "id": 977, + "id": 1030, "name": "polished_deepslate_slab", "translation_key": "block.minecraft.polished_deepslate_slab", - "item_id": 631, + "item_id": 652, "properties": [ { "name": "type", @@ -269879,10 +298602,10 @@ ] } ], - "default_state_id": 22947, + "default_state_id": 25402, "states": [ { - "id": 22944, + "id": 25399, "luminance": 0, "opaque": true, "replaceable": false, @@ -269892,7 +298615,7 @@ ] }, { - "id": 22945, + "id": 25400, "luminance": 0, "opaque": true, "replaceable": false, @@ -269902,7 +298625,7 @@ ] }, { - "id": 22946, + "id": 25401, "luminance": 0, "opaque": true, "replaceable": false, @@ -269912,7 +298635,7 @@ ] }, { - "id": 22947, + "id": 25402, "luminance": 0, "opaque": true, "replaceable": false, @@ -269922,7 +298645,7 @@ ] }, { - "id": 22948, + "id": 25403, "luminance": 0, "opaque": true, "replaceable": false, @@ -269932,7 +298655,7 @@ ] }, { - "id": 22949, + "id": 25404, "luminance": 0, "opaque": true, "replaceable": false, @@ -269944,10 +298667,10 @@ ] }, { - "id": 978, + "id": 1031, "name": "polished_deepslate_wall", "translation_key": "block.minecraft.polished_deepslate_wall", - "item_id": 394, + "item_id": 415, "properties": [ { "name": "east", @@ -269996,10 +298719,10 @@ ] } ], - "default_state_id": 22953, + "default_state_id": 25408, "states": [ { - "id": 22950, + "id": 25405, "luminance": 0, "opaque": true, "replaceable": false, @@ -270009,7 +298732,7 @@ ] }, { - "id": 22951, + "id": 25406, "luminance": 0, "opaque": true, "replaceable": false, @@ -270021,7 +298744,7 @@ ] }, { - "id": 22952, + "id": 25407, "luminance": 0, "opaque": true, "replaceable": false, @@ -270033,7 +298756,7 @@ ] }, { - "id": 22953, + "id": 25408, "luminance": 0, "opaque": true, "replaceable": false, @@ -270043,7 +298766,7 @@ ] }, { - "id": 22954, + "id": 25409, "luminance": 0, "opaque": true, "replaceable": false, @@ -270055,7 +298778,7 @@ ] }, { - "id": 22955, + "id": 25410, "luminance": 0, "opaque": true, "replaceable": false, @@ -270067,7 +298790,7 @@ ] }, { - "id": 22956, + "id": 25411, "luminance": 0, "opaque": true, "replaceable": false, @@ -270075,7 +298798,7 @@ "collision_shapes": [] }, { - "id": 22957, + "id": 25412, "luminance": 0, "opaque": true, "replaceable": false, @@ -270085,7 +298808,7 @@ ] }, { - "id": 22958, + "id": 25413, "luminance": 0, "opaque": true, "replaceable": false, @@ -270095,7 +298818,7 @@ ] }, { - "id": 22959, + "id": 25414, "luminance": 0, "opaque": true, "replaceable": false, @@ -270103,7 +298826,7 @@ "collision_shapes": [] }, { - "id": 22960, + "id": 25415, "luminance": 0, "opaque": true, "replaceable": false, @@ -270113,7 +298836,7 @@ ] }, { - "id": 22961, + "id": 25416, "luminance": 0, "opaque": true, "replaceable": false, @@ -270123,7 +298846,7 @@ ] }, { - "id": 22962, + "id": 25417, "luminance": 0, "opaque": true, "replaceable": false, @@ -270134,7 +298857,7 @@ ] }, { - "id": 22963, + "id": 25418, "luminance": 0, "opaque": true, "replaceable": false, @@ -270147,7 +298870,7 @@ ] }, { - "id": 22964, + "id": 25419, "luminance": 0, "opaque": true, "replaceable": false, @@ -270160,7 +298883,7 @@ ] }, { - "id": 22965, + "id": 25420, "luminance": 0, "opaque": true, "replaceable": false, @@ -270171,7 +298894,7 @@ ] }, { - "id": 22966, + "id": 25421, "luminance": 0, "opaque": true, "replaceable": false, @@ -270184,7 +298907,7 @@ ] }, { - "id": 22967, + "id": 25422, "luminance": 0, "opaque": true, "replaceable": false, @@ -270197,7 +298920,7 @@ ] }, { - "id": 22968, + "id": 25423, "luminance": 0, "opaque": true, "replaceable": false, @@ -270207,7 +298930,7 @@ ] }, { - "id": 22969, + "id": 25424, "luminance": 0, "opaque": true, "replaceable": false, @@ -270218,7 +298941,7 @@ ] }, { - "id": 22970, + "id": 25425, "luminance": 0, "opaque": true, "replaceable": false, @@ -270229,7 +298952,7 @@ ] }, { - "id": 22971, + "id": 25426, "luminance": 0, "opaque": true, "replaceable": false, @@ -270239,7 +298962,7 @@ ] }, { - "id": 22972, + "id": 25427, "luminance": 0, "opaque": true, "replaceable": false, @@ -270250,7 +298973,7 @@ ] }, { - "id": 22973, + "id": 25428, "luminance": 0, "opaque": true, "replaceable": false, @@ -270261,7 +298984,7 @@ ] }, { - "id": 22974, + "id": 25429, "luminance": 0, "opaque": true, "replaceable": false, @@ -270272,7 +298995,7 @@ ] }, { - "id": 22975, + "id": 25430, "luminance": 0, "opaque": true, "replaceable": false, @@ -270285,7 +299008,7 @@ ] }, { - "id": 22976, + "id": 25431, "luminance": 0, "opaque": true, "replaceable": false, @@ -270298,7 +299021,7 @@ ] }, { - "id": 22977, + "id": 25432, "luminance": 0, "opaque": true, "replaceable": false, @@ -270309,7 +299032,7 @@ ] }, { - "id": 22978, + "id": 25433, "luminance": 0, "opaque": true, "replaceable": false, @@ -270322,7 +299045,7 @@ ] }, { - "id": 22979, + "id": 25434, "luminance": 0, "opaque": true, "replaceable": false, @@ -270335,7 +299058,7 @@ ] }, { - "id": 22980, + "id": 25435, "luminance": 0, "opaque": true, "replaceable": false, @@ -270345,7 +299068,7 @@ ] }, { - "id": 22981, + "id": 25436, "luminance": 0, "opaque": true, "replaceable": false, @@ -270356,7 +299079,7 @@ ] }, { - "id": 22982, + "id": 25437, "luminance": 0, "opaque": true, "replaceable": false, @@ -270367,7 +299090,7 @@ ] }, { - "id": 22983, + "id": 25438, "luminance": 0, "opaque": true, "replaceable": false, @@ -270377,7 +299100,7 @@ ] }, { - "id": 22984, + "id": 25439, "luminance": 0, "opaque": true, "replaceable": false, @@ -270388,7 +299111,7 @@ ] }, { - "id": 22985, + "id": 25440, "luminance": 0, "opaque": true, "replaceable": false, @@ -270399,7 +299122,7 @@ ] }, { - "id": 22986, + "id": 25441, "luminance": 0, "opaque": true, "replaceable": false, @@ -270410,7 +299133,7 @@ ] }, { - "id": 22987, + "id": 25442, "luminance": 0, "opaque": true, "replaceable": false, @@ -270423,7 +299146,7 @@ ] }, { - "id": 22988, + "id": 25443, "luminance": 0, "opaque": true, "replaceable": false, @@ -270436,7 +299159,7 @@ ] }, { - "id": 22989, + "id": 25444, "luminance": 0, "opaque": true, "replaceable": false, @@ -270447,7 +299170,7 @@ ] }, { - "id": 22990, + "id": 25445, "luminance": 0, "opaque": true, "replaceable": false, @@ -270460,7 +299183,7 @@ ] }, { - "id": 22991, + "id": 25446, "luminance": 0, "opaque": true, "replaceable": false, @@ -270473,7 +299196,7 @@ ] }, { - "id": 22992, + "id": 25447, "luminance": 0, "opaque": true, "replaceable": false, @@ -270483,7 +299206,7 @@ ] }, { - "id": 22993, + "id": 25448, "luminance": 0, "opaque": true, "replaceable": false, @@ -270494,7 +299217,7 @@ ] }, { - "id": 22994, + "id": 25449, "luminance": 0, "opaque": true, "replaceable": false, @@ -270505,7 +299228,7 @@ ] }, { - "id": 22995, + "id": 25450, "luminance": 0, "opaque": true, "replaceable": false, @@ -270515,7 +299238,7 @@ ] }, { - "id": 22996, + "id": 25451, "luminance": 0, "opaque": true, "replaceable": false, @@ -270526,7 +299249,7 @@ ] }, { - "id": 22997, + "id": 25452, "luminance": 0, "opaque": true, "replaceable": false, @@ -270537,7 +299260,7 @@ ] }, { - "id": 22998, + "id": 25453, "luminance": 0, "opaque": true, "replaceable": false, @@ -270549,7 +299272,7 @@ ] }, { - "id": 22999, + "id": 25454, "luminance": 0, "opaque": true, "replaceable": false, @@ -270563,7 +299286,7 @@ ] }, { - "id": 23000, + "id": 25455, "luminance": 0, "opaque": true, "replaceable": false, @@ -270577,7 +299300,7 @@ ] }, { - "id": 23001, + "id": 25456, "luminance": 0, "opaque": true, "replaceable": false, @@ -270589,7 +299312,7 @@ ] }, { - "id": 23002, + "id": 25457, "luminance": 0, "opaque": true, "replaceable": false, @@ -270603,7 +299326,7 @@ ] }, { - "id": 23003, + "id": 25458, "luminance": 0, "opaque": true, "replaceable": false, @@ -270617,7 +299340,7 @@ ] }, { - "id": 23004, + "id": 25459, "luminance": 0, "opaque": true, "replaceable": false, @@ -270627,7 +299350,7 @@ ] }, { - "id": 23005, + "id": 25460, "luminance": 0, "opaque": true, "replaceable": false, @@ -270639,7 +299362,7 @@ ] }, { - "id": 23006, + "id": 25461, "luminance": 0, "opaque": true, "replaceable": false, @@ -270651,7 +299374,7 @@ ] }, { - "id": 23007, + "id": 25462, "luminance": 0, "opaque": true, "replaceable": false, @@ -270661,7 +299384,7 @@ ] }, { - "id": 23008, + "id": 25463, "luminance": 0, "opaque": true, "replaceable": false, @@ -270673,7 +299396,7 @@ ] }, { - "id": 23009, + "id": 25464, "luminance": 0, "opaque": true, "replaceable": false, @@ -270685,7 +299408,7 @@ ] }, { - "id": 23010, + "id": 25465, "luminance": 0, "opaque": true, "replaceable": false, @@ -270697,7 +299420,7 @@ ] }, { - "id": 23011, + "id": 25466, "luminance": 0, "opaque": true, "replaceable": false, @@ -270711,7 +299434,7 @@ ] }, { - "id": 23012, + "id": 25467, "luminance": 0, "opaque": true, "replaceable": false, @@ -270725,7 +299448,7 @@ ] }, { - "id": 23013, + "id": 25468, "luminance": 0, "opaque": true, "replaceable": false, @@ -270737,7 +299460,7 @@ ] }, { - "id": 23014, + "id": 25469, "luminance": 0, "opaque": true, "replaceable": false, @@ -270751,7 +299474,7 @@ ] }, { - "id": 23015, + "id": 25470, "luminance": 0, "opaque": true, "replaceable": false, @@ -270765,7 +299488,7 @@ ] }, { - "id": 23016, + "id": 25471, "luminance": 0, "opaque": true, "replaceable": false, @@ -270775,7 +299498,7 @@ ] }, { - "id": 23017, + "id": 25472, "luminance": 0, "opaque": true, "replaceable": false, @@ -270787,7 +299510,7 @@ ] }, { - "id": 23018, + "id": 25473, "luminance": 0, "opaque": true, "replaceable": false, @@ -270799,7 +299522,7 @@ ] }, { - "id": 23019, + "id": 25474, "luminance": 0, "opaque": true, "replaceable": false, @@ -270809,7 +299532,7 @@ ] }, { - "id": 23020, + "id": 25475, "luminance": 0, "opaque": true, "replaceable": false, @@ -270821,7 +299544,7 @@ ] }, { - "id": 23021, + "id": 25476, "luminance": 0, "opaque": true, "replaceable": false, @@ -270833,7 +299556,7 @@ ] }, { - "id": 23022, + "id": 25477, "luminance": 0, "opaque": true, "replaceable": false, @@ -270844,7 +299567,7 @@ ] }, { - "id": 23023, + "id": 25478, "luminance": 0, "opaque": true, "replaceable": false, @@ -270857,7 +299580,7 @@ ] }, { - "id": 23024, + "id": 25479, "luminance": 0, "opaque": true, "replaceable": false, @@ -270870,7 +299593,7 @@ ] }, { - "id": 23025, + "id": 25480, "luminance": 0, "opaque": true, "replaceable": false, @@ -270881,7 +299604,7 @@ ] }, { - "id": 23026, + "id": 25481, "luminance": 0, "opaque": true, "replaceable": false, @@ -270894,7 +299617,7 @@ ] }, { - "id": 23027, + "id": 25482, "luminance": 0, "opaque": true, "replaceable": false, @@ -270907,7 +299630,7 @@ ] }, { - "id": 23028, + "id": 25483, "luminance": 0, "opaque": true, "replaceable": false, @@ -270917,7 +299640,7 @@ ] }, { - "id": 23029, + "id": 25484, "luminance": 0, "opaque": true, "replaceable": false, @@ -270928,7 +299651,7 @@ ] }, { - "id": 23030, + "id": 25485, "luminance": 0, "opaque": true, "replaceable": false, @@ -270939,7 +299662,7 @@ ] }, { - "id": 23031, + "id": 25486, "luminance": 0, "opaque": true, "replaceable": false, @@ -270949,7 +299672,7 @@ ] }, { - "id": 23032, + "id": 25487, "luminance": 0, "opaque": true, "replaceable": false, @@ -270960,7 +299683,7 @@ ] }, { - "id": 23033, + "id": 25488, "luminance": 0, "opaque": true, "replaceable": false, @@ -270971,7 +299694,7 @@ ] }, { - "id": 23034, + "id": 25489, "luminance": 0, "opaque": true, "replaceable": false, @@ -270983,7 +299706,7 @@ ] }, { - "id": 23035, + "id": 25490, "luminance": 0, "opaque": true, "replaceable": false, @@ -270997,7 +299720,7 @@ ] }, { - "id": 23036, + "id": 25491, "luminance": 0, "opaque": true, "replaceable": false, @@ -271011,7 +299734,7 @@ ] }, { - "id": 23037, + "id": 25492, "luminance": 0, "opaque": true, "replaceable": false, @@ -271023,7 +299746,7 @@ ] }, { - "id": 23038, + "id": 25493, "luminance": 0, "opaque": true, "replaceable": false, @@ -271037,7 +299760,7 @@ ] }, { - "id": 23039, + "id": 25494, "luminance": 0, "opaque": true, "replaceable": false, @@ -271051,7 +299774,7 @@ ] }, { - "id": 23040, + "id": 25495, "luminance": 0, "opaque": true, "replaceable": false, @@ -271061,7 +299784,7 @@ ] }, { - "id": 23041, + "id": 25496, "luminance": 0, "opaque": true, "replaceable": false, @@ -271073,7 +299796,7 @@ ] }, { - "id": 23042, + "id": 25497, "luminance": 0, "opaque": true, "replaceable": false, @@ -271085,7 +299808,7 @@ ] }, { - "id": 23043, + "id": 25498, "luminance": 0, "opaque": true, "replaceable": false, @@ -271095,7 +299818,7 @@ ] }, { - "id": 23044, + "id": 25499, "luminance": 0, "opaque": true, "replaceable": false, @@ -271107,7 +299830,7 @@ ] }, { - "id": 23045, + "id": 25500, "luminance": 0, "opaque": true, "replaceable": false, @@ -271119,7 +299842,7 @@ ] }, { - "id": 23046, + "id": 25501, "luminance": 0, "opaque": true, "replaceable": false, @@ -271131,7 +299854,7 @@ ] }, { - "id": 23047, + "id": 25502, "luminance": 0, "opaque": true, "replaceable": false, @@ -271145,7 +299868,7 @@ ] }, { - "id": 23048, + "id": 25503, "luminance": 0, "opaque": true, "replaceable": false, @@ -271159,7 +299882,7 @@ ] }, { - "id": 23049, + "id": 25504, "luminance": 0, "opaque": true, "replaceable": false, @@ -271171,7 +299894,7 @@ ] }, { - "id": 23050, + "id": 25505, "luminance": 0, "opaque": true, "replaceable": false, @@ -271185,7 +299908,7 @@ ] }, { - "id": 23051, + "id": 25506, "luminance": 0, "opaque": true, "replaceable": false, @@ -271199,7 +299922,7 @@ ] }, { - "id": 23052, + "id": 25507, "luminance": 0, "opaque": true, "replaceable": false, @@ -271209,7 +299932,7 @@ ] }, { - "id": 23053, + "id": 25508, "luminance": 0, "opaque": true, "replaceable": false, @@ -271221,7 +299944,7 @@ ] }, { - "id": 23054, + "id": 25509, "luminance": 0, "opaque": true, "replaceable": false, @@ -271233,7 +299956,7 @@ ] }, { - "id": 23055, + "id": 25510, "luminance": 0, "opaque": true, "replaceable": false, @@ -271243,7 +299966,7 @@ ] }, { - "id": 23056, + "id": 25511, "luminance": 0, "opaque": true, "replaceable": false, @@ -271255,7 +299978,7 @@ ] }, { - "id": 23057, + "id": 25512, "luminance": 0, "opaque": true, "replaceable": false, @@ -271267,7 +299990,7 @@ ] }, { - "id": 23058, + "id": 25513, "luminance": 0, "opaque": true, "replaceable": false, @@ -271278,7 +300001,7 @@ ] }, { - "id": 23059, + "id": 25514, "luminance": 0, "opaque": true, "replaceable": false, @@ -271290,7 +300013,7 @@ ] }, { - "id": 23060, + "id": 25515, "luminance": 0, "opaque": true, "replaceable": false, @@ -271302,7 +300025,7 @@ ] }, { - "id": 23061, + "id": 25516, "luminance": 0, "opaque": true, "replaceable": false, @@ -271313,7 +300036,7 @@ ] }, { - "id": 23062, + "id": 25517, "luminance": 0, "opaque": true, "replaceable": false, @@ -271325,7 +300048,7 @@ ] }, { - "id": 23063, + "id": 25518, "luminance": 0, "opaque": true, "replaceable": false, @@ -271337,7 +300060,7 @@ ] }, { - "id": 23064, + "id": 25519, "luminance": 0, "opaque": true, "replaceable": false, @@ -271347,7 +300070,7 @@ ] }, { - "id": 23065, + "id": 25520, "luminance": 0, "opaque": true, "replaceable": false, @@ -271357,7 +300080,7 @@ ] }, { - "id": 23066, + "id": 25521, "luminance": 0, "opaque": true, "replaceable": false, @@ -271367,7 +300090,7 @@ ] }, { - "id": 23067, + "id": 25522, "luminance": 0, "opaque": true, "replaceable": false, @@ -271377,7 +300100,7 @@ ] }, { - "id": 23068, + "id": 25523, "luminance": 0, "opaque": true, "replaceable": false, @@ -271387,7 +300110,7 @@ ] }, { - "id": 23069, + "id": 25524, "luminance": 0, "opaque": true, "replaceable": false, @@ -271397,7 +300120,7 @@ ] }, { - "id": 23070, + "id": 25525, "luminance": 0, "opaque": true, "replaceable": false, @@ -271409,7 +300132,7 @@ ] }, { - "id": 23071, + "id": 25526, "luminance": 0, "opaque": true, "replaceable": false, @@ -271422,7 +300145,7 @@ ] }, { - "id": 23072, + "id": 25527, "luminance": 0, "opaque": true, "replaceable": false, @@ -271435,7 +300158,7 @@ ] }, { - "id": 23073, + "id": 25528, "luminance": 0, "opaque": true, "replaceable": false, @@ -271447,7 +300170,7 @@ ] }, { - "id": 23074, + "id": 25529, "luminance": 0, "opaque": true, "replaceable": false, @@ -271460,7 +300183,7 @@ ] }, { - "id": 23075, + "id": 25530, "luminance": 0, "opaque": true, "replaceable": false, @@ -271473,7 +300196,7 @@ ] }, { - "id": 23076, + "id": 25531, "luminance": 0, "opaque": true, "replaceable": false, @@ -271484,7 +300207,7 @@ ] }, { - "id": 23077, + "id": 25532, "luminance": 0, "opaque": true, "replaceable": false, @@ -271495,7 +300218,7 @@ ] }, { - "id": 23078, + "id": 25533, "luminance": 0, "opaque": true, "replaceable": false, @@ -271506,7 +300229,7 @@ ] }, { - "id": 23079, + "id": 25534, "luminance": 0, "opaque": true, "replaceable": false, @@ -271517,7 +300240,7 @@ ] }, { - "id": 23080, + "id": 25535, "luminance": 0, "opaque": true, "replaceable": false, @@ -271528,7 +300251,7 @@ ] }, { - "id": 23081, + "id": 25536, "luminance": 0, "opaque": true, "replaceable": false, @@ -271539,7 +300262,7 @@ ] }, { - "id": 23082, + "id": 25537, "luminance": 0, "opaque": true, "replaceable": false, @@ -271551,7 +300274,7 @@ ] }, { - "id": 23083, + "id": 25538, "luminance": 0, "opaque": true, "replaceable": false, @@ -271564,7 +300287,7 @@ ] }, { - "id": 23084, + "id": 25539, "luminance": 0, "opaque": true, "replaceable": false, @@ -271577,7 +300300,7 @@ ] }, { - "id": 23085, + "id": 25540, "luminance": 0, "opaque": true, "replaceable": false, @@ -271589,7 +300312,7 @@ ] }, { - "id": 23086, + "id": 25541, "luminance": 0, "opaque": true, "replaceable": false, @@ -271602,7 +300325,7 @@ ] }, { - "id": 23087, + "id": 25542, "luminance": 0, "opaque": true, "replaceable": false, @@ -271615,7 +300338,7 @@ ] }, { - "id": 23088, + "id": 25543, "luminance": 0, "opaque": true, "replaceable": false, @@ -271626,7 +300349,7 @@ ] }, { - "id": 23089, + "id": 25544, "luminance": 0, "opaque": true, "replaceable": false, @@ -271637,7 +300360,7 @@ ] }, { - "id": 23090, + "id": 25545, "luminance": 0, "opaque": true, "replaceable": false, @@ -271648,7 +300371,7 @@ ] }, { - "id": 23091, + "id": 25546, "luminance": 0, "opaque": true, "replaceable": false, @@ -271659,7 +300382,7 @@ ] }, { - "id": 23092, + "id": 25547, "luminance": 0, "opaque": true, "replaceable": false, @@ -271670,7 +300393,7 @@ ] }, { - "id": 23093, + "id": 25548, "luminance": 0, "opaque": true, "replaceable": false, @@ -271681,7 +300404,7 @@ ] }, { - "id": 23094, + "id": 25549, "luminance": 0, "opaque": true, "replaceable": false, @@ -271693,7 +300416,7 @@ ] }, { - "id": 23095, + "id": 25550, "luminance": 0, "opaque": true, "replaceable": false, @@ -271706,7 +300429,7 @@ ] }, { - "id": 23096, + "id": 25551, "luminance": 0, "opaque": true, "replaceable": false, @@ -271719,7 +300442,7 @@ ] }, { - "id": 23097, + "id": 25552, "luminance": 0, "opaque": true, "replaceable": false, @@ -271731,7 +300454,7 @@ ] }, { - "id": 23098, + "id": 25553, "luminance": 0, "opaque": true, "replaceable": false, @@ -271744,7 +300467,7 @@ ] }, { - "id": 23099, + "id": 25554, "luminance": 0, "opaque": true, "replaceable": false, @@ -271757,7 +300480,7 @@ ] }, { - "id": 23100, + "id": 25555, "luminance": 0, "opaque": true, "replaceable": false, @@ -271768,7 +300491,7 @@ ] }, { - "id": 23101, + "id": 25556, "luminance": 0, "opaque": true, "replaceable": false, @@ -271779,7 +300502,7 @@ ] }, { - "id": 23102, + "id": 25557, "luminance": 0, "opaque": true, "replaceable": false, @@ -271790,7 +300513,7 @@ ] }, { - "id": 23103, + "id": 25558, "luminance": 0, "opaque": true, "replaceable": false, @@ -271801,7 +300524,7 @@ ] }, { - "id": 23104, + "id": 25559, "luminance": 0, "opaque": true, "replaceable": false, @@ -271812,7 +300535,7 @@ ] }, { - "id": 23105, + "id": 25560, "luminance": 0, "opaque": true, "replaceable": false, @@ -271823,7 +300546,7 @@ ] }, { - "id": 23106, + "id": 25561, "luminance": 0, "opaque": true, "replaceable": false, @@ -271836,7 +300559,7 @@ ] }, { - "id": 23107, + "id": 25562, "luminance": 0, "opaque": true, "replaceable": false, @@ -271850,7 +300573,7 @@ ] }, { - "id": 23108, + "id": 25563, "luminance": 0, "opaque": true, "replaceable": false, @@ -271864,7 +300587,7 @@ ] }, { - "id": 23109, + "id": 25564, "luminance": 0, "opaque": true, "replaceable": false, @@ -271877,7 +300600,7 @@ ] }, { - "id": 23110, + "id": 25565, "luminance": 0, "opaque": true, "replaceable": false, @@ -271891,7 +300614,7 @@ ] }, { - "id": 23111, + "id": 25566, "luminance": 0, "opaque": true, "replaceable": false, @@ -271905,7 +300628,7 @@ ] }, { - "id": 23112, + "id": 25567, "luminance": 0, "opaque": true, "replaceable": false, @@ -271916,7 +300639,7 @@ ] }, { - "id": 23113, + "id": 25568, "luminance": 0, "opaque": true, "replaceable": false, @@ -271928,7 +300651,7 @@ ] }, { - "id": 23114, + "id": 25569, "luminance": 0, "opaque": true, "replaceable": false, @@ -271940,7 +300663,7 @@ ] }, { - "id": 23115, + "id": 25570, "luminance": 0, "opaque": true, "replaceable": false, @@ -271951,7 +300674,7 @@ ] }, { - "id": 23116, + "id": 25571, "luminance": 0, "opaque": true, "replaceable": false, @@ -271963,7 +300686,7 @@ ] }, { - "id": 23117, + "id": 25572, "luminance": 0, "opaque": true, "replaceable": false, @@ -271975,7 +300698,7 @@ ] }, { - "id": 23118, + "id": 25573, "luminance": 0, "opaque": true, "replaceable": false, @@ -271988,7 +300711,7 @@ ] }, { - "id": 23119, + "id": 25574, "luminance": 0, "opaque": true, "replaceable": false, @@ -272002,7 +300725,7 @@ ] }, { - "id": 23120, + "id": 25575, "luminance": 0, "opaque": true, "replaceable": false, @@ -272016,7 +300739,7 @@ ] }, { - "id": 23121, + "id": 25576, "luminance": 0, "opaque": true, "replaceable": false, @@ -272029,7 +300752,7 @@ ] }, { - "id": 23122, + "id": 25577, "luminance": 0, "opaque": true, "replaceable": false, @@ -272043,7 +300766,7 @@ ] }, { - "id": 23123, + "id": 25578, "luminance": 0, "opaque": true, "replaceable": false, @@ -272057,7 +300780,7 @@ ] }, { - "id": 23124, + "id": 25579, "luminance": 0, "opaque": true, "replaceable": false, @@ -272068,7 +300791,7 @@ ] }, { - "id": 23125, + "id": 25580, "luminance": 0, "opaque": true, "replaceable": false, @@ -272080,7 +300803,7 @@ ] }, { - "id": 23126, + "id": 25581, "luminance": 0, "opaque": true, "replaceable": false, @@ -272092,7 +300815,7 @@ ] }, { - "id": 23127, + "id": 25582, "luminance": 0, "opaque": true, "replaceable": false, @@ -272103,7 +300826,7 @@ ] }, { - "id": 23128, + "id": 25583, "luminance": 0, "opaque": true, "replaceable": false, @@ -272115,7 +300838,7 @@ ] }, { - "id": 23129, + "id": 25584, "luminance": 0, "opaque": true, "replaceable": false, @@ -272127,7 +300850,7 @@ ] }, { - "id": 23130, + "id": 25585, "luminance": 0, "opaque": true, "replaceable": false, @@ -272139,7 +300862,7 @@ ] }, { - "id": 23131, + "id": 25586, "luminance": 0, "opaque": true, "replaceable": false, @@ -272152,7 +300875,7 @@ ] }, { - "id": 23132, + "id": 25587, "luminance": 0, "opaque": true, "replaceable": false, @@ -272165,7 +300888,7 @@ ] }, { - "id": 23133, + "id": 25588, "luminance": 0, "opaque": true, "replaceable": false, @@ -272177,7 +300900,7 @@ ] }, { - "id": 23134, + "id": 25589, "luminance": 0, "opaque": true, "replaceable": false, @@ -272190,7 +300913,7 @@ ] }, { - "id": 23135, + "id": 25590, "luminance": 0, "opaque": true, "replaceable": false, @@ -272203,7 +300926,7 @@ ] }, { - "id": 23136, + "id": 25591, "luminance": 0, "opaque": true, "replaceable": false, @@ -272214,7 +300937,7 @@ ] }, { - "id": 23137, + "id": 25592, "luminance": 0, "opaque": true, "replaceable": false, @@ -272225,7 +300948,7 @@ ] }, { - "id": 23138, + "id": 25593, "luminance": 0, "opaque": true, "replaceable": false, @@ -272236,7 +300959,7 @@ ] }, { - "id": 23139, + "id": 25594, "luminance": 0, "opaque": true, "replaceable": false, @@ -272247,7 +300970,7 @@ ] }, { - "id": 23140, + "id": 25595, "luminance": 0, "opaque": true, "replaceable": false, @@ -272258,7 +300981,7 @@ ] }, { - "id": 23141, + "id": 25596, "luminance": 0, "opaque": true, "replaceable": false, @@ -272269,7 +300992,7 @@ ] }, { - "id": 23142, + "id": 25597, "luminance": 0, "opaque": true, "replaceable": false, @@ -272282,7 +301005,7 @@ ] }, { - "id": 23143, + "id": 25598, "luminance": 0, "opaque": true, "replaceable": false, @@ -272296,7 +301019,7 @@ ] }, { - "id": 23144, + "id": 25599, "luminance": 0, "opaque": true, "replaceable": false, @@ -272310,7 +301033,7 @@ ] }, { - "id": 23145, + "id": 25600, "luminance": 0, "opaque": true, "replaceable": false, @@ -272323,7 +301046,7 @@ ] }, { - "id": 23146, + "id": 25601, "luminance": 0, "opaque": true, "replaceable": false, @@ -272337,7 +301060,7 @@ ] }, { - "id": 23147, + "id": 25602, "luminance": 0, "opaque": true, "replaceable": false, @@ -272351,7 +301074,7 @@ ] }, { - "id": 23148, + "id": 25603, "luminance": 0, "opaque": true, "replaceable": false, @@ -272362,7 +301085,7 @@ ] }, { - "id": 23149, + "id": 25604, "luminance": 0, "opaque": true, "replaceable": false, @@ -272374,7 +301097,7 @@ ] }, { - "id": 23150, + "id": 25605, "luminance": 0, "opaque": true, "replaceable": false, @@ -272386,7 +301109,7 @@ ] }, { - "id": 23151, + "id": 25606, "luminance": 0, "opaque": true, "replaceable": false, @@ -272397,7 +301120,7 @@ ] }, { - "id": 23152, + "id": 25607, "luminance": 0, "opaque": true, "replaceable": false, @@ -272409,7 +301132,7 @@ ] }, { - "id": 23153, + "id": 25608, "luminance": 0, "opaque": true, "replaceable": false, @@ -272421,7 +301144,7 @@ ] }, { - "id": 23154, + "id": 25609, "luminance": 0, "opaque": true, "replaceable": false, @@ -272434,7 +301157,7 @@ ] }, { - "id": 23155, + "id": 25610, "luminance": 0, "opaque": true, "replaceable": false, @@ -272448,7 +301171,7 @@ ] }, { - "id": 23156, + "id": 25611, "luminance": 0, "opaque": true, "replaceable": false, @@ -272462,7 +301185,7 @@ ] }, { - "id": 23157, + "id": 25612, "luminance": 0, "opaque": true, "replaceable": false, @@ -272475,7 +301198,7 @@ ] }, { - "id": 23158, + "id": 25613, "luminance": 0, "opaque": true, "replaceable": false, @@ -272489,7 +301212,7 @@ ] }, { - "id": 23159, + "id": 25614, "luminance": 0, "opaque": true, "replaceable": false, @@ -272503,7 +301226,7 @@ ] }, { - "id": 23160, + "id": 25615, "luminance": 0, "opaque": true, "replaceable": false, @@ -272514,7 +301237,7 @@ ] }, { - "id": 23161, + "id": 25616, "luminance": 0, "opaque": true, "replaceable": false, @@ -272526,7 +301249,7 @@ ] }, { - "id": 23162, + "id": 25617, "luminance": 0, "opaque": true, "replaceable": false, @@ -272538,7 +301261,7 @@ ] }, { - "id": 23163, + "id": 25618, "luminance": 0, "opaque": true, "replaceable": false, @@ -272549,7 +301272,7 @@ ] }, { - "id": 23164, + "id": 25619, "luminance": 0, "opaque": true, "replaceable": false, @@ -272561,7 +301284,7 @@ ] }, { - "id": 23165, + "id": 25620, "luminance": 0, "opaque": true, "replaceable": false, @@ -272573,7 +301296,7 @@ ] }, { - "id": 23166, + "id": 25621, "luminance": 0, "opaque": true, "replaceable": false, @@ -272584,7 +301307,7 @@ ] }, { - "id": 23167, + "id": 25622, "luminance": 0, "opaque": true, "replaceable": false, @@ -272596,7 +301319,7 @@ ] }, { - "id": 23168, + "id": 25623, "luminance": 0, "opaque": true, "replaceable": false, @@ -272608,7 +301331,7 @@ ] }, { - "id": 23169, + "id": 25624, "luminance": 0, "opaque": true, "replaceable": false, @@ -272619,7 +301342,7 @@ ] }, { - "id": 23170, + "id": 25625, "luminance": 0, "opaque": true, "replaceable": false, @@ -272631,7 +301354,7 @@ ] }, { - "id": 23171, + "id": 25626, "luminance": 0, "opaque": true, "replaceable": false, @@ -272643,7 +301366,7 @@ ] }, { - "id": 23172, + "id": 25627, "luminance": 0, "opaque": true, "replaceable": false, @@ -272653,7 +301376,7 @@ ] }, { - "id": 23173, + "id": 25628, "luminance": 0, "opaque": true, "replaceable": false, @@ -272663,7 +301386,7 @@ ] }, { - "id": 23174, + "id": 25629, "luminance": 0, "opaque": true, "replaceable": false, @@ -272673,7 +301396,7 @@ ] }, { - "id": 23175, + "id": 25630, "luminance": 0, "opaque": true, "replaceable": false, @@ -272683,7 +301406,7 @@ ] }, { - "id": 23176, + "id": 25631, "luminance": 0, "opaque": true, "replaceable": false, @@ -272693,7 +301416,7 @@ ] }, { - "id": 23177, + "id": 25632, "luminance": 0, "opaque": true, "replaceable": false, @@ -272703,7 +301426,7 @@ ] }, { - "id": 23178, + "id": 25633, "luminance": 0, "opaque": true, "replaceable": false, @@ -272715,7 +301438,7 @@ ] }, { - "id": 23179, + "id": 25634, "luminance": 0, "opaque": true, "replaceable": false, @@ -272728,7 +301451,7 @@ ] }, { - "id": 23180, + "id": 25635, "luminance": 0, "opaque": true, "replaceable": false, @@ -272741,7 +301464,7 @@ ] }, { - "id": 23181, + "id": 25636, "luminance": 0, "opaque": true, "replaceable": false, @@ -272753,7 +301476,7 @@ ] }, { - "id": 23182, + "id": 25637, "luminance": 0, "opaque": true, "replaceable": false, @@ -272766,7 +301489,7 @@ ] }, { - "id": 23183, + "id": 25638, "luminance": 0, "opaque": true, "replaceable": false, @@ -272779,7 +301502,7 @@ ] }, { - "id": 23184, + "id": 25639, "luminance": 0, "opaque": true, "replaceable": false, @@ -272790,7 +301513,7 @@ ] }, { - "id": 23185, + "id": 25640, "luminance": 0, "opaque": true, "replaceable": false, @@ -272801,7 +301524,7 @@ ] }, { - "id": 23186, + "id": 25641, "luminance": 0, "opaque": true, "replaceable": false, @@ -272812,7 +301535,7 @@ ] }, { - "id": 23187, + "id": 25642, "luminance": 0, "opaque": true, "replaceable": false, @@ -272823,7 +301546,7 @@ ] }, { - "id": 23188, + "id": 25643, "luminance": 0, "opaque": true, "replaceable": false, @@ -272834,7 +301557,7 @@ ] }, { - "id": 23189, + "id": 25644, "luminance": 0, "opaque": true, "replaceable": false, @@ -272845,7 +301568,7 @@ ] }, { - "id": 23190, + "id": 25645, "luminance": 0, "opaque": true, "replaceable": false, @@ -272857,7 +301580,7 @@ ] }, { - "id": 23191, + "id": 25646, "luminance": 0, "opaque": true, "replaceable": false, @@ -272870,7 +301593,7 @@ ] }, { - "id": 23192, + "id": 25647, "luminance": 0, "opaque": true, "replaceable": false, @@ -272883,7 +301606,7 @@ ] }, { - "id": 23193, + "id": 25648, "luminance": 0, "opaque": true, "replaceable": false, @@ -272895,7 +301618,7 @@ ] }, { - "id": 23194, + "id": 25649, "luminance": 0, "opaque": true, "replaceable": false, @@ -272908,7 +301631,7 @@ ] }, { - "id": 23195, + "id": 25650, "luminance": 0, "opaque": true, "replaceable": false, @@ -272921,7 +301644,7 @@ ] }, { - "id": 23196, + "id": 25651, "luminance": 0, "opaque": true, "replaceable": false, @@ -272932,7 +301655,7 @@ ] }, { - "id": 23197, + "id": 25652, "luminance": 0, "opaque": true, "replaceable": false, @@ -272943,7 +301666,7 @@ ] }, { - "id": 23198, + "id": 25653, "luminance": 0, "opaque": true, "replaceable": false, @@ -272954,7 +301677,7 @@ ] }, { - "id": 23199, + "id": 25654, "luminance": 0, "opaque": true, "replaceable": false, @@ -272965,7 +301688,7 @@ ] }, { - "id": 23200, + "id": 25655, "luminance": 0, "opaque": true, "replaceable": false, @@ -272976,7 +301699,7 @@ ] }, { - "id": 23201, + "id": 25656, "luminance": 0, "opaque": true, "replaceable": false, @@ -272987,7 +301710,7 @@ ] }, { - "id": 23202, + "id": 25657, "luminance": 0, "opaque": true, "replaceable": false, @@ -272999,7 +301722,7 @@ ] }, { - "id": 23203, + "id": 25658, "luminance": 0, "opaque": true, "replaceable": false, @@ -273012,7 +301735,7 @@ ] }, { - "id": 23204, + "id": 25659, "luminance": 0, "opaque": true, "replaceable": false, @@ -273025,7 +301748,7 @@ ] }, { - "id": 23205, + "id": 25660, "luminance": 0, "opaque": true, "replaceable": false, @@ -273037,7 +301760,7 @@ ] }, { - "id": 23206, + "id": 25661, "luminance": 0, "opaque": true, "replaceable": false, @@ -273050,7 +301773,7 @@ ] }, { - "id": 23207, + "id": 25662, "luminance": 0, "opaque": true, "replaceable": false, @@ -273063,7 +301786,7 @@ ] }, { - "id": 23208, + "id": 25663, "luminance": 0, "opaque": true, "replaceable": false, @@ -273074,7 +301797,7 @@ ] }, { - "id": 23209, + "id": 25664, "luminance": 0, "opaque": true, "replaceable": false, @@ -273085,7 +301808,7 @@ ] }, { - "id": 23210, + "id": 25665, "luminance": 0, "opaque": true, "replaceable": false, @@ -273096,7 +301819,7 @@ ] }, { - "id": 23211, + "id": 25666, "luminance": 0, "opaque": true, "replaceable": false, @@ -273107,7 +301830,7 @@ ] }, { - "id": 23212, + "id": 25667, "luminance": 0, "opaque": true, "replaceable": false, @@ -273118,7 +301841,7 @@ ] }, { - "id": 23213, + "id": 25668, "luminance": 0, "opaque": true, "replaceable": false, @@ -273129,7 +301852,7 @@ ] }, { - "id": 23214, + "id": 25669, "luminance": 0, "opaque": true, "replaceable": false, @@ -273142,7 +301865,7 @@ ] }, { - "id": 23215, + "id": 25670, "luminance": 0, "opaque": true, "replaceable": false, @@ -273156,7 +301879,7 @@ ] }, { - "id": 23216, + "id": 25671, "luminance": 0, "opaque": true, "replaceable": false, @@ -273170,7 +301893,7 @@ ] }, { - "id": 23217, + "id": 25672, "luminance": 0, "opaque": true, "replaceable": false, @@ -273183,7 +301906,7 @@ ] }, { - "id": 23218, + "id": 25673, "luminance": 0, "opaque": true, "replaceable": false, @@ -273197,7 +301920,7 @@ ] }, { - "id": 23219, + "id": 25674, "luminance": 0, "opaque": true, "replaceable": false, @@ -273211,7 +301934,7 @@ ] }, { - "id": 23220, + "id": 25675, "luminance": 0, "opaque": true, "replaceable": false, @@ -273222,7 +301945,7 @@ ] }, { - "id": 23221, + "id": 25676, "luminance": 0, "opaque": true, "replaceable": false, @@ -273234,7 +301957,7 @@ ] }, { - "id": 23222, + "id": 25677, "luminance": 0, "opaque": true, "replaceable": false, @@ -273246,7 +301969,7 @@ ] }, { - "id": 23223, + "id": 25678, "luminance": 0, "opaque": true, "replaceable": false, @@ -273257,7 +301980,7 @@ ] }, { - "id": 23224, + "id": 25679, "luminance": 0, "opaque": true, "replaceable": false, @@ -273269,7 +301992,7 @@ ] }, { - "id": 23225, + "id": 25680, "luminance": 0, "opaque": true, "replaceable": false, @@ -273281,7 +302004,7 @@ ] }, { - "id": 23226, + "id": 25681, "luminance": 0, "opaque": true, "replaceable": false, @@ -273294,7 +302017,7 @@ ] }, { - "id": 23227, + "id": 25682, "luminance": 0, "opaque": true, "replaceable": false, @@ -273308,7 +302031,7 @@ ] }, { - "id": 23228, + "id": 25683, "luminance": 0, "opaque": true, "replaceable": false, @@ -273322,7 +302045,7 @@ ] }, { - "id": 23229, + "id": 25684, "luminance": 0, "opaque": true, "replaceable": false, @@ -273335,7 +302058,7 @@ ] }, { - "id": 23230, + "id": 25685, "luminance": 0, "opaque": true, "replaceable": false, @@ -273349,7 +302072,7 @@ ] }, { - "id": 23231, + "id": 25686, "luminance": 0, "opaque": true, "replaceable": false, @@ -273363,7 +302086,7 @@ ] }, { - "id": 23232, + "id": 25687, "luminance": 0, "opaque": true, "replaceable": false, @@ -273374,7 +302097,7 @@ ] }, { - "id": 23233, + "id": 25688, "luminance": 0, "opaque": true, "replaceable": false, @@ -273386,7 +302109,7 @@ ] }, { - "id": 23234, + "id": 25689, "luminance": 0, "opaque": true, "replaceable": false, @@ -273398,7 +302121,7 @@ ] }, { - "id": 23235, + "id": 25690, "luminance": 0, "opaque": true, "replaceable": false, @@ -273409,7 +302132,7 @@ ] }, { - "id": 23236, + "id": 25691, "luminance": 0, "opaque": true, "replaceable": false, @@ -273421,7 +302144,7 @@ ] }, { - "id": 23237, + "id": 25692, "luminance": 0, "opaque": true, "replaceable": false, @@ -273433,7 +302156,7 @@ ] }, { - "id": 23238, + "id": 25693, "luminance": 0, "opaque": true, "replaceable": false, @@ -273445,7 +302168,7 @@ ] }, { - "id": 23239, + "id": 25694, "luminance": 0, "opaque": true, "replaceable": false, @@ -273458,7 +302181,7 @@ ] }, { - "id": 23240, + "id": 25695, "luminance": 0, "opaque": true, "replaceable": false, @@ -273471,7 +302194,7 @@ ] }, { - "id": 23241, + "id": 25696, "luminance": 0, "opaque": true, "replaceable": false, @@ -273483,7 +302206,7 @@ ] }, { - "id": 23242, + "id": 25697, "luminance": 0, "opaque": true, "replaceable": false, @@ -273496,7 +302219,7 @@ ] }, { - "id": 23243, + "id": 25698, "luminance": 0, "opaque": true, "replaceable": false, @@ -273509,7 +302232,7 @@ ] }, { - "id": 23244, + "id": 25699, "luminance": 0, "opaque": true, "replaceable": false, @@ -273520,7 +302243,7 @@ ] }, { - "id": 23245, + "id": 25700, "luminance": 0, "opaque": true, "replaceable": false, @@ -273531,7 +302254,7 @@ ] }, { - "id": 23246, + "id": 25701, "luminance": 0, "opaque": true, "replaceable": false, @@ -273542,7 +302265,7 @@ ] }, { - "id": 23247, + "id": 25702, "luminance": 0, "opaque": true, "replaceable": false, @@ -273553,7 +302276,7 @@ ] }, { - "id": 23248, + "id": 25703, "luminance": 0, "opaque": true, "replaceable": false, @@ -273564,7 +302287,7 @@ ] }, { - "id": 23249, + "id": 25704, "luminance": 0, "opaque": true, "replaceable": false, @@ -273575,7 +302298,7 @@ ] }, { - "id": 23250, + "id": 25705, "luminance": 0, "opaque": true, "replaceable": false, @@ -273588,7 +302311,7 @@ ] }, { - "id": 23251, + "id": 25706, "luminance": 0, "opaque": true, "replaceable": false, @@ -273602,7 +302325,7 @@ ] }, { - "id": 23252, + "id": 25707, "luminance": 0, "opaque": true, "replaceable": false, @@ -273616,7 +302339,7 @@ ] }, { - "id": 23253, + "id": 25708, "luminance": 0, "opaque": true, "replaceable": false, @@ -273629,7 +302352,7 @@ ] }, { - "id": 23254, + "id": 25709, "luminance": 0, "opaque": true, "replaceable": false, @@ -273643,7 +302366,7 @@ ] }, { - "id": 23255, + "id": 25710, "luminance": 0, "opaque": true, "replaceable": false, @@ -273657,7 +302380,7 @@ ] }, { - "id": 23256, + "id": 25711, "luminance": 0, "opaque": true, "replaceable": false, @@ -273668,7 +302391,7 @@ ] }, { - "id": 23257, + "id": 25712, "luminance": 0, "opaque": true, "replaceable": false, @@ -273680,7 +302403,7 @@ ] }, { - "id": 23258, + "id": 25713, "luminance": 0, "opaque": true, "replaceable": false, @@ -273692,7 +302415,7 @@ ] }, { - "id": 23259, + "id": 25714, "luminance": 0, "opaque": true, "replaceable": false, @@ -273703,7 +302426,7 @@ ] }, { - "id": 23260, + "id": 25715, "luminance": 0, "opaque": true, "replaceable": false, @@ -273715,7 +302438,7 @@ ] }, { - "id": 23261, + "id": 25716, "luminance": 0, "opaque": true, "replaceable": false, @@ -273727,7 +302450,7 @@ ] }, { - "id": 23262, + "id": 25717, "luminance": 0, "opaque": true, "replaceable": false, @@ -273740,7 +302463,7 @@ ] }, { - "id": 23263, + "id": 25718, "luminance": 0, "opaque": true, "replaceable": false, @@ -273754,7 +302477,7 @@ ] }, { - "id": 23264, + "id": 25719, "luminance": 0, "opaque": true, "replaceable": false, @@ -273768,7 +302491,7 @@ ] }, { - "id": 23265, + "id": 25720, "luminance": 0, "opaque": true, "replaceable": false, @@ -273781,7 +302504,7 @@ ] }, { - "id": 23266, + "id": 25721, "luminance": 0, "opaque": true, "replaceable": false, @@ -273795,7 +302518,7 @@ ] }, { - "id": 23267, + "id": 25722, "luminance": 0, "opaque": true, "replaceable": false, @@ -273809,7 +302532,7 @@ ] }, { - "id": 23268, + "id": 25723, "luminance": 0, "opaque": true, "replaceable": false, @@ -273820,7 +302543,7 @@ ] }, { - "id": 23269, + "id": 25724, "luminance": 0, "opaque": true, "replaceable": false, @@ -273832,7 +302555,7 @@ ] }, { - "id": 23270, + "id": 25725, "luminance": 0, "opaque": true, "replaceable": false, @@ -273844,7 +302567,7 @@ ] }, { - "id": 23271, + "id": 25726, "luminance": 0, "opaque": true, "replaceable": false, @@ -273855,7 +302578,7 @@ ] }, { - "id": 23272, + "id": 25727, "luminance": 0, "opaque": true, "replaceable": false, @@ -273867,7 +302590,7 @@ ] }, { - "id": 23273, + "id": 25728, "luminance": 0, "opaque": true, "replaceable": false, @@ -273881,15 +302604,15 @@ ] }, { - "id": 979, + "id": 1032, "name": "deepslate_tiles", "translation_key": "block.minecraft.deepslate_tiles", - "item_id": 326, + "item_id": 347, "properties": [], - "default_state_id": 23274, + "default_state_id": 25729, "states": [ { - "id": 23274, + "id": 25729, "luminance": 0, "opaque": true, "replaceable": false, @@ -273901,10 +302624,10 @@ ] }, { - "id": 980, + "id": 1033, "name": "deepslate_tile_stairs", "translation_key": "block.minecraft.deepslate_tile_stairs", - "item_id": 616, + "item_id": 637, "properties": [ { "name": "facing", @@ -273940,10 +302663,10 @@ ] } ], - "default_state_id": 23286, + "default_state_id": 25741, "states": [ { - "id": 23275, + "id": 25730, "luminance": 0, "opaque": true, "replaceable": false, @@ -273954,7 +302677,7 @@ ] }, { - "id": 23276, + "id": 25731, "luminance": 0, "opaque": true, "replaceable": false, @@ -273965,7 +302688,7 @@ ] }, { - "id": 23277, + "id": 25732, "luminance": 0, "opaque": true, "replaceable": false, @@ -273977,7 +302700,7 @@ ] }, { - "id": 23278, + "id": 25733, "luminance": 0, "opaque": true, "replaceable": false, @@ -273989,7 +302712,7 @@ ] }, { - "id": 23279, + "id": 25734, "luminance": 0, "opaque": true, "replaceable": false, @@ -274001,7 +302724,7 @@ ] }, { - "id": 23280, + "id": 25735, "luminance": 0, "opaque": true, "replaceable": false, @@ -274013,7 +302736,7 @@ ] }, { - "id": 23281, + "id": 25736, "luminance": 0, "opaque": true, "replaceable": false, @@ -274025,7 +302748,7 @@ ] }, { - "id": 23282, + "id": 25737, "luminance": 0, "opaque": true, "replaceable": false, @@ -274037,7 +302760,7 @@ ] }, { - "id": 23283, + "id": 25738, "luminance": 0, "opaque": true, "replaceable": false, @@ -274049,7 +302772,7 @@ ] }, { - "id": 23284, + "id": 25739, "luminance": 0, "opaque": true, "replaceable": false, @@ -274061,7 +302784,7 @@ ] }, { - "id": 23285, + "id": 25740, "luminance": 0, "opaque": true, "replaceable": false, @@ -274072,7 +302795,7 @@ ] }, { - "id": 23286, + "id": 25741, "luminance": 0, "opaque": true, "replaceable": false, @@ -274083,7 +302806,7 @@ ] }, { - "id": 23287, + "id": 25742, "luminance": 0, "opaque": true, "replaceable": false, @@ -274095,7 +302818,7 @@ ] }, { - "id": 23288, + "id": 25743, "luminance": 0, "opaque": true, "replaceable": false, @@ -274107,7 +302830,7 @@ ] }, { - "id": 23289, + "id": 25744, "luminance": 0, "opaque": true, "replaceable": false, @@ -274119,7 +302842,7 @@ ] }, { - "id": 23290, + "id": 25745, "luminance": 0, "opaque": true, "replaceable": false, @@ -274131,7 +302854,7 @@ ] }, { - "id": 23291, + "id": 25746, "luminance": 0, "opaque": true, "replaceable": false, @@ -274142,7 +302865,7 @@ ] }, { - "id": 23292, + "id": 25747, "luminance": 0, "opaque": true, "replaceable": false, @@ -274153,7 +302876,7 @@ ] }, { - "id": 23293, + "id": 25748, "luminance": 0, "opaque": true, "replaceable": false, @@ -274164,7 +302887,7 @@ ] }, { - "id": 23294, + "id": 25749, "luminance": 0, "opaque": true, "replaceable": false, @@ -274175,7 +302898,7 @@ ] }, { - "id": 23295, + "id": 25750, "luminance": 0, "opaque": true, "replaceable": false, @@ -274186,7 +302909,7 @@ ] }, { - "id": 23296, + "id": 25751, "luminance": 0, "opaque": true, "replaceable": false, @@ -274197,7 +302920,7 @@ ] }, { - "id": 23297, + "id": 25752, "luminance": 0, "opaque": true, "replaceable": false, @@ -274209,7 +302932,7 @@ ] }, { - "id": 23298, + "id": 25753, "luminance": 0, "opaque": true, "replaceable": false, @@ -274221,7 +302944,7 @@ ] }, { - "id": 23299, + "id": 25754, "luminance": 0, "opaque": true, "replaceable": false, @@ -274233,7 +302956,7 @@ ] }, { - "id": 23300, + "id": 25755, "luminance": 0, "opaque": true, "replaceable": false, @@ -274245,7 +302968,7 @@ ] }, { - "id": 23301, + "id": 25756, "luminance": 0, "opaque": true, "replaceable": false, @@ -274257,7 +302980,7 @@ ] }, { - "id": 23302, + "id": 25757, "luminance": 0, "opaque": true, "replaceable": false, @@ -274269,7 +302992,7 @@ ] }, { - "id": 23303, + "id": 25758, "luminance": 0, "opaque": true, "replaceable": false, @@ -274281,7 +303004,7 @@ ] }, { - "id": 23304, + "id": 25759, "luminance": 0, "opaque": true, "replaceable": false, @@ -274293,7 +303016,7 @@ ] }, { - "id": 23305, + "id": 25760, "luminance": 0, "opaque": true, "replaceable": false, @@ -274304,7 +303027,7 @@ ] }, { - "id": 23306, + "id": 25761, "luminance": 0, "opaque": true, "replaceable": false, @@ -274315,7 +303038,7 @@ ] }, { - "id": 23307, + "id": 25762, "luminance": 0, "opaque": true, "replaceable": false, @@ -274327,7 +303050,7 @@ ] }, { - "id": 23308, + "id": 25763, "luminance": 0, "opaque": true, "replaceable": false, @@ -274339,7 +303062,7 @@ ] }, { - "id": 23309, + "id": 25764, "luminance": 0, "opaque": true, "replaceable": false, @@ -274351,7 +303074,7 @@ ] }, { - "id": 23310, + "id": 25765, "luminance": 0, "opaque": true, "replaceable": false, @@ -274363,7 +303086,7 @@ ] }, { - "id": 23311, + "id": 25766, "luminance": 0, "opaque": true, "replaceable": false, @@ -274374,7 +303097,7 @@ ] }, { - "id": 23312, + "id": 25767, "luminance": 0, "opaque": true, "replaceable": false, @@ -274385,7 +303108,7 @@ ] }, { - "id": 23313, + "id": 25768, "luminance": 0, "opaque": true, "replaceable": false, @@ -274396,7 +303119,7 @@ ] }, { - "id": 23314, + "id": 25769, "luminance": 0, "opaque": true, "replaceable": false, @@ -274407,7 +303130,7 @@ ] }, { - "id": 23315, + "id": 25770, "luminance": 0, "opaque": true, "replaceable": false, @@ -274418,7 +303141,7 @@ ] }, { - "id": 23316, + "id": 25771, "luminance": 0, "opaque": true, "replaceable": false, @@ -274429,7 +303152,7 @@ ] }, { - "id": 23317, + "id": 25772, "luminance": 0, "opaque": true, "replaceable": false, @@ -274441,7 +303164,7 @@ ] }, { - "id": 23318, + "id": 25773, "luminance": 0, "opaque": true, "replaceable": false, @@ -274453,7 +303176,7 @@ ] }, { - "id": 23319, + "id": 25774, "luminance": 0, "opaque": true, "replaceable": false, @@ -274465,7 +303188,7 @@ ] }, { - "id": 23320, + "id": 25775, "luminance": 0, "opaque": true, "replaceable": false, @@ -274477,7 +303200,7 @@ ] }, { - "id": 23321, + "id": 25776, "luminance": 0, "opaque": true, "replaceable": false, @@ -274489,7 +303212,7 @@ ] }, { - "id": 23322, + "id": 25777, "luminance": 0, "opaque": true, "replaceable": false, @@ -274501,7 +303224,7 @@ ] }, { - "id": 23323, + "id": 25778, "luminance": 0, "opaque": true, "replaceable": false, @@ -274513,7 +303236,7 @@ ] }, { - "id": 23324, + "id": 25779, "luminance": 0, "opaque": true, "replaceable": false, @@ -274525,7 +303248,7 @@ ] }, { - "id": 23325, + "id": 25780, "luminance": 0, "opaque": true, "replaceable": false, @@ -274536,7 +303259,7 @@ ] }, { - "id": 23326, + "id": 25781, "luminance": 0, "opaque": true, "replaceable": false, @@ -274547,7 +303270,7 @@ ] }, { - "id": 23327, + "id": 25782, "luminance": 0, "opaque": true, "replaceable": false, @@ -274559,7 +303282,7 @@ ] }, { - "id": 23328, + "id": 25783, "luminance": 0, "opaque": true, "replaceable": false, @@ -274571,7 +303294,7 @@ ] }, { - "id": 23329, + "id": 25784, "luminance": 0, "opaque": true, "replaceable": false, @@ -274583,7 +303306,7 @@ ] }, { - "id": 23330, + "id": 25785, "luminance": 0, "opaque": true, "replaceable": false, @@ -274595,7 +303318,7 @@ ] }, { - "id": 23331, + "id": 25786, "luminance": 0, "opaque": true, "replaceable": false, @@ -274606,7 +303329,7 @@ ] }, { - "id": 23332, + "id": 25787, "luminance": 0, "opaque": true, "replaceable": false, @@ -274617,7 +303340,7 @@ ] }, { - "id": 23333, + "id": 25788, "luminance": 0, "opaque": true, "replaceable": false, @@ -274628,7 +303351,7 @@ ] }, { - "id": 23334, + "id": 25789, "luminance": 0, "opaque": true, "replaceable": false, @@ -274639,7 +303362,7 @@ ] }, { - "id": 23335, + "id": 25790, "luminance": 0, "opaque": true, "replaceable": false, @@ -274650,7 +303373,7 @@ ] }, { - "id": 23336, + "id": 25791, "luminance": 0, "opaque": true, "replaceable": false, @@ -274661,7 +303384,7 @@ ] }, { - "id": 23337, + "id": 25792, "luminance": 0, "opaque": true, "replaceable": false, @@ -274673,7 +303396,7 @@ ] }, { - "id": 23338, + "id": 25793, "luminance": 0, "opaque": true, "replaceable": false, @@ -274685,7 +303408,7 @@ ] }, { - "id": 23339, + "id": 25794, "luminance": 0, "opaque": true, "replaceable": false, @@ -274697,7 +303420,7 @@ ] }, { - "id": 23340, + "id": 25795, "luminance": 0, "opaque": true, "replaceable": false, @@ -274709,7 +303432,7 @@ ] }, { - "id": 23341, + "id": 25796, "luminance": 0, "opaque": true, "replaceable": false, @@ -274721,7 +303444,7 @@ ] }, { - "id": 23342, + "id": 25797, "luminance": 0, "opaque": true, "replaceable": false, @@ -274733,7 +303456,7 @@ ] }, { - "id": 23343, + "id": 25798, "luminance": 0, "opaque": true, "replaceable": false, @@ -274745,7 +303468,7 @@ ] }, { - "id": 23344, + "id": 25799, "luminance": 0, "opaque": true, "replaceable": false, @@ -274757,7 +303480,7 @@ ] }, { - "id": 23345, + "id": 25800, "luminance": 0, "opaque": true, "replaceable": false, @@ -274768,7 +303491,7 @@ ] }, { - "id": 23346, + "id": 25801, "luminance": 0, "opaque": true, "replaceable": false, @@ -274779,7 +303502,7 @@ ] }, { - "id": 23347, + "id": 25802, "luminance": 0, "opaque": true, "replaceable": false, @@ -274791,7 +303514,7 @@ ] }, { - "id": 23348, + "id": 25803, "luminance": 0, "opaque": true, "replaceable": false, @@ -274803,7 +303526,7 @@ ] }, { - "id": 23349, + "id": 25804, "luminance": 0, "opaque": true, "replaceable": false, @@ -274815,7 +303538,7 @@ ] }, { - "id": 23350, + "id": 25805, "luminance": 0, "opaque": true, "replaceable": false, @@ -274827,7 +303550,7 @@ ] }, { - "id": 23351, + "id": 25806, "luminance": 0, "opaque": true, "replaceable": false, @@ -274838,7 +303561,7 @@ ] }, { - "id": 23352, + "id": 25807, "luminance": 0, "opaque": true, "replaceable": false, @@ -274849,7 +303572,7 @@ ] }, { - "id": 23353, + "id": 25808, "luminance": 0, "opaque": true, "replaceable": false, @@ -274860,7 +303583,7 @@ ] }, { - "id": 23354, + "id": 25809, "luminance": 0, "opaque": true, "replaceable": false, @@ -274873,10 +303596,10 @@ ] }, { - "id": 981, + "id": 1034, "name": "deepslate_tile_slab", "translation_key": "block.minecraft.deepslate_tile_slab", - "item_id": 633, + "item_id": 654, "properties": [ { "name": "type", @@ -274894,10 +303617,10 @@ ] } ], - "default_state_id": 23358, + "default_state_id": 25813, "states": [ { - "id": 23355, + "id": 25810, "luminance": 0, "opaque": true, "replaceable": false, @@ -274907,7 +303630,7 @@ ] }, { - "id": 23356, + "id": 25811, "luminance": 0, "opaque": true, "replaceable": false, @@ -274917,7 +303640,7 @@ ] }, { - "id": 23357, + "id": 25812, "luminance": 0, "opaque": true, "replaceable": false, @@ -274927,7 +303650,7 @@ ] }, { - "id": 23358, + "id": 25813, "luminance": 0, "opaque": true, "replaceable": false, @@ -274937,7 +303660,7 @@ ] }, { - "id": 23359, + "id": 25814, "luminance": 0, "opaque": true, "replaceable": false, @@ -274947,7 +303670,7 @@ ] }, { - "id": 23360, + "id": 25815, "luminance": 0, "opaque": true, "replaceable": false, @@ -274959,10 +303682,10 @@ ] }, { - "id": 982, + "id": 1035, "name": "deepslate_tile_wall", "translation_key": "block.minecraft.deepslate_tile_wall", - "item_id": 396, + "item_id": 417, "properties": [ { "name": "east", @@ -275011,10 +303734,10 @@ ] } ], - "default_state_id": 23364, + "default_state_id": 25819, "states": [ { - "id": 23361, + "id": 25816, "luminance": 0, "opaque": true, "replaceable": false, @@ -275024,7 +303747,7 @@ ] }, { - "id": 23362, + "id": 25817, "luminance": 0, "opaque": true, "replaceable": false, @@ -275036,7 +303759,7 @@ ] }, { - "id": 23363, + "id": 25818, "luminance": 0, "opaque": true, "replaceable": false, @@ -275048,7 +303771,7 @@ ] }, { - "id": 23364, + "id": 25819, "luminance": 0, "opaque": true, "replaceable": false, @@ -275058,7 +303781,7 @@ ] }, { - "id": 23365, + "id": 25820, "luminance": 0, "opaque": true, "replaceable": false, @@ -275070,7 +303793,7 @@ ] }, { - "id": 23366, + "id": 25821, "luminance": 0, "opaque": true, "replaceable": false, @@ -275082,7 +303805,7 @@ ] }, { - "id": 23367, + "id": 25822, "luminance": 0, "opaque": true, "replaceable": false, @@ -275090,7 +303813,7 @@ "collision_shapes": [] }, { - "id": 23368, + "id": 25823, "luminance": 0, "opaque": true, "replaceable": false, @@ -275100,7 +303823,7 @@ ] }, { - "id": 23369, + "id": 25824, "luminance": 0, "opaque": true, "replaceable": false, @@ -275110,7 +303833,7 @@ ] }, { - "id": 23370, + "id": 25825, "luminance": 0, "opaque": true, "replaceable": false, @@ -275118,7 +303841,7 @@ "collision_shapes": [] }, { - "id": 23371, + "id": 25826, "luminance": 0, "opaque": true, "replaceable": false, @@ -275128,7 +303851,7 @@ ] }, { - "id": 23372, + "id": 25827, "luminance": 0, "opaque": true, "replaceable": false, @@ -275138,7 +303861,7 @@ ] }, { - "id": 23373, + "id": 25828, "luminance": 0, "opaque": true, "replaceable": false, @@ -275149,7 +303872,7 @@ ] }, { - "id": 23374, + "id": 25829, "luminance": 0, "opaque": true, "replaceable": false, @@ -275162,7 +303885,7 @@ ] }, { - "id": 23375, + "id": 25830, "luminance": 0, "opaque": true, "replaceable": false, @@ -275175,7 +303898,7 @@ ] }, { - "id": 23376, + "id": 25831, "luminance": 0, "opaque": true, "replaceable": false, @@ -275186,7 +303909,7 @@ ] }, { - "id": 23377, + "id": 25832, "luminance": 0, "opaque": true, "replaceable": false, @@ -275199,7 +303922,7 @@ ] }, { - "id": 23378, + "id": 25833, "luminance": 0, "opaque": true, "replaceable": false, @@ -275212,7 +303935,7 @@ ] }, { - "id": 23379, + "id": 25834, "luminance": 0, "opaque": true, "replaceable": false, @@ -275222,7 +303945,7 @@ ] }, { - "id": 23380, + "id": 25835, "luminance": 0, "opaque": true, "replaceable": false, @@ -275233,7 +303956,7 @@ ] }, { - "id": 23381, + "id": 25836, "luminance": 0, "opaque": true, "replaceable": false, @@ -275244,7 +303967,7 @@ ] }, { - "id": 23382, + "id": 25837, "luminance": 0, "opaque": true, "replaceable": false, @@ -275254,7 +303977,7 @@ ] }, { - "id": 23383, + "id": 25838, "luminance": 0, "opaque": true, "replaceable": false, @@ -275265,7 +303988,7 @@ ] }, { - "id": 23384, + "id": 25839, "luminance": 0, "opaque": true, "replaceable": false, @@ -275276,7 +303999,7 @@ ] }, { - "id": 23385, + "id": 25840, "luminance": 0, "opaque": true, "replaceable": false, @@ -275287,7 +304010,7 @@ ] }, { - "id": 23386, + "id": 25841, "luminance": 0, "opaque": true, "replaceable": false, @@ -275300,7 +304023,7 @@ ] }, { - "id": 23387, + "id": 25842, "luminance": 0, "opaque": true, "replaceable": false, @@ -275313,7 +304036,7 @@ ] }, { - "id": 23388, + "id": 25843, "luminance": 0, "opaque": true, "replaceable": false, @@ -275324,7 +304047,7 @@ ] }, { - "id": 23389, + "id": 25844, "luminance": 0, "opaque": true, "replaceable": false, @@ -275337,7 +304060,7 @@ ] }, { - "id": 23390, + "id": 25845, "luminance": 0, "opaque": true, "replaceable": false, @@ -275350,7 +304073,7 @@ ] }, { - "id": 23391, + "id": 25846, "luminance": 0, "opaque": true, "replaceable": false, @@ -275360,7 +304083,7 @@ ] }, { - "id": 23392, + "id": 25847, "luminance": 0, "opaque": true, "replaceable": false, @@ -275371,7 +304094,7 @@ ] }, { - "id": 23393, + "id": 25848, "luminance": 0, "opaque": true, "replaceable": false, @@ -275382,7 +304105,7 @@ ] }, { - "id": 23394, + "id": 25849, "luminance": 0, "opaque": true, "replaceable": false, @@ -275392,7 +304115,7 @@ ] }, { - "id": 23395, + "id": 25850, "luminance": 0, "opaque": true, "replaceable": false, @@ -275403,7 +304126,7 @@ ] }, { - "id": 23396, + "id": 25851, "luminance": 0, "opaque": true, "replaceable": false, @@ -275414,7 +304137,7 @@ ] }, { - "id": 23397, + "id": 25852, "luminance": 0, "opaque": true, "replaceable": false, @@ -275425,7 +304148,7 @@ ] }, { - "id": 23398, + "id": 25853, "luminance": 0, "opaque": true, "replaceable": false, @@ -275438,7 +304161,7 @@ ] }, { - "id": 23399, + "id": 25854, "luminance": 0, "opaque": true, "replaceable": false, @@ -275451,7 +304174,7 @@ ] }, { - "id": 23400, + "id": 25855, "luminance": 0, "opaque": true, "replaceable": false, @@ -275462,7 +304185,7 @@ ] }, { - "id": 23401, + "id": 25856, "luminance": 0, "opaque": true, "replaceable": false, @@ -275475,7 +304198,7 @@ ] }, { - "id": 23402, + "id": 25857, "luminance": 0, "opaque": true, "replaceable": false, @@ -275488,7 +304211,7 @@ ] }, { - "id": 23403, + "id": 25858, "luminance": 0, "opaque": true, "replaceable": false, @@ -275498,7 +304221,7 @@ ] }, { - "id": 23404, + "id": 25859, "luminance": 0, "opaque": true, "replaceable": false, @@ -275509,7 +304232,7 @@ ] }, { - "id": 23405, + "id": 25860, "luminance": 0, "opaque": true, "replaceable": false, @@ -275520,7 +304243,7 @@ ] }, { - "id": 23406, + "id": 25861, "luminance": 0, "opaque": true, "replaceable": false, @@ -275530,7 +304253,7 @@ ] }, { - "id": 23407, + "id": 25862, "luminance": 0, "opaque": true, "replaceable": false, @@ -275541,7 +304264,7 @@ ] }, { - "id": 23408, + "id": 25863, "luminance": 0, "opaque": true, "replaceable": false, @@ -275552,7 +304275,7 @@ ] }, { - "id": 23409, + "id": 25864, "luminance": 0, "opaque": true, "replaceable": false, @@ -275564,7 +304287,7 @@ ] }, { - "id": 23410, + "id": 25865, "luminance": 0, "opaque": true, "replaceable": false, @@ -275578,7 +304301,7 @@ ] }, { - "id": 23411, + "id": 25866, "luminance": 0, "opaque": true, "replaceable": false, @@ -275592,7 +304315,7 @@ ] }, { - "id": 23412, + "id": 25867, "luminance": 0, "opaque": true, "replaceable": false, @@ -275604,7 +304327,7 @@ ] }, { - "id": 23413, + "id": 25868, "luminance": 0, "opaque": true, "replaceable": false, @@ -275618,7 +304341,7 @@ ] }, { - "id": 23414, + "id": 25869, "luminance": 0, "opaque": true, "replaceable": false, @@ -275632,7 +304355,7 @@ ] }, { - "id": 23415, + "id": 25870, "luminance": 0, "opaque": true, "replaceable": false, @@ -275642,7 +304365,7 @@ ] }, { - "id": 23416, + "id": 25871, "luminance": 0, "opaque": true, "replaceable": false, @@ -275654,7 +304377,7 @@ ] }, { - "id": 23417, + "id": 25872, "luminance": 0, "opaque": true, "replaceable": false, @@ -275666,7 +304389,7 @@ ] }, { - "id": 23418, + "id": 25873, "luminance": 0, "opaque": true, "replaceable": false, @@ -275676,7 +304399,7 @@ ] }, { - "id": 23419, + "id": 25874, "luminance": 0, "opaque": true, "replaceable": false, @@ -275688,7 +304411,7 @@ ] }, { - "id": 23420, + "id": 25875, "luminance": 0, "opaque": true, "replaceable": false, @@ -275700,7 +304423,7 @@ ] }, { - "id": 23421, + "id": 25876, "luminance": 0, "opaque": true, "replaceable": false, @@ -275712,7 +304435,7 @@ ] }, { - "id": 23422, + "id": 25877, "luminance": 0, "opaque": true, "replaceable": false, @@ -275726,7 +304449,7 @@ ] }, { - "id": 23423, + "id": 25878, "luminance": 0, "opaque": true, "replaceable": false, @@ -275740,7 +304463,7 @@ ] }, { - "id": 23424, + "id": 25879, "luminance": 0, "opaque": true, "replaceable": false, @@ -275752,7 +304475,7 @@ ] }, { - "id": 23425, + "id": 25880, "luminance": 0, "opaque": true, "replaceable": false, @@ -275766,7 +304489,7 @@ ] }, { - "id": 23426, + "id": 25881, "luminance": 0, "opaque": true, "replaceable": false, @@ -275780,7 +304503,7 @@ ] }, { - "id": 23427, + "id": 25882, "luminance": 0, "opaque": true, "replaceable": false, @@ -275790,7 +304513,7 @@ ] }, { - "id": 23428, + "id": 25883, "luminance": 0, "opaque": true, "replaceable": false, @@ -275802,7 +304525,7 @@ ] }, { - "id": 23429, + "id": 25884, "luminance": 0, "opaque": true, "replaceable": false, @@ -275814,7 +304537,7 @@ ] }, { - "id": 23430, + "id": 25885, "luminance": 0, "opaque": true, "replaceable": false, @@ -275824,7 +304547,7 @@ ] }, { - "id": 23431, + "id": 25886, "luminance": 0, "opaque": true, "replaceable": false, @@ -275836,7 +304559,7 @@ ] }, { - "id": 23432, + "id": 25887, "luminance": 0, "opaque": true, "replaceable": false, @@ -275848,7 +304571,7 @@ ] }, { - "id": 23433, + "id": 25888, "luminance": 0, "opaque": true, "replaceable": false, @@ -275859,7 +304582,7 @@ ] }, { - "id": 23434, + "id": 25889, "luminance": 0, "opaque": true, "replaceable": false, @@ -275872,7 +304595,7 @@ ] }, { - "id": 23435, + "id": 25890, "luminance": 0, "opaque": true, "replaceable": false, @@ -275885,7 +304608,7 @@ ] }, { - "id": 23436, + "id": 25891, "luminance": 0, "opaque": true, "replaceable": false, @@ -275896,7 +304619,7 @@ ] }, { - "id": 23437, + "id": 25892, "luminance": 0, "opaque": true, "replaceable": false, @@ -275909,7 +304632,7 @@ ] }, { - "id": 23438, + "id": 25893, "luminance": 0, "opaque": true, "replaceable": false, @@ -275922,7 +304645,7 @@ ] }, { - "id": 23439, + "id": 25894, "luminance": 0, "opaque": true, "replaceable": false, @@ -275932,7 +304655,7 @@ ] }, { - "id": 23440, + "id": 25895, "luminance": 0, "opaque": true, "replaceable": false, @@ -275943,7 +304666,7 @@ ] }, { - "id": 23441, + "id": 25896, "luminance": 0, "opaque": true, "replaceable": false, @@ -275954,7 +304677,7 @@ ] }, { - "id": 23442, + "id": 25897, "luminance": 0, "opaque": true, "replaceable": false, @@ -275964,7 +304687,7 @@ ] }, { - "id": 23443, + "id": 25898, "luminance": 0, "opaque": true, "replaceable": false, @@ -275975,7 +304698,7 @@ ] }, { - "id": 23444, + "id": 25899, "luminance": 0, "opaque": true, "replaceable": false, @@ -275986,7 +304709,7 @@ ] }, { - "id": 23445, + "id": 25900, "luminance": 0, "opaque": true, "replaceable": false, @@ -275998,7 +304721,7 @@ ] }, { - "id": 23446, + "id": 25901, "luminance": 0, "opaque": true, "replaceable": false, @@ -276012,7 +304735,7 @@ ] }, { - "id": 23447, + "id": 25902, "luminance": 0, "opaque": true, "replaceable": false, @@ -276026,7 +304749,7 @@ ] }, { - "id": 23448, + "id": 25903, "luminance": 0, "opaque": true, "replaceable": false, @@ -276038,7 +304761,7 @@ ] }, { - "id": 23449, + "id": 25904, "luminance": 0, "opaque": true, "replaceable": false, @@ -276052,7 +304775,7 @@ ] }, { - "id": 23450, + "id": 25905, "luminance": 0, "opaque": true, "replaceable": false, @@ -276066,7 +304789,7 @@ ] }, { - "id": 23451, + "id": 25906, "luminance": 0, "opaque": true, "replaceable": false, @@ -276076,7 +304799,7 @@ ] }, { - "id": 23452, + "id": 25907, "luminance": 0, "opaque": true, "replaceable": false, @@ -276088,7 +304811,7 @@ ] }, { - "id": 23453, + "id": 25908, "luminance": 0, "opaque": true, "replaceable": false, @@ -276100,7 +304823,7 @@ ] }, { - "id": 23454, + "id": 25909, "luminance": 0, "opaque": true, "replaceable": false, @@ -276110,7 +304833,7 @@ ] }, { - "id": 23455, + "id": 25910, "luminance": 0, "opaque": true, "replaceable": false, @@ -276122,7 +304845,7 @@ ] }, { - "id": 23456, + "id": 25911, "luminance": 0, "opaque": true, "replaceable": false, @@ -276134,7 +304857,7 @@ ] }, { - "id": 23457, + "id": 25912, "luminance": 0, "opaque": true, "replaceable": false, @@ -276146,7 +304869,7 @@ ] }, { - "id": 23458, + "id": 25913, "luminance": 0, "opaque": true, "replaceable": false, @@ -276160,7 +304883,7 @@ ] }, { - "id": 23459, + "id": 25914, "luminance": 0, "opaque": true, "replaceable": false, @@ -276174,7 +304897,7 @@ ] }, { - "id": 23460, + "id": 25915, "luminance": 0, "opaque": true, "replaceable": false, @@ -276186,7 +304909,7 @@ ] }, { - "id": 23461, + "id": 25916, "luminance": 0, "opaque": true, "replaceable": false, @@ -276200,7 +304923,7 @@ ] }, { - "id": 23462, + "id": 25917, "luminance": 0, "opaque": true, "replaceable": false, @@ -276214,7 +304937,7 @@ ] }, { - "id": 23463, + "id": 25918, "luminance": 0, "opaque": true, "replaceable": false, @@ -276224,7 +304947,7 @@ ] }, { - "id": 23464, + "id": 25919, "luminance": 0, "opaque": true, "replaceable": false, @@ -276236,7 +304959,7 @@ ] }, { - "id": 23465, + "id": 25920, "luminance": 0, "opaque": true, "replaceable": false, @@ -276248,7 +304971,7 @@ ] }, { - "id": 23466, + "id": 25921, "luminance": 0, "opaque": true, "replaceable": false, @@ -276258,7 +304981,7 @@ ] }, { - "id": 23467, + "id": 25922, "luminance": 0, "opaque": true, "replaceable": false, @@ -276270,7 +304993,7 @@ ] }, { - "id": 23468, + "id": 25923, "luminance": 0, "opaque": true, "replaceable": false, @@ -276282,7 +305005,7 @@ ] }, { - "id": 23469, + "id": 25924, "luminance": 0, "opaque": true, "replaceable": false, @@ -276293,7 +305016,7 @@ ] }, { - "id": 23470, + "id": 25925, "luminance": 0, "opaque": true, "replaceable": false, @@ -276305,7 +305028,7 @@ ] }, { - "id": 23471, + "id": 25926, "luminance": 0, "opaque": true, "replaceable": false, @@ -276317,7 +305040,7 @@ ] }, { - "id": 23472, + "id": 25927, "luminance": 0, "opaque": true, "replaceable": false, @@ -276328,7 +305051,7 @@ ] }, { - "id": 23473, + "id": 25928, "luminance": 0, "opaque": true, "replaceable": false, @@ -276340,7 +305063,7 @@ ] }, { - "id": 23474, + "id": 25929, "luminance": 0, "opaque": true, "replaceable": false, @@ -276352,7 +305075,7 @@ ] }, { - "id": 23475, + "id": 25930, "luminance": 0, "opaque": true, "replaceable": false, @@ -276362,7 +305085,7 @@ ] }, { - "id": 23476, + "id": 25931, "luminance": 0, "opaque": true, "replaceable": false, @@ -276372,7 +305095,7 @@ ] }, { - "id": 23477, + "id": 25932, "luminance": 0, "opaque": true, "replaceable": false, @@ -276382,7 +305105,7 @@ ] }, { - "id": 23478, + "id": 25933, "luminance": 0, "opaque": true, "replaceable": false, @@ -276392,7 +305115,7 @@ ] }, { - "id": 23479, + "id": 25934, "luminance": 0, "opaque": true, "replaceable": false, @@ -276402,7 +305125,7 @@ ] }, { - "id": 23480, + "id": 25935, "luminance": 0, "opaque": true, "replaceable": false, @@ -276412,7 +305135,7 @@ ] }, { - "id": 23481, + "id": 25936, "luminance": 0, "opaque": true, "replaceable": false, @@ -276424,7 +305147,7 @@ ] }, { - "id": 23482, + "id": 25937, "luminance": 0, "opaque": true, "replaceable": false, @@ -276437,7 +305160,7 @@ ] }, { - "id": 23483, + "id": 25938, "luminance": 0, "opaque": true, "replaceable": false, @@ -276450,7 +305173,7 @@ ] }, { - "id": 23484, + "id": 25939, "luminance": 0, "opaque": true, "replaceable": false, @@ -276462,7 +305185,7 @@ ] }, { - "id": 23485, + "id": 25940, "luminance": 0, "opaque": true, "replaceable": false, @@ -276475,7 +305198,7 @@ ] }, { - "id": 23486, + "id": 25941, "luminance": 0, "opaque": true, "replaceable": false, @@ -276488,7 +305211,7 @@ ] }, { - "id": 23487, + "id": 25942, "luminance": 0, "opaque": true, "replaceable": false, @@ -276499,7 +305222,7 @@ ] }, { - "id": 23488, + "id": 25943, "luminance": 0, "opaque": true, "replaceable": false, @@ -276510,7 +305233,7 @@ ] }, { - "id": 23489, + "id": 25944, "luminance": 0, "opaque": true, "replaceable": false, @@ -276521,7 +305244,7 @@ ] }, { - "id": 23490, + "id": 25945, "luminance": 0, "opaque": true, "replaceable": false, @@ -276532,7 +305255,7 @@ ] }, { - "id": 23491, + "id": 25946, "luminance": 0, "opaque": true, "replaceable": false, @@ -276543,7 +305266,7 @@ ] }, { - "id": 23492, + "id": 25947, "luminance": 0, "opaque": true, "replaceable": false, @@ -276554,7 +305277,7 @@ ] }, { - "id": 23493, + "id": 25948, "luminance": 0, "opaque": true, "replaceable": false, @@ -276566,7 +305289,7 @@ ] }, { - "id": 23494, + "id": 25949, "luminance": 0, "opaque": true, "replaceable": false, @@ -276579,7 +305302,7 @@ ] }, { - "id": 23495, + "id": 25950, "luminance": 0, "opaque": true, "replaceable": false, @@ -276592,7 +305315,7 @@ ] }, { - "id": 23496, + "id": 25951, "luminance": 0, "opaque": true, "replaceable": false, @@ -276604,7 +305327,7 @@ ] }, { - "id": 23497, + "id": 25952, "luminance": 0, "opaque": true, "replaceable": false, @@ -276617,7 +305340,7 @@ ] }, { - "id": 23498, + "id": 25953, "luminance": 0, "opaque": true, "replaceable": false, @@ -276630,7 +305353,7 @@ ] }, { - "id": 23499, + "id": 25954, "luminance": 0, "opaque": true, "replaceable": false, @@ -276641,7 +305364,7 @@ ] }, { - "id": 23500, + "id": 25955, "luminance": 0, "opaque": true, "replaceable": false, @@ -276652,7 +305375,7 @@ ] }, { - "id": 23501, + "id": 25956, "luminance": 0, "opaque": true, "replaceable": false, @@ -276663,7 +305386,7 @@ ] }, { - "id": 23502, + "id": 25957, "luminance": 0, "opaque": true, "replaceable": false, @@ -276674,7 +305397,7 @@ ] }, { - "id": 23503, + "id": 25958, "luminance": 0, "opaque": true, "replaceable": false, @@ -276685,7 +305408,7 @@ ] }, { - "id": 23504, + "id": 25959, "luminance": 0, "opaque": true, "replaceable": false, @@ -276696,7 +305419,7 @@ ] }, { - "id": 23505, + "id": 25960, "luminance": 0, "opaque": true, "replaceable": false, @@ -276708,7 +305431,7 @@ ] }, { - "id": 23506, + "id": 25961, "luminance": 0, "opaque": true, "replaceable": false, @@ -276721,7 +305444,7 @@ ] }, { - "id": 23507, + "id": 25962, "luminance": 0, "opaque": true, "replaceable": false, @@ -276734,7 +305457,7 @@ ] }, { - "id": 23508, + "id": 25963, "luminance": 0, "opaque": true, "replaceable": false, @@ -276746,7 +305469,7 @@ ] }, { - "id": 23509, + "id": 25964, "luminance": 0, "opaque": true, "replaceable": false, @@ -276759,7 +305482,7 @@ ] }, { - "id": 23510, + "id": 25965, "luminance": 0, "opaque": true, "replaceable": false, @@ -276772,7 +305495,7 @@ ] }, { - "id": 23511, + "id": 25966, "luminance": 0, "opaque": true, "replaceable": false, @@ -276783,7 +305506,7 @@ ] }, { - "id": 23512, + "id": 25967, "luminance": 0, "opaque": true, "replaceable": false, @@ -276794,7 +305517,7 @@ ] }, { - "id": 23513, + "id": 25968, "luminance": 0, "opaque": true, "replaceable": false, @@ -276805,7 +305528,7 @@ ] }, { - "id": 23514, + "id": 25969, "luminance": 0, "opaque": true, "replaceable": false, @@ -276816,7 +305539,7 @@ ] }, { - "id": 23515, + "id": 25970, "luminance": 0, "opaque": true, "replaceable": false, @@ -276827,7 +305550,7 @@ ] }, { - "id": 23516, + "id": 25971, "luminance": 0, "opaque": true, "replaceable": false, @@ -276838,7 +305561,7 @@ ] }, { - "id": 23517, + "id": 25972, "luminance": 0, "opaque": true, "replaceable": false, @@ -276851,7 +305574,7 @@ ] }, { - "id": 23518, + "id": 25973, "luminance": 0, "opaque": true, "replaceable": false, @@ -276865,7 +305588,7 @@ ] }, { - "id": 23519, + "id": 25974, "luminance": 0, "opaque": true, "replaceable": false, @@ -276879,7 +305602,7 @@ ] }, { - "id": 23520, + "id": 25975, "luminance": 0, "opaque": true, "replaceable": false, @@ -276892,7 +305615,7 @@ ] }, { - "id": 23521, + "id": 25976, "luminance": 0, "opaque": true, "replaceable": false, @@ -276906,7 +305629,7 @@ ] }, { - "id": 23522, + "id": 25977, "luminance": 0, "opaque": true, "replaceable": false, @@ -276920,7 +305643,7 @@ ] }, { - "id": 23523, + "id": 25978, "luminance": 0, "opaque": true, "replaceable": false, @@ -276931,7 +305654,7 @@ ] }, { - "id": 23524, + "id": 25979, "luminance": 0, "opaque": true, "replaceable": false, @@ -276943,7 +305666,7 @@ ] }, { - "id": 23525, + "id": 25980, "luminance": 0, "opaque": true, "replaceable": false, @@ -276955,7 +305678,7 @@ ] }, { - "id": 23526, + "id": 25981, "luminance": 0, "opaque": true, "replaceable": false, @@ -276966,7 +305689,7 @@ ] }, { - "id": 23527, + "id": 25982, "luminance": 0, "opaque": true, "replaceable": false, @@ -276978,7 +305701,7 @@ ] }, { - "id": 23528, + "id": 25983, "luminance": 0, "opaque": true, "replaceable": false, @@ -276990,7 +305713,7 @@ ] }, { - "id": 23529, + "id": 25984, "luminance": 0, "opaque": true, "replaceable": false, @@ -277003,7 +305726,7 @@ ] }, { - "id": 23530, + "id": 25985, "luminance": 0, "opaque": true, "replaceable": false, @@ -277017,7 +305740,7 @@ ] }, { - "id": 23531, + "id": 25986, "luminance": 0, "opaque": true, "replaceable": false, @@ -277031,7 +305754,7 @@ ] }, { - "id": 23532, + "id": 25987, "luminance": 0, "opaque": true, "replaceable": false, @@ -277044,7 +305767,7 @@ ] }, { - "id": 23533, + "id": 25988, "luminance": 0, "opaque": true, "replaceable": false, @@ -277058,7 +305781,7 @@ ] }, { - "id": 23534, + "id": 25989, "luminance": 0, "opaque": true, "replaceable": false, @@ -277072,7 +305795,7 @@ ] }, { - "id": 23535, + "id": 25990, "luminance": 0, "opaque": true, "replaceable": false, @@ -277083,7 +305806,7 @@ ] }, { - "id": 23536, + "id": 25991, "luminance": 0, "opaque": true, "replaceable": false, @@ -277095,7 +305818,7 @@ ] }, { - "id": 23537, + "id": 25992, "luminance": 0, "opaque": true, "replaceable": false, @@ -277107,7 +305830,7 @@ ] }, { - "id": 23538, + "id": 25993, "luminance": 0, "opaque": true, "replaceable": false, @@ -277118,7 +305841,7 @@ ] }, { - "id": 23539, + "id": 25994, "luminance": 0, "opaque": true, "replaceable": false, @@ -277130,7 +305853,7 @@ ] }, { - "id": 23540, + "id": 25995, "luminance": 0, "opaque": true, "replaceable": false, @@ -277142,7 +305865,7 @@ ] }, { - "id": 23541, + "id": 25996, "luminance": 0, "opaque": true, "replaceable": false, @@ -277154,7 +305877,7 @@ ] }, { - "id": 23542, + "id": 25997, "luminance": 0, "opaque": true, "replaceable": false, @@ -277167,7 +305890,7 @@ ] }, { - "id": 23543, + "id": 25998, "luminance": 0, "opaque": true, "replaceable": false, @@ -277180,7 +305903,7 @@ ] }, { - "id": 23544, + "id": 25999, "luminance": 0, "opaque": true, "replaceable": false, @@ -277192,7 +305915,7 @@ ] }, { - "id": 23545, + "id": 26000, "luminance": 0, "opaque": true, "replaceable": false, @@ -277205,7 +305928,7 @@ ] }, { - "id": 23546, + "id": 26001, "luminance": 0, "opaque": true, "replaceable": false, @@ -277218,7 +305941,7 @@ ] }, { - "id": 23547, + "id": 26002, "luminance": 0, "opaque": true, "replaceable": false, @@ -277229,7 +305952,7 @@ ] }, { - "id": 23548, + "id": 26003, "luminance": 0, "opaque": true, "replaceable": false, @@ -277240,7 +305963,7 @@ ] }, { - "id": 23549, + "id": 26004, "luminance": 0, "opaque": true, "replaceable": false, @@ -277251,7 +305974,7 @@ ] }, { - "id": 23550, + "id": 26005, "luminance": 0, "opaque": true, "replaceable": false, @@ -277262,7 +305985,7 @@ ] }, { - "id": 23551, + "id": 26006, "luminance": 0, "opaque": true, "replaceable": false, @@ -277273,7 +305996,7 @@ ] }, { - "id": 23552, + "id": 26007, "luminance": 0, "opaque": true, "replaceable": false, @@ -277284,7 +306007,7 @@ ] }, { - "id": 23553, + "id": 26008, "luminance": 0, "opaque": true, "replaceable": false, @@ -277297,7 +306020,7 @@ ] }, { - "id": 23554, + "id": 26009, "luminance": 0, "opaque": true, "replaceable": false, @@ -277311,7 +306034,7 @@ ] }, { - "id": 23555, + "id": 26010, "luminance": 0, "opaque": true, "replaceable": false, @@ -277325,7 +306048,7 @@ ] }, { - "id": 23556, + "id": 26011, "luminance": 0, "opaque": true, "replaceable": false, @@ -277338,7 +306061,7 @@ ] }, { - "id": 23557, + "id": 26012, "luminance": 0, "opaque": true, "replaceable": false, @@ -277352,7 +306075,7 @@ ] }, { - "id": 23558, + "id": 26013, "luminance": 0, "opaque": true, "replaceable": false, @@ -277366,7 +306089,7 @@ ] }, { - "id": 23559, + "id": 26014, "luminance": 0, "opaque": true, "replaceable": false, @@ -277377,7 +306100,7 @@ ] }, { - "id": 23560, + "id": 26015, "luminance": 0, "opaque": true, "replaceable": false, @@ -277389,7 +306112,7 @@ ] }, { - "id": 23561, + "id": 26016, "luminance": 0, "opaque": true, "replaceable": false, @@ -277401,7 +306124,7 @@ ] }, { - "id": 23562, + "id": 26017, "luminance": 0, "opaque": true, "replaceable": false, @@ -277412,7 +306135,7 @@ ] }, { - "id": 23563, + "id": 26018, "luminance": 0, "opaque": true, "replaceable": false, @@ -277424,7 +306147,7 @@ ] }, { - "id": 23564, + "id": 26019, "luminance": 0, "opaque": true, "replaceable": false, @@ -277436,7 +306159,7 @@ ] }, { - "id": 23565, + "id": 26020, "luminance": 0, "opaque": true, "replaceable": false, @@ -277449,7 +306172,7 @@ ] }, { - "id": 23566, + "id": 26021, "luminance": 0, "opaque": true, "replaceable": false, @@ -277463,7 +306186,7 @@ ] }, { - "id": 23567, + "id": 26022, "luminance": 0, "opaque": true, "replaceable": false, @@ -277477,7 +306200,7 @@ ] }, { - "id": 23568, + "id": 26023, "luminance": 0, "opaque": true, "replaceable": false, @@ -277490,7 +306213,7 @@ ] }, { - "id": 23569, + "id": 26024, "luminance": 0, "opaque": true, "replaceable": false, @@ -277504,7 +306227,7 @@ ] }, { - "id": 23570, + "id": 26025, "luminance": 0, "opaque": true, "replaceable": false, @@ -277518,7 +306241,7 @@ ] }, { - "id": 23571, + "id": 26026, "luminance": 0, "opaque": true, "replaceable": false, @@ -277529,7 +306252,7 @@ ] }, { - "id": 23572, + "id": 26027, "luminance": 0, "opaque": true, "replaceable": false, @@ -277541,7 +306264,7 @@ ] }, { - "id": 23573, + "id": 26028, "luminance": 0, "opaque": true, "replaceable": false, @@ -277553,7 +306276,7 @@ ] }, { - "id": 23574, + "id": 26029, "luminance": 0, "opaque": true, "replaceable": false, @@ -277564,7 +306287,7 @@ ] }, { - "id": 23575, + "id": 26030, "luminance": 0, "opaque": true, "replaceable": false, @@ -277576,7 +306299,7 @@ ] }, { - "id": 23576, + "id": 26031, "luminance": 0, "opaque": true, "replaceable": false, @@ -277588,7 +306311,7 @@ ] }, { - "id": 23577, + "id": 26032, "luminance": 0, "opaque": true, "replaceable": false, @@ -277599,7 +306322,7 @@ ] }, { - "id": 23578, + "id": 26033, "luminance": 0, "opaque": true, "replaceable": false, @@ -277611,7 +306334,7 @@ ] }, { - "id": 23579, + "id": 26034, "luminance": 0, "opaque": true, "replaceable": false, @@ -277623,7 +306346,7 @@ ] }, { - "id": 23580, + "id": 26035, "luminance": 0, "opaque": true, "replaceable": false, @@ -277634,7 +306357,7 @@ ] }, { - "id": 23581, + "id": 26036, "luminance": 0, "opaque": true, "replaceable": false, @@ -277646,7 +306369,7 @@ ] }, { - "id": 23582, + "id": 26037, "luminance": 0, "opaque": true, "replaceable": false, @@ -277658,7 +306381,7 @@ ] }, { - "id": 23583, + "id": 26038, "luminance": 0, "opaque": true, "replaceable": false, @@ -277668,7 +306391,7 @@ ] }, { - "id": 23584, + "id": 26039, "luminance": 0, "opaque": true, "replaceable": false, @@ -277678,7 +306401,7 @@ ] }, { - "id": 23585, + "id": 26040, "luminance": 0, "opaque": true, "replaceable": false, @@ -277688,7 +306411,7 @@ ] }, { - "id": 23586, + "id": 26041, "luminance": 0, "opaque": true, "replaceable": false, @@ -277698,7 +306421,7 @@ ] }, { - "id": 23587, + "id": 26042, "luminance": 0, "opaque": true, "replaceable": false, @@ -277708,7 +306431,7 @@ ] }, { - "id": 23588, + "id": 26043, "luminance": 0, "opaque": true, "replaceable": false, @@ -277718,7 +306441,7 @@ ] }, { - "id": 23589, + "id": 26044, "luminance": 0, "opaque": true, "replaceable": false, @@ -277730,7 +306453,7 @@ ] }, { - "id": 23590, + "id": 26045, "luminance": 0, "opaque": true, "replaceable": false, @@ -277743,7 +306466,7 @@ ] }, { - "id": 23591, + "id": 26046, "luminance": 0, "opaque": true, "replaceable": false, @@ -277756,7 +306479,7 @@ ] }, { - "id": 23592, + "id": 26047, "luminance": 0, "opaque": true, "replaceable": false, @@ -277768,7 +306491,7 @@ ] }, { - "id": 23593, + "id": 26048, "luminance": 0, "opaque": true, "replaceable": false, @@ -277781,7 +306504,7 @@ ] }, { - "id": 23594, + "id": 26049, "luminance": 0, "opaque": true, "replaceable": false, @@ -277794,7 +306517,7 @@ ] }, { - "id": 23595, + "id": 26050, "luminance": 0, "opaque": true, "replaceable": false, @@ -277805,7 +306528,7 @@ ] }, { - "id": 23596, + "id": 26051, "luminance": 0, "opaque": true, "replaceable": false, @@ -277816,7 +306539,7 @@ ] }, { - "id": 23597, + "id": 26052, "luminance": 0, "opaque": true, "replaceable": false, @@ -277827,7 +306550,7 @@ ] }, { - "id": 23598, + "id": 26053, "luminance": 0, "opaque": true, "replaceable": false, @@ -277838,7 +306561,7 @@ ] }, { - "id": 23599, + "id": 26054, "luminance": 0, "opaque": true, "replaceable": false, @@ -277849,7 +306572,7 @@ ] }, { - "id": 23600, + "id": 26055, "luminance": 0, "opaque": true, "replaceable": false, @@ -277860,7 +306583,7 @@ ] }, { - "id": 23601, + "id": 26056, "luminance": 0, "opaque": true, "replaceable": false, @@ -277872,7 +306595,7 @@ ] }, { - "id": 23602, + "id": 26057, "luminance": 0, "opaque": true, "replaceable": false, @@ -277885,7 +306608,7 @@ ] }, { - "id": 23603, + "id": 26058, "luminance": 0, "opaque": true, "replaceable": false, @@ -277898,7 +306621,7 @@ ] }, { - "id": 23604, + "id": 26059, "luminance": 0, "opaque": true, "replaceable": false, @@ -277910,7 +306633,7 @@ ] }, { - "id": 23605, + "id": 26060, "luminance": 0, "opaque": true, "replaceable": false, @@ -277923,7 +306646,7 @@ ] }, { - "id": 23606, + "id": 26061, "luminance": 0, "opaque": true, "replaceable": false, @@ -277936,7 +306659,7 @@ ] }, { - "id": 23607, + "id": 26062, "luminance": 0, "opaque": true, "replaceable": false, @@ -277947,7 +306670,7 @@ ] }, { - "id": 23608, + "id": 26063, "luminance": 0, "opaque": true, "replaceable": false, @@ -277958,7 +306681,7 @@ ] }, { - "id": 23609, + "id": 26064, "luminance": 0, "opaque": true, "replaceable": false, @@ -277969,7 +306692,7 @@ ] }, { - "id": 23610, + "id": 26065, "luminance": 0, "opaque": true, "replaceable": false, @@ -277980,7 +306703,7 @@ ] }, { - "id": 23611, + "id": 26066, "luminance": 0, "opaque": true, "replaceable": false, @@ -277991,7 +306714,7 @@ ] }, { - "id": 23612, + "id": 26067, "luminance": 0, "opaque": true, "replaceable": false, @@ -278002,7 +306725,7 @@ ] }, { - "id": 23613, + "id": 26068, "luminance": 0, "opaque": true, "replaceable": false, @@ -278014,7 +306737,7 @@ ] }, { - "id": 23614, + "id": 26069, "luminance": 0, "opaque": true, "replaceable": false, @@ -278027,7 +306750,7 @@ ] }, { - "id": 23615, + "id": 26070, "luminance": 0, "opaque": true, "replaceable": false, @@ -278040,7 +306763,7 @@ ] }, { - "id": 23616, + "id": 26071, "luminance": 0, "opaque": true, "replaceable": false, @@ -278052,7 +306775,7 @@ ] }, { - "id": 23617, + "id": 26072, "luminance": 0, "opaque": true, "replaceable": false, @@ -278065,7 +306788,7 @@ ] }, { - "id": 23618, + "id": 26073, "luminance": 0, "opaque": true, "replaceable": false, @@ -278078,7 +306801,7 @@ ] }, { - "id": 23619, + "id": 26074, "luminance": 0, "opaque": true, "replaceable": false, @@ -278089,7 +306812,7 @@ ] }, { - "id": 23620, + "id": 26075, "luminance": 0, "opaque": true, "replaceable": false, @@ -278100,7 +306823,7 @@ ] }, { - "id": 23621, + "id": 26076, "luminance": 0, "opaque": true, "replaceable": false, @@ -278111,7 +306834,7 @@ ] }, { - "id": 23622, + "id": 26077, "luminance": 0, "opaque": true, "replaceable": false, @@ -278122,7 +306845,7 @@ ] }, { - "id": 23623, + "id": 26078, "luminance": 0, "opaque": true, "replaceable": false, @@ -278133,7 +306856,7 @@ ] }, { - "id": 23624, + "id": 26079, "luminance": 0, "opaque": true, "replaceable": false, @@ -278144,7 +306867,7 @@ ] }, { - "id": 23625, + "id": 26080, "luminance": 0, "opaque": true, "replaceable": false, @@ -278157,7 +306880,7 @@ ] }, { - "id": 23626, + "id": 26081, "luminance": 0, "opaque": true, "replaceable": false, @@ -278171,7 +306894,7 @@ ] }, { - "id": 23627, + "id": 26082, "luminance": 0, "opaque": true, "replaceable": false, @@ -278185,7 +306908,7 @@ ] }, { - "id": 23628, + "id": 26083, "luminance": 0, "opaque": true, "replaceable": false, @@ -278198,7 +306921,7 @@ ] }, { - "id": 23629, + "id": 26084, "luminance": 0, "opaque": true, "replaceable": false, @@ -278212,7 +306935,7 @@ ] }, { - "id": 23630, + "id": 26085, "luminance": 0, "opaque": true, "replaceable": false, @@ -278226,7 +306949,7 @@ ] }, { - "id": 23631, + "id": 26086, "luminance": 0, "opaque": true, "replaceable": false, @@ -278237,7 +306960,7 @@ ] }, { - "id": 23632, + "id": 26087, "luminance": 0, "opaque": true, "replaceable": false, @@ -278249,7 +306972,7 @@ ] }, { - "id": 23633, + "id": 26088, "luminance": 0, "opaque": true, "replaceable": false, @@ -278261,7 +306984,7 @@ ] }, { - "id": 23634, + "id": 26089, "luminance": 0, "opaque": true, "replaceable": false, @@ -278272,7 +306995,7 @@ ] }, { - "id": 23635, + "id": 26090, "luminance": 0, "opaque": true, "replaceable": false, @@ -278284,7 +307007,7 @@ ] }, { - "id": 23636, + "id": 26091, "luminance": 0, "opaque": true, "replaceable": false, @@ -278296,7 +307019,7 @@ ] }, { - "id": 23637, + "id": 26092, "luminance": 0, "opaque": true, "replaceable": false, @@ -278309,7 +307032,7 @@ ] }, { - "id": 23638, + "id": 26093, "luminance": 0, "opaque": true, "replaceable": false, @@ -278323,7 +307046,7 @@ ] }, { - "id": 23639, + "id": 26094, "luminance": 0, "opaque": true, "replaceable": false, @@ -278337,7 +307060,7 @@ ] }, { - "id": 23640, + "id": 26095, "luminance": 0, "opaque": true, "replaceable": false, @@ -278350,7 +307073,7 @@ ] }, { - "id": 23641, + "id": 26096, "luminance": 0, "opaque": true, "replaceable": false, @@ -278364,7 +307087,7 @@ ] }, { - "id": 23642, + "id": 26097, "luminance": 0, "opaque": true, "replaceable": false, @@ -278378,7 +307101,7 @@ ] }, { - "id": 23643, + "id": 26098, "luminance": 0, "opaque": true, "replaceable": false, @@ -278389,7 +307112,7 @@ ] }, { - "id": 23644, + "id": 26099, "luminance": 0, "opaque": true, "replaceable": false, @@ -278401,7 +307124,7 @@ ] }, { - "id": 23645, + "id": 26100, "luminance": 0, "opaque": true, "replaceable": false, @@ -278413,7 +307136,7 @@ ] }, { - "id": 23646, + "id": 26101, "luminance": 0, "opaque": true, "replaceable": false, @@ -278424,7 +307147,7 @@ ] }, { - "id": 23647, + "id": 26102, "luminance": 0, "opaque": true, "replaceable": false, @@ -278436,7 +307159,7 @@ ] }, { - "id": 23648, + "id": 26103, "luminance": 0, "opaque": true, "replaceable": false, @@ -278448,7 +307171,7 @@ ] }, { - "id": 23649, + "id": 26104, "luminance": 0, "opaque": true, "replaceable": false, @@ -278460,7 +307183,7 @@ ] }, { - "id": 23650, + "id": 26105, "luminance": 0, "opaque": true, "replaceable": false, @@ -278473,7 +307196,7 @@ ] }, { - "id": 23651, + "id": 26106, "luminance": 0, "opaque": true, "replaceable": false, @@ -278486,7 +307209,7 @@ ] }, { - "id": 23652, + "id": 26107, "luminance": 0, "opaque": true, "replaceable": false, @@ -278498,7 +307221,7 @@ ] }, { - "id": 23653, + "id": 26108, "luminance": 0, "opaque": true, "replaceable": false, @@ -278511,7 +307234,7 @@ ] }, { - "id": 23654, + "id": 26109, "luminance": 0, "opaque": true, "replaceable": false, @@ -278524,7 +307247,7 @@ ] }, { - "id": 23655, + "id": 26110, "luminance": 0, "opaque": true, "replaceable": false, @@ -278535,7 +307258,7 @@ ] }, { - "id": 23656, + "id": 26111, "luminance": 0, "opaque": true, "replaceable": false, @@ -278546,7 +307269,7 @@ ] }, { - "id": 23657, + "id": 26112, "luminance": 0, "opaque": true, "replaceable": false, @@ -278557,7 +307280,7 @@ ] }, { - "id": 23658, + "id": 26113, "luminance": 0, "opaque": true, "replaceable": false, @@ -278568,7 +307291,7 @@ ] }, { - "id": 23659, + "id": 26114, "luminance": 0, "opaque": true, "replaceable": false, @@ -278579,7 +307302,7 @@ ] }, { - "id": 23660, + "id": 26115, "luminance": 0, "opaque": true, "replaceable": false, @@ -278590,7 +307313,7 @@ ] }, { - "id": 23661, + "id": 26116, "luminance": 0, "opaque": true, "replaceable": false, @@ -278603,7 +307326,7 @@ ] }, { - "id": 23662, + "id": 26117, "luminance": 0, "opaque": true, "replaceable": false, @@ -278617,7 +307340,7 @@ ] }, { - "id": 23663, + "id": 26118, "luminance": 0, "opaque": true, "replaceable": false, @@ -278631,7 +307354,7 @@ ] }, { - "id": 23664, + "id": 26119, "luminance": 0, "opaque": true, "replaceable": false, @@ -278644,7 +307367,7 @@ ] }, { - "id": 23665, + "id": 26120, "luminance": 0, "opaque": true, "replaceable": false, @@ -278658,7 +307381,7 @@ ] }, { - "id": 23666, + "id": 26121, "luminance": 0, "opaque": true, "replaceable": false, @@ -278672,7 +307395,7 @@ ] }, { - "id": 23667, + "id": 26122, "luminance": 0, "opaque": true, "replaceable": false, @@ -278683,7 +307406,7 @@ ] }, { - "id": 23668, + "id": 26123, "luminance": 0, "opaque": true, "replaceable": false, @@ -278695,7 +307418,7 @@ ] }, { - "id": 23669, + "id": 26124, "luminance": 0, "opaque": true, "replaceable": false, @@ -278707,7 +307430,7 @@ ] }, { - "id": 23670, + "id": 26125, "luminance": 0, "opaque": true, "replaceable": false, @@ -278718,7 +307441,7 @@ ] }, { - "id": 23671, + "id": 26126, "luminance": 0, "opaque": true, "replaceable": false, @@ -278730,7 +307453,7 @@ ] }, { - "id": 23672, + "id": 26127, "luminance": 0, "opaque": true, "replaceable": false, @@ -278742,7 +307465,7 @@ ] }, { - "id": 23673, + "id": 26128, "luminance": 0, "opaque": true, "replaceable": false, @@ -278755,7 +307478,7 @@ ] }, { - "id": 23674, + "id": 26129, "luminance": 0, "opaque": true, "replaceable": false, @@ -278769,7 +307492,7 @@ ] }, { - "id": 23675, + "id": 26130, "luminance": 0, "opaque": true, "replaceable": false, @@ -278783,7 +307506,7 @@ ] }, { - "id": 23676, + "id": 26131, "luminance": 0, "opaque": true, "replaceable": false, @@ -278796,7 +307519,7 @@ ] }, { - "id": 23677, + "id": 26132, "luminance": 0, "opaque": true, "replaceable": false, @@ -278810,7 +307533,7 @@ ] }, { - "id": 23678, + "id": 26133, "luminance": 0, "opaque": true, "replaceable": false, @@ -278824,7 +307547,7 @@ ] }, { - "id": 23679, + "id": 26134, "luminance": 0, "opaque": true, "replaceable": false, @@ -278835,7 +307558,7 @@ ] }, { - "id": 23680, + "id": 26135, "luminance": 0, "opaque": true, "replaceable": false, @@ -278847,7 +307570,7 @@ ] }, { - "id": 23681, + "id": 26136, "luminance": 0, "opaque": true, "replaceable": false, @@ -278859,7 +307582,7 @@ ] }, { - "id": 23682, + "id": 26137, "luminance": 0, "opaque": true, "replaceable": false, @@ -278870,7 +307593,7 @@ ] }, { - "id": 23683, + "id": 26138, "luminance": 0, "opaque": true, "replaceable": false, @@ -278882,7 +307605,7 @@ ] }, { - "id": 23684, + "id": 26139, "luminance": 0, "opaque": true, "replaceable": false, @@ -278896,15 +307619,15 @@ ] }, { - "id": 983, + "id": 1036, "name": "deepslate_bricks", "translation_key": "block.minecraft.deepslate_bricks", - "item_id": 324, + "item_id": 345, "properties": [], - "default_state_id": 23685, + "default_state_id": 26140, "states": [ { - "id": 23685, + "id": 26140, "luminance": 0, "opaque": true, "replaceable": false, @@ -278916,10 +307639,10 @@ ] }, { - "id": 984, + "id": 1037, "name": "deepslate_brick_stairs", "translation_key": "block.minecraft.deepslate_brick_stairs", - "item_id": 615, + "item_id": 636, "properties": [ { "name": "facing", @@ -278955,10 +307678,10 @@ ] } ], - "default_state_id": 23697, + "default_state_id": 26152, "states": [ { - "id": 23686, + "id": 26141, "luminance": 0, "opaque": true, "replaceable": false, @@ -278969,7 +307692,7 @@ ] }, { - "id": 23687, + "id": 26142, "luminance": 0, "opaque": true, "replaceable": false, @@ -278980,7 +307703,7 @@ ] }, { - "id": 23688, + "id": 26143, "luminance": 0, "opaque": true, "replaceable": false, @@ -278992,7 +307715,7 @@ ] }, { - "id": 23689, + "id": 26144, "luminance": 0, "opaque": true, "replaceable": false, @@ -279004,7 +307727,7 @@ ] }, { - "id": 23690, + "id": 26145, "luminance": 0, "opaque": true, "replaceable": false, @@ -279016,7 +307739,7 @@ ] }, { - "id": 23691, + "id": 26146, "luminance": 0, "opaque": true, "replaceable": false, @@ -279028,7 +307751,7 @@ ] }, { - "id": 23692, + "id": 26147, "luminance": 0, "opaque": true, "replaceable": false, @@ -279040,7 +307763,7 @@ ] }, { - "id": 23693, + "id": 26148, "luminance": 0, "opaque": true, "replaceable": false, @@ -279052,7 +307775,7 @@ ] }, { - "id": 23694, + "id": 26149, "luminance": 0, "opaque": true, "replaceable": false, @@ -279064,7 +307787,7 @@ ] }, { - "id": 23695, + "id": 26150, "luminance": 0, "opaque": true, "replaceable": false, @@ -279076,7 +307799,7 @@ ] }, { - "id": 23696, + "id": 26151, "luminance": 0, "opaque": true, "replaceable": false, @@ -279087,7 +307810,7 @@ ] }, { - "id": 23697, + "id": 26152, "luminance": 0, "opaque": true, "replaceable": false, @@ -279098,7 +307821,7 @@ ] }, { - "id": 23698, + "id": 26153, "luminance": 0, "opaque": true, "replaceable": false, @@ -279110,7 +307833,7 @@ ] }, { - "id": 23699, + "id": 26154, "luminance": 0, "opaque": true, "replaceable": false, @@ -279122,7 +307845,7 @@ ] }, { - "id": 23700, + "id": 26155, "luminance": 0, "opaque": true, "replaceable": false, @@ -279134,7 +307857,7 @@ ] }, { - "id": 23701, + "id": 26156, "luminance": 0, "opaque": true, "replaceable": false, @@ -279146,7 +307869,7 @@ ] }, { - "id": 23702, + "id": 26157, "luminance": 0, "opaque": true, "replaceable": false, @@ -279157,7 +307880,7 @@ ] }, { - "id": 23703, + "id": 26158, "luminance": 0, "opaque": true, "replaceable": false, @@ -279168,7 +307891,7 @@ ] }, { - "id": 23704, + "id": 26159, "luminance": 0, "opaque": true, "replaceable": false, @@ -279179,7 +307902,7 @@ ] }, { - "id": 23705, + "id": 26160, "luminance": 0, "opaque": true, "replaceable": false, @@ -279190,7 +307913,7 @@ ] }, { - "id": 23706, + "id": 26161, "luminance": 0, "opaque": true, "replaceable": false, @@ -279201,7 +307924,7 @@ ] }, { - "id": 23707, + "id": 26162, "luminance": 0, "opaque": true, "replaceable": false, @@ -279212,7 +307935,7 @@ ] }, { - "id": 23708, + "id": 26163, "luminance": 0, "opaque": true, "replaceable": false, @@ -279224,7 +307947,7 @@ ] }, { - "id": 23709, + "id": 26164, "luminance": 0, "opaque": true, "replaceable": false, @@ -279236,7 +307959,7 @@ ] }, { - "id": 23710, + "id": 26165, "luminance": 0, "opaque": true, "replaceable": false, @@ -279248,7 +307971,7 @@ ] }, { - "id": 23711, + "id": 26166, "luminance": 0, "opaque": true, "replaceable": false, @@ -279260,7 +307983,7 @@ ] }, { - "id": 23712, + "id": 26167, "luminance": 0, "opaque": true, "replaceable": false, @@ -279272,7 +307995,7 @@ ] }, { - "id": 23713, + "id": 26168, "luminance": 0, "opaque": true, "replaceable": false, @@ -279284,7 +308007,7 @@ ] }, { - "id": 23714, + "id": 26169, "luminance": 0, "opaque": true, "replaceable": false, @@ -279296,7 +308019,7 @@ ] }, { - "id": 23715, + "id": 26170, "luminance": 0, "opaque": true, "replaceable": false, @@ -279308,7 +308031,7 @@ ] }, { - "id": 23716, + "id": 26171, "luminance": 0, "opaque": true, "replaceable": false, @@ -279319,7 +308042,7 @@ ] }, { - "id": 23717, + "id": 26172, "luminance": 0, "opaque": true, "replaceable": false, @@ -279330,7 +308053,7 @@ ] }, { - "id": 23718, + "id": 26173, "luminance": 0, "opaque": true, "replaceable": false, @@ -279342,7 +308065,7 @@ ] }, { - "id": 23719, + "id": 26174, "luminance": 0, "opaque": true, "replaceable": false, @@ -279354,7 +308077,7 @@ ] }, { - "id": 23720, + "id": 26175, "luminance": 0, "opaque": true, "replaceable": false, @@ -279366,7 +308089,7 @@ ] }, { - "id": 23721, + "id": 26176, "luminance": 0, "opaque": true, "replaceable": false, @@ -279378,7 +308101,7 @@ ] }, { - "id": 23722, + "id": 26177, "luminance": 0, "opaque": true, "replaceable": false, @@ -279389,7 +308112,7 @@ ] }, { - "id": 23723, + "id": 26178, "luminance": 0, "opaque": true, "replaceable": false, @@ -279400,7 +308123,7 @@ ] }, { - "id": 23724, + "id": 26179, "luminance": 0, "opaque": true, "replaceable": false, @@ -279411,7 +308134,7 @@ ] }, { - "id": 23725, + "id": 26180, "luminance": 0, "opaque": true, "replaceable": false, @@ -279422,7 +308145,7 @@ ] }, { - "id": 23726, + "id": 26181, "luminance": 0, "opaque": true, "replaceable": false, @@ -279433,7 +308156,7 @@ ] }, { - "id": 23727, + "id": 26182, "luminance": 0, "opaque": true, "replaceable": false, @@ -279444,7 +308167,7 @@ ] }, { - "id": 23728, + "id": 26183, "luminance": 0, "opaque": true, "replaceable": false, @@ -279456,7 +308179,7 @@ ] }, { - "id": 23729, + "id": 26184, "luminance": 0, "opaque": true, "replaceable": false, @@ -279468,7 +308191,7 @@ ] }, { - "id": 23730, + "id": 26185, "luminance": 0, "opaque": true, "replaceable": false, @@ -279480,7 +308203,7 @@ ] }, { - "id": 23731, + "id": 26186, "luminance": 0, "opaque": true, "replaceable": false, @@ -279492,7 +308215,7 @@ ] }, { - "id": 23732, + "id": 26187, "luminance": 0, "opaque": true, "replaceable": false, @@ -279504,7 +308227,7 @@ ] }, { - "id": 23733, + "id": 26188, "luminance": 0, "opaque": true, "replaceable": false, @@ -279516,7 +308239,7 @@ ] }, { - "id": 23734, + "id": 26189, "luminance": 0, "opaque": true, "replaceable": false, @@ -279528,7 +308251,7 @@ ] }, { - "id": 23735, + "id": 26190, "luminance": 0, "opaque": true, "replaceable": false, @@ -279540,7 +308263,7 @@ ] }, { - "id": 23736, + "id": 26191, "luminance": 0, "opaque": true, "replaceable": false, @@ -279551,7 +308274,7 @@ ] }, { - "id": 23737, + "id": 26192, "luminance": 0, "opaque": true, "replaceable": false, @@ -279562,7 +308285,7 @@ ] }, { - "id": 23738, + "id": 26193, "luminance": 0, "opaque": true, "replaceable": false, @@ -279574,7 +308297,7 @@ ] }, { - "id": 23739, + "id": 26194, "luminance": 0, "opaque": true, "replaceable": false, @@ -279586,7 +308309,7 @@ ] }, { - "id": 23740, + "id": 26195, "luminance": 0, "opaque": true, "replaceable": false, @@ -279598,7 +308321,7 @@ ] }, { - "id": 23741, + "id": 26196, "luminance": 0, "opaque": true, "replaceable": false, @@ -279610,7 +308333,7 @@ ] }, { - "id": 23742, + "id": 26197, "luminance": 0, "opaque": true, "replaceable": false, @@ -279621,7 +308344,7 @@ ] }, { - "id": 23743, + "id": 26198, "luminance": 0, "opaque": true, "replaceable": false, @@ -279632,7 +308355,7 @@ ] }, { - "id": 23744, + "id": 26199, "luminance": 0, "opaque": true, "replaceable": false, @@ -279643,7 +308366,7 @@ ] }, { - "id": 23745, + "id": 26200, "luminance": 0, "opaque": true, "replaceable": false, @@ -279654,7 +308377,7 @@ ] }, { - "id": 23746, + "id": 26201, "luminance": 0, "opaque": true, "replaceable": false, @@ -279665,7 +308388,7 @@ ] }, { - "id": 23747, + "id": 26202, "luminance": 0, "opaque": true, "replaceable": false, @@ -279676,7 +308399,7 @@ ] }, { - "id": 23748, + "id": 26203, "luminance": 0, "opaque": true, "replaceable": false, @@ -279688,7 +308411,7 @@ ] }, { - "id": 23749, + "id": 26204, "luminance": 0, "opaque": true, "replaceable": false, @@ -279700,7 +308423,7 @@ ] }, { - "id": 23750, + "id": 26205, "luminance": 0, "opaque": true, "replaceable": false, @@ -279712,7 +308435,7 @@ ] }, { - "id": 23751, + "id": 26206, "luminance": 0, "opaque": true, "replaceable": false, @@ -279724,7 +308447,7 @@ ] }, { - "id": 23752, + "id": 26207, "luminance": 0, "opaque": true, "replaceable": false, @@ -279736,7 +308459,7 @@ ] }, { - "id": 23753, + "id": 26208, "luminance": 0, "opaque": true, "replaceable": false, @@ -279748,7 +308471,7 @@ ] }, { - "id": 23754, + "id": 26209, "luminance": 0, "opaque": true, "replaceable": false, @@ -279760,7 +308483,7 @@ ] }, { - "id": 23755, + "id": 26210, "luminance": 0, "opaque": true, "replaceable": false, @@ -279772,7 +308495,7 @@ ] }, { - "id": 23756, + "id": 26211, "luminance": 0, "opaque": true, "replaceable": false, @@ -279783,7 +308506,7 @@ ] }, { - "id": 23757, + "id": 26212, "luminance": 0, "opaque": true, "replaceable": false, @@ -279794,7 +308517,7 @@ ] }, { - "id": 23758, + "id": 26213, "luminance": 0, "opaque": true, "replaceable": false, @@ -279806,7 +308529,7 @@ ] }, { - "id": 23759, + "id": 26214, "luminance": 0, "opaque": true, "replaceable": false, @@ -279818,7 +308541,7 @@ ] }, { - "id": 23760, + "id": 26215, "luminance": 0, "opaque": true, "replaceable": false, @@ -279830,7 +308553,7 @@ ] }, { - "id": 23761, + "id": 26216, "luminance": 0, "opaque": true, "replaceable": false, @@ -279842,7 +308565,7 @@ ] }, { - "id": 23762, + "id": 26217, "luminance": 0, "opaque": true, "replaceable": false, @@ -279853,7 +308576,7 @@ ] }, { - "id": 23763, + "id": 26218, "luminance": 0, "opaque": true, "replaceable": false, @@ -279864,7 +308587,7 @@ ] }, { - "id": 23764, + "id": 26219, "luminance": 0, "opaque": true, "replaceable": false, @@ -279875,7 +308598,7 @@ ] }, { - "id": 23765, + "id": 26220, "luminance": 0, "opaque": true, "replaceable": false, @@ -279888,10 +308611,10 @@ ] }, { - "id": 985, + "id": 1038, "name": "deepslate_brick_slab", "translation_key": "block.minecraft.deepslate_brick_slab", - "item_id": 632, + "item_id": 653, "properties": [ { "name": "type", @@ -279909,10 +308632,10 @@ ] } ], - "default_state_id": 23769, + "default_state_id": 26224, "states": [ { - "id": 23766, + "id": 26221, "luminance": 0, "opaque": true, "replaceable": false, @@ -279922,7 +308645,7 @@ ] }, { - "id": 23767, + "id": 26222, "luminance": 0, "opaque": true, "replaceable": false, @@ -279932,7 +308655,7 @@ ] }, { - "id": 23768, + "id": 26223, "luminance": 0, "opaque": true, "replaceable": false, @@ -279942,7 +308665,7 @@ ] }, { - "id": 23769, + "id": 26224, "luminance": 0, "opaque": true, "replaceable": false, @@ -279952,7 +308675,7 @@ ] }, { - "id": 23770, + "id": 26225, "luminance": 0, "opaque": true, "replaceable": false, @@ -279962,7 +308685,7 @@ ] }, { - "id": 23771, + "id": 26226, "luminance": 0, "opaque": true, "replaceable": false, @@ -279974,10 +308697,10 @@ ] }, { - "id": 986, + "id": 1039, "name": "deepslate_brick_wall", "translation_key": "block.minecraft.deepslate_brick_wall", - "item_id": 395, + "item_id": 416, "properties": [ { "name": "east", @@ -280026,10 +308749,10 @@ ] } ], - "default_state_id": 23775, + "default_state_id": 26230, "states": [ { - "id": 23772, + "id": 26227, "luminance": 0, "opaque": true, "replaceable": false, @@ -280039,7 +308762,7 @@ ] }, { - "id": 23773, + "id": 26228, "luminance": 0, "opaque": true, "replaceable": false, @@ -280051,7 +308774,7 @@ ] }, { - "id": 23774, + "id": 26229, "luminance": 0, "opaque": true, "replaceable": false, @@ -280063,7 +308786,7 @@ ] }, { - "id": 23775, + "id": 26230, "luminance": 0, "opaque": true, "replaceable": false, @@ -280073,7 +308796,7 @@ ] }, { - "id": 23776, + "id": 26231, "luminance": 0, "opaque": true, "replaceable": false, @@ -280085,7 +308808,7 @@ ] }, { - "id": 23777, + "id": 26232, "luminance": 0, "opaque": true, "replaceable": false, @@ -280097,7 +308820,7 @@ ] }, { - "id": 23778, + "id": 26233, "luminance": 0, "opaque": true, "replaceable": false, @@ -280105,7 +308828,7 @@ "collision_shapes": [] }, { - "id": 23779, + "id": 26234, "luminance": 0, "opaque": true, "replaceable": false, @@ -280115,7 +308838,7 @@ ] }, { - "id": 23780, + "id": 26235, "luminance": 0, "opaque": true, "replaceable": false, @@ -280125,7 +308848,7 @@ ] }, { - "id": 23781, + "id": 26236, "luminance": 0, "opaque": true, "replaceable": false, @@ -280133,7 +308856,7 @@ "collision_shapes": [] }, { - "id": 23782, + "id": 26237, "luminance": 0, "opaque": true, "replaceable": false, @@ -280143,7 +308866,7 @@ ] }, { - "id": 23783, + "id": 26238, "luminance": 0, "opaque": true, "replaceable": false, @@ -280153,7 +308876,7 @@ ] }, { - "id": 23784, + "id": 26239, "luminance": 0, "opaque": true, "replaceable": false, @@ -280164,7 +308887,7 @@ ] }, { - "id": 23785, + "id": 26240, "luminance": 0, "opaque": true, "replaceable": false, @@ -280177,7 +308900,7 @@ ] }, { - "id": 23786, + "id": 26241, "luminance": 0, "opaque": true, "replaceable": false, @@ -280190,7 +308913,7 @@ ] }, { - "id": 23787, + "id": 26242, "luminance": 0, "opaque": true, "replaceable": false, @@ -280201,7 +308924,7 @@ ] }, { - "id": 23788, + "id": 26243, "luminance": 0, "opaque": true, "replaceable": false, @@ -280214,7 +308937,7 @@ ] }, { - "id": 23789, + "id": 26244, "luminance": 0, "opaque": true, "replaceable": false, @@ -280227,7 +308950,7 @@ ] }, { - "id": 23790, + "id": 26245, "luminance": 0, "opaque": true, "replaceable": false, @@ -280237,7 +308960,7 @@ ] }, { - "id": 23791, + "id": 26246, "luminance": 0, "opaque": true, "replaceable": false, @@ -280248,7 +308971,7 @@ ] }, { - "id": 23792, + "id": 26247, "luminance": 0, "opaque": true, "replaceable": false, @@ -280259,7 +308982,7 @@ ] }, { - "id": 23793, + "id": 26248, "luminance": 0, "opaque": true, "replaceable": false, @@ -280269,7 +308992,7 @@ ] }, { - "id": 23794, + "id": 26249, "luminance": 0, "opaque": true, "replaceable": false, @@ -280280,7 +309003,7 @@ ] }, { - "id": 23795, + "id": 26250, "luminance": 0, "opaque": true, "replaceable": false, @@ -280291,7 +309014,7 @@ ] }, { - "id": 23796, + "id": 26251, "luminance": 0, "opaque": true, "replaceable": false, @@ -280302,7 +309025,7 @@ ] }, { - "id": 23797, + "id": 26252, "luminance": 0, "opaque": true, "replaceable": false, @@ -280315,7 +309038,7 @@ ] }, { - "id": 23798, + "id": 26253, "luminance": 0, "opaque": true, "replaceable": false, @@ -280328,7 +309051,7 @@ ] }, { - "id": 23799, + "id": 26254, "luminance": 0, "opaque": true, "replaceable": false, @@ -280339,7 +309062,7 @@ ] }, { - "id": 23800, + "id": 26255, "luminance": 0, "opaque": true, "replaceable": false, @@ -280352,7 +309075,7 @@ ] }, { - "id": 23801, + "id": 26256, "luminance": 0, "opaque": true, "replaceable": false, @@ -280365,7 +309088,7 @@ ] }, { - "id": 23802, + "id": 26257, "luminance": 0, "opaque": true, "replaceable": false, @@ -280375,7 +309098,7 @@ ] }, { - "id": 23803, + "id": 26258, "luminance": 0, "opaque": true, "replaceable": false, @@ -280386,7 +309109,7 @@ ] }, { - "id": 23804, + "id": 26259, "luminance": 0, "opaque": true, "replaceable": false, @@ -280397,7 +309120,7 @@ ] }, { - "id": 23805, + "id": 26260, "luminance": 0, "opaque": true, "replaceable": false, @@ -280407,7 +309130,7 @@ ] }, { - "id": 23806, + "id": 26261, "luminance": 0, "opaque": true, "replaceable": false, @@ -280418,7 +309141,7 @@ ] }, { - "id": 23807, + "id": 26262, "luminance": 0, "opaque": true, "replaceable": false, @@ -280429,7 +309152,7 @@ ] }, { - "id": 23808, + "id": 26263, "luminance": 0, "opaque": true, "replaceable": false, @@ -280440,7 +309163,7 @@ ] }, { - "id": 23809, + "id": 26264, "luminance": 0, "opaque": true, "replaceable": false, @@ -280453,7 +309176,7 @@ ] }, { - "id": 23810, + "id": 26265, "luminance": 0, "opaque": true, "replaceable": false, @@ -280466,7 +309189,7 @@ ] }, { - "id": 23811, + "id": 26266, "luminance": 0, "opaque": true, "replaceable": false, @@ -280477,7 +309200,7 @@ ] }, { - "id": 23812, + "id": 26267, "luminance": 0, "opaque": true, "replaceable": false, @@ -280490,7 +309213,7 @@ ] }, { - "id": 23813, + "id": 26268, "luminance": 0, "opaque": true, "replaceable": false, @@ -280503,7 +309226,7 @@ ] }, { - "id": 23814, + "id": 26269, "luminance": 0, "opaque": true, "replaceable": false, @@ -280513,7 +309236,7 @@ ] }, { - "id": 23815, + "id": 26270, "luminance": 0, "opaque": true, "replaceable": false, @@ -280524,7 +309247,7 @@ ] }, { - "id": 23816, + "id": 26271, "luminance": 0, "opaque": true, "replaceable": false, @@ -280535,7 +309258,7 @@ ] }, { - "id": 23817, + "id": 26272, "luminance": 0, "opaque": true, "replaceable": false, @@ -280545,7 +309268,7 @@ ] }, { - "id": 23818, + "id": 26273, "luminance": 0, "opaque": true, "replaceable": false, @@ -280556,7 +309279,7 @@ ] }, { - "id": 23819, + "id": 26274, "luminance": 0, "opaque": true, "replaceable": false, @@ -280567,7 +309290,7 @@ ] }, { - "id": 23820, + "id": 26275, "luminance": 0, "opaque": true, "replaceable": false, @@ -280579,7 +309302,7 @@ ] }, { - "id": 23821, + "id": 26276, "luminance": 0, "opaque": true, "replaceable": false, @@ -280593,7 +309316,7 @@ ] }, { - "id": 23822, + "id": 26277, "luminance": 0, "opaque": true, "replaceable": false, @@ -280607,7 +309330,7 @@ ] }, { - "id": 23823, + "id": 26278, "luminance": 0, "opaque": true, "replaceable": false, @@ -280619,7 +309342,7 @@ ] }, { - "id": 23824, + "id": 26279, "luminance": 0, "opaque": true, "replaceable": false, @@ -280633,7 +309356,7 @@ ] }, { - "id": 23825, + "id": 26280, "luminance": 0, "opaque": true, "replaceable": false, @@ -280647,7 +309370,7 @@ ] }, { - "id": 23826, + "id": 26281, "luminance": 0, "opaque": true, "replaceable": false, @@ -280657,7 +309380,7 @@ ] }, { - "id": 23827, + "id": 26282, "luminance": 0, "opaque": true, "replaceable": false, @@ -280669,7 +309392,7 @@ ] }, { - "id": 23828, + "id": 26283, "luminance": 0, "opaque": true, "replaceable": false, @@ -280681,7 +309404,7 @@ ] }, { - "id": 23829, + "id": 26284, "luminance": 0, "opaque": true, "replaceable": false, @@ -280691,7 +309414,7 @@ ] }, { - "id": 23830, + "id": 26285, "luminance": 0, "opaque": true, "replaceable": false, @@ -280703,7 +309426,7 @@ ] }, { - "id": 23831, + "id": 26286, "luminance": 0, "opaque": true, "replaceable": false, @@ -280715,7 +309438,7 @@ ] }, { - "id": 23832, + "id": 26287, "luminance": 0, "opaque": true, "replaceable": false, @@ -280727,7 +309450,7 @@ ] }, { - "id": 23833, + "id": 26288, "luminance": 0, "opaque": true, "replaceable": false, @@ -280741,7 +309464,7 @@ ] }, { - "id": 23834, + "id": 26289, "luminance": 0, "opaque": true, "replaceable": false, @@ -280755,7 +309478,7 @@ ] }, { - "id": 23835, + "id": 26290, "luminance": 0, "opaque": true, "replaceable": false, @@ -280767,7 +309490,7 @@ ] }, { - "id": 23836, + "id": 26291, "luminance": 0, "opaque": true, "replaceable": false, @@ -280781,7 +309504,7 @@ ] }, { - "id": 23837, + "id": 26292, "luminance": 0, "opaque": true, "replaceable": false, @@ -280795,7 +309518,7 @@ ] }, { - "id": 23838, + "id": 26293, "luminance": 0, "opaque": true, "replaceable": false, @@ -280805,7 +309528,7 @@ ] }, { - "id": 23839, + "id": 26294, "luminance": 0, "opaque": true, "replaceable": false, @@ -280817,7 +309540,7 @@ ] }, { - "id": 23840, + "id": 26295, "luminance": 0, "opaque": true, "replaceable": false, @@ -280829,7 +309552,7 @@ ] }, { - "id": 23841, + "id": 26296, "luminance": 0, "opaque": true, "replaceable": false, @@ -280839,7 +309562,7 @@ ] }, { - "id": 23842, + "id": 26297, "luminance": 0, "opaque": true, "replaceable": false, @@ -280851,7 +309574,7 @@ ] }, { - "id": 23843, + "id": 26298, "luminance": 0, "opaque": true, "replaceable": false, @@ -280863,7 +309586,7 @@ ] }, { - "id": 23844, + "id": 26299, "luminance": 0, "opaque": true, "replaceable": false, @@ -280874,7 +309597,7 @@ ] }, { - "id": 23845, + "id": 26300, "luminance": 0, "opaque": true, "replaceable": false, @@ -280887,7 +309610,7 @@ ] }, { - "id": 23846, + "id": 26301, "luminance": 0, "opaque": true, "replaceable": false, @@ -280900,7 +309623,7 @@ ] }, { - "id": 23847, + "id": 26302, "luminance": 0, "opaque": true, "replaceable": false, @@ -280911,7 +309634,7 @@ ] }, { - "id": 23848, + "id": 26303, "luminance": 0, "opaque": true, "replaceable": false, @@ -280924,7 +309647,7 @@ ] }, { - "id": 23849, + "id": 26304, "luminance": 0, "opaque": true, "replaceable": false, @@ -280937,7 +309660,7 @@ ] }, { - "id": 23850, + "id": 26305, "luminance": 0, "opaque": true, "replaceable": false, @@ -280947,7 +309670,7 @@ ] }, { - "id": 23851, + "id": 26306, "luminance": 0, "opaque": true, "replaceable": false, @@ -280958,7 +309681,7 @@ ] }, { - "id": 23852, + "id": 26307, "luminance": 0, "opaque": true, "replaceable": false, @@ -280969,7 +309692,7 @@ ] }, { - "id": 23853, + "id": 26308, "luminance": 0, "opaque": true, "replaceable": false, @@ -280979,7 +309702,7 @@ ] }, { - "id": 23854, + "id": 26309, "luminance": 0, "opaque": true, "replaceable": false, @@ -280990,7 +309713,7 @@ ] }, { - "id": 23855, + "id": 26310, "luminance": 0, "opaque": true, "replaceable": false, @@ -281001,7 +309724,7 @@ ] }, { - "id": 23856, + "id": 26311, "luminance": 0, "opaque": true, "replaceable": false, @@ -281013,7 +309736,7 @@ ] }, { - "id": 23857, + "id": 26312, "luminance": 0, "opaque": true, "replaceable": false, @@ -281027,7 +309750,7 @@ ] }, { - "id": 23858, + "id": 26313, "luminance": 0, "opaque": true, "replaceable": false, @@ -281041,7 +309764,7 @@ ] }, { - "id": 23859, + "id": 26314, "luminance": 0, "opaque": true, "replaceable": false, @@ -281053,7 +309776,7 @@ ] }, { - "id": 23860, + "id": 26315, "luminance": 0, "opaque": true, "replaceable": false, @@ -281067,7 +309790,7 @@ ] }, { - "id": 23861, + "id": 26316, "luminance": 0, "opaque": true, "replaceable": false, @@ -281081,7 +309804,7 @@ ] }, { - "id": 23862, + "id": 26317, "luminance": 0, "opaque": true, "replaceable": false, @@ -281091,7 +309814,7 @@ ] }, { - "id": 23863, + "id": 26318, "luminance": 0, "opaque": true, "replaceable": false, @@ -281103,7 +309826,7 @@ ] }, { - "id": 23864, + "id": 26319, "luminance": 0, "opaque": true, "replaceable": false, @@ -281115,7 +309838,7 @@ ] }, { - "id": 23865, + "id": 26320, "luminance": 0, "opaque": true, "replaceable": false, @@ -281125,7 +309848,7 @@ ] }, { - "id": 23866, + "id": 26321, "luminance": 0, "opaque": true, "replaceable": false, @@ -281137,7 +309860,7 @@ ] }, { - "id": 23867, + "id": 26322, "luminance": 0, "opaque": true, "replaceable": false, @@ -281149,7 +309872,7 @@ ] }, { - "id": 23868, + "id": 26323, "luminance": 0, "opaque": true, "replaceable": false, @@ -281161,7 +309884,7 @@ ] }, { - "id": 23869, + "id": 26324, "luminance": 0, "opaque": true, "replaceable": false, @@ -281175,7 +309898,7 @@ ] }, { - "id": 23870, + "id": 26325, "luminance": 0, "opaque": true, "replaceable": false, @@ -281189,7 +309912,7 @@ ] }, { - "id": 23871, + "id": 26326, "luminance": 0, "opaque": true, "replaceable": false, @@ -281201,7 +309924,7 @@ ] }, { - "id": 23872, + "id": 26327, "luminance": 0, "opaque": true, "replaceable": false, @@ -281215,7 +309938,7 @@ ] }, { - "id": 23873, + "id": 26328, "luminance": 0, "opaque": true, "replaceable": false, @@ -281229,7 +309952,7 @@ ] }, { - "id": 23874, + "id": 26329, "luminance": 0, "opaque": true, "replaceable": false, @@ -281239,7 +309962,7 @@ ] }, { - "id": 23875, + "id": 26330, "luminance": 0, "opaque": true, "replaceable": false, @@ -281251,7 +309974,7 @@ ] }, { - "id": 23876, + "id": 26331, "luminance": 0, "opaque": true, "replaceable": false, @@ -281263,7 +309986,7 @@ ] }, { - "id": 23877, + "id": 26332, "luminance": 0, "opaque": true, "replaceable": false, @@ -281273,7 +309996,7 @@ ] }, { - "id": 23878, + "id": 26333, "luminance": 0, "opaque": true, "replaceable": false, @@ -281285,7 +310008,7 @@ ] }, { - "id": 23879, + "id": 26334, "luminance": 0, "opaque": true, "replaceable": false, @@ -281297,7 +310020,7 @@ ] }, { - "id": 23880, + "id": 26335, "luminance": 0, "opaque": true, "replaceable": false, @@ -281308,7 +310031,7 @@ ] }, { - "id": 23881, + "id": 26336, "luminance": 0, "opaque": true, "replaceable": false, @@ -281320,7 +310043,7 @@ ] }, { - "id": 23882, + "id": 26337, "luminance": 0, "opaque": true, "replaceable": false, @@ -281332,7 +310055,7 @@ ] }, { - "id": 23883, + "id": 26338, "luminance": 0, "opaque": true, "replaceable": false, @@ -281343,7 +310066,7 @@ ] }, { - "id": 23884, + "id": 26339, "luminance": 0, "opaque": true, "replaceable": false, @@ -281355,7 +310078,7 @@ ] }, { - "id": 23885, + "id": 26340, "luminance": 0, "opaque": true, "replaceable": false, @@ -281367,7 +310090,7 @@ ] }, { - "id": 23886, + "id": 26341, "luminance": 0, "opaque": true, "replaceable": false, @@ -281377,7 +310100,7 @@ ] }, { - "id": 23887, + "id": 26342, "luminance": 0, "opaque": true, "replaceable": false, @@ -281387,7 +310110,7 @@ ] }, { - "id": 23888, + "id": 26343, "luminance": 0, "opaque": true, "replaceable": false, @@ -281397,7 +310120,7 @@ ] }, { - "id": 23889, + "id": 26344, "luminance": 0, "opaque": true, "replaceable": false, @@ -281407,7 +310130,7 @@ ] }, { - "id": 23890, + "id": 26345, "luminance": 0, "opaque": true, "replaceable": false, @@ -281417,7 +310140,7 @@ ] }, { - "id": 23891, + "id": 26346, "luminance": 0, "opaque": true, "replaceable": false, @@ -281427,7 +310150,7 @@ ] }, { - "id": 23892, + "id": 26347, "luminance": 0, "opaque": true, "replaceable": false, @@ -281439,7 +310162,7 @@ ] }, { - "id": 23893, + "id": 26348, "luminance": 0, "opaque": true, "replaceable": false, @@ -281452,7 +310175,7 @@ ] }, { - "id": 23894, + "id": 26349, "luminance": 0, "opaque": true, "replaceable": false, @@ -281465,7 +310188,7 @@ ] }, { - "id": 23895, + "id": 26350, "luminance": 0, "opaque": true, "replaceable": false, @@ -281477,7 +310200,7 @@ ] }, { - "id": 23896, + "id": 26351, "luminance": 0, "opaque": true, "replaceable": false, @@ -281490,7 +310213,7 @@ ] }, { - "id": 23897, + "id": 26352, "luminance": 0, "opaque": true, "replaceable": false, @@ -281503,7 +310226,7 @@ ] }, { - "id": 23898, + "id": 26353, "luminance": 0, "opaque": true, "replaceable": false, @@ -281514,7 +310237,7 @@ ] }, { - "id": 23899, + "id": 26354, "luminance": 0, "opaque": true, "replaceable": false, @@ -281525,7 +310248,7 @@ ] }, { - "id": 23900, + "id": 26355, "luminance": 0, "opaque": true, "replaceable": false, @@ -281536,7 +310259,7 @@ ] }, { - "id": 23901, + "id": 26356, "luminance": 0, "opaque": true, "replaceable": false, @@ -281547,7 +310270,7 @@ ] }, { - "id": 23902, + "id": 26357, "luminance": 0, "opaque": true, "replaceable": false, @@ -281558,7 +310281,7 @@ ] }, { - "id": 23903, + "id": 26358, "luminance": 0, "opaque": true, "replaceable": false, @@ -281569,7 +310292,7 @@ ] }, { - "id": 23904, + "id": 26359, "luminance": 0, "opaque": true, "replaceable": false, @@ -281581,7 +310304,7 @@ ] }, { - "id": 23905, + "id": 26360, "luminance": 0, "opaque": true, "replaceable": false, @@ -281594,7 +310317,7 @@ ] }, { - "id": 23906, + "id": 26361, "luminance": 0, "opaque": true, "replaceable": false, @@ -281607,7 +310330,7 @@ ] }, { - "id": 23907, + "id": 26362, "luminance": 0, "opaque": true, "replaceable": false, @@ -281619,7 +310342,7 @@ ] }, { - "id": 23908, + "id": 26363, "luminance": 0, "opaque": true, "replaceable": false, @@ -281632,7 +310355,7 @@ ] }, { - "id": 23909, + "id": 26364, "luminance": 0, "opaque": true, "replaceable": false, @@ -281645,7 +310368,7 @@ ] }, { - "id": 23910, + "id": 26365, "luminance": 0, "opaque": true, "replaceable": false, @@ -281656,7 +310379,7 @@ ] }, { - "id": 23911, + "id": 26366, "luminance": 0, "opaque": true, "replaceable": false, @@ -281667,7 +310390,7 @@ ] }, { - "id": 23912, + "id": 26367, "luminance": 0, "opaque": true, "replaceable": false, @@ -281678,7 +310401,7 @@ ] }, { - "id": 23913, + "id": 26368, "luminance": 0, "opaque": true, "replaceable": false, @@ -281689,7 +310412,7 @@ ] }, { - "id": 23914, + "id": 26369, "luminance": 0, "opaque": true, "replaceable": false, @@ -281700,7 +310423,7 @@ ] }, { - "id": 23915, + "id": 26370, "luminance": 0, "opaque": true, "replaceable": false, @@ -281711,7 +310434,7 @@ ] }, { - "id": 23916, + "id": 26371, "luminance": 0, "opaque": true, "replaceable": false, @@ -281723,7 +310446,7 @@ ] }, { - "id": 23917, + "id": 26372, "luminance": 0, "opaque": true, "replaceable": false, @@ -281736,7 +310459,7 @@ ] }, { - "id": 23918, + "id": 26373, "luminance": 0, "opaque": true, "replaceable": false, @@ -281749,7 +310472,7 @@ ] }, { - "id": 23919, + "id": 26374, "luminance": 0, "opaque": true, "replaceable": false, @@ -281761,7 +310484,7 @@ ] }, { - "id": 23920, + "id": 26375, "luminance": 0, "opaque": true, "replaceable": false, @@ -281774,7 +310497,7 @@ ] }, { - "id": 23921, + "id": 26376, "luminance": 0, "opaque": true, "replaceable": false, @@ -281787,7 +310510,7 @@ ] }, { - "id": 23922, + "id": 26377, "luminance": 0, "opaque": true, "replaceable": false, @@ -281798,7 +310521,7 @@ ] }, { - "id": 23923, + "id": 26378, "luminance": 0, "opaque": true, "replaceable": false, @@ -281809,7 +310532,7 @@ ] }, { - "id": 23924, + "id": 26379, "luminance": 0, "opaque": true, "replaceable": false, @@ -281820,7 +310543,7 @@ ] }, { - "id": 23925, + "id": 26380, "luminance": 0, "opaque": true, "replaceable": false, @@ -281831,7 +310554,7 @@ ] }, { - "id": 23926, + "id": 26381, "luminance": 0, "opaque": true, "replaceable": false, @@ -281842,7 +310565,7 @@ ] }, { - "id": 23927, + "id": 26382, "luminance": 0, "opaque": true, "replaceable": false, @@ -281853,7 +310576,7 @@ ] }, { - "id": 23928, + "id": 26383, "luminance": 0, "opaque": true, "replaceable": false, @@ -281866,7 +310589,7 @@ ] }, { - "id": 23929, + "id": 26384, "luminance": 0, "opaque": true, "replaceable": false, @@ -281880,7 +310603,7 @@ ] }, { - "id": 23930, + "id": 26385, "luminance": 0, "opaque": true, "replaceable": false, @@ -281894,7 +310617,7 @@ ] }, { - "id": 23931, + "id": 26386, "luminance": 0, "opaque": true, "replaceable": false, @@ -281907,7 +310630,7 @@ ] }, { - "id": 23932, + "id": 26387, "luminance": 0, "opaque": true, "replaceable": false, @@ -281921,7 +310644,7 @@ ] }, { - "id": 23933, + "id": 26388, "luminance": 0, "opaque": true, "replaceable": false, @@ -281935,7 +310658,7 @@ ] }, { - "id": 23934, + "id": 26389, "luminance": 0, "opaque": true, "replaceable": false, @@ -281946,7 +310669,7 @@ ] }, { - "id": 23935, + "id": 26390, "luminance": 0, "opaque": true, "replaceable": false, @@ -281958,7 +310681,7 @@ ] }, { - "id": 23936, + "id": 26391, "luminance": 0, "opaque": true, "replaceable": false, @@ -281970,7 +310693,7 @@ ] }, { - "id": 23937, + "id": 26392, "luminance": 0, "opaque": true, "replaceable": false, @@ -281981,7 +310704,7 @@ ] }, { - "id": 23938, + "id": 26393, "luminance": 0, "opaque": true, "replaceable": false, @@ -281993,7 +310716,7 @@ ] }, { - "id": 23939, + "id": 26394, "luminance": 0, "opaque": true, "replaceable": false, @@ -282005,7 +310728,7 @@ ] }, { - "id": 23940, + "id": 26395, "luminance": 0, "opaque": true, "replaceable": false, @@ -282018,7 +310741,7 @@ ] }, { - "id": 23941, + "id": 26396, "luminance": 0, "opaque": true, "replaceable": false, @@ -282032,7 +310755,7 @@ ] }, { - "id": 23942, + "id": 26397, "luminance": 0, "opaque": true, "replaceable": false, @@ -282046,7 +310769,7 @@ ] }, { - "id": 23943, + "id": 26398, "luminance": 0, "opaque": true, "replaceable": false, @@ -282059,7 +310782,7 @@ ] }, { - "id": 23944, + "id": 26399, "luminance": 0, "opaque": true, "replaceable": false, @@ -282073,7 +310796,7 @@ ] }, { - "id": 23945, + "id": 26400, "luminance": 0, "opaque": true, "replaceable": false, @@ -282087,7 +310810,7 @@ ] }, { - "id": 23946, + "id": 26401, "luminance": 0, "opaque": true, "replaceable": false, @@ -282098,7 +310821,7 @@ ] }, { - "id": 23947, + "id": 26402, "luminance": 0, "opaque": true, "replaceable": false, @@ -282110,7 +310833,7 @@ ] }, { - "id": 23948, + "id": 26403, "luminance": 0, "opaque": true, "replaceable": false, @@ -282122,7 +310845,7 @@ ] }, { - "id": 23949, + "id": 26404, "luminance": 0, "opaque": true, "replaceable": false, @@ -282133,7 +310856,7 @@ ] }, { - "id": 23950, + "id": 26405, "luminance": 0, "opaque": true, "replaceable": false, @@ -282145,7 +310868,7 @@ ] }, { - "id": 23951, + "id": 26406, "luminance": 0, "opaque": true, "replaceable": false, @@ -282157,7 +310880,7 @@ ] }, { - "id": 23952, + "id": 26407, "luminance": 0, "opaque": true, "replaceable": false, @@ -282169,7 +310892,7 @@ ] }, { - "id": 23953, + "id": 26408, "luminance": 0, "opaque": true, "replaceable": false, @@ -282182,7 +310905,7 @@ ] }, { - "id": 23954, + "id": 26409, "luminance": 0, "opaque": true, "replaceable": false, @@ -282195,7 +310918,7 @@ ] }, { - "id": 23955, + "id": 26410, "luminance": 0, "opaque": true, "replaceable": false, @@ -282207,7 +310930,7 @@ ] }, { - "id": 23956, + "id": 26411, "luminance": 0, "opaque": true, "replaceable": false, @@ -282220,7 +310943,7 @@ ] }, { - "id": 23957, + "id": 26412, "luminance": 0, "opaque": true, "replaceable": false, @@ -282233,7 +310956,7 @@ ] }, { - "id": 23958, + "id": 26413, "luminance": 0, "opaque": true, "replaceable": false, @@ -282244,7 +310967,7 @@ ] }, { - "id": 23959, + "id": 26414, "luminance": 0, "opaque": true, "replaceable": false, @@ -282255,7 +310978,7 @@ ] }, { - "id": 23960, + "id": 26415, "luminance": 0, "opaque": true, "replaceable": false, @@ -282266,7 +310989,7 @@ ] }, { - "id": 23961, + "id": 26416, "luminance": 0, "opaque": true, "replaceable": false, @@ -282277,7 +311000,7 @@ ] }, { - "id": 23962, + "id": 26417, "luminance": 0, "opaque": true, "replaceable": false, @@ -282288,7 +311011,7 @@ ] }, { - "id": 23963, + "id": 26418, "luminance": 0, "opaque": true, "replaceable": false, @@ -282299,7 +311022,7 @@ ] }, { - "id": 23964, + "id": 26419, "luminance": 0, "opaque": true, "replaceable": false, @@ -282312,7 +311035,7 @@ ] }, { - "id": 23965, + "id": 26420, "luminance": 0, "opaque": true, "replaceable": false, @@ -282326,7 +311049,7 @@ ] }, { - "id": 23966, + "id": 26421, "luminance": 0, "opaque": true, "replaceable": false, @@ -282340,7 +311063,7 @@ ] }, { - "id": 23967, + "id": 26422, "luminance": 0, "opaque": true, "replaceable": false, @@ -282353,7 +311076,7 @@ ] }, { - "id": 23968, + "id": 26423, "luminance": 0, "opaque": true, "replaceable": false, @@ -282367,7 +311090,7 @@ ] }, { - "id": 23969, + "id": 26424, "luminance": 0, "opaque": true, "replaceable": false, @@ -282381,7 +311104,7 @@ ] }, { - "id": 23970, + "id": 26425, "luminance": 0, "opaque": true, "replaceable": false, @@ -282392,7 +311115,7 @@ ] }, { - "id": 23971, + "id": 26426, "luminance": 0, "opaque": true, "replaceable": false, @@ -282404,7 +311127,7 @@ ] }, { - "id": 23972, + "id": 26427, "luminance": 0, "opaque": true, "replaceable": false, @@ -282416,7 +311139,7 @@ ] }, { - "id": 23973, + "id": 26428, "luminance": 0, "opaque": true, "replaceable": false, @@ -282427,7 +311150,7 @@ ] }, { - "id": 23974, + "id": 26429, "luminance": 0, "opaque": true, "replaceable": false, @@ -282439,7 +311162,7 @@ ] }, { - "id": 23975, + "id": 26430, "luminance": 0, "opaque": true, "replaceable": false, @@ -282451,7 +311174,7 @@ ] }, { - "id": 23976, + "id": 26431, "luminance": 0, "opaque": true, "replaceable": false, @@ -282464,7 +311187,7 @@ ] }, { - "id": 23977, + "id": 26432, "luminance": 0, "opaque": true, "replaceable": false, @@ -282478,7 +311201,7 @@ ] }, { - "id": 23978, + "id": 26433, "luminance": 0, "opaque": true, "replaceable": false, @@ -282492,7 +311215,7 @@ ] }, { - "id": 23979, + "id": 26434, "luminance": 0, "opaque": true, "replaceable": false, @@ -282505,7 +311228,7 @@ ] }, { - "id": 23980, + "id": 26435, "luminance": 0, "opaque": true, "replaceable": false, @@ -282519,7 +311242,7 @@ ] }, { - "id": 23981, + "id": 26436, "luminance": 0, "opaque": true, "replaceable": false, @@ -282533,7 +311256,7 @@ ] }, { - "id": 23982, + "id": 26437, "luminance": 0, "opaque": true, "replaceable": false, @@ -282544,7 +311267,7 @@ ] }, { - "id": 23983, + "id": 26438, "luminance": 0, "opaque": true, "replaceable": false, @@ -282556,7 +311279,7 @@ ] }, { - "id": 23984, + "id": 26439, "luminance": 0, "opaque": true, "replaceable": false, @@ -282568,7 +311291,7 @@ ] }, { - "id": 23985, + "id": 26440, "luminance": 0, "opaque": true, "replaceable": false, @@ -282579,7 +311302,7 @@ ] }, { - "id": 23986, + "id": 26441, "luminance": 0, "opaque": true, "replaceable": false, @@ -282591,7 +311314,7 @@ ] }, { - "id": 23987, + "id": 26442, "luminance": 0, "opaque": true, "replaceable": false, @@ -282603,7 +311326,7 @@ ] }, { - "id": 23988, + "id": 26443, "luminance": 0, "opaque": true, "replaceable": false, @@ -282614,7 +311337,7 @@ ] }, { - "id": 23989, + "id": 26444, "luminance": 0, "opaque": true, "replaceable": false, @@ -282626,7 +311349,7 @@ ] }, { - "id": 23990, + "id": 26445, "luminance": 0, "opaque": true, "replaceable": false, @@ -282638,7 +311361,7 @@ ] }, { - "id": 23991, + "id": 26446, "luminance": 0, "opaque": true, "replaceable": false, @@ -282649,7 +311372,7 @@ ] }, { - "id": 23992, + "id": 26447, "luminance": 0, "opaque": true, "replaceable": false, @@ -282661,7 +311384,7 @@ ] }, { - "id": 23993, + "id": 26448, "luminance": 0, "opaque": true, "replaceable": false, @@ -282673,7 +311396,7 @@ ] }, { - "id": 23994, + "id": 26449, "luminance": 0, "opaque": true, "replaceable": false, @@ -282683,7 +311406,7 @@ ] }, { - "id": 23995, + "id": 26450, "luminance": 0, "opaque": true, "replaceable": false, @@ -282693,7 +311416,7 @@ ] }, { - "id": 23996, + "id": 26451, "luminance": 0, "opaque": true, "replaceable": false, @@ -282703,7 +311426,7 @@ ] }, { - "id": 23997, + "id": 26452, "luminance": 0, "opaque": true, "replaceable": false, @@ -282713,7 +311436,7 @@ ] }, { - "id": 23998, + "id": 26453, "luminance": 0, "opaque": true, "replaceable": false, @@ -282723,7 +311446,7 @@ ] }, { - "id": 23999, + "id": 26454, "luminance": 0, "opaque": true, "replaceable": false, @@ -282733,7 +311456,7 @@ ] }, { - "id": 24000, + "id": 26455, "luminance": 0, "opaque": true, "replaceable": false, @@ -282745,7 +311468,7 @@ ] }, { - "id": 24001, + "id": 26456, "luminance": 0, "opaque": true, "replaceable": false, @@ -282758,7 +311481,7 @@ ] }, { - "id": 24002, + "id": 26457, "luminance": 0, "opaque": true, "replaceable": false, @@ -282771,7 +311494,7 @@ ] }, { - "id": 24003, + "id": 26458, "luminance": 0, "opaque": true, "replaceable": false, @@ -282783,7 +311506,7 @@ ] }, { - "id": 24004, + "id": 26459, "luminance": 0, "opaque": true, "replaceable": false, @@ -282796,7 +311519,7 @@ ] }, { - "id": 24005, + "id": 26460, "luminance": 0, "opaque": true, "replaceable": false, @@ -282809,7 +311532,7 @@ ] }, { - "id": 24006, + "id": 26461, "luminance": 0, "opaque": true, "replaceable": false, @@ -282820,7 +311543,7 @@ ] }, { - "id": 24007, + "id": 26462, "luminance": 0, "opaque": true, "replaceable": false, @@ -282831,7 +311554,7 @@ ] }, { - "id": 24008, + "id": 26463, "luminance": 0, "opaque": true, "replaceable": false, @@ -282842,7 +311565,7 @@ ] }, { - "id": 24009, + "id": 26464, "luminance": 0, "opaque": true, "replaceable": false, @@ -282853,7 +311576,7 @@ ] }, { - "id": 24010, + "id": 26465, "luminance": 0, "opaque": true, "replaceable": false, @@ -282864,7 +311587,7 @@ ] }, { - "id": 24011, + "id": 26466, "luminance": 0, "opaque": true, "replaceable": false, @@ -282875,7 +311598,7 @@ ] }, { - "id": 24012, + "id": 26467, "luminance": 0, "opaque": true, "replaceable": false, @@ -282887,7 +311610,7 @@ ] }, { - "id": 24013, + "id": 26468, "luminance": 0, "opaque": true, "replaceable": false, @@ -282900,7 +311623,7 @@ ] }, { - "id": 24014, + "id": 26469, "luminance": 0, "opaque": true, "replaceable": false, @@ -282913,7 +311636,7 @@ ] }, { - "id": 24015, + "id": 26470, "luminance": 0, "opaque": true, "replaceable": false, @@ -282925,7 +311648,7 @@ ] }, { - "id": 24016, + "id": 26471, "luminance": 0, "opaque": true, "replaceable": false, @@ -282938,7 +311661,7 @@ ] }, { - "id": 24017, + "id": 26472, "luminance": 0, "opaque": true, "replaceable": false, @@ -282951,7 +311674,7 @@ ] }, { - "id": 24018, + "id": 26473, "luminance": 0, "opaque": true, "replaceable": false, @@ -282962,7 +311685,7 @@ ] }, { - "id": 24019, + "id": 26474, "luminance": 0, "opaque": true, "replaceable": false, @@ -282973,7 +311696,7 @@ ] }, { - "id": 24020, + "id": 26475, "luminance": 0, "opaque": true, "replaceable": false, @@ -282984,7 +311707,7 @@ ] }, { - "id": 24021, + "id": 26476, "luminance": 0, "opaque": true, "replaceable": false, @@ -282995,7 +311718,7 @@ ] }, { - "id": 24022, + "id": 26477, "luminance": 0, "opaque": true, "replaceable": false, @@ -283006,7 +311729,7 @@ ] }, { - "id": 24023, + "id": 26478, "luminance": 0, "opaque": true, "replaceable": false, @@ -283017,7 +311740,7 @@ ] }, { - "id": 24024, + "id": 26479, "luminance": 0, "opaque": true, "replaceable": false, @@ -283029,7 +311752,7 @@ ] }, { - "id": 24025, + "id": 26480, "luminance": 0, "opaque": true, "replaceable": false, @@ -283042,7 +311765,7 @@ ] }, { - "id": 24026, + "id": 26481, "luminance": 0, "opaque": true, "replaceable": false, @@ -283055,7 +311778,7 @@ ] }, { - "id": 24027, + "id": 26482, "luminance": 0, "opaque": true, "replaceable": false, @@ -283067,7 +311790,7 @@ ] }, { - "id": 24028, + "id": 26483, "luminance": 0, "opaque": true, "replaceable": false, @@ -283080,7 +311803,7 @@ ] }, { - "id": 24029, + "id": 26484, "luminance": 0, "opaque": true, "replaceable": false, @@ -283093,7 +311816,7 @@ ] }, { - "id": 24030, + "id": 26485, "luminance": 0, "opaque": true, "replaceable": false, @@ -283104,7 +311827,7 @@ ] }, { - "id": 24031, + "id": 26486, "luminance": 0, "opaque": true, "replaceable": false, @@ -283115,7 +311838,7 @@ ] }, { - "id": 24032, + "id": 26487, "luminance": 0, "opaque": true, "replaceable": false, @@ -283126,7 +311849,7 @@ ] }, { - "id": 24033, + "id": 26488, "luminance": 0, "opaque": true, "replaceable": false, @@ -283137,7 +311860,7 @@ ] }, { - "id": 24034, + "id": 26489, "luminance": 0, "opaque": true, "replaceable": false, @@ -283148,7 +311871,7 @@ ] }, { - "id": 24035, + "id": 26490, "luminance": 0, "opaque": true, "replaceable": false, @@ -283159,7 +311882,7 @@ ] }, { - "id": 24036, + "id": 26491, "luminance": 0, "opaque": true, "replaceable": false, @@ -283172,7 +311895,7 @@ ] }, { - "id": 24037, + "id": 26492, "luminance": 0, "opaque": true, "replaceable": false, @@ -283186,7 +311909,7 @@ ] }, { - "id": 24038, + "id": 26493, "luminance": 0, "opaque": true, "replaceable": false, @@ -283200,7 +311923,7 @@ ] }, { - "id": 24039, + "id": 26494, "luminance": 0, "opaque": true, "replaceable": false, @@ -283213,7 +311936,7 @@ ] }, { - "id": 24040, + "id": 26495, "luminance": 0, "opaque": true, "replaceable": false, @@ -283227,7 +311950,7 @@ ] }, { - "id": 24041, + "id": 26496, "luminance": 0, "opaque": true, "replaceable": false, @@ -283241,7 +311964,7 @@ ] }, { - "id": 24042, + "id": 26497, "luminance": 0, "opaque": true, "replaceable": false, @@ -283252,7 +311975,7 @@ ] }, { - "id": 24043, + "id": 26498, "luminance": 0, "opaque": true, "replaceable": false, @@ -283264,7 +311987,7 @@ ] }, { - "id": 24044, + "id": 26499, "luminance": 0, "opaque": true, "replaceable": false, @@ -283276,7 +311999,7 @@ ] }, { - "id": 24045, + "id": 26500, "luminance": 0, "opaque": true, "replaceable": false, @@ -283287,7 +312010,7 @@ ] }, { - "id": 24046, + "id": 26501, "luminance": 0, "opaque": true, "replaceable": false, @@ -283299,7 +312022,7 @@ ] }, { - "id": 24047, + "id": 26502, "luminance": 0, "opaque": true, "replaceable": false, @@ -283311,7 +312034,7 @@ ] }, { - "id": 24048, + "id": 26503, "luminance": 0, "opaque": true, "replaceable": false, @@ -283324,7 +312047,7 @@ ] }, { - "id": 24049, + "id": 26504, "luminance": 0, "opaque": true, "replaceable": false, @@ -283338,7 +312061,7 @@ ] }, { - "id": 24050, + "id": 26505, "luminance": 0, "opaque": true, "replaceable": false, @@ -283352,7 +312075,7 @@ ] }, { - "id": 24051, + "id": 26506, "luminance": 0, "opaque": true, "replaceable": false, @@ -283365,7 +312088,7 @@ ] }, { - "id": 24052, + "id": 26507, "luminance": 0, "opaque": true, "replaceable": false, @@ -283379,7 +312102,7 @@ ] }, { - "id": 24053, + "id": 26508, "luminance": 0, "opaque": true, "replaceable": false, @@ -283393,7 +312116,7 @@ ] }, { - "id": 24054, + "id": 26509, "luminance": 0, "opaque": true, "replaceable": false, @@ -283404,7 +312127,7 @@ ] }, { - "id": 24055, + "id": 26510, "luminance": 0, "opaque": true, "replaceable": false, @@ -283416,7 +312139,7 @@ ] }, { - "id": 24056, + "id": 26511, "luminance": 0, "opaque": true, "replaceable": false, @@ -283428,7 +312151,7 @@ ] }, { - "id": 24057, + "id": 26512, "luminance": 0, "opaque": true, "replaceable": false, @@ -283439,7 +312162,7 @@ ] }, { - "id": 24058, + "id": 26513, "luminance": 0, "opaque": true, "replaceable": false, @@ -283451,7 +312174,7 @@ ] }, { - "id": 24059, + "id": 26514, "luminance": 0, "opaque": true, "replaceable": false, @@ -283463,7 +312186,7 @@ ] }, { - "id": 24060, + "id": 26515, "luminance": 0, "opaque": true, "replaceable": false, @@ -283475,7 +312198,7 @@ ] }, { - "id": 24061, + "id": 26516, "luminance": 0, "opaque": true, "replaceable": false, @@ -283488,7 +312211,7 @@ ] }, { - "id": 24062, + "id": 26517, "luminance": 0, "opaque": true, "replaceable": false, @@ -283501,7 +312224,7 @@ ] }, { - "id": 24063, + "id": 26518, "luminance": 0, "opaque": true, "replaceable": false, @@ -283513,7 +312236,7 @@ ] }, { - "id": 24064, + "id": 26519, "luminance": 0, "opaque": true, "replaceable": false, @@ -283526,7 +312249,7 @@ ] }, { - "id": 24065, + "id": 26520, "luminance": 0, "opaque": true, "replaceable": false, @@ -283539,7 +312262,7 @@ ] }, { - "id": 24066, + "id": 26521, "luminance": 0, "opaque": true, "replaceable": false, @@ -283550,7 +312273,7 @@ ] }, { - "id": 24067, + "id": 26522, "luminance": 0, "opaque": true, "replaceable": false, @@ -283561,7 +312284,7 @@ ] }, { - "id": 24068, + "id": 26523, "luminance": 0, "opaque": true, "replaceable": false, @@ -283572,7 +312295,7 @@ ] }, { - "id": 24069, + "id": 26524, "luminance": 0, "opaque": true, "replaceable": false, @@ -283583,7 +312306,7 @@ ] }, { - "id": 24070, + "id": 26525, "luminance": 0, "opaque": true, "replaceable": false, @@ -283594,7 +312317,7 @@ ] }, { - "id": 24071, + "id": 26526, "luminance": 0, "opaque": true, "replaceable": false, @@ -283605,7 +312328,7 @@ ] }, { - "id": 24072, + "id": 26527, "luminance": 0, "opaque": true, "replaceable": false, @@ -283618,7 +312341,7 @@ ] }, { - "id": 24073, + "id": 26528, "luminance": 0, "opaque": true, "replaceable": false, @@ -283632,7 +312355,7 @@ ] }, { - "id": 24074, + "id": 26529, "luminance": 0, "opaque": true, "replaceable": false, @@ -283646,7 +312369,7 @@ ] }, { - "id": 24075, + "id": 26530, "luminance": 0, "opaque": true, "replaceable": false, @@ -283659,7 +312382,7 @@ ] }, { - "id": 24076, + "id": 26531, "luminance": 0, "opaque": true, "replaceable": false, @@ -283673,7 +312396,7 @@ ] }, { - "id": 24077, + "id": 26532, "luminance": 0, "opaque": true, "replaceable": false, @@ -283687,7 +312410,7 @@ ] }, { - "id": 24078, + "id": 26533, "luminance": 0, "opaque": true, "replaceable": false, @@ -283698,7 +312421,7 @@ ] }, { - "id": 24079, + "id": 26534, "luminance": 0, "opaque": true, "replaceable": false, @@ -283710,7 +312433,7 @@ ] }, { - "id": 24080, + "id": 26535, "luminance": 0, "opaque": true, "replaceable": false, @@ -283722,7 +312445,7 @@ ] }, { - "id": 24081, + "id": 26536, "luminance": 0, "opaque": true, "replaceable": false, @@ -283733,7 +312456,7 @@ ] }, { - "id": 24082, + "id": 26537, "luminance": 0, "opaque": true, "replaceable": false, @@ -283745,7 +312468,7 @@ ] }, { - "id": 24083, + "id": 26538, "luminance": 0, "opaque": true, "replaceable": false, @@ -283757,7 +312480,7 @@ ] }, { - "id": 24084, + "id": 26539, "luminance": 0, "opaque": true, "replaceable": false, @@ -283770,7 +312493,7 @@ ] }, { - "id": 24085, + "id": 26540, "luminance": 0, "opaque": true, "replaceable": false, @@ -283784,7 +312507,7 @@ ] }, { - "id": 24086, + "id": 26541, "luminance": 0, "opaque": true, "replaceable": false, @@ -283798,7 +312521,7 @@ ] }, { - "id": 24087, + "id": 26542, "luminance": 0, "opaque": true, "replaceable": false, @@ -283811,7 +312534,7 @@ ] }, { - "id": 24088, + "id": 26543, "luminance": 0, "opaque": true, "replaceable": false, @@ -283825,7 +312548,7 @@ ] }, { - "id": 24089, + "id": 26544, "luminance": 0, "opaque": true, "replaceable": false, @@ -283839,7 +312562,7 @@ ] }, { - "id": 24090, + "id": 26545, "luminance": 0, "opaque": true, "replaceable": false, @@ -283850,7 +312573,7 @@ ] }, { - "id": 24091, + "id": 26546, "luminance": 0, "opaque": true, "replaceable": false, @@ -283862,7 +312585,7 @@ ] }, { - "id": 24092, + "id": 26547, "luminance": 0, "opaque": true, "replaceable": false, @@ -283874,7 +312597,7 @@ ] }, { - "id": 24093, + "id": 26548, "luminance": 0, "opaque": true, "replaceable": false, @@ -283885,7 +312608,7 @@ ] }, { - "id": 24094, + "id": 26549, "luminance": 0, "opaque": true, "replaceable": false, @@ -283897,7 +312620,7 @@ ] }, { - "id": 24095, + "id": 26550, "luminance": 0, "opaque": true, "replaceable": false, @@ -283911,15 +312634,15 @@ ] }, { - "id": 987, + "id": 1040, "name": "chiseled_deepslate", "translation_key": "block.minecraft.chiseled_deepslate", - "item_id": 328, + "item_id": 349, "properties": [], - "default_state_id": 24096, + "default_state_id": 26551, "states": [ { - "id": 24096, + "id": 26551, "luminance": 0, "opaque": true, "replaceable": false, @@ -283931,15 +312654,15 @@ ] }, { - "id": 988, + "id": 1041, "name": "cracked_deepslate_bricks", "translation_key": "block.minecraft.cracked_deepslate_bricks", - "item_id": 325, + "item_id": 346, "properties": [], - "default_state_id": 24097, + "default_state_id": 26552, "states": [ { - "id": 24097, + "id": 26552, "luminance": 0, "opaque": true, "replaceable": false, @@ -283951,15 +312674,15 @@ ] }, { - "id": 989, + "id": 1042, "name": "cracked_deepslate_tiles", "translation_key": "block.minecraft.cracked_deepslate_tiles", - "item_id": 327, + "item_id": 348, "properties": [], - "default_state_id": 24098, + "default_state_id": 26553, "states": [ { - "id": 24098, + "id": 26553, "luminance": 0, "opaque": true, "replaceable": false, @@ -283971,10 +312694,10 @@ ] }, { - "id": 990, + "id": 1043, "name": "infested_deepslate", "translation_key": "block.minecraft.infested_deepslate", - "item_id": 317, + "item_id": 338, "properties": [ { "name": "axis", @@ -283985,10 +312708,10 @@ ] } ], - "default_state_id": 24100, + "default_state_id": 26555, "states": [ { - "id": 24099, + "id": 26554, "luminance": 0, "opaque": true, "replaceable": false, @@ -283998,7 +312721,7 @@ ] }, { - "id": 24100, + "id": 26555, "luminance": 0, "opaque": true, "replaceable": false, @@ -284008,7 +312731,7 @@ ] }, { - "id": 24101, + "id": 26556, "luminance": 0, "opaque": true, "replaceable": false, @@ -284020,15 +312743,15 @@ ] }, { - "id": 991, + "id": 1044, "name": "smooth_basalt", "translation_key": "block.minecraft.smooth_basalt", - "item_id": 308, + "item_id": 329, "properties": [], - "default_state_id": 24102, + "default_state_id": 26557, "states": [ { - "id": 24102, + "id": 26557, "luminance": 0, "opaque": true, "replaceable": false, @@ -284040,15 +312763,15 @@ ] }, { - "id": 992, + "id": 1045, "name": "raw_iron_block", "translation_key": "block.minecraft.raw_iron_block", - "item_id": 69, + "item_id": 82, "properties": [], - "default_state_id": 24103, + "default_state_id": 26558, "states": [ { - "id": 24103, + "id": 26558, "luminance": 0, "opaque": true, "replaceable": false, @@ -284060,15 +312783,15 @@ ] }, { - "id": 993, + "id": 1046, "name": "raw_copper_block", "translation_key": "block.minecraft.raw_copper_block", - "item_id": 70, + "item_id": 83, "properties": [], - "default_state_id": 24104, + "default_state_id": 26559, "states": [ { - "id": 24104, + "id": 26559, "luminance": 0, "opaque": true, "replaceable": false, @@ -284080,15 +312803,15 @@ ] }, { - "id": 994, + "id": 1047, "name": "raw_gold_block", "translation_key": "block.minecraft.raw_gold_block", - "item_id": 71, + "item_id": 84, "properties": [], - "default_state_id": 24105, + "default_state_id": 26560, "states": [ { - "id": 24105, + "id": 26560, "luminance": 0, "opaque": true, "replaceable": false, @@ -284100,15 +312823,15 @@ ] }, { - "id": 995, + "id": 1048, "name": "potted_azalea_bush", "translation_key": "block.minecraft.potted_azalea_bush", "item_id": 0, "properties": [], - "default_state_id": 24106, + "default_state_id": 26561, "states": [ { - "id": 24106, + "id": 26561, "luminance": 0, "opaque": false, "replaceable": false, @@ -284120,15 +312843,15 @@ ] }, { - "id": 996, + "id": 1049, "name": "potted_flowering_azalea_bush", "translation_key": "block.minecraft.potted_flowering_azalea_bush", "item_id": 0, "properties": [], - "default_state_id": 24107, + "default_state_id": 26562, "states": [ { - "id": 24107, + "id": 26562, "luminance": 0, "opaque": false, "replaceable": false, @@ -284140,10 +312863,10 @@ ] }, { - "id": 997, + "id": 1050, "name": "ochre_froglight", "translation_key": "block.minecraft.ochre_froglight", - "item_id": 1212, + "item_id": 1251, "properties": [ { "name": "axis", @@ -284154,10 +312877,10 @@ ] } ], - "default_state_id": 24109, + "default_state_id": 26564, "states": [ { - "id": 24108, + "id": 26563, "luminance": 15, "opaque": true, "replaceable": false, @@ -284167,7 +312890,7 @@ ] }, { - "id": 24109, + "id": 26564, "luminance": 15, "opaque": true, "replaceable": false, @@ -284177,7 +312900,7 @@ ] }, { - "id": 24110, + "id": 26565, "luminance": 15, "opaque": true, "replaceable": false, @@ -284189,10 +312912,10 @@ ] }, { - "id": 998, + "id": 1051, "name": "verdant_froglight", "translation_key": "block.minecraft.verdant_froglight", - "item_id": 1213, + "item_id": 1252, "properties": [ { "name": "axis", @@ -284203,10 +312926,10 @@ ] } ], - "default_state_id": 24112, + "default_state_id": 26567, "states": [ { - "id": 24111, + "id": 26566, "luminance": 15, "opaque": true, "replaceable": false, @@ -284216,7 +312939,7 @@ ] }, { - "id": 24112, + "id": 26567, "luminance": 15, "opaque": true, "replaceable": false, @@ -284226,7 +312949,7 @@ ] }, { - "id": 24113, + "id": 26568, "luminance": 15, "opaque": true, "replaceable": false, @@ -284238,10 +312961,10 @@ ] }, { - "id": 999, + "id": 1052, "name": "pearlescent_froglight", "translation_key": "block.minecraft.pearlescent_froglight", - "item_id": 1214, + "item_id": 1253, "properties": [ { "name": "axis", @@ -284252,10 +312975,10 @@ ] } ], - "default_state_id": 24115, + "default_state_id": 26570, "states": [ { - "id": 24114, + "id": 26569, "luminance": 15, "opaque": true, "replaceable": false, @@ -284265,7 +312988,7 @@ ] }, { - "id": 24115, + "id": 26570, "luminance": 15, "opaque": true, "replaceable": false, @@ -284275,7 +312998,7 @@ ] }, { - "id": 24116, + "id": 26571, "luminance": 15, "opaque": true, "replaceable": false, @@ -284287,15 +313010,15 @@ ] }, { - "id": 1000, + "id": 1053, "name": "frogspawn", "translation_key": "block.minecraft.frogspawn", - "item_id": 1215, + "item_id": 1254, "properties": [], - "default_state_id": 24117, + "default_state_id": 26572, "states": [ { - "id": 24117, + "id": 26572, "luminance": 0, "opaque": false, "replaceable": false, @@ -284305,15 +313028,15 @@ ] }, { - "id": 1001, + "id": 1054, "name": "reinforced_deepslate", "translation_key": "block.minecraft.reinforced_deepslate", - "item_id": 329, + "item_id": 350, "properties": [], - "default_state_id": 24118, + "default_state_id": 26573, "states": [ { - "id": 24118, + "id": 26573, "luminance": 0, "opaque": true, "replaceable": false, @@ -284325,10 +313048,10 @@ ] }, { - "id": 1002, + "id": 1055, "name": "decorated_pot", "translation_key": "block.minecraft.decorated_pot", - "item_id": 266, + "item_id": 287, "properties": [ { "name": "cracked", @@ -284354,10 +313077,10 @@ ] } ], - "default_state_id": 24128, + "default_state_id": 26583, "states": [ { - "id": 24119, + "id": 26574, "luminance": 0, "opaque": false, "replaceable": false, @@ -284368,7 +313091,7 @@ "block_entity_type": 40 }, { - "id": 24120, + "id": 26575, "luminance": 0, "opaque": false, "replaceable": false, @@ -284379,7 +313102,7 @@ "block_entity_type": 40 }, { - "id": 24121, + "id": 26576, "luminance": 0, "opaque": false, "replaceable": false, @@ -284390,7 +313113,7 @@ "block_entity_type": 40 }, { - "id": 24122, + "id": 26577, "luminance": 0, "opaque": false, "replaceable": false, @@ -284401,7 +313124,7 @@ "block_entity_type": 40 }, { - "id": 24123, + "id": 26578, "luminance": 0, "opaque": false, "replaceable": false, @@ -284412,7 +313135,7 @@ "block_entity_type": 40 }, { - "id": 24124, + "id": 26579, "luminance": 0, "opaque": false, "replaceable": false, @@ -284423,7 +313146,7 @@ "block_entity_type": 40 }, { - "id": 24125, + "id": 26580, "luminance": 0, "opaque": false, "replaceable": false, @@ -284434,7 +313157,7 @@ "block_entity_type": 40 }, { - "id": 24126, + "id": 26581, "luminance": 0, "opaque": false, "replaceable": false, @@ -284445,7 +313168,7 @@ "block_entity_type": 40 }, { - "id": 24127, + "id": 26582, "luminance": 0, "opaque": false, "replaceable": false, @@ -284456,7 +313179,7 @@ "block_entity_type": 40 }, { - "id": 24128, + "id": 26583, "luminance": 0, "opaque": false, "replaceable": false, @@ -284467,7 +313190,7 @@ "block_entity_type": 40 }, { - "id": 24129, + "id": 26584, "luminance": 0, "opaque": false, "replaceable": false, @@ -284478,7 +313201,7 @@ "block_entity_type": 40 }, { - "id": 24130, + "id": 26585, "luminance": 0, "opaque": false, "replaceable": false, @@ -284489,7 +313212,7 @@ "block_entity_type": 40 }, { - "id": 24131, + "id": 26586, "luminance": 0, "opaque": false, "replaceable": false, @@ -284500,7 +313223,7 @@ "block_entity_type": 40 }, { - "id": 24132, + "id": 26587, "luminance": 0, "opaque": false, "replaceable": false, @@ -284511,7 +313234,7 @@ "block_entity_type": 40 }, { - "id": 24133, + "id": 26588, "luminance": 0, "opaque": false, "replaceable": false, @@ -284522,7 +313245,7 @@ "block_entity_type": 40 }, { - "id": 24134, + "id": 26589, "luminance": 0, "opaque": false, "replaceable": false, @@ -284533,6 +313256,664 @@ "block_entity_type": 40 } ] + }, + { + "id": 1056, + "name": "crafter", + "translation_key": "block.minecraft.crafter", + "item_id": 978, + "properties": [ + { + "name": "crafting", + "values": [ + "true", + "false" + ] + }, + { + "name": "orientation", + "values": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + }, + { + "name": "triggered", + "values": [ + "true", + "false" + ] + } + ], + "default_state_id": 26635, + "states": [ + { + "id": 26590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + }, + { + "id": 26637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 41 + } + ] + }, + { + "id": 1057, + "name": "trial_spawner", + "translation_key": "block.minecraft.trial_spawner", + "item_id": 1310, + "properties": [ + { + "name": "trial_spawner_state", + "values": [ + "inactive", + "waiting_for_players", + "active", + "waiting_for_reward_ejection", + "ejecting_reward", + "cooldown" + ] + } + ], + "default_state_id": 26638, + "states": [ + { + "id": 26638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 26639, + "luminance": 4, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 26640, + "luminance": 8, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 26641, + "luminance": 8, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 26642, + "luminance": 8, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 26643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "blocks_motion": true, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + } + ] } ] } \ No newline at end of file diff --git a/crates/valence_generated/extracted/effects.json b/crates/valence_generated/extracted/effects.json index 5d9555739..2278faf12 100644 --- a/crates/valence_generated/extracted/effects.json +++ b/crates/valence_generated/extracted/effects.json @@ -1,6 +1,6 @@ [ { - "id": 1, + "id": 0, "name": "speed", "translation_key": "effect.minecraft.speed", "color": 3402751, @@ -8,15 +8,15 @@ "category": "Beneficial", "attribute_modifiers": [ { - "attribute": 3, + "attribute": 12, "operation": 2, - "value": 0.20000000298023224, + "base_value": 0.20000000298023224, "uuid": "91aeaa56-376b-4498-935b-2f7f68070635" } ] }, { - "id": 2, + "id": 1, "name": "slowness", "translation_key": "effect.minecraft.slowness", "color": 9154528, @@ -24,15 +24,15 @@ "category": "Harmful", "attribute_modifiers": [ { - "attribute": 3, + "attribute": 12, "operation": 2, - "value": -0.15000000596046448, + "base_value": -0.15000000596046448, "uuid": "7107de5e-7ce8-4030-940e-514c1f160890" } ] }, { - "id": 3, + "id": 2, "name": "haste", "translation_key": "effect.minecraft.haste", "color": 14270531, @@ -40,15 +40,15 @@ "category": "Beneficial", "attribute_modifiers": [ { - "attribute": 7, + "attribute": 4, "operation": 2, - "value": 0.10000000149011612, + "base_value": 0.10000000149011612, "uuid": "af8b6e3f-3328-4c0a-aa36-5ba2bb9dbef3" } ] }, { - "id": 4, + "id": 3, "name": "mining_fatigue", "translation_key": "effect.minecraft.mining_fatigue", "color": 4866583, @@ -56,15 +56,15 @@ "category": "Harmful", "attribute_modifiers": [ { - "attribute": 7, + "attribute": 4, "operation": 2, - "value": -0.10000000149011612, + "base_value": -0.10000000149011612, "uuid": "55fced67-e92a-486e-9800-b47f202c4386" } ] }, { - "id": 5, + "id": 4, "name": "strength", "translation_key": "effect.minecraft.strength", "color": 16762624, @@ -72,15 +72,15 @@ "category": "Beneficial", "attribute_modifiers": [ { - "attribute": 5, + "attribute": 2, "operation": 0, - "value": 0.0, + "base_value": 3.0, "uuid": "648d7064-6a60-4f59-8abe-c2c23a6dd7a9" } ] }, { - "id": 6, + "id": 5, "name": "instant_health", "translation_key": "effect.minecraft.instant_health", "color": 16262179, @@ -88,7 +88,7 @@ "category": "Beneficial" }, { - "id": 7, + "id": 6, "name": "instant_damage", "translation_key": "effect.minecraft.instant_damage", "color": 11101546, @@ -96,7 +96,7 @@ "category": "Harmful" }, { - "id": 8, + "id": 7, "name": "jump_boost", "translation_key": "effect.minecraft.jump_boost", "color": 16646020, @@ -104,7 +104,7 @@ "category": "Beneficial" }, { - "id": 9, + "id": 8, "name": "nausea", "translation_key": "effect.minecraft.nausea", "color": 5578058, @@ -112,7 +112,7 @@ "category": "Harmful" }, { - "id": 10, + "id": 9, "name": "regeneration", "translation_key": "effect.minecraft.regeneration", "color": 13458603, @@ -120,7 +120,7 @@ "category": "Beneficial" }, { - "id": 11, + "id": 10, "name": "resistance", "translation_key": "effect.minecraft.resistance", "color": 9520880, @@ -128,7 +128,7 @@ "category": "Beneficial" }, { - "id": 12, + "id": 11, "name": "fire_resistance", "translation_key": "effect.minecraft.fire_resistance", "color": 16750848, @@ -136,7 +136,7 @@ "category": "Beneficial" }, { - "id": 13, + "id": 12, "name": "water_breathing", "translation_key": "effect.minecraft.water_breathing", "color": 10017472, @@ -144,7 +144,7 @@ "category": "Beneficial" }, { - "id": 14, + "id": 13, "name": "invisibility", "translation_key": "effect.minecraft.invisibility", "color": 16185078, @@ -152,7 +152,7 @@ "category": "Beneficial" }, { - "id": 15, + "id": 14, "name": "blindness", "translation_key": "effect.minecraft.blindness", "color": 2039587, @@ -160,7 +160,7 @@ "category": "Harmful" }, { - "id": 16, + "id": 15, "name": "night_vision", "translation_key": "effect.minecraft.night_vision", "color": 12779366, @@ -168,7 +168,7 @@ "category": "Beneficial" }, { - "id": 17, + "id": 16, "name": "hunger", "translation_key": "effect.minecraft.hunger", "color": 5797459, @@ -176,7 +176,7 @@ "category": "Harmful" }, { - "id": 18, + "id": 17, "name": "weakness", "translation_key": "effect.minecraft.weakness", "color": 4738376, @@ -184,15 +184,15 @@ "category": "Harmful", "attribute_modifiers": [ { - "attribute": 5, + "attribute": 2, "operation": 0, - "value": 0.0, + "base_value": -4.0, "uuid": "22653b89-116e-49dc-9b6b-9971489b5be5" } ] }, { - "id": 19, + "id": 18, "name": "poison", "translation_key": "effect.minecraft.poison", "color": 8889187, @@ -200,7 +200,7 @@ "category": "Harmful" }, { - "id": 20, + "id": 19, "name": "wither", "translation_key": "effect.minecraft.wither", "color": 7561558, @@ -208,7 +208,7 @@ "category": "Harmful" }, { - "id": 21, + "id": 20, "name": "health_boost", "translation_key": "effect.minecraft.health_boost", "color": 16284963, @@ -216,23 +216,31 @@ "category": "Beneficial", "attribute_modifiers": [ { - "attribute": 0, + "attribute": 11, "operation": 0, - "value": 4.0, + "base_value": 4.0, "uuid": "5d6f0ba2-1186-46ac-b896-c61c5cee99cc" } ] }, { - "id": 22, + "id": 21, "name": "absorption", "translation_key": "effect.minecraft.absorption", "color": 2445989, "instant": false, - "category": "Beneficial" + "category": "Beneficial", + "attribute_modifiers": [ + { + "attribute": 10, + "operation": 0, + "base_value": 4.0, + "uuid": "eae29cf0-701e-4ed6-883a-96f798f3dab5" + } + ] }, { - "id": 23, + "id": 22, "name": "saturation", "translation_key": "effect.minecraft.saturation", "color": 16262179, @@ -240,7 +248,7 @@ "category": "Beneficial" }, { - "id": 24, + "id": 23, "name": "glowing", "translation_key": "effect.minecraft.glowing", "color": 9740385, @@ -248,7 +256,7 @@ "category": "Neutral" }, { - "id": 25, + "id": 24, "name": "levitation", "translation_key": "effect.minecraft.levitation", "color": 13565951, @@ -256,7 +264,7 @@ "category": "Harmful" }, { - "id": 26, + "id": 25, "name": "luck", "translation_key": "effect.minecraft.luck", "color": 5882118, @@ -264,15 +272,15 @@ "category": "Beneficial", "attribute_modifiers": [ { - "attribute": 10, + "attribute": 9, "operation": 0, - "value": 1.0, + "base_value": 1.0, "uuid": "03c3c89d-7037-4b42-869f-b146bcb64d2e" } ] }, { - "id": 27, + "id": 26, "name": "unluck", "translation_key": "effect.minecraft.unluck", "color": 12624973, @@ -280,15 +288,15 @@ "category": "Harmful", "attribute_modifiers": [ { - "attribute": 10, + "attribute": 9, "operation": 0, - "value": -1.0, + "base_value": -1.0, "uuid": "cc5af142-2bd2-4215-b636-2605aed11727" } ] }, { - "id": 28, + "id": 27, "name": "slow_falling", "translation_key": "effect.minecraft.slow_falling", "color": 15978425, @@ -296,7 +304,7 @@ "category": "Beneficial" }, { - "id": 29, + "id": 28, "name": "conduit_power", "translation_key": "effect.minecraft.conduit_power", "color": 1950417, @@ -304,7 +312,7 @@ "category": "Beneficial" }, { - "id": 30, + "id": 29, "name": "dolphins_grace", "translation_key": "effect.minecraft.dolphins_grace", "color": 8954814, @@ -312,7 +320,7 @@ "category": "Beneficial" }, { - "id": 31, + "id": 30, "name": "bad_omen", "translation_key": "effect.minecraft.bad_omen", "color": 745784, @@ -320,7 +328,7 @@ "category": "Neutral" }, { - "id": 32, + "id": 31, "name": "hero_of_the_village", "translation_key": "effect.minecraft.hero_of_the_village", "color": 4521796, @@ -328,7 +336,7 @@ "category": "Beneficial" }, { - "id": 33, + "id": 32, "name": "darkness", "translation_key": "effect.minecraft.darkness", "color": 2696993, diff --git a/crates/valence_generated/extracted/items.json b/crates/valence_generated/extracted/items.json index 4272b6801..f8c6c4f7a 100644 --- a/crates/valence_generated/extracted/items.json +++ b/crates/valence_generated/extracted/items.json @@ -118,6 +118,123 @@ }, { "id": 13, + "name": "tuff_slab", + "translation_key": "block.minecraft.tuff_slab", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 14, + "name": "tuff_stairs", + "translation_key": "block.minecraft.tuff_stairs", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 15, + "name": "tuff_wall", + "translation_key": "block.minecraft.tuff_wall", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 16, + "name": "chiseled_tuff", + "translation_key": "block.minecraft.chiseled_tuff", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 17, + "name": "polished_tuff", + "translation_key": "block.minecraft.polished_tuff", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 18, + "name": "polished_tuff_slab", + "translation_key": "block.minecraft.polished_tuff_slab", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 19, + "name": "polished_tuff_stairs", + "translation_key": "block.minecraft.polished_tuff_stairs", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 20, + "name": "polished_tuff_wall", + "translation_key": "block.minecraft.polished_tuff_wall", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 21, + "name": "tuff_bricks", + "translation_key": "block.minecraft.tuff_bricks", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 22, + "name": "tuff_brick_slab", + "translation_key": "block.minecraft.tuff_brick_slab", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 23, + "name": "tuff_brick_stairs", + "translation_key": "block.minecraft.tuff_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 24, + "name": "tuff_brick_wall", + "translation_key": "block.minecraft.tuff_brick_wall", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 25, + "name": "chiseled_tuff_bricks", + "translation_key": "block.minecraft.chiseled_tuff_bricks", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 26, "name": "dripstone_block", "translation_key": "block.minecraft.dripstone_block", "max_stack": 64, @@ -126,7 +243,7 @@ "fireproof": false }, { - "id": 14, + "id": 27, "name": "grass_block", "translation_key": "block.minecraft.grass_block", "max_stack": 64, @@ -135,7 +252,7 @@ "fireproof": false }, { - "id": 15, + "id": 28, "name": "dirt", "translation_key": "block.minecraft.dirt", "max_stack": 64, @@ -144,7 +261,7 @@ "fireproof": false }, { - "id": 16, + "id": 29, "name": "coarse_dirt", "translation_key": "block.minecraft.coarse_dirt", "max_stack": 64, @@ -153,7 +270,7 @@ "fireproof": false }, { - "id": 17, + "id": 30, "name": "podzol", "translation_key": "block.minecraft.podzol", "max_stack": 64, @@ -162,7 +279,7 @@ "fireproof": false }, { - "id": 18, + "id": 31, "name": "rooted_dirt", "translation_key": "block.minecraft.rooted_dirt", "max_stack": 64, @@ -171,7 +288,7 @@ "fireproof": false }, { - "id": 19, + "id": 32, "name": "mud", "translation_key": "block.minecraft.mud", "max_stack": 64, @@ -180,7 +297,7 @@ "fireproof": false }, { - "id": 20, + "id": 33, "name": "crimson_nylium", "translation_key": "block.minecraft.crimson_nylium", "max_stack": 64, @@ -189,7 +306,7 @@ "fireproof": false }, { - "id": 21, + "id": 34, "name": "warped_nylium", "translation_key": "block.minecraft.warped_nylium", "max_stack": 64, @@ -198,7 +315,7 @@ "fireproof": false }, { - "id": 22, + "id": 35, "name": "cobblestone", "translation_key": "block.minecraft.cobblestone", "max_stack": 64, @@ -207,7 +324,7 @@ "fireproof": false }, { - "id": 23, + "id": 36, "name": "oak_planks", "translation_key": "block.minecraft.oak_planks", "max_stack": 64, @@ -216,7 +333,7 @@ "fireproof": false }, { - "id": 24, + "id": 37, "name": "spruce_planks", "translation_key": "block.minecraft.spruce_planks", "max_stack": 64, @@ -225,7 +342,7 @@ "fireproof": false }, { - "id": 25, + "id": 38, "name": "birch_planks", "translation_key": "block.minecraft.birch_planks", "max_stack": 64, @@ -234,7 +351,7 @@ "fireproof": false }, { - "id": 26, + "id": 39, "name": "jungle_planks", "translation_key": "block.minecraft.jungle_planks", "max_stack": 64, @@ -243,7 +360,7 @@ "fireproof": false }, { - "id": 27, + "id": 40, "name": "acacia_planks", "translation_key": "block.minecraft.acacia_planks", "max_stack": 64, @@ -252,7 +369,7 @@ "fireproof": false }, { - "id": 28, + "id": 41, "name": "cherry_planks", "translation_key": "block.minecraft.cherry_planks", "max_stack": 64, @@ -261,7 +378,7 @@ "fireproof": false }, { - "id": 29, + "id": 42, "name": "dark_oak_planks", "translation_key": "block.minecraft.dark_oak_planks", "max_stack": 64, @@ -270,7 +387,7 @@ "fireproof": false }, { - "id": 30, + "id": 43, "name": "mangrove_planks", "translation_key": "block.minecraft.mangrove_planks", "max_stack": 64, @@ -279,7 +396,7 @@ "fireproof": false }, { - "id": 31, + "id": 44, "name": "bamboo_planks", "translation_key": "block.minecraft.bamboo_planks", "max_stack": 64, @@ -288,7 +405,7 @@ "fireproof": false }, { - "id": 32, + "id": 45, "name": "crimson_planks", "translation_key": "block.minecraft.crimson_planks", "max_stack": 64, @@ -297,7 +414,7 @@ "fireproof": false }, { - "id": 33, + "id": 46, "name": "warped_planks", "translation_key": "block.minecraft.warped_planks", "max_stack": 64, @@ -306,7 +423,7 @@ "fireproof": false }, { - "id": 34, + "id": 47, "name": "bamboo_mosaic", "translation_key": "block.minecraft.bamboo_mosaic", "max_stack": 64, @@ -315,7 +432,7 @@ "fireproof": false }, { - "id": 35, + "id": 48, "name": "oak_sapling", "translation_key": "block.minecraft.oak_sapling", "max_stack": 64, @@ -324,7 +441,7 @@ "fireproof": false }, { - "id": 36, + "id": 49, "name": "spruce_sapling", "translation_key": "block.minecraft.spruce_sapling", "max_stack": 64, @@ -333,7 +450,7 @@ "fireproof": false }, { - "id": 37, + "id": 50, "name": "birch_sapling", "translation_key": "block.minecraft.birch_sapling", "max_stack": 64, @@ -342,7 +459,7 @@ "fireproof": false }, { - "id": 38, + "id": 51, "name": "jungle_sapling", "translation_key": "block.minecraft.jungle_sapling", "max_stack": 64, @@ -351,7 +468,7 @@ "fireproof": false }, { - "id": 39, + "id": 52, "name": "acacia_sapling", "translation_key": "block.minecraft.acacia_sapling", "max_stack": 64, @@ -360,7 +477,7 @@ "fireproof": false }, { - "id": 40, + "id": 53, "name": "cherry_sapling", "translation_key": "block.minecraft.cherry_sapling", "max_stack": 64, @@ -369,7 +486,7 @@ "fireproof": false }, { - "id": 41, + "id": 54, "name": "dark_oak_sapling", "translation_key": "block.minecraft.dark_oak_sapling", "max_stack": 64, @@ -378,7 +495,7 @@ "fireproof": false }, { - "id": 42, + "id": 55, "name": "mangrove_propagule", "translation_key": "block.minecraft.mangrove_propagule", "max_stack": 64, @@ -387,7 +504,7 @@ "fireproof": false }, { - "id": 43, + "id": 56, "name": "bedrock", "translation_key": "block.minecraft.bedrock", "max_stack": 64, @@ -396,7 +513,7 @@ "fireproof": false }, { - "id": 44, + "id": 57, "name": "sand", "translation_key": "block.minecraft.sand", "max_stack": 64, @@ -405,7 +522,7 @@ "fireproof": false }, { - "id": 45, + "id": 58, "name": "suspicious_sand", "translation_key": "block.minecraft.suspicious_sand", "max_stack": 64, @@ -414,7 +531,7 @@ "fireproof": false }, { - "id": 46, + "id": 59, "name": "suspicious_gravel", "translation_key": "block.minecraft.suspicious_gravel", "max_stack": 64, @@ -423,7 +540,7 @@ "fireproof": false }, { - "id": 47, + "id": 60, "name": "red_sand", "translation_key": "block.minecraft.red_sand", "max_stack": 64, @@ -432,7 +549,7 @@ "fireproof": false }, { - "id": 48, + "id": 61, "name": "gravel", "translation_key": "block.minecraft.gravel", "max_stack": 64, @@ -441,7 +558,7 @@ "fireproof": false }, { - "id": 49, + "id": 62, "name": "coal_ore", "translation_key": "block.minecraft.coal_ore", "max_stack": 64, @@ -450,7 +567,7 @@ "fireproof": false }, { - "id": 50, + "id": 63, "name": "deepslate_coal_ore", "translation_key": "block.minecraft.deepslate_coal_ore", "max_stack": 64, @@ -459,7 +576,7 @@ "fireproof": false }, { - "id": 51, + "id": 64, "name": "iron_ore", "translation_key": "block.minecraft.iron_ore", "max_stack": 64, @@ -468,7 +585,7 @@ "fireproof": false }, { - "id": 52, + "id": 65, "name": "deepslate_iron_ore", "translation_key": "block.minecraft.deepslate_iron_ore", "max_stack": 64, @@ -477,7 +594,7 @@ "fireproof": false }, { - "id": 53, + "id": 66, "name": "copper_ore", "translation_key": "block.minecraft.copper_ore", "max_stack": 64, @@ -486,7 +603,7 @@ "fireproof": false }, { - "id": 54, + "id": 67, "name": "deepslate_copper_ore", "translation_key": "block.minecraft.deepslate_copper_ore", "max_stack": 64, @@ -495,7 +612,7 @@ "fireproof": false }, { - "id": 55, + "id": 68, "name": "gold_ore", "translation_key": "block.minecraft.gold_ore", "max_stack": 64, @@ -504,7 +621,7 @@ "fireproof": false }, { - "id": 56, + "id": 69, "name": "deepslate_gold_ore", "translation_key": "block.minecraft.deepslate_gold_ore", "max_stack": 64, @@ -513,7 +630,7 @@ "fireproof": false }, { - "id": 57, + "id": 70, "name": "redstone_ore", "translation_key": "block.minecraft.redstone_ore", "max_stack": 64, @@ -522,7 +639,7 @@ "fireproof": false }, { - "id": 58, + "id": 71, "name": "deepslate_redstone_ore", "translation_key": "block.minecraft.deepslate_redstone_ore", "max_stack": 64, @@ -531,7 +648,7 @@ "fireproof": false }, { - "id": 59, + "id": 72, "name": "emerald_ore", "translation_key": "block.minecraft.emerald_ore", "max_stack": 64, @@ -540,7 +657,7 @@ "fireproof": false }, { - "id": 60, + "id": 73, "name": "deepslate_emerald_ore", "translation_key": "block.minecraft.deepslate_emerald_ore", "max_stack": 64, @@ -549,7 +666,7 @@ "fireproof": false }, { - "id": 61, + "id": 74, "name": "lapis_ore", "translation_key": "block.minecraft.lapis_ore", "max_stack": 64, @@ -558,7 +675,7 @@ "fireproof": false }, { - "id": 62, + "id": 75, "name": "deepslate_lapis_ore", "translation_key": "block.minecraft.deepslate_lapis_ore", "max_stack": 64, @@ -567,7 +684,7 @@ "fireproof": false }, { - "id": 63, + "id": 76, "name": "diamond_ore", "translation_key": "block.minecraft.diamond_ore", "max_stack": 64, @@ -576,7 +693,7 @@ "fireproof": false }, { - "id": 64, + "id": 77, "name": "deepslate_diamond_ore", "translation_key": "block.minecraft.deepslate_diamond_ore", "max_stack": 64, @@ -585,7 +702,7 @@ "fireproof": false }, { - "id": 65, + "id": 78, "name": "nether_gold_ore", "translation_key": "block.minecraft.nether_gold_ore", "max_stack": 64, @@ -594,7 +711,7 @@ "fireproof": false }, { - "id": 66, + "id": 79, "name": "nether_quartz_ore", "translation_key": "block.minecraft.nether_quartz_ore", "max_stack": 64, @@ -603,7 +720,7 @@ "fireproof": false }, { - "id": 67, + "id": 80, "name": "ancient_debris", "translation_key": "block.minecraft.ancient_debris", "max_stack": 64, @@ -612,7 +729,7 @@ "fireproof": true }, { - "id": 68, + "id": 81, "name": "coal_block", "translation_key": "block.minecraft.coal_block", "max_stack": 64, @@ -621,7 +738,7 @@ "fireproof": false }, { - "id": 69, + "id": 82, "name": "raw_iron_block", "translation_key": "block.minecraft.raw_iron_block", "max_stack": 64, @@ -630,7 +747,7 @@ "fireproof": false }, { - "id": 70, + "id": 83, "name": "raw_copper_block", "translation_key": "block.minecraft.raw_copper_block", "max_stack": 64, @@ -639,7 +756,7 @@ "fireproof": false }, { - "id": 71, + "id": 84, "name": "raw_gold_block", "translation_key": "block.minecraft.raw_gold_block", "max_stack": 64, @@ -648,7 +765,7 @@ "fireproof": false }, { - "id": 72, + "id": 85, "name": "amethyst_block", "translation_key": "block.minecraft.amethyst_block", "max_stack": 64, @@ -657,7 +774,7 @@ "fireproof": false }, { - "id": 73, + "id": 86, "name": "budding_amethyst", "translation_key": "block.minecraft.budding_amethyst", "max_stack": 64, @@ -666,7 +783,7 @@ "fireproof": false }, { - "id": 74, + "id": 87, "name": "iron_block", "translation_key": "block.minecraft.iron_block", "max_stack": 64, @@ -675,7 +792,7 @@ "fireproof": false }, { - "id": 75, + "id": 88, "name": "copper_block", "translation_key": "block.minecraft.copper_block", "max_stack": 64, @@ -684,7 +801,7 @@ "fireproof": false }, { - "id": 76, + "id": 89, "name": "gold_block", "translation_key": "block.minecraft.gold_block", "max_stack": 64, @@ -693,7 +810,7 @@ "fireproof": false }, { - "id": 77, + "id": 90, "name": "diamond_block", "translation_key": "block.minecraft.diamond_block", "max_stack": 64, @@ -702,7 +819,7 @@ "fireproof": false }, { - "id": 78, + "id": 91, "name": "netherite_block", "translation_key": "block.minecraft.netherite_block", "max_stack": 64, @@ -711,7 +828,7 @@ "fireproof": true }, { - "id": 79, + "id": 92, "name": "exposed_copper", "translation_key": "block.minecraft.exposed_copper", "max_stack": 64, @@ -720,7 +837,7 @@ "fireproof": false }, { - "id": 80, + "id": 93, "name": "weathered_copper", "translation_key": "block.minecraft.weathered_copper", "max_stack": 64, @@ -729,7 +846,7 @@ "fireproof": false }, { - "id": 81, + "id": 94, "name": "oxidized_copper", "translation_key": "block.minecraft.oxidized_copper", "max_stack": 64, @@ -738,7 +855,43 @@ "fireproof": false }, { - "id": 82, + "id": 95, + "name": "chiseled_copper", + "translation_key": "block.minecraft.chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 96, + "name": "exposed_chiseled_copper", + "translation_key": "block.minecraft.exposed_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 97, + "name": "weathered_chiseled_copper", + "translation_key": "block.minecraft.weathered_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 98, + "name": "oxidized_chiseled_copper", + "translation_key": "block.minecraft.oxidized_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 99, "name": "cut_copper", "translation_key": "block.minecraft.cut_copper", "max_stack": 64, @@ -747,7 +900,7 @@ "fireproof": false }, { - "id": 83, + "id": 100, "name": "exposed_cut_copper", "translation_key": "block.minecraft.exposed_cut_copper", "max_stack": 64, @@ -756,7 +909,7 @@ "fireproof": false }, { - "id": 84, + "id": 101, "name": "weathered_cut_copper", "translation_key": "block.minecraft.weathered_cut_copper", "max_stack": 64, @@ -765,7 +918,7 @@ "fireproof": false }, { - "id": 85, + "id": 102, "name": "oxidized_cut_copper", "translation_key": "block.minecraft.oxidized_cut_copper", "max_stack": 64, @@ -774,7 +927,7 @@ "fireproof": false }, { - "id": 86, + "id": 103, "name": "cut_copper_stairs", "translation_key": "block.minecraft.cut_copper_stairs", "max_stack": 64, @@ -783,7 +936,7 @@ "fireproof": false }, { - "id": 87, + "id": 104, "name": "exposed_cut_copper_stairs", "translation_key": "block.minecraft.exposed_cut_copper_stairs", "max_stack": 64, @@ -792,7 +945,7 @@ "fireproof": false }, { - "id": 88, + "id": 105, "name": "weathered_cut_copper_stairs", "translation_key": "block.minecraft.weathered_cut_copper_stairs", "max_stack": 64, @@ -801,7 +954,7 @@ "fireproof": false }, { - "id": 89, + "id": 106, "name": "oxidized_cut_copper_stairs", "translation_key": "block.minecraft.oxidized_cut_copper_stairs", "max_stack": 64, @@ -810,7 +963,7 @@ "fireproof": false }, { - "id": 90, + "id": 107, "name": "cut_copper_slab", "translation_key": "block.minecraft.cut_copper_slab", "max_stack": 64, @@ -819,7 +972,7 @@ "fireproof": false }, { - "id": 91, + "id": 108, "name": "exposed_cut_copper_slab", "translation_key": "block.minecraft.exposed_cut_copper_slab", "max_stack": 64, @@ -828,7 +981,7 @@ "fireproof": false }, { - "id": 92, + "id": 109, "name": "weathered_cut_copper_slab", "translation_key": "block.minecraft.weathered_cut_copper_slab", "max_stack": 64, @@ -837,7 +990,7 @@ "fireproof": false }, { - "id": 93, + "id": 110, "name": "oxidized_cut_copper_slab", "translation_key": "block.minecraft.oxidized_cut_copper_slab", "max_stack": 64, @@ -846,43 +999,79 @@ "fireproof": false }, { - "id": 94, - "name": "waxed_copper_block", - "translation_key": "block.minecraft.waxed_copper_block", + "id": 111, + "name": "waxed_copper_block", + "translation_key": "block.minecraft.waxed_copper_block", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 112, + "name": "waxed_exposed_copper", + "translation_key": "block.minecraft.waxed_exposed_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 113, + "name": "waxed_weathered_copper", + "translation_key": "block.minecraft.waxed_weathered_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 114, + "name": "waxed_oxidized_copper", + "translation_key": "block.minecraft.waxed_oxidized_copper", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 115, + "name": "waxed_chiseled_copper", + "translation_key": "block.minecraft.waxed_chiseled_copper", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 95, - "name": "waxed_exposed_copper", - "translation_key": "block.minecraft.waxed_exposed_copper", + "id": 116, + "name": "waxed_exposed_chiseled_copper", + "translation_key": "block.minecraft.waxed_exposed_chiseled_copper", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 96, - "name": "waxed_weathered_copper", - "translation_key": "block.minecraft.waxed_weathered_copper", + "id": 117, + "name": "waxed_weathered_chiseled_copper", + "translation_key": "block.minecraft.waxed_weathered_chiseled_copper", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 97, - "name": "waxed_oxidized_copper", - "translation_key": "block.minecraft.waxed_oxidized_copper", + "id": 118, + "name": "waxed_oxidized_chiseled_copper", + "translation_key": "block.minecraft.waxed_oxidized_chiseled_copper", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 98, + "id": 119, "name": "waxed_cut_copper", "translation_key": "block.minecraft.waxed_cut_copper", "max_stack": 64, @@ -891,7 +1080,7 @@ "fireproof": false }, { - "id": 99, + "id": 120, "name": "waxed_exposed_cut_copper", "translation_key": "block.minecraft.waxed_exposed_cut_copper", "max_stack": 64, @@ -900,7 +1089,7 @@ "fireproof": false }, { - "id": 100, + "id": 121, "name": "waxed_weathered_cut_copper", "translation_key": "block.minecraft.waxed_weathered_cut_copper", "max_stack": 64, @@ -909,7 +1098,7 @@ "fireproof": false }, { - "id": 101, + "id": 122, "name": "waxed_oxidized_cut_copper", "translation_key": "block.minecraft.waxed_oxidized_cut_copper", "max_stack": 64, @@ -918,7 +1107,7 @@ "fireproof": false }, { - "id": 102, + "id": 123, "name": "waxed_cut_copper_stairs", "translation_key": "block.minecraft.waxed_cut_copper_stairs", "max_stack": 64, @@ -927,7 +1116,7 @@ "fireproof": false }, { - "id": 103, + "id": 124, "name": "waxed_exposed_cut_copper_stairs", "translation_key": "block.minecraft.waxed_exposed_cut_copper_stairs", "max_stack": 64, @@ -936,7 +1125,7 @@ "fireproof": false }, { - "id": 104, + "id": 125, "name": "waxed_weathered_cut_copper_stairs", "translation_key": "block.minecraft.waxed_weathered_cut_copper_stairs", "max_stack": 64, @@ -945,7 +1134,7 @@ "fireproof": false }, { - "id": 105, + "id": 126, "name": "waxed_oxidized_cut_copper_stairs", "translation_key": "block.minecraft.waxed_oxidized_cut_copper_stairs", "max_stack": 64, @@ -954,7 +1143,7 @@ "fireproof": false }, { - "id": 106, + "id": 127, "name": "waxed_cut_copper_slab", "translation_key": "block.minecraft.waxed_cut_copper_slab", "max_stack": 64, @@ -963,7 +1152,7 @@ "fireproof": false }, { - "id": 107, + "id": 128, "name": "waxed_exposed_cut_copper_slab", "translation_key": "block.minecraft.waxed_exposed_cut_copper_slab", "max_stack": 64, @@ -972,7 +1161,7 @@ "fireproof": false }, { - "id": 108, + "id": 129, "name": "waxed_weathered_cut_copper_slab", "translation_key": "block.minecraft.waxed_weathered_cut_copper_slab", "max_stack": 64, @@ -981,7 +1170,7 @@ "fireproof": false }, { - "id": 109, + "id": 130, "name": "waxed_oxidized_cut_copper_slab", "translation_key": "block.minecraft.waxed_oxidized_cut_copper_slab", "max_stack": 64, @@ -990,7 +1179,7 @@ "fireproof": false }, { - "id": 110, + "id": 131, "name": "oak_log", "translation_key": "block.minecraft.oak_log", "max_stack": 64, @@ -999,7 +1188,7 @@ "fireproof": false }, { - "id": 111, + "id": 132, "name": "spruce_log", "translation_key": "block.minecraft.spruce_log", "max_stack": 64, @@ -1008,7 +1197,7 @@ "fireproof": false }, { - "id": 112, + "id": 133, "name": "birch_log", "translation_key": "block.minecraft.birch_log", "max_stack": 64, @@ -1017,7 +1206,7 @@ "fireproof": false }, { - "id": 113, + "id": 134, "name": "jungle_log", "translation_key": "block.minecraft.jungle_log", "max_stack": 64, @@ -1026,7 +1215,7 @@ "fireproof": false }, { - "id": 114, + "id": 135, "name": "acacia_log", "translation_key": "block.minecraft.acacia_log", "max_stack": 64, @@ -1035,7 +1224,7 @@ "fireproof": false }, { - "id": 115, + "id": 136, "name": "cherry_log", "translation_key": "block.minecraft.cherry_log", "max_stack": 64, @@ -1044,7 +1233,7 @@ "fireproof": false }, { - "id": 116, + "id": 137, "name": "dark_oak_log", "translation_key": "block.minecraft.dark_oak_log", "max_stack": 64, @@ -1053,7 +1242,7 @@ "fireproof": false }, { - "id": 117, + "id": 138, "name": "mangrove_log", "translation_key": "block.minecraft.mangrove_log", "max_stack": 64, @@ -1062,7 +1251,7 @@ "fireproof": false }, { - "id": 118, + "id": 139, "name": "mangrove_roots", "translation_key": "block.minecraft.mangrove_roots", "max_stack": 64, @@ -1071,7 +1260,7 @@ "fireproof": false }, { - "id": 119, + "id": 140, "name": "muddy_mangrove_roots", "translation_key": "block.minecraft.muddy_mangrove_roots", "max_stack": 64, @@ -1080,7 +1269,7 @@ "fireproof": false }, { - "id": 120, + "id": 141, "name": "crimson_stem", "translation_key": "block.minecraft.crimson_stem", "max_stack": 64, @@ -1089,7 +1278,7 @@ "fireproof": false }, { - "id": 121, + "id": 142, "name": "warped_stem", "translation_key": "block.minecraft.warped_stem", "max_stack": 64, @@ -1098,7 +1287,7 @@ "fireproof": false }, { - "id": 122, + "id": 143, "name": "bamboo_block", "translation_key": "block.minecraft.bamboo_block", "max_stack": 64, @@ -1107,7 +1296,7 @@ "fireproof": false }, { - "id": 123, + "id": 144, "name": "stripped_oak_log", "translation_key": "block.minecraft.stripped_oak_log", "max_stack": 64, @@ -1116,7 +1305,7 @@ "fireproof": false }, { - "id": 124, + "id": 145, "name": "stripped_spruce_log", "translation_key": "block.minecraft.stripped_spruce_log", "max_stack": 64, @@ -1125,7 +1314,7 @@ "fireproof": false }, { - "id": 125, + "id": 146, "name": "stripped_birch_log", "translation_key": "block.minecraft.stripped_birch_log", "max_stack": 64, @@ -1134,7 +1323,7 @@ "fireproof": false }, { - "id": 126, + "id": 147, "name": "stripped_jungle_log", "translation_key": "block.minecraft.stripped_jungle_log", "max_stack": 64, @@ -1143,7 +1332,7 @@ "fireproof": false }, { - "id": 127, + "id": 148, "name": "stripped_acacia_log", "translation_key": "block.minecraft.stripped_acacia_log", "max_stack": 64, @@ -1152,7 +1341,7 @@ "fireproof": false }, { - "id": 128, + "id": 149, "name": "stripped_cherry_log", "translation_key": "block.minecraft.stripped_cherry_log", "max_stack": 64, @@ -1161,7 +1350,7 @@ "fireproof": false }, { - "id": 129, + "id": 150, "name": "stripped_dark_oak_log", "translation_key": "block.minecraft.stripped_dark_oak_log", "max_stack": 64, @@ -1170,7 +1359,7 @@ "fireproof": false }, { - "id": 130, + "id": 151, "name": "stripped_mangrove_log", "translation_key": "block.minecraft.stripped_mangrove_log", "max_stack": 64, @@ -1179,7 +1368,7 @@ "fireproof": false }, { - "id": 131, + "id": 152, "name": "stripped_crimson_stem", "translation_key": "block.minecraft.stripped_crimson_stem", "max_stack": 64, @@ -1188,7 +1377,7 @@ "fireproof": false }, { - "id": 132, + "id": 153, "name": "stripped_warped_stem", "translation_key": "block.minecraft.stripped_warped_stem", "max_stack": 64, @@ -1197,7 +1386,7 @@ "fireproof": false }, { - "id": 133, + "id": 154, "name": "stripped_oak_wood", "translation_key": "block.minecraft.stripped_oak_wood", "max_stack": 64, @@ -1206,7 +1395,7 @@ "fireproof": false }, { - "id": 134, + "id": 155, "name": "stripped_spruce_wood", "translation_key": "block.minecraft.stripped_spruce_wood", "max_stack": 64, @@ -1215,7 +1404,7 @@ "fireproof": false }, { - "id": 135, + "id": 156, "name": "stripped_birch_wood", "translation_key": "block.minecraft.stripped_birch_wood", "max_stack": 64, @@ -1224,7 +1413,7 @@ "fireproof": false }, { - "id": 136, + "id": 157, "name": "stripped_jungle_wood", "translation_key": "block.minecraft.stripped_jungle_wood", "max_stack": 64, @@ -1233,7 +1422,7 @@ "fireproof": false }, { - "id": 137, + "id": 158, "name": "stripped_acacia_wood", "translation_key": "block.minecraft.stripped_acacia_wood", "max_stack": 64, @@ -1242,7 +1431,7 @@ "fireproof": false }, { - "id": 138, + "id": 159, "name": "stripped_cherry_wood", "translation_key": "block.minecraft.stripped_cherry_wood", "max_stack": 64, @@ -1251,7 +1440,7 @@ "fireproof": false }, { - "id": 139, + "id": 160, "name": "stripped_dark_oak_wood", "translation_key": "block.minecraft.stripped_dark_oak_wood", "max_stack": 64, @@ -1260,7 +1449,7 @@ "fireproof": false }, { - "id": 140, + "id": 161, "name": "stripped_mangrove_wood", "translation_key": "block.minecraft.stripped_mangrove_wood", "max_stack": 64, @@ -1269,7 +1458,7 @@ "fireproof": false }, { - "id": 141, + "id": 162, "name": "stripped_crimson_hyphae", "translation_key": "block.minecraft.stripped_crimson_hyphae", "max_stack": 64, @@ -1278,7 +1467,7 @@ "fireproof": false }, { - "id": 142, + "id": 163, "name": "stripped_warped_hyphae", "translation_key": "block.minecraft.stripped_warped_hyphae", "max_stack": 64, @@ -1287,7 +1476,7 @@ "fireproof": false }, { - "id": 143, + "id": 164, "name": "stripped_bamboo_block", "translation_key": "block.minecraft.stripped_bamboo_block", "max_stack": 64, @@ -1296,7 +1485,7 @@ "fireproof": false }, { - "id": 144, + "id": 165, "name": "oak_wood", "translation_key": "block.minecraft.oak_wood", "max_stack": 64, @@ -1305,7 +1494,7 @@ "fireproof": false }, { - "id": 145, + "id": 166, "name": "spruce_wood", "translation_key": "block.minecraft.spruce_wood", "max_stack": 64, @@ -1314,7 +1503,7 @@ "fireproof": false }, { - "id": 146, + "id": 167, "name": "birch_wood", "translation_key": "block.minecraft.birch_wood", "max_stack": 64, @@ -1323,7 +1512,7 @@ "fireproof": false }, { - "id": 147, + "id": 168, "name": "jungle_wood", "translation_key": "block.minecraft.jungle_wood", "max_stack": 64, @@ -1332,7 +1521,7 @@ "fireproof": false }, { - "id": 148, + "id": 169, "name": "acacia_wood", "translation_key": "block.minecraft.acacia_wood", "max_stack": 64, @@ -1341,7 +1530,7 @@ "fireproof": false }, { - "id": 149, + "id": 170, "name": "cherry_wood", "translation_key": "block.minecraft.cherry_wood", "max_stack": 64, @@ -1350,7 +1539,7 @@ "fireproof": false }, { - "id": 150, + "id": 171, "name": "dark_oak_wood", "translation_key": "block.minecraft.dark_oak_wood", "max_stack": 64, @@ -1359,7 +1548,7 @@ "fireproof": false }, { - "id": 151, + "id": 172, "name": "mangrove_wood", "translation_key": "block.minecraft.mangrove_wood", "max_stack": 64, @@ -1368,7 +1557,7 @@ "fireproof": false }, { - "id": 152, + "id": 173, "name": "crimson_hyphae", "translation_key": "block.minecraft.crimson_hyphae", "max_stack": 64, @@ -1377,7 +1566,7 @@ "fireproof": false }, { - "id": 153, + "id": 174, "name": "warped_hyphae", "translation_key": "block.minecraft.warped_hyphae", "max_stack": 64, @@ -1386,7 +1575,7 @@ "fireproof": false }, { - "id": 154, + "id": 175, "name": "oak_leaves", "translation_key": "block.minecraft.oak_leaves", "max_stack": 64, @@ -1395,7 +1584,7 @@ "fireproof": false }, { - "id": 155, + "id": 176, "name": "spruce_leaves", "translation_key": "block.minecraft.spruce_leaves", "max_stack": 64, @@ -1404,7 +1593,7 @@ "fireproof": false }, { - "id": 156, + "id": 177, "name": "birch_leaves", "translation_key": "block.minecraft.birch_leaves", "max_stack": 64, @@ -1413,7 +1602,7 @@ "fireproof": false }, { - "id": 157, + "id": 178, "name": "jungle_leaves", "translation_key": "block.minecraft.jungle_leaves", "max_stack": 64, @@ -1422,7 +1611,7 @@ "fireproof": false }, { - "id": 158, + "id": 179, "name": "acacia_leaves", "translation_key": "block.minecraft.acacia_leaves", "max_stack": 64, @@ -1431,7 +1620,7 @@ "fireproof": false }, { - "id": 159, + "id": 180, "name": "cherry_leaves", "translation_key": "block.minecraft.cherry_leaves", "max_stack": 64, @@ -1440,7 +1629,7 @@ "fireproof": false }, { - "id": 160, + "id": 181, "name": "dark_oak_leaves", "translation_key": "block.minecraft.dark_oak_leaves", "max_stack": 64, @@ -1449,7 +1638,7 @@ "fireproof": false }, { - "id": 161, + "id": 182, "name": "mangrove_leaves", "translation_key": "block.minecraft.mangrove_leaves", "max_stack": 64, @@ -1458,7 +1647,7 @@ "fireproof": false }, { - "id": 162, + "id": 183, "name": "azalea_leaves", "translation_key": "block.minecraft.azalea_leaves", "max_stack": 64, @@ -1467,7 +1656,7 @@ "fireproof": false }, { - "id": 163, + "id": 184, "name": "flowering_azalea_leaves", "translation_key": "block.minecraft.flowering_azalea_leaves", "max_stack": 64, @@ -1476,7 +1665,7 @@ "fireproof": false }, { - "id": 164, + "id": 185, "name": "sponge", "translation_key": "block.minecraft.sponge", "max_stack": 64, @@ -1485,7 +1674,7 @@ "fireproof": false }, { - "id": 165, + "id": 186, "name": "wet_sponge", "translation_key": "block.minecraft.wet_sponge", "max_stack": 64, @@ -1494,7 +1683,7 @@ "fireproof": false }, { - "id": 166, + "id": 187, "name": "glass", "translation_key": "block.minecraft.glass", "max_stack": 64, @@ -1503,7 +1692,7 @@ "fireproof": false }, { - "id": 167, + "id": 188, "name": "tinted_glass", "translation_key": "block.minecraft.tinted_glass", "max_stack": 64, @@ -1512,7 +1701,7 @@ "fireproof": false }, { - "id": 168, + "id": 189, "name": "lapis_block", "translation_key": "block.minecraft.lapis_block", "max_stack": 64, @@ -1521,7 +1710,7 @@ "fireproof": false }, { - "id": 169, + "id": 190, "name": "sandstone", "translation_key": "block.minecraft.sandstone", "max_stack": 64, @@ -1530,7 +1719,7 @@ "fireproof": false }, { - "id": 170, + "id": 191, "name": "chiseled_sandstone", "translation_key": "block.minecraft.chiseled_sandstone", "max_stack": 64, @@ -1539,7 +1728,7 @@ "fireproof": false }, { - "id": 171, + "id": 192, "name": "cut_sandstone", "translation_key": "block.minecraft.cut_sandstone", "max_stack": 64, @@ -1548,7 +1737,7 @@ "fireproof": false }, { - "id": 172, + "id": 193, "name": "cobweb", "translation_key": "block.minecraft.cobweb", "max_stack": 64, @@ -1557,16 +1746,16 @@ "fireproof": false }, { - "id": 173, - "name": "grass", - "translation_key": "block.minecraft.grass", + "id": 194, + "name": "short_grass", + "translation_key": "block.minecraft.short_grass", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 174, + "id": 195, "name": "fern", "translation_key": "block.minecraft.fern", "max_stack": 64, @@ -1575,7 +1764,7 @@ "fireproof": false }, { - "id": 175, + "id": 196, "name": "azalea", "translation_key": "block.minecraft.azalea", "max_stack": 64, @@ -1584,7 +1773,7 @@ "fireproof": false }, { - "id": 176, + "id": 197, "name": "flowering_azalea", "translation_key": "block.minecraft.flowering_azalea", "max_stack": 64, @@ -1593,7 +1782,7 @@ "fireproof": false }, { - "id": 177, + "id": 198, "name": "dead_bush", "translation_key": "block.minecraft.dead_bush", "max_stack": 64, @@ -1602,7 +1791,7 @@ "fireproof": false }, { - "id": 178, + "id": 199, "name": "seagrass", "translation_key": "block.minecraft.seagrass", "max_stack": 64, @@ -1611,7 +1800,7 @@ "fireproof": false }, { - "id": 179, + "id": 200, "name": "sea_pickle", "translation_key": "block.minecraft.sea_pickle", "max_stack": 64, @@ -1620,7 +1809,7 @@ "fireproof": false }, { - "id": 180, + "id": 201, "name": "white_wool", "translation_key": "block.minecraft.white_wool", "max_stack": 64, @@ -1629,7 +1818,7 @@ "fireproof": false }, { - "id": 181, + "id": 202, "name": "orange_wool", "translation_key": "block.minecraft.orange_wool", "max_stack": 64, @@ -1638,7 +1827,7 @@ "fireproof": false }, { - "id": 182, + "id": 203, "name": "magenta_wool", "translation_key": "block.minecraft.magenta_wool", "max_stack": 64, @@ -1647,7 +1836,7 @@ "fireproof": false }, { - "id": 183, + "id": 204, "name": "light_blue_wool", "translation_key": "block.minecraft.light_blue_wool", "max_stack": 64, @@ -1656,7 +1845,7 @@ "fireproof": false }, { - "id": 184, + "id": 205, "name": "yellow_wool", "translation_key": "block.minecraft.yellow_wool", "max_stack": 64, @@ -1665,7 +1854,7 @@ "fireproof": false }, { - "id": 185, + "id": 206, "name": "lime_wool", "translation_key": "block.minecraft.lime_wool", "max_stack": 64, @@ -1674,7 +1863,7 @@ "fireproof": false }, { - "id": 186, + "id": 207, "name": "pink_wool", "translation_key": "block.minecraft.pink_wool", "max_stack": 64, @@ -1683,7 +1872,7 @@ "fireproof": false }, { - "id": 187, + "id": 208, "name": "gray_wool", "translation_key": "block.minecraft.gray_wool", "max_stack": 64, @@ -1692,7 +1881,7 @@ "fireproof": false }, { - "id": 188, + "id": 209, "name": "light_gray_wool", "translation_key": "block.minecraft.light_gray_wool", "max_stack": 64, @@ -1701,7 +1890,7 @@ "fireproof": false }, { - "id": 189, + "id": 210, "name": "cyan_wool", "translation_key": "block.minecraft.cyan_wool", "max_stack": 64, @@ -1710,7 +1899,7 @@ "fireproof": false }, { - "id": 190, + "id": 211, "name": "purple_wool", "translation_key": "block.minecraft.purple_wool", "max_stack": 64, @@ -1719,7 +1908,7 @@ "fireproof": false }, { - "id": 191, + "id": 212, "name": "blue_wool", "translation_key": "block.minecraft.blue_wool", "max_stack": 64, @@ -1728,7 +1917,7 @@ "fireproof": false }, { - "id": 192, + "id": 213, "name": "brown_wool", "translation_key": "block.minecraft.brown_wool", "max_stack": 64, @@ -1737,7 +1926,7 @@ "fireproof": false }, { - "id": 193, + "id": 214, "name": "green_wool", "translation_key": "block.minecraft.green_wool", "max_stack": 64, @@ -1746,7 +1935,7 @@ "fireproof": false }, { - "id": 194, + "id": 215, "name": "red_wool", "translation_key": "block.minecraft.red_wool", "max_stack": 64, @@ -1755,7 +1944,7 @@ "fireproof": false }, { - "id": 195, + "id": 216, "name": "black_wool", "translation_key": "block.minecraft.black_wool", "max_stack": 64, @@ -1764,7 +1953,7 @@ "fireproof": false }, { - "id": 196, + "id": 217, "name": "dandelion", "translation_key": "block.minecraft.dandelion", "max_stack": 64, @@ -1773,7 +1962,7 @@ "fireproof": false }, { - "id": 197, + "id": 218, "name": "poppy", "translation_key": "block.minecraft.poppy", "max_stack": 64, @@ -1782,7 +1971,7 @@ "fireproof": false }, { - "id": 198, + "id": 219, "name": "blue_orchid", "translation_key": "block.minecraft.blue_orchid", "max_stack": 64, @@ -1791,7 +1980,7 @@ "fireproof": false }, { - "id": 199, + "id": 220, "name": "allium", "translation_key": "block.minecraft.allium", "max_stack": 64, @@ -1800,7 +1989,7 @@ "fireproof": false }, { - "id": 200, + "id": 221, "name": "azure_bluet", "translation_key": "block.minecraft.azure_bluet", "max_stack": 64, @@ -1809,7 +1998,7 @@ "fireproof": false }, { - "id": 201, + "id": 222, "name": "red_tulip", "translation_key": "block.minecraft.red_tulip", "max_stack": 64, @@ -1818,7 +2007,7 @@ "fireproof": false }, { - "id": 202, + "id": 223, "name": "orange_tulip", "translation_key": "block.minecraft.orange_tulip", "max_stack": 64, @@ -1827,7 +2016,7 @@ "fireproof": false }, { - "id": 203, + "id": 224, "name": "white_tulip", "translation_key": "block.minecraft.white_tulip", "max_stack": 64, @@ -1836,7 +2025,7 @@ "fireproof": false }, { - "id": 204, + "id": 225, "name": "pink_tulip", "translation_key": "block.minecraft.pink_tulip", "max_stack": 64, @@ -1845,7 +2034,7 @@ "fireproof": false }, { - "id": 205, + "id": 226, "name": "oxeye_daisy", "translation_key": "block.minecraft.oxeye_daisy", "max_stack": 64, @@ -1854,7 +2043,7 @@ "fireproof": false }, { - "id": 206, + "id": 227, "name": "cornflower", "translation_key": "block.minecraft.cornflower", "max_stack": 64, @@ -1863,7 +2052,7 @@ "fireproof": false }, { - "id": 207, + "id": 228, "name": "lily_of_the_valley", "translation_key": "block.minecraft.lily_of_the_valley", "max_stack": 64, @@ -1872,7 +2061,7 @@ "fireproof": false }, { - "id": 208, + "id": 229, "name": "wither_rose", "translation_key": "block.minecraft.wither_rose", "max_stack": 64, @@ -1881,7 +2070,7 @@ "fireproof": false }, { - "id": 209, + "id": 230, "name": "torchflower", "translation_key": "block.minecraft.torchflower", "max_stack": 64, @@ -1890,7 +2079,7 @@ "fireproof": false }, { - "id": 210, + "id": 231, "name": "pitcher_plant", "translation_key": "block.minecraft.pitcher_plant", "max_stack": 64, @@ -1899,7 +2088,7 @@ "fireproof": false }, { - "id": 211, + "id": 232, "name": "spore_blossom", "translation_key": "block.minecraft.spore_blossom", "max_stack": 64, @@ -1908,7 +2097,7 @@ "fireproof": false }, { - "id": 212, + "id": 233, "name": "brown_mushroom", "translation_key": "block.minecraft.brown_mushroom", "max_stack": 64, @@ -1917,7 +2106,7 @@ "fireproof": false }, { - "id": 213, + "id": 234, "name": "red_mushroom", "translation_key": "block.minecraft.red_mushroom", "max_stack": 64, @@ -1926,7 +2115,7 @@ "fireproof": false }, { - "id": 214, + "id": 235, "name": "crimson_fungus", "translation_key": "block.minecraft.crimson_fungus", "max_stack": 64, @@ -1935,7 +2124,7 @@ "fireproof": false }, { - "id": 215, + "id": 236, "name": "warped_fungus", "translation_key": "block.minecraft.warped_fungus", "max_stack": 64, @@ -1944,7 +2133,7 @@ "fireproof": false }, { - "id": 216, + "id": 237, "name": "crimson_roots", "translation_key": "block.minecraft.crimson_roots", "max_stack": 64, @@ -1953,7 +2142,7 @@ "fireproof": false }, { - "id": 217, + "id": 238, "name": "warped_roots", "translation_key": "block.minecraft.warped_roots", "max_stack": 64, @@ -1962,7 +2151,7 @@ "fireproof": false }, { - "id": 218, + "id": 239, "name": "nether_sprouts", "translation_key": "block.minecraft.nether_sprouts", "max_stack": 64, @@ -1971,7 +2160,7 @@ "fireproof": false }, { - "id": 219, + "id": 240, "name": "weeping_vines", "translation_key": "block.minecraft.weeping_vines", "max_stack": 64, @@ -1980,7 +2169,7 @@ "fireproof": false }, { - "id": 220, + "id": 241, "name": "twisting_vines", "translation_key": "block.minecraft.twisting_vines", "max_stack": 64, @@ -1989,7 +2178,7 @@ "fireproof": false }, { - "id": 221, + "id": 242, "name": "sugar_cane", "translation_key": "block.minecraft.sugar_cane", "max_stack": 64, @@ -1998,7 +2187,7 @@ "fireproof": false }, { - "id": 222, + "id": 243, "name": "kelp", "translation_key": "block.minecraft.kelp", "max_stack": 64, @@ -2007,7 +2196,7 @@ "fireproof": false }, { - "id": 223, + "id": 244, "name": "moss_carpet", "translation_key": "block.minecraft.moss_carpet", "max_stack": 64, @@ -2016,7 +2205,7 @@ "fireproof": false }, { - "id": 224, + "id": 245, "name": "pink_petals", "translation_key": "block.minecraft.pink_petals", "max_stack": 64, @@ -2025,7 +2214,7 @@ "fireproof": false }, { - "id": 225, + "id": 246, "name": "moss_block", "translation_key": "block.minecraft.moss_block", "max_stack": 64, @@ -2034,7 +2223,7 @@ "fireproof": false }, { - "id": 226, + "id": 247, "name": "hanging_roots", "translation_key": "block.minecraft.hanging_roots", "max_stack": 64, @@ -2043,7 +2232,7 @@ "fireproof": false }, { - "id": 227, + "id": 248, "name": "big_dripleaf", "translation_key": "block.minecraft.big_dripleaf", "max_stack": 64, @@ -2052,7 +2241,7 @@ "fireproof": false }, { - "id": 228, + "id": 249, "name": "small_dripleaf", "translation_key": "block.minecraft.small_dripleaf", "max_stack": 64, @@ -2061,7 +2250,7 @@ "fireproof": false }, { - "id": 229, + "id": 250, "name": "bamboo", "translation_key": "block.minecraft.bamboo", "max_stack": 64, @@ -2070,7 +2259,7 @@ "fireproof": false }, { - "id": 230, + "id": 251, "name": "oak_slab", "translation_key": "block.minecraft.oak_slab", "max_stack": 64, @@ -2079,7 +2268,7 @@ "fireproof": false }, { - "id": 231, + "id": 252, "name": "spruce_slab", "translation_key": "block.minecraft.spruce_slab", "max_stack": 64, @@ -2088,7 +2277,7 @@ "fireproof": false }, { - "id": 232, + "id": 253, "name": "birch_slab", "translation_key": "block.minecraft.birch_slab", "max_stack": 64, @@ -2097,7 +2286,7 @@ "fireproof": false }, { - "id": 233, + "id": 254, "name": "jungle_slab", "translation_key": "block.minecraft.jungle_slab", "max_stack": 64, @@ -2106,7 +2295,7 @@ "fireproof": false }, { - "id": 234, + "id": 255, "name": "acacia_slab", "translation_key": "block.minecraft.acacia_slab", "max_stack": 64, @@ -2115,7 +2304,7 @@ "fireproof": false }, { - "id": 235, + "id": 256, "name": "cherry_slab", "translation_key": "block.minecraft.cherry_slab", "max_stack": 64, @@ -2124,7 +2313,7 @@ "fireproof": false }, { - "id": 236, + "id": 257, "name": "dark_oak_slab", "translation_key": "block.minecraft.dark_oak_slab", "max_stack": 64, @@ -2133,7 +2322,7 @@ "fireproof": false }, { - "id": 237, + "id": 258, "name": "mangrove_slab", "translation_key": "block.minecraft.mangrove_slab", "max_stack": 64, @@ -2142,7 +2331,7 @@ "fireproof": false }, { - "id": 238, + "id": 259, "name": "bamboo_slab", "translation_key": "block.minecraft.bamboo_slab", "max_stack": 64, @@ -2151,7 +2340,7 @@ "fireproof": false }, { - "id": 239, + "id": 260, "name": "bamboo_mosaic_slab", "translation_key": "block.minecraft.bamboo_mosaic_slab", "max_stack": 64, @@ -2160,7 +2349,7 @@ "fireproof": false }, { - "id": 240, + "id": 261, "name": "crimson_slab", "translation_key": "block.minecraft.crimson_slab", "max_stack": 64, @@ -2169,7 +2358,7 @@ "fireproof": false }, { - "id": 241, + "id": 262, "name": "warped_slab", "translation_key": "block.minecraft.warped_slab", "max_stack": 64, @@ -2178,7 +2367,7 @@ "fireproof": false }, { - "id": 242, + "id": 263, "name": "stone_slab", "translation_key": "block.minecraft.stone_slab", "max_stack": 64, @@ -2187,7 +2376,7 @@ "fireproof": false }, { - "id": 243, + "id": 264, "name": "smooth_stone_slab", "translation_key": "block.minecraft.smooth_stone_slab", "max_stack": 64, @@ -2196,7 +2385,7 @@ "fireproof": false }, { - "id": 244, + "id": 265, "name": "sandstone_slab", "translation_key": "block.minecraft.sandstone_slab", "max_stack": 64, @@ -2205,7 +2394,7 @@ "fireproof": false }, { - "id": 245, + "id": 266, "name": "cut_sandstone_slab", "translation_key": "block.minecraft.cut_sandstone_slab", "max_stack": 64, @@ -2214,7 +2403,7 @@ "fireproof": false }, { - "id": 246, + "id": 267, "name": "petrified_oak_slab", "translation_key": "block.minecraft.petrified_oak_slab", "max_stack": 64, @@ -2223,7 +2412,7 @@ "fireproof": false }, { - "id": 247, + "id": 268, "name": "cobblestone_slab", "translation_key": "block.minecraft.cobblestone_slab", "max_stack": 64, @@ -2232,7 +2421,7 @@ "fireproof": false }, { - "id": 248, + "id": 269, "name": "brick_slab", "translation_key": "block.minecraft.brick_slab", "max_stack": 64, @@ -2241,7 +2430,7 @@ "fireproof": false }, { - "id": 249, + "id": 270, "name": "stone_brick_slab", "translation_key": "block.minecraft.stone_brick_slab", "max_stack": 64, @@ -2250,7 +2439,7 @@ "fireproof": false }, { - "id": 250, + "id": 271, "name": "mud_brick_slab", "translation_key": "block.minecraft.mud_brick_slab", "max_stack": 64, @@ -2259,7 +2448,7 @@ "fireproof": false }, { - "id": 251, + "id": 272, "name": "nether_brick_slab", "translation_key": "block.minecraft.nether_brick_slab", "max_stack": 64, @@ -2268,7 +2457,7 @@ "fireproof": false }, { - "id": 252, + "id": 273, "name": "quartz_slab", "translation_key": "block.minecraft.quartz_slab", "max_stack": 64, @@ -2277,7 +2466,7 @@ "fireproof": false }, { - "id": 253, + "id": 274, "name": "red_sandstone_slab", "translation_key": "block.minecraft.red_sandstone_slab", "max_stack": 64, @@ -2286,7 +2475,7 @@ "fireproof": false }, { - "id": 254, + "id": 275, "name": "cut_red_sandstone_slab", "translation_key": "block.minecraft.cut_red_sandstone_slab", "max_stack": 64, @@ -2295,7 +2484,7 @@ "fireproof": false }, { - "id": 255, + "id": 276, "name": "purpur_slab", "translation_key": "block.minecraft.purpur_slab", "max_stack": 64, @@ -2304,7 +2493,7 @@ "fireproof": false }, { - "id": 256, + "id": 277, "name": "prismarine_slab", "translation_key": "block.minecraft.prismarine_slab", "max_stack": 64, @@ -2313,7 +2502,7 @@ "fireproof": false }, { - "id": 257, + "id": 278, "name": "prismarine_brick_slab", "translation_key": "block.minecraft.prismarine_brick_slab", "max_stack": 64, @@ -2322,7 +2511,7 @@ "fireproof": false }, { - "id": 258, + "id": 279, "name": "dark_prismarine_slab", "translation_key": "block.minecraft.dark_prismarine_slab", "max_stack": 64, @@ -2331,7 +2520,7 @@ "fireproof": false }, { - "id": 259, + "id": 280, "name": "smooth_quartz", "translation_key": "block.minecraft.smooth_quartz", "max_stack": 64, @@ -2340,7 +2529,7 @@ "fireproof": false }, { - "id": 260, + "id": 281, "name": "smooth_red_sandstone", "translation_key": "block.minecraft.smooth_red_sandstone", "max_stack": 64, @@ -2349,7 +2538,7 @@ "fireproof": false }, { - "id": 261, + "id": 282, "name": "smooth_sandstone", "translation_key": "block.minecraft.smooth_sandstone", "max_stack": 64, @@ -2358,7 +2547,7 @@ "fireproof": false }, { - "id": 262, + "id": 283, "name": "smooth_stone", "translation_key": "block.minecraft.smooth_stone", "max_stack": 64, @@ -2367,7 +2556,7 @@ "fireproof": false }, { - "id": 263, + "id": 284, "name": "bricks", "translation_key": "block.minecraft.bricks", "max_stack": 64, @@ -2376,7 +2565,7 @@ "fireproof": false }, { - "id": 264, + "id": 285, "name": "bookshelf", "translation_key": "block.minecraft.bookshelf", "max_stack": 64, @@ -2385,7 +2574,7 @@ "fireproof": false }, { - "id": 265, + "id": 286, "name": "chiseled_bookshelf", "translation_key": "block.minecraft.chiseled_bookshelf", "max_stack": 64, @@ -2394,16 +2583,16 @@ "fireproof": false }, { - "id": 266, + "id": 287, "name": "decorated_pot", "translation_key": "block.minecraft.decorated_pot", - "max_stack": 1, + "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 267, + "id": 288, "name": "mossy_cobblestone", "translation_key": "block.minecraft.mossy_cobblestone", "max_stack": 64, @@ -2412,7 +2601,7 @@ "fireproof": false }, { - "id": 268, + "id": 289, "name": "obsidian", "translation_key": "block.minecraft.obsidian", "max_stack": 64, @@ -2421,7 +2610,7 @@ "fireproof": false }, { - "id": 269, + "id": 290, "name": "torch", "translation_key": "block.minecraft.torch", "max_stack": 64, @@ -2430,7 +2619,7 @@ "fireproof": false }, { - "id": 270, + "id": 291, "name": "end_rod", "translation_key": "block.minecraft.end_rod", "max_stack": 64, @@ -2439,7 +2628,7 @@ "fireproof": false }, { - "id": 271, + "id": 292, "name": "chorus_plant", "translation_key": "block.minecraft.chorus_plant", "max_stack": 64, @@ -2448,7 +2637,7 @@ "fireproof": false }, { - "id": 272, + "id": 293, "name": "chorus_flower", "translation_key": "block.minecraft.chorus_flower", "max_stack": 64, @@ -2457,7 +2646,7 @@ "fireproof": false }, { - "id": 273, + "id": 294, "name": "purpur_block", "translation_key": "block.minecraft.purpur_block", "max_stack": 64, @@ -2466,7 +2655,7 @@ "fireproof": false }, { - "id": 274, + "id": 295, "name": "purpur_pillar", "translation_key": "block.minecraft.purpur_pillar", "max_stack": 64, @@ -2475,7 +2664,7 @@ "fireproof": false }, { - "id": 275, + "id": 296, "name": "purpur_stairs", "translation_key": "block.minecraft.purpur_stairs", "max_stack": 64, @@ -2484,7 +2673,7 @@ "fireproof": false }, { - "id": 276, + "id": 297, "name": "spawner", "translation_key": "block.minecraft.spawner", "max_stack": 64, @@ -2493,7 +2682,7 @@ "fireproof": false }, { - "id": 277, + "id": 298, "name": "chest", "translation_key": "block.minecraft.chest", "max_stack": 64, @@ -2502,7 +2691,7 @@ "fireproof": false }, { - "id": 278, + "id": 299, "name": "crafting_table", "translation_key": "block.minecraft.crafting_table", "max_stack": 64, @@ -2511,7 +2700,7 @@ "fireproof": false }, { - "id": 279, + "id": 300, "name": "farmland", "translation_key": "block.minecraft.farmland", "max_stack": 64, @@ -2520,7 +2709,7 @@ "fireproof": false }, { - "id": 280, + "id": 301, "name": "furnace", "translation_key": "block.minecraft.furnace", "max_stack": 64, @@ -2529,7 +2718,7 @@ "fireproof": false }, { - "id": 281, + "id": 302, "name": "ladder", "translation_key": "block.minecraft.ladder", "max_stack": 64, @@ -2538,7 +2727,7 @@ "fireproof": false }, { - "id": 282, + "id": 303, "name": "cobblestone_stairs", "translation_key": "block.minecraft.cobblestone_stairs", "max_stack": 64, @@ -2547,7 +2736,7 @@ "fireproof": false }, { - "id": 283, + "id": 304, "name": "snow", "translation_key": "block.minecraft.snow", "max_stack": 64, @@ -2556,7 +2745,7 @@ "fireproof": false }, { - "id": 284, + "id": 305, "name": "ice", "translation_key": "block.minecraft.ice", "max_stack": 64, @@ -2565,7 +2754,7 @@ "fireproof": false }, { - "id": 285, + "id": 306, "name": "snow_block", "translation_key": "block.minecraft.snow_block", "max_stack": 64, @@ -2574,7 +2763,7 @@ "fireproof": false }, { - "id": 286, + "id": 307, "name": "cactus", "translation_key": "block.minecraft.cactus", "max_stack": 64, @@ -2583,7 +2772,7 @@ "fireproof": false }, { - "id": 287, + "id": 308, "name": "clay", "translation_key": "block.minecraft.clay", "max_stack": 64, @@ -2592,7 +2781,7 @@ "fireproof": false }, { - "id": 288, + "id": 309, "name": "jukebox", "translation_key": "block.minecraft.jukebox", "max_stack": 64, @@ -2601,7 +2790,7 @@ "fireproof": false }, { - "id": 289, + "id": 310, "name": "oak_fence", "translation_key": "block.minecraft.oak_fence", "max_stack": 64, @@ -2610,7 +2799,7 @@ "fireproof": false }, { - "id": 290, + "id": 311, "name": "spruce_fence", "translation_key": "block.minecraft.spruce_fence", "max_stack": 64, @@ -2619,7 +2808,7 @@ "fireproof": false }, { - "id": 291, + "id": 312, "name": "birch_fence", "translation_key": "block.minecraft.birch_fence", "max_stack": 64, @@ -2628,7 +2817,7 @@ "fireproof": false }, { - "id": 292, + "id": 313, "name": "jungle_fence", "translation_key": "block.minecraft.jungle_fence", "max_stack": 64, @@ -2637,7 +2826,7 @@ "fireproof": false }, { - "id": 293, + "id": 314, "name": "acacia_fence", "translation_key": "block.minecraft.acacia_fence", "max_stack": 64, @@ -2646,7 +2835,7 @@ "fireproof": false }, { - "id": 294, + "id": 315, "name": "cherry_fence", "translation_key": "block.minecraft.cherry_fence", "max_stack": 64, @@ -2655,7 +2844,7 @@ "fireproof": false }, { - "id": 295, + "id": 316, "name": "dark_oak_fence", "translation_key": "block.minecraft.dark_oak_fence", "max_stack": 64, @@ -2664,7 +2853,7 @@ "fireproof": false }, { - "id": 296, + "id": 317, "name": "mangrove_fence", "translation_key": "block.minecraft.mangrove_fence", "max_stack": 64, @@ -2673,7 +2862,7 @@ "fireproof": false }, { - "id": 297, + "id": 318, "name": "bamboo_fence", "translation_key": "block.minecraft.bamboo_fence", "max_stack": 64, @@ -2682,7 +2871,7 @@ "fireproof": false }, { - "id": 298, + "id": 319, "name": "crimson_fence", "translation_key": "block.minecraft.crimson_fence", "max_stack": 64, @@ -2691,7 +2880,7 @@ "fireproof": false }, { - "id": 299, + "id": 320, "name": "warped_fence", "translation_key": "block.minecraft.warped_fence", "max_stack": 64, @@ -2700,7 +2889,7 @@ "fireproof": false }, { - "id": 300, + "id": 321, "name": "pumpkin", "translation_key": "block.minecraft.pumpkin", "max_stack": 64, @@ -2709,7 +2898,7 @@ "fireproof": false }, { - "id": 301, + "id": 322, "name": "carved_pumpkin", "translation_key": "block.minecraft.carved_pumpkin", "max_stack": 64, @@ -2718,7 +2907,7 @@ "fireproof": false }, { - "id": 302, + "id": 323, "name": "jack_o_lantern", "translation_key": "block.minecraft.jack_o_lantern", "max_stack": 64, @@ -2727,7 +2916,7 @@ "fireproof": false }, { - "id": 303, + "id": 324, "name": "netherrack", "translation_key": "block.minecraft.netherrack", "max_stack": 64, @@ -2736,7 +2925,7 @@ "fireproof": false }, { - "id": 304, + "id": 325, "name": "soul_sand", "translation_key": "block.minecraft.soul_sand", "max_stack": 64, @@ -2745,7 +2934,7 @@ "fireproof": false }, { - "id": 305, + "id": 326, "name": "soul_soil", "translation_key": "block.minecraft.soul_soil", "max_stack": 64, @@ -2754,7 +2943,7 @@ "fireproof": false }, { - "id": 306, + "id": 327, "name": "basalt", "translation_key": "block.minecraft.basalt", "max_stack": 64, @@ -2763,7 +2952,7 @@ "fireproof": false }, { - "id": 307, + "id": 328, "name": "polished_basalt", "translation_key": "block.minecraft.polished_basalt", "max_stack": 64, @@ -2772,7 +2961,7 @@ "fireproof": false }, { - "id": 308, + "id": 329, "name": "smooth_basalt", "translation_key": "block.minecraft.smooth_basalt", "max_stack": 64, @@ -2781,7 +2970,7 @@ "fireproof": false }, { - "id": 309, + "id": 330, "name": "soul_torch", "translation_key": "block.minecraft.soul_torch", "max_stack": 64, @@ -2790,7 +2979,7 @@ "fireproof": false }, { - "id": 310, + "id": 331, "name": "glowstone", "translation_key": "block.minecraft.glowstone", "max_stack": 64, @@ -2799,7 +2988,7 @@ "fireproof": false }, { - "id": 311, + "id": 332, "name": "infested_stone", "translation_key": "block.minecraft.infested_stone", "max_stack": 64, @@ -2808,7 +2997,7 @@ "fireproof": false }, { - "id": 312, + "id": 333, "name": "infested_cobblestone", "translation_key": "block.minecraft.infested_cobblestone", "max_stack": 64, @@ -2817,7 +3006,7 @@ "fireproof": false }, { - "id": 313, + "id": 334, "name": "infested_stone_bricks", "translation_key": "block.minecraft.infested_stone_bricks", "max_stack": 64, @@ -2826,7 +3015,7 @@ "fireproof": false }, { - "id": 314, + "id": 335, "name": "infested_mossy_stone_bricks", "translation_key": "block.minecraft.infested_mossy_stone_bricks", "max_stack": 64, @@ -2835,7 +3024,7 @@ "fireproof": false }, { - "id": 315, + "id": 336, "name": "infested_cracked_stone_bricks", "translation_key": "block.minecraft.infested_cracked_stone_bricks", "max_stack": 64, @@ -2844,7 +3033,7 @@ "fireproof": false }, { - "id": 316, + "id": 337, "name": "infested_chiseled_stone_bricks", "translation_key": "block.minecraft.infested_chiseled_stone_bricks", "max_stack": 64, @@ -2853,7 +3042,7 @@ "fireproof": false }, { - "id": 317, + "id": 338, "name": "infested_deepslate", "translation_key": "block.minecraft.infested_deepslate", "max_stack": 64, @@ -2862,7 +3051,7 @@ "fireproof": false }, { - "id": 318, + "id": 339, "name": "stone_bricks", "translation_key": "block.minecraft.stone_bricks", "max_stack": 64, @@ -2871,7 +3060,7 @@ "fireproof": false }, { - "id": 319, + "id": 340, "name": "mossy_stone_bricks", "translation_key": "block.minecraft.mossy_stone_bricks", "max_stack": 64, @@ -2880,7 +3069,7 @@ "fireproof": false }, { - "id": 320, + "id": 341, "name": "cracked_stone_bricks", "translation_key": "block.minecraft.cracked_stone_bricks", "max_stack": 64, @@ -2889,7 +3078,7 @@ "fireproof": false }, { - "id": 321, + "id": 342, "name": "chiseled_stone_bricks", "translation_key": "block.minecraft.chiseled_stone_bricks", "max_stack": 64, @@ -2898,7 +3087,7 @@ "fireproof": false }, { - "id": 322, + "id": 343, "name": "packed_mud", "translation_key": "block.minecraft.packed_mud", "max_stack": 64, @@ -2907,7 +3096,7 @@ "fireproof": false }, { - "id": 323, + "id": 344, "name": "mud_bricks", "translation_key": "block.minecraft.mud_bricks", "max_stack": 64, @@ -2916,7 +3105,7 @@ "fireproof": false }, { - "id": 324, + "id": 345, "name": "deepslate_bricks", "translation_key": "block.minecraft.deepslate_bricks", "max_stack": 64, @@ -2925,7 +3114,7 @@ "fireproof": false }, { - "id": 325, + "id": 346, "name": "cracked_deepslate_bricks", "translation_key": "block.minecraft.cracked_deepslate_bricks", "max_stack": 64, @@ -2934,7 +3123,7 @@ "fireproof": false }, { - "id": 326, + "id": 347, "name": "deepslate_tiles", "translation_key": "block.minecraft.deepslate_tiles", "max_stack": 64, @@ -2943,7 +3132,7 @@ "fireproof": false }, { - "id": 327, + "id": 348, "name": "cracked_deepslate_tiles", "translation_key": "block.minecraft.cracked_deepslate_tiles", "max_stack": 64, @@ -2952,7 +3141,7 @@ "fireproof": false }, { - "id": 328, + "id": 349, "name": "chiseled_deepslate", "translation_key": "block.minecraft.chiseled_deepslate", "max_stack": 64, @@ -2961,7 +3150,7 @@ "fireproof": false }, { - "id": 329, + "id": 350, "name": "reinforced_deepslate", "translation_key": "block.minecraft.reinforced_deepslate", "max_stack": 64, @@ -2970,7 +3159,7 @@ "fireproof": false }, { - "id": 330, + "id": 351, "name": "brown_mushroom_block", "translation_key": "block.minecraft.brown_mushroom_block", "max_stack": 64, @@ -2979,7 +3168,7 @@ "fireproof": false }, { - "id": 331, + "id": 352, "name": "red_mushroom_block", "translation_key": "block.minecraft.red_mushroom_block", "max_stack": 64, @@ -2988,7 +3177,7 @@ "fireproof": false }, { - "id": 332, + "id": 353, "name": "mushroom_stem", "translation_key": "block.minecraft.mushroom_stem", "max_stack": 64, @@ -2997,7 +3186,7 @@ "fireproof": false }, { - "id": 333, + "id": 354, "name": "iron_bars", "translation_key": "block.minecraft.iron_bars", "max_stack": 64, @@ -3006,7 +3195,7 @@ "fireproof": false }, { - "id": 334, + "id": 355, "name": "chain", "translation_key": "block.minecraft.chain", "max_stack": 64, @@ -3015,7 +3204,7 @@ "fireproof": false }, { - "id": 335, + "id": 356, "name": "glass_pane", "translation_key": "block.minecraft.glass_pane", "max_stack": 64, @@ -3024,7 +3213,7 @@ "fireproof": false }, { - "id": 336, + "id": 357, "name": "melon", "translation_key": "block.minecraft.melon", "max_stack": 64, @@ -3033,7 +3222,7 @@ "fireproof": false }, { - "id": 337, + "id": 358, "name": "vine", "translation_key": "block.minecraft.vine", "max_stack": 64, @@ -3042,7 +3231,7 @@ "fireproof": false }, { - "id": 338, + "id": 359, "name": "glow_lichen", "translation_key": "block.minecraft.glow_lichen", "max_stack": 64, @@ -3051,7 +3240,7 @@ "fireproof": false }, { - "id": 339, + "id": 360, "name": "brick_stairs", "translation_key": "block.minecraft.brick_stairs", "max_stack": 64, @@ -3060,7 +3249,7 @@ "fireproof": false }, { - "id": 340, + "id": 361, "name": "stone_brick_stairs", "translation_key": "block.minecraft.stone_brick_stairs", "max_stack": 64, @@ -3069,7 +3258,7 @@ "fireproof": false }, { - "id": 341, + "id": 362, "name": "mud_brick_stairs", "translation_key": "block.minecraft.mud_brick_stairs", "max_stack": 64, @@ -3078,7 +3267,7 @@ "fireproof": false }, { - "id": 342, + "id": 363, "name": "mycelium", "translation_key": "block.minecraft.mycelium", "max_stack": 64, @@ -3087,7 +3276,7 @@ "fireproof": false }, { - "id": 343, + "id": 364, "name": "lily_pad", "translation_key": "block.minecraft.lily_pad", "max_stack": 64, @@ -3096,7 +3285,7 @@ "fireproof": false }, { - "id": 344, + "id": 365, "name": "nether_bricks", "translation_key": "block.minecraft.nether_bricks", "max_stack": 64, @@ -3105,7 +3294,7 @@ "fireproof": false }, { - "id": 345, + "id": 366, "name": "cracked_nether_bricks", "translation_key": "block.minecraft.cracked_nether_bricks", "max_stack": 64, @@ -3114,7 +3303,7 @@ "fireproof": false }, { - "id": 346, + "id": 367, "name": "chiseled_nether_bricks", "translation_key": "block.minecraft.chiseled_nether_bricks", "max_stack": 64, @@ -3123,7 +3312,7 @@ "fireproof": false }, { - "id": 347, + "id": 368, "name": "nether_brick_fence", "translation_key": "block.minecraft.nether_brick_fence", "max_stack": 64, @@ -3132,7 +3321,7 @@ "fireproof": false }, { - "id": 348, + "id": 369, "name": "nether_brick_stairs", "translation_key": "block.minecraft.nether_brick_stairs", "max_stack": 64, @@ -3141,7 +3330,7 @@ "fireproof": false }, { - "id": 349, + "id": 370, "name": "sculk", "translation_key": "block.minecraft.sculk", "max_stack": 64, @@ -3150,7 +3339,7 @@ "fireproof": false }, { - "id": 350, + "id": 371, "name": "sculk_vein", "translation_key": "block.minecraft.sculk_vein", "max_stack": 64, @@ -3159,7 +3348,7 @@ "fireproof": false }, { - "id": 351, + "id": 372, "name": "sculk_catalyst", "translation_key": "block.minecraft.sculk_catalyst", "max_stack": 64, @@ -3168,7 +3357,7 @@ "fireproof": false }, { - "id": 352, + "id": 373, "name": "sculk_shrieker", "translation_key": "block.minecraft.sculk_shrieker", "max_stack": 64, @@ -3177,7 +3366,7 @@ "fireproof": false }, { - "id": 353, + "id": 374, "name": "enchanting_table", "translation_key": "block.minecraft.enchanting_table", "max_stack": 64, @@ -3186,7 +3375,7 @@ "fireproof": false }, { - "id": 354, + "id": 375, "name": "end_portal_frame", "translation_key": "block.minecraft.end_portal_frame", "max_stack": 64, @@ -3195,7 +3384,7 @@ "fireproof": false }, { - "id": 355, + "id": 376, "name": "end_stone", "translation_key": "block.minecraft.end_stone", "max_stack": 64, @@ -3204,7 +3393,7 @@ "fireproof": false }, { - "id": 356, + "id": 377, "name": "end_stone_bricks", "translation_key": "block.minecraft.end_stone_bricks", "max_stack": 64, @@ -3213,7 +3402,7 @@ "fireproof": false }, { - "id": 357, + "id": 378, "name": "dragon_egg", "translation_key": "block.minecraft.dragon_egg", "max_stack": 64, @@ -3222,7 +3411,7 @@ "fireproof": false }, { - "id": 358, + "id": 379, "name": "sandstone_stairs", "translation_key": "block.minecraft.sandstone_stairs", "max_stack": 64, @@ -3231,7 +3420,7 @@ "fireproof": false }, { - "id": 359, + "id": 380, "name": "ender_chest", "translation_key": "block.minecraft.ender_chest", "max_stack": 64, @@ -3240,7 +3429,7 @@ "fireproof": false }, { - "id": 360, + "id": 381, "name": "emerald_block", "translation_key": "block.minecraft.emerald_block", "max_stack": 64, @@ -3249,7 +3438,7 @@ "fireproof": false }, { - "id": 361, + "id": 382, "name": "oak_stairs", "translation_key": "block.minecraft.oak_stairs", "max_stack": 64, @@ -3258,7 +3447,7 @@ "fireproof": false }, { - "id": 362, + "id": 383, "name": "spruce_stairs", "translation_key": "block.minecraft.spruce_stairs", "max_stack": 64, @@ -3267,7 +3456,7 @@ "fireproof": false }, { - "id": 363, + "id": 384, "name": "birch_stairs", "translation_key": "block.minecraft.birch_stairs", "max_stack": 64, @@ -3276,7 +3465,7 @@ "fireproof": false }, { - "id": 364, + "id": 385, "name": "jungle_stairs", "translation_key": "block.minecraft.jungle_stairs", "max_stack": 64, @@ -3285,7 +3474,7 @@ "fireproof": false }, { - "id": 365, + "id": 386, "name": "acacia_stairs", "translation_key": "block.minecraft.acacia_stairs", "max_stack": 64, @@ -3294,7 +3483,7 @@ "fireproof": false }, { - "id": 366, + "id": 387, "name": "cherry_stairs", "translation_key": "block.minecraft.cherry_stairs", "max_stack": 64, @@ -3303,7 +3492,7 @@ "fireproof": false }, { - "id": 367, + "id": 388, "name": "dark_oak_stairs", "translation_key": "block.minecraft.dark_oak_stairs", "max_stack": 64, @@ -3312,7 +3501,7 @@ "fireproof": false }, { - "id": 368, + "id": 389, "name": "mangrove_stairs", "translation_key": "block.minecraft.mangrove_stairs", "max_stack": 64, @@ -3321,7 +3510,7 @@ "fireproof": false }, { - "id": 369, + "id": 390, "name": "bamboo_stairs", "translation_key": "block.minecraft.bamboo_stairs", "max_stack": 64, @@ -3330,7 +3519,7 @@ "fireproof": false }, { - "id": 370, + "id": 391, "name": "bamboo_mosaic_stairs", "translation_key": "block.minecraft.bamboo_mosaic_stairs", "max_stack": 64, @@ -3339,7 +3528,7 @@ "fireproof": false }, { - "id": 371, + "id": 392, "name": "crimson_stairs", "translation_key": "block.minecraft.crimson_stairs", "max_stack": 64, @@ -3348,7 +3537,7 @@ "fireproof": false }, { - "id": 372, + "id": 393, "name": "warped_stairs", "translation_key": "block.minecraft.warped_stairs", "max_stack": 64, @@ -3357,7 +3546,7 @@ "fireproof": false }, { - "id": 373, + "id": 394, "name": "command_block", "translation_key": "block.minecraft.command_block", "max_stack": 64, @@ -3366,7 +3555,7 @@ "fireproof": false }, { - "id": 374, + "id": 395, "name": "beacon", "translation_key": "block.minecraft.beacon", "max_stack": 64, @@ -3375,7 +3564,7 @@ "fireproof": false }, { - "id": 375, + "id": 396, "name": "cobblestone_wall", "translation_key": "block.minecraft.cobblestone_wall", "max_stack": 64, @@ -3384,7 +3573,7 @@ "fireproof": false }, { - "id": 376, + "id": 397, "name": "mossy_cobblestone_wall", "translation_key": "block.minecraft.mossy_cobblestone_wall", "max_stack": 64, @@ -3393,7 +3582,7 @@ "fireproof": false }, { - "id": 377, + "id": 398, "name": "brick_wall", "translation_key": "block.minecraft.brick_wall", "max_stack": 64, @@ -3402,7 +3591,7 @@ "fireproof": false }, { - "id": 378, + "id": 399, "name": "prismarine_wall", "translation_key": "block.minecraft.prismarine_wall", "max_stack": 64, @@ -3411,7 +3600,7 @@ "fireproof": false }, { - "id": 379, + "id": 400, "name": "red_sandstone_wall", "translation_key": "block.minecraft.red_sandstone_wall", "max_stack": 64, @@ -3420,7 +3609,7 @@ "fireproof": false }, { - "id": 380, + "id": 401, "name": "mossy_stone_brick_wall", "translation_key": "block.minecraft.mossy_stone_brick_wall", "max_stack": 64, @@ -3429,7 +3618,7 @@ "fireproof": false }, { - "id": 381, + "id": 402, "name": "granite_wall", "translation_key": "block.minecraft.granite_wall", "max_stack": 64, @@ -3438,7 +3627,7 @@ "fireproof": false }, { - "id": 382, + "id": 403, "name": "stone_brick_wall", "translation_key": "block.minecraft.stone_brick_wall", "max_stack": 64, @@ -3447,7 +3636,7 @@ "fireproof": false }, { - "id": 383, + "id": 404, "name": "mud_brick_wall", "translation_key": "block.minecraft.mud_brick_wall", "max_stack": 64, @@ -3456,7 +3645,7 @@ "fireproof": false }, { - "id": 384, + "id": 405, "name": "nether_brick_wall", "translation_key": "block.minecraft.nether_brick_wall", "max_stack": 64, @@ -3465,7 +3654,7 @@ "fireproof": false }, { - "id": 385, + "id": 406, "name": "andesite_wall", "translation_key": "block.minecraft.andesite_wall", "max_stack": 64, @@ -3474,7 +3663,7 @@ "fireproof": false }, { - "id": 386, + "id": 407, "name": "red_nether_brick_wall", "translation_key": "block.minecraft.red_nether_brick_wall", "max_stack": 64, @@ -3483,7 +3672,7 @@ "fireproof": false }, { - "id": 387, + "id": 408, "name": "sandstone_wall", "translation_key": "block.minecraft.sandstone_wall", "max_stack": 64, @@ -3492,7 +3681,7 @@ "fireproof": false }, { - "id": 388, + "id": 409, "name": "end_stone_brick_wall", "translation_key": "block.minecraft.end_stone_brick_wall", "max_stack": 64, @@ -3501,7 +3690,7 @@ "fireproof": false }, { - "id": 389, + "id": 410, "name": "diorite_wall", "translation_key": "block.minecraft.diorite_wall", "max_stack": 64, @@ -3510,7 +3699,7 @@ "fireproof": false }, { - "id": 390, + "id": 411, "name": "blackstone_wall", "translation_key": "block.minecraft.blackstone_wall", "max_stack": 64, @@ -3519,7 +3708,7 @@ "fireproof": false }, { - "id": 391, + "id": 412, "name": "polished_blackstone_wall", "translation_key": "block.minecraft.polished_blackstone_wall", "max_stack": 64, @@ -3528,7 +3717,7 @@ "fireproof": false }, { - "id": 392, + "id": 413, "name": "polished_blackstone_brick_wall", "translation_key": "block.minecraft.polished_blackstone_brick_wall", "max_stack": 64, @@ -3537,7 +3726,7 @@ "fireproof": false }, { - "id": 393, + "id": 414, "name": "cobbled_deepslate_wall", "translation_key": "block.minecraft.cobbled_deepslate_wall", "max_stack": 64, @@ -3546,7 +3735,7 @@ "fireproof": false }, { - "id": 394, + "id": 415, "name": "polished_deepslate_wall", "translation_key": "block.minecraft.polished_deepslate_wall", "max_stack": 64, @@ -3555,7 +3744,7 @@ "fireproof": false }, { - "id": 395, + "id": 416, "name": "deepslate_brick_wall", "translation_key": "block.minecraft.deepslate_brick_wall", "max_stack": 64, @@ -3564,7 +3753,7 @@ "fireproof": false }, { - "id": 396, + "id": 417, "name": "deepslate_tile_wall", "translation_key": "block.minecraft.deepslate_tile_wall", "max_stack": 64, @@ -3573,7 +3762,7 @@ "fireproof": false }, { - "id": 397, + "id": 418, "name": "anvil", "translation_key": "block.minecraft.anvil", "max_stack": 64, @@ -3582,7 +3771,7 @@ "fireproof": false }, { - "id": 398, + "id": 419, "name": "chipped_anvil", "translation_key": "block.minecraft.chipped_anvil", "max_stack": 64, @@ -3591,7 +3780,7 @@ "fireproof": false }, { - "id": 399, + "id": 420, "name": "damaged_anvil", "translation_key": "block.minecraft.damaged_anvil", "max_stack": 64, @@ -3600,7 +3789,7 @@ "fireproof": false }, { - "id": 400, + "id": 421, "name": "chiseled_quartz_block", "translation_key": "block.minecraft.chiseled_quartz_block", "max_stack": 64, @@ -3609,7 +3798,7 @@ "fireproof": false }, { - "id": 401, + "id": 422, "name": "quartz_block", "translation_key": "block.minecraft.quartz_block", "max_stack": 64, @@ -3618,7 +3807,7 @@ "fireproof": false }, { - "id": 402, + "id": 423, "name": "quartz_bricks", "translation_key": "block.minecraft.quartz_bricks", "max_stack": 64, @@ -3627,7 +3816,7 @@ "fireproof": false }, { - "id": 403, + "id": 424, "name": "quartz_pillar", "translation_key": "block.minecraft.quartz_pillar", "max_stack": 64, @@ -3636,7 +3825,7 @@ "fireproof": false }, { - "id": 404, + "id": 425, "name": "quartz_stairs", "translation_key": "block.minecraft.quartz_stairs", "max_stack": 64, @@ -3645,7 +3834,7 @@ "fireproof": false }, { - "id": 405, + "id": 426, "name": "white_terracotta", "translation_key": "block.minecraft.white_terracotta", "max_stack": 64, @@ -3654,7 +3843,7 @@ "fireproof": false }, { - "id": 406, + "id": 427, "name": "orange_terracotta", "translation_key": "block.minecraft.orange_terracotta", "max_stack": 64, @@ -3663,7 +3852,7 @@ "fireproof": false }, { - "id": 407, + "id": 428, "name": "magenta_terracotta", "translation_key": "block.minecraft.magenta_terracotta", "max_stack": 64, @@ -3672,7 +3861,7 @@ "fireproof": false }, { - "id": 408, + "id": 429, "name": "light_blue_terracotta", "translation_key": "block.minecraft.light_blue_terracotta", "max_stack": 64, @@ -3681,7 +3870,7 @@ "fireproof": false }, { - "id": 409, + "id": 430, "name": "yellow_terracotta", "translation_key": "block.minecraft.yellow_terracotta", "max_stack": 64, @@ -3690,7 +3879,7 @@ "fireproof": false }, { - "id": 410, + "id": 431, "name": "lime_terracotta", "translation_key": "block.minecraft.lime_terracotta", "max_stack": 64, @@ -3699,7 +3888,7 @@ "fireproof": false }, { - "id": 411, + "id": 432, "name": "pink_terracotta", "translation_key": "block.minecraft.pink_terracotta", "max_stack": 64, @@ -3708,7 +3897,7 @@ "fireproof": false }, { - "id": 412, + "id": 433, "name": "gray_terracotta", "translation_key": "block.minecraft.gray_terracotta", "max_stack": 64, @@ -3717,7 +3906,7 @@ "fireproof": false }, { - "id": 413, + "id": 434, "name": "light_gray_terracotta", "translation_key": "block.minecraft.light_gray_terracotta", "max_stack": 64, @@ -3726,7 +3915,7 @@ "fireproof": false }, { - "id": 414, + "id": 435, "name": "cyan_terracotta", "translation_key": "block.minecraft.cyan_terracotta", "max_stack": 64, @@ -3735,7 +3924,7 @@ "fireproof": false }, { - "id": 415, + "id": 436, "name": "purple_terracotta", "translation_key": "block.minecraft.purple_terracotta", "max_stack": 64, @@ -3744,7 +3933,7 @@ "fireproof": false }, { - "id": 416, + "id": 437, "name": "blue_terracotta", "translation_key": "block.minecraft.blue_terracotta", "max_stack": 64, @@ -3753,7 +3942,7 @@ "fireproof": false }, { - "id": 417, + "id": 438, "name": "brown_terracotta", "translation_key": "block.minecraft.brown_terracotta", "max_stack": 64, @@ -3762,7 +3951,7 @@ "fireproof": false }, { - "id": 418, + "id": 439, "name": "green_terracotta", "translation_key": "block.minecraft.green_terracotta", "max_stack": 64, @@ -3771,7 +3960,7 @@ "fireproof": false }, { - "id": 419, + "id": 440, "name": "red_terracotta", "translation_key": "block.minecraft.red_terracotta", "max_stack": 64, @@ -3780,7 +3969,7 @@ "fireproof": false }, { - "id": 420, + "id": 441, "name": "black_terracotta", "translation_key": "block.minecraft.black_terracotta", "max_stack": 64, @@ -3789,7 +3978,7 @@ "fireproof": false }, { - "id": 421, + "id": 442, "name": "barrier", "translation_key": "block.minecraft.barrier", "max_stack": 64, @@ -3798,7 +3987,7 @@ "fireproof": false }, { - "id": 422, + "id": 443, "name": "light", "translation_key": "block.minecraft.light", "max_stack": 64, @@ -3807,7 +3996,7 @@ "fireproof": false }, { - "id": 423, + "id": 444, "name": "hay_block", "translation_key": "block.minecraft.hay_block", "max_stack": 64, @@ -3816,7 +4005,7 @@ "fireproof": false }, { - "id": 424, + "id": 445, "name": "white_carpet", "translation_key": "block.minecraft.white_carpet", "max_stack": 64, @@ -3825,7 +4014,7 @@ "fireproof": false }, { - "id": 425, + "id": 446, "name": "orange_carpet", "translation_key": "block.minecraft.orange_carpet", "max_stack": 64, @@ -3834,7 +4023,7 @@ "fireproof": false }, { - "id": 426, + "id": 447, "name": "magenta_carpet", "translation_key": "block.minecraft.magenta_carpet", "max_stack": 64, @@ -3843,7 +4032,7 @@ "fireproof": false }, { - "id": 427, + "id": 448, "name": "light_blue_carpet", "translation_key": "block.minecraft.light_blue_carpet", "max_stack": 64, @@ -3852,7 +4041,7 @@ "fireproof": false }, { - "id": 428, + "id": 449, "name": "yellow_carpet", "translation_key": "block.minecraft.yellow_carpet", "max_stack": 64, @@ -3861,7 +4050,7 @@ "fireproof": false }, { - "id": 429, + "id": 450, "name": "lime_carpet", "translation_key": "block.minecraft.lime_carpet", "max_stack": 64, @@ -3870,7 +4059,7 @@ "fireproof": false }, { - "id": 430, + "id": 451, "name": "pink_carpet", "translation_key": "block.minecraft.pink_carpet", "max_stack": 64, @@ -3879,7 +4068,7 @@ "fireproof": false }, { - "id": 431, + "id": 452, "name": "gray_carpet", "translation_key": "block.minecraft.gray_carpet", "max_stack": 64, @@ -3888,7 +4077,7 @@ "fireproof": false }, { - "id": 432, + "id": 453, "name": "light_gray_carpet", "translation_key": "block.minecraft.light_gray_carpet", "max_stack": 64, @@ -3897,7 +4086,7 @@ "fireproof": false }, { - "id": 433, + "id": 454, "name": "cyan_carpet", "translation_key": "block.minecraft.cyan_carpet", "max_stack": 64, @@ -3906,7 +4095,7 @@ "fireproof": false }, { - "id": 434, + "id": 455, "name": "purple_carpet", "translation_key": "block.minecraft.purple_carpet", "max_stack": 64, @@ -3915,7 +4104,7 @@ "fireproof": false }, { - "id": 435, + "id": 456, "name": "blue_carpet", "translation_key": "block.minecraft.blue_carpet", "max_stack": 64, @@ -3924,7 +4113,7 @@ "fireproof": false }, { - "id": 436, + "id": 457, "name": "brown_carpet", "translation_key": "block.minecraft.brown_carpet", "max_stack": 64, @@ -3933,7 +4122,7 @@ "fireproof": false }, { - "id": 437, + "id": 458, "name": "green_carpet", "translation_key": "block.minecraft.green_carpet", "max_stack": 64, @@ -3942,7 +4131,7 @@ "fireproof": false }, { - "id": 438, + "id": 459, "name": "red_carpet", "translation_key": "block.minecraft.red_carpet", "max_stack": 64, @@ -3951,7 +4140,7 @@ "fireproof": false }, { - "id": 439, + "id": 460, "name": "black_carpet", "translation_key": "block.minecraft.black_carpet", "max_stack": 64, @@ -3960,7 +4149,7 @@ "fireproof": false }, { - "id": 440, + "id": 461, "name": "terracotta", "translation_key": "block.minecraft.terracotta", "max_stack": 64, @@ -3969,7 +4158,7 @@ "fireproof": false }, { - "id": 441, + "id": 462, "name": "packed_ice", "translation_key": "block.minecraft.packed_ice", "max_stack": 64, @@ -3978,7 +4167,7 @@ "fireproof": false }, { - "id": 442, + "id": 463, "name": "dirt_path", "translation_key": "block.minecraft.dirt_path", "max_stack": 64, @@ -3987,7 +4176,7 @@ "fireproof": false }, { - "id": 443, + "id": 464, "name": "sunflower", "translation_key": "block.minecraft.sunflower", "max_stack": 64, @@ -3996,7 +4185,7 @@ "fireproof": false }, { - "id": 444, + "id": 465, "name": "lilac", "translation_key": "block.minecraft.lilac", "max_stack": 64, @@ -4005,7 +4194,7 @@ "fireproof": false }, { - "id": 445, + "id": 466, "name": "rose_bush", "translation_key": "block.minecraft.rose_bush", "max_stack": 64, @@ -4014,7 +4203,7 @@ "fireproof": false }, { - "id": 446, + "id": 467, "name": "peony", "translation_key": "block.minecraft.peony", "max_stack": 64, @@ -4023,7 +4212,7 @@ "fireproof": false }, { - "id": 447, + "id": 468, "name": "tall_grass", "translation_key": "block.minecraft.tall_grass", "max_stack": 64, @@ -4032,7 +4221,7 @@ "fireproof": false }, { - "id": 448, + "id": 469, "name": "large_fern", "translation_key": "block.minecraft.large_fern", "max_stack": 64, @@ -4041,7 +4230,7 @@ "fireproof": false }, { - "id": 449, + "id": 470, "name": "white_stained_glass", "translation_key": "block.minecraft.white_stained_glass", "max_stack": 64, @@ -4050,7 +4239,7 @@ "fireproof": false }, { - "id": 450, + "id": 471, "name": "orange_stained_glass", "translation_key": "block.minecraft.orange_stained_glass", "max_stack": 64, @@ -4059,7 +4248,7 @@ "fireproof": false }, { - "id": 451, + "id": 472, "name": "magenta_stained_glass", "translation_key": "block.minecraft.magenta_stained_glass", "max_stack": 64, @@ -4068,7 +4257,7 @@ "fireproof": false }, { - "id": 452, + "id": 473, "name": "light_blue_stained_glass", "translation_key": "block.minecraft.light_blue_stained_glass", "max_stack": 64, @@ -4077,7 +4266,7 @@ "fireproof": false }, { - "id": 453, + "id": 474, "name": "yellow_stained_glass", "translation_key": "block.minecraft.yellow_stained_glass", "max_stack": 64, @@ -4086,7 +4275,7 @@ "fireproof": false }, { - "id": 454, + "id": 475, "name": "lime_stained_glass", "translation_key": "block.minecraft.lime_stained_glass", "max_stack": 64, @@ -4095,7 +4284,7 @@ "fireproof": false }, { - "id": 455, + "id": 476, "name": "pink_stained_glass", "translation_key": "block.minecraft.pink_stained_glass", "max_stack": 64, @@ -4104,7 +4293,7 @@ "fireproof": false }, { - "id": 456, + "id": 477, "name": "gray_stained_glass", "translation_key": "block.minecraft.gray_stained_glass", "max_stack": 64, @@ -4113,7 +4302,7 @@ "fireproof": false }, { - "id": 457, + "id": 478, "name": "light_gray_stained_glass", "translation_key": "block.minecraft.light_gray_stained_glass", "max_stack": 64, @@ -4122,7 +4311,7 @@ "fireproof": false }, { - "id": 458, + "id": 479, "name": "cyan_stained_glass", "translation_key": "block.minecraft.cyan_stained_glass", "max_stack": 64, @@ -4131,7 +4320,7 @@ "fireproof": false }, { - "id": 459, + "id": 480, "name": "purple_stained_glass", "translation_key": "block.minecraft.purple_stained_glass", "max_stack": 64, @@ -4140,7 +4329,7 @@ "fireproof": false }, { - "id": 460, + "id": 481, "name": "blue_stained_glass", "translation_key": "block.minecraft.blue_stained_glass", "max_stack": 64, @@ -4149,7 +4338,7 @@ "fireproof": false }, { - "id": 461, + "id": 482, "name": "brown_stained_glass", "translation_key": "block.minecraft.brown_stained_glass", "max_stack": 64, @@ -4158,7 +4347,7 @@ "fireproof": false }, { - "id": 462, + "id": 483, "name": "green_stained_glass", "translation_key": "block.minecraft.green_stained_glass", "max_stack": 64, @@ -4167,7 +4356,7 @@ "fireproof": false }, { - "id": 463, + "id": 484, "name": "red_stained_glass", "translation_key": "block.minecraft.red_stained_glass", "max_stack": 64, @@ -4176,7 +4365,7 @@ "fireproof": false }, { - "id": 464, + "id": 485, "name": "black_stained_glass", "translation_key": "block.minecraft.black_stained_glass", "max_stack": 64, @@ -4185,7 +4374,7 @@ "fireproof": false }, { - "id": 465, + "id": 486, "name": "white_stained_glass_pane", "translation_key": "block.minecraft.white_stained_glass_pane", "max_stack": 64, @@ -4194,7 +4383,7 @@ "fireproof": false }, { - "id": 466, + "id": 487, "name": "orange_stained_glass_pane", "translation_key": "block.minecraft.orange_stained_glass_pane", "max_stack": 64, @@ -4203,7 +4392,7 @@ "fireproof": false }, { - "id": 467, + "id": 488, "name": "magenta_stained_glass_pane", "translation_key": "block.minecraft.magenta_stained_glass_pane", "max_stack": 64, @@ -4212,7 +4401,7 @@ "fireproof": false }, { - "id": 468, + "id": 489, "name": "light_blue_stained_glass_pane", "translation_key": "block.minecraft.light_blue_stained_glass_pane", "max_stack": 64, @@ -4221,7 +4410,7 @@ "fireproof": false }, { - "id": 469, + "id": 490, "name": "yellow_stained_glass_pane", "translation_key": "block.minecraft.yellow_stained_glass_pane", "max_stack": 64, @@ -4230,7 +4419,7 @@ "fireproof": false }, { - "id": 470, + "id": 491, "name": "lime_stained_glass_pane", "translation_key": "block.minecraft.lime_stained_glass_pane", "max_stack": 64, @@ -4239,7 +4428,7 @@ "fireproof": false }, { - "id": 471, + "id": 492, "name": "pink_stained_glass_pane", "translation_key": "block.minecraft.pink_stained_glass_pane", "max_stack": 64, @@ -4248,7 +4437,7 @@ "fireproof": false }, { - "id": 472, + "id": 493, "name": "gray_stained_glass_pane", "translation_key": "block.minecraft.gray_stained_glass_pane", "max_stack": 64, @@ -4257,7 +4446,7 @@ "fireproof": false }, { - "id": 473, + "id": 494, "name": "light_gray_stained_glass_pane", "translation_key": "block.minecraft.light_gray_stained_glass_pane", "max_stack": 64, @@ -4266,7 +4455,7 @@ "fireproof": false }, { - "id": 474, + "id": 495, "name": "cyan_stained_glass_pane", "translation_key": "block.minecraft.cyan_stained_glass_pane", "max_stack": 64, @@ -4275,7 +4464,7 @@ "fireproof": false }, { - "id": 475, + "id": 496, "name": "purple_stained_glass_pane", "translation_key": "block.minecraft.purple_stained_glass_pane", "max_stack": 64, @@ -4284,7 +4473,7 @@ "fireproof": false }, { - "id": 476, + "id": 497, "name": "blue_stained_glass_pane", "translation_key": "block.minecraft.blue_stained_glass_pane", "max_stack": 64, @@ -4293,7 +4482,7 @@ "fireproof": false }, { - "id": 477, + "id": 498, "name": "brown_stained_glass_pane", "translation_key": "block.minecraft.brown_stained_glass_pane", "max_stack": 64, @@ -4302,7 +4491,7 @@ "fireproof": false }, { - "id": 478, + "id": 499, "name": "green_stained_glass_pane", "translation_key": "block.minecraft.green_stained_glass_pane", "max_stack": 64, @@ -4311,7 +4500,7 @@ "fireproof": false }, { - "id": 479, + "id": 500, "name": "red_stained_glass_pane", "translation_key": "block.minecraft.red_stained_glass_pane", "max_stack": 64, @@ -4320,7 +4509,7 @@ "fireproof": false }, { - "id": 480, + "id": 501, "name": "black_stained_glass_pane", "translation_key": "block.minecraft.black_stained_glass_pane", "max_stack": 64, @@ -4329,7 +4518,7 @@ "fireproof": false }, { - "id": 481, + "id": 502, "name": "prismarine", "translation_key": "block.minecraft.prismarine", "max_stack": 64, @@ -4338,7 +4527,7 @@ "fireproof": false }, { - "id": 482, + "id": 503, "name": "prismarine_bricks", "translation_key": "block.minecraft.prismarine_bricks", "max_stack": 64, @@ -4347,7 +4536,7 @@ "fireproof": false }, { - "id": 483, + "id": 504, "name": "dark_prismarine", "translation_key": "block.minecraft.dark_prismarine", "max_stack": 64, @@ -4356,7 +4545,7 @@ "fireproof": false }, { - "id": 484, + "id": 505, "name": "prismarine_stairs", "translation_key": "block.minecraft.prismarine_stairs", "max_stack": 64, @@ -4365,7 +4554,7 @@ "fireproof": false }, { - "id": 485, + "id": 506, "name": "prismarine_brick_stairs", "translation_key": "block.minecraft.prismarine_brick_stairs", "max_stack": 64, @@ -4374,7 +4563,7 @@ "fireproof": false }, { - "id": 486, + "id": 507, "name": "dark_prismarine_stairs", "translation_key": "block.minecraft.dark_prismarine_stairs", "max_stack": 64, @@ -4383,7 +4572,7 @@ "fireproof": false }, { - "id": 487, + "id": 508, "name": "sea_lantern", "translation_key": "block.minecraft.sea_lantern", "max_stack": 64, @@ -4392,7 +4581,7 @@ "fireproof": false }, { - "id": 488, + "id": 509, "name": "red_sandstone", "translation_key": "block.minecraft.red_sandstone", "max_stack": 64, @@ -4401,7 +4590,7 @@ "fireproof": false }, { - "id": 489, + "id": 510, "name": "chiseled_red_sandstone", "translation_key": "block.minecraft.chiseled_red_sandstone", "max_stack": 64, @@ -4410,7 +4599,7 @@ "fireproof": false }, { - "id": 490, + "id": 511, "name": "cut_red_sandstone", "translation_key": "block.minecraft.cut_red_sandstone", "max_stack": 64, @@ -4419,7 +4608,7 @@ "fireproof": false }, { - "id": 491, + "id": 512, "name": "red_sandstone_stairs", "translation_key": "block.minecraft.red_sandstone_stairs", "max_stack": 64, @@ -4428,7 +4617,7 @@ "fireproof": false }, { - "id": 492, + "id": 513, "name": "repeating_command_block", "translation_key": "block.minecraft.repeating_command_block", "max_stack": 64, @@ -4437,7 +4626,7 @@ "fireproof": false }, { - "id": 493, + "id": 514, "name": "chain_command_block", "translation_key": "block.minecraft.chain_command_block", "max_stack": 64, @@ -4446,7 +4635,7 @@ "fireproof": false }, { - "id": 494, + "id": 515, "name": "magma_block", "translation_key": "block.minecraft.magma_block", "max_stack": 64, @@ -4455,7 +4644,7 @@ "fireproof": false }, { - "id": 495, + "id": 516, "name": "nether_wart_block", "translation_key": "block.minecraft.nether_wart_block", "max_stack": 64, @@ -4464,7 +4653,7 @@ "fireproof": false }, { - "id": 496, + "id": 517, "name": "warped_wart_block", "translation_key": "block.minecraft.warped_wart_block", "max_stack": 64, @@ -4473,7 +4662,7 @@ "fireproof": false }, { - "id": 497, + "id": 518, "name": "red_nether_bricks", "translation_key": "block.minecraft.red_nether_bricks", "max_stack": 64, @@ -4482,7 +4671,7 @@ "fireproof": false }, { - "id": 498, + "id": 519, "name": "bone_block", "translation_key": "block.minecraft.bone_block", "max_stack": 64, @@ -4491,7 +4680,7 @@ "fireproof": false }, { - "id": 499, + "id": 520, "name": "structure_void", "translation_key": "block.minecraft.structure_void", "max_stack": 64, @@ -4500,7 +4689,7 @@ "fireproof": false }, { - "id": 500, + "id": 521, "name": "shulker_box", "translation_key": "block.minecraft.shulker_box", "max_stack": 1, @@ -4509,7 +4698,7 @@ "fireproof": false }, { - "id": 501, + "id": 522, "name": "white_shulker_box", "translation_key": "block.minecraft.white_shulker_box", "max_stack": 1, @@ -4518,7 +4707,7 @@ "fireproof": false }, { - "id": 502, + "id": 523, "name": "orange_shulker_box", "translation_key": "block.minecraft.orange_shulker_box", "max_stack": 1, @@ -4527,7 +4716,7 @@ "fireproof": false }, { - "id": 503, + "id": 524, "name": "magenta_shulker_box", "translation_key": "block.minecraft.magenta_shulker_box", "max_stack": 1, @@ -4536,7 +4725,7 @@ "fireproof": false }, { - "id": 504, + "id": 525, "name": "light_blue_shulker_box", "translation_key": "block.minecraft.light_blue_shulker_box", "max_stack": 1, @@ -4545,7 +4734,7 @@ "fireproof": false }, { - "id": 505, + "id": 526, "name": "yellow_shulker_box", "translation_key": "block.minecraft.yellow_shulker_box", "max_stack": 1, @@ -4554,7 +4743,7 @@ "fireproof": false }, { - "id": 506, + "id": 527, "name": "lime_shulker_box", "translation_key": "block.minecraft.lime_shulker_box", "max_stack": 1, @@ -4563,7 +4752,7 @@ "fireproof": false }, { - "id": 507, + "id": 528, "name": "pink_shulker_box", "translation_key": "block.minecraft.pink_shulker_box", "max_stack": 1, @@ -4572,7 +4761,7 @@ "fireproof": false }, { - "id": 508, + "id": 529, "name": "gray_shulker_box", "translation_key": "block.minecraft.gray_shulker_box", "max_stack": 1, @@ -4581,7 +4770,7 @@ "fireproof": false }, { - "id": 509, + "id": 530, "name": "light_gray_shulker_box", "translation_key": "block.minecraft.light_gray_shulker_box", "max_stack": 1, @@ -4590,7 +4779,7 @@ "fireproof": false }, { - "id": 510, + "id": 531, "name": "cyan_shulker_box", "translation_key": "block.minecraft.cyan_shulker_box", "max_stack": 1, @@ -4599,7 +4788,7 @@ "fireproof": false }, { - "id": 511, + "id": 532, "name": "purple_shulker_box", "translation_key": "block.minecraft.purple_shulker_box", "max_stack": 1, @@ -4608,7 +4797,7 @@ "fireproof": false }, { - "id": 512, + "id": 533, "name": "blue_shulker_box", "translation_key": "block.minecraft.blue_shulker_box", "max_stack": 1, @@ -4617,7 +4806,7 @@ "fireproof": false }, { - "id": 513, + "id": 534, "name": "brown_shulker_box", "translation_key": "block.minecraft.brown_shulker_box", "max_stack": 1, @@ -4626,7 +4815,7 @@ "fireproof": false }, { - "id": 514, + "id": 535, "name": "green_shulker_box", "translation_key": "block.minecraft.green_shulker_box", "max_stack": 1, @@ -4635,7 +4824,7 @@ "fireproof": false }, { - "id": 515, + "id": 536, "name": "red_shulker_box", "translation_key": "block.minecraft.red_shulker_box", "max_stack": 1, @@ -4644,7 +4833,7 @@ "fireproof": false }, { - "id": 516, + "id": 537, "name": "black_shulker_box", "translation_key": "block.minecraft.black_shulker_box", "max_stack": 1, @@ -4653,7 +4842,7 @@ "fireproof": false }, { - "id": 517, + "id": 538, "name": "white_glazed_terracotta", "translation_key": "block.minecraft.white_glazed_terracotta", "max_stack": 64, @@ -4662,7 +4851,7 @@ "fireproof": false }, { - "id": 518, + "id": 539, "name": "orange_glazed_terracotta", "translation_key": "block.minecraft.orange_glazed_terracotta", "max_stack": 64, @@ -4671,7 +4860,7 @@ "fireproof": false }, { - "id": 519, + "id": 540, "name": "magenta_glazed_terracotta", "translation_key": "block.minecraft.magenta_glazed_terracotta", "max_stack": 64, @@ -4680,7 +4869,7 @@ "fireproof": false }, { - "id": 520, + "id": 541, "name": "light_blue_glazed_terracotta", "translation_key": "block.minecraft.light_blue_glazed_terracotta", "max_stack": 64, @@ -4689,7 +4878,7 @@ "fireproof": false }, { - "id": 521, + "id": 542, "name": "yellow_glazed_terracotta", "translation_key": "block.minecraft.yellow_glazed_terracotta", "max_stack": 64, @@ -4698,7 +4887,7 @@ "fireproof": false }, { - "id": 522, + "id": 543, "name": "lime_glazed_terracotta", "translation_key": "block.minecraft.lime_glazed_terracotta", "max_stack": 64, @@ -4707,7 +4896,7 @@ "fireproof": false }, { - "id": 523, + "id": 544, "name": "pink_glazed_terracotta", "translation_key": "block.minecraft.pink_glazed_terracotta", "max_stack": 64, @@ -4716,7 +4905,7 @@ "fireproof": false }, { - "id": 524, + "id": 545, "name": "gray_glazed_terracotta", "translation_key": "block.minecraft.gray_glazed_terracotta", "max_stack": 64, @@ -4725,7 +4914,7 @@ "fireproof": false }, { - "id": 525, + "id": 546, "name": "light_gray_glazed_terracotta", "translation_key": "block.minecraft.light_gray_glazed_terracotta", "max_stack": 64, @@ -4734,7 +4923,7 @@ "fireproof": false }, { - "id": 526, + "id": 547, "name": "cyan_glazed_terracotta", "translation_key": "block.minecraft.cyan_glazed_terracotta", "max_stack": 64, @@ -4743,7 +4932,7 @@ "fireproof": false }, { - "id": 527, + "id": 548, "name": "purple_glazed_terracotta", "translation_key": "block.minecraft.purple_glazed_terracotta", "max_stack": 64, @@ -4752,7 +4941,7 @@ "fireproof": false }, { - "id": 528, + "id": 549, "name": "blue_glazed_terracotta", "translation_key": "block.minecraft.blue_glazed_terracotta", "max_stack": 64, @@ -4761,7 +4950,7 @@ "fireproof": false }, { - "id": 529, + "id": 550, "name": "brown_glazed_terracotta", "translation_key": "block.minecraft.brown_glazed_terracotta", "max_stack": 64, @@ -4770,7 +4959,7 @@ "fireproof": false }, { - "id": 530, + "id": 551, "name": "green_glazed_terracotta", "translation_key": "block.minecraft.green_glazed_terracotta", "max_stack": 64, @@ -4779,7 +4968,7 @@ "fireproof": false }, { - "id": 531, + "id": 552, "name": "red_glazed_terracotta", "translation_key": "block.minecraft.red_glazed_terracotta", "max_stack": 64, @@ -4788,7 +4977,7 @@ "fireproof": false }, { - "id": 532, + "id": 553, "name": "black_glazed_terracotta", "translation_key": "block.minecraft.black_glazed_terracotta", "max_stack": 64, @@ -4797,7 +4986,7 @@ "fireproof": false }, { - "id": 533, + "id": 554, "name": "white_concrete", "translation_key": "block.minecraft.white_concrete", "max_stack": 64, @@ -4806,7 +4995,7 @@ "fireproof": false }, { - "id": 534, + "id": 555, "name": "orange_concrete", "translation_key": "block.minecraft.orange_concrete", "max_stack": 64, @@ -4815,7 +5004,7 @@ "fireproof": false }, { - "id": 535, + "id": 556, "name": "magenta_concrete", "translation_key": "block.minecraft.magenta_concrete", "max_stack": 64, @@ -4824,7 +5013,7 @@ "fireproof": false }, { - "id": 536, + "id": 557, "name": "light_blue_concrete", "translation_key": "block.minecraft.light_blue_concrete", "max_stack": 64, @@ -4833,7 +5022,7 @@ "fireproof": false }, { - "id": 537, + "id": 558, "name": "yellow_concrete", "translation_key": "block.minecraft.yellow_concrete", "max_stack": 64, @@ -4842,7 +5031,7 @@ "fireproof": false }, { - "id": 538, + "id": 559, "name": "lime_concrete", "translation_key": "block.minecraft.lime_concrete", "max_stack": 64, @@ -4851,7 +5040,7 @@ "fireproof": false }, { - "id": 539, + "id": 560, "name": "pink_concrete", "translation_key": "block.minecraft.pink_concrete", "max_stack": 64, @@ -4860,7 +5049,7 @@ "fireproof": false }, { - "id": 540, + "id": 561, "name": "gray_concrete", "translation_key": "block.minecraft.gray_concrete", "max_stack": 64, @@ -4869,7 +5058,7 @@ "fireproof": false }, { - "id": 541, + "id": 562, "name": "light_gray_concrete", "translation_key": "block.minecraft.light_gray_concrete", "max_stack": 64, @@ -4878,7 +5067,7 @@ "fireproof": false }, { - "id": 542, + "id": 563, "name": "cyan_concrete", "translation_key": "block.minecraft.cyan_concrete", "max_stack": 64, @@ -4887,7 +5076,7 @@ "fireproof": false }, { - "id": 543, + "id": 564, "name": "purple_concrete", "translation_key": "block.minecraft.purple_concrete", "max_stack": 64, @@ -4896,7 +5085,7 @@ "fireproof": false }, { - "id": 544, + "id": 565, "name": "blue_concrete", "translation_key": "block.minecraft.blue_concrete", "max_stack": 64, @@ -4905,7 +5094,7 @@ "fireproof": false }, { - "id": 545, + "id": 566, "name": "brown_concrete", "translation_key": "block.minecraft.brown_concrete", "max_stack": 64, @@ -4914,7 +5103,7 @@ "fireproof": false }, { - "id": 546, + "id": 567, "name": "green_concrete", "translation_key": "block.minecraft.green_concrete", "max_stack": 64, @@ -4923,7 +5112,7 @@ "fireproof": false }, { - "id": 547, + "id": 568, "name": "red_concrete", "translation_key": "block.minecraft.red_concrete", "max_stack": 64, @@ -4932,7 +5121,7 @@ "fireproof": false }, { - "id": 548, + "id": 569, "name": "black_concrete", "translation_key": "block.minecraft.black_concrete", "max_stack": 64, @@ -4941,7 +5130,7 @@ "fireproof": false }, { - "id": 549, + "id": 570, "name": "white_concrete_powder", "translation_key": "block.minecraft.white_concrete_powder", "max_stack": 64, @@ -4950,7 +5139,7 @@ "fireproof": false }, { - "id": 550, + "id": 571, "name": "orange_concrete_powder", "translation_key": "block.minecraft.orange_concrete_powder", "max_stack": 64, @@ -4959,7 +5148,7 @@ "fireproof": false }, { - "id": 551, + "id": 572, "name": "magenta_concrete_powder", "translation_key": "block.minecraft.magenta_concrete_powder", "max_stack": 64, @@ -4968,7 +5157,7 @@ "fireproof": false }, { - "id": 552, + "id": 573, "name": "light_blue_concrete_powder", "translation_key": "block.minecraft.light_blue_concrete_powder", "max_stack": 64, @@ -4977,7 +5166,7 @@ "fireproof": false }, { - "id": 553, + "id": 574, "name": "yellow_concrete_powder", "translation_key": "block.minecraft.yellow_concrete_powder", "max_stack": 64, @@ -4986,7 +5175,7 @@ "fireproof": false }, { - "id": 554, + "id": 575, "name": "lime_concrete_powder", "translation_key": "block.minecraft.lime_concrete_powder", "max_stack": 64, @@ -4995,7 +5184,7 @@ "fireproof": false }, { - "id": 555, + "id": 576, "name": "pink_concrete_powder", "translation_key": "block.minecraft.pink_concrete_powder", "max_stack": 64, @@ -5004,7 +5193,7 @@ "fireproof": false }, { - "id": 556, + "id": 577, "name": "gray_concrete_powder", "translation_key": "block.minecraft.gray_concrete_powder", "max_stack": 64, @@ -5013,7 +5202,7 @@ "fireproof": false }, { - "id": 557, + "id": 578, "name": "light_gray_concrete_powder", "translation_key": "block.minecraft.light_gray_concrete_powder", "max_stack": 64, @@ -5022,7 +5211,7 @@ "fireproof": false }, { - "id": 558, + "id": 579, "name": "cyan_concrete_powder", "translation_key": "block.minecraft.cyan_concrete_powder", "max_stack": 64, @@ -5031,7 +5220,7 @@ "fireproof": false }, { - "id": 559, + "id": 580, "name": "purple_concrete_powder", "translation_key": "block.minecraft.purple_concrete_powder", "max_stack": 64, @@ -5040,7 +5229,7 @@ "fireproof": false }, { - "id": 560, + "id": 581, "name": "blue_concrete_powder", "translation_key": "block.minecraft.blue_concrete_powder", "max_stack": 64, @@ -5049,7 +5238,7 @@ "fireproof": false }, { - "id": 561, + "id": 582, "name": "brown_concrete_powder", "translation_key": "block.minecraft.brown_concrete_powder", "max_stack": 64, @@ -5058,7 +5247,7 @@ "fireproof": false }, { - "id": 562, + "id": 583, "name": "green_concrete_powder", "translation_key": "block.minecraft.green_concrete_powder", "max_stack": 64, @@ -5067,7 +5256,7 @@ "fireproof": false }, { - "id": 563, + "id": 584, "name": "red_concrete_powder", "translation_key": "block.minecraft.red_concrete_powder", "max_stack": 64, @@ -5076,7 +5265,7 @@ "fireproof": false }, { - "id": 564, + "id": 585, "name": "black_concrete_powder", "translation_key": "block.minecraft.black_concrete_powder", "max_stack": 64, @@ -5085,7 +5274,7 @@ "fireproof": false }, { - "id": 565, + "id": 586, "name": "turtle_egg", "translation_key": "block.minecraft.turtle_egg", "max_stack": 64, @@ -5094,7 +5283,7 @@ "fireproof": false }, { - "id": 566, + "id": 587, "name": "sniffer_egg", "translation_key": "block.minecraft.sniffer_egg", "max_stack": 64, @@ -5103,7 +5292,7 @@ "fireproof": false }, { - "id": 567, + "id": 588, "name": "dead_tube_coral_block", "translation_key": "block.minecraft.dead_tube_coral_block", "max_stack": 64, @@ -5112,7 +5301,7 @@ "fireproof": false }, { - "id": 568, + "id": 589, "name": "dead_brain_coral_block", "translation_key": "block.minecraft.dead_brain_coral_block", "max_stack": 64, @@ -5121,7 +5310,7 @@ "fireproof": false }, { - "id": 569, + "id": 590, "name": "dead_bubble_coral_block", "translation_key": "block.minecraft.dead_bubble_coral_block", "max_stack": 64, @@ -5130,7 +5319,7 @@ "fireproof": false }, { - "id": 570, + "id": 591, "name": "dead_fire_coral_block", "translation_key": "block.minecraft.dead_fire_coral_block", "max_stack": 64, @@ -5139,7 +5328,7 @@ "fireproof": false }, { - "id": 571, + "id": 592, "name": "dead_horn_coral_block", "translation_key": "block.minecraft.dead_horn_coral_block", "max_stack": 64, @@ -5148,7 +5337,7 @@ "fireproof": false }, { - "id": 572, + "id": 593, "name": "tube_coral_block", "translation_key": "block.minecraft.tube_coral_block", "max_stack": 64, @@ -5157,7 +5346,7 @@ "fireproof": false }, { - "id": 573, + "id": 594, "name": "brain_coral_block", "translation_key": "block.minecraft.brain_coral_block", "max_stack": 64, @@ -5166,7 +5355,7 @@ "fireproof": false }, { - "id": 574, + "id": 595, "name": "bubble_coral_block", "translation_key": "block.minecraft.bubble_coral_block", "max_stack": 64, @@ -5175,7 +5364,7 @@ "fireproof": false }, { - "id": 575, + "id": 596, "name": "fire_coral_block", "translation_key": "block.minecraft.fire_coral_block", "max_stack": 64, @@ -5184,7 +5373,7 @@ "fireproof": false }, { - "id": 576, + "id": 597, "name": "horn_coral_block", "translation_key": "block.minecraft.horn_coral_block", "max_stack": 64, @@ -5193,7 +5382,7 @@ "fireproof": false }, { - "id": 577, + "id": 598, "name": "tube_coral", "translation_key": "block.minecraft.tube_coral", "max_stack": 64, @@ -5202,7 +5391,7 @@ "fireproof": false }, { - "id": 578, + "id": 599, "name": "brain_coral", "translation_key": "block.minecraft.brain_coral", "max_stack": 64, @@ -5211,7 +5400,7 @@ "fireproof": false }, { - "id": 579, + "id": 600, "name": "bubble_coral", "translation_key": "block.minecraft.bubble_coral", "max_stack": 64, @@ -5220,7 +5409,7 @@ "fireproof": false }, { - "id": 580, + "id": 601, "name": "fire_coral", "translation_key": "block.minecraft.fire_coral", "max_stack": 64, @@ -5229,7 +5418,7 @@ "fireproof": false }, { - "id": 581, + "id": 602, "name": "horn_coral", "translation_key": "block.minecraft.horn_coral", "max_stack": 64, @@ -5238,7 +5427,7 @@ "fireproof": false }, { - "id": 582, + "id": 603, "name": "dead_brain_coral", "translation_key": "block.minecraft.dead_brain_coral", "max_stack": 64, @@ -5247,7 +5436,7 @@ "fireproof": false }, { - "id": 583, + "id": 604, "name": "dead_bubble_coral", "translation_key": "block.minecraft.dead_bubble_coral", "max_stack": 64, @@ -5256,7 +5445,7 @@ "fireproof": false }, { - "id": 584, + "id": 605, "name": "dead_fire_coral", "translation_key": "block.minecraft.dead_fire_coral", "max_stack": 64, @@ -5265,7 +5454,7 @@ "fireproof": false }, { - "id": 585, + "id": 606, "name": "dead_horn_coral", "translation_key": "block.minecraft.dead_horn_coral", "max_stack": 64, @@ -5274,7 +5463,7 @@ "fireproof": false }, { - "id": 586, + "id": 607, "name": "dead_tube_coral", "translation_key": "block.minecraft.dead_tube_coral", "max_stack": 64, @@ -5283,7 +5472,7 @@ "fireproof": false }, { - "id": 587, + "id": 608, "name": "tube_coral_fan", "translation_key": "block.minecraft.tube_coral_fan", "max_stack": 64, @@ -5292,7 +5481,7 @@ "fireproof": false }, { - "id": 588, + "id": 609, "name": "brain_coral_fan", "translation_key": "block.minecraft.brain_coral_fan", "max_stack": 64, @@ -5301,7 +5490,7 @@ "fireproof": false }, { - "id": 589, + "id": 610, "name": "bubble_coral_fan", "translation_key": "block.minecraft.bubble_coral_fan", "max_stack": 64, @@ -5310,7 +5499,7 @@ "fireproof": false }, { - "id": 590, + "id": 611, "name": "fire_coral_fan", "translation_key": "block.minecraft.fire_coral_fan", "max_stack": 64, @@ -5319,7 +5508,7 @@ "fireproof": false }, { - "id": 591, + "id": 612, "name": "horn_coral_fan", "translation_key": "block.minecraft.horn_coral_fan", "max_stack": 64, @@ -5328,7 +5517,7 @@ "fireproof": false }, { - "id": 592, + "id": 613, "name": "dead_tube_coral_fan", "translation_key": "block.minecraft.dead_tube_coral_fan", "max_stack": 64, @@ -5337,7 +5526,7 @@ "fireproof": false }, { - "id": 593, + "id": 614, "name": "dead_brain_coral_fan", "translation_key": "block.minecraft.dead_brain_coral_fan", "max_stack": 64, @@ -5346,7 +5535,7 @@ "fireproof": false }, { - "id": 594, + "id": 615, "name": "dead_bubble_coral_fan", "translation_key": "block.minecraft.dead_bubble_coral_fan", "max_stack": 64, @@ -5355,7 +5544,7 @@ "fireproof": false }, { - "id": 595, + "id": 616, "name": "dead_fire_coral_fan", "translation_key": "block.minecraft.dead_fire_coral_fan", "max_stack": 64, @@ -5364,7 +5553,7 @@ "fireproof": false }, { - "id": 596, + "id": 617, "name": "dead_horn_coral_fan", "translation_key": "block.minecraft.dead_horn_coral_fan", "max_stack": 64, @@ -5373,7 +5562,7 @@ "fireproof": false }, { - "id": 597, + "id": 618, "name": "blue_ice", "translation_key": "block.minecraft.blue_ice", "max_stack": 64, @@ -5382,7 +5571,7 @@ "fireproof": false }, { - "id": 598, + "id": 619, "name": "conduit", "translation_key": "block.minecraft.conduit", "max_stack": 64, @@ -5391,7 +5580,7 @@ "fireproof": false }, { - "id": 599, + "id": 620, "name": "polished_granite_stairs", "translation_key": "block.minecraft.polished_granite_stairs", "max_stack": 64, @@ -5400,7 +5589,7 @@ "fireproof": false }, { - "id": 600, + "id": 621, "name": "smooth_red_sandstone_stairs", "translation_key": "block.minecraft.smooth_red_sandstone_stairs", "max_stack": 64, @@ -5409,7 +5598,7 @@ "fireproof": false }, { - "id": 601, + "id": 622, "name": "mossy_stone_brick_stairs", "translation_key": "block.minecraft.mossy_stone_brick_stairs", "max_stack": 64, @@ -5418,7 +5607,7 @@ "fireproof": false }, { - "id": 602, + "id": 623, "name": "polished_diorite_stairs", "translation_key": "block.minecraft.polished_diorite_stairs", "max_stack": 64, @@ -5427,7 +5616,7 @@ "fireproof": false }, { - "id": 603, + "id": 624, "name": "mossy_cobblestone_stairs", "translation_key": "block.minecraft.mossy_cobblestone_stairs", "max_stack": 64, @@ -5436,7 +5625,7 @@ "fireproof": false }, { - "id": 604, + "id": 625, "name": "end_stone_brick_stairs", "translation_key": "block.minecraft.end_stone_brick_stairs", "max_stack": 64, @@ -5445,7 +5634,7 @@ "fireproof": false }, { - "id": 605, + "id": 626, "name": "stone_stairs", "translation_key": "block.minecraft.stone_stairs", "max_stack": 64, @@ -5454,7 +5643,7 @@ "fireproof": false }, { - "id": 606, + "id": 627, "name": "smooth_sandstone_stairs", "translation_key": "block.minecraft.smooth_sandstone_stairs", "max_stack": 64, @@ -5463,7 +5652,7 @@ "fireproof": false }, { - "id": 607, + "id": 628, "name": "smooth_quartz_stairs", "translation_key": "block.minecraft.smooth_quartz_stairs", "max_stack": 64, @@ -5472,7 +5661,7 @@ "fireproof": false }, { - "id": 608, + "id": 629, "name": "granite_stairs", "translation_key": "block.minecraft.granite_stairs", "max_stack": 64, @@ -5481,7 +5670,7 @@ "fireproof": false }, { - "id": 609, + "id": 630, "name": "andesite_stairs", "translation_key": "block.minecraft.andesite_stairs", "max_stack": 64, @@ -5490,7 +5679,7 @@ "fireproof": false }, { - "id": 610, + "id": 631, "name": "red_nether_brick_stairs", "translation_key": "block.minecraft.red_nether_brick_stairs", "max_stack": 64, @@ -5499,7 +5688,7 @@ "fireproof": false }, { - "id": 611, + "id": 632, "name": "polished_andesite_stairs", "translation_key": "block.minecraft.polished_andesite_stairs", "max_stack": 64, @@ -5508,7 +5697,7 @@ "fireproof": false }, { - "id": 612, + "id": 633, "name": "diorite_stairs", "translation_key": "block.minecraft.diorite_stairs", "max_stack": 64, @@ -5517,7 +5706,7 @@ "fireproof": false }, { - "id": 613, + "id": 634, "name": "cobbled_deepslate_stairs", "translation_key": "block.minecraft.cobbled_deepslate_stairs", "max_stack": 64, @@ -5526,7 +5715,7 @@ "fireproof": false }, { - "id": 614, + "id": 635, "name": "polished_deepslate_stairs", "translation_key": "block.minecraft.polished_deepslate_stairs", "max_stack": 64, @@ -5535,7 +5724,7 @@ "fireproof": false }, { - "id": 615, + "id": 636, "name": "deepslate_brick_stairs", "translation_key": "block.minecraft.deepslate_brick_stairs", "max_stack": 64, @@ -5544,7 +5733,7 @@ "fireproof": false }, { - "id": 616, + "id": 637, "name": "deepslate_tile_stairs", "translation_key": "block.minecraft.deepslate_tile_stairs", "max_stack": 64, @@ -5553,7 +5742,7 @@ "fireproof": false }, { - "id": 617, + "id": 638, "name": "polished_granite_slab", "translation_key": "block.minecraft.polished_granite_slab", "max_stack": 64, @@ -5562,7 +5751,7 @@ "fireproof": false }, { - "id": 618, + "id": 639, "name": "smooth_red_sandstone_slab", "translation_key": "block.minecraft.smooth_red_sandstone_slab", "max_stack": 64, @@ -5571,7 +5760,7 @@ "fireproof": false }, { - "id": 619, + "id": 640, "name": "mossy_stone_brick_slab", "translation_key": "block.minecraft.mossy_stone_brick_slab", "max_stack": 64, @@ -5580,7 +5769,7 @@ "fireproof": false }, { - "id": 620, + "id": 641, "name": "polished_diorite_slab", "translation_key": "block.minecraft.polished_diorite_slab", "max_stack": 64, @@ -5589,7 +5778,7 @@ "fireproof": false }, { - "id": 621, + "id": 642, "name": "mossy_cobblestone_slab", "translation_key": "block.minecraft.mossy_cobblestone_slab", "max_stack": 64, @@ -5598,7 +5787,7 @@ "fireproof": false }, { - "id": 622, + "id": 643, "name": "end_stone_brick_slab", "translation_key": "block.minecraft.end_stone_brick_slab", "max_stack": 64, @@ -5607,7 +5796,7 @@ "fireproof": false }, { - "id": 623, + "id": 644, "name": "smooth_sandstone_slab", "translation_key": "block.minecraft.smooth_sandstone_slab", "max_stack": 64, @@ -5616,7 +5805,7 @@ "fireproof": false }, { - "id": 624, + "id": 645, "name": "smooth_quartz_slab", "translation_key": "block.minecraft.smooth_quartz_slab", "max_stack": 64, @@ -5625,7 +5814,7 @@ "fireproof": false }, { - "id": 625, + "id": 646, "name": "granite_slab", "translation_key": "block.minecraft.granite_slab", "max_stack": 64, @@ -5634,7 +5823,7 @@ "fireproof": false }, { - "id": 626, + "id": 647, "name": "andesite_slab", "translation_key": "block.minecraft.andesite_slab", "max_stack": 64, @@ -5643,7 +5832,7 @@ "fireproof": false }, { - "id": 627, + "id": 648, "name": "red_nether_brick_slab", "translation_key": "block.minecraft.red_nether_brick_slab", "max_stack": 64, @@ -5652,7 +5841,7 @@ "fireproof": false }, { - "id": 628, + "id": 649, "name": "polished_andesite_slab", "translation_key": "block.minecraft.polished_andesite_slab", "max_stack": 64, @@ -5661,7 +5850,7 @@ "fireproof": false }, { - "id": 629, + "id": 650, "name": "diorite_slab", "translation_key": "block.minecraft.diorite_slab", "max_stack": 64, @@ -5670,7 +5859,7 @@ "fireproof": false }, { - "id": 630, + "id": 651, "name": "cobbled_deepslate_slab", "translation_key": "block.minecraft.cobbled_deepslate_slab", "max_stack": 64, @@ -5679,7 +5868,7 @@ "fireproof": false }, { - "id": 631, + "id": 652, "name": "polished_deepslate_slab", "translation_key": "block.minecraft.polished_deepslate_slab", "max_stack": 64, @@ -5688,7 +5877,7 @@ "fireproof": false }, { - "id": 632, + "id": 653, "name": "deepslate_brick_slab", "translation_key": "block.minecraft.deepslate_brick_slab", "max_stack": 64, @@ -5697,7 +5886,7 @@ "fireproof": false }, { - "id": 633, + "id": 654, "name": "deepslate_tile_slab", "translation_key": "block.minecraft.deepslate_tile_slab", "max_stack": 64, @@ -5706,7 +5895,7 @@ "fireproof": false }, { - "id": 634, + "id": 655, "name": "scaffolding", "translation_key": "block.minecraft.scaffolding", "max_stack": 64, @@ -5715,7 +5904,7 @@ "fireproof": false }, { - "id": 635, + "id": 656, "name": "redstone", "translation_key": "item.minecraft.redstone", "max_stack": 64, @@ -5724,7 +5913,7 @@ "fireproof": false }, { - "id": 636, + "id": 657, "name": "redstone_torch", "translation_key": "block.minecraft.redstone_torch", "max_stack": 64, @@ -5733,7 +5922,7 @@ "fireproof": false }, { - "id": 637, + "id": 658, "name": "redstone_block", "translation_key": "block.minecraft.redstone_block", "max_stack": 64, @@ -5742,7 +5931,7 @@ "fireproof": false }, { - "id": 638, + "id": 659, "name": "repeater", "translation_key": "block.minecraft.repeater", "max_stack": 64, @@ -5751,7 +5940,7 @@ "fireproof": false }, { - "id": 639, + "id": 660, "name": "comparator", "translation_key": "block.minecraft.comparator", "max_stack": 64, @@ -5760,7 +5949,7 @@ "fireproof": false }, { - "id": 640, + "id": 661, "name": "piston", "translation_key": "block.minecraft.piston", "max_stack": 64, @@ -5769,7 +5958,7 @@ "fireproof": false }, { - "id": 641, + "id": 662, "name": "sticky_piston", "translation_key": "block.minecraft.sticky_piston", "max_stack": 64, @@ -5778,7 +5967,7 @@ "fireproof": false }, { - "id": 642, + "id": 663, "name": "slime_block", "translation_key": "block.minecraft.slime_block", "max_stack": 64, @@ -5787,7 +5976,7 @@ "fireproof": false }, { - "id": 643, + "id": 664, "name": "honey_block", "translation_key": "block.minecraft.honey_block", "max_stack": 64, @@ -5796,7 +5985,7 @@ "fireproof": false }, { - "id": 644, + "id": 665, "name": "observer", "translation_key": "block.minecraft.observer", "max_stack": 64, @@ -5805,7 +5994,7 @@ "fireproof": false }, { - "id": 645, + "id": 666, "name": "hopper", "translation_key": "block.minecraft.hopper", "max_stack": 64, @@ -5814,7 +6003,7 @@ "fireproof": false }, { - "id": 646, + "id": 667, "name": "dispenser", "translation_key": "block.minecraft.dispenser", "max_stack": 64, @@ -5823,7 +6012,7 @@ "fireproof": false }, { - "id": 647, + "id": 668, "name": "dropper", "translation_key": "block.minecraft.dropper", "max_stack": 64, @@ -5832,7 +6021,7 @@ "fireproof": false }, { - "id": 648, + "id": 669, "name": "lectern", "translation_key": "block.minecraft.lectern", "max_stack": 64, @@ -5841,7 +6030,7 @@ "fireproof": false }, { - "id": 649, + "id": 670, "name": "target", "translation_key": "block.minecraft.target", "max_stack": 64, @@ -5850,7 +6039,7 @@ "fireproof": false }, { - "id": 650, + "id": 671, "name": "lever", "translation_key": "block.minecraft.lever", "max_stack": 64, @@ -5859,7 +6048,7 @@ "fireproof": false }, { - "id": 651, + "id": 672, "name": "lightning_rod", "translation_key": "block.minecraft.lightning_rod", "max_stack": 64, @@ -5868,7 +6057,7 @@ "fireproof": false }, { - "id": 652, + "id": 673, "name": "daylight_detector", "translation_key": "block.minecraft.daylight_detector", "max_stack": 64, @@ -5877,7 +6066,7 @@ "fireproof": false }, { - "id": 653, + "id": 674, "name": "sculk_sensor", "translation_key": "block.minecraft.sculk_sensor", "max_stack": 64, @@ -5886,7 +6075,7 @@ "fireproof": false }, { - "id": 654, + "id": 675, "name": "calibrated_sculk_sensor", "translation_key": "block.minecraft.calibrated_sculk_sensor", "max_stack": 64, @@ -5895,7 +6084,7 @@ "fireproof": false }, { - "id": 655, + "id": 676, "name": "tripwire_hook", "translation_key": "block.minecraft.tripwire_hook", "max_stack": 64, @@ -5904,7 +6093,7 @@ "fireproof": false }, { - "id": 656, + "id": 677, "name": "trapped_chest", "translation_key": "block.minecraft.trapped_chest", "max_stack": 64, @@ -5913,7 +6102,7 @@ "fireproof": false }, { - "id": 657, + "id": 678, "name": "tnt", "translation_key": "block.minecraft.tnt", "max_stack": 64, @@ -5922,7 +6111,7 @@ "fireproof": false }, { - "id": 658, + "id": 679, "name": "redstone_lamp", "translation_key": "block.minecraft.redstone_lamp", "max_stack": 64, @@ -5931,7 +6120,7 @@ "fireproof": false }, { - "id": 659, + "id": 680, "name": "note_block", "translation_key": "block.minecraft.note_block", "max_stack": 64, @@ -5940,7 +6129,7 @@ "fireproof": false }, { - "id": 660, + "id": 681, "name": "stone_button", "translation_key": "block.minecraft.stone_button", "max_stack": 64, @@ -5949,7 +6138,7 @@ "fireproof": false }, { - "id": 661, + "id": 682, "name": "polished_blackstone_button", "translation_key": "block.minecraft.polished_blackstone_button", "max_stack": 64, @@ -5958,7 +6147,7 @@ "fireproof": false }, { - "id": 662, + "id": 683, "name": "oak_button", "translation_key": "block.minecraft.oak_button", "max_stack": 64, @@ -5967,7 +6156,7 @@ "fireproof": false }, { - "id": 663, + "id": 684, "name": "spruce_button", "translation_key": "block.minecraft.spruce_button", "max_stack": 64, @@ -5976,7 +6165,7 @@ "fireproof": false }, { - "id": 664, + "id": 685, "name": "birch_button", "translation_key": "block.minecraft.birch_button", "max_stack": 64, @@ -5985,7 +6174,7 @@ "fireproof": false }, { - "id": 665, + "id": 686, "name": "jungle_button", "translation_key": "block.minecraft.jungle_button", "max_stack": 64, @@ -5994,7 +6183,7 @@ "fireproof": false }, { - "id": 666, + "id": 687, "name": "acacia_button", "translation_key": "block.minecraft.acacia_button", "max_stack": 64, @@ -6003,7 +6192,7 @@ "fireproof": false }, { - "id": 667, + "id": 688, "name": "cherry_button", "translation_key": "block.minecraft.cherry_button", "max_stack": 64, @@ -6012,7 +6201,7 @@ "fireproof": false }, { - "id": 668, + "id": 689, "name": "dark_oak_button", "translation_key": "block.minecraft.dark_oak_button", "max_stack": 64, @@ -6021,7 +6210,7 @@ "fireproof": false }, { - "id": 669, + "id": 690, "name": "mangrove_button", "translation_key": "block.minecraft.mangrove_button", "max_stack": 64, @@ -6030,7 +6219,7 @@ "fireproof": false }, { - "id": 670, + "id": 691, "name": "bamboo_button", "translation_key": "block.minecraft.bamboo_button", "max_stack": 64, @@ -6039,7 +6228,7 @@ "fireproof": false }, { - "id": 671, + "id": 692, "name": "crimson_button", "translation_key": "block.minecraft.crimson_button", "max_stack": 64, @@ -6048,7 +6237,7 @@ "fireproof": false }, { - "id": 672, + "id": 693, "name": "warped_button", "translation_key": "block.minecraft.warped_button", "max_stack": 64, @@ -6057,7 +6246,7 @@ "fireproof": false }, { - "id": 673, + "id": 694, "name": "stone_pressure_plate", "translation_key": "block.minecraft.stone_pressure_plate", "max_stack": 64, @@ -6066,7 +6255,7 @@ "fireproof": false }, { - "id": 674, + "id": 695, "name": "polished_blackstone_pressure_plate", "translation_key": "block.minecraft.polished_blackstone_pressure_plate", "max_stack": 64, @@ -6075,7 +6264,7 @@ "fireproof": false }, { - "id": 675, + "id": 696, "name": "light_weighted_pressure_plate", "translation_key": "block.minecraft.light_weighted_pressure_plate", "max_stack": 64, @@ -6084,7 +6273,7 @@ "fireproof": false }, { - "id": 676, + "id": 697, "name": "heavy_weighted_pressure_plate", "translation_key": "block.minecraft.heavy_weighted_pressure_plate", "max_stack": 64, @@ -6093,7 +6282,7 @@ "fireproof": false }, { - "id": 677, + "id": 698, "name": "oak_pressure_plate", "translation_key": "block.minecraft.oak_pressure_plate", "max_stack": 64, @@ -6102,7 +6291,7 @@ "fireproof": false }, { - "id": 678, + "id": 699, "name": "spruce_pressure_plate", "translation_key": "block.minecraft.spruce_pressure_plate", "max_stack": 64, @@ -6111,7 +6300,7 @@ "fireproof": false }, { - "id": 679, + "id": 700, "name": "birch_pressure_plate", "translation_key": "block.minecraft.birch_pressure_plate", "max_stack": 64, @@ -6120,7 +6309,7 @@ "fireproof": false }, { - "id": 680, + "id": 701, "name": "jungle_pressure_plate", "translation_key": "block.minecraft.jungle_pressure_plate", "max_stack": 64, @@ -6129,7 +6318,7 @@ "fireproof": false }, { - "id": 681, + "id": 702, "name": "acacia_pressure_plate", "translation_key": "block.minecraft.acacia_pressure_plate", "max_stack": 64, @@ -6138,7 +6327,7 @@ "fireproof": false }, { - "id": 682, + "id": 703, "name": "cherry_pressure_plate", "translation_key": "block.minecraft.cherry_pressure_plate", "max_stack": 64, @@ -6147,7 +6336,7 @@ "fireproof": false }, { - "id": 683, + "id": 704, "name": "dark_oak_pressure_plate", "translation_key": "block.minecraft.dark_oak_pressure_plate", "max_stack": 64, @@ -6156,7 +6345,7 @@ "fireproof": false }, { - "id": 684, + "id": 705, "name": "mangrove_pressure_plate", "translation_key": "block.minecraft.mangrove_pressure_plate", "max_stack": 64, @@ -6165,7 +6354,7 @@ "fireproof": false }, { - "id": 685, + "id": 706, "name": "bamboo_pressure_plate", "translation_key": "block.minecraft.bamboo_pressure_plate", "max_stack": 64, @@ -6174,7 +6363,7 @@ "fireproof": false }, { - "id": 686, + "id": 707, "name": "crimson_pressure_plate", "translation_key": "block.minecraft.crimson_pressure_plate", "max_stack": 64, @@ -6183,7 +6372,7 @@ "fireproof": false }, { - "id": 687, + "id": 708, "name": "warped_pressure_plate", "translation_key": "block.minecraft.warped_pressure_plate", "max_stack": 64, @@ -6192,7 +6381,7 @@ "fireproof": false }, { - "id": 688, + "id": 709, "name": "iron_door", "translation_key": "block.minecraft.iron_door", "max_stack": 64, @@ -6201,7 +6390,7 @@ "fireproof": false }, { - "id": 689, + "id": 710, "name": "oak_door", "translation_key": "block.minecraft.oak_door", "max_stack": 64, @@ -6210,7 +6399,7 @@ "fireproof": false }, { - "id": 690, + "id": 711, "name": "spruce_door", "translation_key": "block.minecraft.spruce_door", "max_stack": 64, @@ -6219,7 +6408,7 @@ "fireproof": false }, { - "id": 691, + "id": 712, "name": "birch_door", "translation_key": "block.minecraft.birch_door", "max_stack": 64, @@ -6228,7 +6417,7 @@ "fireproof": false }, { - "id": 692, + "id": 713, "name": "jungle_door", "translation_key": "block.minecraft.jungle_door", "max_stack": 64, @@ -6237,70 +6426,142 @@ "fireproof": false }, { - "id": 693, - "name": "acacia_door", - "translation_key": "block.minecraft.acacia_door", + "id": 714, + "name": "acacia_door", + "translation_key": "block.minecraft.acacia_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 715, + "name": "cherry_door", + "translation_key": "block.minecraft.cherry_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 716, + "name": "dark_oak_door", + "translation_key": "block.minecraft.dark_oak_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 717, + "name": "mangrove_door", + "translation_key": "block.minecraft.mangrove_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 718, + "name": "bamboo_door", + "translation_key": "block.minecraft.bamboo_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 719, + "name": "crimson_door", + "translation_key": "block.minecraft.crimson_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 720, + "name": "warped_door", + "translation_key": "block.minecraft.warped_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 721, + "name": "copper_door", + "translation_key": "block.minecraft.copper_door", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 722, + "name": "exposed_copper_door", + "translation_key": "block.minecraft.exposed_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 694, - "name": "cherry_door", - "translation_key": "block.minecraft.cherry_door", + "id": 723, + "name": "weathered_copper_door", + "translation_key": "block.minecraft.weathered_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 695, - "name": "dark_oak_door", - "translation_key": "block.minecraft.dark_oak_door", + "id": 724, + "name": "oxidized_copper_door", + "translation_key": "block.minecraft.oxidized_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 696, - "name": "mangrove_door", - "translation_key": "block.minecraft.mangrove_door", + "id": 725, + "name": "waxed_copper_door", + "translation_key": "block.minecraft.waxed_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 697, - "name": "bamboo_door", - "translation_key": "block.minecraft.bamboo_door", + "id": 726, + "name": "waxed_exposed_copper_door", + "translation_key": "block.minecraft.waxed_exposed_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 698, - "name": "crimson_door", - "translation_key": "block.minecraft.crimson_door", + "id": 727, + "name": "waxed_weathered_copper_door", + "translation_key": "block.minecraft.waxed_weathered_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 699, - "name": "warped_door", - "translation_key": "block.minecraft.warped_door", + "id": 728, + "name": "waxed_oxidized_copper_door", + "translation_key": "block.minecraft.waxed_oxidized_copper_door", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 700, + "id": 729, "name": "iron_trapdoor", "translation_key": "block.minecraft.iron_trapdoor", "max_stack": 64, @@ -6309,7 +6570,7 @@ "fireproof": false }, { - "id": 701, + "id": 730, "name": "oak_trapdoor", "translation_key": "block.minecraft.oak_trapdoor", "max_stack": 64, @@ -6318,7 +6579,7 @@ "fireproof": false }, { - "id": 702, + "id": 731, "name": "spruce_trapdoor", "translation_key": "block.minecraft.spruce_trapdoor", "max_stack": 64, @@ -6327,7 +6588,7 @@ "fireproof": false }, { - "id": 703, + "id": 732, "name": "birch_trapdoor", "translation_key": "block.minecraft.birch_trapdoor", "max_stack": 64, @@ -6336,7 +6597,7 @@ "fireproof": false }, { - "id": 704, + "id": 733, "name": "jungle_trapdoor", "translation_key": "block.minecraft.jungle_trapdoor", "max_stack": 64, @@ -6345,7 +6606,7 @@ "fireproof": false }, { - "id": 705, + "id": 734, "name": "acacia_trapdoor", "translation_key": "block.minecraft.acacia_trapdoor", "max_stack": 64, @@ -6354,7 +6615,7 @@ "fireproof": false }, { - "id": 706, + "id": 735, "name": "cherry_trapdoor", "translation_key": "block.minecraft.cherry_trapdoor", "max_stack": 64, @@ -6363,7 +6624,7 @@ "fireproof": false }, { - "id": 707, + "id": 736, "name": "dark_oak_trapdoor", "translation_key": "block.minecraft.dark_oak_trapdoor", "max_stack": 64, @@ -6372,7 +6633,7 @@ "fireproof": false }, { - "id": 708, + "id": 737, "name": "mangrove_trapdoor", "translation_key": "block.minecraft.mangrove_trapdoor", "max_stack": 64, @@ -6381,7 +6642,7 @@ "fireproof": false }, { - "id": 709, + "id": 738, "name": "bamboo_trapdoor", "translation_key": "block.minecraft.bamboo_trapdoor", "max_stack": 64, @@ -6390,7 +6651,7 @@ "fireproof": false }, { - "id": 710, + "id": 739, "name": "crimson_trapdoor", "translation_key": "block.minecraft.crimson_trapdoor", "max_stack": 64, @@ -6399,7 +6660,7 @@ "fireproof": false }, { - "id": 711, + "id": 740, "name": "warped_trapdoor", "translation_key": "block.minecraft.warped_trapdoor", "max_stack": 64, @@ -6408,7 +6669,79 @@ "fireproof": false }, { - "id": 712, + "id": 741, + "name": "copper_trapdoor", + "translation_key": "block.minecraft.copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 742, + "name": "exposed_copper_trapdoor", + "translation_key": "block.minecraft.exposed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 743, + "name": "weathered_copper_trapdoor", + "translation_key": "block.minecraft.weathered_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 744, + "name": "oxidized_copper_trapdoor", + "translation_key": "block.minecraft.oxidized_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 745, + "name": "waxed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 746, + "name": "waxed_exposed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_exposed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 747, + "name": "waxed_weathered_copper_trapdoor", + "translation_key": "block.minecraft.waxed_weathered_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 748, + "name": "waxed_oxidized_copper_trapdoor", + "translation_key": "block.minecraft.waxed_oxidized_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 749, "name": "oak_fence_gate", "translation_key": "block.minecraft.oak_fence_gate", "max_stack": 64, @@ -6417,7 +6750,7 @@ "fireproof": false }, { - "id": 713, + "id": 750, "name": "spruce_fence_gate", "translation_key": "block.minecraft.spruce_fence_gate", "max_stack": 64, @@ -6426,7 +6759,7 @@ "fireproof": false }, { - "id": 714, + "id": 751, "name": "birch_fence_gate", "translation_key": "block.minecraft.birch_fence_gate", "max_stack": 64, @@ -6435,7 +6768,7 @@ "fireproof": false }, { - "id": 715, + "id": 752, "name": "jungle_fence_gate", "translation_key": "block.minecraft.jungle_fence_gate", "max_stack": 64, @@ -6444,7 +6777,7 @@ "fireproof": false }, { - "id": 716, + "id": 753, "name": "acacia_fence_gate", "translation_key": "block.minecraft.acacia_fence_gate", "max_stack": 64, @@ -6453,7 +6786,7 @@ "fireproof": false }, { - "id": 717, + "id": 754, "name": "cherry_fence_gate", "translation_key": "block.minecraft.cherry_fence_gate", "max_stack": 64, @@ -6462,7 +6795,7 @@ "fireproof": false }, { - "id": 718, + "id": 755, "name": "dark_oak_fence_gate", "translation_key": "block.minecraft.dark_oak_fence_gate", "max_stack": 64, @@ -6471,7 +6804,7 @@ "fireproof": false }, { - "id": 719, + "id": 756, "name": "mangrove_fence_gate", "translation_key": "block.minecraft.mangrove_fence_gate", "max_stack": 64, @@ -6480,7 +6813,7 @@ "fireproof": false }, { - "id": 720, + "id": 757, "name": "bamboo_fence_gate", "translation_key": "block.minecraft.bamboo_fence_gate", "max_stack": 64, @@ -6489,7 +6822,7 @@ "fireproof": false }, { - "id": 721, + "id": 758, "name": "crimson_fence_gate", "translation_key": "block.minecraft.crimson_fence_gate", "max_stack": 64, @@ -6498,7 +6831,7 @@ "fireproof": false }, { - "id": 722, + "id": 759, "name": "warped_fence_gate", "translation_key": "block.minecraft.warped_fence_gate", "max_stack": 64, @@ -6507,7 +6840,7 @@ "fireproof": false }, { - "id": 723, + "id": 760, "name": "powered_rail", "translation_key": "block.minecraft.powered_rail", "max_stack": 64, @@ -6516,7 +6849,7 @@ "fireproof": false }, { - "id": 724, + "id": 761, "name": "detector_rail", "translation_key": "block.minecraft.detector_rail", "max_stack": 64, @@ -6525,7 +6858,7 @@ "fireproof": false }, { - "id": 725, + "id": 762, "name": "rail", "translation_key": "block.minecraft.rail", "max_stack": 64, @@ -6534,7 +6867,7 @@ "fireproof": false }, { - "id": 726, + "id": 763, "name": "activator_rail", "translation_key": "block.minecraft.activator_rail", "max_stack": 64, @@ -6543,7 +6876,7 @@ "fireproof": false }, { - "id": 727, + "id": 764, "name": "saddle", "translation_key": "item.minecraft.saddle", "max_stack": 1, @@ -6552,7 +6885,7 @@ "fireproof": false }, { - "id": 728, + "id": 765, "name": "minecart", "translation_key": "item.minecraft.minecart", "max_stack": 1, @@ -6561,7 +6894,7 @@ "fireproof": false }, { - "id": 729, + "id": 766, "name": "chest_minecart", "translation_key": "item.minecraft.chest_minecart", "max_stack": 1, @@ -6570,7 +6903,7 @@ "fireproof": false }, { - "id": 730, + "id": 767, "name": "furnace_minecart", "translation_key": "item.minecraft.furnace_minecart", "max_stack": 1, @@ -6579,7 +6912,7 @@ "fireproof": false }, { - "id": 731, + "id": 768, "name": "tnt_minecart", "translation_key": "item.minecraft.tnt_minecart", "max_stack": 1, @@ -6588,7 +6921,7 @@ "fireproof": false }, { - "id": 732, + "id": 769, "name": "hopper_minecart", "translation_key": "item.minecraft.hopper_minecart", "max_stack": 1, @@ -6597,7 +6930,7 @@ "fireproof": false }, { - "id": 733, + "id": 770, "name": "carrot_on_a_stick", "translation_key": "item.minecraft.carrot_on_a_stick", "max_stack": 1, @@ -6606,7 +6939,7 @@ "fireproof": false }, { - "id": 734, + "id": 771, "name": "warped_fungus_on_a_stick", "translation_key": "item.minecraft.warped_fungus_on_a_stick", "max_stack": 1, @@ -6615,7 +6948,7 @@ "fireproof": false }, { - "id": 735, + "id": 772, "name": "elytra", "translation_key": "item.minecraft.elytra", "max_stack": 1, @@ -6624,7 +6957,7 @@ "fireproof": false }, { - "id": 736, + "id": 773, "name": "oak_boat", "translation_key": "item.minecraft.oak_boat", "max_stack": 1, @@ -6633,7 +6966,7 @@ "fireproof": false }, { - "id": 737, + "id": 774, "name": "oak_chest_boat", "translation_key": "item.minecraft.oak_chest_boat", "max_stack": 1, @@ -6642,7 +6975,7 @@ "fireproof": false }, { - "id": 738, + "id": 775, "name": "spruce_boat", "translation_key": "item.minecraft.spruce_boat", "max_stack": 1, @@ -6651,7 +6984,7 @@ "fireproof": false }, { - "id": 739, + "id": 776, "name": "spruce_chest_boat", "translation_key": "item.minecraft.spruce_chest_boat", "max_stack": 1, @@ -6660,7 +6993,7 @@ "fireproof": false }, { - "id": 740, + "id": 777, "name": "birch_boat", "translation_key": "item.minecraft.birch_boat", "max_stack": 1, @@ -6669,7 +7002,7 @@ "fireproof": false }, { - "id": 741, + "id": 778, "name": "birch_chest_boat", "translation_key": "item.minecraft.birch_chest_boat", "max_stack": 1, @@ -6678,7 +7011,7 @@ "fireproof": false }, { - "id": 742, + "id": 779, "name": "jungle_boat", "translation_key": "item.minecraft.jungle_boat", "max_stack": 1, @@ -6687,7 +7020,7 @@ "fireproof": false }, { - "id": 743, + "id": 780, "name": "jungle_chest_boat", "translation_key": "item.minecraft.jungle_chest_boat", "max_stack": 1, @@ -6696,7 +7029,7 @@ "fireproof": false }, { - "id": 744, + "id": 781, "name": "acacia_boat", "translation_key": "item.minecraft.acacia_boat", "max_stack": 1, @@ -6705,7 +7038,7 @@ "fireproof": false }, { - "id": 745, + "id": 782, "name": "acacia_chest_boat", "translation_key": "item.minecraft.acacia_chest_boat", "max_stack": 1, @@ -6714,7 +7047,7 @@ "fireproof": false }, { - "id": 746, + "id": 783, "name": "cherry_boat", "translation_key": "item.minecraft.cherry_boat", "max_stack": 1, @@ -6723,7 +7056,7 @@ "fireproof": false }, { - "id": 747, + "id": 784, "name": "cherry_chest_boat", "translation_key": "item.minecraft.cherry_chest_boat", "max_stack": 1, @@ -6732,7 +7065,7 @@ "fireproof": false }, { - "id": 748, + "id": 785, "name": "dark_oak_boat", "translation_key": "item.minecraft.dark_oak_boat", "max_stack": 1, @@ -6741,7 +7074,7 @@ "fireproof": false }, { - "id": 749, + "id": 786, "name": "dark_oak_chest_boat", "translation_key": "item.minecraft.dark_oak_chest_boat", "max_stack": 1, @@ -6750,7 +7083,7 @@ "fireproof": false }, { - "id": 750, + "id": 787, "name": "mangrove_boat", "translation_key": "item.minecraft.mangrove_boat", "max_stack": 1, @@ -6759,7 +7092,7 @@ "fireproof": false }, { - "id": 751, + "id": 788, "name": "mangrove_chest_boat", "translation_key": "item.minecraft.mangrove_chest_boat", "max_stack": 1, @@ -6768,7 +7101,7 @@ "fireproof": false }, { - "id": 752, + "id": 789, "name": "bamboo_raft", "translation_key": "item.minecraft.bamboo_raft", "max_stack": 1, @@ -6777,7 +7110,7 @@ "fireproof": false }, { - "id": 753, + "id": 790, "name": "bamboo_chest_raft", "translation_key": "item.minecraft.bamboo_chest_raft", "max_stack": 1, @@ -6786,7 +7119,7 @@ "fireproof": false }, { - "id": 754, + "id": 791, "name": "structure_block", "translation_key": "block.minecraft.structure_block", "max_stack": 64, @@ -6795,7 +7128,7 @@ "fireproof": false }, { - "id": 755, + "id": 792, "name": "jigsaw", "translation_key": "block.minecraft.jigsaw", "max_stack": 64, @@ -6804,7 +7137,7 @@ "fireproof": false }, { - "id": 756, + "id": 793, "name": "turtle_helmet", "translation_key": "item.minecraft.turtle_helmet", "max_stack": 1, @@ -6813,7 +7146,7 @@ "fireproof": false }, { - "id": 757, + "id": 794, "name": "scute", "translation_key": "item.minecraft.scute", "max_stack": 64, @@ -6822,7 +7155,7 @@ "fireproof": false }, { - "id": 758, + "id": 795, "name": "flint_and_steel", "translation_key": "item.minecraft.flint_and_steel", "max_stack": 1, @@ -6831,7 +7164,7 @@ "fireproof": false }, { - "id": 759, + "id": 796, "name": "apple", "translation_key": "item.minecraft.apple", "max_stack": 64, @@ -6848,7 +7181,7 @@ } }, { - "id": 760, + "id": 797, "name": "bow", "translation_key": "item.minecraft.bow", "max_stack": 1, @@ -6857,7 +7190,7 @@ "fireproof": false }, { - "id": 761, + "id": 798, "name": "arrow", "translation_key": "item.minecraft.arrow", "max_stack": 64, @@ -6866,7 +7199,7 @@ "fireproof": false }, { - "id": 762, + "id": 799, "name": "coal", "translation_key": "item.minecraft.coal", "max_stack": 64, @@ -6875,7 +7208,7 @@ "fireproof": false }, { - "id": 763, + "id": 800, "name": "charcoal", "translation_key": "item.minecraft.charcoal", "max_stack": 64, @@ -6884,7 +7217,7 @@ "fireproof": false }, { - "id": 764, + "id": 801, "name": "diamond", "translation_key": "item.minecraft.diamond", "max_stack": 64, @@ -6893,7 +7226,7 @@ "fireproof": false }, { - "id": 765, + "id": 802, "name": "emerald", "translation_key": "item.minecraft.emerald", "max_stack": 64, @@ -6902,7 +7235,7 @@ "fireproof": false }, { - "id": 766, + "id": 803, "name": "lapis_lazuli", "translation_key": "item.minecraft.lapis_lazuli", "max_stack": 64, @@ -6911,7 +7244,7 @@ "fireproof": false }, { - "id": 767, + "id": 804, "name": "quartz", "translation_key": "item.minecraft.quartz", "max_stack": 64, @@ -6920,7 +7253,7 @@ "fireproof": false }, { - "id": 768, + "id": 805, "name": "amethyst_shard", "translation_key": "item.minecraft.amethyst_shard", "max_stack": 64, @@ -6929,7 +7262,7 @@ "fireproof": false }, { - "id": 769, + "id": 806, "name": "raw_iron", "translation_key": "item.minecraft.raw_iron", "max_stack": 64, @@ -6938,7 +7271,7 @@ "fireproof": false }, { - "id": 770, + "id": 807, "name": "iron_ingot", "translation_key": "item.minecraft.iron_ingot", "max_stack": 64, @@ -6947,7 +7280,7 @@ "fireproof": false }, { - "id": 771, + "id": 808, "name": "raw_copper", "translation_key": "item.minecraft.raw_copper", "max_stack": 64, @@ -6956,7 +7289,7 @@ "fireproof": false }, { - "id": 772, + "id": 809, "name": "copper_ingot", "translation_key": "item.minecraft.copper_ingot", "max_stack": 64, @@ -6965,7 +7298,7 @@ "fireproof": false }, { - "id": 773, + "id": 810, "name": "raw_gold", "translation_key": "item.minecraft.raw_gold", "max_stack": 64, @@ -6974,7 +7307,7 @@ "fireproof": false }, { - "id": 774, + "id": 811, "name": "gold_ingot", "translation_key": "item.minecraft.gold_ingot", "max_stack": 64, @@ -6983,7 +7316,7 @@ "fireproof": false }, { - "id": 775, + "id": 812, "name": "netherite_ingot", "translation_key": "item.minecraft.netherite_ingot", "max_stack": 64, @@ -6992,7 +7325,7 @@ "fireproof": true }, { - "id": 776, + "id": 813, "name": "netherite_scrap", "translation_key": "item.minecraft.netherite_scrap", "max_stack": 64, @@ -7001,7 +7334,7 @@ "fireproof": true }, { - "id": 777, + "id": 814, "name": "wooden_sword", "translation_key": "item.minecraft.wooden_sword", "max_stack": 1, @@ -7010,7 +7343,7 @@ "fireproof": false }, { - "id": 778, + "id": 815, "name": "wooden_shovel", "translation_key": "item.minecraft.wooden_shovel", "max_stack": 1, @@ -7019,7 +7352,7 @@ "fireproof": false }, { - "id": 779, + "id": 816, "name": "wooden_pickaxe", "translation_key": "item.minecraft.wooden_pickaxe", "max_stack": 1, @@ -7028,7 +7361,7 @@ "fireproof": false }, { - "id": 780, + "id": 817, "name": "wooden_axe", "translation_key": "item.minecraft.wooden_axe", "max_stack": 1, @@ -7037,7 +7370,7 @@ "fireproof": false }, { - "id": 781, + "id": 818, "name": "wooden_hoe", "translation_key": "item.minecraft.wooden_hoe", "max_stack": 1, @@ -7046,7 +7379,7 @@ "fireproof": false }, { - "id": 782, + "id": 819, "name": "stone_sword", "translation_key": "item.minecraft.stone_sword", "max_stack": 1, @@ -7055,7 +7388,7 @@ "fireproof": false }, { - "id": 783, + "id": 820, "name": "stone_shovel", "translation_key": "item.minecraft.stone_shovel", "max_stack": 1, @@ -7064,7 +7397,7 @@ "fireproof": false }, { - "id": 784, + "id": 821, "name": "stone_pickaxe", "translation_key": "item.minecraft.stone_pickaxe", "max_stack": 1, @@ -7073,7 +7406,7 @@ "fireproof": false }, { - "id": 785, + "id": 822, "name": "stone_axe", "translation_key": "item.minecraft.stone_axe", "max_stack": 1, @@ -7082,7 +7415,7 @@ "fireproof": false }, { - "id": 786, + "id": 823, "name": "stone_hoe", "translation_key": "item.minecraft.stone_hoe", "max_stack": 1, @@ -7091,7 +7424,7 @@ "fireproof": false }, { - "id": 787, + "id": 824, "name": "golden_sword", "translation_key": "item.minecraft.golden_sword", "max_stack": 1, @@ -7100,7 +7433,7 @@ "fireproof": false }, { - "id": 788, + "id": 825, "name": "golden_shovel", "translation_key": "item.minecraft.golden_shovel", "max_stack": 1, @@ -7109,7 +7442,7 @@ "fireproof": false }, { - "id": 789, + "id": 826, "name": "golden_pickaxe", "translation_key": "item.minecraft.golden_pickaxe", "max_stack": 1, @@ -7118,7 +7451,7 @@ "fireproof": false }, { - "id": 790, + "id": 827, "name": "golden_axe", "translation_key": "item.minecraft.golden_axe", "max_stack": 1, @@ -7127,7 +7460,7 @@ "fireproof": false }, { - "id": 791, + "id": 828, "name": "golden_hoe", "translation_key": "item.minecraft.golden_hoe", "max_stack": 1, @@ -7136,7 +7469,7 @@ "fireproof": false }, { - "id": 792, + "id": 829, "name": "iron_sword", "translation_key": "item.minecraft.iron_sword", "max_stack": 1, @@ -7145,7 +7478,7 @@ "fireproof": false }, { - "id": 793, + "id": 830, "name": "iron_shovel", "translation_key": "item.minecraft.iron_shovel", "max_stack": 1, @@ -7154,7 +7487,7 @@ "fireproof": false }, { - "id": 794, + "id": 831, "name": "iron_pickaxe", "translation_key": "item.minecraft.iron_pickaxe", "max_stack": 1, @@ -7163,7 +7496,7 @@ "fireproof": false }, { - "id": 795, + "id": 832, "name": "iron_axe", "translation_key": "item.minecraft.iron_axe", "max_stack": 1, @@ -7172,7 +7505,7 @@ "fireproof": false }, { - "id": 796, + "id": 833, "name": "iron_hoe", "translation_key": "item.minecraft.iron_hoe", "max_stack": 1, @@ -7181,7 +7514,7 @@ "fireproof": false }, { - "id": 797, + "id": 834, "name": "diamond_sword", "translation_key": "item.minecraft.diamond_sword", "max_stack": 1, @@ -7190,7 +7523,7 @@ "fireproof": false }, { - "id": 798, + "id": 835, "name": "diamond_shovel", "translation_key": "item.minecraft.diamond_shovel", "max_stack": 1, @@ -7199,7 +7532,7 @@ "fireproof": false }, { - "id": 799, + "id": 836, "name": "diamond_pickaxe", "translation_key": "item.minecraft.diamond_pickaxe", "max_stack": 1, @@ -7208,7 +7541,7 @@ "fireproof": false }, { - "id": 800, + "id": 837, "name": "diamond_axe", "translation_key": "item.minecraft.diamond_axe", "max_stack": 1, @@ -7217,7 +7550,7 @@ "fireproof": false }, { - "id": 801, + "id": 838, "name": "diamond_hoe", "translation_key": "item.minecraft.diamond_hoe", "max_stack": 1, @@ -7226,7 +7559,7 @@ "fireproof": false }, { - "id": 802, + "id": 839, "name": "netherite_sword", "translation_key": "item.minecraft.netherite_sword", "max_stack": 1, @@ -7235,7 +7568,7 @@ "fireproof": true }, { - "id": 803, + "id": 840, "name": "netherite_shovel", "translation_key": "item.minecraft.netherite_shovel", "max_stack": 1, @@ -7244,7 +7577,7 @@ "fireproof": true }, { - "id": 804, + "id": 841, "name": "netherite_pickaxe", "translation_key": "item.minecraft.netherite_pickaxe", "max_stack": 1, @@ -7253,7 +7586,7 @@ "fireproof": true }, { - "id": 805, + "id": 842, "name": "netherite_axe", "translation_key": "item.minecraft.netherite_axe", "max_stack": 1, @@ -7262,7 +7595,7 @@ "fireproof": true }, { - "id": 806, + "id": 843, "name": "netherite_hoe", "translation_key": "item.minecraft.netherite_hoe", "max_stack": 1, @@ -7271,7 +7604,7 @@ "fireproof": true }, { - "id": 807, + "id": 844, "name": "stick", "translation_key": "item.minecraft.stick", "max_stack": 64, @@ -7280,7 +7613,7 @@ "fireproof": false }, { - "id": 808, + "id": 845, "name": "bowl", "translation_key": "item.minecraft.bowl", "max_stack": 64, @@ -7289,7 +7622,7 @@ "fireproof": false }, { - "id": 809, + "id": 846, "name": "mushroom_stew", "translation_key": "item.minecraft.mushroom_stew", "max_stack": 1, @@ -7306,7 +7639,7 @@ } }, { - "id": 810, + "id": 847, "name": "string", "translation_key": "item.minecraft.string", "max_stack": 64, @@ -7315,7 +7648,7 @@ "fireproof": false }, { - "id": 811, + "id": 848, "name": "feather", "translation_key": "item.minecraft.feather", "max_stack": 64, @@ -7324,7 +7657,7 @@ "fireproof": false }, { - "id": 812, + "id": 849, "name": "gunpowder", "translation_key": "item.minecraft.gunpowder", "max_stack": 64, @@ -7333,7 +7666,7 @@ "fireproof": false }, { - "id": 813, + "id": 850, "name": "wheat_seeds", "translation_key": "item.minecraft.wheat_seeds", "max_stack": 64, @@ -7342,7 +7675,7 @@ "fireproof": false }, { - "id": 814, + "id": 851, "name": "wheat", "translation_key": "item.minecraft.wheat", "max_stack": 64, @@ -7351,7 +7684,7 @@ "fireproof": false }, { - "id": 815, + "id": 852, "name": "bread", "translation_key": "item.minecraft.bread", "max_stack": 64, @@ -7368,7 +7701,7 @@ } }, { - "id": 816, + "id": 853, "name": "leather_helmet", "translation_key": "item.minecraft.leather_helmet", "max_stack": 1, @@ -7377,7 +7710,7 @@ "fireproof": false }, { - "id": 817, + "id": 854, "name": "leather_chestplate", "translation_key": "item.minecraft.leather_chestplate", "max_stack": 1, @@ -7386,7 +7719,7 @@ "fireproof": false }, { - "id": 818, + "id": 855, "name": "leather_leggings", "translation_key": "item.minecraft.leather_leggings", "max_stack": 1, @@ -7395,7 +7728,7 @@ "fireproof": false }, { - "id": 819, + "id": 856, "name": "leather_boots", "translation_key": "item.minecraft.leather_boots", "max_stack": 1, @@ -7404,7 +7737,7 @@ "fireproof": false }, { - "id": 820, + "id": 857, "name": "chainmail_helmet", "translation_key": "item.minecraft.chainmail_helmet", "max_stack": 1, @@ -7413,7 +7746,7 @@ "fireproof": false }, { - "id": 821, + "id": 858, "name": "chainmail_chestplate", "translation_key": "item.minecraft.chainmail_chestplate", "max_stack": 1, @@ -7422,7 +7755,7 @@ "fireproof": false }, { - "id": 822, + "id": 859, "name": "chainmail_leggings", "translation_key": "item.minecraft.chainmail_leggings", "max_stack": 1, @@ -7431,7 +7764,7 @@ "fireproof": false }, { - "id": 823, + "id": 860, "name": "chainmail_boots", "translation_key": "item.minecraft.chainmail_boots", "max_stack": 1, @@ -7440,7 +7773,7 @@ "fireproof": false }, { - "id": 824, + "id": 861, "name": "iron_helmet", "translation_key": "item.minecraft.iron_helmet", "max_stack": 1, @@ -7449,7 +7782,7 @@ "fireproof": false }, { - "id": 825, + "id": 862, "name": "iron_chestplate", "translation_key": "item.minecraft.iron_chestplate", "max_stack": 1, @@ -7458,7 +7791,7 @@ "fireproof": false }, { - "id": 826, + "id": 863, "name": "iron_leggings", "translation_key": "item.minecraft.iron_leggings", "max_stack": 1, @@ -7467,7 +7800,7 @@ "fireproof": false }, { - "id": 827, + "id": 864, "name": "iron_boots", "translation_key": "item.minecraft.iron_boots", "max_stack": 1, @@ -7476,7 +7809,7 @@ "fireproof": false }, { - "id": 828, + "id": 865, "name": "diamond_helmet", "translation_key": "item.minecraft.diamond_helmet", "max_stack": 1, @@ -7485,7 +7818,7 @@ "fireproof": false }, { - "id": 829, + "id": 866, "name": "diamond_chestplate", "translation_key": "item.minecraft.diamond_chestplate", "max_stack": 1, @@ -7494,7 +7827,7 @@ "fireproof": false }, { - "id": 830, + "id": 867, "name": "diamond_leggings", "translation_key": "item.minecraft.diamond_leggings", "max_stack": 1, @@ -7503,7 +7836,7 @@ "fireproof": false }, { - "id": 831, + "id": 868, "name": "diamond_boots", "translation_key": "item.minecraft.diamond_boots", "max_stack": 1, @@ -7512,7 +7845,7 @@ "fireproof": false }, { - "id": 832, + "id": 869, "name": "golden_helmet", "translation_key": "item.minecraft.golden_helmet", "max_stack": 1, @@ -7521,7 +7854,7 @@ "fireproof": false }, { - "id": 833, + "id": 870, "name": "golden_chestplate", "translation_key": "item.minecraft.golden_chestplate", "max_stack": 1, @@ -7530,7 +7863,7 @@ "fireproof": false }, { - "id": 834, + "id": 871, "name": "golden_leggings", "translation_key": "item.minecraft.golden_leggings", "max_stack": 1, @@ -7539,7 +7872,7 @@ "fireproof": false }, { - "id": 835, + "id": 872, "name": "golden_boots", "translation_key": "item.minecraft.golden_boots", "max_stack": 1, @@ -7548,7 +7881,7 @@ "fireproof": false }, { - "id": 836, + "id": 873, "name": "netherite_helmet", "translation_key": "item.minecraft.netherite_helmet", "max_stack": 1, @@ -7557,7 +7890,7 @@ "fireproof": true }, { - "id": 837, + "id": 874, "name": "netherite_chestplate", "translation_key": "item.minecraft.netherite_chestplate", "max_stack": 1, @@ -7566,7 +7899,7 @@ "fireproof": true }, { - "id": 838, + "id": 875, "name": "netherite_leggings", "translation_key": "item.minecraft.netherite_leggings", "max_stack": 1, @@ -7575,7 +7908,7 @@ "fireproof": true }, { - "id": 839, + "id": 876, "name": "netherite_boots", "translation_key": "item.minecraft.netherite_boots", "max_stack": 1, @@ -7584,7 +7917,7 @@ "fireproof": true }, { - "id": 840, + "id": 877, "name": "flint", "translation_key": "item.minecraft.flint", "max_stack": 64, @@ -7593,7 +7926,7 @@ "fireproof": false }, { - "id": 841, + "id": 878, "name": "porkchop", "translation_key": "item.minecraft.porkchop", "max_stack": 64, @@ -7610,7 +7943,7 @@ } }, { - "id": 842, + "id": 879, "name": "cooked_porkchop", "translation_key": "item.minecraft.cooked_porkchop", "max_stack": 64, @@ -7627,7 +7960,7 @@ } }, { - "id": 843, + "id": 880, "name": "painting", "translation_key": "item.minecraft.painting", "max_stack": 64, @@ -7636,7 +7969,7 @@ "fireproof": false }, { - "id": 844, + "id": 881, "name": "golden_apple", "translation_key": "item.minecraft.golden_apple", "max_stack": 64, @@ -7662,7 +7995,7 @@ } }, { - "id": 845, + "id": 882, "name": "enchanted_golden_apple", "translation_key": "item.minecraft.enchanted_golden_apple", "max_stack": 64, @@ -7696,7 +8029,7 @@ } }, { - "id": 846, + "id": 883, "name": "oak_sign", "translation_key": "block.minecraft.oak_sign", "max_stack": 16, @@ -7705,7 +8038,7 @@ "fireproof": false }, { - "id": 847, + "id": 884, "name": "spruce_sign", "translation_key": "block.minecraft.spruce_sign", "max_stack": 16, @@ -7714,7 +8047,7 @@ "fireproof": false }, { - "id": 848, + "id": 885, "name": "birch_sign", "translation_key": "block.minecraft.birch_sign", "max_stack": 16, @@ -7723,7 +8056,7 @@ "fireproof": false }, { - "id": 849, + "id": 886, "name": "jungle_sign", "translation_key": "block.minecraft.jungle_sign", "max_stack": 16, @@ -7732,7 +8065,7 @@ "fireproof": false }, { - "id": 850, + "id": 887, "name": "acacia_sign", "translation_key": "block.minecraft.acacia_sign", "max_stack": 16, @@ -7741,7 +8074,7 @@ "fireproof": false }, { - "id": 851, + "id": 888, "name": "cherry_sign", "translation_key": "block.minecraft.cherry_sign", "max_stack": 16, @@ -7750,7 +8083,7 @@ "fireproof": false }, { - "id": 852, + "id": 889, "name": "dark_oak_sign", "translation_key": "block.minecraft.dark_oak_sign", "max_stack": 16, @@ -7759,7 +8092,7 @@ "fireproof": false }, { - "id": 853, + "id": 890, "name": "mangrove_sign", "translation_key": "block.minecraft.mangrove_sign", "max_stack": 16, @@ -7768,7 +8101,7 @@ "fireproof": false }, { - "id": 854, + "id": 891, "name": "bamboo_sign", "translation_key": "block.minecraft.bamboo_sign", "max_stack": 16, @@ -7777,7 +8110,7 @@ "fireproof": false }, { - "id": 855, + "id": 892, "name": "crimson_sign", "translation_key": "block.minecraft.crimson_sign", "max_stack": 16, @@ -7786,7 +8119,7 @@ "fireproof": false }, { - "id": 856, + "id": 893, "name": "warped_sign", "translation_key": "block.minecraft.warped_sign", "max_stack": 16, @@ -7795,7 +8128,7 @@ "fireproof": false }, { - "id": 857, + "id": 894, "name": "oak_hanging_sign", "translation_key": "block.minecraft.oak_hanging_sign", "max_stack": 16, @@ -7804,7 +8137,7 @@ "fireproof": false }, { - "id": 858, + "id": 895, "name": "spruce_hanging_sign", "translation_key": "block.minecraft.spruce_hanging_sign", "max_stack": 16, @@ -7813,7 +8146,7 @@ "fireproof": false }, { - "id": 859, + "id": 896, "name": "birch_hanging_sign", "translation_key": "block.minecraft.birch_hanging_sign", "max_stack": 16, @@ -7822,7 +8155,7 @@ "fireproof": false }, { - "id": 860, + "id": 897, "name": "jungle_hanging_sign", "translation_key": "block.minecraft.jungle_hanging_sign", "max_stack": 16, @@ -7831,7 +8164,7 @@ "fireproof": false }, { - "id": 861, + "id": 898, "name": "acacia_hanging_sign", "translation_key": "block.minecraft.acacia_hanging_sign", "max_stack": 16, @@ -7840,7 +8173,7 @@ "fireproof": false }, { - "id": 862, + "id": 899, "name": "cherry_hanging_sign", "translation_key": "block.minecraft.cherry_hanging_sign", "max_stack": 16, @@ -7849,7 +8182,7 @@ "fireproof": false }, { - "id": 863, + "id": 900, "name": "dark_oak_hanging_sign", "translation_key": "block.minecraft.dark_oak_hanging_sign", "max_stack": 16, @@ -7858,7 +8191,7 @@ "fireproof": false }, { - "id": 864, + "id": 901, "name": "mangrove_hanging_sign", "translation_key": "block.minecraft.mangrove_hanging_sign", "max_stack": 16, @@ -7867,7 +8200,7 @@ "fireproof": false }, { - "id": 865, + "id": 902, "name": "bamboo_hanging_sign", "translation_key": "block.minecraft.bamboo_hanging_sign", "max_stack": 16, @@ -7876,7 +8209,7 @@ "fireproof": false }, { - "id": 866, + "id": 903, "name": "crimson_hanging_sign", "translation_key": "block.minecraft.crimson_hanging_sign", "max_stack": 16, @@ -7885,7 +8218,7 @@ "fireproof": false }, { - "id": 867, + "id": 904, "name": "warped_hanging_sign", "translation_key": "block.minecraft.warped_hanging_sign", "max_stack": 16, @@ -7894,7 +8227,7 @@ "fireproof": false }, { - "id": 868, + "id": 905, "name": "bucket", "translation_key": "item.minecraft.bucket", "max_stack": 16, @@ -7903,7 +8236,7 @@ "fireproof": false }, { - "id": 869, + "id": 906, "name": "water_bucket", "translation_key": "item.minecraft.water_bucket", "max_stack": 1, @@ -7912,7 +8245,7 @@ "fireproof": false }, { - "id": 870, + "id": 907, "name": "lava_bucket", "translation_key": "item.minecraft.lava_bucket", "max_stack": 1, @@ -7921,7 +8254,7 @@ "fireproof": false }, { - "id": 871, + "id": 908, "name": "powder_snow_bucket", "translation_key": "item.minecraft.powder_snow_bucket", "max_stack": 1, @@ -7930,7 +8263,7 @@ "fireproof": false }, { - "id": 872, + "id": 909, "name": "snowball", "translation_key": "item.minecraft.snowball", "max_stack": 16, @@ -7939,7 +8272,7 @@ "fireproof": false }, { - "id": 873, + "id": 910, "name": "leather", "translation_key": "item.minecraft.leather", "max_stack": 64, @@ -7948,7 +8281,7 @@ "fireproof": false }, { - "id": 874, + "id": 911, "name": "milk_bucket", "translation_key": "item.minecraft.milk_bucket", "max_stack": 1, @@ -7957,7 +8290,7 @@ "fireproof": false }, { - "id": 875, + "id": 912, "name": "pufferfish_bucket", "translation_key": "item.minecraft.pufferfish_bucket", "max_stack": 1, @@ -7966,7 +8299,7 @@ "fireproof": false }, { - "id": 876, + "id": 913, "name": "salmon_bucket", "translation_key": "item.minecraft.salmon_bucket", "max_stack": 1, @@ -7975,7 +8308,7 @@ "fireproof": false }, { - "id": 877, + "id": 914, "name": "cod_bucket", "translation_key": "item.minecraft.cod_bucket", "max_stack": 1, @@ -7984,7 +8317,7 @@ "fireproof": false }, { - "id": 878, + "id": 915, "name": "tropical_fish_bucket", "translation_key": "item.minecraft.tropical_fish_bucket", "max_stack": 1, @@ -7993,7 +8326,7 @@ "fireproof": false }, { - "id": 879, + "id": 916, "name": "axolotl_bucket", "translation_key": "item.minecraft.axolotl_bucket", "max_stack": 1, @@ -8002,7 +8335,7 @@ "fireproof": false }, { - "id": 880, + "id": 917, "name": "tadpole_bucket", "translation_key": "item.minecraft.tadpole_bucket", "max_stack": 1, @@ -8011,7 +8344,7 @@ "fireproof": false }, { - "id": 881, + "id": 918, "name": "brick", "translation_key": "item.minecraft.brick", "max_stack": 64, @@ -8020,7 +8353,7 @@ "fireproof": false }, { - "id": 882, + "id": 919, "name": "clay_ball", "translation_key": "item.minecraft.clay_ball", "max_stack": 64, @@ -8029,7 +8362,7 @@ "fireproof": false }, { - "id": 883, + "id": 920, "name": "dried_kelp_block", "translation_key": "block.minecraft.dried_kelp_block", "max_stack": 64, @@ -8038,7 +8371,7 @@ "fireproof": false }, { - "id": 884, + "id": 921, "name": "paper", "translation_key": "item.minecraft.paper", "max_stack": 64, @@ -8047,7 +8380,7 @@ "fireproof": false }, { - "id": 885, + "id": 922, "name": "book", "translation_key": "item.minecraft.book", "max_stack": 64, @@ -8056,7 +8389,7 @@ "fireproof": false }, { - "id": 886, + "id": 923, "name": "slime_ball", "translation_key": "item.minecraft.slime_ball", "max_stack": 64, @@ -8065,7 +8398,7 @@ "fireproof": false }, { - "id": 887, + "id": 924, "name": "egg", "translation_key": "item.minecraft.egg", "max_stack": 16, @@ -8074,7 +8407,7 @@ "fireproof": false }, { - "id": 888, + "id": 925, "name": "compass", "translation_key": "item.minecraft.compass", "max_stack": 64, @@ -8083,7 +8416,7 @@ "fireproof": false }, { - "id": 889, + "id": 926, "name": "recovery_compass", "translation_key": "item.minecraft.recovery_compass", "max_stack": 64, @@ -8092,7 +8425,7 @@ "fireproof": false }, { - "id": 890, + "id": 927, "name": "bundle", "translation_key": "item.minecraft.bundle", "max_stack": 1, @@ -8101,7 +8434,7 @@ "fireproof": false }, { - "id": 891, + "id": 928, "name": "fishing_rod", "translation_key": "item.minecraft.fishing_rod", "max_stack": 1, @@ -8110,7 +8443,7 @@ "fireproof": false }, { - "id": 892, + "id": 929, "name": "clock", "translation_key": "item.minecraft.clock", "max_stack": 64, @@ -8119,7 +8452,7 @@ "fireproof": false }, { - "id": 893, + "id": 930, "name": "spyglass", "translation_key": "item.minecraft.spyglass", "max_stack": 1, @@ -8128,7 +8461,7 @@ "fireproof": false }, { - "id": 894, + "id": 931, "name": "glowstone_dust", "translation_key": "item.minecraft.glowstone_dust", "max_stack": 64, @@ -8137,7 +8470,7 @@ "fireproof": false }, { - "id": 895, + "id": 932, "name": "cod", "translation_key": "item.minecraft.cod", "max_stack": 64, @@ -8154,7 +8487,7 @@ } }, { - "id": 896, + "id": 933, "name": "salmon", "translation_key": "item.minecraft.salmon", "max_stack": 64, @@ -8171,7 +8504,7 @@ } }, { - "id": 897, + "id": 934, "name": "tropical_fish", "translation_key": "item.minecraft.tropical_fish", "max_stack": 64, @@ -8188,7 +8521,7 @@ } }, { - "id": 898, + "id": 935, "name": "pufferfish", "translation_key": "item.minecraft.pufferfish", "max_stack": 64, @@ -8218,7 +8551,7 @@ } }, { - "id": 899, + "id": 936, "name": "cooked_cod", "translation_key": "item.minecraft.cooked_cod", "max_stack": 64, @@ -8235,7 +8568,7 @@ } }, { - "id": 900, + "id": 937, "name": "cooked_salmon", "translation_key": "item.minecraft.cooked_salmon", "max_stack": 64, @@ -8252,7 +8585,7 @@ } }, { - "id": 901, + "id": 938, "name": "ink_sac", "translation_key": "item.minecraft.ink_sac", "max_stack": 64, @@ -8261,7 +8594,7 @@ "fireproof": false }, { - "id": 902, + "id": 939, "name": "glow_ink_sac", "translation_key": "item.minecraft.glow_ink_sac", "max_stack": 64, @@ -8270,7 +8603,7 @@ "fireproof": false }, { - "id": 903, + "id": 940, "name": "cocoa_beans", "translation_key": "item.minecraft.cocoa_beans", "max_stack": 64, @@ -8279,7 +8612,7 @@ "fireproof": false }, { - "id": 904, + "id": 941, "name": "white_dye", "translation_key": "item.minecraft.white_dye", "max_stack": 64, @@ -8288,7 +8621,7 @@ "fireproof": false }, { - "id": 905, + "id": 942, "name": "orange_dye", "translation_key": "item.minecraft.orange_dye", "max_stack": 64, @@ -8297,7 +8630,7 @@ "fireproof": false }, { - "id": 906, + "id": 943, "name": "magenta_dye", "translation_key": "item.minecraft.magenta_dye", "max_stack": 64, @@ -8306,7 +8639,7 @@ "fireproof": false }, { - "id": 907, + "id": 944, "name": "light_blue_dye", "translation_key": "item.minecraft.light_blue_dye", "max_stack": 64, @@ -8315,7 +8648,7 @@ "fireproof": false }, { - "id": 908, + "id": 945, "name": "yellow_dye", "translation_key": "item.minecraft.yellow_dye", "max_stack": 64, @@ -8324,7 +8657,7 @@ "fireproof": false }, { - "id": 909, + "id": 946, "name": "lime_dye", "translation_key": "item.minecraft.lime_dye", "max_stack": 64, @@ -8333,7 +8666,7 @@ "fireproof": false }, { - "id": 910, + "id": 947, "name": "pink_dye", "translation_key": "item.minecraft.pink_dye", "max_stack": 64, @@ -8342,7 +8675,7 @@ "fireproof": false }, { - "id": 911, + "id": 948, "name": "gray_dye", "translation_key": "item.minecraft.gray_dye", "max_stack": 64, @@ -8351,7 +8684,7 @@ "fireproof": false }, { - "id": 912, + "id": 949, "name": "light_gray_dye", "translation_key": "item.minecraft.light_gray_dye", "max_stack": 64, @@ -8360,7 +8693,7 @@ "fireproof": false }, { - "id": 913, + "id": 950, "name": "cyan_dye", "translation_key": "item.minecraft.cyan_dye", "max_stack": 64, @@ -8369,7 +8702,7 @@ "fireproof": false }, { - "id": 914, + "id": 951, "name": "purple_dye", "translation_key": "item.minecraft.purple_dye", "max_stack": 64, @@ -8378,7 +8711,7 @@ "fireproof": false }, { - "id": 915, + "id": 952, "name": "blue_dye", "translation_key": "item.minecraft.blue_dye", "max_stack": 64, @@ -8387,7 +8720,7 @@ "fireproof": false }, { - "id": 916, + "id": 953, "name": "brown_dye", "translation_key": "item.minecraft.brown_dye", "max_stack": 64, @@ -8396,7 +8729,7 @@ "fireproof": false }, { - "id": 917, + "id": 954, "name": "green_dye", "translation_key": "item.minecraft.green_dye", "max_stack": 64, @@ -8405,7 +8738,7 @@ "fireproof": false }, { - "id": 918, + "id": 955, "name": "red_dye", "translation_key": "item.minecraft.red_dye", "max_stack": 64, @@ -8414,7 +8747,7 @@ "fireproof": false }, { - "id": 919, + "id": 956, "name": "black_dye", "translation_key": "item.minecraft.black_dye", "max_stack": 64, @@ -8423,7 +8756,7 @@ "fireproof": false }, { - "id": 920, + "id": 957, "name": "bone_meal", "translation_key": "item.minecraft.bone_meal", "max_stack": 64, @@ -8432,7 +8765,7 @@ "fireproof": false }, { - "id": 921, + "id": 958, "name": "bone", "translation_key": "item.minecraft.bone", "max_stack": 64, @@ -8441,7 +8774,7 @@ "fireproof": false }, { - "id": 922, + "id": 959, "name": "sugar", "translation_key": "item.minecraft.sugar", "max_stack": 64, @@ -8450,7 +8783,7 @@ "fireproof": false }, { - "id": 923, + "id": 960, "name": "cake", "translation_key": "block.minecraft.cake", "max_stack": 1, @@ -8459,7 +8792,7 @@ "fireproof": false }, { - "id": 924, + "id": 961, "name": "white_bed", "translation_key": "block.minecraft.white_bed", "max_stack": 1, @@ -8468,7 +8801,7 @@ "fireproof": false }, { - "id": 925, + "id": 962, "name": "orange_bed", "translation_key": "block.minecraft.orange_bed", "max_stack": 1, @@ -8477,7 +8810,7 @@ "fireproof": false }, { - "id": 926, + "id": 963, "name": "magenta_bed", "translation_key": "block.minecraft.magenta_bed", "max_stack": 1, @@ -8486,7 +8819,7 @@ "fireproof": false }, { - "id": 927, + "id": 964, "name": "light_blue_bed", "translation_key": "block.minecraft.light_blue_bed", "max_stack": 1, @@ -8495,7 +8828,7 @@ "fireproof": false }, { - "id": 928, + "id": 965, "name": "yellow_bed", "translation_key": "block.minecraft.yellow_bed", "max_stack": 1, @@ -8504,7 +8837,7 @@ "fireproof": false }, { - "id": 929, + "id": 966, "name": "lime_bed", "translation_key": "block.minecraft.lime_bed", "max_stack": 1, @@ -8513,7 +8846,7 @@ "fireproof": false }, { - "id": 930, + "id": 967, "name": "pink_bed", "translation_key": "block.minecraft.pink_bed", "max_stack": 1, @@ -8522,7 +8855,7 @@ "fireproof": false }, { - "id": 931, + "id": 968, "name": "gray_bed", "translation_key": "block.minecraft.gray_bed", "max_stack": 1, @@ -8531,7 +8864,7 @@ "fireproof": false }, { - "id": 932, + "id": 969, "name": "light_gray_bed", "translation_key": "block.minecraft.light_gray_bed", "max_stack": 1, @@ -8540,7 +8873,7 @@ "fireproof": false }, { - "id": 933, + "id": 970, "name": "cyan_bed", "translation_key": "block.minecraft.cyan_bed", "max_stack": 1, @@ -8549,7 +8882,7 @@ "fireproof": false }, { - "id": 934, + "id": 971, "name": "purple_bed", "translation_key": "block.minecraft.purple_bed", "max_stack": 1, @@ -8558,7 +8891,7 @@ "fireproof": false }, { - "id": 935, + "id": 972, "name": "blue_bed", "translation_key": "block.minecraft.blue_bed", "max_stack": 1, @@ -8567,7 +8900,7 @@ "fireproof": false }, { - "id": 936, + "id": 973, "name": "brown_bed", "translation_key": "block.minecraft.brown_bed", "max_stack": 1, @@ -8576,7 +8909,7 @@ "fireproof": false }, { - "id": 937, + "id": 974, "name": "green_bed", "translation_key": "block.minecraft.green_bed", "max_stack": 1, @@ -8585,7 +8918,7 @@ "fireproof": false }, { - "id": 938, + "id": 975, "name": "red_bed", "translation_key": "block.minecraft.red_bed", "max_stack": 1, @@ -8594,7 +8927,7 @@ "fireproof": false }, { - "id": 939, + "id": 976, "name": "black_bed", "translation_key": "block.minecraft.black_bed", "max_stack": 1, @@ -8603,7 +8936,7 @@ "fireproof": false }, { - "id": 940, + "id": 977, "name": "cookie", "translation_key": "item.minecraft.cookie", "max_stack": 64, @@ -8620,7 +8953,16 @@ } }, { - "id": 941, + "id": 978, + "name": "crafter", + "translation_key": "block.minecraft.crafter", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 979, "name": "filled_map", "translation_key": "item.minecraft.filled_map", "max_stack": 64, @@ -8629,7 +8971,7 @@ "fireproof": false }, { - "id": 942, + "id": 980, "name": "shears", "translation_key": "item.minecraft.shears", "max_stack": 1, @@ -8638,7 +8980,7 @@ "fireproof": false }, { - "id": 943, + "id": 981, "name": "melon_slice", "translation_key": "item.minecraft.melon_slice", "max_stack": 64, @@ -8655,7 +8997,7 @@ } }, { - "id": 944, + "id": 982, "name": "dried_kelp", "translation_key": "item.minecraft.dried_kelp", "max_stack": 64, @@ -8672,7 +9014,7 @@ } }, { - "id": 945, + "id": 983, "name": "pumpkin_seeds", "translation_key": "item.minecraft.pumpkin_seeds", "max_stack": 64, @@ -8681,7 +9023,7 @@ "fireproof": false }, { - "id": 946, + "id": 984, "name": "melon_seeds", "translation_key": "item.minecraft.melon_seeds", "max_stack": 64, @@ -8690,7 +9032,7 @@ "fireproof": false }, { - "id": 947, + "id": 985, "name": "beef", "translation_key": "item.minecraft.beef", "max_stack": 64, @@ -8707,7 +9049,7 @@ } }, { - "id": 948, + "id": 986, "name": "cooked_beef", "translation_key": "item.minecraft.cooked_beef", "max_stack": 64, @@ -8724,7 +9066,7 @@ } }, { - "id": 949, + "id": 987, "name": "chicken", "translation_key": "item.minecraft.chicken", "max_stack": 64, @@ -8746,7 +9088,7 @@ } }, { - "id": 950, + "id": 988, "name": "cooked_chicken", "translation_key": "item.minecraft.cooked_chicken", "max_stack": 64, @@ -8763,7 +9105,7 @@ } }, { - "id": 951, + "id": 989, "name": "rotten_flesh", "translation_key": "item.minecraft.rotten_flesh", "max_stack": 64, @@ -8785,7 +9127,7 @@ } }, { - "id": 952, + "id": 990, "name": "ender_pearl", "translation_key": "item.minecraft.ender_pearl", "max_stack": 16, @@ -8794,7 +9136,7 @@ "fireproof": false }, { - "id": 953, + "id": 991, "name": "blaze_rod", "translation_key": "item.minecraft.blaze_rod", "max_stack": 64, @@ -8803,7 +9145,7 @@ "fireproof": false }, { - "id": 954, + "id": 992, "name": "ghast_tear", "translation_key": "item.minecraft.ghast_tear", "max_stack": 64, @@ -8812,7 +9154,7 @@ "fireproof": false }, { - "id": 955, + "id": 993, "name": "gold_nugget", "translation_key": "item.minecraft.gold_nugget", "max_stack": 64, @@ -8821,7 +9163,7 @@ "fireproof": false }, { - "id": 956, + "id": 994, "name": "nether_wart", "translation_key": "item.minecraft.nether_wart", "max_stack": 64, @@ -8830,7 +9172,7 @@ "fireproof": false }, { - "id": 957, + "id": 995, "name": "potion", "translation_key": "item.minecraft.potion", "max_stack": 1, @@ -8839,7 +9181,7 @@ "fireproof": false }, { - "id": 958, + "id": 996, "name": "glass_bottle", "translation_key": "item.minecraft.glass_bottle", "max_stack": 64, @@ -8848,7 +9190,7 @@ "fireproof": false }, { - "id": 959, + "id": 997, "name": "spider_eye", "translation_key": "item.minecraft.spider_eye", "max_stack": 64, @@ -8870,7 +9212,7 @@ } }, { - "id": 960, + "id": 998, "name": "fermented_spider_eye", "translation_key": "item.minecraft.fermented_spider_eye", "max_stack": 64, @@ -8879,7 +9221,7 @@ "fireproof": false }, { - "id": 961, + "id": 999, "name": "blaze_powder", "translation_key": "item.minecraft.blaze_powder", "max_stack": 64, @@ -8888,7 +9230,7 @@ "fireproof": false }, { - "id": 962, + "id": 1000, "name": "magma_cream", "translation_key": "item.minecraft.magma_cream", "max_stack": 64, @@ -8897,7 +9239,7 @@ "fireproof": false }, { - "id": 963, + "id": 1001, "name": "brewing_stand", "translation_key": "block.minecraft.brewing_stand", "max_stack": 64, @@ -8906,7 +9248,7 @@ "fireproof": false }, { - "id": 964, + "id": 1002, "name": "cauldron", "translation_key": "block.minecraft.cauldron", "max_stack": 64, @@ -8915,7 +9257,7 @@ "fireproof": false }, { - "id": 965, + "id": 1003, "name": "ender_eye", "translation_key": "item.minecraft.ender_eye", "max_stack": 64, @@ -8924,7 +9266,7 @@ "fireproof": false }, { - "id": 966, + "id": 1004, "name": "glistering_melon_slice", "translation_key": "item.minecraft.glistering_melon_slice", "max_stack": 64, @@ -8933,7 +9275,7 @@ "fireproof": false }, { - "id": 967, + "id": 1005, "name": "allay_spawn_egg", "translation_key": "item.minecraft.allay_spawn_egg", "max_stack": 64, @@ -8942,7 +9284,7 @@ "fireproof": false }, { - "id": 968, + "id": 1006, "name": "axolotl_spawn_egg", "translation_key": "item.minecraft.axolotl_spawn_egg", "max_stack": 64, @@ -8951,7 +9293,7 @@ "fireproof": false }, { - "id": 969, + "id": 1007, "name": "bat_spawn_egg", "translation_key": "item.minecraft.bat_spawn_egg", "max_stack": 64, @@ -8960,7 +9302,7 @@ "fireproof": false }, { - "id": 970, + "id": 1008, "name": "bee_spawn_egg", "translation_key": "item.minecraft.bee_spawn_egg", "max_stack": 64, @@ -8969,7 +9311,7 @@ "fireproof": false }, { - "id": 971, + "id": 1009, "name": "blaze_spawn_egg", "translation_key": "item.minecraft.blaze_spawn_egg", "max_stack": 64, @@ -8978,7 +9320,16 @@ "fireproof": false }, { - "id": 972, + "id": 1010, + "name": "breeze_spawn_egg", + "translation_key": "item.minecraft.breeze_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1011, "name": "cat_spawn_egg", "translation_key": "item.minecraft.cat_spawn_egg", "max_stack": 64, @@ -8987,7 +9338,7 @@ "fireproof": false }, { - "id": 973, + "id": 1012, "name": "camel_spawn_egg", "translation_key": "item.minecraft.camel_spawn_egg", "max_stack": 64, @@ -8996,7 +9347,7 @@ "fireproof": false }, { - "id": 974, + "id": 1013, "name": "cave_spider_spawn_egg", "translation_key": "item.minecraft.cave_spider_spawn_egg", "max_stack": 64, @@ -9005,7 +9356,7 @@ "fireproof": false }, { - "id": 975, + "id": 1014, "name": "chicken_spawn_egg", "translation_key": "item.minecraft.chicken_spawn_egg", "max_stack": 64, @@ -9014,7 +9365,7 @@ "fireproof": false }, { - "id": 976, + "id": 1015, "name": "cod_spawn_egg", "translation_key": "item.minecraft.cod_spawn_egg", "max_stack": 64, @@ -9023,7 +9374,7 @@ "fireproof": false }, { - "id": 977, + "id": 1016, "name": "cow_spawn_egg", "translation_key": "item.minecraft.cow_spawn_egg", "max_stack": 64, @@ -9032,7 +9383,7 @@ "fireproof": false }, { - "id": 978, + "id": 1017, "name": "creeper_spawn_egg", "translation_key": "item.minecraft.creeper_spawn_egg", "max_stack": 64, @@ -9041,7 +9392,7 @@ "fireproof": false }, { - "id": 979, + "id": 1018, "name": "dolphin_spawn_egg", "translation_key": "item.minecraft.dolphin_spawn_egg", "max_stack": 64, @@ -9050,7 +9401,7 @@ "fireproof": false }, { - "id": 980, + "id": 1019, "name": "donkey_spawn_egg", "translation_key": "item.minecraft.donkey_spawn_egg", "max_stack": 64, @@ -9059,7 +9410,7 @@ "fireproof": false }, { - "id": 981, + "id": 1020, "name": "drowned_spawn_egg", "translation_key": "item.minecraft.drowned_spawn_egg", "max_stack": 64, @@ -9068,7 +9419,7 @@ "fireproof": false }, { - "id": 982, + "id": 1021, "name": "elder_guardian_spawn_egg", "translation_key": "item.minecraft.elder_guardian_spawn_egg", "max_stack": 64, @@ -9077,7 +9428,7 @@ "fireproof": false }, { - "id": 983, + "id": 1022, "name": "ender_dragon_spawn_egg", "translation_key": "item.minecraft.ender_dragon_spawn_egg", "max_stack": 64, @@ -9086,7 +9437,7 @@ "fireproof": false }, { - "id": 984, + "id": 1023, "name": "enderman_spawn_egg", "translation_key": "item.minecraft.enderman_spawn_egg", "max_stack": 64, @@ -9095,7 +9446,7 @@ "fireproof": false }, { - "id": 985, + "id": 1024, "name": "endermite_spawn_egg", "translation_key": "item.minecraft.endermite_spawn_egg", "max_stack": 64, @@ -9104,7 +9455,7 @@ "fireproof": false }, { - "id": 986, + "id": 1025, "name": "evoker_spawn_egg", "translation_key": "item.minecraft.evoker_spawn_egg", "max_stack": 64, @@ -9113,7 +9464,7 @@ "fireproof": false }, { - "id": 987, + "id": 1026, "name": "fox_spawn_egg", "translation_key": "item.minecraft.fox_spawn_egg", "max_stack": 64, @@ -9122,7 +9473,7 @@ "fireproof": false }, { - "id": 988, + "id": 1027, "name": "frog_spawn_egg", "translation_key": "item.minecraft.frog_spawn_egg", "max_stack": 64, @@ -9131,7 +9482,7 @@ "fireproof": false }, { - "id": 989, + "id": 1028, "name": "ghast_spawn_egg", "translation_key": "item.minecraft.ghast_spawn_egg", "max_stack": 64, @@ -9140,7 +9491,7 @@ "fireproof": false }, { - "id": 990, + "id": 1029, "name": "glow_squid_spawn_egg", "translation_key": "item.minecraft.glow_squid_spawn_egg", "max_stack": 64, @@ -9149,7 +9500,7 @@ "fireproof": false }, { - "id": 991, + "id": 1030, "name": "goat_spawn_egg", "translation_key": "item.minecraft.goat_spawn_egg", "max_stack": 64, @@ -9158,7 +9509,7 @@ "fireproof": false }, { - "id": 992, + "id": 1031, "name": "guardian_spawn_egg", "translation_key": "item.minecraft.guardian_spawn_egg", "max_stack": 64, @@ -9167,7 +9518,7 @@ "fireproof": false }, { - "id": 993, + "id": 1032, "name": "hoglin_spawn_egg", "translation_key": "item.minecraft.hoglin_spawn_egg", "max_stack": 64, @@ -9176,7 +9527,7 @@ "fireproof": false }, { - "id": 994, + "id": 1033, "name": "horse_spawn_egg", "translation_key": "item.minecraft.horse_spawn_egg", "max_stack": 64, @@ -9185,7 +9536,7 @@ "fireproof": false }, { - "id": 995, + "id": 1034, "name": "husk_spawn_egg", "translation_key": "item.minecraft.husk_spawn_egg", "max_stack": 64, @@ -9194,7 +9545,7 @@ "fireproof": false }, { - "id": 996, + "id": 1035, "name": "iron_golem_spawn_egg", "translation_key": "item.minecraft.iron_golem_spawn_egg", "max_stack": 64, @@ -9203,7 +9554,7 @@ "fireproof": false }, { - "id": 997, + "id": 1036, "name": "llama_spawn_egg", "translation_key": "item.minecraft.llama_spawn_egg", "max_stack": 64, @@ -9212,7 +9563,7 @@ "fireproof": false }, { - "id": 998, + "id": 1037, "name": "magma_cube_spawn_egg", "translation_key": "item.minecraft.magma_cube_spawn_egg", "max_stack": 64, @@ -9221,7 +9572,7 @@ "fireproof": false }, { - "id": 999, + "id": 1038, "name": "mooshroom_spawn_egg", "translation_key": "item.minecraft.mooshroom_spawn_egg", "max_stack": 64, @@ -9230,7 +9581,7 @@ "fireproof": false }, { - "id": 1000, + "id": 1039, "name": "mule_spawn_egg", "translation_key": "item.minecraft.mule_spawn_egg", "max_stack": 64, @@ -9239,7 +9590,7 @@ "fireproof": false }, { - "id": 1001, + "id": 1040, "name": "ocelot_spawn_egg", "translation_key": "item.minecraft.ocelot_spawn_egg", "max_stack": 64, @@ -9248,7 +9599,7 @@ "fireproof": false }, { - "id": 1002, + "id": 1041, "name": "panda_spawn_egg", "translation_key": "item.minecraft.panda_spawn_egg", "max_stack": 64, @@ -9257,7 +9608,7 @@ "fireproof": false }, { - "id": 1003, + "id": 1042, "name": "parrot_spawn_egg", "translation_key": "item.minecraft.parrot_spawn_egg", "max_stack": 64, @@ -9266,7 +9617,7 @@ "fireproof": false }, { - "id": 1004, + "id": 1043, "name": "phantom_spawn_egg", "translation_key": "item.minecraft.phantom_spawn_egg", "max_stack": 64, @@ -9275,7 +9626,7 @@ "fireproof": false }, { - "id": 1005, + "id": 1044, "name": "pig_spawn_egg", "translation_key": "item.minecraft.pig_spawn_egg", "max_stack": 64, @@ -9284,7 +9635,7 @@ "fireproof": false }, { - "id": 1006, + "id": 1045, "name": "piglin_spawn_egg", "translation_key": "item.minecraft.piglin_spawn_egg", "max_stack": 64, @@ -9293,7 +9644,7 @@ "fireproof": false }, { - "id": 1007, + "id": 1046, "name": "piglin_brute_spawn_egg", "translation_key": "item.minecraft.piglin_brute_spawn_egg", "max_stack": 64, @@ -9302,7 +9653,7 @@ "fireproof": false }, { - "id": 1008, + "id": 1047, "name": "pillager_spawn_egg", "translation_key": "item.minecraft.pillager_spawn_egg", "max_stack": 64, @@ -9311,7 +9662,7 @@ "fireproof": false }, { - "id": 1009, + "id": 1048, "name": "polar_bear_spawn_egg", "translation_key": "item.minecraft.polar_bear_spawn_egg", "max_stack": 64, @@ -9320,7 +9671,7 @@ "fireproof": false }, { - "id": 1010, + "id": 1049, "name": "pufferfish_spawn_egg", "translation_key": "item.minecraft.pufferfish_spawn_egg", "max_stack": 64, @@ -9329,7 +9680,7 @@ "fireproof": false }, { - "id": 1011, + "id": 1050, "name": "rabbit_spawn_egg", "translation_key": "item.minecraft.rabbit_spawn_egg", "max_stack": 64, @@ -9338,7 +9689,7 @@ "fireproof": false }, { - "id": 1012, + "id": 1051, "name": "ravager_spawn_egg", "translation_key": "item.minecraft.ravager_spawn_egg", "max_stack": 64, @@ -9347,7 +9698,7 @@ "fireproof": false }, { - "id": 1013, + "id": 1052, "name": "salmon_spawn_egg", "translation_key": "item.minecraft.salmon_spawn_egg", "max_stack": 64, @@ -9356,7 +9707,7 @@ "fireproof": false }, { - "id": 1014, + "id": 1053, "name": "sheep_spawn_egg", "translation_key": "item.minecraft.sheep_spawn_egg", "max_stack": 64, @@ -9365,7 +9716,7 @@ "fireproof": false }, { - "id": 1015, + "id": 1054, "name": "shulker_spawn_egg", "translation_key": "item.minecraft.shulker_spawn_egg", "max_stack": 64, @@ -9374,7 +9725,7 @@ "fireproof": false }, { - "id": 1016, + "id": 1055, "name": "silverfish_spawn_egg", "translation_key": "item.minecraft.silverfish_spawn_egg", "max_stack": 64, @@ -9383,7 +9734,7 @@ "fireproof": false }, { - "id": 1017, + "id": 1056, "name": "skeleton_spawn_egg", "translation_key": "item.minecraft.skeleton_spawn_egg", "max_stack": 64, @@ -9392,7 +9743,7 @@ "fireproof": false }, { - "id": 1018, + "id": 1057, "name": "skeleton_horse_spawn_egg", "translation_key": "item.minecraft.skeleton_horse_spawn_egg", "max_stack": 64, @@ -9401,7 +9752,7 @@ "fireproof": false }, { - "id": 1019, + "id": 1058, "name": "slime_spawn_egg", "translation_key": "item.minecraft.slime_spawn_egg", "max_stack": 64, @@ -9410,7 +9761,7 @@ "fireproof": false }, { - "id": 1020, + "id": 1059, "name": "sniffer_spawn_egg", "translation_key": "item.minecraft.sniffer_spawn_egg", "max_stack": 64, @@ -9419,7 +9770,7 @@ "fireproof": false }, { - "id": 1021, + "id": 1060, "name": "snow_golem_spawn_egg", "translation_key": "item.minecraft.snow_golem_spawn_egg", "max_stack": 64, @@ -9428,7 +9779,7 @@ "fireproof": false }, { - "id": 1022, + "id": 1061, "name": "spider_spawn_egg", "translation_key": "item.minecraft.spider_spawn_egg", "max_stack": 64, @@ -9437,7 +9788,7 @@ "fireproof": false }, { - "id": 1023, + "id": 1062, "name": "squid_spawn_egg", "translation_key": "item.minecraft.squid_spawn_egg", "max_stack": 64, @@ -9446,7 +9797,7 @@ "fireproof": false }, { - "id": 1024, + "id": 1063, "name": "stray_spawn_egg", "translation_key": "item.minecraft.stray_spawn_egg", "max_stack": 64, @@ -9455,7 +9806,7 @@ "fireproof": false }, { - "id": 1025, + "id": 1064, "name": "strider_spawn_egg", "translation_key": "item.minecraft.strider_spawn_egg", "max_stack": 64, @@ -9464,7 +9815,7 @@ "fireproof": false }, { - "id": 1026, + "id": 1065, "name": "tadpole_spawn_egg", "translation_key": "item.minecraft.tadpole_spawn_egg", "max_stack": 64, @@ -9473,7 +9824,7 @@ "fireproof": false }, { - "id": 1027, + "id": 1066, "name": "trader_llama_spawn_egg", "translation_key": "item.minecraft.trader_llama_spawn_egg", "max_stack": 64, @@ -9482,7 +9833,7 @@ "fireproof": false }, { - "id": 1028, + "id": 1067, "name": "tropical_fish_spawn_egg", "translation_key": "item.minecraft.tropical_fish_spawn_egg", "max_stack": 64, @@ -9491,7 +9842,7 @@ "fireproof": false }, { - "id": 1029, + "id": 1068, "name": "turtle_spawn_egg", "translation_key": "item.minecraft.turtle_spawn_egg", "max_stack": 64, @@ -9500,7 +9851,7 @@ "fireproof": false }, { - "id": 1030, + "id": 1069, "name": "vex_spawn_egg", "translation_key": "item.minecraft.vex_spawn_egg", "max_stack": 64, @@ -9509,7 +9860,7 @@ "fireproof": false }, { - "id": 1031, + "id": 1070, "name": "villager_spawn_egg", "translation_key": "item.minecraft.villager_spawn_egg", "max_stack": 64, @@ -9518,7 +9869,7 @@ "fireproof": false }, { - "id": 1032, + "id": 1071, "name": "vindicator_spawn_egg", "translation_key": "item.minecraft.vindicator_spawn_egg", "max_stack": 64, @@ -9527,7 +9878,7 @@ "fireproof": false }, { - "id": 1033, + "id": 1072, "name": "wandering_trader_spawn_egg", "translation_key": "item.minecraft.wandering_trader_spawn_egg", "max_stack": 64, @@ -9536,7 +9887,7 @@ "fireproof": false }, { - "id": 1034, + "id": 1073, "name": "warden_spawn_egg", "translation_key": "item.minecraft.warden_spawn_egg", "max_stack": 64, @@ -9545,7 +9896,7 @@ "fireproof": false }, { - "id": 1035, + "id": 1074, "name": "witch_spawn_egg", "translation_key": "item.minecraft.witch_spawn_egg", "max_stack": 64, @@ -9554,7 +9905,7 @@ "fireproof": false }, { - "id": 1036, + "id": 1075, "name": "wither_spawn_egg", "translation_key": "item.minecraft.wither_spawn_egg", "max_stack": 64, @@ -9563,7 +9914,7 @@ "fireproof": false }, { - "id": 1037, + "id": 1076, "name": "wither_skeleton_spawn_egg", "translation_key": "item.minecraft.wither_skeleton_spawn_egg", "max_stack": 64, @@ -9572,7 +9923,7 @@ "fireproof": false }, { - "id": 1038, + "id": 1077, "name": "wolf_spawn_egg", "translation_key": "item.minecraft.wolf_spawn_egg", "max_stack": 64, @@ -9581,7 +9932,7 @@ "fireproof": false }, { - "id": 1039, + "id": 1078, "name": "zoglin_spawn_egg", "translation_key": "item.minecraft.zoglin_spawn_egg", "max_stack": 64, @@ -9590,7 +9941,7 @@ "fireproof": false }, { - "id": 1040, + "id": 1079, "name": "zombie_spawn_egg", "translation_key": "item.minecraft.zombie_spawn_egg", "max_stack": 64, @@ -9599,7 +9950,7 @@ "fireproof": false }, { - "id": 1041, + "id": 1080, "name": "zombie_horse_spawn_egg", "translation_key": "item.minecraft.zombie_horse_spawn_egg", "max_stack": 64, @@ -9608,7 +9959,7 @@ "fireproof": false }, { - "id": 1042, + "id": 1081, "name": "zombie_villager_spawn_egg", "translation_key": "item.minecraft.zombie_villager_spawn_egg", "max_stack": 64, @@ -9617,7 +9968,7 @@ "fireproof": false }, { - "id": 1043, + "id": 1082, "name": "zombified_piglin_spawn_egg", "translation_key": "item.minecraft.zombified_piglin_spawn_egg", "max_stack": 64, @@ -9626,7 +9977,7 @@ "fireproof": false }, { - "id": 1044, + "id": 1083, "name": "experience_bottle", "translation_key": "item.minecraft.experience_bottle", "max_stack": 64, @@ -9635,7 +9986,7 @@ "fireproof": false }, { - "id": 1045, + "id": 1084, "name": "fire_charge", "translation_key": "item.minecraft.fire_charge", "max_stack": 64, @@ -9644,7 +9995,7 @@ "fireproof": false }, { - "id": 1046, + "id": 1085, "name": "writable_book", "translation_key": "item.minecraft.writable_book", "max_stack": 1, @@ -9653,7 +10004,7 @@ "fireproof": false }, { - "id": 1047, + "id": 1086, "name": "written_book", "translation_key": "item.minecraft.written_book", "max_stack": 16, @@ -9662,7 +10013,7 @@ "fireproof": false }, { - "id": 1048, + "id": 1087, "name": "item_frame", "translation_key": "item.minecraft.item_frame", "max_stack": 64, @@ -9671,7 +10022,7 @@ "fireproof": false }, { - "id": 1049, + "id": 1088, "name": "glow_item_frame", "translation_key": "item.minecraft.glow_item_frame", "max_stack": 64, @@ -9680,7 +10031,7 @@ "fireproof": false }, { - "id": 1050, + "id": 1089, "name": "flower_pot", "translation_key": "block.minecraft.flower_pot", "max_stack": 64, @@ -9689,7 +10040,7 @@ "fireproof": false }, { - "id": 1051, + "id": 1090, "name": "carrot", "translation_key": "item.minecraft.carrot", "max_stack": 64, @@ -9706,7 +10057,7 @@ } }, { - "id": 1052, + "id": 1091, "name": "potato", "translation_key": "item.minecraft.potato", "max_stack": 64, @@ -9723,7 +10074,7 @@ } }, { - "id": 1053, + "id": 1092, "name": "baked_potato", "translation_key": "item.minecraft.baked_potato", "max_stack": 64, @@ -9740,7 +10091,7 @@ } }, { - "id": 1054, + "id": 1093, "name": "poisonous_potato", "translation_key": "item.minecraft.poisonous_potato", "max_stack": 64, @@ -9762,7 +10113,7 @@ } }, { - "id": 1055, + "id": 1094, "name": "map", "translation_key": "item.minecraft.map", "max_stack": 64, @@ -9771,7 +10122,7 @@ "fireproof": false }, { - "id": 1056, + "id": 1095, "name": "golden_carrot", "translation_key": "item.minecraft.golden_carrot", "max_stack": 64, @@ -9788,7 +10139,7 @@ } }, { - "id": 1057, + "id": 1096, "name": "skeleton_skull", "translation_key": "block.minecraft.skeleton_skull", "max_stack": 64, @@ -9797,7 +10148,7 @@ "fireproof": false }, { - "id": 1058, + "id": 1097, "name": "wither_skeleton_skull", "translation_key": "block.minecraft.wither_skeleton_skull", "max_stack": 64, @@ -9806,7 +10157,7 @@ "fireproof": false }, { - "id": 1059, + "id": 1098, "name": "player_head", "translation_key": "block.minecraft.player_head", "max_stack": 64, @@ -9815,7 +10166,7 @@ "fireproof": false }, { - "id": 1060, + "id": 1099, "name": "zombie_head", "translation_key": "block.minecraft.zombie_head", "max_stack": 64, @@ -9824,7 +10175,7 @@ "fireproof": false }, { - "id": 1061, + "id": 1100, "name": "creeper_head", "translation_key": "block.minecraft.creeper_head", "max_stack": 64, @@ -9833,7 +10184,7 @@ "fireproof": false }, { - "id": 1062, + "id": 1101, "name": "dragon_head", "translation_key": "block.minecraft.dragon_head", "max_stack": 64, @@ -9842,7 +10193,7 @@ "fireproof": false }, { - "id": 1063, + "id": 1102, "name": "piglin_head", "translation_key": "block.minecraft.piglin_head", "max_stack": 64, @@ -9851,7 +10202,7 @@ "fireproof": false }, { - "id": 1064, + "id": 1103, "name": "nether_star", "translation_key": "item.minecraft.nether_star", "max_stack": 64, @@ -9860,7 +10211,7 @@ "fireproof": false }, { - "id": 1065, + "id": 1104, "name": "pumpkin_pie", "translation_key": "item.minecraft.pumpkin_pie", "max_stack": 64, @@ -9877,7 +10228,7 @@ } }, { - "id": 1066, + "id": 1105, "name": "firework_rocket", "translation_key": "item.minecraft.firework_rocket", "max_stack": 64, @@ -9886,7 +10237,7 @@ "fireproof": false }, { - "id": 1067, + "id": 1106, "name": "firework_star", "translation_key": "item.minecraft.firework_star", "max_stack": 64, @@ -9895,7 +10246,7 @@ "fireproof": false }, { - "id": 1068, + "id": 1107, "name": "enchanted_book", "translation_key": "item.minecraft.enchanted_book", "max_stack": 1, @@ -9904,7 +10255,7 @@ "fireproof": false }, { - "id": 1069, + "id": 1108, "name": "nether_brick", "translation_key": "item.minecraft.nether_brick", "max_stack": 64, @@ -9913,7 +10264,7 @@ "fireproof": false }, { - "id": 1070, + "id": 1109, "name": "prismarine_shard", "translation_key": "item.minecraft.prismarine_shard", "max_stack": 64, @@ -9922,7 +10273,7 @@ "fireproof": false }, { - "id": 1071, + "id": 1110, "name": "prismarine_crystals", "translation_key": "item.minecraft.prismarine_crystals", "max_stack": 64, @@ -9931,7 +10282,7 @@ "fireproof": false }, { - "id": 1072, + "id": 1111, "name": "rabbit", "translation_key": "item.minecraft.rabbit", "max_stack": 64, @@ -9948,7 +10299,7 @@ } }, { - "id": 1073, + "id": 1112, "name": "cooked_rabbit", "translation_key": "item.minecraft.cooked_rabbit", "max_stack": 64, @@ -9965,7 +10316,7 @@ } }, { - "id": 1074, + "id": 1113, "name": "rabbit_stew", "translation_key": "item.minecraft.rabbit_stew", "max_stack": 1, @@ -9982,7 +10333,7 @@ } }, { - "id": 1075, + "id": 1114, "name": "rabbit_foot", "translation_key": "item.minecraft.rabbit_foot", "max_stack": 64, @@ -9991,7 +10342,7 @@ "fireproof": false }, { - "id": 1076, + "id": 1115, "name": "rabbit_hide", "translation_key": "item.minecraft.rabbit_hide", "max_stack": 64, @@ -10000,7 +10351,7 @@ "fireproof": false }, { - "id": 1077, + "id": 1116, "name": "armor_stand", "translation_key": "item.minecraft.armor_stand", "max_stack": 16, @@ -10009,7 +10360,7 @@ "fireproof": false }, { - "id": 1078, + "id": 1117, "name": "iron_horse_armor", "translation_key": "item.minecraft.iron_horse_armor", "max_stack": 1, @@ -10018,7 +10369,7 @@ "fireproof": false }, { - "id": 1079, + "id": 1118, "name": "golden_horse_armor", "translation_key": "item.minecraft.golden_horse_armor", "max_stack": 1, @@ -10027,7 +10378,7 @@ "fireproof": false }, { - "id": 1080, + "id": 1119, "name": "diamond_horse_armor", "translation_key": "item.minecraft.diamond_horse_armor", "max_stack": 1, @@ -10036,7 +10387,7 @@ "fireproof": false }, { - "id": 1081, + "id": 1120, "name": "leather_horse_armor", "translation_key": "item.minecraft.leather_horse_armor", "max_stack": 1, @@ -10045,7 +10396,7 @@ "fireproof": false }, { - "id": 1082, + "id": 1121, "name": "lead", "translation_key": "item.minecraft.lead", "max_stack": 64, @@ -10054,7 +10405,7 @@ "fireproof": false }, { - "id": 1083, + "id": 1122, "name": "name_tag", "translation_key": "item.minecraft.name_tag", "max_stack": 64, @@ -10063,7 +10414,7 @@ "fireproof": false }, { - "id": 1084, + "id": 1123, "name": "command_block_minecart", "translation_key": "item.minecraft.command_block_minecart", "max_stack": 1, @@ -10072,7 +10423,7 @@ "fireproof": false }, { - "id": 1085, + "id": 1124, "name": "mutton", "translation_key": "item.minecraft.mutton", "max_stack": 64, @@ -10089,7 +10440,7 @@ } }, { - "id": 1086, + "id": 1125, "name": "cooked_mutton", "translation_key": "item.minecraft.cooked_mutton", "max_stack": 64, @@ -10106,7 +10457,7 @@ } }, { - "id": 1087, + "id": 1126, "name": "white_banner", "translation_key": "block.minecraft.white_banner", "max_stack": 16, @@ -10115,7 +10466,7 @@ "fireproof": false }, { - "id": 1088, + "id": 1127, "name": "orange_banner", "translation_key": "block.minecraft.orange_banner", "max_stack": 16, @@ -10124,7 +10475,7 @@ "fireproof": false }, { - "id": 1089, + "id": 1128, "name": "magenta_banner", "translation_key": "block.minecraft.magenta_banner", "max_stack": 16, @@ -10133,7 +10484,7 @@ "fireproof": false }, { - "id": 1090, + "id": 1129, "name": "light_blue_banner", "translation_key": "block.minecraft.light_blue_banner", "max_stack": 16, @@ -10142,7 +10493,7 @@ "fireproof": false }, { - "id": 1091, + "id": 1130, "name": "yellow_banner", "translation_key": "block.minecraft.yellow_banner", "max_stack": 16, @@ -10151,7 +10502,7 @@ "fireproof": false }, { - "id": 1092, + "id": 1131, "name": "lime_banner", "translation_key": "block.minecraft.lime_banner", "max_stack": 16, @@ -10160,7 +10511,7 @@ "fireproof": false }, { - "id": 1093, + "id": 1132, "name": "pink_banner", "translation_key": "block.minecraft.pink_banner", "max_stack": 16, @@ -10169,7 +10520,7 @@ "fireproof": false }, { - "id": 1094, + "id": 1133, "name": "gray_banner", "translation_key": "block.minecraft.gray_banner", "max_stack": 16, @@ -10178,7 +10529,7 @@ "fireproof": false }, { - "id": 1095, + "id": 1134, "name": "light_gray_banner", "translation_key": "block.minecraft.light_gray_banner", "max_stack": 16, @@ -10187,7 +10538,7 @@ "fireproof": false }, { - "id": 1096, + "id": 1135, "name": "cyan_banner", "translation_key": "block.minecraft.cyan_banner", "max_stack": 16, @@ -10196,7 +10547,7 @@ "fireproof": false }, { - "id": 1097, + "id": 1136, "name": "purple_banner", "translation_key": "block.minecraft.purple_banner", "max_stack": 16, @@ -10205,7 +10556,7 @@ "fireproof": false }, { - "id": 1098, + "id": 1137, "name": "blue_banner", "translation_key": "block.minecraft.blue_banner", "max_stack": 16, @@ -10214,7 +10565,7 @@ "fireproof": false }, { - "id": 1099, + "id": 1138, "name": "brown_banner", "translation_key": "block.minecraft.brown_banner", "max_stack": 16, @@ -10223,7 +10574,7 @@ "fireproof": false }, { - "id": 1100, + "id": 1139, "name": "green_banner", "translation_key": "block.minecraft.green_banner", "max_stack": 16, @@ -10232,7 +10583,7 @@ "fireproof": false }, { - "id": 1101, + "id": 1140, "name": "red_banner", "translation_key": "block.minecraft.red_banner", "max_stack": 16, @@ -10241,7 +10592,7 @@ "fireproof": false }, { - "id": 1102, + "id": 1141, "name": "black_banner", "translation_key": "block.minecraft.black_banner", "max_stack": 16, @@ -10250,7 +10601,7 @@ "fireproof": false }, { - "id": 1103, + "id": 1142, "name": "end_crystal", "translation_key": "item.minecraft.end_crystal", "max_stack": 64, @@ -10259,7 +10610,7 @@ "fireproof": false }, { - "id": 1104, + "id": 1143, "name": "chorus_fruit", "translation_key": "item.minecraft.chorus_fruit", "max_stack": 64, @@ -10276,7 +10627,7 @@ } }, { - "id": 1105, + "id": 1144, "name": "popped_chorus_fruit", "translation_key": "item.minecraft.popped_chorus_fruit", "max_stack": 64, @@ -10285,7 +10636,7 @@ "fireproof": false }, { - "id": 1106, + "id": 1145, "name": "torchflower_seeds", "translation_key": "item.minecraft.torchflower_seeds", "max_stack": 64, @@ -10294,7 +10645,7 @@ "fireproof": false }, { - "id": 1107, + "id": 1146, "name": "pitcher_pod", "translation_key": "item.minecraft.pitcher_pod", "max_stack": 64, @@ -10303,7 +10654,7 @@ "fireproof": false }, { - "id": 1108, + "id": 1147, "name": "beetroot", "translation_key": "item.minecraft.beetroot", "max_stack": 64, @@ -10320,7 +10671,7 @@ } }, { - "id": 1109, + "id": 1148, "name": "beetroot_seeds", "translation_key": "item.minecraft.beetroot_seeds", "max_stack": 64, @@ -10329,7 +10680,7 @@ "fireproof": false }, { - "id": 1110, + "id": 1149, "name": "beetroot_soup", "translation_key": "item.minecraft.beetroot_soup", "max_stack": 1, @@ -10346,7 +10697,7 @@ } }, { - "id": 1111, + "id": 1150, "name": "dragon_breath", "translation_key": "item.minecraft.dragon_breath", "max_stack": 64, @@ -10355,7 +10706,7 @@ "fireproof": false }, { - "id": 1112, + "id": 1151, "name": "splash_potion", "translation_key": "item.minecraft.splash_potion", "max_stack": 1, @@ -10364,7 +10715,7 @@ "fireproof": false }, { - "id": 1113, + "id": 1152, "name": "spectral_arrow", "translation_key": "item.minecraft.spectral_arrow", "max_stack": 64, @@ -10373,7 +10724,7 @@ "fireproof": false }, { - "id": 1114, + "id": 1153, "name": "tipped_arrow", "translation_key": "item.minecraft.tipped_arrow", "max_stack": 64, @@ -10382,7 +10733,7 @@ "fireproof": false }, { - "id": 1115, + "id": 1154, "name": "lingering_potion", "translation_key": "item.minecraft.lingering_potion", "max_stack": 1, @@ -10391,7 +10742,7 @@ "fireproof": false }, { - "id": 1116, + "id": 1155, "name": "shield", "translation_key": "item.minecraft.shield", "max_stack": 1, @@ -10400,7 +10751,7 @@ "fireproof": false }, { - "id": 1117, + "id": 1156, "name": "totem_of_undying", "translation_key": "item.minecraft.totem_of_undying", "max_stack": 1, @@ -10409,7 +10760,7 @@ "fireproof": false }, { - "id": 1118, + "id": 1157, "name": "shulker_shell", "translation_key": "item.minecraft.shulker_shell", "max_stack": 64, @@ -10418,7 +10769,7 @@ "fireproof": false }, { - "id": 1119, + "id": 1158, "name": "iron_nugget", "translation_key": "item.minecraft.iron_nugget", "max_stack": 64, @@ -10427,7 +10778,7 @@ "fireproof": false }, { - "id": 1120, + "id": 1159, "name": "knowledge_book", "translation_key": "item.minecraft.knowledge_book", "max_stack": 1, @@ -10436,7 +10787,7 @@ "fireproof": false }, { - "id": 1121, + "id": 1160, "name": "debug_stick", "translation_key": "item.minecraft.debug_stick", "max_stack": 1, @@ -10445,7 +10796,7 @@ "fireproof": false }, { - "id": 1122, + "id": 1161, "name": "music_disc_13", "translation_key": "item.minecraft.music_disc_13", "max_stack": 1, @@ -10454,7 +10805,7 @@ "fireproof": false }, { - "id": 1123, + "id": 1162, "name": "music_disc_cat", "translation_key": "item.minecraft.music_disc_cat", "max_stack": 1, @@ -10463,7 +10814,7 @@ "fireproof": false }, { - "id": 1124, + "id": 1163, "name": "music_disc_blocks", "translation_key": "item.minecraft.music_disc_blocks", "max_stack": 1, @@ -10472,7 +10823,7 @@ "fireproof": false }, { - "id": 1125, + "id": 1164, "name": "music_disc_chirp", "translation_key": "item.minecraft.music_disc_chirp", "max_stack": 1, @@ -10481,7 +10832,7 @@ "fireproof": false }, { - "id": 1126, + "id": 1165, "name": "music_disc_far", "translation_key": "item.minecraft.music_disc_far", "max_stack": 1, @@ -10490,7 +10841,7 @@ "fireproof": false }, { - "id": 1127, + "id": 1166, "name": "music_disc_mall", "translation_key": "item.minecraft.music_disc_mall", "max_stack": 1, @@ -10499,7 +10850,7 @@ "fireproof": false }, { - "id": 1128, + "id": 1167, "name": "music_disc_mellohi", "translation_key": "item.minecraft.music_disc_mellohi", "max_stack": 1, @@ -10508,7 +10859,7 @@ "fireproof": false }, { - "id": 1129, + "id": 1168, "name": "music_disc_stal", "translation_key": "item.minecraft.music_disc_stal", "max_stack": 1, @@ -10517,7 +10868,7 @@ "fireproof": false }, { - "id": 1130, + "id": 1169, "name": "music_disc_strad", "translation_key": "item.minecraft.music_disc_strad", "max_stack": 1, @@ -10526,7 +10877,7 @@ "fireproof": false }, { - "id": 1131, + "id": 1170, "name": "music_disc_ward", "translation_key": "item.minecraft.music_disc_ward", "max_stack": 1, @@ -10535,7 +10886,7 @@ "fireproof": false }, { - "id": 1132, + "id": 1171, "name": "music_disc_11", "translation_key": "item.minecraft.music_disc_11", "max_stack": 1, @@ -10544,7 +10895,7 @@ "fireproof": false }, { - "id": 1133, + "id": 1172, "name": "music_disc_wait", "translation_key": "item.minecraft.music_disc_wait", "max_stack": 1, @@ -10553,7 +10904,7 @@ "fireproof": false }, { - "id": 1134, + "id": 1173, "name": "music_disc_otherside", "translation_key": "item.minecraft.music_disc_otherside", "max_stack": 1, @@ -10562,7 +10913,7 @@ "fireproof": false }, { - "id": 1135, + "id": 1174, "name": "music_disc_relic", "translation_key": "item.minecraft.music_disc_relic", "max_stack": 1, @@ -10571,7 +10922,7 @@ "fireproof": false }, { - "id": 1136, + "id": 1175, "name": "music_disc_5", "translation_key": "item.minecraft.music_disc_5", "max_stack": 1, @@ -10580,7 +10931,7 @@ "fireproof": false }, { - "id": 1137, + "id": 1176, "name": "music_disc_pigstep", "translation_key": "item.minecraft.music_disc_pigstep", "max_stack": 1, @@ -10589,7 +10940,7 @@ "fireproof": false }, { - "id": 1138, + "id": 1177, "name": "disc_fragment_5", "translation_key": "item.minecraft.disc_fragment_5", "max_stack": 64, @@ -10598,7 +10949,7 @@ "fireproof": false }, { - "id": 1139, + "id": 1178, "name": "trident", "translation_key": "item.minecraft.trident", "max_stack": 1, @@ -10607,7 +10958,7 @@ "fireproof": false }, { - "id": 1140, + "id": 1179, "name": "phantom_membrane", "translation_key": "item.minecraft.phantom_membrane", "max_stack": 64, @@ -10616,7 +10967,7 @@ "fireproof": false }, { - "id": 1141, + "id": 1180, "name": "nautilus_shell", "translation_key": "item.minecraft.nautilus_shell", "max_stack": 64, @@ -10625,7 +10976,7 @@ "fireproof": false }, { - "id": 1142, + "id": 1181, "name": "heart_of_the_sea", "translation_key": "item.minecraft.heart_of_the_sea", "max_stack": 64, @@ -10634,7 +10985,7 @@ "fireproof": false }, { - "id": 1143, + "id": 1182, "name": "crossbow", "translation_key": "item.minecraft.crossbow", "max_stack": 1, @@ -10643,7 +10994,7 @@ "fireproof": false }, { - "id": 1144, + "id": 1183, "name": "suspicious_stew", "translation_key": "item.minecraft.suspicious_stew", "max_stack": 1, @@ -10660,7 +11011,7 @@ } }, { - "id": 1145, + "id": 1184, "name": "loom", "translation_key": "block.minecraft.loom", "max_stack": 64, @@ -10669,7 +11020,7 @@ "fireproof": false }, { - "id": 1146, + "id": 1185, "name": "flower_banner_pattern", "translation_key": "item.minecraft.flower_banner_pattern", "max_stack": 1, @@ -10678,7 +11029,7 @@ "fireproof": false }, { - "id": 1147, + "id": 1186, "name": "creeper_banner_pattern", "translation_key": "item.minecraft.creeper_banner_pattern", "max_stack": 1, @@ -10687,7 +11038,7 @@ "fireproof": false }, { - "id": 1148, + "id": 1187, "name": "skull_banner_pattern", "translation_key": "item.minecraft.skull_banner_pattern", "max_stack": 1, @@ -10696,7 +11047,7 @@ "fireproof": false }, { - "id": 1149, + "id": 1188, "name": "mojang_banner_pattern", "translation_key": "item.minecraft.mojang_banner_pattern", "max_stack": 1, @@ -10705,7 +11056,7 @@ "fireproof": false }, { - "id": 1150, + "id": 1189, "name": "globe_banner_pattern", "translation_key": "item.minecraft.globe_banner_pattern", "max_stack": 1, @@ -10714,7 +11065,7 @@ "fireproof": false }, { - "id": 1151, + "id": 1190, "name": "piglin_banner_pattern", "translation_key": "item.minecraft.piglin_banner_pattern", "max_stack": 1, @@ -10723,7 +11074,7 @@ "fireproof": false }, { - "id": 1152, + "id": 1191, "name": "goat_horn", "translation_key": "item.minecraft.goat_horn", "max_stack": 1, @@ -10732,7 +11083,7 @@ "fireproof": false }, { - "id": 1153, + "id": 1192, "name": "composter", "translation_key": "block.minecraft.composter", "max_stack": 64, @@ -10741,7 +11092,7 @@ "fireproof": false }, { - "id": 1154, + "id": 1193, "name": "barrel", "translation_key": "block.minecraft.barrel", "max_stack": 64, @@ -10750,7 +11101,7 @@ "fireproof": false }, { - "id": 1155, + "id": 1194, "name": "smoker", "translation_key": "block.minecraft.smoker", "max_stack": 64, @@ -10759,7 +11110,7 @@ "fireproof": false }, { - "id": 1156, + "id": 1195, "name": "blast_furnace", "translation_key": "block.minecraft.blast_furnace", "max_stack": 64, @@ -10768,7 +11119,7 @@ "fireproof": false }, { - "id": 1157, + "id": 1196, "name": "cartography_table", "translation_key": "block.minecraft.cartography_table", "max_stack": 64, @@ -10777,7 +11128,7 @@ "fireproof": false }, { - "id": 1158, + "id": 1197, "name": "fletching_table", "translation_key": "block.minecraft.fletching_table", "max_stack": 64, @@ -10786,7 +11137,7 @@ "fireproof": false }, { - "id": 1159, + "id": 1198, "name": "grindstone", "translation_key": "block.minecraft.grindstone", "max_stack": 64, @@ -10795,7 +11146,7 @@ "fireproof": false }, { - "id": 1160, + "id": 1199, "name": "smithing_table", "translation_key": "block.minecraft.smithing_table", "max_stack": 64, @@ -10804,7 +11155,7 @@ "fireproof": false }, { - "id": 1161, + "id": 1200, "name": "stonecutter", "translation_key": "block.minecraft.stonecutter", "max_stack": 64, @@ -10813,7 +11164,7 @@ "fireproof": false }, { - "id": 1162, + "id": 1201, "name": "bell", "translation_key": "block.minecraft.bell", "max_stack": 64, @@ -10822,7 +11173,7 @@ "fireproof": false }, { - "id": 1163, + "id": 1202, "name": "lantern", "translation_key": "block.minecraft.lantern", "max_stack": 64, @@ -10831,7 +11182,7 @@ "fireproof": false }, { - "id": 1164, + "id": 1203, "name": "soul_lantern", "translation_key": "block.minecraft.soul_lantern", "max_stack": 64, @@ -10840,7 +11191,7 @@ "fireproof": false }, { - "id": 1165, + "id": 1204, "name": "sweet_berries", "translation_key": "item.minecraft.sweet_berries", "max_stack": 64, @@ -10857,7 +11208,7 @@ } }, { - "id": 1166, + "id": 1205, "name": "glow_berries", "translation_key": "item.minecraft.glow_berries", "max_stack": 64, @@ -10874,7 +11225,7 @@ } }, { - "id": 1167, + "id": 1206, "name": "campfire", "translation_key": "block.minecraft.campfire", "max_stack": 64, @@ -10883,7 +11234,7 @@ "fireproof": false }, { - "id": 1168, + "id": 1207, "name": "soul_campfire", "translation_key": "block.minecraft.soul_campfire", "max_stack": 64, @@ -10892,7 +11243,7 @@ "fireproof": false }, { - "id": 1169, + "id": 1208, "name": "shroomlight", "translation_key": "block.minecraft.shroomlight", "max_stack": 64, @@ -10901,7 +11252,7 @@ "fireproof": false }, { - "id": 1170, + "id": 1209, "name": "honeycomb", "translation_key": "item.minecraft.honeycomb", "max_stack": 64, @@ -10910,7 +11261,7 @@ "fireproof": false }, { - "id": 1171, + "id": 1210, "name": "bee_nest", "translation_key": "block.minecraft.bee_nest", "max_stack": 64, @@ -10919,7 +11270,7 @@ "fireproof": false }, { - "id": 1172, + "id": 1211, "name": "beehive", "translation_key": "block.minecraft.beehive", "max_stack": 64, @@ -10928,7 +11279,7 @@ "fireproof": false }, { - "id": 1173, + "id": 1212, "name": "honey_bottle", "translation_key": "item.minecraft.honey_bottle", "max_stack": 16, @@ -10945,7 +11296,7 @@ } }, { - "id": 1174, + "id": 1213, "name": "honeycomb_block", "translation_key": "block.minecraft.honeycomb_block", "max_stack": 64, @@ -10954,7 +11305,7 @@ "fireproof": false }, { - "id": 1175, + "id": 1214, "name": "lodestone", "translation_key": "block.minecraft.lodestone", "max_stack": 64, @@ -10963,7 +11314,7 @@ "fireproof": false }, { - "id": 1176, + "id": 1215, "name": "crying_obsidian", "translation_key": "block.minecraft.crying_obsidian", "max_stack": 64, @@ -10972,7 +11323,7 @@ "fireproof": false }, { - "id": 1177, + "id": 1216, "name": "blackstone", "translation_key": "block.minecraft.blackstone", "max_stack": 64, @@ -10981,7 +11332,7 @@ "fireproof": false }, { - "id": 1178, + "id": 1217, "name": "blackstone_slab", "translation_key": "block.minecraft.blackstone_slab", "max_stack": 64, @@ -10990,7 +11341,7 @@ "fireproof": false }, { - "id": 1179, + "id": 1218, "name": "blackstone_stairs", "translation_key": "block.minecraft.blackstone_stairs", "max_stack": 64, @@ -10999,7 +11350,7 @@ "fireproof": false }, { - "id": 1180, + "id": 1219, "name": "gilded_blackstone", "translation_key": "block.minecraft.gilded_blackstone", "max_stack": 64, @@ -11008,7 +11359,7 @@ "fireproof": false }, { - "id": 1181, + "id": 1220, "name": "polished_blackstone", "translation_key": "block.minecraft.polished_blackstone", "max_stack": 64, @@ -11017,7 +11368,7 @@ "fireproof": false }, { - "id": 1182, + "id": 1221, "name": "polished_blackstone_slab", "translation_key": "block.minecraft.polished_blackstone_slab", "max_stack": 64, @@ -11026,7 +11377,7 @@ "fireproof": false }, { - "id": 1183, + "id": 1222, "name": "polished_blackstone_stairs", "translation_key": "block.minecraft.polished_blackstone_stairs", "max_stack": 64, @@ -11035,7 +11386,7 @@ "fireproof": false }, { - "id": 1184, + "id": 1223, "name": "chiseled_polished_blackstone", "translation_key": "block.minecraft.chiseled_polished_blackstone", "max_stack": 64, @@ -11044,7 +11395,7 @@ "fireproof": false }, { - "id": 1185, + "id": 1224, "name": "polished_blackstone_bricks", "translation_key": "block.minecraft.polished_blackstone_bricks", "max_stack": 64, @@ -11053,7 +11404,7 @@ "fireproof": false }, { - "id": 1186, + "id": 1225, "name": "polished_blackstone_brick_slab", "translation_key": "block.minecraft.polished_blackstone_brick_slab", "max_stack": 64, @@ -11062,7 +11413,7 @@ "fireproof": false }, { - "id": 1187, + "id": 1226, "name": "polished_blackstone_brick_stairs", "translation_key": "block.minecraft.polished_blackstone_brick_stairs", "max_stack": 64, @@ -11071,7 +11422,7 @@ "fireproof": false }, { - "id": 1188, + "id": 1227, "name": "cracked_polished_blackstone_bricks", "translation_key": "block.minecraft.cracked_polished_blackstone_bricks", "max_stack": 64, @@ -11080,7 +11431,7 @@ "fireproof": false }, { - "id": 1189, + "id": 1228, "name": "respawn_anchor", "translation_key": "block.minecraft.respawn_anchor", "max_stack": 64, @@ -11089,7 +11440,7 @@ "fireproof": false }, { - "id": 1190, + "id": 1229, "name": "candle", "translation_key": "block.minecraft.candle", "max_stack": 64, @@ -11098,7 +11449,7 @@ "fireproof": false }, { - "id": 1191, + "id": 1230, "name": "white_candle", "translation_key": "block.minecraft.white_candle", "max_stack": 64, @@ -11107,7 +11458,7 @@ "fireproof": false }, { - "id": 1192, + "id": 1231, "name": "orange_candle", "translation_key": "block.minecraft.orange_candle", "max_stack": 64, @@ -11116,7 +11467,7 @@ "fireproof": false }, { - "id": 1193, + "id": 1232, "name": "magenta_candle", "translation_key": "block.minecraft.magenta_candle", "max_stack": 64, @@ -11125,7 +11476,7 @@ "fireproof": false }, { - "id": 1194, + "id": 1233, "name": "light_blue_candle", "translation_key": "block.minecraft.light_blue_candle", "max_stack": 64, @@ -11134,7 +11485,7 @@ "fireproof": false }, { - "id": 1195, + "id": 1234, "name": "yellow_candle", "translation_key": "block.minecraft.yellow_candle", "max_stack": 64, @@ -11143,7 +11494,7 @@ "fireproof": false }, { - "id": 1196, + "id": 1235, "name": "lime_candle", "translation_key": "block.minecraft.lime_candle", "max_stack": 64, @@ -11152,7 +11503,7 @@ "fireproof": false }, { - "id": 1197, + "id": 1236, "name": "pink_candle", "translation_key": "block.minecraft.pink_candle", "max_stack": 64, @@ -11161,7 +11512,7 @@ "fireproof": false }, { - "id": 1198, + "id": 1237, "name": "gray_candle", "translation_key": "block.minecraft.gray_candle", "max_stack": 64, @@ -11170,7 +11521,7 @@ "fireproof": false }, { - "id": 1199, + "id": 1238, "name": "light_gray_candle", "translation_key": "block.minecraft.light_gray_candle", "max_stack": 64, @@ -11179,7 +11530,7 @@ "fireproof": false }, { - "id": 1200, + "id": 1239, "name": "cyan_candle", "translation_key": "block.minecraft.cyan_candle", "max_stack": 64, @@ -11188,7 +11539,7 @@ "fireproof": false }, { - "id": 1201, + "id": 1240, "name": "purple_candle", "translation_key": "block.minecraft.purple_candle", "max_stack": 64, @@ -11197,7 +11548,7 @@ "fireproof": false }, { - "id": 1202, + "id": 1241, "name": "blue_candle", "translation_key": "block.minecraft.blue_candle", "max_stack": 64, @@ -11206,7 +11557,7 @@ "fireproof": false }, { - "id": 1203, + "id": 1242, "name": "brown_candle", "translation_key": "block.minecraft.brown_candle", "max_stack": 64, @@ -11215,7 +11566,7 @@ "fireproof": false }, { - "id": 1204, + "id": 1243, "name": "green_candle", "translation_key": "block.minecraft.green_candle", "max_stack": 64, @@ -11224,7 +11575,7 @@ "fireproof": false }, { - "id": 1205, + "id": 1244, "name": "red_candle", "translation_key": "block.minecraft.red_candle", "max_stack": 64, @@ -11233,7 +11584,7 @@ "fireproof": false }, { - "id": 1206, + "id": 1245, "name": "black_candle", "translation_key": "block.minecraft.black_candle", "max_stack": 64, @@ -11242,7 +11593,7 @@ "fireproof": false }, { - "id": 1207, + "id": 1246, "name": "small_amethyst_bud", "translation_key": "block.minecraft.small_amethyst_bud", "max_stack": 64, @@ -11251,7 +11602,7 @@ "fireproof": false }, { - "id": 1208, + "id": 1247, "name": "medium_amethyst_bud", "translation_key": "block.minecraft.medium_amethyst_bud", "max_stack": 64, @@ -11260,7 +11611,7 @@ "fireproof": false }, { - "id": 1209, + "id": 1248, "name": "large_amethyst_bud", "translation_key": "block.minecraft.large_amethyst_bud", "max_stack": 64, @@ -11269,7 +11620,7 @@ "fireproof": false }, { - "id": 1210, + "id": 1249, "name": "amethyst_cluster", "translation_key": "block.minecraft.amethyst_cluster", "max_stack": 64, @@ -11278,7 +11629,7 @@ "fireproof": false }, { - "id": 1211, + "id": 1250, "name": "pointed_dripstone", "translation_key": "block.minecraft.pointed_dripstone", "max_stack": 64, @@ -11287,7 +11638,7 @@ "fireproof": false }, { - "id": 1212, + "id": 1251, "name": "ochre_froglight", "translation_key": "block.minecraft.ochre_froglight", "max_stack": 64, @@ -11296,7 +11647,7 @@ "fireproof": false }, { - "id": 1213, + "id": 1252, "name": "verdant_froglight", "translation_key": "block.minecraft.verdant_froglight", "max_stack": 64, @@ -11305,7 +11656,7 @@ "fireproof": false }, { - "id": 1214, + "id": 1253, "name": "pearlescent_froglight", "translation_key": "block.minecraft.pearlescent_froglight", "max_stack": 64, @@ -11314,7 +11665,7 @@ "fireproof": false }, { - "id": 1215, + "id": 1254, "name": "frogspawn", "translation_key": "block.minecraft.frogspawn", "max_stack": 64, @@ -11323,7 +11674,7 @@ "fireproof": false }, { - "id": 1216, + "id": 1255, "name": "echo_shard", "translation_key": "item.minecraft.echo_shard", "max_stack": 64, @@ -11332,7 +11683,7 @@ "fireproof": false }, { - "id": 1217, + "id": 1256, "name": "brush", "translation_key": "item.minecraft.brush", "max_stack": 1, @@ -11341,160 +11692,160 @@ "fireproof": false }, { - "id": 1218, + "id": 1257, "name": "netherite_upgrade_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.netherite_upgrade_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1219, + "id": 1258, "name": "sentry_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.sentry_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1220, + "id": 1259, "name": "dune_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.dune_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1221, + "id": 1260, "name": "coast_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.coast_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1222, + "id": 1261, "name": "wild_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.wild_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1223, + "id": 1262, "name": "ward_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.ward_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1224, + "id": 1263, "name": "eye_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.eye_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1225, + "id": 1264, "name": "vex_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.vex_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1226, + "id": 1265, "name": "tide_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.tide_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1227, + "id": 1266, "name": "snout_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.snout_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1228, + "id": 1267, "name": "rib_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.rib_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1229, + "id": 1268, "name": "spire_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.spire_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1230, + "id": 1269, "name": "wayfinder_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.wayfinder_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1231, + "id": 1270, "name": "shaper_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.shaper_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1232, + "id": 1271, "name": "silence_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.silence_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1233, + "id": 1272, "name": "raiser_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.raiser_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1234, + "id": 1273, "name": "host_armor_trim_smithing_template", - "translation_key": "item.minecraft.smithing_template", + "translation_key": "item.minecraft.host_armor_trim_smithing_template", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false }, { - "id": 1235, + "id": 1274, "name": "angler_pottery_sherd", "translation_key": "item.minecraft.angler_pottery_sherd", "max_stack": 64, @@ -11503,7 +11854,7 @@ "fireproof": false }, { - "id": 1236, + "id": 1275, "name": "archer_pottery_sherd", "translation_key": "item.minecraft.archer_pottery_sherd", "max_stack": 64, @@ -11512,7 +11863,7 @@ "fireproof": false }, { - "id": 1237, + "id": 1276, "name": "arms_up_pottery_sherd", "translation_key": "item.minecraft.arms_up_pottery_sherd", "max_stack": 64, @@ -11521,7 +11872,7 @@ "fireproof": false }, { - "id": 1238, + "id": 1277, "name": "blade_pottery_sherd", "translation_key": "item.minecraft.blade_pottery_sherd", "max_stack": 64, @@ -11530,7 +11881,7 @@ "fireproof": false }, { - "id": 1239, + "id": 1278, "name": "brewer_pottery_sherd", "translation_key": "item.minecraft.brewer_pottery_sherd", "max_stack": 64, @@ -11539,7 +11890,7 @@ "fireproof": false }, { - "id": 1240, + "id": 1279, "name": "burn_pottery_sherd", "translation_key": "item.minecraft.burn_pottery_sherd", "max_stack": 64, @@ -11548,7 +11899,7 @@ "fireproof": false }, { - "id": 1241, + "id": 1280, "name": "danger_pottery_sherd", "translation_key": "item.minecraft.danger_pottery_sherd", "max_stack": 64, @@ -11557,7 +11908,7 @@ "fireproof": false }, { - "id": 1242, + "id": 1281, "name": "explorer_pottery_sherd", "translation_key": "item.minecraft.explorer_pottery_sherd", "max_stack": 64, @@ -11566,7 +11917,7 @@ "fireproof": false }, { - "id": 1243, + "id": 1282, "name": "friend_pottery_sherd", "translation_key": "item.minecraft.friend_pottery_sherd", "max_stack": 64, @@ -11575,7 +11926,7 @@ "fireproof": false }, { - "id": 1244, + "id": 1283, "name": "heart_pottery_sherd", "translation_key": "item.minecraft.heart_pottery_sherd", "max_stack": 64, @@ -11584,7 +11935,7 @@ "fireproof": false }, { - "id": 1245, + "id": 1284, "name": "heartbreak_pottery_sherd", "translation_key": "item.minecraft.heartbreak_pottery_sherd", "max_stack": 64, @@ -11593,7 +11944,7 @@ "fireproof": false }, { - "id": 1246, + "id": 1285, "name": "howl_pottery_sherd", "translation_key": "item.minecraft.howl_pottery_sherd", "max_stack": 64, @@ -11602,7 +11953,7 @@ "fireproof": false }, { - "id": 1247, + "id": 1286, "name": "miner_pottery_sherd", "translation_key": "item.minecraft.miner_pottery_sherd", "max_stack": 64, @@ -11611,7 +11962,7 @@ "fireproof": false }, { - "id": 1248, + "id": 1287, "name": "mourner_pottery_sherd", "translation_key": "item.minecraft.mourner_pottery_sherd", "max_stack": 64, @@ -11620,7 +11971,7 @@ "fireproof": false }, { - "id": 1249, + "id": 1288, "name": "plenty_pottery_sherd", "translation_key": "item.minecraft.plenty_pottery_sherd", "max_stack": 64, @@ -11629,7 +11980,7 @@ "fireproof": false }, { - "id": 1250, + "id": 1289, "name": "prize_pottery_sherd", "translation_key": "item.minecraft.prize_pottery_sherd", "max_stack": 64, @@ -11638,7 +11989,7 @@ "fireproof": false }, { - "id": 1251, + "id": 1290, "name": "sheaf_pottery_sherd", "translation_key": "item.minecraft.sheaf_pottery_sherd", "max_stack": 64, @@ -11647,7 +11998,7 @@ "fireproof": false }, { - "id": 1252, + "id": 1291, "name": "shelter_pottery_sherd", "translation_key": "item.minecraft.shelter_pottery_sherd", "max_stack": 64, @@ -11656,7 +12007,7 @@ "fireproof": false }, { - "id": 1253, + "id": 1292, "name": "skull_pottery_sherd", "translation_key": "item.minecraft.skull_pottery_sherd", "max_stack": 64, @@ -11665,12 +12016,174 @@ "fireproof": false }, { - "id": 1254, + "id": 1293, "name": "snort_pottery_sherd", "translation_key": "item.minecraft.snort_pottery_sherd", "max_stack": 64, "max_durability": 0, "enchantability": 0, "fireproof": false + }, + { + "id": 1294, + "name": "copper_grate", + "translation_key": "block.minecraft.copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1295, + "name": "exposed_copper_grate", + "translation_key": "block.minecraft.exposed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1296, + "name": "weathered_copper_grate", + "translation_key": "block.minecraft.weathered_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1297, + "name": "oxidized_copper_grate", + "translation_key": "block.minecraft.oxidized_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1298, + "name": "waxed_copper_grate", + "translation_key": "block.minecraft.waxed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1299, + "name": "waxed_exposed_copper_grate", + "translation_key": "block.minecraft.waxed_exposed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1300, + "name": "waxed_weathered_copper_grate", + "translation_key": "block.minecraft.waxed_weathered_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1301, + "name": "waxed_oxidized_copper_grate", + "translation_key": "block.minecraft.waxed_oxidized_copper_grate", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1302, + "name": "copper_bulb", + "translation_key": "block.minecraft.copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1303, + "name": "exposed_copper_bulb", + "translation_key": "block.minecraft.exposed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1304, + "name": "weathered_copper_bulb", + "translation_key": "block.minecraft.weathered_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1305, + "name": "oxidized_copper_bulb", + "translation_key": "block.minecraft.oxidized_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1306, + "name": "waxed_copper_bulb", + "translation_key": "block.minecraft.waxed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1307, + "name": "waxed_exposed_copper_bulb", + "translation_key": "block.minecraft.waxed_exposed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1308, + "name": "waxed_weathered_copper_bulb", + "translation_key": "block.minecraft.waxed_weathered_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1309, + "name": "waxed_oxidized_copper_bulb", + "translation_key": "block.minecraft.waxed_oxidized_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1310, + "name": "trial_spawner", + "translation_key": "block.minecraft.trial_spawner", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false + }, + { + "id": 1311, + "name": "trial_key", + "translation_key": "item.minecraft.trial_key", + "max_stack": 64, + "max_durability": 0, + "enchantability": 0, + "fireproof": false } ] \ No newline at end of file diff --git a/crates/valence_generated/extracted/packets.json b/crates/valence_generated/extracted/packets.json index b9d6c7577..1305ad610 100644 --- a/crates/valence_generated/extracted/packets.json +++ b/crates/valence_generated/extracted/packets.json @@ -48,269 +48,293 @@ "id": 6 }, { - "name": "ClientStatusC2SPacket", + "name": "AcknowledgeChunksC2SPacket", "side": "serverbound", "state": "play", "id": 7 }, { - "name": "ClientSettingsC2SPacket", + "name": "ClientStatusC2SPacket", "side": "serverbound", "state": "play", "id": 8 }, { - "name": "RequestCommandCompletionsC2SPacket", + "name": "ClientOptionsC2SPacket", "side": "serverbound", "state": "play", "id": 9 }, { - "name": "ButtonClickC2SPacket", + "name": "RequestCommandCompletionsC2SPacket", "side": "serverbound", "state": "play", "id": 10 }, { - "name": "ClickSlotC2SPacket", + "name": "AcknowledgeReconfigurationC2SPacket", "side": "serverbound", "state": "play", "id": 11 }, { - "name": "CloseHandledScreenC2SPacket", + "name": "ButtonClickC2SPacket", "side": "serverbound", "state": "play", "id": 12 }, { - "name": "CustomPayloadC2SPacket", + "name": "ClickSlotC2SPacket", "side": "serverbound", "state": "play", "id": 13 }, { - "name": "BookUpdateC2SPacket", + "name": "CloseHandledScreenC2SPacket", "side": "serverbound", "state": "play", "id": 14 }, { - "name": "QueryEntityNbtC2SPacket", + "name": "SlotChangedStateC2SPacket", "side": "serverbound", "state": "play", "id": 15 }, { - "name": "PlayerInteractEntityC2SPacket", + "name": "CustomPayloadC2SPacket", "side": "serverbound", "state": "play", "id": 16 }, { - "name": "JigsawGeneratingC2SPacket", + "name": "BookUpdateC2SPacket", "side": "serverbound", "state": "play", "id": 17 }, { - "name": "KeepAliveC2SPacket", + "name": "QueryEntityNbtC2SPacket", "side": "serverbound", "state": "play", "id": 18 }, { - "name": "UpdateDifficultyLockC2SPacket", + "name": "PlayerInteractEntityC2SPacket", "side": "serverbound", "state": "play", "id": 19 }, { - "name": "PositionAndOnGround", + "name": "JigsawGeneratingC2SPacket", "side": "serverbound", "state": "play", "id": 20 }, { - "name": "Full", + "name": "KeepAliveC2SPacket", "side": "serverbound", "state": "play", "id": 21 }, { - "name": "LookAndOnGround", + "name": "UpdateDifficultyLockC2SPacket", "side": "serverbound", "state": "play", "id": 22 }, { - "name": "OnGroundOnly", + "name": "PositionAndOnGround", "side": "serverbound", "state": "play", "id": 23 }, { - "name": "VehicleMoveC2SPacket", + "name": "Full", "side": "serverbound", "state": "play", "id": 24 }, { - "name": "BoatPaddleStateC2SPacket", + "name": "LookAndOnGround", "side": "serverbound", "state": "play", "id": 25 }, { - "name": "PickFromInventoryC2SPacket", + "name": "OnGroundOnly", "side": "serverbound", "state": "play", "id": 26 }, { - "name": "CraftRequestC2SPacket", + "name": "VehicleMoveC2SPacket", "side": "serverbound", "state": "play", "id": 27 }, { - "name": "UpdatePlayerAbilitiesC2SPacket", + "name": "BoatPaddleStateC2SPacket", "side": "serverbound", "state": "play", "id": 28 }, { - "name": "PlayerActionC2SPacket", + "name": "PickFromInventoryC2SPacket", "side": "serverbound", "state": "play", "id": 29 }, { - "name": "ClientCommandC2SPacket", + "name": "QueryPingC2SPacket", "side": "serverbound", "state": "play", "id": 30 }, { - "name": "PlayerInputC2SPacket", + "name": "CraftRequestC2SPacket", "side": "serverbound", "state": "play", "id": 31 }, { - "name": "PlayPongC2SPacket", + "name": "UpdatePlayerAbilitiesC2SPacket", "side": "serverbound", "state": "play", "id": 32 }, { - "name": "RecipeCategoryOptionsC2SPacket", + "name": "PlayerActionC2SPacket", "side": "serverbound", "state": "play", "id": 33 }, { - "name": "RecipeBookDataC2SPacket", + "name": "ClientCommandC2SPacket", "side": "serverbound", "state": "play", "id": 34 }, { - "name": "RenameItemC2SPacket", + "name": "PlayerInputC2SPacket", "side": "serverbound", "state": "play", "id": 35 }, { - "name": "ResourcePackStatusC2SPacket", + "name": "CommonPongC2SPacket", "side": "serverbound", "state": "play", "id": 36 }, { - "name": "AdvancementTabC2SPacket", + "name": "RecipeCategoryOptionsC2SPacket", "side": "serverbound", "state": "play", "id": 37 }, { - "name": "SelectMerchantTradeC2SPacket", + "name": "RecipeBookDataC2SPacket", "side": "serverbound", "state": "play", "id": 38 }, { - "name": "UpdateBeaconC2SPacket", + "name": "RenameItemC2SPacket", "side": "serverbound", "state": "play", "id": 39 }, { - "name": "UpdateSelectedSlotC2SPacket", + "name": "ResourcePackStatusC2SPacket", "side": "serverbound", "state": "play", "id": 40 }, { - "name": "UpdateCommandBlockC2SPacket", + "name": "AdvancementTabC2SPacket", "side": "serverbound", "state": "play", "id": 41 }, { - "name": "UpdateCommandBlockMinecartC2SPacket", + "name": "SelectMerchantTradeC2SPacket", "side": "serverbound", "state": "play", "id": 42 }, { - "name": "CreativeInventoryActionC2SPacket", + "name": "UpdateBeaconC2SPacket", "side": "serverbound", "state": "play", "id": 43 }, { - "name": "UpdateJigsawC2SPacket", + "name": "UpdateSelectedSlotC2SPacket", "side": "serverbound", "state": "play", "id": 44 }, { - "name": "UpdateStructureBlockC2SPacket", + "name": "UpdateCommandBlockC2SPacket", "side": "serverbound", "state": "play", "id": 45 }, { - "name": "UpdateSignC2SPacket", + "name": "UpdateCommandBlockMinecartC2SPacket", "side": "serverbound", "state": "play", "id": 46 }, { - "name": "HandSwingC2SPacket", + "name": "CreativeInventoryActionC2SPacket", "side": "serverbound", "state": "play", "id": 47 }, { - "name": "SpectatorTeleportC2SPacket", + "name": "UpdateJigsawC2SPacket", "side": "serverbound", "state": "play", "id": 48 }, { - "name": "PlayerInteractBlockC2SPacket", + "name": "UpdateStructureBlockC2SPacket", "side": "serverbound", "state": "play", "id": 49 }, { - "name": "PlayerInteractItemC2SPacket", + "name": "UpdateSignC2SPacket", "side": "serverbound", "state": "play", "id": 50 }, + { + "name": "HandSwingC2SPacket", + "side": "serverbound", + "state": "play", + "id": 51 + }, + { + "name": "SpectatorTeleportC2SPacket", + "side": "serverbound", + "state": "play", + "id": 52 + }, + { + "name": "PlayerInteractBlockC2SPacket", + "side": "serverbound", + "state": "play", + "id": 53 + }, + { + "name": "PlayerInteractItemC2SPacket", + "side": "serverbound", + "state": "play", + "id": 54 + }, { "name": "QueryRequestC2SPacket", "side": "serverbound", @@ -341,6 +365,48 @@ "state": "login", "id": 2 }, + { + "name": "EnterConfigurationC2SPacket", + "side": "serverbound", + "state": "login", + "id": 3 + }, + { + "name": "ClientOptionsC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 0 + }, + { + "name": "CustomPayloadC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 1 + }, + { + "name": "ReadyC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 2 + }, + { + "name": "KeepAliveC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 3 + }, + { + "name": "CommonPongC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 4 + }, + { + "name": "ResourcePackStatusC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 5 + }, { "name": "BundleSplitterPacket", "side": "clientbound", @@ -360,653 +426,689 @@ "id": 2 }, { - "name": "PlayerSpawnS2CPacket", + "name": "EntityAnimationS2CPacket", "side": "clientbound", "state": "play", "id": 3 }, { - "name": "EntityAnimationS2CPacket", + "name": "StatisticsS2CPacket", "side": "clientbound", "state": "play", "id": 4 }, { - "name": "StatisticsS2CPacket", + "name": "PlayerActionResponseS2CPacket", "side": "clientbound", "state": "play", "id": 5 }, { - "name": "PlayerActionResponseS2CPacket", + "name": "BlockBreakingProgressS2CPacket", "side": "clientbound", "state": "play", "id": 6 }, { - "name": "BlockBreakingProgressS2CPacket", + "name": "BlockEntityUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 7 }, { - "name": "BlockEntityUpdateS2CPacket", + "name": "BlockEventS2CPacket", "side": "clientbound", "state": "play", "id": 8 }, { - "name": "BlockEventS2CPacket", + "name": "BlockUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 9 }, { - "name": "BlockUpdateS2CPacket", + "name": "BossBarS2CPacket", "side": "clientbound", "state": "play", "id": 10 }, { - "name": "BossBarS2CPacket", + "name": "DifficultyS2CPacket", "side": "clientbound", "state": "play", "id": 11 }, { - "name": "DifficultyS2CPacket", + "name": "ChunkSentS2CPacket", "side": "clientbound", "state": "play", "id": 12 }, { - "name": "ChunkBiomeDataS2CPacket", + "name": "StartChunkSendS2CPacket", "side": "clientbound", "state": "play", "id": 13 }, { - "name": "ClearTitleS2CPacket", + "name": "ChunkBiomeDataS2CPacket", "side": "clientbound", "state": "play", "id": 14 }, { - "name": "CommandSuggestionsS2CPacket", + "name": "ClearTitleS2CPacket", "side": "clientbound", "state": "play", "id": 15 }, { - "name": "CommandTreeS2CPacket", + "name": "CommandSuggestionsS2CPacket", "side": "clientbound", "state": "play", "id": 16 }, { - "name": "CloseScreenS2CPacket", + "name": "CommandTreeS2CPacket", "side": "clientbound", "state": "play", "id": 17 }, { - "name": "InventoryS2CPacket", + "name": "CloseScreenS2CPacket", "side": "clientbound", "state": "play", "id": 18 }, { - "name": "ScreenHandlerPropertyUpdateS2CPacket", + "name": "InventoryS2CPacket", "side": "clientbound", "state": "play", "id": 19 }, { - "name": "ScreenHandlerSlotUpdateS2CPacket", + "name": "ScreenHandlerPropertyUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 20 }, { - "name": "CooldownUpdateS2CPacket", + "name": "ScreenHandlerSlotUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 21 }, { - "name": "ChatSuggestionsS2CPacket", + "name": "CooldownUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 22 }, { - "name": "CustomPayloadS2CPacket", + "name": "ChatSuggestionsS2CPacket", "side": "clientbound", "state": "play", "id": 23 }, { - "name": "EntityDamageS2CPacket", + "name": "CustomPayloadS2CPacket", "side": "clientbound", "state": "play", "id": 24 }, { - "name": "RemoveMessageS2CPacket", + "name": "EntityDamageS2CPacket", "side": "clientbound", "state": "play", "id": 25 }, { - "name": "DisconnectS2CPacket", + "name": "RemoveMessageS2CPacket", "side": "clientbound", "state": "play", "id": 26 }, { - "name": "ProfilelessChatMessageS2CPacket", + "name": "DisconnectS2CPacket", "side": "clientbound", "state": "play", "id": 27 }, { - "name": "EntityStatusS2CPacket", + "name": "ProfilelessChatMessageS2CPacket", "side": "clientbound", "state": "play", "id": 28 }, { - "name": "ExplosionS2CPacket", + "name": "EntityStatusS2CPacket", "side": "clientbound", "state": "play", "id": 29 }, { - "name": "UnloadChunkS2CPacket", + "name": "ExplosionS2CPacket", "side": "clientbound", "state": "play", "id": 30 }, { - "name": "GameStateChangeS2CPacket", + "name": "UnloadChunkS2CPacket", "side": "clientbound", "state": "play", "id": 31 }, { - "name": "OpenHorseScreenS2CPacket", + "name": "GameStateChangeS2CPacket", "side": "clientbound", "state": "play", "id": 32 }, { - "name": "DamageTiltS2CPacket", + "name": "OpenHorseScreenS2CPacket", "side": "clientbound", "state": "play", "id": 33 }, { - "name": "WorldBorderInitializeS2CPacket", + "name": "DamageTiltS2CPacket", "side": "clientbound", "state": "play", "id": 34 }, { - "name": "KeepAliveS2CPacket", + "name": "WorldBorderInitializeS2CPacket", "side": "clientbound", "state": "play", "id": 35 }, { - "name": "ChunkDataS2CPacket", + "name": "KeepAliveS2CPacket", "side": "clientbound", "state": "play", "id": 36 }, { - "name": "WorldEventS2CPacket", + "name": "ChunkDataS2CPacket", "side": "clientbound", "state": "play", "id": 37 }, { - "name": "ParticleS2CPacket", + "name": "WorldEventS2CPacket", "side": "clientbound", "state": "play", "id": 38 }, { - "name": "LightUpdateS2CPacket", + "name": "ParticleS2CPacket", "side": "clientbound", "state": "play", "id": 39 }, { - "name": "GameJoinS2CPacket", + "name": "LightUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 40 }, { - "name": "MapUpdateS2CPacket", + "name": "GameJoinS2CPacket", "side": "clientbound", "state": "play", "id": 41 }, { - "name": "SetTradeOffersS2CPacket", + "name": "MapUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 42 }, { - "name": "MoveRelative", + "name": "SetTradeOffersS2CPacket", "side": "clientbound", "state": "play", "id": 43 }, { - "name": "RotateAndMoveRelative", + "name": "MoveRelative", "side": "clientbound", "state": "play", "id": 44 }, { - "name": "Rotate", + "name": "RotateAndMoveRelative", "side": "clientbound", "state": "play", "id": 45 }, { - "name": "VehicleMoveS2CPacket", + "name": "Rotate", "side": "clientbound", "state": "play", "id": 46 }, { - "name": "OpenWrittenBookS2CPacket", + "name": "VehicleMoveS2CPacket", "side": "clientbound", "state": "play", "id": 47 }, { - "name": "OpenScreenS2CPacket", + "name": "OpenWrittenBookS2CPacket", "side": "clientbound", "state": "play", "id": 48 }, { - "name": "SignEditorOpenS2CPacket", + "name": "OpenScreenS2CPacket", "side": "clientbound", "state": "play", "id": 49 }, { - "name": "PlayPingS2CPacket", + "name": "SignEditorOpenS2CPacket", "side": "clientbound", "state": "play", "id": 50 }, { - "name": "CraftFailedResponseS2CPacket", + "name": "CommonPingS2CPacket", "side": "clientbound", "state": "play", "id": 51 }, { - "name": "PlayerAbilitiesS2CPacket", + "name": "PingResultS2CPacket", "side": "clientbound", "state": "play", "id": 52 }, { - "name": "ChatMessageS2CPacket", + "name": "CraftFailedResponseS2CPacket", "side": "clientbound", "state": "play", "id": 53 }, { - "name": "EndCombatS2CPacket", + "name": "PlayerAbilitiesS2CPacket", "side": "clientbound", "state": "play", "id": 54 }, { - "name": "EnterCombatS2CPacket", + "name": "ChatMessageS2CPacket", "side": "clientbound", "state": "play", "id": 55 }, { - "name": "DeathMessageS2CPacket", + "name": "EndCombatS2CPacket", "side": "clientbound", "state": "play", "id": 56 }, { - "name": "PlayerRemoveS2CPacket", + "name": "EnterCombatS2CPacket", "side": "clientbound", "state": "play", "id": 57 }, { - "name": "PlayerListS2CPacket", + "name": "DeathMessageS2CPacket", "side": "clientbound", "state": "play", "id": 58 }, { - "name": "LookAtS2CPacket", + "name": "PlayerRemoveS2CPacket", "side": "clientbound", "state": "play", "id": 59 }, { - "name": "PlayerPositionLookS2CPacket", + "name": "PlayerListS2CPacket", "side": "clientbound", "state": "play", "id": 60 }, { - "name": "UnlockRecipesS2CPacket", + "name": "LookAtS2CPacket", "side": "clientbound", "state": "play", "id": 61 }, { - "name": "EntitiesDestroyS2CPacket", + "name": "PlayerPositionLookS2CPacket", "side": "clientbound", "state": "play", "id": 62 }, { - "name": "RemoveEntityStatusEffectS2CPacket", + "name": "UnlockRecipesS2CPacket", "side": "clientbound", "state": "play", "id": 63 }, { - "name": "ResourcePackSendS2CPacket", + "name": "EntitiesDestroyS2CPacket", "side": "clientbound", "state": "play", "id": 64 }, { - "name": "PlayerRespawnS2CPacket", + "name": "RemoveEntityStatusEffectS2CPacket", "side": "clientbound", "state": "play", "id": 65 }, { - "name": "EntitySetHeadYawS2CPacket", + "name": "ScoreboardScoreResetS2CPacket", "side": "clientbound", "state": "play", "id": 66 }, { - "name": "ChunkDeltaUpdateS2CPacket", + "name": "ResourcePackRemoveS2CPacket", "side": "clientbound", "state": "play", "id": 67 }, { - "name": "SelectAdvancementTabS2CPacket", + "name": "ResourcePackSendS2CPacket", "side": "clientbound", "state": "play", "id": 68 }, { - "name": "ServerMetadataS2CPacket", + "name": "PlayerRespawnS2CPacket", "side": "clientbound", "state": "play", "id": 69 }, { - "name": "OverlayMessageS2CPacket", + "name": "EntitySetHeadYawS2CPacket", "side": "clientbound", "state": "play", "id": 70 }, { - "name": "WorldBorderCenterChangedS2CPacket", + "name": "ChunkDeltaUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 71 }, { - "name": "WorldBorderInterpolateSizeS2CPacket", + "name": "SelectAdvancementTabS2CPacket", "side": "clientbound", "state": "play", "id": 72 }, { - "name": "WorldBorderSizeChangedS2CPacket", + "name": "ServerMetadataS2CPacket", "side": "clientbound", "state": "play", "id": 73 }, { - "name": "WorldBorderWarningTimeChangedS2CPacket", + "name": "OverlayMessageS2CPacket", "side": "clientbound", "state": "play", "id": 74 }, { - "name": "WorldBorderWarningBlocksChangedS2CPacket", + "name": "WorldBorderCenterChangedS2CPacket", "side": "clientbound", "state": "play", "id": 75 }, { - "name": "SetCameraEntityS2CPacket", + "name": "WorldBorderInterpolateSizeS2CPacket", "side": "clientbound", "state": "play", "id": 76 }, { - "name": "UpdateSelectedSlotS2CPacket", + "name": "WorldBorderSizeChangedS2CPacket", "side": "clientbound", "state": "play", "id": 77 }, { - "name": "ChunkRenderDistanceCenterS2CPacket", + "name": "WorldBorderWarningTimeChangedS2CPacket", "side": "clientbound", "state": "play", "id": 78 }, { - "name": "ChunkLoadDistanceS2CPacket", + "name": "WorldBorderWarningBlocksChangedS2CPacket", "side": "clientbound", "state": "play", "id": 79 }, { - "name": "PlayerSpawnPositionS2CPacket", + "name": "SetCameraEntityS2CPacket", "side": "clientbound", "state": "play", "id": 80 }, { - "name": "ScoreboardDisplayS2CPacket", + "name": "UpdateSelectedSlotS2CPacket", "side": "clientbound", "state": "play", "id": 81 }, { - "name": "EntityTrackerUpdateS2CPacket", + "name": "ChunkRenderDistanceCenterS2CPacket", "side": "clientbound", "state": "play", "id": 82 }, { - "name": "EntityAttachS2CPacket", + "name": "ChunkLoadDistanceS2CPacket", "side": "clientbound", "state": "play", "id": 83 }, { - "name": "EntityVelocityUpdateS2CPacket", + "name": "PlayerSpawnPositionS2CPacket", "side": "clientbound", "state": "play", "id": 84 }, { - "name": "EntityEquipmentUpdateS2CPacket", + "name": "ScoreboardDisplayS2CPacket", "side": "clientbound", "state": "play", "id": 85 }, { - "name": "ExperienceBarUpdateS2CPacket", + "name": "EntityTrackerUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 86 }, { - "name": "HealthUpdateS2CPacket", + "name": "EntityAttachS2CPacket", "side": "clientbound", "state": "play", "id": 87 }, { - "name": "ScoreboardObjectiveUpdateS2CPacket", + "name": "EntityVelocityUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 88 }, { - "name": "EntityPassengersSetS2CPacket", + "name": "EntityEquipmentUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 89 }, { - "name": "TeamS2CPacket", + "name": "ExperienceBarUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 90 }, { - "name": "ScoreboardPlayerUpdateS2CPacket", + "name": "HealthUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 91 }, { - "name": "SimulationDistanceS2CPacket", + "name": "ScoreboardObjectiveUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 92 }, { - "name": "SubtitleS2CPacket", + "name": "EntityPassengersSetS2CPacket", "side": "clientbound", "state": "play", "id": 93 }, { - "name": "WorldTimeUpdateS2CPacket", + "name": "TeamS2CPacket", "side": "clientbound", "state": "play", "id": 94 }, { - "name": "TitleS2CPacket", + "name": "ScoreboardScoreUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 95 }, { - "name": "TitleFadeS2CPacket", + "name": "SimulationDistanceS2CPacket", "side": "clientbound", "state": "play", "id": 96 }, { - "name": "PlaySoundFromEntityS2CPacket", + "name": "SubtitleS2CPacket", "side": "clientbound", "state": "play", "id": 97 }, { - "name": "PlaySoundS2CPacket", + "name": "WorldTimeUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 98 }, { - "name": "StopSoundS2CPacket", + "name": "TitleS2CPacket", "side": "clientbound", "state": "play", "id": 99 }, { - "name": "GameMessageS2CPacket", + "name": "TitleFadeS2CPacket", "side": "clientbound", "state": "play", "id": 100 }, { - "name": "PlayerListHeaderS2CPacket", + "name": "PlaySoundFromEntityS2CPacket", "side": "clientbound", "state": "play", "id": 101 }, { - "name": "NbtQueryResponseS2CPacket", + "name": "PlaySoundS2CPacket", "side": "clientbound", "state": "play", "id": 102 }, { - "name": "ItemPickupAnimationS2CPacket", + "name": "EnterReconfigurationS2CPacket", "side": "clientbound", "state": "play", "id": 103 }, { - "name": "EntityPositionS2CPacket", + "name": "StopSoundS2CPacket", "side": "clientbound", "state": "play", "id": 104 }, { - "name": "AdvancementUpdateS2CPacket", + "name": "GameMessageS2CPacket", "side": "clientbound", "state": "play", "id": 105 }, { - "name": "EntityAttributesS2CPacket", + "name": "PlayerListHeaderS2CPacket", "side": "clientbound", "state": "play", "id": 106 }, { - "name": "FeaturesS2CPacket", + "name": "NbtQueryResponseS2CPacket", "side": "clientbound", "state": "play", "id": 107 }, { - "name": "EntityStatusEffectS2CPacket", + "name": "ItemPickupAnimationS2CPacket", "side": "clientbound", "state": "play", "id": 108 }, { - "name": "SynchronizeRecipesS2CPacket", + "name": "EntityPositionS2CPacket", "side": "clientbound", "state": "play", "id": 109 }, { - "name": "SynchronizeTagsS2CPacket", + "name": "UpdateTickRateS2CPacket", "side": "clientbound", "state": "play", "id": 110 }, + { + "name": "TickStepS2CPacket", + "side": "clientbound", + "state": "play", + "id": 111 + }, + { + "name": "AdvancementUpdateS2CPacket", + "side": "clientbound", + "state": "play", + "id": 112 + }, + { + "name": "EntityAttributesS2CPacket", + "side": "clientbound", + "state": "play", + "id": 113 + }, + { + "name": "EntityStatusEffectS2CPacket", + "side": "clientbound", + "state": "play", + "id": 114 + }, + { + "name": "SynchronizeRecipesS2CPacket", + "side": "clientbound", + "state": "play", + "id": 115 + }, + { + "name": "SynchronizeTagsS2CPacket", + "side": "clientbound", + "state": "play", + "id": 116 + }, { "name": "QueryResponseS2CPacket", "side": "clientbound", @@ -1014,7 +1116,7 @@ "id": 0 }, { - "name": "QueryPongS2CPacket", + "name": "PingResultS2CPacket", "side": "clientbound", "state": "status", "id": 1 @@ -1048,5 +1150,65 @@ "side": "clientbound", "state": "login", "id": 4 + }, + { + "name": "CustomPayloadS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 0 + }, + { + "name": "DisconnectS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 1 + }, + { + "name": "ReadyS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 2 + }, + { + "name": "KeepAliveS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 3 + }, + { + "name": "CommonPingS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 4 + }, + { + "name": "DynamicRegistriesS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 5 + }, + { + "name": "ResourcePackRemoveS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 6 + }, + { + "name": "ResourcePackSendS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 7 + }, + { + "name": "FeaturesS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 8 + }, + { + "name": "SynchronizeTagsS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 9 } ] \ No newline at end of file diff --git a/crates/valence_generated/extracted/sounds.json b/crates/valence_generated/extracted/sounds.json index 1d629580d..808161e48 100644 --- a/crates/valence_generated/extracted/sounds.json +++ b/crates/valence_generated/extracted/sounds.json @@ -665,5234 +665,5494 @@ }, { "id": 166, - "name": "block.brewing_stand.brew" + "name": "entity.breeze.inhale" }, { "id": 167, - "name": "item.brush.brushing.generic" + "name": "entity.breeze.idle_ground" }, { "id": 168, - "name": "item.brush.brushing.sand" + "name": "entity.breeze.idle_air" }, { "id": 169, - "name": "item.brush.brushing.gravel" + "name": "entity.breeze.shoot" }, { "id": 170, - "name": "item.brush.brushing.sand.complete" + "name": "entity.breeze.jump" }, { "id": 171, - "name": "item.brush.brushing.gravel.complete" + "name": "entity.breeze.land" }, { "id": 172, - "name": "block.bubble_column.bubble_pop" + "name": "entity.breeze.slide" }, { "id": 173, - "name": "block.bubble_column.upwards_ambient" + "name": "entity.breeze.death" }, { "id": 174, - "name": "block.bubble_column.upwards_inside" + "name": "entity.breeze.hurt" }, { "id": 175, - "name": "block.bubble_column.whirlpool_ambient" + "name": "block.brewing_stand.brew" }, { "id": 176, - "name": "block.bubble_column.whirlpool_inside" + "name": "item.brush.brushing.generic" }, { "id": 177, - "name": "item.bucket.empty" + "name": "item.brush.brushing.sand" }, { "id": 178, - "name": "item.bucket.empty_axolotl" + "name": "item.brush.brushing.gravel" }, { "id": 179, - "name": "item.bucket.empty_fish" + "name": "item.brush.brushing.sand.complete" }, { "id": 180, - "name": "item.bucket.empty_lava" + "name": "item.brush.brushing.gravel.complete" }, { "id": 181, - "name": "item.bucket.empty_powder_snow" + "name": "block.bubble_column.bubble_pop" }, { "id": 182, - "name": "item.bucket.empty_tadpole" + "name": "block.bubble_column.upwards_ambient" }, { "id": 183, - "name": "item.bucket.fill" + "name": "block.bubble_column.upwards_inside" }, { "id": 184, - "name": "item.bucket.fill_axolotl" + "name": "block.bubble_column.whirlpool_ambient" }, { "id": 185, - "name": "item.bucket.fill_fish" + "name": "block.bubble_column.whirlpool_inside" }, { "id": 186, - "name": "item.bucket.fill_lava" + "name": "item.bucket.empty" }, { "id": 187, - "name": "item.bucket.fill_powder_snow" + "name": "item.bucket.empty_axolotl" }, { "id": 188, - "name": "item.bucket.fill_tadpole" + "name": "item.bucket.empty_fish" }, { "id": 189, - "name": "item.bundle.drop_contents" + "name": "item.bucket.empty_lava" }, { "id": 190, - "name": "item.bundle.insert" + "name": "item.bucket.empty_powder_snow" }, { "id": 191, - "name": "item.bundle.remove_one" + "name": "item.bucket.empty_tadpole" }, { "id": 192, - "name": "block.cake.add_candle" + "name": "item.bucket.fill" }, { "id": 193, - "name": "block.calcite.break" + "name": "item.bucket.fill_axolotl" }, { "id": 194, - "name": "block.calcite.step" + "name": "item.bucket.fill_fish" }, { "id": 195, - "name": "block.calcite.place" + "name": "item.bucket.fill_lava" }, { "id": 196, - "name": "block.calcite.hit" + "name": "item.bucket.fill_powder_snow" }, { "id": 197, - "name": "block.calcite.fall" + "name": "item.bucket.fill_tadpole" }, { "id": 198, - "name": "entity.camel.ambient" + "name": "item.bundle.drop_contents" }, { "id": 199, - "name": "entity.camel.dash" + "name": "item.bundle.insert" }, { "id": 200, - "name": "entity.camel.dash_ready" + "name": "item.bundle.remove_one" }, { "id": 201, - "name": "entity.camel.death" + "name": "block.cake.add_candle" }, { "id": 202, - "name": "entity.camel.eat" + "name": "block.calcite.break" }, { "id": 203, - "name": "entity.camel.hurt" + "name": "block.calcite.step" }, { "id": 204, - "name": "entity.camel.saddle" + "name": "block.calcite.place" }, { "id": 205, - "name": "entity.camel.sit" + "name": "block.calcite.hit" }, { "id": 206, - "name": "entity.camel.stand" + "name": "block.calcite.fall" }, { "id": 207, - "name": "entity.camel.step" + "name": "entity.camel.ambient" }, { "id": 208, - "name": "entity.camel.step_sand" + "name": "entity.camel.dash" }, { "id": 209, - "name": "block.campfire.crackle" + "name": "entity.camel.dash_ready" }, { "id": 210, - "name": "block.candle.ambient" + "name": "entity.camel.death" }, { "id": 211, - "name": "block.candle.break" + "name": "entity.camel.eat" }, { "id": 212, - "name": "block.candle.extinguish" + "name": "entity.camel.hurt" }, { "id": 213, - "name": "block.candle.fall" + "name": "entity.camel.saddle" }, { "id": 214, - "name": "block.candle.hit" + "name": "entity.camel.sit" }, { "id": 215, - "name": "block.candle.place" + "name": "entity.camel.stand" }, { "id": 216, - "name": "block.candle.step" + "name": "entity.camel.step" }, { "id": 217, - "name": "entity.cat.ambient" + "name": "entity.camel.step_sand" }, { "id": 218, - "name": "entity.cat.stray_ambient" + "name": "block.campfire.crackle" }, { "id": 219, - "name": "entity.cat.death" + "name": "block.candle.ambient" }, { "id": 220, - "name": "entity.cat.eat" + "name": "block.candle.break" }, { "id": 221, - "name": "entity.cat.hiss" + "name": "block.candle.extinguish" }, { "id": 222, - "name": "entity.cat.beg_for_food" + "name": "block.candle.fall" }, { "id": 223, - "name": "entity.cat.hurt" + "name": "block.candle.hit" }, { "id": 224, - "name": "entity.cat.purr" + "name": "block.candle.place" }, { "id": 225, - "name": "entity.cat.purreow" + "name": "block.candle.step" }, { "id": 226, - "name": "block.cave_vines.break" + "name": "entity.cat.ambient" }, { "id": 227, - "name": "block.cave_vines.fall" + "name": "entity.cat.stray_ambient" }, { "id": 228, - "name": "block.cave_vines.hit" + "name": "entity.cat.death" }, { "id": 229, - "name": "block.cave_vines.place" + "name": "entity.cat.eat" }, { "id": 230, - "name": "block.cave_vines.step" + "name": "entity.cat.hiss" }, { "id": 231, - "name": "block.cave_vines.pick_berries" + "name": "entity.cat.beg_for_food" }, { "id": 232, - "name": "block.chain.break" + "name": "entity.cat.hurt" }, { "id": 233, - "name": "block.chain.fall" + "name": "entity.cat.purr" }, { "id": 234, - "name": "block.chain.hit" + "name": "entity.cat.purreow" }, { "id": 235, - "name": "block.chain.place" + "name": "block.cave_vines.break" }, { "id": 236, - "name": "block.chain.step" + "name": "block.cave_vines.fall" }, { "id": 237, - "name": "block.cherry_wood.break" + "name": "block.cave_vines.hit" }, { "id": 238, - "name": "block.cherry_wood.fall" + "name": "block.cave_vines.place" }, { "id": 239, - "name": "block.cherry_wood.hit" + "name": "block.cave_vines.step" }, { "id": 240, - "name": "block.cherry_wood.place" + "name": "block.cave_vines.pick_berries" }, { "id": 241, - "name": "block.cherry_wood.step" + "name": "block.chain.break" }, { "id": 242, - "name": "block.cherry_sapling.break" + "name": "block.chain.fall" }, { "id": 243, - "name": "block.cherry_sapling.fall" + "name": "block.chain.hit" }, { "id": 244, - "name": "block.cherry_sapling.hit" + "name": "block.chain.place" }, { "id": 245, - "name": "block.cherry_sapling.place" + "name": "block.chain.step" }, { "id": 246, - "name": "block.cherry_sapling.step" + "name": "block.cherry_wood.break" }, { "id": 247, - "name": "block.cherry_leaves.break" + "name": "block.cherry_wood.fall" }, { "id": 248, - "name": "block.cherry_leaves.fall" + "name": "block.cherry_wood.hit" }, { "id": 249, - "name": "block.cherry_leaves.hit" + "name": "block.cherry_wood.place" }, { "id": 250, - "name": "block.cherry_leaves.place" + "name": "block.cherry_wood.step" }, { "id": 251, - "name": "block.cherry_leaves.step" + "name": "block.cherry_sapling.break" }, { "id": 252, - "name": "block.cherry_wood_hanging_sign.step" + "name": "block.cherry_sapling.fall" }, { "id": 253, - "name": "block.cherry_wood_hanging_sign.break" + "name": "block.cherry_sapling.hit" }, { "id": 254, - "name": "block.cherry_wood_hanging_sign.fall" + "name": "block.cherry_sapling.place" }, { "id": 255, - "name": "block.cherry_wood_hanging_sign.hit" + "name": "block.cherry_sapling.step" }, { "id": 256, - "name": "block.cherry_wood_hanging_sign.place" + "name": "block.cherry_leaves.break" }, { "id": 257, - "name": "block.cherry_wood_door.close" + "name": "block.cherry_leaves.fall" }, { "id": 258, - "name": "block.cherry_wood_door.open" + "name": "block.cherry_leaves.hit" }, { "id": 259, - "name": "block.cherry_wood_trapdoor.close" + "name": "block.cherry_leaves.place" }, { "id": 260, - "name": "block.cherry_wood_trapdoor.open" + "name": "block.cherry_leaves.step" }, { "id": 261, - "name": "block.cherry_wood_button.click_off" + "name": "block.cherry_wood_hanging_sign.step" }, { "id": 262, - "name": "block.cherry_wood_button.click_on" + "name": "block.cherry_wood_hanging_sign.break" }, { "id": 263, - "name": "block.cherry_wood_pressure_plate.click_off" + "name": "block.cherry_wood_hanging_sign.fall" }, { "id": 264, - "name": "block.cherry_wood_pressure_plate.click_on" + "name": "block.cherry_wood_hanging_sign.hit" }, { "id": 265, - "name": "block.cherry_wood_fence_gate.close" + "name": "block.cherry_wood_hanging_sign.place" }, { "id": 266, - "name": "block.cherry_wood_fence_gate.open" + "name": "block.cherry_wood_door.close" }, { "id": 267, - "name": "block.chest.close" + "name": "block.cherry_wood_door.open" }, { "id": 268, - "name": "block.chest.locked" + "name": "block.cherry_wood_trapdoor.close" }, { "id": 269, - "name": "block.chest.open" + "name": "block.cherry_wood_trapdoor.open" }, { "id": 270, - "name": "entity.chicken.ambient" + "name": "block.cherry_wood_button.click_off" }, { "id": 271, - "name": "entity.chicken.death" + "name": "block.cherry_wood_button.click_on" }, { "id": 272, - "name": "entity.chicken.egg" + "name": "block.cherry_wood_pressure_plate.click_off" }, { "id": 273, - "name": "entity.chicken.hurt" + "name": "block.cherry_wood_pressure_plate.click_on" }, { "id": 274, - "name": "entity.chicken.step" + "name": "block.cherry_wood_fence_gate.close" }, { "id": 275, - "name": "block.chiseled_bookshelf.break" + "name": "block.cherry_wood_fence_gate.open" }, { "id": 276, - "name": "block.chiseled_bookshelf.fall" + "name": "block.chest.close" }, { "id": 277, - "name": "block.chiseled_bookshelf.hit" + "name": "block.chest.locked" }, { "id": 278, - "name": "block.chiseled_bookshelf.insert" + "name": "block.chest.open" }, { "id": 279, - "name": "block.chiseled_bookshelf.insert.enchanted" + "name": "entity.chicken.ambient" }, { "id": 280, - "name": "block.chiseled_bookshelf.step" + "name": "entity.chicken.death" }, { "id": 281, - "name": "block.chiseled_bookshelf.pickup" + "name": "entity.chicken.egg" }, { "id": 282, - "name": "block.chiseled_bookshelf.pickup.enchanted" + "name": "entity.chicken.hurt" }, { "id": 283, - "name": "block.chiseled_bookshelf.place" + "name": "entity.chicken.step" }, { "id": 284, - "name": "block.chorus_flower.death" + "name": "block.chiseled_bookshelf.break" }, { "id": 285, - "name": "block.chorus_flower.grow" + "name": "block.chiseled_bookshelf.fall" }, { "id": 286, - "name": "item.chorus_fruit.teleport" + "name": "block.chiseled_bookshelf.hit" }, { "id": 287, - "name": "entity.cod.ambient" + "name": "block.chiseled_bookshelf.insert" }, { "id": 288, - "name": "entity.cod.death" + "name": "block.chiseled_bookshelf.insert.enchanted" }, { "id": 289, - "name": "entity.cod.flop" + "name": "block.chiseled_bookshelf.step" }, { "id": 290, - "name": "entity.cod.hurt" + "name": "block.chiseled_bookshelf.pickup" }, { "id": 291, - "name": "block.comparator.click" + "name": "block.chiseled_bookshelf.pickup.enchanted" }, { "id": 292, - "name": "block.composter.empty" + "name": "block.chiseled_bookshelf.place" }, { "id": 293, - "name": "block.composter.fill" + "name": "block.chorus_flower.death" }, { "id": 294, - "name": "block.composter.fill_success" + "name": "block.chorus_flower.grow" }, { "id": 295, - "name": "block.composter.ready" + "name": "item.chorus_fruit.teleport" }, { "id": 296, - "name": "block.conduit.activate" + "name": "entity.cod.ambient" }, { "id": 297, - "name": "block.conduit.ambient" + "name": "entity.cod.death" }, { "id": 298, - "name": "block.conduit.ambient.short" + "name": "entity.cod.flop" }, { "id": 299, - "name": "block.conduit.attack.target" + "name": "entity.cod.hurt" }, { "id": 300, - "name": "block.conduit.deactivate" + "name": "block.comparator.click" }, { "id": 301, - "name": "block.copper.break" + "name": "block.composter.empty" }, { "id": 302, - "name": "block.copper.step" + "name": "block.composter.fill" }, { "id": 303, - "name": "block.copper.place" + "name": "block.composter.fill_success" }, { "id": 304, - "name": "block.copper.hit" + "name": "block.composter.ready" }, { "id": 305, - "name": "block.copper.fall" + "name": "block.conduit.activate" }, { "id": 306, - "name": "block.coral_block.break" + "name": "block.conduit.ambient" }, { "id": 307, - "name": "block.coral_block.fall" + "name": "block.conduit.ambient.short" }, { "id": 308, - "name": "block.coral_block.hit" + "name": "block.conduit.attack.target" }, { "id": 309, - "name": "block.coral_block.place" + "name": "block.conduit.deactivate" }, { "id": 310, - "name": "block.coral_block.step" + "name": "block.copper_bulb.break" }, { "id": 311, - "name": "entity.cow.ambient" + "name": "block.copper_bulb.step" }, { "id": 312, - "name": "entity.cow.death" + "name": "block.copper_bulb.place" }, { "id": 313, - "name": "entity.cow.hurt" + "name": "block.copper_bulb.hit" }, { "id": 314, - "name": "entity.cow.milk" + "name": "block.copper_bulb.fall" }, { "id": 315, - "name": "entity.cow.step" + "name": "block.copper_bulb.turn_on" }, { "id": 316, - "name": "entity.creeper.death" + "name": "block.copper_bulb.turn_off" }, { "id": 317, - "name": "entity.creeper.hurt" + "name": "block.copper.break" }, { "id": 318, - "name": "entity.creeper.primed" + "name": "block.copper.step" }, { "id": 319, - "name": "block.crop.break" + "name": "block.copper.place" }, { "id": 320, - "name": "item.crop.plant" + "name": "block.copper.hit" }, { "id": 321, - "name": "item.crossbow.hit" + "name": "block.copper.fall" }, { "id": 322, - "name": "item.crossbow.loading_end" + "name": "block.copper_door.close" }, { "id": 323, - "name": "item.crossbow.loading_middle" + "name": "block.copper_door.open" }, { "id": 324, - "name": "item.crossbow.loading_start" + "name": "block.copper_grate.break" }, { "id": 325, - "name": "item.crossbow.quick_charge_1" + "name": "block.copper_grate.step" }, { "id": 326, - "name": "item.crossbow.quick_charge_2" + "name": "block.copper_grate.place" }, { "id": 327, - "name": "item.crossbow.quick_charge_3" + "name": "block.copper_grate.hit" }, { "id": 328, - "name": "item.crossbow.shoot" + "name": "block.copper_grate.fall" }, { "id": 329, - "name": "block.decorated_pot.break" + "name": "block.copper_trapdoor.close" }, { "id": 330, - "name": "block.decorated_pot.fall" + "name": "block.copper_trapdoor.open" }, { "id": 331, - "name": "block.decorated_pot.hit" + "name": "block.coral_block.break" }, { "id": 332, - "name": "block.decorated_pot.step" + "name": "block.coral_block.fall" }, { "id": 333, - "name": "block.decorated_pot.place" + "name": "block.coral_block.hit" }, { "id": 334, - "name": "block.decorated_pot.shatter" + "name": "block.coral_block.place" }, { "id": 335, - "name": "block.deepslate_bricks.break" + "name": "block.coral_block.step" }, { "id": 336, - "name": "block.deepslate_bricks.fall" + "name": "entity.cow.ambient" }, { "id": 337, - "name": "block.deepslate_bricks.hit" + "name": "entity.cow.death" }, { "id": 338, - "name": "block.deepslate_bricks.place" + "name": "entity.cow.hurt" }, { "id": 339, - "name": "block.deepslate_bricks.step" + "name": "entity.cow.milk" }, { "id": 340, - "name": "block.deepslate.break" + "name": "entity.cow.step" }, { "id": 341, - "name": "block.deepslate.fall" + "name": "block.crafter.craft" }, { "id": 342, - "name": "block.deepslate.hit" + "name": "block.crafter.fail" }, { "id": 343, - "name": "block.deepslate.place" + "name": "entity.creeper.death" }, { "id": 344, - "name": "block.deepslate.step" + "name": "entity.creeper.hurt" }, { "id": 345, - "name": "block.deepslate_tiles.break" + "name": "entity.creeper.primed" }, { "id": 346, - "name": "block.deepslate_tiles.fall" + "name": "block.crop.break" }, { "id": 347, - "name": "block.deepslate_tiles.hit" + "name": "item.crop.plant" }, { "id": 348, - "name": "block.deepslate_tiles.place" + "name": "item.crossbow.hit" }, { "id": 349, - "name": "block.deepslate_tiles.step" + "name": "item.crossbow.loading_end" }, { "id": 350, - "name": "block.dispenser.dispense" + "name": "item.crossbow.loading_middle" }, { "id": 351, - "name": "block.dispenser.fail" + "name": "item.crossbow.loading_start" }, { "id": 352, - "name": "block.dispenser.launch" + "name": "item.crossbow.quick_charge_1" }, { "id": 353, - "name": "entity.dolphin.ambient" + "name": "item.crossbow.quick_charge_2" }, { "id": 354, - "name": "entity.dolphin.ambient_water" + "name": "item.crossbow.quick_charge_3" }, { "id": 355, - "name": "entity.dolphin.attack" + "name": "item.crossbow.shoot" }, { "id": 356, - "name": "entity.dolphin.death" + "name": "block.decorated_pot.break" }, { "id": 357, - "name": "entity.dolphin.eat" + "name": "block.decorated_pot.fall" }, { "id": 358, - "name": "entity.dolphin.hurt" + "name": "block.decorated_pot.hit" }, { "id": 359, - "name": "entity.dolphin.jump" + "name": "block.decorated_pot.insert" }, { "id": 360, - "name": "entity.dolphin.play" + "name": "block.decorated_pot.insert_fail" }, { "id": 361, - "name": "entity.dolphin.splash" + "name": "block.decorated_pot.step" }, { "id": 362, - "name": "entity.dolphin.swim" + "name": "block.decorated_pot.place" }, { "id": 363, - "name": "entity.donkey.ambient" + "name": "block.decorated_pot.shatter" }, { "id": 364, - "name": "entity.donkey.angry" + "name": "block.deepslate_bricks.break" }, { "id": 365, - "name": "entity.donkey.chest" + "name": "block.deepslate_bricks.fall" }, { "id": 366, - "name": "entity.donkey.death" + "name": "block.deepslate_bricks.hit" }, { "id": 367, - "name": "entity.donkey.eat" + "name": "block.deepslate_bricks.place" }, { "id": 368, - "name": "entity.donkey.hurt" + "name": "block.deepslate_bricks.step" }, { "id": 369, - "name": "block.dripstone_block.break" + "name": "block.deepslate.break" }, { "id": 370, - "name": "block.dripstone_block.step" + "name": "block.deepslate.fall" }, { "id": 371, - "name": "block.dripstone_block.place" + "name": "block.deepslate.hit" }, { "id": 372, - "name": "block.dripstone_block.hit" + "name": "block.deepslate.place" }, { "id": 373, - "name": "block.dripstone_block.fall" + "name": "block.deepslate.step" }, { "id": 374, - "name": "block.pointed_dripstone.break" + "name": "block.deepslate_tiles.break" }, { "id": 375, - "name": "block.pointed_dripstone.step" + "name": "block.deepslate_tiles.fall" }, { "id": 376, - "name": "block.pointed_dripstone.place" + "name": "block.deepslate_tiles.hit" }, { "id": 377, - "name": "block.pointed_dripstone.hit" + "name": "block.deepslate_tiles.place" }, { "id": 378, - "name": "block.pointed_dripstone.fall" + "name": "block.deepslate_tiles.step" }, { "id": 379, - "name": "block.pointed_dripstone.land" + "name": "block.dispenser.dispense" }, { "id": 380, - "name": "block.pointed_dripstone.drip_lava" + "name": "block.dispenser.fail" }, { "id": 381, - "name": "block.pointed_dripstone.drip_water" + "name": "block.dispenser.launch" }, { "id": 382, - "name": "block.pointed_dripstone.drip_lava_into_cauldron" + "name": "entity.dolphin.ambient" }, { "id": 383, - "name": "block.pointed_dripstone.drip_water_into_cauldron" + "name": "entity.dolphin.ambient_water" }, { "id": 384, - "name": "block.big_dripleaf.tilt_down" + "name": "entity.dolphin.attack" }, { "id": 385, - "name": "block.big_dripleaf.tilt_up" + "name": "entity.dolphin.death" }, { "id": 386, - "name": "entity.drowned.ambient" + "name": "entity.dolphin.eat" }, { "id": 387, - "name": "entity.drowned.ambient_water" + "name": "entity.dolphin.hurt" }, { "id": 388, - "name": "entity.drowned.death" + "name": "entity.dolphin.jump" }, { "id": 389, - "name": "entity.drowned.death_water" + "name": "entity.dolphin.play" }, { "id": 390, - "name": "entity.drowned.hurt" + "name": "entity.dolphin.splash" }, { "id": 391, - "name": "entity.drowned.hurt_water" + "name": "entity.dolphin.swim" }, { "id": 392, - "name": "entity.drowned.shoot" + "name": "entity.donkey.ambient" }, { "id": 393, - "name": "entity.drowned.step" + "name": "entity.donkey.angry" }, { "id": 394, - "name": "entity.drowned.swim" + "name": "entity.donkey.chest" }, { "id": 395, - "name": "item.dye.use" + "name": "entity.donkey.death" }, { "id": 396, - "name": "entity.egg.throw" + "name": "entity.donkey.eat" }, { "id": 397, - "name": "entity.elder_guardian.ambient" + "name": "entity.donkey.hurt" }, { "id": 398, - "name": "entity.elder_guardian.ambient_land" + "name": "block.dripstone_block.break" }, { "id": 399, - "name": "entity.elder_guardian.curse" + "name": "block.dripstone_block.step" }, { "id": 400, - "name": "entity.elder_guardian.death" + "name": "block.dripstone_block.place" }, { "id": 401, - "name": "entity.elder_guardian.death_land" + "name": "block.dripstone_block.hit" }, { "id": 402, - "name": "entity.elder_guardian.flop" + "name": "block.dripstone_block.fall" }, { "id": 403, - "name": "entity.elder_guardian.hurt" + "name": "block.pointed_dripstone.break" }, { "id": 404, - "name": "entity.elder_guardian.hurt_land" + "name": "block.pointed_dripstone.step" }, { "id": 405, - "name": "item.elytra.flying" + "name": "block.pointed_dripstone.place" }, { "id": 406, - "name": "block.enchantment_table.use" + "name": "block.pointed_dripstone.hit" }, { "id": 407, - "name": "block.ender_chest.close" + "name": "block.pointed_dripstone.fall" }, { "id": 408, - "name": "block.ender_chest.open" + "name": "block.pointed_dripstone.land" }, { "id": 409, - "name": "entity.ender_dragon.ambient" + "name": "block.pointed_dripstone.drip_lava" }, { "id": 410, - "name": "entity.ender_dragon.death" + "name": "block.pointed_dripstone.drip_water" }, { "id": 411, - "name": "entity.dragon_fireball.explode" + "name": "block.pointed_dripstone.drip_lava_into_cauldron" }, { "id": 412, - "name": "entity.ender_dragon.flap" + "name": "block.pointed_dripstone.drip_water_into_cauldron" }, { "id": 413, - "name": "entity.ender_dragon.growl" + "name": "block.big_dripleaf.tilt_down" }, { "id": 414, - "name": "entity.ender_dragon.hurt" + "name": "block.big_dripleaf.tilt_up" }, { "id": 415, - "name": "entity.ender_dragon.shoot" + "name": "entity.drowned.ambient" }, { "id": 416, - "name": "entity.ender_eye.death" + "name": "entity.drowned.ambient_water" }, { "id": 417, - "name": "entity.ender_eye.launch" + "name": "entity.drowned.death" }, { "id": 418, - "name": "entity.enderman.ambient" + "name": "entity.drowned.death_water" }, { "id": 419, - "name": "entity.enderman.death" + "name": "entity.drowned.hurt" }, { "id": 420, - "name": "entity.enderman.hurt" + "name": "entity.drowned.hurt_water" }, { "id": 421, - "name": "entity.enderman.scream" + "name": "entity.drowned.shoot" }, { "id": 422, - "name": "entity.enderman.stare" + "name": "entity.drowned.step" }, { "id": 423, - "name": "entity.enderman.teleport" + "name": "entity.drowned.swim" }, { "id": 424, - "name": "entity.endermite.ambient" + "name": "item.dye.use" }, { "id": 425, - "name": "entity.endermite.death" + "name": "entity.egg.throw" }, { "id": 426, - "name": "entity.endermite.hurt" + "name": "entity.elder_guardian.ambient" }, { "id": 427, - "name": "entity.endermite.step" + "name": "entity.elder_guardian.ambient_land" }, { "id": 428, - "name": "entity.ender_pearl.throw" + "name": "entity.elder_guardian.curse" }, { "id": 429, - "name": "block.end_gateway.spawn" + "name": "entity.elder_guardian.death" }, { "id": 430, - "name": "block.end_portal_frame.fill" + "name": "entity.elder_guardian.death_land" }, { "id": 431, - "name": "block.end_portal.spawn" + "name": "entity.elder_guardian.flop" }, { "id": 432, - "name": "entity.evoker.ambient" + "name": "entity.elder_guardian.hurt" }, { "id": 433, - "name": "entity.evoker.cast_spell" + "name": "entity.elder_guardian.hurt_land" }, { "id": 434, - "name": "entity.evoker.celebrate" + "name": "item.elytra.flying" }, { "id": 435, - "name": "entity.evoker.death" + "name": "block.enchantment_table.use" }, { "id": 436, - "name": "entity.evoker_fangs.attack" + "name": "block.ender_chest.close" }, { "id": 437, - "name": "entity.evoker.hurt" + "name": "block.ender_chest.open" }, { "id": 438, - "name": "entity.evoker.prepare_attack" + "name": "entity.ender_dragon.ambient" }, { "id": 439, - "name": "entity.evoker.prepare_summon" + "name": "entity.ender_dragon.death" }, { "id": 440, - "name": "entity.evoker.prepare_wololo" + "name": "entity.dragon_fireball.explode" }, { "id": 441, - "name": "entity.experience_bottle.throw" + "name": "entity.ender_dragon.flap" }, { "id": 442, - "name": "entity.experience_orb.pickup" + "name": "entity.ender_dragon.growl" }, { "id": 443, - "name": "block.fence_gate.close" + "name": "entity.ender_dragon.hurt" }, { "id": 444, - "name": "block.fence_gate.open" + "name": "entity.ender_dragon.shoot" }, { "id": 445, - "name": "item.firecharge.use" + "name": "entity.ender_eye.death" }, { "id": 446, - "name": "entity.firework_rocket.blast" + "name": "entity.ender_eye.launch" }, { "id": 447, - "name": "entity.firework_rocket.blast_far" + "name": "entity.enderman.ambient" }, { "id": 448, - "name": "entity.firework_rocket.large_blast" + "name": "entity.enderman.death" }, { "id": 449, - "name": "entity.firework_rocket.large_blast_far" + "name": "entity.enderman.hurt" }, { "id": 450, - "name": "entity.firework_rocket.launch" + "name": "entity.enderman.scream" }, { "id": 451, - "name": "entity.firework_rocket.shoot" + "name": "entity.enderman.stare" }, { "id": 452, - "name": "entity.firework_rocket.twinkle" + "name": "entity.enderman.teleport" }, { "id": 453, - "name": "entity.firework_rocket.twinkle_far" + "name": "entity.endermite.ambient" }, { "id": 454, - "name": "block.fire.ambient" + "name": "entity.endermite.death" }, { "id": 455, - "name": "block.fire.extinguish" + "name": "entity.endermite.hurt" }, { "id": 456, - "name": "entity.fish.swim" + "name": "entity.endermite.step" }, { "id": 457, - "name": "entity.fishing_bobber.retrieve" + "name": "entity.ender_pearl.throw" }, { "id": 458, - "name": "entity.fishing_bobber.splash" + "name": "block.end_gateway.spawn" }, { "id": 459, - "name": "entity.fishing_bobber.throw" + "name": "block.end_portal_frame.fill" }, { "id": 460, - "name": "item.flintandsteel.use" + "name": "block.end_portal.spawn" }, { "id": 461, - "name": "block.flowering_azalea.break" + "name": "entity.evoker.ambient" }, { "id": 462, - "name": "block.flowering_azalea.fall" + "name": "entity.evoker.cast_spell" }, { "id": 463, - "name": "block.flowering_azalea.hit" + "name": "entity.evoker.celebrate" }, { "id": 464, - "name": "block.flowering_azalea.place" + "name": "entity.evoker.death" }, { "id": 465, - "name": "block.flowering_azalea.step" + "name": "entity.evoker_fangs.attack" }, { "id": 466, - "name": "entity.fox.aggro" + "name": "entity.evoker.hurt" }, { "id": 467, - "name": "entity.fox.ambient" + "name": "entity.evoker.prepare_attack" }, { "id": 468, - "name": "entity.fox.bite" + "name": "entity.evoker.prepare_summon" }, { "id": 469, - "name": "entity.fox.death" + "name": "entity.evoker.prepare_wololo" }, { "id": 470, - "name": "entity.fox.eat" + "name": "entity.experience_bottle.throw" }, { "id": 471, - "name": "entity.fox.hurt" + "name": "entity.experience_orb.pickup" }, { "id": 472, - "name": "entity.fox.screech" + "name": "block.fence_gate.close" }, { "id": 473, - "name": "entity.fox.sleep" + "name": "block.fence_gate.open" }, { "id": 474, - "name": "entity.fox.sniff" + "name": "item.firecharge.use" }, { "id": 475, - "name": "entity.fox.spit" + "name": "entity.firework_rocket.blast" }, { "id": 476, - "name": "entity.fox.teleport" + "name": "entity.firework_rocket.blast_far" }, { "id": 477, - "name": "block.suspicious_sand.break" + "name": "entity.firework_rocket.large_blast" }, { "id": 478, - "name": "block.suspicious_sand.step" + "name": "entity.firework_rocket.large_blast_far" }, { "id": 479, - "name": "block.suspicious_sand.place" + "name": "entity.firework_rocket.launch" }, { "id": 480, - "name": "block.suspicious_sand.hit" + "name": "entity.firework_rocket.shoot" }, { "id": 481, - "name": "block.suspicious_sand.fall" + "name": "entity.firework_rocket.twinkle" }, { "id": 482, - "name": "block.suspicious_gravel.break" + "name": "entity.firework_rocket.twinkle_far" }, { "id": 483, - "name": "block.suspicious_gravel.step" + "name": "block.fire.ambient" }, { "id": 484, - "name": "block.suspicious_gravel.place" + "name": "block.fire.extinguish" }, { "id": 485, - "name": "block.suspicious_gravel.hit" + "name": "entity.fish.swim" }, { "id": 486, - "name": "block.suspicious_gravel.fall" + "name": "entity.fishing_bobber.retrieve" }, { "id": 487, - "name": "block.froglight.break" + "name": "entity.fishing_bobber.splash" }, { "id": 488, - "name": "block.froglight.fall" + "name": "entity.fishing_bobber.throw" }, { "id": 489, - "name": "block.froglight.hit" + "name": "item.flintandsteel.use" }, { "id": 490, - "name": "block.froglight.place" + "name": "block.flowering_azalea.break" }, { "id": 491, - "name": "block.froglight.step" + "name": "block.flowering_azalea.fall" }, { "id": 492, - "name": "block.frogspawn.step" + "name": "block.flowering_azalea.hit" }, { "id": 493, - "name": "block.frogspawn.break" + "name": "block.flowering_azalea.place" }, { "id": 494, - "name": "block.frogspawn.fall" + "name": "block.flowering_azalea.step" }, { "id": 495, - "name": "block.frogspawn.hatch" + "name": "entity.fox.aggro" }, { "id": 496, - "name": "block.frogspawn.hit" + "name": "entity.fox.ambient" }, { "id": 497, - "name": "block.frogspawn.place" + "name": "entity.fox.bite" }, { "id": 498, - "name": "entity.frog.ambient" + "name": "entity.fox.death" }, { "id": 499, - "name": "entity.frog.death" + "name": "entity.fox.eat" }, { "id": 500, - "name": "entity.frog.eat" + "name": "entity.fox.hurt" }, { "id": 501, - "name": "entity.frog.hurt" + "name": "entity.fox.screech" }, { "id": 502, - "name": "entity.frog.lay_spawn" + "name": "entity.fox.sleep" }, { "id": 503, - "name": "entity.frog.long_jump" + "name": "entity.fox.sniff" }, { "id": 504, - "name": "entity.frog.step" + "name": "entity.fox.spit" }, { "id": 505, - "name": "entity.frog.tongue" + "name": "entity.fox.teleport" }, { "id": 506, - "name": "block.roots.break" + "name": "block.suspicious_sand.break" }, { "id": 507, - "name": "block.roots.step" + "name": "block.suspicious_sand.step" }, { "id": 508, - "name": "block.roots.place" + "name": "block.suspicious_sand.place" }, { "id": 509, - "name": "block.roots.hit" + "name": "block.suspicious_sand.hit" }, { "id": 510, - "name": "block.roots.fall" + "name": "block.suspicious_sand.fall" }, { "id": 511, - "name": "block.furnace.fire_crackle" + "name": "block.suspicious_gravel.break" }, { "id": 512, - "name": "entity.generic.big_fall" + "name": "block.suspicious_gravel.step" }, { "id": 513, - "name": "entity.generic.burn" + "name": "block.suspicious_gravel.place" }, { "id": 514, - "name": "entity.generic.death" + "name": "block.suspicious_gravel.hit" }, { "id": 515, - "name": "entity.generic.drink" + "name": "block.suspicious_gravel.fall" }, { "id": 516, - "name": "entity.generic.eat" + "name": "block.froglight.break" }, { "id": 517, - "name": "entity.generic.explode" + "name": "block.froglight.fall" }, { "id": 518, - "name": "entity.generic.extinguish_fire" + "name": "block.froglight.hit" }, { "id": 519, - "name": "entity.generic.hurt" + "name": "block.froglight.place" }, { "id": 520, - "name": "entity.generic.small_fall" + "name": "block.froglight.step" }, { "id": 521, - "name": "entity.generic.splash" + "name": "block.frogspawn.step" }, { "id": 522, - "name": "entity.generic.swim" + "name": "block.frogspawn.break" }, { "id": 523, - "name": "entity.ghast.ambient" + "name": "block.frogspawn.fall" }, { "id": 524, - "name": "entity.ghast.death" + "name": "block.frogspawn.hatch" }, { "id": 525, - "name": "entity.ghast.hurt" + "name": "block.frogspawn.hit" }, { "id": 526, - "name": "entity.ghast.scream" + "name": "block.frogspawn.place" }, { "id": 527, - "name": "entity.ghast.shoot" + "name": "entity.frog.ambient" }, { "id": 528, - "name": "entity.ghast.warn" + "name": "entity.frog.death" }, { "id": 529, - "name": "block.gilded_blackstone.break" + "name": "entity.frog.eat" }, { "id": 530, - "name": "block.gilded_blackstone.fall" + "name": "entity.frog.hurt" }, { "id": 531, - "name": "block.gilded_blackstone.hit" + "name": "entity.frog.lay_spawn" }, { "id": 532, - "name": "block.gilded_blackstone.place" + "name": "entity.frog.long_jump" }, { "id": 533, - "name": "block.gilded_blackstone.step" + "name": "entity.frog.step" }, { "id": 534, - "name": "block.glass.break" + "name": "entity.frog.tongue" }, { "id": 535, - "name": "block.glass.fall" + "name": "block.roots.break" }, { "id": 536, - "name": "block.glass.hit" + "name": "block.roots.step" }, { "id": 537, - "name": "block.glass.place" + "name": "block.roots.place" }, { "id": 538, - "name": "block.glass.step" + "name": "block.roots.hit" }, { "id": 539, - "name": "item.glow_ink_sac.use" + "name": "block.roots.fall" }, { "id": 540, - "name": "entity.glow_item_frame.add_item" + "name": "block.furnace.fire_crackle" }, { "id": 541, - "name": "entity.glow_item_frame.break" + "name": "entity.generic.big_fall" }, { "id": 542, - "name": "entity.glow_item_frame.place" + "name": "entity.generic.burn" }, { "id": 543, - "name": "entity.glow_item_frame.remove_item" + "name": "entity.generic.death" }, { "id": 544, - "name": "entity.glow_item_frame.rotate_item" + "name": "entity.generic.drink" }, { "id": 545, - "name": "entity.glow_squid.ambient" + "name": "entity.generic.eat" }, { "id": 546, - "name": "entity.glow_squid.death" + "name": "entity.generic.explode" }, { "id": 547, - "name": "entity.glow_squid.hurt" + "name": "entity.generic.extinguish_fire" }, { "id": 548, - "name": "entity.glow_squid.squirt" + "name": "entity.generic.hurt" }, { "id": 549, - "name": "entity.goat.ambient" + "name": "entity.generic.small_fall" }, { "id": 550, - "name": "entity.goat.death" + "name": "entity.generic.splash" }, { "id": 551, - "name": "entity.goat.eat" + "name": "entity.generic.swim" }, { "id": 552, - "name": "entity.goat.hurt" + "name": "entity.ghast.ambient" }, { "id": 553, - "name": "entity.goat.long_jump" + "name": "entity.ghast.death" }, { "id": 554, - "name": "entity.goat.milk" + "name": "entity.ghast.hurt" }, { "id": 555, - "name": "entity.goat.prepare_ram" + "name": "entity.ghast.scream" }, { "id": 556, - "name": "entity.goat.ram_impact" + "name": "entity.ghast.shoot" }, { "id": 557, - "name": "entity.goat.horn_break" + "name": "entity.ghast.warn" }, { "id": 558, - "name": "item.goat_horn.play" + "name": "block.gilded_blackstone.break" }, { "id": 559, - "name": "entity.goat.screaming.ambient" + "name": "block.gilded_blackstone.fall" }, { "id": 560, - "name": "entity.goat.screaming.death" + "name": "block.gilded_blackstone.hit" }, { "id": 561, - "name": "entity.goat.screaming.eat" + "name": "block.gilded_blackstone.place" }, { "id": 562, - "name": "entity.goat.screaming.hurt" + "name": "block.gilded_blackstone.step" }, { "id": 563, - "name": "entity.goat.screaming.long_jump" + "name": "block.glass.break" }, { "id": 564, - "name": "entity.goat.screaming.milk" + "name": "block.glass.fall" }, { "id": 565, - "name": "entity.goat.screaming.prepare_ram" + "name": "block.glass.hit" }, { "id": 566, - "name": "entity.goat.screaming.ram_impact" + "name": "block.glass.place" }, { "id": 567, - "name": "entity.goat.screaming.horn_break" + "name": "block.glass.step" }, { "id": 568, - "name": "entity.goat.step" + "name": "item.glow_ink_sac.use" }, { "id": 569, - "name": "block.grass.break" + "name": "entity.glow_item_frame.add_item" }, { "id": 570, - "name": "block.grass.fall" + "name": "entity.glow_item_frame.break" }, { "id": 571, - "name": "block.grass.hit" + "name": "entity.glow_item_frame.place" }, { "id": 572, - "name": "block.grass.place" + "name": "entity.glow_item_frame.remove_item" }, { "id": 573, - "name": "block.grass.step" + "name": "entity.glow_item_frame.rotate_item" }, { "id": 574, - "name": "block.gravel.break" + "name": "entity.glow_squid.ambient" }, { "id": 575, - "name": "block.gravel.fall" + "name": "entity.glow_squid.death" }, { "id": 576, - "name": "block.gravel.hit" + "name": "entity.glow_squid.hurt" }, { "id": 577, - "name": "block.gravel.place" + "name": "entity.glow_squid.squirt" }, { "id": 578, - "name": "block.gravel.step" + "name": "entity.goat.ambient" }, { "id": 579, - "name": "block.grindstone.use" + "name": "entity.goat.death" }, { "id": 580, - "name": "block.growing_plant.crop" + "name": "entity.goat.eat" }, { "id": 581, - "name": "entity.guardian.ambient" + "name": "entity.goat.hurt" }, { "id": 582, - "name": "entity.guardian.ambient_land" + "name": "entity.goat.long_jump" }, { "id": 583, - "name": "entity.guardian.attack" + "name": "entity.goat.milk" }, { "id": 584, - "name": "entity.guardian.death" + "name": "entity.goat.prepare_ram" }, { "id": 585, - "name": "entity.guardian.death_land" + "name": "entity.goat.ram_impact" }, { "id": 586, - "name": "entity.guardian.flop" + "name": "entity.goat.horn_break" }, { "id": 587, - "name": "entity.guardian.hurt" + "name": "item.goat_horn.play" }, { "id": 588, - "name": "entity.guardian.hurt_land" + "name": "entity.goat.screaming.ambient" }, { "id": 589, - "name": "block.hanging_roots.break" + "name": "entity.goat.screaming.death" }, { "id": 590, - "name": "block.hanging_roots.fall" + "name": "entity.goat.screaming.eat" }, { "id": 591, - "name": "block.hanging_roots.hit" + "name": "entity.goat.screaming.hurt" }, { "id": 592, - "name": "block.hanging_roots.place" + "name": "entity.goat.screaming.long_jump" }, { "id": 593, - "name": "block.hanging_roots.step" + "name": "entity.goat.screaming.milk" }, { "id": 594, - "name": "block.hanging_sign.step" + "name": "entity.goat.screaming.prepare_ram" }, { "id": 595, - "name": "block.hanging_sign.break" + "name": "entity.goat.screaming.ram_impact" }, { "id": 596, - "name": "block.hanging_sign.fall" + "name": "entity.goat.screaming.horn_break" }, { "id": 597, - "name": "block.hanging_sign.hit" + "name": "entity.goat.step" }, { "id": 598, - "name": "block.hanging_sign.place" + "name": "block.grass.break" }, { "id": 599, - "name": "block.nether_wood_hanging_sign.step" + "name": "block.grass.fall" }, { "id": 600, - "name": "block.nether_wood_hanging_sign.break" + "name": "block.grass.hit" }, { "id": 601, - "name": "block.nether_wood_hanging_sign.fall" + "name": "block.grass.place" }, { "id": 602, - "name": "block.nether_wood_hanging_sign.hit" + "name": "block.grass.step" }, { "id": 603, - "name": "block.nether_wood_hanging_sign.place" + "name": "block.gravel.break" }, { "id": 604, - "name": "block.bamboo_wood_hanging_sign.step" + "name": "block.gravel.fall" }, { "id": 605, - "name": "block.bamboo_wood_hanging_sign.break" + "name": "block.gravel.hit" }, { "id": 606, - "name": "block.bamboo_wood_hanging_sign.fall" + "name": "block.gravel.place" }, { "id": 607, - "name": "block.bamboo_wood_hanging_sign.hit" + "name": "block.gravel.step" }, { "id": 608, - "name": "block.bamboo_wood_hanging_sign.place" + "name": "block.grindstone.use" }, { "id": 609, - "name": "item.hoe.till" + "name": "block.growing_plant.crop" }, { "id": 610, - "name": "entity.hoglin.ambient" + "name": "entity.guardian.ambient" }, { "id": 611, - "name": "entity.hoglin.angry" + "name": "entity.guardian.ambient_land" }, { "id": 612, - "name": "entity.hoglin.attack" + "name": "entity.guardian.attack" }, { "id": 613, - "name": "entity.hoglin.converted_to_zombified" + "name": "entity.guardian.death" }, { "id": 614, - "name": "entity.hoglin.death" + "name": "entity.guardian.death_land" }, { "id": 615, - "name": "entity.hoglin.hurt" + "name": "entity.guardian.flop" }, { "id": 616, - "name": "entity.hoglin.retreat" + "name": "entity.guardian.hurt" }, { "id": 617, - "name": "entity.hoglin.step" + "name": "entity.guardian.hurt_land" }, { "id": 618, - "name": "block.honey_block.break" + "name": "block.hanging_roots.break" }, { "id": 619, - "name": "block.honey_block.fall" + "name": "block.hanging_roots.fall" }, { "id": 620, - "name": "block.honey_block.hit" + "name": "block.hanging_roots.hit" }, { "id": 621, - "name": "block.honey_block.place" + "name": "block.hanging_roots.place" }, { "id": 622, - "name": "block.honey_block.slide" + "name": "block.hanging_roots.step" }, { "id": 623, - "name": "block.honey_block.step" + "name": "block.hanging_sign.step" }, { "id": 624, - "name": "item.honeycomb.wax_on" + "name": "block.hanging_sign.break" }, { "id": 625, - "name": "item.honey_bottle.drink" + "name": "block.hanging_sign.fall" }, { "id": 626, - "name": "item.goat_horn.sound.0" + "name": "block.hanging_sign.hit" }, { "id": 627, - "name": "item.goat_horn.sound.1" + "name": "block.hanging_sign.place" }, { "id": 628, - "name": "item.goat_horn.sound.2" + "name": "block.nether_wood_hanging_sign.step" }, { "id": 629, - "name": "item.goat_horn.sound.3" + "name": "block.nether_wood_hanging_sign.break" }, { "id": 630, - "name": "item.goat_horn.sound.4" + "name": "block.nether_wood_hanging_sign.fall" }, { "id": 631, - "name": "item.goat_horn.sound.5" + "name": "block.nether_wood_hanging_sign.hit" }, { "id": 632, - "name": "item.goat_horn.sound.6" + "name": "block.nether_wood_hanging_sign.place" }, { "id": 633, - "name": "item.goat_horn.sound.7" + "name": "block.bamboo_wood_hanging_sign.step" }, { "id": 634, - "name": "entity.horse.ambient" + "name": "block.bamboo_wood_hanging_sign.break" }, { "id": 635, - "name": "entity.horse.angry" + "name": "block.bamboo_wood_hanging_sign.fall" }, { "id": 636, - "name": "entity.horse.armor" + "name": "block.bamboo_wood_hanging_sign.hit" }, { "id": 637, - "name": "entity.horse.breathe" + "name": "block.bamboo_wood_hanging_sign.place" }, { "id": 638, - "name": "entity.horse.death" + "name": "block.trial_spawner.break" }, { "id": 639, - "name": "entity.horse.eat" + "name": "block.trial_spawner.step" }, { "id": 640, - "name": "entity.horse.gallop" + "name": "block.trial_spawner.place" }, { "id": 641, - "name": "entity.horse.hurt" + "name": "block.trial_spawner.hit" }, { "id": 642, - "name": "entity.horse.jump" + "name": "block.trial_spawner.fall" }, { "id": 643, - "name": "entity.horse.land" + "name": "block.trial_spawner.spawn_mob" }, { "id": 644, - "name": "entity.horse.saddle" + "name": "block.trial_spawner.detect_player" }, { "id": 645, - "name": "entity.horse.step" + "name": "block.trial_spawner.ambient" }, { "id": 646, - "name": "entity.horse.step_wood" + "name": "block.trial_spawner.open_shutter" }, { "id": 647, - "name": "entity.hostile.big_fall" + "name": "block.trial_spawner.close_shutter" }, { "id": 648, - "name": "entity.hostile.death" + "name": "block.trial_spawner.eject_item" }, { "id": 649, - "name": "entity.hostile.hurt" + "name": "item.hoe.till" }, { "id": 650, - "name": "entity.hostile.small_fall" + "name": "entity.hoglin.ambient" }, { "id": 651, - "name": "entity.hostile.splash" + "name": "entity.hoglin.angry" }, { "id": 652, - "name": "entity.hostile.swim" + "name": "entity.hoglin.attack" }, { "id": 653, - "name": "entity.husk.ambient" + "name": "entity.hoglin.converted_to_zombified" }, { "id": 654, - "name": "entity.husk.converted_to_zombie" + "name": "entity.hoglin.death" }, { "id": 655, - "name": "entity.husk.death" + "name": "entity.hoglin.hurt" }, { "id": 656, - "name": "entity.husk.hurt" + "name": "entity.hoglin.retreat" }, { "id": 657, - "name": "entity.husk.step" + "name": "entity.hoglin.step" }, { "id": 658, - "name": "entity.illusioner.ambient" + "name": "block.honey_block.break" }, { "id": 659, - "name": "entity.illusioner.cast_spell" + "name": "block.honey_block.fall" }, { "id": 660, - "name": "entity.illusioner.death" + "name": "block.honey_block.hit" }, { "id": 661, - "name": "entity.illusioner.hurt" + "name": "block.honey_block.place" }, { "id": 662, - "name": "entity.illusioner.mirror_move" + "name": "block.honey_block.slide" }, { "id": 663, - "name": "entity.illusioner.prepare_blindness" + "name": "block.honey_block.step" }, { "id": 664, - "name": "entity.illusioner.prepare_mirror" + "name": "item.honeycomb.wax_on" }, { "id": 665, - "name": "item.ink_sac.use" + "name": "item.honey_bottle.drink" }, { "id": 666, - "name": "block.iron_door.close" + "name": "item.goat_horn.sound.0" }, { "id": 667, - "name": "block.iron_door.open" + "name": "item.goat_horn.sound.1" }, { "id": 668, - "name": "entity.iron_golem.attack" + "name": "item.goat_horn.sound.2" }, { "id": 669, - "name": "entity.iron_golem.damage" + "name": "item.goat_horn.sound.3" }, { "id": 670, - "name": "entity.iron_golem.death" + "name": "item.goat_horn.sound.4" }, { "id": 671, - "name": "entity.iron_golem.hurt" + "name": "item.goat_horn.sound.5" }, { "id": 672, - "name": "entity.iron_golem.repair" + "name": "item.goat_horn.sound.6" }, { "id": 673, - "name": "entity.iron_golem.step" + "name": "item.goat_horn.sound.7" }, { "id": 674, - "name": "block.iron_trapdoor.close" + "name": "entity.horse.ambient" }, { "id": 675, - "name": "block.iron_trapdoor.open" + "name": "entity.horse.angry" }, { "id": 676, - "name": "entity.item_frame.add_item" + "name": "entity.horse.armor" }, { "id": 677, - "name": "entity.item_frame.break" + "name": "entity.horse.breathe" }, { "id": 678, - "name": "entity.item_frame.place" + "name": "entity.horse.death" }, { "id": 679, - "name": "entity.item_frame.remove_item" + "name": "entity.horse.eat" }, { "id": 680, - "name": "entity.item_frame.rotate_item" + "name": "entity.horse.gallop" }, { "id": 681, - "name": "entity.item.break" + "name": "entity.horse.hurt" }, { "id": 682, - "name": "entity.item.pickup" + "name": "entity.horse.jump" }, { "id": 683, - "name": "block.ladder.break" + "name": "entity.horse.land" }, { "id": 684, - "name": "block.ladder.fall" + "name": "entity.horse.saddle" }, { "id": 685, - "name": "block.ladder.hit" + "name": "entity.horse.step" }, { "id": 686, - "name": "block.ladder.place" + "name": "entity.horse.step_wood" }, { "id": 687, - "name": "block.ladder.step" + "name": "entity.hostile.big_fall" }, { "id": 688, - "name": "block.lantern.break" + "name": "entity.hostile.death" }, { "id": 689, - "name": "block.lantern.fall" + "name": "entity.hostile.hurt" }, { "id": 690, - "name": "block.lantern.hit" + "name": "entity.hostile.small_fall" }, { "id": 691, - "name": "block.lantern.place" + "name": "entity.hostile.splash" }, { "id": 692, - "name": "block.lantern.step" + "name": "entity.hostile.swim" }, { "id": 693, - "name": "block.large_amethyst_bud.break" + "name": "entity.husk.ambient" }, { "id": 694, - "name": "block.large_amethyst_bud.place" + "name": "entity.husk.converted_to_zombie" }, { "id": 695, - "name": "block.lava.ambient" + "name": "entity.husk.death" }, { "id": 696, - "name": "block.lava.extinguish" + "name": "entity.husk.hurt" }, { "id": 697, - "name": "block.lava.pop" + "name": "entity.husk.step" }, { "id": 698, - "name": "entity.leash_knot.break" + "name": "entity.illusioner.ambient" }, { "id": 699, - "name": "entity.leash_knot.place" + "name": "entity.illusioner.cast_spell" }, { "id": 700, - "name": "block.lever.click" + "name": "entity.illusioner.death" }, { "id": 701, - "name": "entity.lightning_bolt.impact" + "name": "entity.illusioner.hurt" }, { "id": 702, - "name": "entity.lightning_bolt.thunder" + "name": "entity.illusioner.mirror_move" }, { "id": 703, - "name": "entity.lingering_potion.throw" + "name": "entity.illusioner.prepare_blindness" }, { "id": 704, - "name": "entity.llama.ambient" + "name": "entity.illusioner.prepare_mirror" }, { "id": 705, - "name": "entity.llama.angry" + "name": "item.ink_sac.use" }, { "id": 706, - "name": "entity.llama.chest" + "name": "block.iron_door.close" }, { "id": 707, - "name": "entity.llama.death" + "name": "block.iron_door.open" }, { "id": 708, - "name": "entity.llama.eat" + "name": "entity.iron_golem.attack" }, { "id": 709, - "name": "entity.llama.hurt" + "name": "entity.iron_golem.damage" }, { "id": 710, - "name": "entity.llama.spit" + "name": "entity.iron_golem.death" }, { "id": 711, - "name": "entity.llama.step" + "name": "entity.iron_golem.hurt" }, { "id": 712, - "name": "entity.llama.swag" + "name": "entity.iron_golem.repair" }, { "id": 713, - "name": "entity.magma_cube.death_small" + "name": "entity.iron_golem.step" }, { "id": 714, - "name": "block.lodestone.break" + "name": "block.iron_trapdoor.close" }, { "id": 715, - "name": "block.lodestone.step" + "name": "block.iron_trapdoor.open" }, { "id": 716, - "name": "block.lodestone.place" + "name": "entity.item_frame.add_item" }, { "id": 717, - "name": "block.lodestone.hit" + "name": "entity.item_frame.break" }, { "id": 718, - "name": "block.lodestone.fall" + "name": "entity.item_frame.place" }, { "id": 719, - "name": "item.lodestone_compass.lock" + "name": "entity.item_frame.remove_item" }, { "id": 720, - "name": "entity.magma_cube.death" + "name": "entity.item_frame.rotate_item" }, { "id": 721, - "name": "entity.magma_cube.hurt" + "name": "entity.item.break" }, { "id": 722, - "name": "entity.magma_cube.hurt_small" + "name": "entity.item.pickup" }, { "id": 723, - "name": "entity.magma_cube.jump" + "name": "block.ladder.break" }, { "id": 724, - "name": "entity.magma_cube.squish" + "name": "block.ladder.fall" }, { "id": 725, - "name": "entity.magma_cube.squish_small" + "name": "block.ladder.hit" }, { "id": 726, - "name": "block.mangrove_roots.break" + "name": "block.ladder.place" }, { "id": 727, - "name": "block.mangrove_roots.fall" + "name": "block.ladder.step" }, { "id": 728, - "name": "block.mangrove_roots.hit" + "name": "block.lantern.break" }, { "id": 729, - "name": "block.mangrove_roots.place" + "name": "block.lantern.fall" }, { "id": 730, - "name": "block.mangrove_roots.step" + "name": "block.lantern.hit" }, { "id": 731, - "name": "block.medium_amethyst_bud.break" + "name": "block.lantern.place" }, { "id": 732, - "name": "block.medium_amethyst_bud.place" + "name": "block.lantern.step" }, { "id": 733, - "name": "block.metal.break" + "name": "block.large_amethyst_bud.break" }, { "id": 734, - "name": "block.metal.fall" + "name": "block.large_amethyst_bud.place" }, { "id": 735, - "name": "block.metal.hit" + "name": "block.lava.ambient" }, { "id": 736, - "name": "block.metal.place" + "name": "block.lava.extinguish" }, { "id": 737, - "name": "block.metal_pressure_plate.click_off" + "name": "block.lava.pop" }, { "id": 738, - "name": "block.metal_pressure_plate.click_on" + "name": "entity.leash_knot.break" }, { "id": 739, - "name": "block.metal.step" + "name": "entity.leash_knot.place" }, { "id": 740, - "name": "entity.minecart.inside.underwater" + "name": "block.lever.click" }, { "id": 741, - "name": "entity.minecart.inside" + "name": "entity.lightning_bolt.impact" }, { "id": 742, - "name": "entity.minecart.riding" + "name": "entity.lightning_bolt.thunder" }, { "id": 743, - "name": "entity.mooshroom.convert" + "name": "entity.lingering_potion.throw" }, { "id": 744, - "name": "entity.mooshroom.eat" + "name": "entity.llama.ambient" }, { "id": 745, - "name": "entity.mooshroom.milk" + "name": "entity.llama.angry" }, { "id": 746, - "name": "entity.mooshroom.suspicious_milk" + "name": "entity.llama.chest" }, { "id": 747, - "name": "entity.mooshroom.shear" + "name": "entity.llama.death" }, { "id": 748, - "name": "block.moss_carpet.break" + "name": "entity.llama.eat" }, { "id": 749, - "name": "block.moss_carpet.fall" + "name": "entity.llama.hurt" }, { "id": 750, - "name": "block.moss_carpet.hit" + "name": "entity.llama.spit" }, { "id": 751, - "name": "block.moss_carpet.place" + "name": "entity.llama.step" }, { "id": 752, - "name": "block.moss_carpet.step" + "name": "entity.llama.swag" }, { "id": 753, - "name": "block.pink_petals.break" + "name": "entity.magma_cube.death_small" }, { "id": 754, - "name": "block.pink_petals.fall" + "name": "block.lodestone.break" }, { "id": 755, - "name": "block.pink_petals.hit" + "name": "block.lodestone.step" }, { "id": 756, - "name": "block.pink_petals.place" + "name": "block.lodestone.place" }, { "id": 757, - "name": "block.pink_petals.step" + "name": "block.lodestone.hit" }, { "id": 758, - "name": "block.moss.break" + "name": "block.lodestone.fall" }, { "id": 759, - "name": "block.moss.fall" + "name": "item.lodestone_compass.lock" }, { "id": 760, - "name": "block.moss.hit" + "name": "entity.magma_cube.death" }, { "id": 761, - "name": "block.moss.place" + "name": "entity.magma_cube.hurt" }, { "id": 762, - "name": "block.moss.step" + "name": "entity.magma_cube.hurt_small" }, { "id": 763, - "name": "block.mud.break" + "name": "entity.magma_cube.jump" }, { "id": 764, - "name": "block.mud.fall" + "name": "entity.magma_cube.squish" }, { "id": 765, - "name": "block.mud.hit" + "name": "entity.magma_cube.squish_small" }, { "id": 766, - "name": "block.mud.place" + "name": "block.mangrove_roots.break" }, { "id": 767, - "name": "block.mud.step" + "name": "block.mangrove_roots.fall" }, { "id": 768, - "name": "block.mud_bricks.break" + "name": "block.mangrove_roots.hit" }, { "id": 769, - "name": "block.mud_bricks.fall" + "name": "block.mangrove_roots.place" }, { "id": 770, - "name": "block.mud_bricks.hit" + "name": "block.mangrove_roots.step" }, { "id": 771, - "name": "block.mud_bricks.place" + "name": "block.medium_amethyst_bud.break" }, { "id": 772, - "name": "block.mud_bricks.step" + "name": "block.medium_amethyst_bud.place" }, { "id": 773, - "name": "block.muddy_mangrove_roots.break" + "name": "block.metal.break" }, { "id": 774, - "name": "block.muddy_mangrove_roots.fall" + "name": "block.metal.fall" }, { "id": 775, - "name": "block.muddy_mangrove_roots.hit" + "name": "block.metal.hit" }, { "id": 776, - "name": "block.muddy_mangrove_roots.place" + "name": "block.metal.place" }, { "id": 777, - "name": "block.muddy_mangrove_roots.step" + "name": "block.metal_pressure_plate.click_off" }, { "id": 778, - "name": "entity.mule.ambient" + "name": "block.metal_pressure_plate.click_on" }, { "id": 779, - "name": "entity.mule.angry" + "name": "block.metal.step" }, { "id": 780, - "name": "entity.mule.chest" + "name": "entity.minecart.inside.underwater" }, { "id": 781, - "name": "entity.mule.death" + "name": "entity.minecart.inside" }, { "id": 782, - "name": "entity.mule.eat" + "name": "entity.minecart.riding" }, { "id": 783, - "name": "entity.mule.hurt" + "name": "entity.mooshroom.convert" }, { "id": 784, - "name": "music.creative" + "name": "entity.mooshroom.eat" }, { "id": 785, - "name": "music.credits" + "name": "entity.mooshroom.milk" }, { "id": 786, - "name": "music_disc.5" + "name": "entity.mooshroom.suspicious_milk" }, { "id": 787, - "name": "music_disc.11" + "name": "entity.mooshroom.shear" }, { "id": 788, - "name": "music_disc.13" + "name": "block.moss_carpet.break" }, { "id": 789, - "name": "music_disc.blocks" + "name": "block.moss_carpet.fall" }, { "id": 790, - "name": "music_disc.cat" + "name": "block.moss_carpet.hit" }, { "id": 791, - "name": "music_disc.chirp" + "name": "block.moss_carpet.place" }, { "id": 792, - "name": "music_disc.far" + "name": "block.moss_carpet.step" }, { "id": 793, - "name": "music_disc.mall" + "name": "block.pink_petals.break" }, { "id": 794, - "name": "music_disc.mellohi" + "name": "block.pink_petals.fall" }, { "id": 795, - "name": "music_disc.pigstep" + "name": "block.pink_petals.hit" }, { "id": 796, - "name": "music_disc.stal" + "name": "block.pink_petals.place" }, { "id": 797, - "name": "music_disc.strad" + "name": "block.pink_petals.step" }, { "id": 798, - "name": "music_disc.wait" + "name": "block.moss.break" }, { "id": 799, - "name": "music_disc.ward" + "name": "block.moss.fall" }, { "id": 800, - "name": "music_disc.otherside" + "name": "block.moss.hit" }, { "id": 801, - "name": "music_disc.relic" + "name": "block.moss.place" }, { "id": 802, - "name": "music.dragon" + "name": "block.moss.step" }, { "id": 803, - "name": "music.end" + "name": "block.mud.break" }, { "id": 804, - "name": "music.game" + "name": "block.mud.fall" }, { "id": 805, - "name": "music.menu" + "name": "block.mud.hit" }, { "id": 806, - "name": "music.nether.basalt_deltas" + "name": "block.mud.place" }, { "id": 807, - "name": "music.nether.crimson_forest" + "name": "block.mud.step" }, { "id": 808, - "name": "music.overworld.deep_dark" + "name": "block.mud_bricks.break" }, { "id": 809, - "name": "music.overworld.dripstone_caves" + "name": "block.mud_bricks.fall" }, { "id": 810, - "name": "music.overworld.grove" + "name": "block.mud_bricks.hit" }, { "id": 811, - "name": "music.overworld.jagged_peaks" + "name": "block.mud_bricks.place" }, { "id": 812, - "name": "music.overworld.lush_caves" + "name": "block.mud_bricks.step" }, { "id": 813, - "name": "music.overworld.swamp" + "name": "block.muddy_mangrove_roots.break" }, { "id": 814, - "name": "music.overworld.forest" + "name": "block.muddy_mangrove_roots.fall" }, { "id": 815, - "name": "music.overworld.old_growth_taiga" + "name": "block.muddy_mangrove_roots.hit" }, { "id": 816, - "name": "music.overworld.meadow" + "name": "block.muddy_mangrove_roots.place" }, { "id": 817, - "name": "music.overworld.cherry_grove" + "name": "block.muddy_mangrove_roots.step" }, { "id": 818, - "name": "music.nether.nether_wastes" + "name": "entity.mule.ambient" }, { "id": 819, - "name": "music.overworld.frozen_peaks" + "name": "entity.mule.angry" }, { "id": 820, - "name": "music.overworld.snowy_slopes" + "name": "entity.mule.chest" }, { "id": 821, - "name": "music.nether.soul_sand_valley" + "name": "entity.mule.death" }, { "id": 822, - "name": "music.overworld.stony_peaks" + "name": "entity.mule.eat" }, { "id": 823, - "name": "music.nether.warped_forest" + "name": "entity.mule.hurt" }, { "id": 824, - "name": "music.overworld.flower_forest" + "name": "music.creative" }, { "id": 825, - "name": "music.overworld.desert" + "name": "music.credits" }, { "id": 826, - "name": "music.overworld.badlands" + "name": "music_disc.5" }, { "id": 827, - "name": "music.overworld.jungle" + "name": "music_disc.11" }, { "id": 828, - "name": "music.overworld.sparse_jungle" + "name": "music_disc.13" }, { "id": 829, - "name": "music.overworld.bamboo_jungle" + "name": "music_disc.blocks" }, { "id": 830, - "name": "music.under_water" + "name": "music_disc.cat" }, { "id": 831, - "name": "block.nether_bricks.break" + "name": "music_disc.chirp" }, { "id": 832, - "name": "block.nether_bricks.step" + "name": "music_disc.far" }, { "id": 833, - "name": "block.nether_bricks.place" + "name": "music_disc.mall" }, { "id": 834, - "name": "block.nether_bricks.hit" + "name": "music_disc.mellohi" }, { "id": 835, - "name": "block.nether_bricks.fall" + "name": "music_disc.pigstep" }, { "id": 836, - "name": "block.nether_wart.break" + "name": "music_disc.stal" }, { "id": 837, - "name": "item.nether_wart.plant" + "name": "music_disc.strad" }, { "id": 838, - "name": "block.nether_wood.break" + "name": "music_disc.wait" }, { "id": 839, - "name": "block.nether_wood.fall" + "name": "music_disc.ward" }, { "id": 840, - "name": "block.nether_wood.hit" + "name": "music_disc.otherside" }, { "id": 841, - "name": "block.nether_wood.place" + "name": "music_disc.relic" }, { "id": 842, - "name": "block.nether_wood.step" + "name": "music.dragon" }, { "id": 843, - "name": "block.nether_wood_door.close" + "name": "music.end" }, { "id": 844, - "name": "block.nether_wood_door.open" + "name": "music.game" }, { "id": 845, - "name": "block.nether_wood_trapdoor.close" + "name": "music.menu" }, { "id": 846, - "name": "block.nether_wood_trapdoor.open" + "name": "music.nether.basalt_deltas" }, { "id": 847, - "name": "block.nether_wood_button.click_off" + "name": "music.nether.crimson_forest" }, { "id": 848, - "name": "block.nether_wood_button.click_on" + "name": "music.overworld.deep_dark" }, { "id": 849, - "name": "block.nether_wood_pressure_plate.click_off" + "name": "music.overworld.dripstone_caves" }, { "id": 850, - "name": "block.nether_wood_pressure_plate.click_on" + "name": "music.overworld.grove" }, { "id": 851, - "name": "block.nether_wood_fence_gate.close" + "name": "music.overworld.jagged_peaks" }, { "id": 852, - "name": "block.nether_wood_fence_gate.open" + "name": "music.overworld.lush_caves" }, { "id": 853, - "name": "intentionally_empty" + "name": "music.overworld.swamp" }, { "id": 854, - "name": "block.packed_mud.break" + "name": "music.overworld.forest" }, { "id": 855, - "name": "block.packed_mud.fall" + "name": "music.overworld.old_growth_taiga" }, { "id": 856, - "name": "block.packed_mud.hit" + "name": "music.overworld.meadow" }, { "id": 857, - "name": "block.packed_mud.place" + "name": "music.overworld.cherry_grove" }, { "id": 858, - "name": "block.packed_mud.step" + "name": "music.nether.nether_wastes" }, { "id": 859, - "name": "block.stem.break" + "name": "music.overworld.frozen_peaks" }, { "id": 860, - "name": "block.stem.step" + "name": "music.overworld.snowy_slopes" }, { "id": 861, - "name": "block.stem.place" + "name": "music.nether.soul_sand_valley" }, { "id": 862, - "name": "block.stem.hit" + "name": "music.overworld.stony_peaks" }, { "id": 863, - "name": "block.stem.fall" + "name": "music.nether.warped_forest" }, { "id": 864, - "name": "block.nylium.break" + "name": "music.overworld.flower_forest" }, { "id": 865, - "name": "block.nylium.step" + "name": "music.overworld.desert" }, { "id": 866, - "name": "block.nylium.place" + "name": "music.overworld.badlands" }, { "id": 867, - "name": "block.nylium.hit" + "name": "music.overworld.jungle" }, { "id": 868, - "name": "block.nylium.fall" + "name": "music.overworld.sparse_jungle" }, { "id": 869, - "name": "block.nether_sprouts.break" + "name": "music.overworld.bamboo_jungle" }, { "id": 870, - "name": "block.nether_sprouts.step" + "name": "music.under_water" }, { "id": 871, - "name": "block.nether_sprouts.place" + "name": "block.nether_bricks.break" }, { "id": 872, - "name": "block.nether_sprouts.hit" + "name": "block.nether_bricks.step" }, { "id": 873, - "name": "block.nether_sprouts.fall" + "name": "block.nether_bricks.place" }, { "id": 874, - "name": "block.fungus.break" + "name": "block.nether_bricks.hit" }, { "id": 875, - "name": "block.fungus.step" + "name": "block.nether_bricks.fall" }, { "id": 876, - "name": "block.fungus.place" + "name": "block.nether_wart.break" }, { "id": 877, - "name": "block.fungus.hit" + "name": "item.nether_wart.plant" }, { "id": 878, - "name": "block.fungus.fall" + "name": "block.nether_wood.break" }, { "id": 879, - "name": "block.weeping_vines.break" + "name": "block.nether_wood.fall" }, { "id": 880, - "name": "block.weeping_vines.step" + "name": "block.nether_wood.hit" }, { "id": 881, - "name": "block.weeping_vines.place" + "name": "block.nether_wood.place" }, { "id": 882, - "name": "block.weeping_vines.hit" + "name": "block.nether_wood.step" }, { "id": 883, - "name": "block.weeping_vines.fall" + "name": "block.nether_wood_door.close" }, { "id": 884, - "name": "block.wart_block.break" + "name": "block.nether_wood_door.open" }, { "id": 885, - "name": "block.wart_block.step" + "name": "block.nether_wood_trapdoor.close" }, { "id": 886, - "name": "block.wart_block.place" + "name": "block.nether_wood_trapdoor.open" }, { "id": 887, - "name": "block.wart_block.hit" + "name": "block.nether_wood_button.click_off" }, { "id": 888, - "name": "block.wart_block.fall" + "name": "block.nether_wood_button.click_on" }, { "id": 889, - "name": "block.netherite_block.break" + "name": "block.nether_wood_pressure_plate.click_off" }, { "id": 890, - "name": "block.netherite_block.step" + "name": "block.nether_wood_pressure_plate.click_on" }, { "id": 891, - "name": "block.netherite_block.place" + "name": "block.nether_wood_fence_gate.close" }, { "id": 892, - "name": "block.netherite_block.hit" + "name": "block.nether_wood_fence_gate.open" }, { "id": 893, - "name": "block.netherite_block.fall" + "name": "intentionally_empty" }, { "id": 894, - "name": "block.netherrack.break" + "name": "block.packed_mud.break" }, { "id": 895, - "name": "block.netherrack.step" + "name": "block.packed_mud.fall" }, { "id": 896, - "name": "block.netherrack.place" + "name": "block.packed_mud.hit" }, { "id": 897, - "name": "block.netherrack.hit" + "name": "block.packed_mud.place" }, { "id": 898, - "name": "block.netherrack.fall" + "name": "block.packed_mud.step" }, { "id": 899, - "name": "block.note_block.basedrum" + "name": "block.stem.break" }, { "id": 900, - "name": "block.note_block.bass" + "name": "block.stem.step" }, { "id": 901, - "name": "block.note_block.bell" + "name": "block.stem.place" }, { "id": 902, - "name": "block.note_block.chime" + "name": "block.stem.hit" }, { "id": 903, - "name": "block.note_block.flute" + "name": "block.stem.fall" }, { "id": 904, - "name": "block.note_block.guitar" + "name": "block.nylium.break" }, { "id": 905, - "name": "block.note_block.harp" + "name": "block.nylium.step" }, { "id": 906, - "name": "block.note_block.hat" + "name": "block.nylium.place" }, { "id": 907, - "name": "block.note_block.pling" + "name": "block.nylium.hit" }, { "id": 908, - "name": "block.note_block.snare" + "name": "block.nylium.fall" }, { "id": 909, - "name": "block.note_block.xylophone" + "name": "block.nether_sprouts.break" }, { "id": 910, - "name": "block.note_block.iron_xylophone" + "name": "block.nether_sprouts.step" }, { "id": 911, - "name": "block.note_block.cow_bell" + "name": "block.nether_sprouts.place" }, { "id": 912, - "name": "block.note_block.didgeridoo" + "name": "block.nether_sprouts.hit" }, { "id": 913, - "name": "block.note_block.bit" + "name": "block.nether_sprouts.fall" }, { "id": 914, - "name": "block.note_block.banjo" + "name": "block.fungus.break" }, { "id": 915, - "name": "block.note_block.imitate.zombie" + "name": "block.fungus.step" }, { "id": 916, - "name": "block.note_block.imitate.skeleton" + "name": "block.fungus.place" }, { "id": 917, - "name": "block.note_block.imitate.creeper" + "name": "block.fungus.hit" }, { "id": 918, - "name": "block.note_block.imitate.ender_dragon" + "name": "block.fungus.fall" }, { "id": 919, - "name": "block.note_block.imitate.wither_skeleton" + "name": "block.weeping_vines.break" }, { "id": 920, - "name": "block.note_block.imitate.piglin" + "name": "block.weeping_vines.step" }, { "id": 921, - "name": "entity.ocelot.hurt" + "name": "block.weeping_vines.place" }, { "id": 922, - "name": "entity.ocelot.ambient" + "name": "block.weeping_vines.hit" }, { "id": 923, - "name": "entity.ocelot.death" + "name": "block.weeping_vines.fall" }, { "id": 924, - "name": "entity.painting.break" + "name": "block.wart_block.break" }, { "id": 925, - "name": "entity.painting.place" + "name": "block.wart_block.step" }, { "id": 926, - "name": "entity.panda.pre_sneeze" + "name": "block.wart_block.place" }, { "id": 927, - "name": "entity.panda.sneeze" + "name": "block.wart_block.hit" }, { "id": 928, - "name": "entity.panda.ambient" + "name": "block.wart_block.fall" }, { "id": 929, - "name": "entity.panda.death" + "name": "block.netherite_block.break" }, { "id": 930, - "name": "entity.panda.eat" + "name": "block.netherite_block.step" }, { "id": 931, - "name": "entity.panda.step" + "name": "block.netherite_block.place" }, { "id": 932, - "name": "entity.panda.cant_breed" + "name": "block.netherite_block.hit" }, { "id": 933, - "name": "entity.panda.aggressive_ambient" + "name": "block.netherite_block.fall" }, { "id": 934, - "name": "entity.panda.worried_ambient" + "name": "block.netherrack.break" }, { "id": 935, - "name": "entity.panda.hurt" + "name": "block.netherrack.step" }, { "id": 936, - "name": "entity.panda.bite" + "name": "block.netherrack.place" }, { "id": 937, - "name": "entity.parrot.ambient" + "name": "block.netherrack.hit" }, { "id": 938, - "name": "entity.parrot.death" + "name": "block.netherrack.fall" }, { "id": 939, - "name": "entity.parrot.eat" + "name": "block.note_block.basedrum" }, { "id": 940, - "name": "entity.parrot.fly" + "name": "block.note_block.bass" }, { "id": 941, - "name": "entity.parrot.hurt" + "name": "block.note_block.bell" }, { "id": 942, - "name": "entity.parrot.imitate.blaze" + "name": "block.note_block.chime" }, { "id": 943, - "name": "entity.parrot.imitate.creeper" + "name": "block.note_block.flute" }, { "id": 944, - "name": "entity.parrot.imitate.drowned" + "name": "block.note_block.guitar" }, { "id": 945, - "name": "entity.parrot.imitate.elder_guardian" + "name": "block.note_block.harp" }, { "id": 946, - "name": "entity.parrot.imitate.ender_dragon" + "name": "block.note_block.hat" }, { "id": 947, - "name": "entity.parrot.imitate.endermite" + "name": "block.note_block.pling" }, { "id": 948, - "name": "entity.parrot.imitate.evoker" + "name": "block.note_block.snare" }, { "id": 949, - "name": "entity.parrot.imitate.ghast" + "name": "block.note_block.xylophone" }, { "id": 950, - "name": "entity.parrot.imitate.guardian" + "name": "block.note_block.iron_xylophone" }, { "id": 951, - "name": "entity.parrot.imitate.hoglin" + "name": "block.note_block.cow_bell" }, { "id": 952, - "name": "entity.parrot.imitate.husk" + "name": "block.note_block.didgeridoo" }, { "id": 953, - "name": "entity.parrot.imitate.illusioner" + "name": "block.note_block.bit" }, { "id": 954, - "name": "entity.parrot.imitate.magma_cube" + "name": "block.note_block.banjo" }, { "id": 955, - "name": "entity.parrot.imitate.phantom" + "name": "block.note_block.imitate.zombie" }, { "id": 956, - "name": "entity.parrot.imitate.piglin" + "name": "block.note_block.imitate.skeleton" }, { "id": 957, - "name": "entity.parrot.imitate.piglin_brute" + "name": "block.note_block.imitate.creeper" }, { "id": 958, - "name": "entity.parrot.imitate.pillager" + "name": "block.note_block.imitate.ender_dragon" }, { "id": 959, - "name": "entity.parrot.imitate.ravager" + "name": "block.note_block.imitate.wither_skeleton" }, { "id": 960, - "name": "entity.parrot.imitate.shulker" + "name": "block.note_block.imitate.piglin" }, { "id": 961, - "name": "entity.parrot.imitate.silverfish" + "name": "entity.ocelot.hurt" }, { "id": 962, - "name": "entity.parrot.imitate.skeleton" + "name": "entity.ocelot.ambient" }, { "id": 963, - "name": "entity.parrot.imitate.slime" + "name": "entity.ocelot.death" }, { "id": 964, - "name": "entity.parrot.imitate.spider" + "name": "entity.painting.break" }, { "id": 965, - "name": "entity.parrot.imitate.stray" + "name": "entity.painting.place" }, { "id": 966, - "name": "entity.parrot.imitate.vex" + "name": "entity.panda.pre_sneeze" }, { "id": 967, - "name": "entity.parrot.imitate.vindicator" + "name": "entity.panda.sneeze" }, { "id": 968, - "name": "entity.parrot.imitate.warden" + "name": "entity.panda.ambient" }, { "id": 969, - "name": "entity.parrot.imitate.witch" + "name": "entity.panda.death" }, { "id": 970, - "name": "entity.parrot.imitate.wither" + "name": "entity.panda.eat" }, { "id": 971, - "name": "entity.parrot.imitate.wither_skeleton" + "name": "entity.panda.step" }, { "id": 972, - "name": "entity.parrot.imitate.zoglin" + "name": "entity.panda.cant_breed" }, { "id": 973, - "name": "entity.parrot.imitate.zombie" + "name": "entity.panda.aggressive_ambient" }, { "id": 974, - "name": "entity.parrot.imitate.zombie_villager" + "name": "entity.panda.worried_ambient" }, { "id": 975, - "name": "entity.parrot.step" + "name": "entity.panda.hurt" }, { "id": 976, - "name": "entity.phantom.ambient" + "name": "entity.panda.bite" }, { "id": 977, - "name": "entity.phantom.bite" + "name": "entity.parrot.ambient" }, { "id": 978, - "name": "entity.phantom.death" + "name": "entity.parrot.death" }, { "id": 979, - "name": "entity.phantom.flap" + "name": "entity.parrot.eat" }, { "id": 980, - "name": "entity.phantom.hurt" + "name": "entity.parrot.fly" }, { "id": 981, - "name": "entity.phantom.swoop" + "name": "entity.parrot.hurt" }, { "id": 982, - "name": "entity.pig.ambient" + "name": "entity.parrot.imitate.blaze" }, { "id": 983, - "name": "entity.pig.death" + "name": "entity.parrot.imitate.breeze" }, { "id": 984, - "name": "entity.pig.hurt" + "name": "entity.parrot.imitate.creeper" }, { "id": 985, - "name": "entity.pig.saddle" + "name": "entity.parrot.imitate.drowned" }, { "id": 986, - "name": "entity.pig.step" + "name": "entity.parrot.imitate.elder_guardian" }, { "id": 987, - "name": "entity.piglin.admiring_item" + "name": "entity.parrot.imitate.ender_dragon" }, { "id": 988, - "name": "entity.piglin.ambient" + "name": "entity.parrot.imitate.endermite" }, { "id": 989, - "name": "entity.piglin.angry" + "name": "entity.parrot.imitate.evoker" }, { "id": 990, - "name": "entity.piglin.celebrate" + "name": "entity.parrot.imitate.ghast" }, { "id": 991, - "name": "entity.piglin.death" + "name": "entity.parrot.imitate.guardian" }, { "id": 992, - "name": "entity.piglin.jealous" + "name": "entity.parrot.imitate.hoglin" }, { "id": 993, - "name": "entity.piglin.hurt" + "name": "entity.parrot.imitate.husk" }, { "id": 994, - "name": "entity.piglin.retreat" + "name": "entity.parrot.imitate.illusioner" }, { "id": 995, - "name": "entity.piglin.step" + "name": "entity.parrot.imitate.magma_cube" }, { "id": 996, - "name": "entity.piglin.converted_to_zombified" + "name": "entity.parrot.imitate.phantom" }, { "id": 997, - "name": "entity.piglin_brute.ambient" + "name": "entity.parrot.imitate.piglin" }, { "id": 998, - "name": "entity.piglin_brute.angry" + "name": "entity.parrot.imitate.piglin_brute" }, { "id": 999, - "name": "entity.piglin_brute.death" + "name": "entity.parrot.imitate.pillager" }, { "id": 1000, - "name": "entity.piglin_brute.hurt" + "name": "entity.parrot.imitate.ravager" }, { "id": 1001, - "name": "entity.piglin_brute.step" + "name": "entity.parrot.imitate.shulker" }, { "id": 1002, - "name": "entity.piglin_brute.converted_to_zombified" + "name": "entity.parrot.imitate.silverfish" }, { "id": 1003, - "name": "entity.pillager.ambient" + "name": "entity.parrot.imitate.skeleton" }, { "id": 1004, - "name": "entity.pillager.celebrate" + "name": "entity.parrot.imitate.slime" }, { "id": 1005, - "name": "entity.pillager.death" + "name": "entity.parrot.imitate.spider" }, { "id": 1006, - "name": "entity.pillager.hurt" + "name": "entity.parrot.imitate.stray" }, { "id": 1007, - "name": "block.piston.contract" + "name": "entity.parrot.imitate.vex" }, { "id": 1008, - "name": "block.piston.extend" + "name": "entity.parrot.imitate.vindicator" }, { "id": 1009, - "name": "entity.player.attack.crit" + "name": "entity.parrot.imitate.warden" }, { "id": 1010, - "name": "entity.player.attack.knockback" + "name": "entity.parrot.imitate.witch" }, { "id": 1011, - "name": "entity.player.attack.nodamage" + "name": "entity.parrot.imitate.wither" }, { "id": 1012, - "name": "entity.player.attack.strong" + "name": "entity.parrot.imitate.wither_skeleton" }, { "id": 1013, - "name": "entity.player.attack.sweep" + "name": "entity.parrot.imitate.zoglin" }, { "id": 1014, - "name": "entity.player.attack.weak" + "name": "entity.parrot.imitate.zombie" }, { "id": 1015, - "name": "entity.player.big_fall" + "name": "entity.parrot.imitate.zombie_villager" }, { "id": 1016, - "name": "entity.player.breath" + "name": "entity.parrot.step" }, { "id": 1017, - "name": "entity.player.burp" + "name": "entity.phantom.ambient" }, { "id": 1018, - "name": "entity.player.death" + "name": "entity.phantom.bite" }, { "id": 1019, - "name": "entity.player.hurt" + "name": "entity.phantom.death" }, { "id": 1020, - "name": "entity.player.hurt_drown" + "name": "entity.phantom.flap" }, { "id": 1021, - "name": "entity.player.hurt_freeze" + "name": "entity.phantom.hurt" }, { "id": 1022, - "name": "entity.player.hurt_on_fire" + "name": "entity.phantom.swoop" }, { "id": 1023, - "name": "entity.player.hurt_sweet_berry_bush" + "name": "entity.pig.ambient" }, { "id": 1024, - "name": "entity.player.levelup" + "name": "entity.pig.death" }, { "id": 1025, - "name": "entity.player.small_fall" + "name": "entity.pig.hurt" }, { "id": 1026, - "name": "entity.player.splash" + "name": "entity.pig.saddle" }, { "id": 1027, - "name": "entity.player.splash.high_speed" + "name": "entity.pig.step" }, { "id": 1028, - "name": "entity.player.swim" + "name": "entity.piglin.admiring_item" }, { "id": 1029, - "name": "entity.polar_bear.ambient" + "name": "entity.piglin.ambient" }, { "id": 1030, - "name": "entity.polar_bear.ambient_baby" + "name": "entity.piglin.angry" }, { "id": 1031, - "name": "entity.polar_bear.death" + "name": "entity.piglin.celebrate" }, { "id": 1032, - "name": "entity.polar_bear.hurt" + "name": "entity.piglin.death" }, { "id": 1033, - "name": "entity.polar_bear.step" + "name": "entity.piglin.jealous" }, { "id": 1034, - "name": "entity.polar_bear.warning" + "name": "entity.piglin.hurt" }, { "id": 1035, - "name": "block.polished_deepslate.break" + "name": "entity.piglin.retreat" }, { "id": 1036, - "name": "block.polished_deepslate.fall" + "name": "entity.piglin.step" }, { "id": 1037, - "name": "block.polished_deepslate.hit" + "name": "entity.piglin.converted_to_zombified" }, { "id": 1038, - "name": "block.polished_deepslate.place" + "name": "entity.piglin_brute.ambient" }, { "id": 1039, - "name": "block.polished_deepslate.step" + "name": "entity.piglin_brute.angry" }, { "id": 1040, - "name": "block.portal.ambient" + "name": "entity.piglin_brute.death" }, { "id": 1041, - "name": "block.portal.travel" + "name": "entity.piglin_brute.hurt" }, { "id": 1042, - "name": "block.portal.trigger" + "name": "entity.piglin_brute.step" }, { "id": 1043, - "name": "block.powder_snow.break" + "name": "entity.piglin_brute.converted_to_zombified" }, { "id": 1044, - "name": "block.powder_snow.fall" + "name": "entity.pillager.ambient" }, { "id": 1045, - "name": "block.powder_snow.hit" + "name": "entity.pillager.celebrate" }, { "id": 1046, - "name": "block.powder_snow.place" + "name": "entity.pillager.death" }, { "id": 1047, - "name": "block.powder_snow.step" + "name": "entity.pillager.hurt" }, { "id": 1048, - "name": "entity.puffer_fish.ambient" + "name": "block.piston.contract" }, { "id": 1049, - "name": "entity.puffer_fish.blow_out" + "name": "block.piston.extend" }, { "id": 1050, - "name": "entity.puffer_fish.blow_up" + "name": "entity.player.attack.crit" }, { "id": 1051, - "name": "entity.puffer_fish.death" + "name": "entity.player.attack.knockback" }, { "id": 1052, - "name": "entity.puffer_fish.flop" + "name": "entity.player.attack.nodamage" }, { "id": 1053, - "name": "entity.puffer_fish.hurt" + "name": "entity.player.attack.strong" }, { "id": 1054, - "name": "entity.puffer_fish.sting" + "name": "entity.player.attack.sweep" }, { "id": 1055, - "name": "block.pumpkin.carve" + "name": "entity.player.attack.weak" }, { "id": 1056, - "name": "entity.rabbit.ambient" + "name": "entity.player.big_fall" }, { "id": 1057, - "name": "entity.rabbit.attack" + "name": "entity.player.breath" }, { "id": 1058, - "name": "entity.rabbit.death" + "name": "entity.player.burp" }, { "id": 1059, - "name": "entity.rabbit.hurt" + "name": "entity.player.death" }, { "id": 1060, - "name": "entity.rabbit.jump" + "name": "entity.player.hurt" }, { "id": 1061, - "name": "event.raid.horn" + "name": "entity.player.hurt_drown" }, { "id": 1062, - "name": "entity.ravager.ambient" + "name": "entity.player.hurt_freeze" }, { "id": 1063, - "name": "entity.ravager.attack" + "name": "entity.player.hurt_on_fire" }, { "id": 1064, - "name": "entity.ravager.celebrate" + "name": "entity.player.hurt_sweet_berry_bush" }, { "id": 1065, - "name": "entity.ravager.death" + "name": "entity.player.levelup" }, { "id": 1066, - "name": "entity.ravager.hurt" + "name": "entity.player.small_fall" }, { "id": 1067, - "name": "entity.ravager.step" + "name": "entity.player.splash" }, { "id": 1068, - "name": "entity.ravager.stunned" + "name": "entity.player.splash.high_speed" }, { "id": 1069, - "name": "entity.ravager.roar" + "name": "entity.player.swim" }, { "id": 1070, - "name": "block.nether_gold_ore.break" + "name": "entity.player.teleport" }, { "id": 1071, - "name": "block.nether_gold_ore.fall" + "name": "entity.polar_bear.ambient" }, { "id": 1072, - "name": "block.nether_gold_ore.hit" + "name": "entity.polar_bear.ambient_baby" }, { "id": 1073, - "name": "block.nether_gold_ore.place" + "name": "entity.polar_bear.death" }, { "id": 1074, - "name": "block.nether_gold_ore.step" + "name": "entity.polar_bear.hurt" }, { "id": 1075, - "name": "block.nether_ore.break" + "name": "entity.polar_bear.step" }, { "id": 1076, - "name": "block.nether_ore.fall" + "name": "entity.polar_bear.warning" }, { "id": 1077, - "name": "block.nether_ore.hit" + "name": "block.polished_deepslate.break" }, { "id": 1078, - "name": "block.nether_ore.place" + "name": "block.polished_deepslate.fall" }, { "id": 1079, - "name": "block.nether_ore.step" + "name": "block.polished_deepslate.hit" }, { "id": 1080, - "name": "block.redstone_torch.burnout" + "name": "block.polished_deepslate.place" }, { "id": 1081, - "name": "block.respawn_anchor.ambient" + "name": "block.polished_deepslate.step" }, { "id": 1082, - "name": "block.respawn_anchor.charge" + "name": "block.portal.ambient" }, { "id": 1083, - "name": "block.respawn_anchor.deplete" + "name": "block.portal.travel" }, { "id": 1084, - "name": "block.respawn_anchor.set_spawn" + "name": "block.portal.trigger" }, { "id": 1085, - "name": "block.rooted_dirt.break" + "name": "block.powder_snow.break" }, { "id": 1086, - "name": "block.rooted_dirt.fall" + "name": "block.powder_snow.fall" }, { "id": 1087, - "name": "block.rooted_dirt.hit" + "name": "block.powder_snow.hit" }, { "id": 1088, - "name": "block.rooted_dirt.place" + "name": "block.powder_snow.place" }, { "id": 1089, - "name": "block.rooted_dirt.step" + "name": "block.powder_snow.step" }, { "id": 1090, - "name": "entity.salmon.ambient" + "name": "entity.puffer_fish.ambient" }, { "id": 1091, - "name": "entity.salmon.death" + "name": "entity.puffer_fish.blow_out" }, { "id": 1092, - "name": "entity.salmon.flop" + "name": "entity.puffer_fish.blow_up" }, { "id": 1093, - "name": "entity.salmon.hurt" + "name": "entity.puffer_fish.death" }, { "id": 1094, - "name": "block.sand.break" + "name": "entity.puffer_fish.flop" }, { "id": 1095, - "name": "block.sand.fall" + "name": "entity.puffer_fish.hurt" }, { "id": 1096, - "name": "block.sand.hit" + "name": "entity.puffer_fish.sting" }, { "id": 1097, - "name": "block.sand.place" + "name": "block.pumpkin.carve" }, { "id": 1098, - "name": "block.sand.step" + "name": "entity.rabbit.ambient" }, { "id": 1099, - "name": "block.scaffolding.break" + "name": "entity.rabbit.attack" }, { "id": 1100, - "name": "block.scaffolding.fall" + "name": "entity.rabbit.death" }, { "id": 1101, - "name": "block.scaffolding.hit" + "name": "entity.rabbit.hurt" }, { "id": 1102, - "name": "block.scaffolding.place" + "name": "entity.rabbit.jump" }, { "id": 1103, - "name": "block.scaffolding.step" + "name": "event.raid.horn" }, { "id": 1104, - "name": "block.sculk.spread" + "name": "entity.ravager.ambient" }, { "id": 1105, - "name": "block.sculk.charge" + "name": "entity.ravager.attack" }, { "id": 1106, - "name": "block.sculk.break" + "name": "entity.ravager.celebrate" }, { "id": 1107, - "name": "block.sculk.fall" + "name": "entity.ravager.death" }, { "id": 1108, - "name": "block.sculk.hit" + "name": "entity.ravager.hurt" }, { "id": 1109, - "name": "block.sculk.place" + "name": "entity.ravager.step" }, { "id": 1110, - "name": "block.sculk.step" + "name": "entity.ravager.stunned" }, { "id": 1111, - "name": "block.sculk_catalyst.bloom" + "name": "entity.ravager.roar" }, { "id": 1112, - "name": "block.sculk_catalyst.break" + "name": "block.nether_gold_ore.break" }, { "id": 1113, - "name": "block.sculk_catalyst.fall" + "name": "block.nether_gold_ore.fall" }, { "id": 1114, - "name": "block.sculk_catalyst.hit" + "name": "block.nether_gold_ore.hit" }, { "id": 1115, - "name": "block.sculk_catalyst.place" + "name": "block.nether_gold_ore.place" }, { "id": 1116, - "name": "block.sculk_catalyst.step" + "name": "block.nether_gold_ore.step" }, { "id": 1117, - "name": "block.sculk_sensor.clicking" + "name": "block.nether_ore.break" }, { "id": 1118, - "name": "block.sculk_sensor.clicking_stop" + "name": "block.nether_ore.fall" }, { "id": 1119, - "name": "block.sculk_sensor.break" + "name": "block.nether_ore.hit" }, { "id": 1120, - "name": "block.sculk_sensor.fall" + "name": "block.nether_ore.place" }, { "id": 1121, - "name": "block.sculk_sensor.hit" + "name": "block.nether_ore.step" }, { "id": 1122, - "name": "block.sculk_sensor.place" + "name": "block.redstone_torch.burnout" }, { "id": 1123, - "name": "block.sculk_sensor.step" + "name": "block.respawn_anchor.ambient" }, { "id": 1124, - "name": "block.sculk_shrieker.break" + "name": "block.respawn_anchor.charge" }, { "id": 1125, - "name": "block.sculk_shrieker.fall" + "name": "block.respawn_anchor.deplete" }, { "id": 1126, - "name": "block.sculk_shrieker.hit" + "name": "block.respawn_anchor.set_spawn" }, { "id": 1127, - "name": "block.sculk_shrieker.place" + "name": "block.rooted_dirt.break" }, { "id": 1128, - "name": "block.sculk_shrieker.shriek" + "name": "block.rooted_dirt.fall" }, { "id": 1129, - "name": "block.sculk_shrieker.step" + "name": "block.rooted_dirt.hit" }, { "id": 1130, - "name": "block.sculk_vein.break" + "name": "block.rooted_dirt.place" }, { "id": 1131, - "name": "block.sculk_vein.fall" + "name": "block.rooted_dirt.step" }, { "id": 1132, - "name": "block.sculk_vein.hit" + "name": "entity.salmon.ambient" }, { "id": 1133, - "name": "block.sculk_vein.place" + "name": "entity.salmon.death" }, { "id": 1134, - "name": "block.sculk_vein.step" + "name": "entity.salmon.flop" }, { "id": 1135, - "name": "entity.sheep.ambient" + "name": "entity.salmon.hurt" }, { "id": 1136, - "name": "entity.sheep.death" + "name": "block.sand.break" }, { "id": 1137, - "name": "entity.sheep.hurt" + "name": "block.sand.fall" }, { "id": 1138, - "name": "entity.sheep.shear" + "name": "block.sand.hit" }, { "id": 1139, - "name": "entity.sheep.step" + "name": "block.sand.place" }, { "id": 1140, - "name": "item.shield.block" + "name": "block.sand.step" }, { "id": 1141, - "name": "item.shield.break" + "name": "block.scaffolding.break" }, { "id": 1142, - "name": "block.shroomlight.break" + "name": "block.scaffolding.fall" }, { "id": 1143, - "name": "block.shroomlight.step" + "name": "block.scaffolding.hit" }, { "id": 1144, - "name": "block.shroomlight.place" + "name": "block.scaffolding.place" }, { "id": 1145, - "name": "block.shroomlight.hit" + "name": "block.scaffolding.step" }, { "id": 1146, - "name": "block.shroomlight.fall" + "name": "block.sculk.spread" }, { "id": 1147, - "name": "item.shovel.flatten" + "name": "block.sculk.charge" }, { "id": 1148, - "name": "entity.shulker.ambient" + "name": "block.sculk.break" }, { "id": 1149, - "name": "block.shulker_box.close" + "name": "block.sculk.fall" }, { "id": 1150, - "name": "block.shulker_box.open" + "name": "block.sculk.hit" }, { "id": 1151, - "name": "entity.shulker_bullet.hit" + "name": "block.sculk.place" }, { "id": 1152, - "name": "entity.shulker_bullet.hurt" + "name": "block.sculk.step" }, { "id": 1153, - "name": "entity.shulker.close" + "name": "block.sculk_catalyst.bloom" }, { "id": 1154, - "name": "entity.shulker.death" + "name": "block.sculk_catalyst.break" }, { "id": 1155, - "name": "entity.shulker.hurt" + "name": "block.sculk_catalyst.fall" }, { "id": 1156, - "name": "entity.shulker.hurt_closed" + "name": "block.sculk_catalyst.hit" }, { "id": 1157, - "name": "entity.shulker.open" + "name": "block.sculk_catalyst.place" }, { "id": 1158, - "name": "entity.shulker.shoot" + "name": "block.sculk_catalyst.step" }, { "id": 1159, - "name": "entity.shulker.teleport" + "name": "block.sculk_sensor.clicking" }, { "id": 1160, - "name": "entity.silverfish.ambient" + "name": "block.sculk_sensor.clicking_stop" }, { "id": 1161, - "name": "entity.silverfish.death" + "name": "block.sculk_sensor.break" }, { "id": 1162, - "name": "entity.silverfish.hurt" + "name": "block.sculk_sensor.fall" }, { "id": 1163, - "name": "entity.silverfish.step" + "name": "block.sculk_sensor.hit" }, { "id": 1164, - "name": "entity.skeleton.ambient" + "name": "block.sculk_sensor.place" }, { "id": 1165, - "name": "entity.skeleton.converted_to_stray" + "name": "block.sculk_sensor.step" }, { "id": 1166, - "name": "entity.skeleton.death" + "name": "block.sculk_shrieker.break" }, { "id": 1167, - "name": "entity.skeleton_horse.ambient" + "name": "block.sculk_shrieker.fall" }, { "id": 1168, - "name": "entity.skeleton_horse.death" + "name": "block.sculk_shrieker.hit" }, { "id": 1169, - "name": "entity.skeleton_horse.hurt" + "name": "block.sculk_shrieker.place" }, { "id": 1170, - "name": "entity.skeleton_horse.swim" + "name": "block.sculk_shrieker.shriek" }, { "id": 1171, - "name": "entity.skeleton_horse.ambient_water" + "name": "block.sculk_shrieker.step" }, { "id": 1172, - "name": "entity.skeleton_horse.gallop_water" + "name": "block.sculk_vein.break" }, { "id": 1173, - "name": "entity.skeleton_horse.jump_water" + "name": "block.sculk_vein.fall" }, { "id": 1174, - "name": "entity.skeleton_horse.step_water" + "name": "block.sculk_vein.hit" }, { "id": 1175, - "name": "entity.skeleton.hurt" + "name": "block.sculk_vein.place" }, { "id": 1176, - "name": "entity.skeleton.shoot" + "name": "block.sculk_vein.step" }, { "id": 1177, - "name": "entity.skeleton.step" + "name": "entity.sheep.ambient" }, { "id": 1178, - "name": "entity.slime.attack" + "name": "entity.sheep.death" }, { "id": 1179, - "name": "entity.slime.death" + "name": "entity.sheep.hurt" }, { "id": 1180, - "name": "entity.slime.hurt" + "name": "entity.sheep.shear" }, { "id": 1181, - "name": "entity.slime.jump" + "name": "entity.sheep.step" }, { "id": 1182, - "name": "entity.slime.squish" + "name": "item.shield.block" }, { "id": 1183, - "name": "block.slime_block.break" + "name": "item.shield.break" }, { "id": 1184, - "name": "block.slime_block.fall" + "name": "block.shroomlight.break" }, { "id": 1185, - "name": "block.slime_block.hit" + "name": "block.shroomlight.step" }, { "id": 1186, - "name": "block.slime_block.place" + "name": "block.shroomlight.place" }, { "id": 1187, - "name": "block.slime_block.step" + "name": "block.shroomlight.hit" }, { "id": 1188, - "name": "block.small_amethyst_bud.break" + "name": "block.shroomlight.fall" }, { "id": 1189, - "name": "block.small_amethyst_bud.place" + "name": "item.shovel.flatten" }, { "id": 1190, - "name": "block.small_dripleaf.break" + "name": "entity.shulker.ambient" }, { "id": 1191, - "name": "block.small_dripleaf.fall" + "name": "block.shulker_box.close" }, { "id": 1192, - "name": "block.small_dripleaf.hit" + "name": "block.shulker_box.open" }, { "id": 1193, - "name": "block.small_dripleaf.place" + "name": "entity.shulker_bullet.hit" }, { "id": 1194, - "name": "block.small_dripleaf.step" + "name": "entity.shulker_bullet.hurt" }, { "id": 1195, - "name": "block.soul_sand.break" + "name": "entity.shulker.close" }, { "id": 1196, - "name": "block.soul_sand.step" + "name": "entity.shulker.death" }, { "id": 1197, - "name": "block.soul_sand.place" + "name": "entity.shulker.hurt" }, { "id": 1198, - "name": "block.soul_sand.hit" + "name": "entity.shulker.hurt_closed" }, { "id": 1199, - "name": "block.soul_sand.fall" + "name": "entity.shulker.open" }, { "id": 1200, - "name": "block.soul_soil.break" + "name": "entity.shulker.shoot" }, { "id": 1201, - "name": "block.soul_soil.step" + "name": "entity.shulker.teleport" }, { "id": 1202, - "name": "block.soul_soil.place" + "name": "entity.silverfish.ambient" }, { "id": 1203, - "name": "block.soul_soil.hit" + "name": "entity.silverfish.death" }, { "id": 1204, - "name": "block.soul_soil.fall" + "name": "entity.silverfish.hurt" }, { "id": 1205, - "name": "particle.soul_escape" + "name": "entity.silverfish.step" }, { "id": 1206, - "name": "block.spore_blossom.break" + "name": "entity.skeleton.ambient" }, { "id": 1207, - "name": "block.spore_blossom.fall" + "name": "entity.skeleton.converted_to_stray" }, { "id": 1208, - "name": "block.spore_blossom.hit" + "name": "entity.skeleton.death" }, { "id": 1209, - "name": "block.spore_blossom.place" + "name": "entity.skeleton_horse.ambient" }, { "id": 1210, - "name": "block.spore_blossom.step" + "name": "entity.skeleton_horse.death" }, { "id": 1211, - "name": "entity.strider.ambient" + "name": "entity.skeleton_horse.hurt" }, { "id": 1212, - "name": "entity.strider.happy" + "name": "entity.skeleton_horse.swim" }, { "id": 1213, - "name": "entity.strider.retreat" + "name": "entity.skeleton_horse.ambient_water" }, { "id": 1214, - "name": "entity.strider.death" + "name": "entity.skeleton_horse.gallop_water" }, { "id": 1215, - "name": "entity.strider.hurt" + "name": "entity.skeleton_horse.jump_water" }, { "id": 1216, - "name": "entity.strider.step" + "name": "entity.skeleton_horse.step_water" }, { "id": 1217, - "name": "entity.strider.step_lava" + "name": "entity.skeleton.hurt" }, { "id": 1218, - "name": "entity.strider.eat" + "name": "entity.skeleton.shoot" }, { "id": 1219, - "name": "entity.strider.saddle" + "name": "entity.skeleton.step" }, { "id": 1220, - "name": "entity.slime.death_small" + "name": "entity.slime.attack" }, { "id": 1221, - "name": "entity.slime.hurt_small" + "name": "entity.slime.death" }, { "id": 1222, - "name": "entity.slime.jump_small" + "name": "entity.slime.hurt" }, { "id": 1223, - "name": "entity.slime.squish_small" + "name": "entity.slime.jump" }, { "id": 1224, - "name": "block.smithing_table.use" + "name": "entity.slime.squish" }, { "id": 1225, - "name": "block.smoker.smoke" + "name": "block.slime_block.break" }, { "id": 1226, - "name": "entity.sniffer.step" + "name": "block.slime_block.fall" }, { "id": 1227, - "name": "entity.sniffer.eat" + "name": "block.slime_block.hit" }, { "id": 1228, - "name": "entity.sniffer.idle" + "name": "block.slime_block.place" }, { "id": 1229, - "name": "entity.sniffer.hurt" + "name": "block.slime_block.step" }, { "id": 1230, - "name": "entity.sniffer.death" + "name": "block.small_amethyst_bud.break" }, { "id": 1231, - "name": "entity.sniffer.drop_seed" + "name": "block.small_amethyst_bud.place" }, { "id": 1232, - "name": "entity.sniffer.scenting" + "name": "block.small_dripleaf.break" }, { "id": 1233, - "name": "entity.sniffer.sniffing" + "name": "block.small_dripleaf.fall" }, { "id": 1234, - "name": "entity.sniffer.searching" + "name": "block.small_dripleaf.hit" }, { "id": 1235, - "name": "entity.sniffer.digging" + "name": "block.small_dripleaf.place" }, { "id": 1236, - "name": "entity.sniffer.digging_stop" + "name": "block.small_dripleaf.step" }, { "id": 1237, - "name": "entity.sniffer.happy" + "name": "block.soul_sand.break" }, { "id": 1238, - "name": "block.sniffer_egg.plop" + "name": "block.soul_sand.step" }, { "id": 1239, - "name": "block.sniffer_egg.crack" + "name": "block.soul_sand.place" }, { "id": 1240, - "name": "block.sniffer_egg.hatch" + "name": "block.soul_sand.hit" }, { "id": 1241, - "name": "entity.snowball.throw" + "name": "block.soul_sand.fall" }, { "id": 1242, - "name": "block.snow.break" + "name": "block.soul_soil.break" }, { "id": 1243, - "name": "block.snow.fall" + "name": "block.soul_soil.step" }, { "id": 1244, - "name": "entity.snow_golem.ambient" + "name": "block.soul_soil.place" }, { "id": 1245, - "name": "entity.snow_golem.death" + "name": "block.soul_soil.hit" }, { "id": 1246, - "name": "entity.snow_golem.hurt" + "name": "block.soul_soil.fall" }, { "id": 1247, - "name": "entity.snow_golem.shoot" + "name": "particle.soul_escape" }, { "id": 1248, - "name": "entity.snow_golem.shear" + "name": "block.spore_blossom.break" }, { "id": 1249, - "name": "block.snow.hit" + "name": "block.spore_blossom.fall" }, { "id": 1250, - "name": "block.snow.place" + "name": "block.spore_blossom.hit" }, { "id": 1251, - "name": "block.snow.step" + "name": "block.spore_blossom.place" }, { "id": 1252, - "name": "entity.spider.ambient" + "name": "block.spore_blossom.step" }, { "id": 1253, - "name": "entity.spider.death" + "name": "entity.strider.ambient" }, { "id": 1254, - "name": "entity.spider.hurt" + "name": "entity.strider.happy" }, { "id": 1255, - "name": "entity.spider.step" + "name": "entity.strider.retreat" }, { "id": 1256, - "name": "entity.splash_potion.break" + "name": "entity.strider.death" }, { "id": 1257, - "name": "entity.splash_potion.throw" + "name": "entity.strider.hurt" }, { "id": 1258, - "name": "item.spyglass.use" + "name": "entity.strider.step" }, { "id": 1259, - "name": "item.spyglass.stop_using" + "name": "entity.strider.step_lava" }, { "id": 1260, - "name": "entity.squid.ambient" + "name": "entity.strider.eat" }, { "id": 1261, - "name": "entity.squid.death" + "name": "entity.strider.saddle" }, { "id": 1262, - "name": "entity.squid.hurt" + "name": "entity.slime.death_small" }, { "id": 1263, - "name": "entity.squid.squirt" + "name": "entity.slime.hurt_small" }, { "id": 1264, - "name": "block.stone.break" + "name": "entity.slime.jump_small" }, { "id": 1265, - "name": "block.stone_button.click_off" + "name": "entity.slime.squish_small" }, { "id": 1266, - "name": "block.stone_button.click_on" + "name": "block.smithing_table.use" }, { "id": 1267, - "name": "block.stone.fall" + "name": "block.smoker.smoke" }, { "id": 1268, - "name": "block.stone.hit" + "name": "entity.sniffer.step" }, { "id": 1269, - "name": "block.stone.place" + "name": "entity.sniffer.eat" }, { "id": 1270, - "name": "block.stone_pressure_plate.click_off" + "name": "entity.sniffer.idle" }, { "id": 1271, - "name": "block.stone_pressure_plate.click_on" + "name": "entity.sniffer.hurt" }, { "id": 1272, - "name": "block.stone.step" + "name": "entity.sniffer.death" }, { "id": 1273, - "name": "entity.stray.ambient" + "name": "entity.sniffer.drop_seed" }, { "id": 1274, - "name": "entity.stray.death" + "name": "entity.sniffer.scenting" }, { "id": 1275, - "name": "entity.stray.hurt" + "name": "entity.sniffer.sniffing" }, { "id": 1276, - "name": "entity.stray.step" + "name": "entity.sniffer.searching" }, { "id": 1277, - "name": "block.sweet_berry_bush.break" + "name": "entity.sniffer.digging" }, { "id": 1278, - "name": "block.sweet_berry_bush.place" + "name": "entity.sniffer.digging_stop" }, { "id": 1279, - "name": "block.sweet_berry_bush.pick_berries" + "name": "entity.sniffer.happy" }, { "id": 1280, - "name": "entity.tadpole.death" + "name": "block.sniffer_egg.plop" }, { "id": 1281, - "name": "entity.tadpole.flop" + "name": "block.sniffer_egg.crack" }, { "id": 1282, - "name": "entity.tadpole.grow_up" + "name": "block.sniffer_egg.hatch" }, { "id": 1283, - "name": "entity.tadpole.hurt" + "name": "entity.snowball.throw" }, { "id": 1284, - "name": "enchant.thorns.hit" + "name": "block.snow.break" }, { "id": 1285, - "name": "entity.tnt.primed" + "name": "block.snow.fall" }, { "id": 1286, - "name": "item.totem.use" + "name": "entity.snow_golem.ambient" }, { "id": 1287, - "name": "item.trident.hit" + "name": "entity.snow_golem.death" }, { "id": 1288, - "name": "item.trident.hit_ground" + "name": "entity.snow_golem.hurt" }, { "id": 1289, - "name": "item.trident.return" + "name": "entity.snow_golem.shoot" }, { "id": 1290, - "name": "item.trident.riptide_1" + "name": "entity.snow_golem.shear" }, { "id": 1291, - "name": "item.trident.riptide_2" + "name": "block.snow.hit" }, { "id": 1292, - "name": "item.trident.riptide_3" + "name": "block.snow.place" }, { "id": 1293, - "name": "item.trident.throw" + "name": "block.snow.step" }, { "id": 1294, - "name": "item.trident.thunder" + "name": "entity.spider.ambient" }, { "id": 1295, - "name": "block.tripwire.attach" + "name": "entity.spider.death" }, { "id": 1296, - "name": "block.tripwire.click_off" + "name": "entity.spider.hurt" }, { "id": 1297, - "name": "block.tripwire.click_on" + "name": "entity.spider.step" }, { "id": 1298, - "name": "block.tripwire.detach" + "name": "entity.splash_potion.break" }, { "id": 1299, - "name": "entity.tropical_fish.ambient" + "name": "entity.splash_potion.throw" }, { "id": 1300, - "name": "entity.tropical_fish.death" + "name": "block.sponge.break" }, { "id": 1301, - "name": "entity.tropical_fish.flop" + "name": "block.sponge.fall" }, { "id": 1302, - "name": "entity.tropical_fish.hurt" + "name": "block.sponge.hit" }, { "id": 1303, - "name": "block.tuff.break" + "name": "block.sponge.place" }, { "id": 1304, - "name": "block.tuff.step" + "name": "block.sponge.step" }, { "id": 1305, - "name": "block.tuff.place" + "name": "block.sponge.absorb" }, { "id": 1306, - "name": "block.tuff.hit" + "name": "item.spyglass.use" }, { "id": 1307, - "name": "block.tuff.fall" + "name": "item.spyglass.stop_using" }, { "id": 1308, - "name": "entity.turtle.ambient_land" + "name": "entity.squid.ambient" }, { "id": 1309, - "name": "entity.turtle.death" + "name": "entity.squid.death" }, { "id": 1310, - "name": "entity.turtle.death_baby" + "name": "entity.squid.hurt" }, { "id": 1311, - "name": "entity.turtle.egg_break" + "name": "entity.squid.squirt" }, { "id": 1312, - "name": "entity.turtle.egg_crack" + "name": "block.stone.break" }, { "id": 1313, - "name": "entity.turtle.egg_hatch" + "name": "block.stone_button.click_off" }, { "id": 1314, - "name": "entity.turtle.hurt" + "name": "block.stone_button.click_on" }, { "id": 1315, - "name": "entity.turtle.hurt_baby" + "name": "block.stone.fall" }, { "id": 1316, - "name": "entity.turtle.lay_egg" + "name": "block.stone.hit" }, { "id": 1317, - "name": "entity.turtle.shamble" + "name": "block.stone.place" }, { "id": 1318, - "name": "entity.turtle.shamble_baby" + "name": "block.stone_pressure_plate.click_off" }, { "id": 1319, - "name": "entity.turtle.swim" + "name": "block.stone_pressure_plate.click_on" }, { "id": 1320, - "name": "ui.button.click" + "name": "block.stone.step" }, { "id": 1321, - "name": "ui.loom.select_pattern" + "name": "entity.stray.ambient" }, { "id": 1322, - "name": "ui.loom.take_result" + "name": "entity.stray.death" }, { "id": 1323, + "name": "entity.stray.hurt" + }, + { + "id": 1324, + "name": "entity.stray.step" + }, + { + "id": 1325, + "name": "block.sweet_berry_bush.break" + }, + { + "id": 1326, + "name": "block.sweet_berry_bush.place" + }, + { + "id": 1327, + "name": "block.sweet_berry_bush.pick_berries" + }, + { + "id": 1328, + "name": "entity.tadpole.death" + }, + { + "id": 1329, + "name": "entity.tadpole.flop" + }, + { + "id": 1330, + "name": "entity.tadpole.grow_up" + }, + { + "id": 1331, + "name": "entity.tadpole.hurt" + }, + { + "id": 1332, + "name": "enchant.thorns.hit" + }, + { + "id": 1333, + "name": "entity.tnt.primed" + }, + { + "id": 1334, + "name": "item.totem.use" + }, + { + "id": 1335, + "name": "item.trident.hit" + }, + { + "id": 1336, + "name": "item.trident.hit_ground" + }, + { + "id": 1337, + "name": "item.trident.return" + }, + { + "id": 1338, + "name": "item.trident.riptide_1" + }, + { + "id": 1339, + "name": "item.trident.riptide_2" + }, + { + "id": 1340, + "name": "item.trident.riptide_3" + }, + { + "id": 1341, + "name": "item.trident.throw" + }, + { + "id": 1342, + "name": "item.trident.thunder" + }, + { + "id": 1343, + "name": "block.tripwire.attach" + }, + { + "id": 1344, + "name": "block.tripwire.click_off" + }, + { + "id": 1345, + "name": "block.tripwire.click_on" + }, + { + "id": 1346, + "name": "block.tripwire.detach" + }, + { + "id": 1347, + "name": "entity.tropical_fish.ambient" + }, + { + "id": 1348, + "name": "entity.tropical_fish.death" + }, + { + "id": 1349, + "name": "entity.tropical_fish.flop" + }, + { + "id": 1350, + "name": "entity.tropical_fish.hurt" + }, + { + "id": 1351, + "name": "block.tuff.break" + }, + { + "id": 1352, + "name": "block.tuff.step" + }, + { + "id": 1353, + "name": "block.tuff.place" + }, + { + "id": 1354, + "name": "block.tuff.hit" + }, + { + "id": 1355, + "name": "block.tuff.fall" + }, + { + "id": 1356, + "name": "block.tuff_bricks.break" + }, + { + "id": 1357, + "name": "block.tuff_bricks.fall" + }, + { + "id": 1358, + "name": "block.tuff_bricks.hit" + }, + { + "id": 1359, + "name": "block.tuff_bricks.place" + }, + { + "id": 1360, + "name": "block.tuff_bricks.step" + }, + { + "id": 1361, + "name": "block.polished_tuff.break" + }, + { + "id": 1362, + "name": "block.polished_tuff.fall" + }, + { + "id": 1363, + "name": "block.polished_tuff.hit" + }, + { + "id": 1364, + "name": "block.polished_tuff.place" + }, + { + "id": 1365, + "name": "block.polished_tuff.step" + }, + { + "id": 1366, + "name": "entity.turtle.ambient_land" + }, + { + "id": 1367, + "name": "entity.turtle.death" + }, + { + "id": 1368, + "name": "entity.turtle.death_baby" + }, + { + "id": 1369, + "name": "entity.turtle.egg_break" + }, + { + "id": 1370, + "name": "entity.turtle.egg_crack" + }, + { + "id": 1371, + "name": "entity.turtle.egg_hatch" + }, + { + "id": 1372, + "name": "entity.turtle.hurt" + }, + { + "id": 1373, + "name": "entity.turtle.hurt_baby" + }, + { + "id": 1374, + "name": "entity.turtle.lay_egg" + }, + { + "id": 1375, + "name": "entity.turtle.shamble" + }, + { + "id": 1376, + "name": "entity.turtle.shamble_baby" + }, + { + "id": 1377, + "name": "entity.turtle.swim" + }, + { + "id": 1378, + "name": "ui.button.click" + }, + { + "id": 1379, + "name": "ui.loom.select_pattern" + }, + { + "id": 1380, + "name": "ui.loom.take_result" + }, + { + "id": 1381, "name": "ui.cartography_table.take_result" }, { - "id": 1324, + "id": 1382, "name": "ui.stonecutter.take_result" }, { - "id": 1325, + "id": 1383, "name": "ui.stonecutter.select_recipe" }, { - "id": 1326, + "id": 1384, "name": "ui.toast.challenge_complete" }, { - "id": 1327, + "id": 1385, "name": "ui.toast.in" }, { - "id": 1328, + "id": 1386, "name": "ui.toast.out" }, { - "id": 1329, + "id": 1387, "name": "entity.vex.ambient" }, { - "id": 1330, + "id": 1388, "name": "entity.vex.charge" }, { - "id": 1331, + "id": 1389, "name": "entity.vex.death" }, { - "id": 1332, + "id": 1390, "name": "entity.vex.hurt" }, { - "id": 1333, + "id": 1391, "name": "entity.villager.ambient" }, { - "id": 1334, + "id": 1392, "name": "entity.villager.celebrate" }, { - "id": 1335, + "id": 1393, "name": "entity.villager.death" }, { - "id": 1336, + "id": 1394, "name": "entity.villager.hurt" }, { - "id": 1337, + "id": 1395, "name": "entity.villager.no" }, { - "id": 1338, + "id": 1396, "name": "entity.villager.trade" }, { - "id": 1339, + "id": 1397, "name": "entity.villager.yes" }, { - "id": 1340, + "id": 1398, "name": "entity.villager.work_armorer" }, { - "id": 1341, + "id": 1399, "name": "entity.villager.work_butcher" }, { - "id": 1342, + "id": 1400, "name": "entity.villager.work_cartographer" }, { - "id": 1343, + "id": 1401, "name": "entity.villager.work_cleric" }, { - "id": 1344, + "id": 1402, "name": "entity.villager.work_farmer" }, { - "id": 1345, + "id": 1403, "name": "entity.villager.work_fisherman" }, { - "id": 1346, + "id": 1404, "name": "entity.villager.work_fletcher" }, { - "id": 1347, + "id": 1405, "name": "entity.villager.work_leatherworker" }, { - "id": 1348, + "id": 1406, "name": "entity.villager.work_librarian" }, { - "id": 1349, + "id": 1407, "name": "entity.villager.work_mason" }, { - "id": 1350, + "id": 1408, "name": "entity.villager.work_shepherd" }, { - "id": 1351, + "id": 1409, "name": "entity.villager.work_toolsmith" }, { - "id": 1352, + "id": 1410, "name": "entity.villager.work_weaponsmith" }, { - "id": 1353, + "id": 1411, "name": "entity.vindicator.ambient" }, { - "id": 1354, + "id": 1412, "name": "entity.vindicator.celebrate" }, { - "id": 1355, + "id": 1413, "name": "entity.vindicator.death" }, { - "id": 1356, + "id": 1414, "name": "entity.vindicator.hurt" }, { - "id": 1357, + "id": 1415, "name": "block.vine.break" }, { - "id": 1358, + "id": 1416, "name": "block.vine.fall" }, { - "id": 1359, + "id": 1417, "name": "block.vine.hit" }, { - "id": 1360, + "id": 1418, "name": "block.vine.place" }, { - "id": 1361, + "id": 1419, "name": "block.vine.step" }, { - "id": 1362, + "id": 1420, "name": "block.lily_pad.place" }, { - "id": 1363, + "id": 1421, "name": "entity.wandering_trader.ambient" }, { - "id": 1364, + "id": 1422, "name": "entity.wandering_trader.death" }, { - "id": 1365, + "id": 1423, "name": "entity.wandering_trader.disappeared" }, { - "id": 1366, + "id": 1424, "name": "entity.wandering_trader.drink_milk" }, { - "id": 1367, + "id": 1425, "name": "entity.wandering_trader.drink_potion" }, { - "id": 1368, + "id": 1426, "name": "entity.wandering_trader.hurt" }, { - "id": 1369, + "id": 1427, "name": "entity.wandering_trader.no" }, { - "id": 1370, + "id": 1428, "name": "entity.wandering_trader.reappeared" }, { - "id": 1371, + "id": 1429, "name": "entity.wandering_trader.trade" }, { - "id": 1372, + "id": 1430, "name": "entity.wandering_trader.yes" }, { - "id": 1373, + "id": 1431, "name": "entity.warden.agitated" }, { - "id": 1374, + "id": 1432, "name": "entity.warden.ambient" }, { - "id": 1375, + "id": 1433, "name": "entity.warden.angry" }, { - "id": 1376, + "id": 1434, "name": "entity.warden.attack_impact" }, { - "id": 1377, + "id": 1435, "name": "entity.warden.death" }, { - "id": 1378, + "id": 1436, "name": "entity.warden.dig" }, { - "id": 1379, + "id": 1437, "name": "entity.warden.emerge" }, { - "id": 1380, + "id": 1438, "name": "entity.warden.heartbeat" }, { - "id": 1381, + "id": 1439, "name": "entity.warden.hurt" }, { - "id": 1382, + "id": 1440, "name": "entity.warden.listening" }, { - "id": 1383, + "id": 1441, "name": "entity.warden.listening_angry" }, { - "id": 1384, + "id": 1442, "name": "entity.warden.nearby_close" }, { - "id": 1385, + "id": 1443, "name": "entity.warden.nearby_closer" }, { - "id": 1386, + "id": 1444, "name": "entity.warden.nearby_closest" }, { - "id": 1387, + "id": 1445, "name": "entity.warden.roar" }, { - "id": 1388, + "id": 1446, "name": "entity.warden.sniff" }, { - "id": 1389, + "id": 1447, "name": "entity.warden.sonic_boom" }, { - "id": 1390, + "id": 1448, "name": "entity.warden.sonic_charge" }, { - "id": 1391, + "id": 1449, "name": "entity.warden.step" }, { - "id": 1392, + "id": 1450, "name": "entity.warden.tendril_clicks" }, { - "id": 1393, + "id": 1451, + "name": "block.hanging_sign.waxed_interact_fail" + }, + { + "id": 1452, "name": "block.sign.waxed_interact_fail" }, { - "id": 1394, + "id": 1453, "name": "block.water.ambient" }, { - "id": 1395, + "id": 1454, "name": "weather.rain" }, { - "id": 1396, + "id": 1455, "name": "weather.rain.above" }, { - "id": 1397, + "id": 1456, "name": "block.wet_grass.break" }, { - "id": 1398, + "id": 1457, "name": "block.wet_grass.fall" }, { - "id": 1399, + "id": 1458, "name": "block.wet_grass.hit" }, { - "id": 1400, + "id": 1459, "name": "block.wet_grass.place" }, { - "id": 1401, + "id": 1460, "name": "block.wet_grass.step" }, { - "id": 1402, + "id": 1461, + "name": "block.wet_sponge.break" + }, + { + "id": 1462, + "name": "block.wet_sponge.fall" + }, + { + "id": 1463, + "name": "block.wet_sponge.hit" + }, + { + "id": 1464, + "name": "block.wet_sponge.place" + }, + { + "id": 1465, + "name": "block.wet_sponge.step" + }, + { + "id": 1466, + "name": "entity.generic.wind_burst" + }, + { + "id": 1467, "name": "entity.witch.ambient" }, { - "id": 1403, + "id": 1468, "name": "entity.witch.celebrate" }, { - "id": 1404, + "id": 1469, "name": "entity.witch.death" }, { - "id": 1405, + "id": 1470, "name": "entity.witch.drink" }, { - "id": 1406, + "id": 1471, "name": "entity.witch.hurt" }, { - "id": 1407, + "id": 1472, "name": "entity.witch.throw" }, { - "id": 1408, + "id": 1473, "name": "entity.wither.ambient" }, { - "id": 1409, + "id": 1474, "name": "entity.wither.break_block" }, { - "id": 1410, + "id": 1475, "name": "entity.wither.death" }, { - "id": 1411, + "id": 1476, "name": "entity.wither.hurt" }, { - "id": 1412, + "id": 1477, "name": "entity.wither.shoot" }, { - "id": 1413, + "id": 1478, "name": "entity.wither_skeleton.ambient" }, { - "id": 1414, + "id": 1479, "name": "entity.wither_skeleton.death" }, { - "id": 1415, + "id": 1480, "name": "entity.wither_skeleton.hurt" }, { - "id": 1416, + "id": 1481, "name": "entity.wither_skeleton.step" }, { - "id": 1417, + "id": 1482, "name": "entity.wither.spawn" }, { - "id": 1418, + "id": 1483, "name": "entity.wolf.ambient" }, { - "id": 1419, + "id": 1484, "name": "entity.wolf.death" }, { - "id": 1420, + "id": 1485, "name": "entity.wolf.growl" }, { - "id": 1421, + "id": 1486, "name": "entity.wolf.howl" }, { - "id": 1422, + "id": 1487, "name": "entity.wolf.hurt" }, { - "id": 1423, + "id": 1488, "name": "entity.wolf.pant" }, { - "id": 1424, + "id": 1489, "name": "entity.wolf.shake" }, { - "id": 1425, + "id": 1490, "name": "entity.wolf.step" }, { - "id": 1426, + "id": 1491, "name": "entity.wolf.whine" }, { - "id": 1427, + "id": 1492, "name": "block.wooden_door.close" }, { - "id": 1428, + "id": 1493, "name": "block.wooden_door.open" }, { - "id": 1429, + "id": 1494, "name": "block.wooden_trapdoor.close" }, { - "id": 1430, + "id": 1495, "name": "block.wooden_trapdoor.open" }, { - "id": 1431, + "id": 1496, "name": "block.wooden_button.click_off" }, { - "id": 1432, + "id": 1497, "name": "block.wooden_button.click_on" }, { - "id": 1433, + "id": 1498, "name": "block.wooden_pressure_plate.click_off" }, { - "id": 1434, + "id": 1499, "name": "block.wooden_pressure_plate.click_on" }, { - "id": 1435, + "id": 1500, "name": "block.wood.break" }, { - "id": 1436, + "id": 1501, "name": "block.wood.fall" }, { - "id": 1437, + "id": 1502, "name": "block.wood.hit" }, { - "id": 1438, + "id": 1503, "name": "block.wood.place" }, { - "id": 1439, + "id": 1504, "name": "block.wood.step" }, { - "id": 1440, + "id": 1505, "name": "block.wool.break" }, { - "id": 1441, + "id": 1506, "name": "block.wool.fall" }, { - "id": 1442, + "id": 1507, "name": "block.wool.hit" }, { - "id": 1443, + "id": 1508, "name": "block.wool.place" }, { - "id": 1444, + "id": 1509, "name": "block.wool.step" }, { - "id": 1445, + "id": 1510, "name": "entity.zoglin.ambient" }, { - "id": 1446, + "id": 1511, "name": "entity.zoglin.angry" }, { - "id": 1447, + "id": 1512, "name": "entity.zoglin.attack" }, { - "id": 1448, + "id": 1513, "name": "entity.zoglin.death" }, { - "id": 1449, + "id": 1514, "name": "entity.zoglin.hurt" }, { - "id": 1450, + "id": 1515, "name": "entity.zoglin.step" }, { - "id": 1451, + "id": 1516, "name": "entity.zombie.ambient" }, { - "id": 1452, + "id": 1517, "name": "entity.zombie.attack_wooden_door" }, { - "id": 1453, + "id": 1518, "name": "entity.zombie.attack_iron_door" }, { - "id": 1454, + "id": 1519, "name": "entity.zombie.break_wooden_door" }, { - "id": 1455, + "id": 1520, "name": "entity.zombie.converted_to_drowned" }, { - "id": 1456, + "id": 1521, "name": "entity.zombie.death" }, { - "id": 1457, + "id": 1522, "name": "entity.zombie.destroy_egg" }, { - "id": 1458, + "id": 1523, "name": "entity.zombie_horse.ambient" }, { - "id": 1459, + "id": 1524, "name": "entity.zombie_horse.death" }, { - "id": 1460, + "id": 1525, "name": "entity.zombie_horse.hurt" }, { - "id": 1461, + "id": 1526, "name": "entity.zombie.hurt" }, { - "id": 1462, + "id": 1527, "name": "entity.zombie.infect" }, { - "id": 1463, + "id": 1528, "name": "entity.zombified_piglin.ambient" }, { - "id": 1464, + "id": 1529, "name": "entity.zombified_piglin.angry" }, { - "id": 1465, + "id": 1530, "name": "entity.zombified_piglin.death" }, { - "id": 1466, + "id": 1531, "name": "entity.zombified_piglin.hurt" }, { - "id": 1467, + "id": 1532, "name": "entity.zombie.step" }, { - "id": 1468, + "id": 1533, "name": "entity.zombie_villager.ambient" }, { - "id": 1469, + "id": 1534, "name": "entity.zombie_villager.converted" }, { - "id": 1470, + "id": 1535, "name": "entity.zombie_villager.cure" }, { - "id": 1471, + "id": 1536, "name": "entity.zombie_villager.death" }, { - "id": 1472, + "id": 1537, "name": "entity.zombie_villager.hurt" }, { - "id": 1473, + "id": 1538, "name": "entity.zombie_villager.step" } ] \ No newline at end of file diff --git a/crates/valence_lang/extracted/translation_keys.json b/crates/valence_lang/extracted/translation_keys.json index 0608e361d..778e4fe50 100644 --- a/crates/valence_lang/extracted/translation_keys.json +++ b/crates/valence_lang/extracted/translation_keys.json @@ -43,6 +43,10 @@ "key": "subtitles.entity.mooshroom.milk", "english_translation": "Mooshroom gets milked" }, + { + "key": "recover_world.button", + "english_translation": "Attempt to Recover" + }, { "key": "block.minecraft.red_nether_brick_slab", "english_translation": "Red Nether Brick Slab" @@ -71,6 +75,10 @@ "key": "commands.schedule.created.function", "english_translation": "Scheduled function '%s' in %s tick(s) at gametime %s" }, + { + "key": "merchant.title", + "english_translation": "%s - %s" + }, { "key": "deathScreen.quit.confirm", "english_translation": "Are you sure you want to quit?" @@ -87,6 +95,10 @@ "key": "entity.minecraft.allay", "english_translation": "Allay" }, + { + "key": "title.multiplayer.disabled.banned.name", + "english_translation": "You must change your name before you can play online" + }, { "key": "commands.bossbar.remove.success", "english_translation": "Removed custom bossbar %s" @@ -141,7 +153,7 @@ }, { "key": "selectWorld.loading_list", - "english_translation": "Loading world list" + "english_translation": "Loading World List" }, { "key": "block.minecraft.white_stained_glass", @@ -161,7 +173,7 @@ }, { "key": "mco.configure.world.subscription.timeleft", - "english_translation": "Time left" + "english_translation": "Time Left" }, { "key": "multiplayer.status.no_connection", @@ -203,6 +215,10 @@ "key": "block.minecraft.banner.diagonal_left.cyan", "english_translation": "Cyan Per Bend Sinister" }, + { + "key": "symlink_warning.title.world", + "english_translation": "The world folder contains symbolic links" + }, { "key": "block.minecraft.banner.stripe_bottom.light_blue", "english_translation": "Light Blue Base" @@ -215,6 +231,14 @@ "key": "createWorld.customize.custom.biomeScaleWeight", "english_translation": "Biome Scale Weight" }, + { + "key": "subtitles.block.trial_spawner.close_shutter", + "english_translation": "Trial Spawner closes" + }, + { + "key": "selectWorld.incompatible.description", + "english_translation": "This world cannot be opened in this version.\nIt was last played in version %s." + }, { "key": "block.minecraft.end_stone", "english_translation": "End Stone" @@ -237,7 +261,7 @@ }, { "key": "mco.download.title", - "english_translation": "Downloading latest world" + "english_translation": "Downloading Latest World" }, { "key": "item.minecraft.splash_potion.effect.fire_resistance", @@ -251,6 +275,10 @@ "key": "block.minecraft.banner.triangles_bottom.light_gray", "english_translation": "Light Gray Base Indented" }, + { + "key": "jigsaw_block.selection_priority", + "english_translation": "Selection Priority:" + }, { "key": "selectWorld.edit.export_worldgen_settings.success", "english_translation": "Exported" @@ -271,6 +299,10 @@ "key": "block.minecraft.stripped_bamboo_block", "english_translation": "Block of Stripped Bamboo" }, + { + "key": "gui.abuseReport.draft.quittotitle.content", + "english_translation": "Would you like to continue editing it or discard it?" + }, { "key": "item.minecraft.shield.red", "english_translation": "Red Shield" @@ -307,6 +339,10 @@ "key": "item.minecraft.amethyst_shard", "english_translation": "Amethyst Shard" }, + { + "key": "block.minecraft.copper_trapdoor", + "english_translation": "Copper Trapdoor" + }, { "key": "subtitles.entity.piglin.celebrate", "english_translation": "Piglin celebrates" @@ -331,6 +367,10 @@ "key": "jigsaw_block.pool", "english_translation": "Target Pool:" }, + { + "key": "subtitles.entity.breeze.land", + "english_translation": "Breeze lands" + }, { "key": "block.minecraft.potatoes", "english_translation": "Potatoes" @@ -423,10 +463,18 @@ "key": "entity.minecraft.magma_cube", "english_translation": "Magma Cube" }, + { + "key": "entity.minecraft.breeze", + "english_translation": "Breeze" + }, { "key": "block.minecraft.banner.curly_border.gray", "english_translation": "Gray Bordure Indented" }, + { + "key": "commands.function.error.missing_arguments", + "english_translation": "Missing arguments to function %s" + }, { "key": "options.particles.all", "english_translation": "All" @@ -463,6 +511,10 @@ "key": "gamerule.showDeathMessages", "english_translation": "Show death messages" }, + { + "key": "mco.snapshot.tooltip", + "english_translation": "Use Snapshot Realms to get a sneak peek at upcoming versions of Minecraft, which might include new features and other changes.\n\nYou can find your normal Realms in the release version of the game." + }, { "key": "commands.enchant.success.single", "english_translation": "Applied enchantment %s to %s's item" @@ -471,6 +523,10 @@ "key": "advancements.end.find_end_city.title", "english_translation": "The City at the End of the Game" }, + { + "key": "gui.abuseReport.discard.draft", + "english_translation": "Save as Draft" + }, { "key": "item.minecraft.bamboo_chest_raft", "english_translation": "Bamboo Raft with Chest" @@ -695,6 +751,10 @@ "key": "commands.perf.reportFailed", "english_translation": "Failed to create debug report" }, + { + "key": "commands.function.instantiationFailure", + "english_translation": "Failed to instantiate function %s: %s" + }, { "key": "block.minecraft.cyan_stained_glass", "english_translation": "Cyan Stained Glass" @@ -727,6 +787,10 @@ "key": "mco.connect.connecting", "english_translation": "Connecting to the realm..." }, + { + "key": "mco.snapshot.friendsRealm.upgrade", + "english_translation": "%s needs to upgrade their Realm before you can play from this version" + }, { "key": "block.minecraft.spruce_slab", "english_translation": "Spruce Slab" @@ -751,6 +815,10 @@ "key": "block.minecraft.banner.border.magenta", "english_translation": "Magenta Bordure" }, + { + "key": "block.minecraft.exposed_copper_door", + "english_translation": "Exposed Copper Door" + }, { "key": "gui.chatReport.discard.content", "english_translation": "If you leave, you'll lose this report and your comments.\nAre you sure you want to leave?" @@ -793,7 +861,7 @@ }, { "key": "gui.chatReport.title", - "english_translation": "Report Player" + "english_translation": "Report Player Chat" }, { "key": "container.hopper", @@ -859,9 +927,13 @@ "key": "stat.minecraft.mob_kills", "english_translation": "Mob Kills" }, + { + "key": "subtitles.entity.breeze.inhale", + "english_translation": "Breeze inhales" + }, { "key": "death.attack.fall.player", - "english_translation": "%1$s hit the ground too hard whilst trying to escape %2$s" + "english_translation": "%1$s hit the ground too hard while trying to escape %2$s" }, { "key": "mco.download.percent", @@ -923,6 +995,10 @@ "key": "block.minecraft.cartography_table", "english_translation": "Cartography Table" }, + { + "key": "commands.debug.function.noReturnRun", + "english_translation": "Tracing can't be used with return run" + }, { "key": "itemGroup.consumables", "english_translation": "Consumables" @@ -963,10 +1039,18 @@ "key": "commands.enchant.success.multiple", "english_translation": "Applied enchantment %s to %s entities" }, + { + "key": "block.minecraft.oxidized_copper_trapdoor", + "english_translation": "Oxidized Copper Trapdoor" + }, { "key": "commands.advancement.grant.many.to.one.failure", "english_translation": "Couldn't grant %s advancements to %s as they already have them" }, + { + "key": "subtitles.block.crafter.craft", + "english_translation": "Crafter crafts" + }, { "key": "subtitles.entity.llama.spit", "english_translation": "Llama spits" @@ -999,6 +1083,10 @@ "key": "debug.creative_spectator.help", "english_translation": "F3 + N = Cycle previous game mode <-> spectator" }, + { + "key": "mco.selectServer.create.subtitle", + "english_translation": "Select what world to put on your new realm" + }, { "key": "block.minecraft.glow_lichen", "english_translation": "Glow Lichen" @@ -1031,6 +1119,10 @@ "key": "block.minecraft.banner.half_horizontal_bottom.light_gray", "english_translation": "Light Gray Per Fess Inverted" }, + { + "key": "loading.progress", + "english_translation": "%s%%" + }, { "key": "block.minecraft.raw_copper_block", "english_translation": "Block of Raw Copper" @@ -1079,6 +1171,10 @@ "key": "selectWorld.data_read", "english_translation": "Reading world data..." }, + { + "key": "subtitles.block.trial_spawner.ambient", + "english_translation": "Trial Spawner crackles" + }, { "key": "gui.stats", "english_translation": "Statistics" @@ -1131,6 +1227,10 @@ "key": "block.minecraft.banner.base.black", "english_translation": "Fully Black Field" }, + { + "key": "mco.snapshotRealmsPopup.title", + "english_translation": "Realms now available in Snapshots" + }, { "key": "item.minecraft.tipped_arrow.effect.leaping", "english_translation": "Arrow of Leaping" @@ -1279,13 +1379,17 @@ "key": "subtitles.entity.iron_golem.attack", "english_translation": "Iron Golem attacks" }, + { + "key": "optimizeWorld.progress.percentage", + "english_translation": "%s%%" + }, { "key": "commands.bossbar.create.failed", "english_translation": "A bossbar already exists with the ID '%s'" }, { "key": "mco.configure.world.spawnMonsters", - "english_translation": "Spawn monsters" + "english_translation": "Spawn Monsters" }, { "key": "disconnect.loginFailedInfo", @@ -1431,6 +1535,10 @@ "key": "biome.minecraft.end_barrens", "english_translation": "End Barrens" }, + { + "key": "mco.account.privacy.information", + "english_translation": "Mojang implements certain procedures to help protect children and their privacy including complying with the Children’s Online Privacy Protection Act (COPPA) and General Data Protection Regulation (GDPR).\n\nYou may need to obtain parental consent before accessing your Realms account." + }, { "key": "subtitles.block.anvil.land", "english_translation": "Anvil landed" @@ -1451,6 +1559,10 @@ "key": "mco.selectServer.openserver", "english_translation": "Open realm" }, + { + "key": "commands.scoreboard.objectives.modify.objectiveFormat.clear", + "english_translation": "Cleared default number format of objective %s" + }, { "key": "item.minecraft.archer_pottery_sherd", "english_translation": "Archer Pottery Sherd" @@ -1507,6 +1619,10 @@ "key": "painting.minecraft.skull_and_roses.title", "english_translation": "Skull and Roses" }, + { + "key": "item.minecraft.ward_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "entity.minecraft.llama_spit", "english_translation": "Llama Spit" @@ -1587,6 +1703,10 @@ "key": "block.minecraft.banner.gradient_up.white", "english_translation": "White Base Gradient" }, + { + "key": "mco.compatibility.upgrade.title", + "english_translation": "Do you really want to upgrade your world?" + }, { "key": "block.minecraft.banner.small_stripes.yellow", "english_translation": "Yellow Paly" @@ -1623,6 +1743,10 @@ "key": "gui.multiLineEditBox.character_limit", "english_translation": "%s/%s" }, + { + "key": "gui.abuseReport.draft.content", + "english_translation": "Would you like to continue editing the existing report or discard it and create a new one?" + }, { "key": "block.minecraft.infested_chiseled_stone_bricks", "english_translation": "Infested Chiseled Stone Bricks" @@ -1757,7 +1881,7 @@ }, { "key": "mco.configure.world.spawnAnimals", - "english_translation": "Spawn animals" + "english_translation": "Spawn Animals" }, { "key": "block.minecraft.magma_block", @@ -1843,6 +1967,10 @@ "key": "stat.minecraft.player_kills", "english_translation": "Player Kills" }, + { + "key": "download.pack.progress.bytes", + "english_translation": "Progress: %s (total size unknown)" + }, { "key": "telemetry.property.advancement_id.title", "english_translation": "Advancement ID" @@ -1859,6 +1987,10 @@ "key": "commands.advancement.revoke.many.to.many.success", "english_translation": "Revoked %s advancements from %s players" }, + { + "key": "mco.notification.transferSubscription.message", + "english_translation": "Java Realms subscriptions are moving to the Microsoft Store. Do not let your subscription expire!\nTransfer now and get 30 days of Realms for free.\nGo to Profile on minecraft.net to transfer your subscription." + }, { "key": "gui.chatSelection.selected", "english_translation": "%s/%s message(s) selected" @@ -1975,6 +2107,10 @@ "key": "subtitles.entity.cat.death", "english_translation": "Cat dies" }, + { + "key": "subtitles.entity.parrot.imitate.breeze", + "english_translation": "Parrot whirs" + }, { "key": "item.minecraft.snowball", "english_translation": "Snowball" @@ -2127,6 +2263,10 @@ "key": "item.minecraft.music_disc_stal", "english_translation": "Music Disc" }, + { + "key": "narration.suggestion.usage.cycle.hidable", + "english_translation": "Press Tab to cycle to the next suggestion, or Escape to leave suggestions" + }, { "key": "entity.minecraft.villager.mason", "english_translation": "Mason" @@ -2141,7 +2281,7 @@ }, { "key": "mco.configure.world.subscription.extend", - "english_translation": "Extend subscription" + "english_translation": "Extend Subscription" }, { "key": "container.repair", @@ -2163,6 +2303,10 @@ "key": "block.minecraft.chipped_anvil", "english_translation": "Chipped Anvil" }, + { + "key": "commands.kick.singleplayer.failed", + "english_translation": "Cannot kick in an offline singleplayer game" + }, { "key": "argument.entity.options.type.invalid", "english_translation": "Invalid or unknown entity type '%s'" @@ -2207,6 +2351,10 @@ "key": "subtitles.entity.ender_pearl.throw", "english_translation": "Ender Pearl flies" }, + { + "key": "item.minecraft.shaper_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "commands.experience.query.levels", "english_translation": "%s has %s experience levels" @@ -2275,6 +2423,10 @@ "key": "datapackFailure.safeMode.failed.title", "english_translation": "Failed to load world in Safe Mode." }, + { + "key": "mco.snapshot.parent.tooltip", + "english_translation": "Use the latest release of Minecraft to play on this Realm" + }, { "key": "argument.dimension.invalid", "english_translation": "Unknown dimension '%s'" @@ -2283,6 +2435,10 @@ "key": "debug.dump_dynamic_textures", "english_translation": "Saved dynamic textures to %s" }, + { + "key": "block.minecraft.polished_tuff_stairs", + "english_translation": "Polished Tuff Stairs" + }, { "key": "argument.entity.selector.self", "english_translation": "Current entity" @@ -2327,6 +2483,10 @@ "key": "selectWorld.seedInfo", "english_translation": "Leave blank for a random seed" }, + { + "key": "mco.selectServer.minigameName", + "english_translation": "Minigame: %s" + }, { "key": "commands.bossbar.set.name.success", "english_translation": "Custom bossbar %s has been renamed" @@ -2403,6 +2563,10 @@ "key": "block.minecraft.warped_roots", "english_translation": "Warped Roots" }, + { + "key": "telemetry_info.opt_in.description", + "english_translation": "I consent to sending optional telemetry data" + }, { "key": "telemetry.property.client_modded.title", "english_translation": "Client Modded" @@ -2439,6 +2603,10 @@ "key": "arguments.swizzle.invalid", "english_translation": "Invalid swizzle, expected combination of 'x', 'y' and 'z'" }, + { + "key": "gui.abuseReport.report_sent_msg", + "english_translation": "We’ve successfully received your report. Thank you!\n\nOur team will review it as soon as possible." + }, { "key": "menu.multiplayer", "english_translation": "Multiplayer" @@ -2483,6 +2651,10 @@ "key": "item.minecraft.zombified_piglin_spawn_egg", "english_translation": "Zombified Piglin Spawn Egg" }, + { + "key": "recover_world.state_entry", + "english_translation": "State from %s: " + }, { "key": "advancements.adventure.read_power_from_chiseled_bookshelf.description", "english_translation": "Read the power signal of a Chiseled Bookshelf using a Comparator" @@ -2583,6 +2755,10 @@ "key": "mco.configure.world.restore.download.question.line1", "english_translation": "The world will be downloaded and added to your single player worlds." }, + { + "key": "commands.scoreboard.players.display.name.clear.success.multiple", + "english_translation": "Cleared display name for %s entities in %s" + }, { "key": "options.multiplayer.title", "english_translation": "Multiplayer Settings..." @@ -2647,6 +2823,10 @@ "key": "painting.minecraft.match.title", "english_translation": "Match" }, + { + "key": "mco.download.speed.narration", + "english_translation": "%s/s" + }, { "key": "multiplayer.status.player_count.narration", "english_translation": "%s out of %s players online" @@ -2699,6 +2879,10 @@ "key": "createWorld.customize.custom.lowerLimitScale", "english_translation": "Lower Limit Scale" }, + { + "key": "gamerule.enderPearlsVanishOnDeath", + "english_translation": "Thrown ender pearls vanish on death" + }, { "key": "subtitles.entity.wolf.shake", "english_translation": "Wolf shakes" @@ -2729,7 +2913,7 @@ }, { "key": "gui.abuseReport.reason.self_harm_or_suicide", - "english_translation": "Imminent harm - Self-harm or suicide" + "english_translation": "Self-harm or suicide" }, { "key": "block.minecraft.light_gray_concrete_powder", @@ -2779,6 +2963,10 @@ "key": "commands.scoreboard.players.list.success", "english_translation": "There are %s tracked entity/entities: %s" }, + { + "key": "gui.abuseReport.type.skin", + "english_translation": "Player Skin" + }, { "key": "book.byAuthor", "english_translation": "by %1$s" @@ -2843,6 +3031,10 @@ "key": "block.minecraft.light_gray_carpet", "english_translation": "Light Gray Carpet" }, + { + "key": "subtitles.entity.breeze.hurt", + "english_translation": "Breeze hurts" + }, { "key": "selectWorld.delete", "english_translation": "Delete" @@ -2879,6 +3071,10 @@ "key": "options.modelPart.cape", "english_translation": "Cape" }, + { + "key": "options.hideSplashTexts.tooltip", + "english_translation": "Hides the yellow splash text in the main menu." + }, { "key": "commands.whitelist.disabled", "english_translation": "Whitelist is now turned off" @@ -2987,6 +3183,10 @@ "key": "item.minecraft.netherite_pickaxe", "english_translation": "Netherite Pickaxe" }, + { + "key": "recover_world.warning", + "english_translation": "Failed to load world summary" + }, { "key": "block.minecraft.mangrove_wood", "english_translation": "Mangrove Wood" @@ -3235,6 +3435,10 @@ "key": "selectWorld.edit.backupFailed", "english_translation": "Backup failed" }, + { + "key": "commands.scoreboard.players.display.name.clear.success.single", + "english_translation": "Cleared display name for %s in %s" + }, { "key": "container.smoker", "english_translation": "Smoker" @@ -3289,7 +3493,7 @@ }, { "key": "mco.selectServer.popup", - "english_translation": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay." + "english_translation": "Realms is a safe, simple way to enjoy an online Minecraft world with up to ten friends at a time. It supports loads of minigames and plenty of custom worlds! Only the owner of the realm needs to pay." }, { "key": "block.minecraft.end_stone_bricks", @@ -3311,6 +3515,10 @@ "key": "stat_type.minecraft.killed", "english_translation": "You killed %s %s" }, + { + "key": "recover_world.no_fallback", + "english_translation": "No state to recover from available" + }, { "key": "block.minecraft.banner.diagonal_right.gray", "english_translation": "Gray Per Bend" @@ -3383,6 +3591,10 @@ "key": "block.minecraft.lily_pad", "english_translation": "Lily Pad" }, + { + "key": "jigsaw_block.selection_priority.tooltip", + "english_translation": "When the parent piece is being processed for connections, this is the order in which this Jigsaw block attempts to connect to its target piece.\n\nJigsaws will be processed in descending priority with random ordering breaking ties." + }, { "key": "commands.data.block.invalid", "english_translation": "The target block is not a block entity" @@ -3399,6 +3611,18 @@ "key": "commands.forceload.added.none", "english_translation": "No force loaded chunks were found in %s" }, + { + "key": "symlink_warning.title.pack", + "english_translation": "Added pack(s) contain(s) symbolic links" + }, + { + "key": "block.minecraft.waxed_copper_door", + "english_translation": "Waxed Copper Door" + }, + { + "key": "block.minecraft.chiseled_tuff_bricks", + "english_translation": "Chiseled Tuff Bricks" + }, { "key": "item.minecraft.smithing_template.armor_trim.applies_to", "english_translation": "Armor" @@ -3491,6 +3715,10 @@ "key": "disconnect.spam", "english_translation": "Kicked for spamming" }, + { + "key": "gui.abuseReport.name.title", + "english_translation": "Report Player Name" + }, { "key": "key.keyboard.insert", "english_translation": "Insert" @@ -3515,6 +3743,10 @@ "key": "block.minecraft.potted_spruce_sapling", "english_translation": "Potted Spruce Sapling" }, + { + "key": "gamerule.playersNetherPortalDefaultDelay", + "english_translation": "Player's Nether portal delay in non-creative mode" + }, { "key": "item.minecraft.cave_spider_spawn_egg", "english_translation": "Cave Spider Spawn Egg" @@ -3647,6 +3879,14 @@ "key": "block.minecraft.sticky_piston", "english_translation": "Sticky Piston" }, + { + "key": "item.minecraft.coast_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, + { + "key": "subtitles.block.decorated_pot.insert", + "english_translation": "Decorated Pot fills" + }, { "key": "item.minecraft.birch_boat", "english_translation": "Birch Boat" @@ -3699,6 +3939,10 @@ "key": "commands.effect.give.success.multiple", "english_translation": "Applied effect %s to %s targets" }, + { + "key": "event.minecraft.raid.victory.full", + "english_translation": "Raid - Victory" + }, { "key": "advMode.mode.redstone", "english_translation": "Impulse" @@ -3755,6 +3999,10 @@ "key": "telemetry.property.new_world.title", "english_translation": "New World" }, + { + "key": "recover_world.issue.none", + "english_translation": "No issues" + }, { "key": "block.minecraft.tinted_glass", "english_translation": "Tinted Glass" @@ -3763,6 +4011,10 @@ "key": "block.minecraft.banner.triangle_bottom.pink", "english_translation": "Pink Chevron" }, + { + "key": "multiplayer.player.list.hp", + "english_translation": "%shp" + }, { "key": "commands.team.join.success.multiple", "english_translation": "Added %s members to team %s" @@ -3771,6 +4023,10 @@ "key": "death.attack.sonic_boom", "english_translation": "%1$s was obliterated by a sonically-charged shriek" }, + { + "key": "item.minecraft.rib_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "multiplayer.disconnect.invalid_entity_attacked", "english_translation": "Attempting to attack an invalid entity" @@ -3851,6 +4107,10 @@ "key": "parsing.quote.expected.start", "english_translation": "Expected quote to start a string" }, + { + "key": "download.pack.title", + "english_translation": "Downloading resource pack %s/%s" + }, { "key": "entity.minecraft.phantom", "english_translation": "Phantom" @@ -3903,6 +4163,10 @@ "key": "commands.scoreboard.objectives.list.empty", "english_translation": "There are no objectives" }, + { + "key": "recover_world.done.title", + "english_translation": "Recovery done" + }, { "key": "item.minecraft.glow_berries", "english_translation": "Glow Berries" @@ -3915,6 +4179,10 @@ "key": "structure_block.hover.load", "english_translation": "Load: %s" }, + { + "key": "block.minecraft.copper_door", + "english_translation": "Copper Door" + }, { "key": "item.minecraft.dragon_breath", "english_translation": "Dragon's Breath" @@ -3975,6 +4243,10 @@ "key": "block.minecraft.polished_blackstone_bricks", "english_translation": "Polished Blackstone Bricks" }, + { + "key": "subtitles.block.hanging_sign.waxed_interact_fail", + "english_translation": "Sign wobbles" + }, { "key": "options.accessibility.high_contrast.error.tooltip", "english_translation": "High Contrast resource pack is not available" @@ -4035,6 +4307,18 @@ "key": "key.use", "english_translation": "Use Item/Place Block" }, + { + "key": "item.minecraft.host_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, + { + "key": "commands.scoreboard.players.display.name.set.success.single", + "english_translation": "Changed display name to %s for %s in %s" + }, + { + "key": "item.minecraft.wild_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "resourcepack.downloading", "english_translation": "Downloading Resource Pack" @@ -4507,6 +4791,10 @@ "key": "subtitles.entity.illusioner.mirror_move", "english_translation": "Illusioner displaces" }, + { + "key": "dataPack.trade_rebalance.description", + "english_translation": "Updated trades for Villagers" + }, { "key": "block.minecraft.infested_stone_bricks", "english_translation": "Infested Stone Bricks" @@ -4535,6 +4823,14 @@ "key": "debug.gamemodes.select_next", "english_translation": "%s Next" }, + { + "key": "advancements.progress", + "english_translation": "%s/%s" + }, + { + "key": "item.minecraft.vex_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "subtitles.entity.goat.hurt", "english_translation": "Goat hurts" @@ -4555,6 +4851,10 @@ "key": "block.minecraft.acacia_trapdoor", "english_translation": "Acacia Trapdoor" }, + { + "key": "commands.random.error.range_too_large", + "english_translation": "The range of the random value must be at most 2147483646" + }, { "key": "commands.spectate.success.stopped", "english_translation": "No longer spectating an entity" @@ -4603,6 +4903,10 @@ "key": "block.minecraft.waxed_cut_copper", "english_translation": "Waxed Cut Copper" }, + { + "key": "commands.execute.function.instantiationFailure", + "english_translation": "Failed to instantiate function %s: %s" + }, { "key": "block.minecraft.birch_slab", "english_translation": "Birch Slab" @@ -4655,6 +4959,10 @@ "key": "argument.nbt.array.mixed", "english_translation": "Can't insert %s into %s" }, + { + "key": "connect.reconfiging", + "english_translation": "Reconfiguring..." + }, { "key": "block.minecraft.banner.triangle_top.gray", "english_translation": "Gray Inverted Chevron" @@ -4777,7 +5085,7 @@ }, { "key": "gui.abuseReport.reason.defamation_impersonation_false_information.description", - "english_translation": "Someone is damaging someone else's reputation, pretending to be someone they're not, or sharing false information with the aim to exploit or mislead others." + "english_translation": "Someone is damaging your or someone else's reputation, for example sharing false information with the aim to exploit or mislead others." }, { "key": "block.minecraft.banner.gradient_up.cyan", @@ -4887,6 +5195,10 @@ "key": "subtitles.entity.elder_guardian.ambient", "english_translation": "Elder Guardian moans" }, + { + "key": "subtitles.entity.breeze.death", + "english_translation": "Breeze dies" + }, { "key": "advancements.nether.brew_potion.description", "english_translation": "Brew a Potion" @@ -4959,6 +5271,10 @@ "key": "block.minecraft.banner.flower.purple", "english_translation": "Purple Flower Charge" }, + { + "key": "gui.abuseReport.send.no_reason", + "english_translation": "Please select a report category" + }, { "key": "mco.configure.world.edit.subscreen.inspiration", "english_translation": "Some settings are disabled since your current world is an inspiration" @@ -5427,6 +5743,10 @@ "key": "block.minecraft.banner.mojang.yellow", "english_translation": "Yellow Thing" }, + { + "key": "item.minecraft.netherite_upgrade_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "narrator.loading", "english_translation": "Loading: %s" @@ -5467,9 +5787,13 @@ "key": "parsing.long.invalid", "english_translation": "Invalid long '%s'" }, + { + "key": "attribute.name.generic.max_absorption", + "english_translation": "Max Absorption" + }, { "key": "mco.selectServer.buy", - "english_translation": "Buy a realm!" + "english_translation": "Buy a Realm!" }, { "key": "block.minecraft.spruce_wall_sign", @@ -5607,6 +5931,10 @@ "key": "color.minecraft.green", "english_translation": "Green" }, + { + "key": "block.minecraft.trial_spawner", + "english_translation": "Trial Spawner" + }, { "key": "advancements.story.enchant_item.title", "english_translation": "Enchanter" @@ -5667,6 +5995,10 @@ "key": "item.minecraft.golden_helmet", "english_translation": "Golden Helmet" }, + { + "key": "block.minecraft.oxidized_copper_bulb", + "english_translation": "Oxidized Copper Bulb" + }, { "key": "block.minecraft.soul_lantern", "english_translation": "Soul Lantern" @@ -5741,7 +6073,7 @@ }, { "key": "death.attack.sonic_boom.player", - "english_translation": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s" + "english_translation": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s" }, { "key": "block.minecraft.bamboo", @@ -5749,7 +6081,7 @@ }, { "key": "death.attack.thorns.item", - "english_translation": "%1$s was killed by %3$s trying to hurt %2$s" + "english_translation": "%1$s was killed by %3$s while trying to hurt %2$s" }, { "key": "item.minecraft.cooked_porkchop", @@ -5983,6 +6315,14 @@ "key": "entity.minecraft.tropical_fish.predefined.6", "english_translation": "Cotton Candy Betta" }, + { + "key": "item.minecraft.spire_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, + { + "key": "block.minecraft.short_grass", + "english_translation": "Short Grass" + }, { "key": "multiplayer.disconnect.slow_login", "english_translation": "Took too long to log in" @@ -6023,6 +6363,10 @@ "key": "connect.failed", "english_translation": "Failed to connect to the server" }, + { + "key": "mco.version", + "english_translation": "Version: %s" + }, { "key": "disconnect.disconnected", "english_translation": "Disconnected by Server" @@ -6115,6 +6459,10 @@ "key": "key.sprint", "english_translation": "Sprint" }, + { + "key": "options.fullscreen.entry", + "english_translation": "%sx%s@%s (%sbit)" + }, { "key": "subtitles.block.button.click", "english_translation": "Button clicks" @@ -6383,6 +6731,10 @@ "key": "block.minecraft.yellow_carpet", "english_translation": "Yellow Carpet" }, + { + "key": "jigsaw_block.placement_priority.tooltip", + "english_translation": "When this Jigsaw block connects to a piece, this is the order in which that piece is processed for connections in the wider structure.\n\nPieces will be processed in descending priority with insertion order breaking ties." + }, { "key": "block.minecraft.banner.stripe_center.cyan", "english_translation": "Cyan Pale" @@ -6503,6 +6855,10 @@ "key": "key.keyboard.f20", "english_translation": "F20" }, + { + "key": "narration.suggestion.usage.fill.hidable", + "english_translation": "Press Tab to use suggestion, or Escape to leave suggestions" + }, { "key": "key.keyboard.f21", "english_translation": "F21" @@ -6801,7 +7157,11 @@ }, { "key": "death.attack.sonic_boom.item", - "english_translation": "%1$s was obliterated by a sonically-charged shriek whilst trying to escape %2$s wielding %3$s" + "english_translation": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s wielding %3$s" + }, + { + "key": "commands.tick.step.stop.fail", + "english_translation": "No tick step in progress" }, { "key": "block.minecraft.banner.stripe_top.white", @@ -6847,6 +7207,10 @@ "key": "commands.bossbar.set.color.success", "english_translation": "Custom bossbar %s has changed color" }, + { + "key": "selectWorld.incompatible.info", + "english_translation": "Incompatible version: %s" + }, { "key": "biome.minecraft.desert", "english_translation": "Desert" @@ -6963,6 +7327,10 @@ "key": "tutorial.find_tree.description", "english_translation": "Punch it to collect wood" }, + { + "key": "block.minecraft.polished_tuff_wall", + "english_translation": "Polished Tuff Wall" + }, { "key": "mco.template.select.none", "english_translation": "Oops, it looks like this content category is currently empty.\nPlease check back later for new content, or if you're a creator,\n%s." @@ -7109,7 +7477,7 @@ }, { "key": "mco.backup.button.reset", - "english_translation": "Reset world" + "english_translation": "Reset World" }, { "key": "mco.selectServer.expiredSubscribe", @@ -7125,7 +7493,7 @@ }, { "key": "gamerule.commandModificationBlockLimit", - "english_translation": "Command Modification Block Limit" + "english_translation": "Command modification block limit" }, { "key": "gui.banned.reason.imminent_harm_to_person_or_property", @@ -7163,6 +7531,10 @@ "key": "commands.kick.success", "english_translation": "Kicked %s: %s" }, + { + "key": "commands.scoreboard.players.display.numberFormat.set.success.single", + "english_translation": "Changed number format for %s in %s" + }, { "key": "key.keyboard.keypad.subtract", "english_translation": "Keypad -" @@ -7295,6 +7667,10 @@ "key": "stat.minecraft.junk_fished", "english_translation": "Junk Fished" }, + { + "key": "selectWorld.incompatible.tooltip", + "english_translation": "This world cannot be opened because it was created by an incompatible version." + }, { "key": "subtitles.entity.skeleton.ambient", "english_translation": "Skeleton rattles" @@ -7323,6 +7699,10 @@ "key": "advancements.husbandry.allay_deliver_item_to_player.title", "english_translation": "You've Got a Friend in Me" }, + { + "key": "block.minecraft.exposed_copper_bulb", + "english_translation": "Exposed Copper Bulb" + }, { "key": "mco.upload.cancelled", "english_translation": "Upload cancelled" @@ -7467,6 +7847,10 @@ "key": "block.minecraft.banner.square_bottom_right.light_blue", "english_translation": "Light Blue Base Sinister Canton" }, + { + "key": "block.minecraft.chiseled_copper", + "english_translation": "Chiseled Copper" + }, { "key": "block.minecraft.banner.triangle_top.pink", "english_translation": "Pink Inverted Chevron" @@ -7495,6 +7879,10 @@ "key": "chat.square_brackets", "english_translation": "[%s]" }, + { + "key": "item.minecraft.snout_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "entity.minecraft.tropical_fish.type.betty", "english_translation": "Betty" @@ -7523,6 +7911,10 @@ "key": "mco.reset.world.resetting.screen.title", "english_translation": "Resetting world..." }, + { + "key": "block.minecraft.waxed_oxidized_copper_trapdoor", + "english_translation": "Waxed Oxidized Copper Trapdoor" + }, { "key": "mco.configure.world.resourcepack.question.line2", "english_translation": "Do you want to download it and play?" @@ -7571,6 +7963,10 @@ "key": "painting.minecraft.skeleton.title", "english_translation": "Mortal Coil" }, + { + "key": "gui.abuseReport.discard.discard", + "english_translation": "Leave and Discard Report" + }, { "key": "subtitles.entity.shulker.close", "english_translation": "Shulker closes" @@ -7683,6 +8079,18 @@ "key": "block.minecraft.banner.triangles_bottom.gray", "english_translation": "Gray Base Indented" }, + { + "key": "block.minecraft.waxed_weathered_copper_trapdoor", + "english_translation": "Waxed Weathered Copper Trapdoor" + }, + { + "key": "subtitles.block.copper_trapdoor.open", + "english_translation": "Trapdoor opens" + }, + { + "key": "gui.abuseReport.reason.generic.description", + "english_translation": "I'm annoyed with them / they have done something I do not like." + }, { "key": "subtitles.entity.potion.throw", "english_translation": "Bottle thrown" @@ -7783,6 +8191,10 @@ "key": "block.minecraft.tube_coral_wall_fan", "english_translation": "Tube Coral Wall Fan" }, + { + "key": "options.accessibility.narrator_hotkey.tooltip", + "english_translation": "Allows the Narrator to be toggled on and off with 'Ctrl+B'" + }, { "key": "subtitles.block.water.ambient", "english_translation": "Water flows" @@ -7897,7 +8309,11 @@ }, { "key": "mco.configure.world.buttons.resetworld", - "english_translation": "Reset world" + "english_translation": "Reset World" + }, + { + "key": "event.minecraft.raid.defeat.full", + "english_translation": "Raid - Defeat" }, { "key": "block.minecraft.sunflower", @@ -7991,6 +8407,10 @@ "key": "subtitles.entity.shulker.hurt", "english_translation": "Shulker hurts" }, + { + "key": "item.minecraft.silence_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "block.minecraft.jungle_leaves", "english_translation": "Jungle Leaves" @@ -8007,6 +8427,10 @@ "key": "painting.minecraft.kebab.title", "english_translation": "Kebab med tre pepperoni" }, + { + "key": "gui.abuseReport.describe", + "english_translation": "Sharing details will help us make a well-informed decision." + }, { "key": "gamerule.category.mobs", "english_translation": "Mobs" @@ -8165,7 +8589,7 @@ }, { "key": "mco.configure.world.backup", - "english_translation": "World backups" + "english_translation": "World Backups" }, { "key": "block.minecraft.banner.globe.gray", @@ -8237,7 +8661,7 @@ }, { "key": "subtitles.block.decorated_pot.shatter", - "english_translation": "Pot shatters" + "english_translation": "Decorated Pot shatters" }, { "key": "tutorial.bundleInsert.title", @@ -8265,7 +8689,11 @@ }, { "key": "death.attack.onFire.item", - "english_translation": "%1$s was burnt to a crisp whilst fighting %2$s wielding %3$s" + "english_translation": "%1$s was burned to a crisp while fighting %2$s wielding %3$s" + }, + { + "key": "commands.scoreboard.objectives.modify.displayAutoUpdate.disable", + "english_translation": "Disabled display auto-update for objective %s" }, { "key": "item.minecraft.potion.effect.empty", @@ -8335,6 +8763,10 @@ "key": "commands.recipe.take.failed", "english_translation": "No recipes could be forgotten" }, + { + "key": "gamerule.projectilesCanBreakBlocks.description", + "english_translation": "Controls whether impact projectiles will destroy blocks that are destructible by them." + }, { "key": "mco.errorMessage.realmsService.realmsError", "english_translation": "Realms (%s):" @@ -8383,6 +8815,10 @@ "key": "mco.template.select.narrate.authors", "english_translation": "Authors: %s" }, + { + "key": "block.minecraft.tuff_brick_slab", + "english_translation": "Tuff Brick Slab" + }, { "key": "death.attack.wither", "english_translation": "%1$s withered away" @@ -8459,6 +8895,10 @@ "key": "createWorld.customize.flat.layer.bottom", "english_translation": "Bottom - %s" }, + { + "key": "connect.reconfiguring", + "english_translation": "Reconfiguring..." + }, { "key": "tutorial.craft_planks.title", "english_translation": "Craft wooden planks" @@ -8531,6 +8971,10 @@ "key": "block.minecraft.dirt", "english_translation": "Dirt" }, + { + "key": "block.minecraft.weathered_copper_door", + "english_translation": "Weathered Copper Door" + }, { "key": "build.tooHigh", "english_translation": "Height limit for building is %s" @@ -8543,6 +8987,10 @@ "key": "subtitles.item.shield.block", "english_translation": "Shield blocks" }, + { + "key": "gui.abuseReport.observed_what", + "english_translation": "Why are you reporting this?" + }, { "key": "mco.configure.world.subscription.expired", "english_translation": "Expired" @@ -8699,10 +9147,18 @@ "key": "advMode.setCommand.success", "english_translation": "Command set: %s" }, + { + "key": "commands.scoreboard.players.display.numberFormat.clear.success.multiple", + "english_translation": "Cleared number format for %s entities in %s" + }, { "key": "commands.fillbiome.success", "english_translation": "Biomes set between %s, %s, %s and %s, %s, %s" }, + { + "key": "block.minecraft.waxed_exposed_copper_grate", + "english_translation": "Waxed Exposed Copper Grate" + }, { "key": "commands.jfr.started", "english_translation": "JFR profiling started" @@ -8759,6 +9215,10 @@ "key": "death.attack.outsideBorder", "english_translation": "%1$s left the confines of this world" }, + { + "key": "commands.tick.query.rate.sprinting", + "english_translation": "Target tick rate: %s per second (ignored, reference only).\nAverage time per tick: %sms" + }, { "key": "options.narrator.notavailable", "english_translation": "Not Available" @@ -8779,6 +9239,10 @@ "key": "subtitles.entity.cat.hurt", "english_translation": "Cat hurts" }, + { + "key": "mco.compatibility.upgrade", + "english_translation": "Upgrade" + }, { "key": "block.minecraft.sandstone_stairs", "english_translation": "Sandstone Stairs" @@ -8867,6 +9331,10 @@ "key": "block.minecraft.tube_coral", "english_translation": "Tube Coral" }, + { + "key": "chat.tag.error", + "english_translation": "Server sent invalid message." + }, { "key": "item.minecraft.creeper_spawn_egg", "english_translation": "Creeper Spawn Egg" @@ -8909,7 +9377,7 @@ }, { "key": "mco.upload.select.world.title", - "english_translation": "Upload world" + "english_translation": "Upload World" }, { "key": "subtitles.entity.villager.work_weaponsmith", @@ -8991,6 +9459,14 @@ "key": "addServer.resourcePack.disabled", "english_translation": "Disabled" }, + { + "key": "options.accessibility.narrator_hotkey", + "english_translation": "Narrator Hotkey" + }, + { + "key": "subtitles.block.trial_spawner.eject_item", + "english_translation": "Trial Spawner ejects items" + }, { "key": "advancements.nether.explore_nether.title", "english_translation": "Hot Tourist Destinations" @@ -9071,6 +9547,10 @@ "key": "commands.scoreboard.players.operation.success.multiple", "english_translation": "Updated %s for %s entities" }, + { + "key": "mco.errorMessage.retry", + "english_translation": "Retry operation" + }, { "key": "argument.gamemode.invalid", "english_translation": "Unknown game mode: %s" @@ -9083,6 +9563,10 @@ "key": "block.minecraft.yellow_glazed_terracotta", "english_translation": "Yellow Glazed Terracotta" }, + { + "key": "options.accessibility.narrator_hotkey.mac.tooltip", + "english_translation": "Allows the Narrator to be toggled on and off with 'Cmd+B'" + }, { "key": "block.minecraft.brown_shulker_box", "english_translation": "Brown Shulker Box" @@ -9111,6 +9595,10 @@ "key": "gui.socialInteractions.server_label.single", "english_translation": "%s - %s player" }, + { + "key": "block.minecraft.waxed_weathered_copper_door", + "english_translation": "Waxed Weathered Copper Door" + }, { "key": "commands.stopsound.success.sourceless.sound", "english_translation": "Stopped sound '%s'" @@ -9167,6 +9655,10 @@ "key": "mco.download.done", "english_translation": "Download done" }, + { + "key": "block.minecraft.oxidized_chiseled_copper", + "english_translation": "Oxidized Chiseled Copper" + }, { "key": "subtitles.entity.horse.jump", "english_translation": "Horse jumps" @@ -9233,7 +9725,11 @@ }, { "key": "death.attack.anvil.player", - "english_translation": "%1$s was squashed by a falling anvil whilst fighting %2$s" + "english_translation": "%1$s was squashed by a falling anvil while fighting %2$s" + }, + { + "key": "mco.account.privacy.info.button", + "english_translation": "Read more about GDPR" }, { "key": "subtitles.entity.ghast.shoot", @@ -9323,6 +9819,10 @@ "key": "block.minecraft.soul_sand", "english_translation": "Soul Sand" }, + { + "key": "gui.loadingMinecraft", + "english_translation": "Loading Minecraft" + }, { "key": "stat.minecraft.raid_win", "english_translation": "Raids Won" @@ -9333,7 +9833,7 @@ }, { "key": "death.attack.stalagmite.player", - "english_translation": "%1$s was impaled on a stalagmite whilst fighting %2$s" + "english_translation": "%1$s was impaled on a stalagmite while fighting %2$s" }, { "key": "item.minecraft.shield.magenta", @@ -9489,7 +9989,7 @@ }, { "key": "death.attack.thorns", - "english_translation": "%1$s was killed trying to hurt %2$s" + "english_translation": "%1$s was killed while trying to hurt %2$s" }, { "key": "block.minecraft.light_blue_stained_glass_pane", @@ -9643,6 +10143,10 @@ "key": "item.minecraft.potato", "english_translation": "Potato" }, + { + "key": "command.forkLimit", + "english_translation": "Maximum number of contexts (%s) reached" + }, { "key": "mco.notification.visitUrl.message.default", "english_translation": "Please visit the link below" @@ -9669,7 +10173,7 @@ }, { "key": "mco.backup.button.upload", - "english_translation": "Upload world" + "english_translation": "Upload World" }, { "key": "subtitles.item.armor.equip_iron", @@ -9691,6 +10195,10 @@ "key": "block.minecraft.fire_coral_block", "english_translation": "Fire Coral Block" }, + { + "key": "narration.suggestion.usage.fill.fixed", + "english_translation": "Press Tab to use suggestion" + }, { "key": "item.minecraft.shield.green", "english_translation": "Green Shield" @@ -9709,7 +10217,7 @@ }, { "key": "mco.configure.world.description", - "english_translation": "Realm description" + "english_translation": "Realm Description" }, { "key": "block.minecraft.banner.diagonal_up_right.light_blue", @@ -9797,7 +10305,15 @@ }, { "key": "mco.configure.world.subscription.start", - "english_translation": "Start date" + "english_translation": "Start Date" + }, + { + "key": "gui.abuseReport.type.chat", + "english_translation": "Chat Messages" + }, + { + "key": "block.minecraft.oxidized_copper_grate", + "english_translation": "Oxidized Copper Grate" }, { "key": "stat.minecraft.ring_bell", @@ -10079,6 +10595,10 @@ "key": "block.minecraft.blue_orchid", "english_translation": "Blue Orchid" }, + { + "key": "gui.abuseReport.read_info", + "english_translation": "Learn About Reporting" + }, { "key": "menu.savingChunks", "english_translation": "Saving chunks" @@ -10259,6 +10779,10 @@ "key": "gamerule.blockExplosionDropDecay.description", "english_translation": "Some of the drops from blocks destroyed by explosions caused by block interactions are lost in the explosion." }, + { + "key": "gui.abuseReport.discard.content", + "english_translation": "If you leave, you'll lose this report and your comments.\nAre you sure you want to leave?" + }, { "key": "item.minecraft.string", "english_translation": "String" @@ -10283,10 +10807,18 @@ "key": "stat.minecraft.damage_taken", "english_translation": "Damage Taken" }, + { + "key": "download.pack.progress.percent", + "english_translation": "Progress: %s%%" + }, { "key": "block.minecraft.banner.square_bottom_right.red", "english_translation": "Red Base Sinister Canton" }, + { + "key": "commands.scoreboard.objectives.modify.objectiveFormat.set", + "english_translation": "Changed default number format of objective %s" + }, { "key": "generator.minecraft.single_biome_surface", "english_translation": "Single Biome" @@ -10323,6 +10855,10 @@ "key": "createWorld.customize.custom.upperLimitScale", "english_translation": "Upper Limit Scale" }, + { + "key": "symlink_warning.more_info", + "english_translation": "More Information" + }, { "key": "item.minecraft.lava_bucket", "english_translation": "Lava Bucket" @@ -10503,6 +11039,10 @@ "key": "commands.damage.success", "english_translation": "Applied %s damage to %s" }, + { + "key": "item.minecraft.sentry_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "advancements.adventure.trade_at_world_height.description", "english_translation": "Trade with a Villager at the build height limit" @@ -10543,6 +11083,14 @@ "key": "item.minecraft.torchflower_seeds", "english_translation": "Torchflower Seeds" }, + { + "key": "selectWorld.incompatible.title", + "english_translation": "Incompatible version" + }, + { + "key": "argument.style.invalid", + "english_translation": "Invalid style: %s" + }, { "key": "selectWorld.edit.backup", "english_translation": "Make Backup" @@ -10613,7 +11161,7 @@ }, { "key": "mco.configure.world.buttons.invite", - "english_translation": "Invite player" + "english_translation": "Invite Player" }, { "key": "block.minecraft.cut_red_sandstone_slab", @@ -10697,7 +11245,7 @@ }, { "key": "mco.configure.world.name", - "english_translation": "Realm name" + "english_translation": "Realm Name" }, { "key": "chat.disabled.expiredProfileKey", @@ -10741,7 +11289,7 @@ }, { "key": "mco.configure.world.buttons.options", - "english_translation": "World options" + "english_translation": "World Options" }, { "key": "block.minecraft.jungle_fence_gate", @@ -10781,7 +11329,7 @@ }, { "key": "mco.configure.world.forceGameMode", - "english_translation": "Force game mode" + "english_translation": "Force Game Mode" }, { "key": "chat.filtered_full", @@ -10871,6 +11419,10 @@ "key": "block.minecraft.mud", "english_translation": "Mud" }, + { + "key": "commands.tick.query.percentiles", + "english_translation": "Percentiles: P50: %sms P95: %sms P99: %sms, sample: %s" + }, { "key": "effect.minecraft.luck", "english_translation": "Luck" @@ -10921,7 +11473,7 @@ }, { "key": "death.attack.wither.player", - "english_translation": "%1$s withered away whilst fighting %2$s" + "english_translation": "%1$s withered away while fighting %2$s" }, { "key": "itemGroup.coloredBlocks", @@ -10975,6 +11527,10 @@ "key": "mco.configure.world.invites.ops.tooltip", "english_translation": "Operator" }, + { + "key": "commands.banlist.entry.unknown", + "english_translation": "(Unknown)" + }, { "key": "block.minecraft.dead_brain_coral_block", "english_translation": "Dead Brain Coral Block" @@ -11115,10 +11671,18 @@ "key": "item.minecraft.silverfish_spawn_egg", "english_translation": "Silverfish Spawn Egg" }, + { + "key": "recover_world.bug_tracker", + "english_translation": "Report a Bug" + }, { "key": "block.minecraft.mangrove_stairs", "english_translation": "Mangrove Stairs" }, + { + "key": "commands.function.error.missing_argument", + "english_translation": "Missing argument %2$s to function %1$s" + }, { "key": "subtitles.entity.creeper.hurt", "english_translation": "Creeper hurts" @@ -11203,6 +11767,10 @@ "key": "block.minecraft.spawn.not_valid", "english_translation": "You have no home bed or charged respawn anchor, or it was obstructed" }, + { + "key": "mco.snapshot.paired", + "english_translation": "This Snapshot Realm is paired with \"%s\"" + }, { "key": "advancements.nether.obtain_ancient_debris.description", "english_translation": "Obtain Ancient Debris" @@ -11253,12 +11821,16 @@ }, { "key": "death.attack.fallingBlock.player", - "english_translation": "%1$s was squashed by a falling block whilst fighting %2$s" + "english_translation": "%1$s was squashed by a falling block while fighting %2$s" }, { "key": "mco.configure.world.invite.narration", "english_translation": "You have %s new invite(s)" }, + { + "key": "block.minecraft.waxed_oxidized_copper_grate", + "english_translation": "Waxed Oxidized Copper Grate" + }, { "key": "spectatorMenu.team_teleport.prompt", "english_translation": "Select a team to teleport to" @@ -11347,6 +11919,10 @@ "key": "block.minecraft.yellow_candle_cake", "english_translation": "Cake with Yellow Candle" }, + { + "key": "gui.togglable_slot", + "english_translation": "Click to disable slot" + }, { "key": "commands.perf.reportSaved", "english_translation": "Created debug report in %s" @@ -11455,6 +12031,10 @@ "key": "advancements.story.obtain_armor.description", "english_translation": "Protect yourself with a piece of iron armor" }, + { + "key": "item.minecraft.raiser_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "commands.experience.set.points.invalid", "english_translation": "Cannot set experience points above the maximum points for the player's current level" @@ -11547,6 +12127,10 @@ "key": "chat.type.text", "english_translation": "<%s> %s" }, + { + "key": "block.minecraft.waxed_copper_bulb", + "english_translation": "Waxed Copper Bulb" + }, { "key": "menu.returnToGame", "english_translation": "Back to Game" @@ -11611,6 +12195,10 @@ "key": "block.minecraft.polished_deepslate_stairs", "english_translation": "Polished Deepslate Stairs" }, + { + "key": "commands.function.result", + "english_translation": "Function %s returned %s" + }, { "key": "tutorial.look.description", "english_translation": "Use your mouse to turn" @@ -11799,6 +12387,10 @@ "key": "argument.time.tick_count_too_low", "english_translation": "Tick count must not be less than %s, found %s" }, + { + "key": "gui.abuseReport.discard.return", + "english_translation": "Continue Editing" + }, { "key": "commands.experience.set.points.success.multiple", "english_translation": "Set %s experience points on %s players" @@ -11829,7 +12421,7 @@ }, { "key": "mco.configure.world.edit.slot.name", - "english_translation": "World name" + "english_translation": "World Name" }, { "key": "block.minecraft.blast_furnace", @@ -11883,6 +12475,10 @@ "key": "command.failed", "english_translation": "An unexpected error occurred trying to execute that command" }, + { + "key": "chat.validation_error", + "english_translation": "Chat validation error" + }, { "key": "block.minecraft.lime_bed", "english_translation": "Lime Bed" @@ -11911,6 +12507,10 @@ "key": "advancements.husbandry.kill_axolotl_target.title", "english_translation": "The Healing Power of Friendship!" }, + { + "key": "block.minecraft.waxed_oxidized_copper_door", + "english_translation": "Waxed Oxidized Copper Door" + }, { "key": "entity.minecraft.elder_guardian", "english_translation": "Elder Guardian" @@ -11931,6 +12531,10 @@ "key": "structure_block.load_success", "english_translation": "Structure loaded from '%s'" }, + { + "key": "block.minecraft.waxed_oxidized_chiseled_copper", + "english_translation": "Waxed Oxidized Chiseled Copper" + }, { "key": "advancements.husbandry.tame_an_animal.description", "english_translation": "Tame an animal" @@ -11955,6 +12559,14 @@ "key": "block.minecraft.banner.rhombus.light_gray", "english_translation": "Light Gray Lozenge" }, + { + "key": "gui.recipebook.page", + "english_translation": "%s/%s" + }, + { + "key": "mco.errorMessage.realmsService.unknownCompatibility", + "english_translation": "Could not check compatible version, got response: %s" + }, { "key": "multiplayer.player.joined", "english_translation": "%s joined the game" @@ -11963,6 +12575,10 @@ "key": "subtitles.entity.mule.ambient", "english_translation": "Mule hee-haws" }, + { + "key": "item.minecraft.eye_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "subtitles.entity.parrot.imitate.zombie", "english_translation": "Parrot groans" @@ -11991,6 +12607,10 @@ "key": "subtitles.entity.donkey.eat", "english_translation": "Donkey eats" }, + { + "key": "mco.snapshotRealmsPopup.urlText", + "english_translation": "Learn More" + }, { "key": "subtitles.entity.parrot.imitate.ender_dragon", "english_translation": "Parrot roars" @@ -12019,6 +12639,10 @@ "key": "subtitles.entity.strider.death", "english_translation": "Strider dies" }, + { + "key": "narration.suggestion.usage.cycle.fixed", + "english_translation": "Press Tab to cycle to the next suggestion" + }, { "key": "options.operatorItemsTab", "english_translation": "Operator Items Tab" @@ -12067,13 +12691,17 @@ "key": "block.minecraft.spruce_leaves", "english_translation": "Spruce Leaves" }, + { + "key": "block.minecraft.tuff_slab", + "english_translation": "Tuff Slab" + }, { "key": "gui.socialInteractions.narration.hide", "english_translation": "Hide messages from %s" }, { "key": "death.attack.drown.player", - "english_translation": "%1$s drowned whilst trying to escape %2$s" + "english_translation": "%1$s drowned while trying to escape %2$s" }, { "key": "commands.data.modify.expected_value", @@ -12147,6 +12775,10 @@ "key": "narrator.screen.usage", "english_translation": "Use mouse cursor or Tab button to select element" }, + { + "key": "recover_world.message", + "english_translation": "The following issues occurred while trying to read world folder \"%s\".\nIt might be possible to restore the world from an older state or you can report this issue on the bug tracker." + }, { "key": "subtitles.entity.shulker.death", "english_translation": "Shulker dies" @@ -12243,6 +12875,10 @@ "key": "tutorial.open_inventory.title", "english_translation": "Open your inventory" }, + { + "key": "gui.banned.name.title", + "english_translation": "Name Not Allowed in Multiplayer" + }, { "key": "mco.backup.entry.description", "english_translation": "Description" @@ -12371,6 +13007,10 @@ "key": "item_modifier.unknown", "english_translation": "Unknown item modifier: %s" }, + { + "key": "block.minecraft.copper_bulb", + "english_translation": "Copper Bulb" + }, { "key": "block.minecraft.banner.globe.light_blue", "english_translation": "Light Blue Globe" @@ -12459,6 +13099,10 @@ "key": "options.pixel_value", "english_translation": "%s: %spx" }, + { + "key": "mco.snapshot.friendsRealm.downgrade", + "english_translation": "You need to be on version %s to join this Realm" + }, { "key": "item.minecraft.splash_potion.effect.water_breathing", "english_translation": "Splash Potion of Water Breathing" @@ -12483,6 +13127,10 @@ "key": "block.minecraft.banner.stripe_bottom.purple", "english_translation": "Purple Base" }, + { + "key": "commands.tick.sprint.stop.fail", + "english_translation": "No tick sprint in progress" + }, { "key": "resourcePack.broken_assets", "english_translation": "BROKEN ASSETS DETECTED" @@ -12507,6 +13155,10 @@ "key": "block.minecraft.white_banner", "english_translation": "White Banner" }, + { + "key": "block.minecraft.waxed_weathered_chiseled_copper", + "english_translation": "Waxed Weathered Chiseled Copper" + }, { "key": "entity.minecraft.rabbit", "english_translation": "Rabbit" @@ -12531,6 +13183,10 @@ "key": "multiplayer.status.unrequested", "english_translation": "Received unrequested status" }, + { + "key": "gui.abuseReport.comments", + "english_translation": "Comments" + }, { "key": "block.minecraft.banner.triangles_top.brown", "english_translation": "Brown Chief Indented" @@ -12539,6 +13195,10 @@ "key": "advancements.story.iron_tools.title", "english_translation": "Isn't It Iron Pick" }, + { + "key": "commands.tick.status.frozen", + "english_translation": "The game is frozen" + }, { "key": "menu.generatingLevel", "english_translation": "Generating world" @@ -12617,7 +13277,7 @@ }, { "key": "mco.configure.world.spawnProtection", - "english_translation": "Spawn protection" + "english_translation": "Spawn Protection" }, { "key": "gui.recipebook.moreRecipes", @@ -12691,6 +13351,10 @@ "key": "mco.configure.world.invited.number", "english_translation": "Invited (%s)" }, + { + "key": "options.languageAccuracyWarning", + "english_translation": "(Language translations may not be 100%% accurate)" + }, { "key": "item.minecraft.splash_potion.effect.thick", "english_translation": "Thick Splash Potion" @@ -12731,6 +13395,10 @@ "key": "commands.team.option.friendlyfire.alreadyDisabled", "english_translation": "Nothing changed. Friendly fire is already disabled for that team" }, + { + "key": "commands.random.reset.all.success", + "english_translation": "Reset %s random sequence(s)" + }, { "key": "item.minecraft.firework_star.shape.large_ball", "english_translation": "Large Ball" @@ -12863,6 +13531,10 @@ "key": "block.minecraft.banner.triangle_bottom.red", "english_translation": "Red Chevron" }, + { + "key": "recover_world.state_entry.unknown", + "english_translation": "unknown" + }, { "key": "block.minecraft.cyan_carpet", "english_translation": "Cyan Carpet" @@ -12983,6 +13655,10 @@ "key": "entity.minecraft.spider", "english_translation": "Spider" }, + { + "key": "mco.compatibility.downgrade.description", + "english_translation": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed." + }, { "key": "subtitles.entity.endermite.death", "english_translation": "Endermite dies" @@ -13019,6 +13695,10 @@ "key": "mco.configure.world.opening", "english_translation": "Opening the realm..." }, + { + "key": "commands.tick.rate.success", + "english_translation": "Set the target tick rate to %s per second" + }, { "key": "block.minecraft.clay", "english_translation": "Clay" @@ -13159,10 +13839,18 @@ "key": "block.minecraft.banner.triangle_top.lime", "english_translation": "Lime Inverted Chevron" }, + { + "key": "commands.scoreboard.objectives.modify.displayAutoUpdate.enable", + "english_translation": "Enabled display auto-update for objective %s" + }, { "key": "block.minecraft.potted_dead_bush", "english_translation": "Potted Dead Bush" }, + { + "key": "gui.abuseReport.send.comment_too_long", + "english_translation": "Please shorten the comment" + }, { "key": "subtitles.entity.ender_dragon.growl", "english_translation": "Dragon growls" @@ -13323,6 +14011,10 @@ "key": "advancements.adventure.bullseye.description", "english_translation": "Hit the bullseye of a Target block from at least 30 meters away" }, + { + "key": "subtitles.entity.generic.wind_burst", + "english_translation": "Wind Charge bursts" + }, { "key": "block.minecraft.pink_terracotta", "english_translation": "Pink Terracotta" @@ -13359,6 +14051,10 @@ "key": "block.minecraft.magenta_stained_glass_pane", "english_translation": "Magenta Stained Glass Pane" }, + { + "key": "recover_world.restore", + "english_translation": "Attempt to Restore" + }, { "key": "subtitles.event.raid.horn", "english_translation": "Ominous horn blares" @@ -13579,6 +14275,10 @@ "key": "entity.minecraft.leash_knot", "english_translation": "Leash Knot" }, + { + "key": "mco.selectServer.noRealms", + "english_translation": "You don't seem to have a Realm. Add a Realm to play together with your friends." + }, { "key": "key.categories.multiplayer", "english_translation": "Multiplayer" @@ -13641,7 +14341,7 @@ }, { "key": "mco.configure.world.switch.slot", - "english_translation": "Create world" + "english_translation": "Create World" }, { "key": "subtitles.entity.chicken.death", @@ -13831,6 +14531,10 @@ "key": "mco.configure.world.uninvite.question", "english_translation": "Are you sure that you want to uninvite" }, + { + "key": "subtitles.block.decorated_pot.insert_fail", + "english_translation": "Decorated Pot wobbles" + }, { "key": "block.minecraft.light_gray_stained_glass", "english_translation": "Light Gray Stained Glass" @@ -13887,6 +14591,10 @@ "key": "item.minecraft.shield.light_blue", "english_translation": "Light Blue Shield" }, + { + "key": "commands.function.scheduled.multiple", + "english_translation": "Running functions %s" + }, { "key": "mco.download.speed", "english_translation": "(%s/s)" @@ -13907,6 +14615,10 @@ "key": "entity.minecraft.illusioner", "english_translation": "Illusioner" }, + { + "key": "symlink_warning.message.world", + "english_translation": "Loading worlds from folders with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more." + }, { "key": "subtitles.entity.cat.beg_for_food", "english_translation": "Cat begs" @@ -13987,6 +14699,10 @@ "key": "gui.banned.reason.generic_violation", "english_translation": "Violating Community Standards" }, + { + "key": "gui.abuseReport.message", + "english_translation": "Where did you observe the bad behavior?\nThis will help us in researching your case." + }, { "key": "block.minecraft.banner.stripe_right.yellow", "english_translation": "Yellow Pale Sinister" @@ -14021,7 +14737,7 @@ }, { "key": "mco.configure.world.title", - "english_translation": "Configure realm:" + "english_translation": "Configure Realm:" }, { "key": "commands.scoreboard.players.set.success.multiple", @@ -14035,6 +14751,10 @@ "key": "commands.team.list.members.success", "english_translation": "Team %s has %s member(s): %s" }, + { + "key": "gui.abuseReport.draft.quittotitle.title", + "english_translation": "You have a draft chat report that will be lost if you quit" + }, { "key": "block.minecraft.potted_wither_rose", "english_translation": "Potted Wither Rose" @@ -14087,6 +14807,10 @@ "key": "multiplayer.status.cannot_connect", "english_translation": "Can't connect to server" }, + { + "key": "recover_world.issue.missing_file", + "english_translation": "Missing file" + }, { "key": "enchantment.minecraft.binding_curse", "english_translation": "Curse of Binding" @@ -14107,6 +14831,10 @@ "key": "options.chat.color", "english_translation": "Colors" }, + { + "key": "options.hideSplashTexts", + "english_translation": "Hide Splash Texts" + }, { "key": "debug.chunk_boundaries.on", "english_translation": "Chunk borders: shown" @@ -14207,6 +14935,10 @@ "key": "command.exception", "english_translation": "Could not parse command: %s" }, + { + "key": "gui.banned.name.description", + "english_translation": "Your current name - \"%s\" - violates our Community Standards. You can play singleplayer, but will need to change your name to play online.\n\nLearn more or submit a case review at the following link: %s" + }, { "key": "block.minecraft.blue_bed", "english_translation": "Blue Bed" @@ -14251,6 +14983,10 @@ "key": "commands.scoreboard.objectives.list.success", "english_translation": "There are %s objective(s): %s" }, + { + "key": "mco.snapshotRealmsPopup.message", + "english_translation": "Realms are now available in Snapshots starting with Snapshot 23w41a. Every Realms subscription comes with a free Snapshot Realm that is separate from your normal Java Realm!" + }, { "key": "block.minecraft.banner.stripe_middle.purple", "english_translation": "Purple Fess" @@ -14379,6 +15115,10 @@ "key": "block.minecraft.turtle_egg", "english_translation": "Turtle Egg" }, + { + "key": "commands.function.error.argument_not_compound", + "english_translation": "Invalid argument type: %s, expected Compound" + }, { "key": "subtitles.entity.llama.angry", "english_translation": "Llama bleats angrily" @@ -14413,7 +15153,7 @@ }, { "key": "death.attack.cactus.player", - "english_translation": "%1$s walked into a cactus whilst trying to escape %2$s" + "english_translation": "%1$s walked into a cactus while trying to escape %2$s" }, { "key": "block.minecraft.warped_button", @@ -14515,6 +15255,10 @@ "key": "trim_material.minecraft.emerald", "english_translation": "Emerald Material" }, + { + "key": "block.minecraft.waxed_exposed_chiseled_copper", + "english_translation": "Waxed Exposed Chiseled Copper" + }, { "key": "block.minecraft.magenta_candle", "english_translation": "Magenta Candle" @@ -14747,6 +15491,10 @@ "key": "subtitles.block.portal.travel", "english_translation": "Portal noise fades" }, + { + "key": "mco.selectServer.loading", + "english_translation": "Loading Realms List" + }, { "key": "block.minecraft.orange_candle", "english_translation": "Orange Candle" @@ -14771,6 +15519,10 @@ "key": "advancements.nether.root.title", "english_translation": "Nether" }, + { + "key": "subtitles.block.sponge.absorb", + "english_translation": "Sponge sucks" + }, { "key": "block.minecraft.banner.diagonal_up_right.blue", "english_translation": "Blue Per Bend Sinister Inverted" @@ -14847,6 +15599,10 @@ "key": "item.minecraft.glow_item_frame", "english_translation": "Glow Item Frame" }, + { + "key": "mco.snapshot.createSnapshotPopup.title", + "english_translation": "Create Snapshot Realm?" + }, { "key": "advancements.husbandry.fishy_business.title", "english_translation": "Fishy Business" @@ -14891,6 +15647,10 @@ "key": "block.minecraft.polished_deepslate_slab", "english_translation": "Polished Deepslate Slab" }, + { + "key": "filled_map.village_snowy", + "english_translation": "Snowy Village Map" + }, { "key": "options.graphics", "english_translation": "Graphics" @@ -14979,6 +15739,10 @@ "key": "commands.ban.failed", "english_translation": "Nothing changed. The player is already banned" }, + { + "key": "mco.compatibility.unverifiable.message", + "english_translation": "The version this world was last played in could not be verified. If the world gets upgraded or downgraded, a backup will be automatically created and saved under \"World backups\"." + }, { "key": "stat.minecraft.interact_with_stonecutter", "english_translation": "Interactions with Stonecutter" @@ -15019,6 +15783,10 @@ "key": "subtitles.entity.camel.stand", "english_translation": "Camel stands up" }, + { + "key": "gui.banned.skin.title", + "english_translation": "Skin Not Allowed" + }, { "key": "item.minecraft.pufferfish_spawn_egg", "english_translation": "Pufferfish Spawn Egg" @@ -15043,6 +15811,10 @@ "key": "commands.scoreboard.players.remove.success.multiple", "english_translation": "Removed %s from %s for %s entities" }, + { + "key": "recover_world.done.failed", + "english_translation": "Failed to recover from previous state." + }, { "key": "block.minecraft.banner.diagonal_right.blue", "english_translation": "Blue Per Bend" @@ -15059,6 +15831,10 @@ "key": "gui.socialInteractions.server_label.multiple", "english_translation": "%s - %s players" }, + { + "key": "item.minecraft.breeze_spawn_egg", + "english_translation": "Breeze Spawn Egg" + }, { "key": "options.telemetry.state.none", "english_translation": "None" @@ -15071,10 +15847,18 @@ "key": "advancements.adventure.voluntary_exile.title", "english_translation": "Voluntary Exile" }, + { + "key": "subtitles.block.copper_bulb.turn_on", + "english_translation": "Copper Bulb turns on" + }, { "key": "mco.backup.nobackups", "english_translation": "This realm doesn't have any backups currently." }, + { + "key": "commands.scoreboard.players.display.name.set.success.multiple", + "english_translation": "Changed display name to %s for %s entities in %s" + }, { "key": "gui.chatReport.selected_chat", "english_translation": "%s Chat Message(s) Selected to Report" @@ -15083,6 +15867,10 @@ "key": "argument.entity.options.unknown", "english_translation": "Unknown option '%s'" }, + { + "key": "mco.compatibility.unverifiable.title", + "english_translation": "Compatibility not verifiable" + }, { "key": "commands.place.feature.failed", "english_translation": "Failed to place feature" @@ -15187,6 +15975,10 @@ "key": "block.minecraft.banner.half_vertical.brown", "english_translation": "Brown Per Pale" }, + { + "key": "commands.tick.sprint.report", + "english_translation": "Sprint completed with %s ticks per second, or %s ms per tick" + }, { "key": "block.minecraft.hay_block", "english_translation": "Hay Bale" @@ -15291,13 +16083,17 @@ "key": "block.minecraft.wall_torch", "english_translation": "Wall Torch" }, + { + "key": "block.minecraft.tuff_stairs", + "english_translation": "Tuff Stairs" + }, { "key": "entity.minecraft.horse", "english_translation": "Horse" }, { "key": "mco.backup.info.title", - "english_translation": "Changes from last backup" + "english_translation": "Changes From Last Backup" }, { "key": "options.audioDevice", @@ -15359,6 +16155,10 @@ "key": "advancements.end.enter_end_gateway.description", "english_translation": "Escape the island" }, + { + "key": "block.minecraft.exposed_copper_trapdoor", + "english_translation": "Exposed Copper Trapdoor" + }, { "key": "dataPack.validation.back", "english_translation": "Go Back" @@ -15407,6 +16207,10 @@ "key": "block.minecraft.banner.mojang.blue", "english_translation": "Blue Thing" }, + { + "key": "container.shulkerBox.itemCount", + "english_translation": "%s x%s" + }, { "key": "mco.upload.preparing", "english_translation": "Preparing your world" @@ -15495,6 +16299,10 @@ "key": "item.minecraft.tipped_arrow.effect.turtle_master", "english_translation": "Arrow of the Turtle Master" }, + { + "key": "item.minecraft.trial_key", + "english_translation": "Trial Key" + }, { "key": "item.minecraft.iron_sword", "english_translation": "Iron Sword" @@ -15523,6 +16331,10 @@ "key": "container.creative", "english_translation": "Item Selection" }, + { + "key": "commands.random.sample.success", + "english_translation": "Randomized value: %s" + }, { "key": "block.minecraft.banner.mojang.lime", "english_translation": "Lime Thing" @@ -15551,6 +16363,10 @@ "key": "block.minecraft.candle_cake", "english_translation": "Cake with Candle" }, + { + "key": "title.credits", + "english_translation": "Copyright Mojang AB. Do not distribute!" + }, { "key": "subtitles.entity.cow.death", "english_translation": "Cow dies" @@ -15747,6 +16563,10 @@ "key": "hanging_sign.edit", "english_translation": "Edit Hanging Sign Message" }, + { + "key": "subtitles.block.crafter.fail", + "english_translation": "Crafter fails crafting" + }, { "key": "entity.minecraft.villager.librarian", "english_translation": "Librarian" @@ -15939,6 +16759,10 @@ "key": "stat.minecraft.talked_to_villager", "english_translation": "Talked to Villagers" }, + { + "key": "gui.abuseReport.reason.generic", + "english_translation": "I want to report them" + }, { "key": "title.multiplayer.lan", "english_translation": "Multiplayer (LAN)" @@ -15969,7 +16793,7 @@ }, { "key": "mco.error.invalid.session.title", - "english_translation": "Invalid session" + "english_translation": "Invalid Session" }, { "key": "subtitles.entity.lightning_bolt.thunder", @@ -16015,6 +16839,10 @@ "key": "gui.socialInteractions.title", "english_translation": "Social Interactions" }, + { + "key": "stats.none", + "english_translation": "-" + }, { "key": "item.minecraft.ravager_spawn_egg", "english_translation": "Ravager Spawn Egg" @@ -16059,6 +16887,10 @@ "key": "commands.place.template.invalid", "english_translation": "There is no template with id \"%s\"" }, + { + "key": "gui.abuseReport.skin.title", + "english_translation": "Report Player Skin" + }, { "key": "multiplayer.disconnect.ip_banned", "english_translation": "You have been IP banned from this server" @@ -16067,10 +16899,18 @@ "key": "mco.download.cancelled", "english_translation": "Download cancelled" }, + { + "key": "gui.abuseReport.discard.title", + "english_translation": "Discard report and comments?" + }, { "key": "options.percent_add_value", "english_translation": "%s: +%s%%" }, + { + "key": "optimizeWorld.progress.counter", + "english_translation": "%s / %s" + }, { "key": "item.minecraft.firework_star.light_gray", "english_translation": "Light Gray" @@ -16111,6 +16951,10 @@ "key": "gui.banned.title.temporary", "english_translation": "Account temporarily suspended" }, + { + "key": "mco.notification.transferSubscription.buttonText", + "english_translation": "Transfer Now" + }, { "key": "block.minecraft.banner.triangles_bottom.cyan", "english_translation": "Cyan Base Indented" @@ -16139,6 +16983,10 @@ "key": "subtitles.entity.bat.death", "english_translation": "Bat dies" }, + { + "key": "item.minecraft.wayfinder_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "instrument.minecraft.sing_goat_horn", "english_translation": "Sing" @@ -16349,7 +17197,7 @@ }, { "key": "mco.backup.button.download", - "english_translation": "Download latest" + "english_translation": "Download Latest" }, { "key": "advancements.adventure.spyglass_at_dragon.title", @@ -16363,6 +17211,10 @@ "key": "lectern.take_book", "english_translation": "Take Book" }, + { + "key": "deathScreen.score.value", + "english_translation": "Score: %s" + }, { "key": "subtitles.entity.painting.break", "english_translation": "Painting breaks" @@ -16397,7 +17249,7 @@ }, { "key": "death.attack.flyIntoWall.player", - "english_translation": "%1$s experienced kinetic energy whilst trying to escape %2$s" + "english_translation": "%1$s experienced kinetic energy while trying to escape %2$s" }, { "key": "commands.tag.list.multiple.empty", @@ -16411,6 +17263,10 @@ "key": "key.socialInteractions", "english_translation": "Social Interactions Screen" }, + { + "key": "item.minecraft.dune_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, { "key": "commands.team.option.deathMessageVisibility.success", "english_translation": "Death message visibility for team %s is now \"%s\"" @@ -16443,6 +17299,14 @@ "key": "subtitles.entity.iron_golem.damage", "english_translation": "Iron Golem breaks" }, + { + "key": "subtitles.block.copper_trapdoor.close", + "english_translation": "Trapdoor closes" + }, + { + "key": "gui.abuseReport.title", + "english_translation": "Report Player" + }, { "key": "pack.openFolder", "english_translation": "Open Pack Folder" @@ -16495,6 +17359,10 @@ "key": "block.minecraft.crimson_pressure_plate", "english_translation": "Crimson Pressure Plate" }, + { + "key": "subtitles.block.copper_bulb.turn_off", + "english_translation": "Copper Bulb turns off" + }, { "key": "item.canPlace", "english_translation": "Can be placed on:" @@ -16519,6 +17387,10 @@ "key": "mco.selectServer.configure", "english_translation": "Configure" }, + { + "key": "gamerule.projectilesCanBreakBlocks", + "english_translation": "Projectiles can break blocks" + }, { "key": "commands.debug.function.traceFailed", "english_translation": "Failed to trace function" @@ -16561,7 +17433,7 @@ }, { "key": "mco.selectServer.leave", - "english_translation": "Leave realm" + "english_translation": "Leave Realm" }, { "key": "block.minecraft.purpur_block", @@ -16623,6 +17495,10 @@ "key": "subtitles.entity.parrot.imitate.spider", "english_translation": "Parrot hisses" }, + { + "key": "filled_map.village_savanna", + "english_translation": "Savanna Village Map" + }, { "key": "mco.reset.world.seed", "english_translation": "Seed (Optional)" @@ -16843,10 +17719,18 @@ "key": "entity.minecraft.firework_rocket", "english_translation": "Firework Rocket" }, + { + "key": "block.minecraft.weathered_copper_grate", + "english_translation": "Weathered Copper Grate" + }, { "key": "block.minecraft.banner.rhombus.black", "english_translation": "Black Lozenge" }, + { + "key": "commands.tick.sprint.stop.success", + "english_translation": "A tick sprint interrupted" + }, { "key": "subtitles.entity.elder_guardian.ambient_land", "english_translation": "Elder Guardian flaps" @@ -16943,6 +17827,10 @@ "key": "effect.minecraft.instant_damage", "english_translation": "Instant Damage" }, + { + "key": "commands.tick.status.sprinting", + "english_translation": "The game is sprinting" + }, { "key": "item.canBreak", "english_translation": "Can break:" @@ -17023,6 +17911,10 @@ "key": "commands.time.query", "english_translation": "The time is %s" }, + { + "key": "mco.upload.percent", + "english_translation": "%s %%" + }, { "key": "advancements.end.enter_end_gateway.title", "english_translation": "Remote Getaway" @@ -17059,6 +17951,10 @@ "key": "mco.backup.entry.templateName", "english_translation": "Template Name" }, + { + "key": "block.minecraft.waxed_oxidized_copper_bulb", + "english_translation": "Waxed Oxidized Copper Bulb" + }, { "key": "subtitles.enchant.thorns.hit", "english_translation": "Thorns prick" @@ -17067,6 +17963,10 @@ "key": "options.ao.max", "english_translation": "Maximum" }, + { + "key": "container.shulkerBox.unknownContents", + "english_translation": "???????" + }, { "key": "block.minecraft.cyan_candle_cake", "english_translation": "Cake with Cyan Candle" @@ -17093,7 +17993,7 @@ }, { "key": "death.attack.lightningBolt.player", - "english_translation": "%1$s was struck by lightning whilst fighting %2$s" + "english_translation": "%1$s was struck by lightning while fighting %2$s" }, { "key": "options.key.toggle", @@ -17467,6 +18367,14 @@ "key": "argument.player.entities", "english_translation": "Only players may be affected by this command, but the provided selector includes entities" }, + { + "key": "dataPack.update_1_21.name", + "english_translation": "Update 1.21" + }, + { + "key": "recover_world.done.success", + "english_translation": "Recovery was successful!" + }, { "key": "subtitles.entity.ravager.attack", "english_translation": "Ravager bites" @@ -17555,6 +18463,10 @@ "key": "mco.brokenworld.title", "english_translation": "Your current world is no longer supported" }, + { + "key": "commands.kick.owner.failed", + "english_translation": "Cannot kick server owner in LAN game" + }, { "key": "createWorld.customize.flat.height", "english_translation": "Height" @@ -17651,6 +18563,10 @@ "key": "block.minecraft.light_gray_candle_cake", "english_translation": "Cake with Light Gray Candle" }, + { + "key": "commands.tick.step.fail", + "english_translation": "Unable to step the game - the game must be frozen first" + }, { "key": "block.minecraft.waxed_oxidized_copper", "english_translation": "Waxed Oxidized Copper" @@ -17683,6 +18599,10 @@ "key": "block.minecraft.stripped_spruce_wood", "english_translation": "Stripped Spruce Wood" }, + { + "key": "subtitles.entity.breeze.jump", + "english_translation": "Breeze jumps" + }, { "key": "block.minecraft.banner.half_horizontal.white", "english_translation": "White Per Fess" @@ -17795,6 +18715,10 @@ "key": "jigsaw_block.name", "english_translation": "Name:" }, + { + "key": "gui.abuseReport.name.reporting", + "english_translation": "You are reporting \"%s\"." + }, { "key": "item.minecraft.ender_dragon_spawn_egg", "english_translation": "Ender Dragon Spawn Egg" @@ -17847,6 +18771,14 @@ "key": "commands.advancement.revoke.criterion.to.many.failure", "english_translation": "Couldn't revoke criterion '%s' of advancement %s from %s players as they don't have it" }, + { + "key": "gui.banned.skin.description", + "english_translation": "Your current skin violates our Community Standards. You can still play with a default skin, or select a new one.\n\nLearn more or submit a case review at the following link: %s" + }, + { + "key": "commands.random.error.range_too_small", + "english_translation": "The range of the random value must be at least 2" + }, { "key": "structure_block.position.z", "english_translation": "relative position z" @@ -17919,6 +18851,10 @@ "key": "subtitles.entity.dolphin.eat", "english_translation": "Dolphin eats" }, + { + "key": "entity.minecraft.wind_charge", + "english_translation": "Wind Charge" + }, { "key": "subtitles.block.fire.ambient", "english_translation": "Fire crackles" @@ -18091,6 +19027,10 @@ "key": "block.minecraft.banner.square_top_right.gray", "english_translation": "Gray Chief Sinister Canton" }, + { + "key": "gamerule.enderPearlsVanishOnDeath.description", + "english_translation": "Whether ender pearls thrown by a player vanish when that player dies." + }, { "key": "death.fell.assist", "english_translation": "%1$s was doomed to fall by %2$s" @@ -18191,6 +19131,10 @@ "key": "entity.minecraft.lightning_bolt", "english_translation": "Lightning Bolt" }, + { + "key": "block.minecraft.weathered_chiseled_copper", + "english_translation": "Weathered Chiseled Copper" + }, { "key": "item.minecraft.firework_star.black", "english_translation": "Black" @@ -18225,7 +19169,7 @@ }, { "key": "mco.configure.world.buttons.open", - "english_translation": "Open realm" + "english_translation": "Open Realm" }, { "key": "block.minecraft.banner.square_top_right.green", @@ -18239,6 +19183,10 @@ "key": "itemGroup.inventory", "english_translation": "Survival Inventory" }, + { + "key": "subtitles.block.trial_spawner.detect_player", + "english_translation": "Trial Spawner charges up" + }, { "key": "block.minecraft.banner.triangles_top.black", "english_translation": "Black Chief Indented" @@ -18417,7 +19365,7 @@ }, { "key": "options.accessibility.title", - "english_translation": "Accessibility Settings..." + "english_translation": "Accessibility Settings" }, { "key": "subtitles.entity.dolphin.play", @@ -18647,13 +19595,17 @@ "key": "commands.tag.add.success.single", "english_translation": "Added tag '%s' to %s" }, + { + "key": "recover_world.restoring", + "english_translation": "Attempting to restore world..." + }, { "key": "narrator.button.difficulty_lock.locked", "english_translation": "Locked" }, { "key": "death.attack.message_too_long", - "english_translation": "Actually, the message was too long to deliver fully. Sorry! Here's stripped version: %s" + "english_translation": "Actually, the message was too long to deliver fully. Sorry! Here's a stripped version: %s" }, { "key": "block.minecraft.banner.globe.cyan", @@ -18711,6 +19663,10 @@ "key": "subtitles.entity.piglin.step", "english_translation": "Piglin steps" }, + { + "key": "block.minecraft.waxed_exposed_copper_door", + "english_translation": "Waxed Exposed Copper Door" + }, { "key": "effect.minecraft.hunger", "english_translation": "Hunger" @@ -19043,6 +19999,10 @@ "key": "key.advancements", "english_translation": "Advancements" }, + { + "key": "download.pack.failed", + "english_translation": "%s out of %s packs failed to download" + }, { "key": "subtitles.block.tripwire.detach", "english_translation": "Tripwire detaches" @@ -19053,7 +20013,7 @@ }, { "key": "death.attack.starve.player", - "english_translation": "%1$s starved to death whilst fighting %2$s" + "english_translation": "%1$s starved to death while fighting %2$s" }, { "key": "item.minecraft.elder_guardian_spawn_egg", @@ -19105,7 +20065,7 @@ }, { "key": "outOfMemory.message", - "english_translation": "Minecraft has run out of memory.\n\nThis could be caused by a bug in the game or by the Java Virtual Machine not being allocated enough memory.\n\nTo prevent level corruption, the current game has quit. We've tried to free up enough memory to let you go back to the main menu and back to playing, but this may not have worked.\n\nPlease restart the game if you see this message again." + "english_translation": "Minecraft has run out of memory.\n\nThis could be caused by a bug in the game or by the Java Virtual Machine not being allocated enough memory.\n\nTo prevent world corruption, the current game has quit. We've tried to free up enough memory to let you go back to the main menu and back to playing, but this may not have worked.\n\nPlease restart the game if you see this message again." }, { "key": "biome.minecraft.crimson_forest", @@ -19115,6 +20075,10 @@ "key": "block.minecraft.banner.gradient_up.light_gray", "english_translation": "Light Gray Base Gradient" }, + { + "key": "mco.snapshot.subscription.info", + "english_translation": "This is a Snapshot Realm that is paired to the subscription of your Realm '%s'. It will stay active for as long as its paired Realm is." + }, { "key": "subtitles.entity.enderman.stare", "english_translation": "Enderman cries out" @@ -19203,6 +20167,10 @@ "key": "death.attack.badRespawnPoint.link", "english_translation": "Intentional Game Design" }, + { + "key": "block.minecraft.chiseled_tuff", + "english_translation": "Chiseled Tuff" + }, { "key": "gamerule.fallDamage", "english_translation": "Deal fall damage" @@ -19215,6 +20183,10 @@ "key": "block.minecraft.warped_planks", "english_translation": "Warped Planks" }, + { + "key": "mco.errorMessage.noDetails", + "english_translation": "No error details provided" + }, { "key": "dataPack.bundle.name", "english_translation": "Bundles" @@ -19247,6 +20219,10 @@ "key": "key.keyboard.up", "english_translation": "Up Arrow" }, + { + "key": "gamerule.playersNetherPortalDefaultDelay.description", + "english_translation": "Time (in ticks) that a non-creative mode player needs to stand in a Nether portal before changing dimensions." + }, { "key": "block.minecraft.banner.stripe_downleft.green", "english_translation": "Green Bend Sinister" @@ -19275,6 +20251,10 @@ "key": "block.minecraft.stone_bricks", "english_translation": "Stone Bricks" }, + { + "key": "subtitles.entity.breeze.idle_air", + "english_translation": "Breeze flies" + }, { "key": "block.minecraft.blackstone_slab", "english_translation": "Blackstone Slab" @@ -19299,6 +20279,10 @@ "key": "subtitles.entity.goat.eat", "english_translation": "Goat eats" }, + { + "key": "subtitles.block.trial_spawner.open_shutter", + "english_translation": "Trial Spawner opens" + }, { "key": "item.minecraft.heart_pottery_shard", "english_translation": "Heart Pottery Shard" @@ -19391,6 +20375,10 @@ "key": "commands.debug.stopped", "english_translation": "Stopped tick profiling after %s seconds and %s ticks (%s ticks per second)" }, + { + "key": "block.minecraft.weathered_copper_trapdoor", + "english_translation": "Weathered Copper Trapdoor" + }, { "key": "entity.minecraft.blaze", "english_translation": "Blaze" @@ -19461,7 +20449,11 @@ }, { "key": "selectWorld.backupWarning.snapshot", - "english_translation": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions!" + "english_translation": "This world was last played in version %s; you are on version %s. Please make a backup in case you experience world corruptions." + }, + { + "key": "block.minecraft.tuff_brick_stairs", + "english_translation": "Tuff Brick Stairs" }, { "key": "subtitles.entity.rabbit.ambient", @@ -19515,6 +20507,10 @@ "key": "block.minecraft.banner.square_bottom_left.magenta", "english_translation": "Magenta Base Dexter Canton" }, + { + "key": "commands.function.scheduled.no_functions", + "english_translation": "Can't find any functions for name %s" + }, { "key": "options.autosaveIndicator", "english_translation": "Autosave Indicator" @@ -19525,7 +20521,7 @@ }, { "key": "death.attack.inWall.player", - "english_translation": "%1$s suffocated in a wall whilst fighting %2$s" + "english_translation": "%1$s suffocated in a wall while fighting %2$s" }, { "key": "item.minecraft.llama_spawn_egg", @@ -19543,6 +20539,10 @@ "key": "death.fell.accident.scaffolding", "english_translation": "%1$s fell off scaffolding" }, + { + "key": "block.minecraft.waxed_copper_trapdoor", + "english_translation": "Waxed Copper Trapdoor" + }, { "key": "item.minecraft.stone_hoe", "english_translation": "Stone Hoe" @@ -19641,7 +20641,7 @@ }, { "key": "death.attack.magic.player", - "english_translation": "%1$s was killed by magic whilst trying to escape %2$s" + "english_translation": "%1$s was killed by magic while trying to escape %2$s" }, { "key": "commands.attribute.failed.no_attribute", @@ -19995,6 +20995,10 @@ "key": "entity.minecraft.snow_golem", "english_translation": "Snow Golem" }, + { + "key": "gui.abuseReport.select_reason", + "english_translation": "Select Report Category" + }, { "key": "options.particles.minimal", "english_translation": "Minimal" @@ -20161,7 +21165,7 @@ }, { "key": "death.attack.dryout.player", - "english_translation": "%1$s died from dehydration whilst trying to escape %2$s" + "english_translation": "%1$s died from dehydration while trying to escape %2$s" }, { "key": "item.minecraft.iron_helmet", @@ -20207,6 +21211,10 @@ "key": "block.minecraft.potted_blue_orchid", "english_translation": "Potted Blue Orchid" }, + { + "key": "gui.abuseReport.more_comments", + "english_translation": "Please describe what happened:" + }, { "key": "block.minecraft.brick_stairs", "english_translation": "Brick Stairs" @@ -20215,6 +21223,14 @@ "key": "structure_block.mode.data", "english_translation": "Data" }, + { + "key": "telemetry_info.button.privacy_statement", + "english_translation": "Privacy Statement" + }, + { + "key": "block.minecraft.waxed_weathered_copper_grate", + "english_translation": "Waxed Weathered Copper Grate" + }, { "key": "item.minecraft.beetroot_soup", "english_translation": "Beetroot Soup" @@ -20251,6 +21267,10 @@ "key": "block.minecraft.banner.diagonal_right.magenta", "english_translation": "Magenta Per Bend" }, + { + "key": "gui.abuseReport.type.name", + "english_translation": "Player Name" + }, { "key": "mco.upload.size.failure.line2", "english_translation": "It is %s. The maximum allowed size is %s." @@ -20377,7 +21397,7 @@ }, { "key": "death.attack.outsideBorder.player", - "english_translation": "%1$s left the confines of this world whilst fighting %2$s" + "english_translation": "%1$s left the confines of this world while fighting %2$s" }, { "key": "block.minecraft.gray_banner", @@ -20387,6 +21407,10 @@ "key": "commands.function.success.single", "english_translation": "Executed %s command(s) from function '%s'" }, + { + "key": "block.minecraft.polished_tuff", + "english_translation": "Polished Tuff" + }, { "key": "multiplayer.message_not_delivered", "english_translation": "Can't deliver chat message, check server logs: %s" @@ -20403,6 +21427,10 @@ "key": "item.minecraft.spyglass", "english_translation": "Spyglass" }, + { + "key": "multiplayer.status.player_count", + "english_translation": "%s/%s" + }, { "key": "subtitles.item.bucket.fill_axolotl", "english_translation": "Axolotl scooped" @@ -20423,6 +21451,10 @@ "key": "createWorld.customize.custom.prev", "english_translation": "Previous Page" }, + { + "key": "block.minecraft.tuff_wall", + "english_translation": "Tuff Wall" + }, { "key": "createWorld.customize.presets.title", "english_translation": "Select a Preset" @@ -20515,6 +21547,10 @@ "key": "painting.minecraft.pointer.title", "english_translation": "Pointer" }, + { + "key": "gamerule.playersNetherPortalCreativeDelay", + "english_translation": "Player's Nether portal delay in creative mode" + }, { "key": "block.minecraft.birch_button", "english_translation": "Birch Button" @@ -20523,6 +21559,10 @@ "key": "subtitles.weather.rain", "english_translation": "Rain falls" }, + { + "key": "gui.abuseReport.draft.title", + "english_translation": "Edit draft chat report?" + }, { "key": "gamerule.tntExplosionDropDecay", "english_translation": "In TNT explosions, some blocks won't drop their loot" @@ -20547,6 +21587,10 @@ "key": "subtitles.entity.camel.eat", "english_translation": "Camel eats" }, + { + "key": "block.minecraft.exposed_chiseled_copper", + "english_translation": "Exposed Chiseled Copper" + }, { "key": "subtitles.entity.wandering_trader.death", "english_translation": "Wandering Trader dies" @@ -20839,6 +21883,10 @@ "key": "narration.selection.usage", "english_translation": "Press up and down buttons to move to another entry" }, + { + "key": "mco.compatibility.upgrade.description", + "english_translation": "This world was last played in version %s; you are on version %s.\n\nA backup of your world will be saved under \"World backups\". Please restore your world if needed." + }, { "key": "block.minecraft.banner.straight_cross.brown", "english_translation": "Brown Cross" @@ -20879,6 +21927,10 @@ "key": "commands.drop.no_held_items", "english_translation": "Entity can't hold any items" }, + { + "key": "mco.errorMessage.realmsService.connectivity", + "english_translation": "Could not connect to Realms: %s" + }, { "key": "narrator.position.object_list", "english_translation": "Selected row element %s out of %s" @@ -20991,6 +22043,10 @@ "key": "options.off", "english_translation": "OFF" }, + { + "key": "commands.tick.status.running", + "english_translation": "The game runs normally" + }, { "key": "item.minecraft.tipped_arrow.effect.levitation", "english_translation": "Arrow of Levitation" @@ -21067,6 +22123,14 @@ "key": "item.minecraft.firework_star.magenta", "english_translation": "Magenta" }, + { + "key": "block.minecraft.exposed_copper_grate", + "english_translation": "Exposed Copper Grate" + }, + { + "key": "subtitles.entity.breeze.shoot", + "english_translation": "Breeze shoots" + }, { "key": "subtitles.entity.villager.work_shepherd", "english_translation": "Shepherd works" @@ -21095,6 +22159,10 @@ "key": "screenshot.failure", "english_translation": "Couldn't save screenshot: %s" }, + { + "key": "gamerule.maxCommandForkCount", + "english_translation": "Command context limit" + }, { "key": "parsing.quote.escape", "english_translation": "Invalid escape sequence '\\%s' in quoted string" @@ -21115,6 +22183,14 @@ "key": "biome.minecraft.dark_forest", "english_translation": "Dark Forest" }, + { + "key": "commands.random.reset.success", + "english_translation": "Reset random sequence %s" + }, + { + "key": "block.minecraft.tuff_bricks", + "english_translation": "Tuff Bricks" + }, { "key": "entity.minecraft.trident", "english_translation": "Trident" @@ -21181,7 +22257,11 @@ }, { "key": "mco.selectServer.trial", - "english_translation": "Get a trial!" + "english_translation": "Get a Trial!" + }, + { + "key": "telemetry.event.optional.disabled", + "english_translation": "%s (Optional) - Disabled" }, { "key": "block.minecraft.yellow_stained_glass", @@ -21229,7 +22309,7 @@ }, { "key": "gui.abuseReport.reason.defamation_impersonation_false_information", - "english_translation": "Defamation, impersonation, or false information" + "english_translation": "Defamation" }, { "key": "block.minecraft.birch_sign", @@ -21297,7 +22377,7 @@ }, { "key": "selectWorld.backupWarning.downgrade", - "english_translation": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work. If you still want to continue, please make a backup!" + "english_translation": "This world was last played in version %s; you are on version %s. Downgrading a world could cause corruption - we cannot guarantee that it will load or work. If you still want to continue, please make a backup." }, { "key": "key.keyboard.keypad.add", @@ -21319,6 +22399,10 @@ "key": "block.minecraft.banner.diagonal_up_left.yellow", "english_translation": "Yellow Per Bend Inverted" }, + { + "key": "options.language.title", + "english_translation": "Language" + }, { "key": "menu.generatingTerrain", "english_translation": "Building terrain" @@ -21351,6 +22435,10 @@ "key": "options.forceUnicodeFont", "english_translation": "Force Unicode Font" }, + { + "key": "block.minecraft.waxed_copper_grate", + "english_translation": "Waxed Copper Grate" + }, { "key": "block.minecraft.cobblestone", "english_translation": "Cobblestone" @@ -21423,6 +22511,10 @@ "key": "subtitles.entity.warden.attack_impact", "english_translation": "Warden lands hit" }, + { + "key": "mco.snapshot.creating", + "english_translation": "Creating Snapshot Realm..." + }, { "key": "block.minecraft.magenta_terracotta", "english_translation": "Magenta Terracotta" @@ -21495,6 +22587,10 @@ "key": "painting.minecraft.water.author", "english_translation": "Mojang" }, + { + "key": "commands.tick.status.lagging", + "english_translation": "The game is running, but can't keep up with the target tick rate" + }, { "key": "block.minecraft.yellow_bed", "english_translation": "Yellow Bed" @@ -21565,7 +22661,7 @@ }, { "key": "death.attack.sweetBerryBush.player", - "english_translation": "%1$s was poked to death by a sweet berry bush whilst trying to escape %2$s" + "english_translation": "%1$s was poked to death by a sweet berry bush while trying to escape %2$s" }, { "key": "block.minecraft.prismarine_brick_stairs", @@ -21575,6 +22671,10 @@ "key": "block.minecraft.ladder", "english_translation": "Ladder" }, + { + "key": "filled_map.explorer_jungle", + "english_translation": "Jungle Explorer Map" + }, { "key": "selectWorld.customizeType", "english_translation": "Customize" @@ -21635,10 +22735,18 @@ "key": "selectWorld.conversion.tooltip", "english_translation": "This world must be opened in an older version (like 1.6.4) to be safely converted" }, + { + "key": "container.crafter", + "english_translation": "Crafter" + }, { "key": "block.minecraft.banner.square_bottom_right.cyan", "english_translation": "Cyan Base Sinister Canton" }, + { + "key": "mco.snapshot.description", + "english_translation": "Paired with \"%s\"" + }, { "key": "block.minecraft.banner.creeper.light_gray", "english_translation": "Light Gray Creeper Charge" @@ -21739,6 +22847,10 @@ "key": "controls.reset", "english_translation": "Reset" }, + { + "key": "mco.snapshot.createSnapshotPopup.text", + "english_translation": "You are about to create a free Snapshot Realm that will be paired with your paid Realms subscription. This new Snapshot Realm will be accessible for as long as the paid subscription is active. Your paid Realm will not be affected." + }, { "key": "trim_pattern.minecraft.eye", "english_translation": "Eye Armor Trim" @@ -21861,7 +22973,7 @@ }, { "key": "mco.selectServer.create", - "english_translation": "Create realm" + "english_translation": "Create Realm" }, { "key": "block.minecraft.banner.stripe_left.purple", @@ -21909,7 +23021,7 @@ }, { "key": "death.attack.onFire.player", - "english_translation": "%1$s was burnt to a crisp whilst fighting %2$s" + "english_translation": "%1$s was burned to a crisp while fighting %2$s" }, { "key": "subtitles.block.composter.empty", @@ -22035,6 +23147,10 @@ "key": "advancements.adventure.kill_mob_near_sculk_catalyst.description", "english_translation": "Kill a mob near a Sculk Catalyst" }, + { + "key": "block.minecraft.polished_tuff_slab", + "english_translation": "Polished Tuff Slab" + }, { "key": "item.minecraft.prize_pottery_sherd", "english_translation": "Prize Pottery Sherd" @@ -22059,6 +23175,10 @@ "key": "item.minecraft.panda_spawn_egg", "english_translation": "Panda Spawn Egg" }, + { + "key": "commands.random.roll", + "english_translation": "%s rolled %s (from %s to %s)" + }, { "key": "block.minecraft.conduit", "english_translation": "Conduit" @@ -22085,7 +23205,7 @@ }, { "key": "gui.abuseReport.reason.imminent_harm", - "english_translation": "Imminent harm - Threat to harm others" + "english_translation": "Threat of harm to others" }, { "key": "mco.invites.nopending", @@ -22159,6 +23279,10 @@ "key": "selectWorld.recreate.customized.text", "english_translation": "Customized worlds are no longer supported in this version of Minecraft. We can try to recreate it with the same seed and properties, but any terrain customizations will be lost. We're sorry for the inconvenience!" }, + { + "key": "block.minecraft.waxed_exposed_copper_bulb", + "english_translation": "Waxed Exposed Copper Bulb" + }, { "key": "block.minecraft.jungle_door", "english_translation": "Jungle Door" @@ -22227,6 +23351,10 @@ "key": "stat.minecraft.minecart_one_cm", "english_translation": "Distance by Minecart" }, + { + "key": "block.minecraft.waxed_exposed_copper_trapdoor", + "english_translation": "Waxed Exposed Copper Trapdoor" + }, { "key": "selectWorld.edit.backupSize", "english_translation": "size: %s MB" @@ -22445,7 +23573,11 @@ }, { "key": "death.attack.inFire.player", - "english_translation": "%1$s walked into fire whilst fighting %2$s" + "english_translation": "%1$s walked into fire while fighting %2$s" + }, + { + "key": "mco.snapshot.start", + "english_translation": "Start free Snapshot Realm" }, { "key": "block.minecraft.prismarine", @@ -22467,6 +23599,10 @@ "key": "entity.minecraft.panda", "english_translation": "Panda" }, + { + "key": "subtitles.entity.player.teleport", + "english_translation": "Player teleports" + }, { "key": "narration.button", "english_translation": "Button: %s" @@ -22573,7 +23709,7 @@ }, { "key": "telemetry_info.button.show_data", - "english_translation": "Open My Data" + "english_translation": "View My Data" }, { "key": "subtitles.entity.zombie_villager.cure", @@ -22595,6 +23731,10 @@ "key": "commands.ride.mount.failure.cant_ride_players", "english_translation": "Players can't be ridden" }, + { + "key": "filled_map.explorer_swamp", + "english_translation": "Swamp Explorer Map" + }, { "key": "gamerule.doInsomnia", "english_translation": "Spawn phantoms" @@ -22613,7 +23753,7 @@ }, { "key": "mco.configure.world.buttons.close", - "english_translation": "Close realm" + "english_translation": "Close Realm" }, { "key": "key.smoothCamera", @@ -22645,7 +23785,7 @@ }, { "key": "mco.backup.entry.enabledPack", - "english_translation": "Enabled Pack" + "english_translation": "Enabled Pack(s)" }, { "key": "commands.list.nameAndId", @@ -22687,6 +23827,10 @@ "key": "block.minecraft.birch_sapling", "english_translation": "Birch Sapling" }, + { + "key": "subtitles.entity.breeze.idle_ground", + "english_translation": "Breeze whirs" + }, { "key": "gui.abuseReport.sent.title", "english_translation": "Report sent" @@ -22731,6 +23875,10 @@ "key": "death.attack.hotFloor.player", "english_translation": "%1$s walked into the danger zone due to %2$s" }, + { + "key": "symlink_warning.message.pack", + "english_translation": "Loading packs with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more." + }, { "key": "commands.spectate.success.started", "english_translation": "Now spectating %s" @@ -22807,6 +23955,10 @@ "key": "trim_pattern.minecraft.tide", "english_translation": "Tide Armor Trim" }, + { + "key": "dataPack.update_1_21.description", + "english_translation": "New features and content for Minecraft 1.21" + }, { "key": "block.minecraft.banner.stripe_middle.white", "english_translation": "White Fess" @@ -22939,10 +24091,18 @@ "key": "block.minecraft.dead_horn_coral", "english_translation": "Dead Horn Coral" }, + { + "key": "commands.function.scheduled.single", + "english_translation": "Running function %s" + }, { "key": "item.minecraft.suspicious_stew", "english_translation": "Suspicious Stew" }, + { + "key": "block.minecraft.waxed_weathered_copper_bulb", + "english_translation": "Waxed Weathered Copper Bulb" + }, { "key": "subtitles.block.bell.use", "english_translation": "Bell rings" @@ -22967,6 +24127,10 @@ "key": "subtitles.entity.zoglin.step", "english_translation": "Zoglin steps" }, + { + "key": "block.minecraft.weathered_copper_bulb", + "english_translation": "Weathered Copper Bulb" + }, { "key": "block.minecraft.pink_stained_glass", "english_translation": "Pink Stained Glass" @@ -22993,7 +24157,7 @@ }, { "key": "death.attack.fallingStalactite.player", - "english_translation": "%1$s was skewered by a falling stalactite whilst fighting %2$s" + "english_translation": "%1$s was skewered by a falling stalactite while fighting %2$s" }, { "key": "block.minecraft.banner.stripe_middle.yellow", @@ -23017,7 +24181,7 @@ }, { "key": "mco.configure.world.commandBlocks", - "english_translation": "Command blocks" + "english_translation": "Command Blocks" }, { "key": "subtitles.entity.horse.breathe", @@ -23049,7 +24213,7 @@ }, { "key": "mco.configure.world.subscription.title", - "english_translation": "Your subscription" + "english_translation": "Your Subscription" }, { "key": "block.minecraft.banner.square_top_left.light_blue", @@ -23119,6 +24283,10 @@ "key": "advancements.nether.get_wither_skull.title", "english_translation": "Spooky Scary Skeleton" }, + { + "key": "gui.abuseReport.draft.discard", + "english_translation": "Discard" + }, { "key": "block.minecraft.birch_pressure_plate", "english_translation": "Birch Pressure Plate" @@ -23129,7 +24297,7 @@ }, { "key": "mco.reset.world.generate", - "english_translation": "New world" + "english_translation": "New World" }, { "key": "selectWorld.gameMode.creative", @@ -23215,6 +24383,10 @@ "key": "subtitles.entity.piglin_brute.death", "english_translation": "Piglin Brute dies" }, + { + "key": "gui.abuseReport.draft.edit", + "english_translation": "Continue Editing" + }, { "key": "advancements.nether.use_lodestone.title", "english_translation": "Country Lode, Take Me Home" @@ -23255,6 +24427,10 @@ "key": "block.minecraft.banner.circle.gray", "english_translation": "Gray Roundel" }, + { + "key": "pack.dropRejected.message", + "english_translation": "The following entries were not valid packs and were not copied:\n %s" + }, { "key": "block.minecraft.banner.diagonal_up_left.gray", "english_translation": "Gray Per Bend Inverted" @@ -23355,6 +24531,10 @@ "key": "item.minecraft.cyan_dye", "english_translation": "Cyan Dye" }, + { + "key": "filled_map.village_plains", + "english_translation": "Plains Village Map" + }, { "key": "commands.gamerule.set", "english_translation": "Gamerule %s is now set to: %s" @@ -23363,6 +24543,10 @@ "key": "block.minecraft.banner.stripe_bottom.orange", "english_translation": "Orange Base" }, + { + "key": "selectWorld.resource_load", + "english_translation": "Preparing Resources..." + }, { "key": "title.singleplayer", "english_translation": "Singleplayer" @@ -23519,6 +24703,10 @@ "key": "gui.banned.reason.drugs", "english_translation": "References to illegal drugs" }, + { + "key": "mco.compatibility.downgrade", + "english_translation": "Downgrade" + }, { "key": "item.minecraft.music_disc_ward.desc", "english_translation": "C418 - ward" @@ -23527,6 +24715,10 @@ "key": "subtitles.entity.mule.angry", "english_translation": "Mule neighs" }, + { + "key": "recover_world.title", + "english_translation": "Failed to load world" + }, { "key": "block.minecraft.light_gray_glazed_terracotta", "english_translation": "Light Gray Glazed Terracotta" @@ -23551,13 +24743,17 @@ "key": "selectWorld.gameRules", "english_translation": "Game Rules" }, + { + "key": "block.minecraft.oxidized_copper_door", + "english_translation": "Oxidized Copper Door" + }, { "key": "options.fovEffectScale", "english_translation": "FOV Effects" }, { "key": "options.chat.title", - "english_translation": "Chat Settings..." + "english_translation": "Chat Settings" }, { "key": "subtitles.entity.ender_dragon.shoot", @@ -23603,6 +24799,10 @@ "key": "gamerule.snowAccumulationHeight.description", "english_translation": "When it snows, layers of snow form on the ground up to at most this number of layers." }, + { + "key": "block.minecraft.copper_grate", + "english_translation": "Copper Grate" + }, { "key": "subtitles.entity.warden.nearby_closest", "english_translation": "Warden draws close" @@ -23623,6 +24823,10 @@ "key": "block.minecraft.deepslate_iron_ore", "english_translation": "Deepslate Iron Ore" }, + { + "key": "gamerule.playersNetherPortalCreativeDelay.description", + "english_translation": "Time (in ticks) that a creative mode player needs to stand in a Nether portal before changing dimensions." + }, { "key": "death.attack.badRespawnPoint.message", "english_translation": "%1$s was killed by %2$s" @@ -23695,6 +24899,14 @@ "key": "options.graphics.warning.title", "english_translation": "Graphics Device Unsupported" }, + { + "key": "item.minecraft.tide_armor_trim_smithing_template", + "english_translation": "Smithing Template" + }, + { + "key": "commands.scoreboard.players.display.numberFormat.set.success.multiple", + "english_translation": "Changed number format for %s entities in %s" + }, { "key": "block.minecraft.banner.stripe_top.blue", "english_translation": "Blue Chief" @@ -23759,6 +24971,10 @@ "key": "options.graphics.warning.renderer", "english_translation": "Renderer detected: [%s]" }, + { + "key": "commands.function.error.parse", + "english_translation": "While instantiating macro %s: Command '%s' caused error: %s" + }, { "key": "block.minecraft.banner.half_horizontal.magenta", "english_translation": "Magenta Per Fess" @@ -23803,6 +25019,10 @@ "key": "block.minecraft.dead_bubble_coral_fan", "english_translation": "Dead Bubble Coral Fan" }, + { + "key": "filled_map.village_desert", + "english_translation": "Desert Village Map" + }, { "key": "selectWorld.edit.backupFolder", "english_translation": "Open Backups Folder" @@ -23813,7 +25033,7 @@ }, { "key": "death.attack.fireworks.player", - "english_translation": "%1$s went off with a bang whilst fighting %2$s" + "english_translation": "%1$s went off with a bang while fighting %2$s" }, { "key": "subtitles.entity.parrot.imitate.pillager", @@ -23839,6 +25059,10 @@ "key": "item.minecraft.splash_potion.effect.strength", "english_translation": "Splash Potion of Strength" }, + { + "key": "jigsaw_block.placement_priority", + "english_translation": "Placement Priority:" + }, { "key": "effect.minecraft.night_vision", "english_translation": "Night Vision" @@ -23879,10 +25103,18 @@ "key": "biome.minecraft.forest", "english_translation": "Forest" }, + { + "key": "gui.abuseReport.send", + "english_translation": "Send Report" + }, { "key": "gui.abuseReport.reason.self_harm_or_suicide.description", "english_translation": "Someone is threatening to harm themselves in real life or talking about harming themselves in real life." }, + { + "key": "accessibility.onboarding.accessibility.button", + "english_translation": "Accessibility Settings..." + }, { "key": "commands.scoreboard.objectives.modify.displayname", "english_translation": "Changed the display name of %s to %s" @@ -23917,7 +25149,7 @@ }, { "key": "mco.configure.world.delete.button", - "english_translation": "Delete realm" + "english_translation": "Delete Realm" }, { "key": "telemetry.property.launcher_name.title", @@ -24083,6 +25315,10 @@ "key": "options.graphics.warning.message", "english_translation": "Your graphics device is detected as unsupported for the %s graphics option.\n\nYou may ignore this and continue, however support will not be provided for your device if you choose to use %s graphics." }, + { + "key": "commands.tick.step.stop.success", + "english_translation": "A tick step interrupted" + }, { "key": "options.renderClouds", "english_translation": "Clouds" @@ -24091,6 +25327,10 @@ "key": "subtitles.entity.panda.cant_breed", "english_translation": "Panda bleats" }, + { + "key": "block.minecraft.waxed_chiseled_copper", + "english_translation": "Waxed Chiseled Copper" + }, { "key": "item.minecraft.chainmail_boots", "english_translation": "Chainmail Boots" @@ -24171,6 +25411,10 @@ "key": "mco.minigame.world.restore", "english_translation": "Ending minigame..." }, + { + "key": "gamerule.maxCommandForkCount.description", + "english_translation": "Maximum number of contexts that can be used by commands like 'execute as'." + }, { "key": "advancements.story.shiny_gear.title", "english_translation": "Cover Me with Diamonds" @@ -24201,7 +25445,7 @@ }, { "key": "mco.reset.world.title", - "english_translation": "Reset world" + "english_translation": "Reset World" }, { "key": "telemetry.event.world_load_times.description", @@ -24291,6 +25535,10 @@ "key": "options.biomeBlendRadius.3", "english_translation": "3x3 (Fast)" }, + { + "key": "subtitles.block.trial_spawner.spawn_mob", + "english_translation": "Mob spawns" + }, { "key": "commands.advancement.grant.one.to.one.failure", "english_translation": "Couldn't grant advancement %s to %s as they already have it" @@ -24383,6 +25631,10 @@ "key": "block.minecraft.banner.stripe_middle.black", "english_translation": "Black Fess" }, + { + "key": "block.minecraft.tuff_brick_wall", + "english_translation": "Tuff Brick Wall" + }, { "key": "item.minecraft.spruce_chest_boat", "english_translation": "Spruce Boat with Chest" @@ -24395,6 +25647,10 @@ "key": "commands.give.failed.toomanyitems", "english_translation": "Can't give more than %s of %s" }, + { + "key": "options.accessibility", + "english_translation": "Accessibility Settings..." + }, { "key": "subtitles.entity.parrot.imitate.ravager", "english_translation": "Parrot grunts" @@ -24425,7 +25681,7 @@ }, { "key": "death.attack.genericKill.player", - "english_translation": "%1$s was killed whilst fighting %2$s" + "english_translation": "%1$s was killed while fighting %2$s" }, { "key": "block.minecraft.orange_bed", @@ -24495,6 +25751,10 @@ "key": "gui.abuseReport.reason.terrorism_or_violent_extremism.description", "english_translation": "Someone is talking about, promoting, or threatening to commit acts of terrorism or violent extremism for political, religious, ideological, or other reasons." }, + { + "key": "dataPack.trade_rebalance.name", + "english_translation": "Villager Trade Rebalance" + }, { "key": "subtitles.block.furnace.fire_crackle", "english_translation": "Furnace crackles" @@ -24587,6 +25847,10 @@ "key": "subtitles.block.redstone_torch.burnout", "english_translation": "Torch fizzes" }, + { + "key": "commands.tick.step.success", + "english_translation": "Stepping %s tick(s)" + }, { "key": "entity.minecraft.villager.nitwit", "english_translation": "Nitwit" @@ -24675,6 +25939,10 @@ "key": "block.minecraft.player_wall_head", "english_translation": "Player Wall Head" }, + { + "key": "options.chat", + "english_translation": "Chat Settings..." + }, { "key": "optimizeWorld.info.converted", "english_translation": "Upgraded chunks: %s" @@ -24687,6 +25955,10 @@ "key": "item.minecraft.miner_pottery_sherd", "english_translation": "Miner Pottery Sherd" }, + { + "key": "subtitles.entity.breeze.slide", + "english_translation": "Breeze slides" + }, { "key": "block.minecraft.brown_glazed_terracotta", "english_translation": "Brown Glazed Terracotta" @@ -24697,7 +25969,7 @@ }, { "key": "mco.reset.world.template", - "english_translation": "World templates" + "english_translation": "World Templates" }, { "key": "effect.minecraft.resistance", @@ -24711,6 +25983,10 @@ "key": "subtitles.entity.zombie_villager.hurt", "english_translation": "Zombie Villager hurts" }, + { + "key": "commands.scoreboard.players.display.numberFormat.clear.success.single", + "english_translation": "Cleared number format for %s in %s" + }, { "key": "block.minecraft.cave_vines", "english_translation": "Cave Vines" @@ -24731,6 +26007,10 @@ "key": "stat.minecraft.interact_with_smoker", "english_translation": "Interactions with Smoker" }, + { + "key": "block.minecraft.crafter", + "english_translation": "Crafter" + }, { "key": "createWorld.customize.flat.title", "english_translation": "Superflat Customization" @@ -24795,6 +26075,10 @@ "key": "item.minecraft.porkchop", "english_translation": "Raw Porkchop" }, + { + "key": "pack.dropRejected.title", + "english_translation": "Non-pack entries" + }, { "key": "attribute.modifier.take.1", "english_translation": "-%s%% %s" @@ -24831,6 +26115,10 @@ "key": "argument.pos2d.incomplete", "english_translation": "Incomplete (expected 2 coordinates)" }, + { + "key": "filled_map.village_taiga", + "english_translation": "Taiga Village Map" + }, { "key": "block.minecraft.banner.triangles_bottom.red", "english_translation": "Red Base Indented" @@ -24907,6 +26195,10 @@ "key": "advancements.husbandry.ride_a_boat_with_a_goat.description", "english_translation": "Get in a Boat and float with a Goat" }, + { + "key": "commands.tick.query.rate.running", + "english_translation": "Target tick rate: %s per second.\nAverage time per tick: %sms (Target: %sms)" + }, { "key": "entity.minecraft.wolf", "english_translation": "Wolf" diff --git a/crates/valence_network/src/connect.rs b/crates/valence_network/src/connect.rs index 027e14280..4e7c2135f 100644 --- a/crates/valence_network/src/connect.rs +++ b/crates/valence_network/src/connect.rs @@ -29,7 +29,7 @@ use valence_server::protocol::packets::login::{ LoginQueryRequestS2c, LoginQueryResponseC2s, LoginSuccessS2c, }; use valence_server::protocol::packets::status::{ - QueryPingC2s, QueryPongS2c, QueryRequestC2s, QueryResponseS2c, + QueryPingC2s, PingResultS2c, QueryRequestC2s, QueryResponseS2c, }; use valence_server::protocol::{PacketDecoder, PacketEncoder, RawBytes, VarInt}; use valence_server::text::{Color, IntoText}; @@ -244,7 +244,7 @@ async fn handle_status( let QueryPingC2s { payload } = io.recv_packet().await?; - io.send_packet(&QueryPongS2c { payload }).await?; + io.send_packet(&PingResultS2c { payload }).await?; Ok(()) } diff --git a/crates/valence_protocol/src/lib.rs b/crates/valence_protocol/src/lib.rs index e200795d8..89ac8fc87 100644 --- a/crates/valence_protocol/src/lib.rs +++ b/crates/valence_protocol/src/lib.rs @@ -96,11 +96,11 @@ pub use { pub const MAX_PACKET_SIZE: i32 = 2097152; /// The Minecraft protocol version this library currently targets. -pub const PROTOCOL_VERSION: i32 = 763; +pub const PROTOCOL_VERSION: i32 = 765; /// The stringified name of the Minecraft version this library currently /// targets. -pub const MINECRAFT_VERSION: &str = "1.20.1"; +pub const MINECRAFT_VERSION: &str = "1.20.4"; /// How large a packet should be before it is compressed by the packet encoder. /// @@ -311,6 +311,7 @@ pub enum PacketState { Status, Login, Play, + Configuration, } #[allow(dead_code)] diff --git a/crates/valence_protocol/src/packets.rs b/crates/valence_protocol/src/packets.rs index 447c55149..aec571fed 100644 --- a/crates/valence_protocol/src/packets.rs +++ b/crates/valence_protocol/src/packets.rs @@ -25,6 +25,43 @@ pub mod login { pub use login_query_response_c2s::LoginQueryResponseC2s; pub mod login_success_s2c; pub use login_success_s2c::LoginSuccessS2c; + pub mod enter_configuration_c2s; + pub use enter_configuration_c2s::EnterConfigurationC2s; +} + +pub mod configuration { + pub mod disconnect_s2c; + pub use disconnect_s2c::DisconnectS2c; + pub mod custom_payload_s2c; + pub use custom_payload_s2c::CustomPayloadS2c; + pub mod ready_s2c; + pub use ready_s2c::ReadyS2c; + pub mod keep_alive_s2c; + pub use keep_alive_s2c::KeepAliveS2c; + pub mod common_ping_s2c; + pub use common_ping_s2c::CommonPingS2c; + pub mod dynamic_registries_s2c; + pub use dynamic_registries_s2c::DynamicRegistriesS2c; + pub mod resource_pack_remove_s2c; + pub use resource_pack_remove_s2c::ResourcePackRemoveS2c; + pub mod resource_pack_send_s2c; + pub use resource_pack_send_s2c::ResourcePackSendS2c; + pub mod features_s2c; + pub use features_s2c::FeaturesS2c; + pub mod synchronize_tags_s2c; + pub use synchronize_tags_s2c::SynchronizeTagsS2c; + pub mod client_options_c2s; + pub use client_options_c2s::ClientOptionsC2s; + pub mod custom_payload_c2s; + pub use custom_payload_c2s::CustomPayloadC2s; + pub mod ready_c2s; + pub use ready_c2s::ReadyC2s; + pub mod keep_alive_c2s; + pub use keep_alive_c2s::KeepAliveC2s; + pub mod common_pong_c2s; + pub use common_pong_c2s::CommonPongC2s; + pub mod resource_pack_status_c2s; + pub use resource_pack_status_c2s::ResourcePackStatusC2s; } pub mod play { @@ -72,8 +109,8 @@ pub mod play { pub use click_slot_c2s::ClickSlotC2s; pub mod client_command_c2s; pub use client_command_c2s::ClientCommandC2s; - pub mod client_settings_c2s; - pub use client_settings_c2s::ClientSettingsC2s; + pub mod client_options_c2s; + pub use client_options_c2s::ClientOptionsC2s; pub mod client_status_c2s; pub use client_status_c2s::ClientStatusC2s; pub mod close_handled_screen_c2s; @@ -144,8 +181,6 @@ pub mod play { pub use experience_orb_spawn_s2c::ExperienceOrbSpawnS2c; pub mod explosion_s2c; pub use explosion_s2c::ExplosionS2c; - pub mod features_s2c; - pub use features_s2c::FeaturesS2c; pub mod full_c2s; pub use full_c2s::FullC2s; pub mod game_join_s2c; @@ -196,10 +231,12 @@ pub mod play { pub use particle_s2c::ParticleS2c; pub mod pick_from_inventory_c2s; pub use pick_from_inventory_c2s::PickFromInventoryC2s; - pub mod play_ping_s2c; - pub use play_ping_s2c::PlayPingS2c; - pub mod play_pong_c2s; - pub use play_pong_c2s::PlayPongC2s; + pub mod common_ping_s2c; + pub use common_ping_s2c::CommonPingS2c; + pub mod ping_result_s2c; + pub use ping_result_s2c::PingResultS2c; + pub mod common_pong_c2s; + pub use common_pong_c2s::CommonPongC2s; pub mod play_sound_from_entity_s2c; pub use play_sound_from_entity_s2c::PlaySoundFromEntityS2c; pub mod play_sound_s2c; @@ -232,8 +269,6 @@ pub mod play { pub use player_session_c2s::PlayerSessionC2s; pub mod player_spawn_position_s2c; pub use player_spawn_position_s2c::PlayerSpawnPositionS2c; - pub mod player_spawn_s2c; - pub use player_spawn_s2c::PlayerSpawnS2c; pub mod position_and_on_ground_c2s; pub use position_and_on_ground_c2s::PositionAndOnGroundC2s; pub mod profileless_chat_message_s2c; @@ -266,8 +301,8 @@ pub mod play { pub use scoreboard_display_s2c::ScoreboardDisplayS2c; pub mod scoreboard_objective_update_s2c; pub use scoreboard_objective_update_s2c::ScoreboardObjectiveUpdateS2c; - pub mod scoreboard_player_update_s2c; - pub use scoreboard_player_update_s2c::ScoreboardPlayerUpdateS2c; + pub mod scoreboard_score_update_s2c; + pub use scoreboard_score_update_s2c::ScoreboardScoreUpdateS2c; pub mod screen_handler_property_update_s2c; pub use screen_handler_property_update_s2c::ScreenHandlerPropertyUpdateS2c; pub mod screen_handler_slot_update_s2c; @@ -352,13 +387,35 @@ pub mod play { pub use world_event_s2c::WorldEventS2c; pub mod world_time_update_s2c; pub use world_time_update_s2c::WorldTimeUpdateS2c; + pub mod chunk_sent_s2c; + pub use chunk_sent_s2c::ChunkSentS2c; + pub mod start_chunk_send_s2c; + pub use start_chunk_send_s2c::StartChunkSendS2c; + pub mod scoreboard_score_reset_s2c; + pub use scoreboard_score_reset_s2c::ScoreboardScoreResetS2c; + pub mod resource_pack_remove_s2c; + pub use resource_pack_remove_s2c::ResourcePackRemoveS2c; + pub mod enter_reconfiguration_s2c; + pub use enter_reconfiguration_s2c::EnterReconfigurationS2c; + pub mod update_tick_rate_s2c; + pub use update_tick_rate_s2c::UpdateTickRateS2c; + pub mod tick_step_s2c; + pub use tick_step_s2c::TickStepS2c; + pub mod acknowledge_chunks_c2s; + pub use acknowledge_chunks_c2s::AcknowledgeChunksC2s; + pub mod acknowledge_reconfiguration_c2s; + pub use acknowledge_reconfiguration_c2s::AcknowledgeReconfigurationC2s; + pub mod slot_changed_state_c2s; + pub use slot_changed_state_c2s::SlotChangedStateC2s; + pub mod query_ping_c2s; + pub use query_ping_c2s::QueryPingC2s; } pub mod status { pub mod query_ping_c2s; pub use query_ping_c2s::QueryPingC2s; - pub mod query_pong_s2c; - pub use query_pong_s2c::QueryPongS2c; + pub mod ping_result_s2c; + pub use ping_result_s2c::PingResultS2c; pub mod query_request_c2s; pub use query_request_c2s::QueryRequestC2s; pub mod query_response_s2c; diff --git a/crates/valence_protocol/src/packets/configuration/client_options_c2s.rs b/crates/valence_protocol/src/packets/configuration/client_options_c2s.rs new file mode 100644 index 000000000..546bedad8 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/client_options_c2s.rs @@ -0,0 +1,48 @@ +use bitfield_struct::bitfield; + +use crate::{Bounded, Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct ClientOptionsC2s<'a> { + pub locale: Bounded<&'a str, 16>, + pub view_distance: u8, + pub chat_mode: ChatMode, + pub chat_colors: bool, + pub displayed_skin_parts: DisplayedSkinParts, + pub main_arm: MainArm, + pub enable_text_filtering: bool, + pub allow_server_listings: bool, +} + +#[bitfield(u8)] +#[derive(PartialEq, Eq, Encode, Decode)] +pub struct DisplayedSkinParts { + pub cape: bool, + pub jacket: bool, + pub left_sleeve: bool, + pub right_sleeve: bool, + pub left_pants_leg: bool, + pub right_pants_leg: bool, + pub hat: bool, + _pad: bool, +} + +#[derive(Copy, Clone, PartialEq, Eq, Default, Debug, Encode, Decode)] +pub enum ChatMode { + Enabled, + CommandsOnly, + #[default] + Hidden, +} + +#[derive(Copy, Clone, PartialEq, Eq, Debug, Default, Encode, Decode)] +pub enum MainArm { + Left, + #[default] + Right, +} + + + + diff --git a/crates/valence_protocol/src/packets/configuration/common_ping_s2c.rs b/crates/valence_protocol/src/packets/configuration/common_ping_s2c.rs new file mode 100644 index 000000000..3dec181af --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/common_ping_s2c.rs @@ -0,0 +1,7 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct CommonPingS2c { + pub id: i32, +} diff --git a/crates/valence_protocol/src/packets/configuration/common_pong_c2s.rs b/crates/valence_protocol/src/packets/configuration/common_pong_c2s.rs new file mode 100644 index 000000000..baa095bae --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/common_pong_c2s.rs @@ -0,0 +1,7 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct CommonPongC2s { + pub id: i32, +} diff --git a/crates/valence_protocol/src/packets/configuration/custom_payload_c2s.rs b/crates/valence_protocol/src/packets/configuration/custom_payload_c2s.rs new file mode 100644 index 000000000..9e14b4149 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/custom_payload_c2s.rs @@ -0,0 +1,14 @@ +use std::borrow::Cow; + +use valence_ident::Ident; + +use crate::{Bounded, Decode, Encode, Packet, RawBytes, PacketState}; + +const MAX_PAYLOAD_SIZE: usize = 0x100000; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct CustomPayloadC2s<'a> { + pub channel: Ident>, + pub data: Bounded, MAX_PAYLOAD_SIZE>, +} diff --git a/crates/valence_protocol/src/packets/configuration/custom_payload_s2c.rs b/crates/valence_protocol/src/packets/configuration/custom_payload_s2c.rs new file mode 100644 index 000000000..77b24abf4 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/custom_payload_s2c.rs @@ -0,0 +1,14 @@ +use std::borrow::Cow; + +use valence_ident::Ident; + +use crate::{Bounded, Decode, Encode, Packet, RawBytes, PacketState}; + +const MAX_PAYLOAD_SIZE: usize = 0x100000; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct CustomPayloadS2c<'a> { + pub channel: Ident>, + pub data: Bounded, MAX_PAYLOAD_SIZE>, +} diff --git a/crates/valence_protocol/src/packets/configuration/disconnect_s2c.rs b/crates/valence_protocol/src/packets/configuration/disconnect_s2c.rs new file mode 100644 index 000000000..256d8ccdd --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/disconnect_s2c.rs @@ -0,0 +1,11 @@ +use std::borrow::Cow; + +use valence_text::Text; + +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct DisconnectS2c<'a> { + pub reason: Cow<'a, Text>, +} diff --git a/crates/valence_protocol/src/packets/configuration/dynamic_registries_s2c.rs b/crates/valence_protocol/src/packets/configuration/dynamic_registries_s2c.rs new file mode 100644 index 000000000..513bdc5da --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/dynamic_registries_s2c.rs @@ -0,0 +1,9 @@ +use valence_nbt::Compound; + +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct DynamicRegistriesS2c { + pub codec: Compound +} diff --git a/crates/valence_protocol/src/packets/play/features_s2c.rs b/crates/valence_protocol/src/packets/configuration/features_s2c.rs similarity index 69% rename from crates/valence_protocol/src/packets/play/features_s2c.rs rename to crates/valence_protocol/src/packets/configuration/features_s2c.rs index a3bbbf2cc..51415455d 100644 --- a/crates/valence_protocol/src/packets/play/features_s2c.rs +++ b/crates/valence_protocol/src/packets/configuration/features_s2c.rs @@ -3,9 +3,10 @@ use std::collections::BTreeSet; use valence_ident::Ident; -use crate::{Decode, Encode, Packet}; +use crate::{Decode, Encode, Packet, PacketState}; #[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state= PacketState::Configuration)] pub struct FeaturesS2c<'a> { pub features: Cow<'a, BTreeSet>>, } diff --git a/crates/valence_protocol/src/packets/configuration/keep_alive_c2s.rs b/crates/valence_protocol/src/packets/configuration/keep_alive_c2s.rs new file mode 100644 index 000000000..8ff7e5e55 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/keep_alive_c2s.rs @@ -0,0 +1,7 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct KeepAliveC2s { + pub id: u64, +} diff --git a/crates/valence_protocol/src/packets/configuration/keep_alive_s2c.rs b/crates/valence_protocol/src/packets/configuration/keep_alive_s2c.rs new file mode 100644 index 000000000..6a11e3a79 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/keep_alive_s2c.rs @@ -0,0 +1,7 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct KeepAliveS2c { + pub id: u64, +} diff --git a/crates/valence_protocol/src/packets/configuration/ready_c2s.rs b/crates/valence_protocol/src/packets/configuration/ready_c2s.rs new file mode 100644 index 000000000..7b30d935f --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/ready_c2s.rs @@ -0,0 +1,5 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct ReadyC2s (); diff --git a/crates/valence_protocol/src/packets/configuration/ready_s2c.rs b/crates/valence_protocol/src/packets/configuration/ready_s2c.rs new file mode 100644 index 000000000..40a7b5fda --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/ready_s2c.rs @@ -0,0 +1,5 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct ReadyS2c (); diff --git a/crates/valence_protocol/src/packets/configuration/resource_pack_remove_s2c.rs b/crates/valence_protocol/src/packets/configuration/resource_pack_remove_s2c.rs new file mode 100644 index 000000000..49dcb1d25 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/resource_pack_remove_s2c.rs @@ -0,0 +1,9 @@ +use uuid::Uuid; + +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct ResourcePackRemoveS2c { + pub uuid: Option, +} diff --git a/crates/valence_protocol/src/packets/configuration/resource_pack_send_s2c.rs b/crates/valence_protocol/src/packets/configuration/resource_pack_send_s2c.rs new file mode 100644 index 000000000..a305b8b83 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/resource_pack_send_s2c.rs @@ -0,0 +1,16 @@ +use std::borrow::Cow; + +use uuid::Uuid; +use valence_text::Text; + +use crate::{Bounded, Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct ResourcePackSendS2c<'a> { + pub uuid: Uuid, + pub url: &'a str, + pub hash: Bounded<&'a str, 40>, + pub forced: bool, + pub prompt_message: Option>, +} diff --git a/crates/valence_protocol/src/packets/configuration/resource_pack_status_c2s.rs b/crates/valence_protocol/src/packets/configuration/resource_pack_status_c2s.rs new file mode 100644 index 000000000..b3279730e --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/resource_pack_status_c2s.rs @@ -0,0 +1,22 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Copy, Clone, PartialEq, Eq, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub enum ResourcePackStatusC2s { + /// The client has successfully doawnloaded the server's resource pack. + SuccessfullyDownloaded, + /// The client has declined the server's resource pack. + Declined, + /// The client has failed to download the server's resource pack. + FailedDownload, + /// The client has accepted the server's resource pack. + Accepted, + /// ?? + Downloaded, + /// ?? + InvalidURL, + /// ?? + FailedToReload, + /// ?? + Discarded, +} diff --git a/crates/valence_protocol/src/packets/configuration/synchronize_tags_s2c.rs b/crates/valence_protocol/src/packets/configuration/synchronize_tags_s2c.rs new file mode 100644 index 000000000..f27a693e8 --- /dev/null +++ b/crates/valence_protocol/src/packets/configuration/synchronize_tags_s2c.rs @@ -0,0 +1,14 @@ +use std::borrow::Cow; +use std::collections::BTreeMap; + +use valence_ident::Ident; + +use crate::{Decode, Encode, Packet, PacketState, VarInt}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Configuration)] +pub struct SynchronizeTagsS2c<'a> { + pub groups: Cow<'a, RegistryMap>, +} + +pub type RegistryMap = BTreeMap, BTreeMap, Vec>>; \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/login/enter_configuration_c2s.rs b/crates/valence_protocol/src/packets/login/enter_configuration_c2s.rs new file mode 100644 index 000000000..7126f5e01 --- /dev/null +++ b/crates/valence_protocol/src/packets/login/enter_configuration_c2s.rs @@ -0,0 +1,5 @@ +use crate::{Decode, Encode, Packet, PacketState}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +#[packet(state = PacketState::Login)] +pub struct EnterConfigurationC2s {} diff --git a/crates/valence_protocol/src/packets/login/login_hello_c2s.rs b/crates/valence_protocol/src/packets/login/login_hello_c2s.rs index edcbc7c68..7304dd6ee 100644 --- a/crates/valence_protocol/src/packets/login/login_hello_c2s.rs +++ b/crates/valence_protocol/src/packets/login/login_hello_c2s.rs @@ -6,5 +6,5 @@ use crate::{Bounded, Decode, Encode, Packet, PacketState}; #[packet(state = PacketState::Login)] pub struct LoginHelloC2s<'a> { pub username: Bounded<&'a str, 16>, - pub profile_id: Option, + pub profile_id: Uuid, } diff --git a/crates/valence_protocol/src/packets/play/acknowledge_chunks_c2s.rs b/crates/valence_protocol/src/packets/play/acknowledge_chunks_c2s.rs new file mode 100644 index 000000000..0300e78d4 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/acknowledge_chunks_c2s.rs @@ -0,0 +1,6 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct AcknowledgeChunksC2s { + pub chunks_per_tick: f32, +} diff --git a/crates/valence_protocol/src/packets/play/acknowledge_reconfiguration_c2s.rs b/crates/valence_protocol/src/packets/play/acknowledge_reconfiguration_c2s.rs new file mode 100644 index 000000000..465576d9f --- /dev/null +++ b/crates/valence_protocol/src/packets/play/acknowledge_reconfiguration_c2s.rs @@ -0,0 +1,4 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct AcknowledgeReconfigurationC2s {} diff --git a/crates/valence_protocol/src/packets/play/advancement_update_s2c.rs b/crates/valence_protocol/src/packets/play/advancement_update_s2c.rs index 5f0f2ce3f..abeaebbb6 100644 --- a/crates/valence_protocol/src/packets/play/advancement_update_s2c.rs +++ b/crates/valence_protocol/src/packets/play/advancement_update_s2c.rs @@ -6,13 +6,13 @@ use std::io::Write; use valence_ident::Ident; use valence_text::Text; -use crate::{packet_id, Decode, Encode, ItemStack, Packet, VarInt}; +use crate::{Decode, Encode, ItemStack, Packet, VarInt}; pub type AdvancementUpdateS2c<'a> = GenericAdvancementUpdateS2c<'a, (Ident>, Advancement<'a, ItemStack>)>; #[derive(Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::ADVANCEMENT_UPDATE_S2C)] +#[packet(name = "ADVANCEMENT_UPDATE_S2C")] pub struct GenericAdvancementUpdateS2c<'a, AM: 'a> { pub reset: bool, pub advancement_mapping: Vec, diff --git a/crates/valence_protocol/src/packets/play/bundle_splitter_s2c.rs b/crates/valence_protocol/src/packets/play/bundle_splitter_s2c.rs index 92d6695b5..167bcd987 100644 --- a/crates/valence_protocol/src/packets/play/bundle_splitter_s2c.rs +++ b/crates/valence_protocol/src/packets/play/bundle_splitter_s2c.rs @@ -1,5 +1,5 @@ -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{PacketSide, Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::BUNDLE_SPLITTER)] +#[packet(name = "BUNDLE_SPLITTER", side = PacketSide::Clientbound)] pub struct BundleSplitterS2c; diff --git a/crates/valence_protocol/src/packets/play/chunk_sent_s2c.rs b/crates/valence_protocol/src/packets/play/chunk_sent_s2c.rs new file mode 100644 index 000000000..337c25bda --- /dev/null +++ b/crates/valence_protocol/src/packets/play/chunk_sent_s2c.rs @@ -0,0 +1,6 @@ +use crate::{Decode, Encode, Packet, VarInt}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +pub struct ChunkSentS2c { + pub size: VarInt, +} diff --git a/crates/valence_protocol/src/packets/play/client_settings_c2s.rs b/crates/valence_protocol/src/packets/play/client_options_c2s.rs similarity index 96% rename from crates/valence_protocol/src/packets/play/client_settings_c2s.rs rename to crates/valence_protocol/src/packets/play/client_options_c2s.rs index 760b44e60..279927488 100644 --- a/crates/valence_protocol/src/packets/play/client_settings_c2s.rs +++ b/crates/valence_protocol/src/packets/play/client_options_c2s.rs @@ -3,7 +3,7 @@ use bitfield_struct::bitfield; use crate::{Decode, Encode, Packet}; #[derive(Clone, Debug, Encode, Decode, Packet)] -pub struct ClientSettingsC2s<'a> { +pub struct ClientOptionsC2s<'a> { pub locale: &'a str, pub view_distance: u8, pub chat_mode: ChatMode, diff --git a/crates/valence_protocol/src/packets/play/play_ping_s2c.rs b/crates/valence_protocol/src/packets/play/common_ping_s2c.rs similarity index 80% rename from crates/valence_protocol/src/packets/play/play_ping_s2c.rs rename to crates/valence_protocol/src/packets/play/common_ping_s2c.rs index e4d88b6cb..1c02d440f 100644 --- a/crates/valence_protocol/src/packets/play/play_ping_s2c.rs +++ b/crates/valence_protocol/src/packets/play/common_ping_s2c.rs @@ -1,6 +1,6 @@ use crate::{Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -pub struct PlayPingS2c { +pub struct CommonPingS2c { pub id: i32, } diff --git a/crates/valence_protocol/src/packets/play/play_pong_c2s.rs b/crates/valence_protocol/src/packets/play/common_pong_c2s.rs similarity index 80% rename from crates/valence_protocol/src/packets/play/play_pong_c2s.rs rename to crates/valence_protocol/src/packets/play/common_pong_c2s.rs index 4cfdf4a72..fa2a25926 100644 --- a/crates/valence_protocol/src/packets/play/play_pong_c2s.rs +++ b/crates/valence_protocol/src/packets/play/common_pong_c2s.rs @@ -1,6 +1,6 @@ use crate::{Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -pub struct PlayPongC2s { +pub struct CommonPongC2s { pub id: i32, } diff --git a/crates/valence_protocol/src/packets/play/disconnect_s2c.rs b/crates/valence_protocol/src/packets/play/disconnect_s2c.rs index 17db30146..6ef5eb827 100644 --- a/crates/valence_protocol/src/packets/play/disconnect_s2c.rs +++ b/crates/valence_protocol/src/packets/play/disconnect_s2c.rs @@ -2,10 +2,9 @@ use std::borrow::Cow; use valence_text::Text; -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{Decode, Encode, Packet}; #[derive(Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::DISCONNECT_S2C)] pub struct DisconnectS2c<'a> { pub reason: Cow<'a, Text>, } diff --git a/crates/valence_protocol/src/packets/play/enter_reconfiguration_s2c.rs b/crates/valence_protocol/src/packets/play/enter_reconfiguration_s2c.rs new file mode 100644 index 000000000..6df3532f1 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/enter_reconfiguration_s2c.rs @@ -0,0 +1,4 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct EnterReconfigurationS2c {} \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/play/full_c2s.rs b/crates/valence_protocol/src/packets/play/full_c2s.rs index 84d8f7fe2..c61dc0ec8 100644 --- a/crates/valence_protocol/src/packets/play/full_c2s.rs +++ b/crates/valence_protocol/src/packets/play/full_c2s.rs @@ -1,9 +1,9 @@ use valence_math::DVec3; -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{PacketSide, Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::FULL)] +#[packet(name = "FULL", side = PacketSide::Serverbound)] pub struct FullC2s { pub position: DVec3, pub yaw: f32, diff --git a/crates/valence_protocol/src/packets/play/look_and_on_ground_c2s.rs b/crates/valence_protocol/src/packets/play/look_and_on_ground_c2s.rs index 85c5c27d3..6ca75e7d4 100644 --- a/crates/valence_protocol/src/packets/play/look_and_on_ground_c2s.rs +++ b/crates/valence_protocol/src/packets/play/look_and_on_ground_c2s.rs @@ -1,7 +1,7 @@ -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{PacketSide, Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::LOOK_AND_ON_GROUND)] +#[packet(name = "LOOK_AND_ON_GROUND", side = PacketSide::Serverbound)] pub struct LookAndOnGroundC2s { pub yaw: f32, pub pitch: f32, diff --git a/crates/valence_protocol/src/packets/play/move_relative_s2c.rs b/crates/valence_protocol/src/packets/play/move_relative_s2c.rs index 4511c0960..e7d8ca6b6 100644 --- a/crates/valence_protocol/src/packets/play/move_relative_s2c.rs +++ b/crates/valence_protocol/src/packets/play/move_relative_s2c.rs @@ -1,7 +1,7 @@ -use crate::{packet_id, Decode, Encode, Packet, VarInt}; +use crate::{PacketSide, Decode, Encode, Packet, VarInt}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::MOVE_RELATIVE)] +#[packet(name = "MOVE_RELATIVE", side = PacketSide::Clientbound)] pub struct MoveRelativeS2c { pub entity_id: VarInt, pub delta: [i16; 3], diff --git a/crates/valence_protocol/src/packets/play/on_ground_only_c2s.rs b/crates/valence_protocol/src/packets/play/on_ground_only_c2s.rs index 7cad692e9..2b677a8dc 100644 --- a/crates/valence_protocol/src/packets/play/on_ground_only_c2s.rs +++ b/crates/valence_protocol/src/packets/play/on_ground_only_c2s.rs @@ -1,7 +1,7 @@ -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{PacketSide, Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::ON_GROUND_ONLY)] +#[packet(name = "ON_GROUND_ONLY", side = PacketSide::Serverbound)] pub struct OnGroundOnlyC2s { pub on_ground: bool, } diff --git a/crates/valence_protocol/src/packets/play/ping_result_s2c.rs b/crates/valence_protocol/src/packets/play/ping_result_s2c.rs new file mode 100644 index 000000000..e1296e21f --- /dev/null +++ b/crates/valence_protocol/src/packets/play/ping_result_s2c.rs @@ -0,0 +1,6 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +pub struct PingResultS2c { + pub payload: u64, +} diff --git a/crates/valence_protocol/src/packets/play/player_spawn_s2c.rs b/crates/valence_protocol/src/packets/play/player_spawn_s2c.rs index aca394e95..ed78234d0 100644 --- a/crates/valence_protocol/src/packets/play/player_spawn_s2c.rs +++ b/crates/valence_protocol/src/packets/play/player_spawn_s2c.rs @@ -1,27 +1,29 @@ -use uuid::Uuid; -use valence_math::DVec3; +// use uuid::Uuid; +// use valence_math::DVec3; -use crate::{ByteAngle, Decode, Encode, Packet, VarInt}; +// use crate::{ByteAngle, Decode, Encode, Packet, VarInt}; -/// This packet is sent by the server when a player comes into visible range, -/// not when a player joins. -/// -/// This packet must be sent after the Player Info Update packet that adds the -/// player data for the client to use when spawning a player. If the Player Info -/// for the player spawned by this packet is not present when this packet -/// arrives, Notchian clients will not spawn the player entity. The Player Info -/// packet includes skin/cape data. -/// -/// Servers can, however, safely spawn player entities for players not in -/// visible range. The client appears to handle it correctly. -/// -/// wiki : [Spawn Player](https://wiki.vg/Protocol#Spawn_Player) -#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -pub struct PlayerSpawnS2c { - /// A unique integer ID mostly used in the protocol to identify the player. - pub entity_id: VarInt, - pub player_uuid: Uuid, - pub position: DVec3, - pub yaw: ByteAngle, - pub pitch: ByteAngle, -} +// /// This packet is sent by the server when a player comes into visible range, +// /// not when a player joins. +// /// +// /// This packet must be sent after the Player Info Update packet that adds the +// /// player data for the client to use when spawning a player. If the Player Info +// /// for the player spawned by this packet is not present when this packet +// /// arrives, Notchian clients will not spawn the player entity. The Player Info +// /// packet includes skin/cape data. +// /// +// /// Servers can, however, safely spawn player entities for players not in +// /// visible range. The client appears to handle it correctly. +// /// +// /// wiki : [Spawn Player](https://wiki.vg/Protocol#Spawn_Player) +// #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +// pub struct PlayerSpawnS2c { +// /// A unique integer ID mostly used in the protocol to identify the player. +// pub entity_id: VarInt, +// pub player_uuid: Uuid, +// pub position: DVec3, +// pub yaw: ByteAngle, +// pub pitch: ByteAngle, +// } +// +/// Seems to be deprecated, need to be verify and remove if true \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/play/position_and_on_ground_c2s.rs b/crates/valence_protocol/src/packets/play/position_and_on_ground_c2s.rs index 184cde0fc..8cfb760ec 100644 --- a/crates/valence_protocol/src/packets/play/position_and_on_ground_c2s.rs +++ b/crates/valence_protocol/src/packets/play/position_and_on_ground_c2s.rs @@ -1,9 +1,9 @@ use valence_math::DVec3; -use crate::{packet_id, Decode, Encode, Packet}; +use crate::{PacketSide, Decode, Encode, Packet}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::POSITION_AND_ON_GROUND)] +#[packet(name = "POSITION_AND_ON_GROUND", side = PacketSide::Serverbound)] pub struct PositionAndOnGroundC2s { pub position: DVec3, pub on_ground: bool, diff --git a/crates/valence_protocol/src/packets/play/query_ping_c2s.rs b/crates/valence_protocol/src/packets/play/query_ping_c2s.rs new file mode 100644 index 000000000..d124f0275 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/query_ping_c2s.rs @@ -0,0 +1,6 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +pub struct QueryPingC2s { + pub payload: u64, +} diff --git a/crates/valence_protocol/src/packets/play/resource_pack_remove_s2c.rs b/crates/valence_protocol/src/packets/play/resource_pack_remove_s2c.rs new file mode 100644 index 000000000..d7a1098d2 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/resource_pack_remove_s2c.rs @@ -0,0 +1,8 @@ +use uuid::Uuid; + +use crate::{Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct ResourcePackRemoveS2c { + pub uuid: Option, +} diff --git a/crates/valence_protocol/src/packets/play/rotate_and_move_relative_s2c.rs b/crates/valence_protocol/src/packets/play/rotate_and_move_relative_s2c.rs index 2b101f55b..d78464cb8 100644 --- a/crates/valence_protocol/src/packets/play/rotate_and_move_relative_s2c.rs +++ b/crates/valence_protocol/src/packets/play/rotate_and_move_relative_s2c.rs @@ -1,7 +1,7 @@ -use crate::{packet_id, ByteAngle, Decode, Encode, Packet, VarInt}; +use crate::{PacketSide, ByteAngle, Decode, Encode, Packet, VarInt}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::ROTATE_AND_MOVE_RELATIVE)] +#[packet(name = "ROTATE_AND_MOVE_RELATIVE", side = PacketSide::Clientbound)] pub struct RotateAndMoveRelativeS2c { pub entity_id: VarInt, pub delta: [i16; 3], diff --git a/crates/valence_protocol/src/packets/play/rotate_s2c.rs b/crates/valence_protocol/src/packets/play/rotate_s2c.rs index 03f6f39d3..9e343de0f 100644 --- a/crates/valence_protocol/src/packets/play/rotate_s2c.rs +++ b/crates/valence_protocol/src/packets/play/rotate_s2c.rs @@ -1,7 +1,7 @@ -use crate::{packet_id, ByteAngle, Decode, Encode, Packet, VarInt}; +use crate::{PacketSide, ByteAngle, Decode, Encode, Packet, VarInt}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] -#[packet(id = packet_id::ROTATE)] +#[packet(name = "ROTATE", side=PacketSide::Clientbound)] pub struct RotateS2c { pub entity_id: VarInt, pub yaw: ByteAngle, diff --git a/crates/valence_protocol/src/packets/play/scoreboard_score_reset_s2c.rs b/crates/valence_protocol/src/packets/play/scoreboard_score_reset_s2c.rs new file mode 100644 index 000000000..2677fddad --- /dev/null +++ b/crates/valence_protocol/src/packets/play/scoreboard_score_reset_s2c.rs @@ -0,0 +1,7 @@ +use crate::{Bounded, Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct ScoreboardScoreResetS2c<'a> { + pub entity_name: Bounded<&'a str, 32000>, + pub objective_name: Bounded<&'a str, 32000>, +} \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/play/scoreboard_player_update_s2c.rs b/crates/valence_protocol/src/packets/play/scoreboard_score_update_s2c.rs similarity index 69% rename from crates/valence_protocol/src/packets/play/scoreboard_player_update_s2c.rs rename to crates/valence_protocol/src/packets/play/scoreboard_score_update_s2c.rs index ef6359ec3..1aae93215 100644 --- a/crates/valence_protocol/src/packets/play/scoreboard_player_update_s2c.rs +++ b/crates/valence_protocol/src/packets/play/scoreboard_score_update_s2c.rs @@ -1,13 +1,13 @@ use crate::{Decode, Encode, Packet, VarInt}; #[derive(Clone, Debug, Encode, Decode, Packet)] -pub struct ScoreboardPlayerUpdateS2c<'a> { +pub struct ScoreboardScoreUpdateS2c<'a> { pub entity_name: &'a str, - pub action: ScoreboardPlayerUpdateAction<'a>, + pub action: ScoreboardScoreUpdateAction<'a>, } #[derive(Clone, PartialEq, Debug, Encode, Decode)] -pub enum ScoreboardPlayerUpdateAction<'a> { +pub enum ScoreboardScoreUpdateAction<'a> { Update { objective_name: &'a str, objective_score: VarInt, diff --git a/crates/valence_protocol/src/packets/play/slot_changed_state_c2s.rs b/crates/valence_protocol/src/packets/play/slot_changed_state_c2s.rs new file mode 100644 index 000000000..b34c50941 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/slot_changed_state_c2s.rs @@ -0,0 +1,8 @@ +use crate::{Decode, Encode, Packet, VarInt}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +pub struct SlotChangedStateC2s { + pub slot_id: VarInt, + pub window_id: VarInt, + pub state: bool, +} diff --git a/crates/valence_protocol/src/packets/play/start_chunk_send_s2c.rs b/crates/valence_protocol/src/packets/play/start_chunk_send_s2c.rs new file mode 100644 index 000000000..66658c1a5 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/start_chunk_send_s2c.rs @@ -0,0 +1,4 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Copy, Clone, Debug, Encode, Decode, Packet)] +pub struct StartChunkSendS2c {} diff --git a/crates/valence_protocol/src/packets/play/tick_step_s2c.rs b/crates/valence_protocol/src/packets/play/tick_step_s2c.rs new file mode 100644 index 000000000..2dd650730 --- /dev/null +++ b/crates/valence_protocol/src/packets/play/tick_step_s2c.rs @@ -0,0 +1,6 @@ +use crate::{Decode, Encode, Packet, VarInt}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct TickStepS2c { + pub tick_steps: VarInt, +} \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/play/update_tick_rate_s2c.rs b/crates/valence_protocol/src/packets/play/update_tick_rate_s2c.rs new file mode 100644 index 000000000..d8b8ba22d --- /dev/null +++ b/crates/valence_protocol/src/packets/play/update_tick_rate_s2c.rs @@ -0,0 +1,7 @@ +use crate::{Decode, Encode, Packet}; + +#[derive(Clone, Debug, Encode, Decode, Packet)] +pub struct UpdateTickRateS2c { + pub tick_rate: f32, + pub is_frozen: bool, +} \ No newline at end of file diff --git a/crates/valence_protocol/src/packets/status/query_pong_s2c.rs b/crates/valence_protocol/src/packets/status/ping_result_s2c.rs similarity index 86% rename from crates/valence_protocol/src/packets/status/query_pong_s2c.rs rename to crates/valence_protocol/src/packets/status/ping_result_s2c.rs index 6e71f913f..ac3dad438 100644 --- a/crates/valence_protocol/src/packets/status/query_pong_s2c.rs +++ b/crates/valence_protocol/src/packets/status/ping_result_s2c.rs @@ -2,6 +2,6 @@ use crate::{Decode, Encode, Packet, PacketState}; #[derive(Copy, Clone, Debug, Encode, Decode, Packet)] #[packet(state = PacketState::Status)] -pub struct QueryPongS2c { +pub struct PingResultS2c { pub payload: u64, } diff --git a/crates/valence_protocol_macros/src/packet.rs b/crates/valence_protocol_macros/src/packet.rs index 9d2cdd559..aabe94ef4 100644 --- a/crates/valence_protocol_macros/src/packet.rs +++ b/crates/valence_protocol_macros/src/packet.rs @@ -13,15 +13,26 @@ pub(super) fn derive_packet(item: TokenStream) -> Result { let name = input.ident.clone(); + let state = packet_attr + .state + .unwrap_or_else(|| parse_quote!(::valence_protocol::PacketState::Play)); + + let state_str = match state { + Expr::Path(ref path) => path.path.segments.last().unwrap().ident.to_string(), + _ => return Err(Error::new(state.span(), "invalid state")), + }; + let name_str = if let Some(attr_name) = packet_attr.name { attr_name.value() - } else { - name.to_string() + } else { + name.to_string() }; + let name_state_str = format!("{}{}", state_str ,name_str); + let packet_id: Expr = match packet_attr.id { Some(expr) => expr, - None => match syn::parse_str::(&name_str.to_shouty_snake_case()) { + None => match syn::parse_str::(&name_state_str.to_shouty_snake_case()) { Ok(ident) => parse_quote!(::valence_protocol::packet_id::#ident), Err(_) => { return Err(Error::new( @@ -49,10 +60,6 @@ pub(super) fn derive_packet(item: TokenStream) -> Result { )); }; - let state = packet_attr - .state - .unwrap_or_else(|| parse_quote!(::valence_protocol::PacketState::Play)); - Ok(quote! { impl #impl_generics ::valence_protocol::__private::Packet for #name #ty_generics #where_clause diff --git a/crates/valence_registry/extracted/registry_codec.dat b/crates/valence_registry/extracted/registry_codec.dat index 63e4a3a43..4b5fe7e47 100644 Binary files a/crates/valence_registry/extracted/registry_codec.dat and b/crates/valence_registry/extracted/registry_codec.dat differ diff --git a/crates/valence_registry/extracted/tags.json b/crates/valence_registry/extracted/tags.json index 69aadfb40..37ad5e4ce 100644 --- a/crates/valence_registry/extracted/tags.json +++ b/crates/valence_registry/extracted/tags.json @@ -133,17 +133,17 @@ 229 ], "minecraft:ancient_city_replaceable": [ - 970, - 983, - 979, - 985, - 981, - 984, - 982, - 986, - 971, - 988, - 989, + 1023, + 1036, + 1032, + 1038, + 1034, + 1037, + 1035, + 1039, + 1024, + 1041, + 1042, 137 ], "minecraft:animals_spawnable_on": [ @@ -163,9 +163,9 @@ 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 34, 36, @@ -188,7 +188,7 @@ 439, 440, 249, - 912 + 925 ], "minecraft:azalea_root_replaceable": [ 1, @@ -196,15 +196,15 @@ 4, 6, 909, - 970, + 1023, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 494, 425, @@ -228,7 +228,7 @@ 37, 34, 249, - 912 + 925 ], "minecraft:bamboo_blocks": [ 56, @@ -243,9 +243,9 @@ 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 727, 726, @@ -287,8 +287,8 @@ 534 ], "minecraft:base_stone_nether": [ - 256, - 259, + 255, + 258, 849 ], "minecraft:base_stone_overworld": [ @@ -297,7 +297,7 @@ 4, 6, 909, - 970 + 1023 ], "minecraft:beacon_base_blocks": [ 840, @@ -334,8 +334,8 @@ 598, 599, 788, - 956, - 957 + 1009, + 1010 ], "minecraft:beehives": [ 836, @@ -343,14 +343,14 @@ ], "minecraft:big_dripleaf_placeable": [ 251, - 963, + 1016, 9, 8, 11, 10, 323, - 968, - 969, + 1021, + 1022, 55, 184 ], @@ -386,6 +386,27 @@ 246, 864 ], + "minecraft:camel_sand_step_sound_blocks": [ + 34, + 36, + 35, + 662, + 663, + 664, + 665, + 666, + 667, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 676, + 677 + ], "minecraft:campfires": [ 786, 787 @@ -435,8 +456,8 @@ 334 ], "minecraft:cave_vines": [ - 957, - 956 + 1010, + 1009 ], "minecraft:ceiling_hanging_signs": [ 208, @@ -470,8 +491,8 @@ 806, 807, 808, - 956, - 957 + 1009, + 1010 ], "c:clusters": [ 905 @@ -497,7 +518,7 @@ 491, 492, 493, - 961, + 1014, 247, 797, 796, @@ -557,14 +578,32 @@ 608, 795 ], + "minecraft:concrete_powder": [ + 662, + 663, + 664, + 665, + 666, + 667, + 668, + 669, + 670, + 671, + 672, + 673, + 674, + 675, + 676, + 677 + ], "minecraft:convertable_to_mud": [ 9, 10, - 968 + 1021 ], "minecraft:copper_ores": [ - 923, - 924 + 936, + 937 ], "minecraft:coral_blocks": [ 688, @@ -678,13 +717,13 @@ 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55 ], "minecraft:deepslate_ore_replaceables": [ - 970, + 1023, 909 ], "minecraft:diamond_ores": [ @@ -697,9 +736,9 @@ 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55 ], "minecraft:doors": [ @@ -731,9 +770,9 @@ 170, 842, 337, - 309, + 308, 843, - 1001 + 1054 ], "minecraft:dragon_transparent": [ 465, @@ -746,7 +785,7 @@ 4, 6, 909, - 970 + 1023 ], "minecraft:emerald_ores": [ 342, @@ -779,7 +818,7 @@ 796, 797, 809, - 967 + 1020 ], "minecraft:enderman_holdable": [ 147, @@ -801,9 +840,9 @@ 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 34, 36, @@ -813,8 +852,8 @@ 166, 250, 251, - 255, - 265, + 311, + 264, 312, 803, 802, @@ -831,8 +870,8 @@ 806, 807, 808, - 956, - 957, + 1009, + 1010, 788, 122 ], @@ -841,7 +880,7 @@ 175, 177, 336, - 1001 + 1054 ], "minecraft:fence_gates": [ 570, @@ -905,8 +944,8 @@ 845, 846, 847, - 995, - 996, + 1048, + 1049, 364, 362, 356 @@ -932,10 +971,12 @@ 499, 600, 91, - 960, + 1013, 30, 87, - 962 + 1015, + 593, + 1011 ], "minecraft:foxes_spawnable_on": [ 8, @@ -946,11 +987,11 @@ ], "minecraft:frog_prefer_jump_to": [ 324, - 964 + 1017 ], "minecraft:frogs_spawnable_on": [ 8, - 969, + 1022, 54, 55 ], @@ -964,26 +1005,26 @@ ], "c:glass_blocks": [ 94, - 276, - 284, - 270, + 275, + 283, + 269, + 279, 280, + 277, 281, + 271, + 276, + 273, + 270, + 274, 278, 282, - 272, - 277, - 274, - 271, - 275, - 279, - 283, - 911, - 269, - 273 + 924, + 268, + 272 ], "c:glass_panes": [ - 311, + 310, 448, 456, 442, @@ -1021,7 +1062,7 @@ 344, 860, 411, - 994, + 1047, 613, 629, 625, @@ -1046,7 +1087,7 @@ "minecraft:hoglin_repellents": [ 794, 845, - 264, + 263, 843 ], "minecraft:ice": [ @@ -1057,6 +1098,7 @@ ], "minecraft:impermeable": [ 94, + 268, 269, 270, 271, @@ -1072,29 +1114,28 @@ 281, 282, 283, - 284, - 911 + 924 ], "minecraft:infiniburn_end": [ - 256, + 255, 607, 31 ], "minecraft:infiniburn_nether": [ - 256, + 255, 607 ], "minecraft:infiniburn_overworld": [ - 256, + 255, 607 ], "minecraft:inside_step_sound_blocks": [ - 912, - 916, + 925, + 929, 318, 324, 908, - 962 + 1015 ], "minecraft:invalid_spawn_inside": [ 335, @@ -1119,7 +1160,7 @@ 175, 177, 336, - 1001, + 1054, 85, 82, 83, @@ -1265,17 +1306,17 @@ 4, 6, 909, - 970, - 957, - 956, + 1023, + 1010, + 1009, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 251, 37, @@ -1301,20 +1342,20 @@ 81 ], "minecraft:mangrove_logs_can_grow_through": [ - 969, + 1022, 55, 54, 89, 53, 30, - 961, + 1014, 317 ], "minecraft:mangrove_roots_can_grow_through": [ - 969, + 1022, 55, 54, - 961, + 1014, 317, 30, 247 @@ -1323,23 +1364,23 @@ 102, 314, 313, - 959, + 1012, 727, 774, 836, 837, 601, - 965, - 964, + 1018, + 1017, 167, - 306, + 305, 161, 786, 383, 777, - 265, - 957, - 956, + 264, + 1010, + 1009, 177, 593, 592, @@ -1353,8 +1394,8 @@ 778, 318, 123, - 967, - 266, + 1020, + 265, 253, 196, 502, @@ -1363,18 +1404,18 @@ 773, 316, 312, - 308, + 307, 328, 384, 315, - 255, - 307, + 311, + 306, 162, 772, - 966, + 1019, 781, 787, - 958, + 1011, 252, 788, 501, @@ -1486,7 +1527,7 @@ 26, 27, 29, - 960, + 1013, 30, 28, 186, @@ -1577,17 +1618,17 @@ 460, 461, 458, - 289, - 287, - 291, 288, - 285, 286, + 290, + 287, + 284, + 285, 818, 819, + 291, 292, - 293, - 290, + 289, 54, 208, 209, @@ -1636,15 +1677,15 @@ 90, 91, 89, - 913, - 914, - 963, - 961, - 915, - 917, - 916, - 918, - 962, + 926, + 927, + 1016, + 1014, + 928, + 930, + 929, + 931, + 1015, 87 ], "minecraft:mineable/pickaxe": [ @@ -1685,15 +1726,15 @@ 232, 242, 243, - 256, + 255, + 258, 259, - 260, + 293, 294, 295, 296, - 297, + 308, 309, - 310, 320, 321, 325, @@ -1889,64 +1930,64 @@ 867, 868, 909, - 910, - 919, - 920, - 921, - 922, 923, - 924, - 925, - 926, - 927, - 928, - 929, - 930, - 931, - 932, - 933, - 934, 935, + 934, + 933, + 932, 936, 937, 938, 939, 940, 941, - 942, - 943, - 944, - 945, - 946, - 947, - 948, - 949, 950, 951, 952, 953, 954, 955, + 956, + 957, + 958, + 959, + 960, + 961, + 962, + 963, + 964, + 965, + 966, + 967, + 968, + 969, 970, 971, 972, 973, - 975, - 976, - 977, - 979, - 980, - 981, - 983, - 984, - 985, - 987, - 988, - 989, - 991, - 992, - 993, - 994, + 1006, + 1007, + 1008, + 1023, + 1024, + 1025, + 1026, + 1028, + 1029, + 1030, + 1032, + 1033, + 1034, + 1036, + 1037, + 1038, + 1040, + 1041, + 1042, + 1044, + 1045, + 1046, + 1047, 248, 496, 724, @@ -1959,13 +2000,13 @@ 906, 903, 904, - 301, - 305, - 304, - 990, 300, + 304, 303, + 1043, + 299, 302, + 301, 246, 864, 353, @@ -1985,10 +2026,10 @@ 851, 859, 865, - 974, - 978, - 982, - 986, + 1027, + 1031, + 1035, + 1039, 765, 613, 629, @@ -2019,10 +2060,10 @@ 120, 423, 725, - 299, + 298, 322, 557, - 298 + 297 ], "minecraft:mineable/shovel": [ 251, @@ -2037,8 +2078,14 @@ 36, 249, 247, - 257, + 256, 602, + 257, + 1021, + 55, + 1022, + 35, + 38, 662, 663, 664, @@ -2054,13 +2101,7 @@ 674, 675, 676, - 677, - 258, - 968, - 55, - 969, - 35, - 38 + 677 ], "minecraft:mooshrooms_spawnable_on": [ 323 @@ -2071,17 +2112,17 @@ 4, 6, 909, - 970, - 957, - 956, + 1023, + 1010, + 1009, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55 ], "minecraft:mushroom_grow_block": [ @@ -2105,7 +2146,7 @@ 343, 347, 163, - 994, + 1047, 39, 40, 242, @@ -2113,48 +2154,48 @@ ], "minecraft:needs_stone_tool": [ 164, - 992, + 1045, 41, 42, 97, 95, 96, - 922, - 993, - 923, - 924, - 936, 932, - 928, - 920, + 1046, + 936, + 937, + 957, + 953, + 941, 934, - 930, - 926, - 919, - 933, - 929, - 925, - 921, + 955, + 951, + 939, 935, - 931, - 927, - 937, - 952, - 948, - 944, - 938, + 954, 950, - 946, - 942, - 939, - 951, - 947, - 943, + 938, + 933, + 956, + 952, 940, - 949, - 945, - 941, - 953 + 958, + 973, + 969, + 965, + 959, + 971, + 967, + 963, + 960, + 972, + 968, + 964, + 961, + 970, + 966, + 962, + 1006 ], "minecraft:nether_carver_replaceables": [ 1, @@ -2162,25 +2203,25 @@ 4, 6, 909, - 970, - 256, - 259, + 1023, + 255, + 258, 849, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 802, 793, 608, 795, - 257, - 258 + 256, + 257 ], "minecraft:nylium": [ 802, @@ -2213,8 +2254,8 @@ "c:ores": [ 242, 243, - 923, - 924, + 936, + 937, 39, 45, 40, @@ -2236,15 +2277,15 @@ 4, 6, 909, - 970, + 1023, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 34, 36, @@ -2268,18 +2309,18 @@ 440, 41, 42, - 923, - 924, + 936, + 937, 32, 37, 38, 99, 535, - 910, + 923, 247, 496, - 992, - 993 + 1045, + 1046 ], "minecraft:overworld_natural_logs": [ 50, @@ -2347,9 +2388,9 @@ ], "minecraft:piglin_repellents": [ 174, - 261, + 260, 785, - 262, + 261, 787 ], "minecraft:planks": [ @@ -2369,7 +2410,7 @@ 248 ], "minecraft:portals": [ - 264, + 263, 335, 603 ], @@ -2454,7 +2495,7 @@ 796, 797, 809, - 967 + 1020 ], "minecraft:replaceable_by_trees": [ 85, @@ -2478,7 +2519,7 @@ 500, 501, 502, - 967, + 1020, 600, 32, 126, @@ -2523,8 +2564,8 @@ 26, 27, 29, - 959, - 960, + 1012, + 1013, 30, 28 ], @@ -2534,15 +2575,15 @@ 4, 6, 909, - 970, + 1023, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 494, 425, @@ -2563,18 +2604,18 @@ 440, 802, 793, - 256, - 259, + 255, + 258, 849, 34, 36, 37, + 256, 257, - 258, - 910, - 991, + 923, + 1044, 251, - 955, + 1008, 337, 535, 99 @@ -2585,15 +2626,15 @@ 4, 6, 909, - 970, + 1023, 9, 8, 11, 10, 323, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55, 494, 425, @@ -2614,27 +2655,27 @@ 440, 802, 793, - 256, - 259, + 255, + 258, 849, 34, 36, 37, + 256, 257, - 258, - 910, - 991, + 923, + 1044, 251, - 955, + 1008, 337, 535, 99, - 983, - 979, - 971, - 988, - 989, - 975 + 1036, + 1032, + 1024, + 1041, + 1042, + 1028 ], "c:shulker_boxes": [ 613, @@ -2743,23 +2784,23 @@ 852, 857, 862, + 1026, + 1030, + 1034, + 1038, + 971, + 972, 973, - 977, - 981, - 985, - 950, - 951, - 952, - 933, - 934, - 935, - 936, - 949, + 954, + 955, + 956, + 957, + 970, 557 ], "minecraft:small_dripleaf_placeable": [ 251, - 963 + 1016 ], "minecraft:small_flowers": [ 147, @@ -2794,7 +2835,7 @@ 496, 41, 43, - 923, + 936, 342 ], "minecraft:sniffer_diggable_block": [ @@ -2802,23 +2843,23 @@ 8, 11, 10, - 968, - 963, - 969, + 1021, + 1016, + 1022, 55 ], "minecraft:sniffer_egg_hatch_boost": [ - 963 + 1016 ], "minecraft:snow": [ 247, 249, - 912 + 925 ], "minecraft:snow_layer_can_survive_on": [ 838, - 257, - 969 + 256, + 1022 ], "minecraft:snow_layer_cannot_survive_on": [ 248, @@ -2826,12 +2867,12 @@ 464 ], "minecraft:soul_fire_base_blocks": [ - 257, - 258 + 256, + 257 ], "minecraft:soul_speed_blocks": [ - 257, - 258 + 256, + 257 ], "minecraft:spruce_logs": [ 47, @@ -2880,18 +2921,18 @@ 850, 858, 861, - 972, - 976, - 980, - 984, - 929, - 930, - 931, - 932, - 946, - 947, - 948, - 945, + 1025, + 1029, + 1033, + 1037, + 950, + 951, + 952, + 953, + 967, + 968, + 969, + 966, 322 ], "minecraft:standing_signs": [ @@ -2908,10 +2949,10 @@ 190 ], "minecraft:stone_bricks": [ + 293, 294, 295, - 296, - 297 + 296 ], "minecraft:stone_buttons": [ 246, @@ -2947,8 +2988,8 @@ 26, 27, 29, - 959, - 960, + 1012, + 1013, 30, 28, 147, @@ -2984,28 +3025,28 @@ 500, 501, 502, - 967, + 1020, 600, 161, 162, 252, - 255, + 311, + 264, 265, - 266, 312, 313, 314, 324, 340, 788, - 956, - 957, - 958, - 961, - 962, - 964, - 965, - 966, + 1009, + 1010, + 1011, + 1014, + 1015, + 1017, + 1018, + 1019, 328, 794, 796, @@ -3049,17 +3090,17 @@ 37 ], "minecraft:trapdoors": [ - 289, - 287, - 291, 288, - 285, 286, + 290, + 287, + 284, + 285, 818, 819, + 291, 292, - 293, - 290, + 289, 466 ], "c:uncolored_sandstone_blocks": [ @@ -3155,7 +3196,7 @@ ], "minecraft:wall_post_override": [ 171, - 261, + 260, 244, 346, 186, @@ -3259,10 +3300,10 @@ 851, 859, 865, - 974, - 978, - 982, - 986, + 1027, + 1031, + 1035, + 1039, 765 ], "minecraft:warped_stems": [ @@ -3288,11 +3329,11 @@ 833, 146, 465, - 1001 + 1054 ], "minecraft:wither_summon_base_blocks": [ - 257, - 258 + 256, + 257 ], "minecraft:wolves_spawnable_on": [ 8, @@ -3381,17 +3422,17 @@ 458 ], "minecraft:wooden_trapdoors": [ - 289, - 287, - 291, 288, - 285, 286, + 290, + 287, + 284, + 285, 818, 819, + 291, 292, - 293, - 290 + 289 ], "minecraft:wool": [ 130, @@ -3464,6 +3505,13 @@ 32, 1 ], + "minecraft:always_kills_armor_stands": [ + 0, + 40, + 27, + 12, + 43 + ], "minecraft:always_most_significant_fall": [ 29 ], @@ -3537,6 +3585,10 @@ 9, 11 ], + "minecraft:can_break_armor_stand": [ + 31, + 32 + ], "minecraft:damages_helmet": [ 9, 10, @@ -3587,6 +3639,11 @@ "minecraft:no_impact": [ 5 ], + "minecraft:no_knockback": [ + 7, + 32, + 1 + ], "minecraft:witch_resistant_to": [ 24, 21, @@ -3628,117 +3685,175 @@ "minecraft:entity_type": { "minecraft:arrows": [ 3, - 94 + 95 ], "minecraft:axolotl_always_hostiles": [ - 23, - 46, - 25 + 24, + 47, + 26 ], "minecraft:axolotl_hunt_targets": [ - 105, - 78, - 81, - 16, - 96, - 44, - 99 - ], - "minecraft:beehive_inhabitors": [ + 106, + 79, + 82, + 17, + 97, + 45, + 100 + ], + "minecraft:beehive_inhabitors": [ 6 ], "c:boats": [ 9, - 13 + 14 ], "c:bosses": [ - 27, - 113 + 28, + 115 ], - "minecraft:dismounts_underwater": [ - 10, - 15, - 21, - 49, - 60, - 66, - 72, - 80, - 95, + "minecraft:can_breathe_under_water": [ + 87, 98, - 103, - 119 + 116, + 88, + 121, + 120, + 122, + 123, + 119, + 24, + 51, + 115, + 72, + 4, + 40, + 47, + 26, + 107, + 45, + 17, + 79, + 82, + 97, + 106, + 100, + 2 + ], + "minecraft:dismounts_underwater": [ + 11, + 16, + 22, + 50, + 61, + 67, + 73, + 81, + 96, + 99, + 104, + 121 ], "minecraft:fall_damage_immune": [ - 53, - 91, - 83, + 54, + 92, + 84, 0, 5, 6, 7, - 11, - 15, - 41, + 12, + 16, + 42, + 72, + 63, + 68, 71, - 62, - 67, - 70, - 113 + 115 ], "minecraft:freeze_hurts_extra_types": [ - 98, + 99, 7, - 62 + 63 ], "minecraft:freeze_immune_entity_types": [ - 97, - 76, - 91, - 113 + 98, + 77, + 92, + 115 ], "minecraft:frog_food": [ - 88, - 62 + 89, + 63 ], "minecraft:impact_projectiles": [ 3, - 94, - 92, - 57, - 89, - 24, - 104, - 22, - 115 + 95, + 38, + 93, + 58, + 90, + 25, + 105, + 23, + 117 ], "c:minecarts": [ - 64, - 102, - 14, - 40, - 17, - 48, - 93 + 65, + 103, + 15, + 41, + 18, + 49, + 94 + ], + "minecraft:non_controlling_rider": [ + 89, + 63 ], "minecraft:powder_snow_walkable_mobs": [ - 79, - 30, - 85, - 38 + 80, + 31, + 86, + 39 ], "minecraft:raiders": [ - 31, - 75, - 80, - 109, - 51, - 112 + 32, + 76, + 81, + 110, + 52, + 114 ], "minecraft:skeletons": [ - 86, - 97, - 114 + 87, + 98, + 116, + 88 + ], + "minecraft:undead": [ + 87, + 98, + 116, + 88, + 121, + 120, + 122, + 123, + 119, + 24, + 51, + 115, + 72 + ], + "minecraft:zombies": [ + 121, + 120, + 122, + 123, + 119, + 24, + 51 ] }, "minecraft:fluid": { @@ -3761,18 +3876,18 @@ }, "minecraft:game_event": { "minecraft:allay_can_listen": [ - 34 + 33 ], "minecraft:ignore_vibrations_sneaking": [ - 27, - 37, + 26, + 36, + 41, 42, - 43, - 30, - 29 + 29, + 28 ], "minecraft:shrieker_can_listen": [ - 38 + 37 ], "minecraft:vibrations": [ 1, @@ -3798,18 +3913,18 @@ 20, 21, 22, - 23, + 24, 25, 26, 27, 28, - 29, + 32, 33, 34, 35, 36, - 37, - 39, + 38, + 40, 41, 42, 43, @@ -3829,7 +3944,7 @@ 57, 58, 59, - 24 + 23 ], "minecraft:warden_can_listen": [ 1, @@ -3855,18 +3970,18 @@ 20, 21, 22, - 23, + 24, 25, 26, 27, 28, - 29, + 32, 33, 34, 35, 36, - 37, - 39, + 38, + 40, 41, 42, 43, @@ -3886,8 +4001,8 @@ 57, 58, 59, - 40, - 38 + 39, + 37 ] }, "minecraft:instrument": { @@ -3916,1704 +4031,1706 @@ }, "minecraft:item": { "minecraft:acacia_logs": [ - 114, + 135, + 169, 148, - 127, - 137 + 158 ], "minecraft:anvil": [ - 397, - 398, - 399 + 418, + 419, + 420 ], "minecraft:arrows": [ - 761, - 1114, - 1113 + 798, + 1153, + 1152 ], "c:axes": [ - 800, - 790, - 780, - 785, - 795, - 805 + 837, + 827, + 817, + 822, + 832, + 842 ], "minecraft:axes": [ - 800, - 785, - 790, - 805, - 780, - 795 + 837, + 822, + 827, + 842, + 817, + 832 ], "minecraft:axolotl_tempt_items": [ - 878 + 915 ], "minecraft:bamboo_blocks": [ - 122, - 143 + 143, + 164 ], "minecraft:banners": [ - 1087, - 1088, - 1089, - 1090, - 1091, - 1092, - 1093, - 1094, - 1095, - 1096, - 1097, - 1098, - 1099, - 1100, - 1101, - 1102 + 1126, + 1127, + 1128, + 1129, + 1130, + 1131, + 1132, + 1133, + 1134, + 1135, + 1136, + 1137, + 1138, + 1139, + 1140, + 1141 ], "minecraft:beacon_payment_items": [ - 775, - 765, - 764, - 774, - 770 + 812, + 802, + 801, + 811, + 807 ], "minecraft:beds": [ - 938, - 939, - 935, - 936, - 933, - 931, - 937, - 927, - 932, - 929, - 926, - 925, - 930, - 934, - 924, - 928 + 975, + 976, + 972, + 973, + 970, + 968, + 974, + 964, + 969, + 966, + 963, + 962, + 967, + 971, + 961, + 965 ], "minecraft:birch_logs": [ - 112, + 133, + 167, 146, - 125, - 135 + 156 ], "c:black_dyes": [ - 919 + 956 ], "c:blue_dyes": [ - 915 + 952 ], "minecraft:boats": [ - 736, - 738, - 740, - 742, - 744, - 748, - 750, - 752, - 746, - 737, - 739, - 741, - 743, - 745, - 749, - 751, - 753, - 747 + 773, + 775, + 777, + 779, + 781, + 785, + 787, + 789, + 783, + 774, + 776, + 778, + 780, + 782, + 786, + 788, + 790, + 784 ], "minecraft:bookshelf_books": [ - 885, - 1047, - 1068, - 1046, - 1120 + 922, + 1086, + 1107, + 1085, + 1159 ], "c:bookshelves": [ - 264 + 285 ], "c:bows": [ - 1143, - 760 + 1182, + 797 ], "minecraft:breaks_decorated_pots": [ - 797, - 782, - 787, - 802, - 777, - 792, - 800, - 785, - 790, - 805, - 780, - 795, - 799, - 784, - 789, - 804, - 779, - 794, - 798, - 783, - 788, - 803, - 778, - 793, - 801, - 786, - 791, - 806, - 781, - 796, - 1139 + 834, + 819, + 824, + 839, + 814, + 829, + 837, + 822, + 827, + 842, + 817, + 832, + 836, + 821, + 826, + 841, + 816, + 831, + 835, + 820, + 825, + 840, + 815, + 830, + 838, + 823, + 828, + 843, + 818, + 833, + 1178 ], "c:brown_dyes": [ - 916 + 953 ], "c:budding_blocks": [ - 73 + 86 ], "c:buds": [ - 1207, - 1208, - 1209 + 1246, + 1247, + 1248 ], "minecraft:buttons": [ - 662, - 663, - 664, - 665, - 666, - 668, - 671, - 672, - 669, - 670, - 667, - 660, - 661 + 683, + 684, + 685, + 686, + 687, + 689, + 692, + 693, + 690, + 691, + 688, + 681, + 682 ], "minecraft:candles": [ - 1190, - 1191, - 1192, - 1193, - 1194, - 1195, - 1196, - 1197, - 1198, - 1199, - 1200, - 1201, - 1202, - 1203, - 1204, - 1205, - 1206 + 1229, + 1230, + 1231, + 1232, + 1233, + 1234, + 1235, + 1236, + 1237, + 1238, + 1239, + 1240, + 1241, + 1242, + 1243, + 1244, + 1245 ], "minecraft:cherry_logs": [ - 115, + 136, + 170, 149, - 128, - 138 + 159 ], "minecraft:chest_boats": [ - 737, - 739, - 741, - 743, - 745, - 749, - 751, - 753, - 747 + 774, + 776, + 778, + 780, + 782, + 786, + 788, + 790, + 784 ], "c:chests": [ - 277, - 359, - 656 + 298, + 380, + 677 ], "minecraft:cluster_max_harvestables": [ - 799, - 789, - 794, - 804, - 784, - 779 + 836, + 826, + 831, + 841, + 821, + 816 ], "c:clusters": [ - 1210 + 1249 ], "c:coal": [ - 762, - 763 + 799, + 800 ], "minecraft:coal_ores": [ - 49, - 50 + 62, + 63 ], "minecraft:coals": [ - 762, - 763 + 799, + 800 ], "minecraft:compasses": [ - 888, - 889 + 925, + 926 ], "minecraft:completes_find_tree_tutorial": [ - 116, + 137, + 171, 150, - 129, - 139, - 110, + 160, + 131, + 165, 144, - 123, - 133, - 114, + 154, + 135, + 169, 148, - 127, - 137, - 112, + 158, + 133, + 167, 146, - 125, - 135, - 113, + 156, + 134, + 168, 147, - 126, - 136, - 111, + 157, + 132, + 166, 145, - 124, - 134, - 117, + 155, + 138, + 172, 151, - 130, - 140, - 115, + 161, + 136, + 170, 149, - 128, - 138, - 120, - 131, - 152, + 159, 141, - 121, - 132, - 153, - 142, - 157, - 154, - 155, - 160, - 158, - 156, + 152, + 173, 162, + 142, + 153, + 174, 163, - 161, - 159, - 495, - 496 + 178, + 175, + 176, + 181, + 179, + 177, + 183, + 184, + 182, + 180, + 516, + 517 ], "c:copper_ingots": [ - 772 + 809 ], "minecraft:copper_ores": [ - 53, - 54 + 66, + 67 ], "minecraft:creeper_drop_music_discs": [ - 1122, - 1123, - 1124, - 1125, - 1126, - 1127, - 1128, - 1129, - 1130, - 1131, - 1132, - 1133 + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172 ], "minecraft:creeper_igniters": [ - 758, - 1045 + 795, + 1084 ], "minecraft:crimson_stems": [ - 120, - 131, + 141, 152, - 141 + 173, + 162 ], "c:cyan_dyes": [ - 913 + 950 ], "minecraft:dampens_vibrations": [ - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 194, - 195, - 424, - 425, - 426, - 427, - 428, - 429, - 430, - 431, - 432, - 433, - 434, - 435, - 436, - 437, - 438, - 439 + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 445, + 446, + 447, + 448, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460 ], "minecraft:dark_oak_logs": [ - 116, + 137, + 171, 150, - 129, - 139 + 160 ], "minecraft:decorated_pot_ingredients": [ - 881, - 1235, - 1236, - 1237, - 1238, - 1239, - 1240, - 1241, - 1242, - 1243, - 1244, - 1245, - 1246, - 1247, - 1248, - 1249, - 1250, - 1251, - 1252, - 1253, - 1254 + 918, + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293 ], "minecraft:decorated_pot_sherds": [ - 1235, - 1236, - 1237, - 1238, - 1239, - 1240, - 1241, - 1242, - 1243, - 1244, - 1245, - 1246, - 1247, - 1248, - 1249, - 1250, - 1251, - 1252, - 1253, - 1254 + 1274, + 1275, + 1276, + 1277, + 1278, + 1279, + 1280, + 1281, + 1282, + 1283, + 1284, + 1285, + 1286, + 1287, + 1288, + 1289, + 1290, + 1291, + 1292, + 1293 ], "minecraft:diamond_ores": [ - 63, - 64 + 76, + 77 ], "c:diamonds": [ - 764 + 801 ], "minecraft:dirt": [ - 15, - 14, - 17, - 16, - 342, - 18, - 225, - 19, - 119 + 28, + 27, + 30, + 29, + 363, + 31, + 246, + 32, + 140 ], "minecraft:doors": [ - 689, - 690, - 691, - 692, - 693, - 695, - 698, - 699, - 696, - 697, - 694, - 688 + 710, + 711, + 712, + 713, + 714, + 716, + 719, + 720, + 717, + 718, + 715, + 709 ], "c:dusts": [ - 894, - 635 + 931, + 656 ], "c:dyes": [ - 919, - 915, - 916, - 917, - 918, - 904, - 908, - 912, - 907, - 909, - 906, - 905, - 910, - 913, - 911, - 914 + 956, + 952, + 953, + 954, + 955, + 941, + 945, + 949, + 944, + 946, + 943, + 942, + 947, + 950, + 948, + 951 ], "minecraft:emerald_ores": [ - 59, - 60 + 72, + 73 ], "c:emeralds": [ - 765 + 802 ], "c:empty_buckets": [ - 868 + 905 ], "c:entity_water_buckets": [ - 879, - 877, - 875, - 878, - 876, - 880 + 916, + 914, + 912, + 915, + 913, + 917 ], "minecraft:fence_gates": [ - 716, - 714, - 718, - 715, - 712, - 713, - 721, - 722, - 719, - 720, - 717 + 753, + 751, + 755, + 752, + 749, + 750, + 758, + 759, + 756, + 757, + 754 ], "minecraft:fences": [ - 289, - 293, - 295, - 290, - 291, - 292, - 298, - 299, - 296, - 297, - 294, - 347 + 310, + 314, + 316, + 311, + 312, + 313, + 319, + 320, + 317, + 318, + 315, + 368 ], "minecraft:fishes": [ - 895, - 899, - 896, - 900, - 898, - 897 + 932, + 936, + 933, + 937, + 935, + 934 ], "minecraft:flowers": [ - 196, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 464, + 465, + 467, + 466, + 231, + 184, 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209, - 443, - 444, - 446, - 445, - 210, - 163, - 176, - 42, - 159, - 224 + 55, + 180, + 245, + 293, + 232 ], "c:foods": [ - 759, - 809, - 815, - 841, - 842, - 844, - 845, - 895, - 896, - 897, - 898, - 899, - 900, - 940, - 943, - 944, - 947, - 948, - 949, - 950, - 951, - 959, - 1051, - 1052, - 1053, - 1054, - 1056, - 1065, - 1072, - 1073, - 1074, - 1085, - 1086, + 796, + 846, + 852, + 878, + 879, + 881, + 882, + 932, + 933, + 934, + 935, + 936, + 937, + 977, + 981, + 982, + 985, + 986, + 987, + 988, + 989, + 997, + 1090, + 1091, + 1092, + 1093, + 1095, 1104, - 1108, - 1110, - 1144, - 1165, - 1166, - 1173 + 1111, + 1112, + 1113, + 1124, + 1125, + 1143, + 1147, + 1149, + 1183, + 1204, + 1205, + 1212 ], "minecraft:fox_food": [ - 1165, - 1166 + 1204, + 1205 ], "minecraft:freeze_immune_wearables": [ - 819, - 818, - 817, - 816, - 1081 + 856, + 855, + 854, + 853, + 1120 ], "c:gems": [ - 764, - 765, - 768, - 766 + 801, + 802, + 805, + 803 ], "c:glass_blocks": [ - 166, - 456, - 464, - 450, - 460, - 461, - 458, - 462, - 452, - 457, - 454, - 451, - 455, - 459, - 463, - 167, - 449, - 453 - ], - "c:glass_panes": [ - 335, - 472, - 480, - 466, - 476, + 187, 477, - 474, - 478, - 468, - 473, - 470, - 467, + 485, 471, - 475, + 481, + 482, 479, - 465, - 469 - ], - "c:gold_ingots": [ - 774 - ], - "minecraft:gold_ores": [ - 55, - 65, - 56 + 483, + 473, + 478, + 475, + 472, + 476, + 480, + 484, + 188, + 470, + 474 + ], + "c:glass_panes": [ + 356, + 493, + 501, + 487, + 497, + 498, + 495, + 499, + 489, + 494, + 491, + 488, + 492, + 496, + 500, + 486, + 490 + ], + "c:gold_ingots": [ + 811 + ], + "minecraft:gold_ores": [ + 68, + 78, + 69 ], "c:gray_dyes": [ - 911 + 948 ], "c:green_dyes": [ - 917 + 954 ], "minecraft:hanging_signs": [ - 857, - 858, - 859, - 861, - 862, - 860, - 863, - 866, - 867, - 864, - 865 + 894, + 895, + 896, + 898, + 899, + 897, + 900, + 903, + 904, + 901, + 902 ], "c:hoes": [ - 801, - 791, - 781, - 786, - 796, - 806 + 838, + 828, + 818, + 823, + 833, + 843 ], "minecraft:hoes": [ - 801, - 786, - 791, - 806, - 781, - 796 + 838, + 823, + 828, + 843, + 818, + 833 ], "minecraft:ignored_by_piglin_babies": [ - 873 + 910 ], "c:ingots": [ - 772, - 774, - 770, - 775 + 809, + 811, + 807, + 812 ], "c:iron_ingots": [ - 770 + 807 ], "minecraft:iron_ores": [ - 51, - 52 + 64, + 65 ], "minecraft:jungle_logs": [ - 113, + 134, + 168, 147, - 126, - 136 + 157 ], "c:lapis": [ - 766 + 803 ], "minecraft:lapis_ores": [ - 61, - 62 + 74, + 75 ], "c:lava_buckets": [ - 870 + 907 ], "minecraft:leaves": [ - 157, - 154, - 155, - 160, - 158, - 156, - 162, - 163, - 161, - 159 + 178, + 175, + 176, + 181, + 179, + 177, + 183, + 184, + 182, + 180 ], "minecraft:lectern_books": [ - 1047, - 1046 + 1086, + 1085 ], "c:light_blue_dyes": [ - 907 + 944 ], "c:light_gray_dyes": [ - 912 + 949 ], "c:lime_dyes": [ - 909 + 946 ], "minecraft:logs": [ - 116, + 137, + 171, 150, - 129, - 139, - 110, + 160, + 131, + 165, 144, - 123, - 133, - 114, + 154, + 135, + 169, 148, - 127, - 137, - 112, + 158, + 133, + 167, 146, - 125, - 135, - 113, + 156, + 134, + 168, 147, - 126, - 136, - 111, + 157, + 132, + 166, 145, - 124, - 134, - 117, + 155, + 138, + 172, 151, - 130, - 140, - 115, + 161, + 136, + 170, 149, - 128, - 138, - 120, - 131, - 152, + 159, 141, - 121, - 132, + 152, + 173, + 162, + 142, 153, - 142 + 174, + 163 ], "minecraft:logs_that_burn": [ - 116, + 137, + 171, 150, - 129, - 139, - 110, + 160, + 131, + 165, 144, - 123, - 133, - 114, + 154, + 135, + 169, 148, - 127, - 137, - 112, + 158, + 133, + 167, 146, - 125, - 135, - 113, + 156, + 134, + 168, 147, - 126, - 136, - 111, + 157, + 132, + 166, 145, - 124, - 134, - 117, + 155, + 138, + 172, 151, - 130, - 140, - 115, + 161, + 136, + 170, 149, - 128, - 138 + 159 ], "c:magenta_dyes": [ - 906 + 943 ], "minecraft:mangrove_logs": [ - 117, + 138, + 172, 151, - 130, - 140 + 161 ], "c:milk_buckets": [ - 874 + 911 ], "minecraft:music_discs": [ - 1122, - 1123, - 1124, - 1125, - 1126, - 1127, - 1128, - 1129, - 1130, - 1131, - 1132, - 1133, - 1137, - 1134, - 1136, - 1135 + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167, + 1168, + 1169, + 1170, + 1171, + 1172, + 1176, + 1173, + 1175, + 1174 ], "c:netherite_ingots": [ - 775 + 812 ], "minecraft:non_flammable_wood": [ - 121, - 132, - 153, 142, - 120, - 131, - 152, - 141, - 32, - 33, - 240, - 241, - 686, - 687, - 298, - 299, - 710, - 711, - 721, - 722, - 371, - 372, - 671, - 672, - 698, - 699, - 855, - 856, - 867, - 866 + 153, + 174, + 163, + 141, + 152, + 173, + 162, + 45, + 46, + 261, + 262, + 707, + 708, + 319, + 320, + 739, + 740, + 758, + 759, + 392, + 393, + 692, + 693, + 719, + 720, + 892, + 893, + 904, + 903 ], "minecraft:noteblock_top_instruments": [ - 1060, - 1057, - 1061, - 1062, - 1058, - 1063, - 1059 + 1099, + 1096, + 1100, + 1101, + 1097, + 1102, + 1098 ], "c:nuggets": [ - 955, - 1119 + 993, + 1158 ], "minecraft:oak_logs": [ - 110, + 131, + 165, 144, - 123, - 133 + 154 ], "c:orange_dyes": [ - 905 + 942 ], "c:ores": [ - 57, - 58, - 53, - 54, - 55, + 70, + 71, + 66, + 67, + 68, + 78, + 69, + 64, 65, - 56, - 51, - 52, - 49, - 50, - 59, - 60, - 61, 62, 63, - 64, - 66 + 72, + 73, + 74, + 75, + 76, + 77, + 79 ], "c:pickaxes": [ - 799, - 789, - 779, - 784, - 794, - 804 + 836, + 826, + 816, + 821, + 831, + 841 ], "minecraft:pickaxes": [ - 799, - 784, - 789, - 804, - 779, - 794 + 836, + 821, + 826, + 841, + 816, + 831 ], "minecraft:piglin_food": [ - 841, - 842 + 878, + 879 ], "minecraft:piglin_loved": [ - 55, - 65, - 56, - 76, - 1180, - 675, - 774, - 1162, - 892, - 1056, - 966, - 844, - 845, - 832, - 833, - 834, - 835, - 1079, - 787, - 789, - 788, - 790, - 791, - 773, - 71 + 68, + 78, + 69, + 89, + 1219, + 696, + 811, + 1201, + 929, + 1095, + 1004, + 881, + 882, + 869, + 870, + 871, + 872, + 1118, + 824, + 826, + 825, + 827, + 828, + 810, + 84 ], "minecraft:piglin_repellents": [ - 309, - 1164, - 1168 + 330, + 1203, + 1207 ], "c:pink_dyes": [ - 910 + 947 ], "minecraft:planks": [ - 23, - 24, - 25, - 26, - 27, - 29, - 32, - 33, - 30, - 31, - 28 + 36, + 37, + 38, + 39, + 40, + 42, + 45, + 46, + 43, + 44, + 41 ], "c:potions": [ - 1115, - 1112, - 957 + 1154, + 1151, + 995 ], "c:purple_dyes": [ - 914 + 951 ], "c:quartz": [ - 767 + 804 ], "c:quartz_ores": [ - 66 + 79 ], "minecraft:rails": [ - 725, - 723, - 724, - 726 + 762, + 760, + 761, + 763 ], "c:raw_copper_blocks": [ - 70 + 83 ], "c:raw_copper_ores": [ - 771 + 808 ], "c:raw_gold_blocks": [ - 71 + 84 ], "c:raw_gold_ores": [ - 773 + 810 ], "c:raw_iron_blocks": [ - 69 + 82 ], "c:raw_iron_ores": [ - 769 + 806 ], "c:raw_ores": [ - 769, - 771, - 773 + 806, + 808, + 810 ], "c:red_dyes": [ - 918 + 955 ], "c:red_sandstone_blocks": [ - 488, - 489, - 490, - 260 + 509, + 510, + 511, + 281 ], "c:red_sandstone_slabs": [ - 253, - 254, - 618 + 274, + 275, + 639 ], "c:red_sandstone_stairs": [ - 491, - 600 + 512, + 621 ], "c:redstone_dusts": [ - 635 + 656 ], "minecraft:redstone_ores": [ - 57, - 58 + 70, + 71 ], "minecraft:sand": [ - 44, - 47, - 45 + 57, + 60, + 58 ], "c:sandstone_blocks": [ - 169, - 170, - 171, - 261, - 488, - 489, - 490, - 260 + 190, + 191, + 192, + 282, + 509, + 510, + 511, + 281 ], "c:sandstone_slabs": [ - 244, - 245, - 623, - 253, - 254, - 618 + 265, + 266, + 644, + 274, + 275, + 639 ], "c:sandstone_stairs": [ - 358, - 606, - 491, - 600 + 379, + 627, + 512, + 621 ], "minecraft:saplings": [ - 35, - 36, - 37, - 38, - 39, - 41, - 175, - 176, - 42, - 40 + 48, + 49, + 50, + 51, + 52, + 54, + 196, + 197, + 55, + 53 ], "c:shears": [ - 942 + 980 ], "c:shields": [ - 1116 + 1155 ], "c:shovels": [ - 798, - 788, - 778, - 783, - 793, - 803 + 835, + 825, + 815, + 820, + 830, + 840 ], "minecraft:shovels": [ - 798, - 783, - 788, - 803, - 778, - 793 + 835, + 820, + 825, + 840, + 815, + 830 ], "c:shulker_boxes": [ - 500, - 512, - 513, - 510, - 508, - 514, - 504, - 509, - 506, - 503, - 502, - 507, - 511, - 515, - 501, - 505, - 516 + 521, + 533, + 534, + 531, + 529, + 535, + 525, + 530, + 527, + 524, + 523, + 528, + 532, + 536, + 522, + 526, + 537 ], "minecraft:signs": [ - 846, - 847, - 848, - 850, - 849, - 852, - 855, - 856, - 853, - 854, - 851 + 883, + 884, + 885, + 887, + 886, + 889, + 892, + 893, + 890, + 891, + 888 ], "minecraft:slabs": [ - 230, - 231, - 232, - 233, - 234, - 236, - 240, - 241, - 237, - 238, - 235, - 239, - 242, - 243, - 249, - 244, - 255, + 251, 252, 253, - 248, - 247, - 251, - 246, - 256, + 254, + 255, 257, + 261, + 262, 258, - 617, - 618, - 619, - 620, - 621, - 622, - 623, - 624, - 625, - 626, - 627, - 628, - 629, - 245, - 254, - 1178, - 1186, - 1182, - 630, - 631, - 633, - 632, + 259, + 256, + 260, + 263, + 264, + 270, + 265, + 276, + 273, + 274, + 269, + 268, + 272, + 267, + 277, + 278, + 279, + 638, + 639, + 640, + 641, + 642, + 643, + 644, + 645, + 646, + 647, + 648, + 649, + 650, + 266, + 275, + 1217, + 1225, + 1221, + 651, + 652, + 654, + 653, + 129, + 128, + 127, + 110, + 109, 108, 107, - 106, - 93, - 92, - 91, - 90, - 109, - 250 + 130, + 271 ], "minecraft:small_flowers": [ - 196, - 197, - 198, - 199, - 200, - 201, - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209 + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230 ], "minecraft:smelts_to_glass": [ - 44, - 47 + 57, + 60 ], "minecraft:sniffer_food": [ - 1106 + 1145 ], "minecraft:soul_fire_base_blocks": [ - 304, - 305 + 325, + 326 ], "c:spears": [ - 1139 + 1178 ], "minecraft:spruce_logs": [ - 111, + 132, + 166, 145, - 124, - 134 + 155 ], "minecraft:stairs": [ - 361, - 362, - 363, - 364, - 365, - 367, - 371, - 372, - 368, + 382, + 383, + 384, + 385, + 386, + 388, + 392, + 393, + 389, + 390, + 387, + 391, + 303, + 379, 369, - 366, - 370, - 282, - 358, - 348, - 340, - 339, - 275, - 404, - 491, - 485, - 484, - 486, - 599, - 600, - 601, - 602, - 603, - 604, - 605, - 606, - 607, - 608, - 609, - 610, - 611, - 612, - 1179, - 1187, - 1183, - 613, - 614, - 616, - 615, - 89, - 88, - 87, - 86, + 361, + 360, + 296, + 425, + 512, + 506, + 505, + 507, + 620, + 621, + 622, + 623, + 624, + 625, + 626, + 627, + 628, + 629, + 630, + 631, + 632, + 633, + 1218, + 1226, + 1222, + 634, + 635, + 637, + 636, + 106, + 105, 104, 103, - 102, - 105, - 341 + 125, + 124, + 123, + 126, + 362 ], "minecraft:stone_bricks": [ - 318, - 319, - 320, - 321 + 339, + 340, + 341, + 342 ], "minecraft:stone_buttons": [ - 660, - 661 + 681, + 682 ], "minecraft:stone_crafting_materials": [ - 22, - 1177, + 35, + 1216, 9 ], "minecraft:stone_tool_materials": [ - 22, - 1177, + 35, + 1216, 9 ], "c:swords": [ - 797, - 787, - 777, - 782, - 792, - 802 + 834, + 824, + 814, + 819, + 829, + 839 ], "minecraft:swords": [ - 797, - 782, - 787, - 802, - 777, - 792 + 834, + 819, + 824, + 839, + 814, + 829 ], "minecraft:tall_flowers": [ - 443, - 444, - 446, - 445, - 210 + 464, + 465, + 467, + 466, + 231 ], "minecraft:terracotta": [ + 461, + 426, + 427, + 428, + 429, + 430, + 431, + 432, + 433, + 434, + 435, + 436, + 437, + 438, + 439, 440, - 405, - 406, - 407, - 408, - 409, - 410, - 411, - 412, - 413, - 414, - 415, - 416, - 417, - 418, - 419, - 420 + 441 ], "minecraft:tools": [ - 797, - 782, - 787, - 802, - 777, - 792, - 800, - 785, - 790, - 805, - 780, - 795, - 799, - 784, - 789, - 804, - 779, - 794, - 798, - 783, - 788, - 803, - 778, - 793, - 801, - 786, - 791, - 806, - 781, - 796, - 1139 + 834, + 819, + 824, + 839, + 814, + 829, + 837, + 822, + 827, + 842, + 817, + 832, + 836, + 821, + 826, + 841, + 816, + 831, + 835, + 820, + 825, + 840, + 815, + 830, + 838, + 823, + 828, + 843, + 818, + 833, + 1178 ], "minecraft:trapdoors": [ - 705, - 703, - 707, - 704, - 701, - 702, - 710, - 711, - 708, - 709, - 706, - 700 + 734, + 732, + 736, + 733, + 730, + 731, + 739, + 740, + 737, + 738, + 735, + 729 ], "minecraft:trim_materials": [ - 770, - 772, - 774, - 766, - 765, - 764, - 775, - 635, - 767, - 768 + 807, + 809, + 811, + 803, + 802, + 801, + 812, + 656, + 804, + 805 ], "minecraft:trim_templates": [ - 1223, - 1229, - 1221, - 1224, - 1220, - 1222, - 1228, - 1226, - 1219, - 1225, - 1227, - 1230, - 1231, - 1232, - 1233, - 1234 + 1262, + 1268, + 1260, + 1263, + 1259, + 1261, + 1267, + 1265, + 1258, + 1264, + 1266, + 1269, + 1270, + 1271, + 1272, + 1273 ], "minecraft:trimmable_armor": [ - 836, - 837, - 838, - 839, - 828, - 829, - 830, - 831, - 832, - 833, - 834, - 835, - 824, - 825, - 826, - 827, - 820, - 821, - 822, - 823, - 816, - 817, - 818, - 819, - 756 + 873, + 874, + 875, + 876, + 865, + 866, + 867, + 868, + 869, + 870, + 871, + 872, + 861, + 862, + 863, + 864, + 857, + 858, + 859, + 860, + 853, + 854, + 855, + 856, + 793 ], "c:uncolored_sandstone_blocks": [ - 169, - 170, - 171, - 261 + 190, + 191, + 192, + 282 ], "c:uncolored_sandstone_slabs": [ - 244, - 245, - 623 + 265, + 266, + 644 ], "c:uncolored_sandstone_stairs": [ - 358, - 606 - ], - "c:villager_job_sites": [ - 1154, - 1156, - 963, - 1157, - 964, - 1153, - 1158, - 1159, - 648, - 1145, - 1160, - 1155, - 1161 + 379, + 627 + ], + "c:villager_job_sites": [ + 1193, + 1195, + 1001, + 1196, + 1002, + 1192, + 1197, + 1198, + 669, + 1184, + 1199, + 1194, + 1200 ], "minecraft:villager_plantable_seeds": [ - 813, - 1052, - 1051, - 1109, - 1106, - 1107 + 850, + 1091, + 1090, + 1148, + 1145, + 1146 ], "minecraft:walls": [ - 375, - 376, - 377, - 378, - 379, - 380, - 381, - 382, - 384, - 385, - 386, - 387, - 388, - 389, - 390, - 392, - 391, - 393, - 394, 396, - 395, - 383 + 397, + 398, + 399, + 400, + 401, + 402, + 403, + 405, + 406, + 407, + 408, + 409, + 410, + 411, + 413, + 412, + 414, + 415, + 417, + 416, + 404 ], "minecraft:warped_stems": [ - 121, - 132, + 142, 153, - 142 + 174, + 163 ], "minecraft:wart_blocks": [ - 495, - 496 + 516, + 517 ], "c:water_buckets": [ - 869 + 906 ], "c:white_dyes": [ - 904 + 941 ], "c:wooden_barrels": [ - 1154 + 1193 ], "minecraft:wooden_buttons": [ - 662, - 663, - 664, - 665, - 666, - 668, - 671, - 672, - 669, - 670, - 667 - ], - "minecraft:wooden_doors": [ + 683, + 684, + 685, + 686, + 687, 689, - 690, - 691, 692, 693, - 695, - 698, - 699, - 696, - 697, - 694 + 690, + 691, + 688 + ], + "minecraft:wooden_doors": [ + 710, + 711, + 712, + 713, + 714, + 716, + 719, + 720, + 717, + 718, + 715 ], "minecraft:wooden_fences": [ - 289, - 293, - 295, - 290, - 291, - 292, - 298, - 299, - 296, - 297, - 294 + 310, + 314, + 316, + 311, + 312, + 313, + 319, + 320, + 317, + 318, + 315 ], "minecraft:wooden_pressure_plates": [ - 677, - 678, - 679, - 680, - 681, - 683, - 686, - 687, - 684, - 685, - 682 + 698, + 699, + 700, + 701, + 702, + 704, + 707, + 708, + 705, + 706, + 703 ], "minecraft:wooden_slabs": [ - 230, - 231, - 232, - 233, - 234, - 236, - 240, - 241, - 237, - 238, - 235 + 251, + 252, + 253, + 254, + 255, + 257, + 261, + 262, + 258, + 259, + 256 ], "minecraft:wooden_stairs": [ - 361, - 362, - 363, - 364, - 365, - 367, - 371, - 372, - 368, - 369, - 366 + 382, + 383, + 384, + 385, + 386, + 388, + 392, + 393, + 389, + 390, + 387 ], "minecraft:wooden_trapdoors": [ - 705, - 703, - 707, - 704, - 701, - 702, - 710, - 711, - 708, - 709, - 706 + 734, + 732, + 736, + 733, + 730, + 731, + 739, + 740, + 737, + 738, + 735 ], "minecraft:wool": [ - 180, - 181, - 182, - 183, - 184, - 185, - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193, - 194, - 195 + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216 ], "minecraft:wool_carpets": [ - 424, - 425, - 426, - 427, - 428, - 429, - 430, - 431, - 432, - 433, - 434, - 435, - 436, - 437, - 438, - 439 + 445, + 446, + 447, + 448, + 449, + 450, + 451, + 452, + 453, + 454, + 455, + 456, + 457, + 458, + 459, + 460 ], "c:yellow_dyes": [ - 908 + 945 ] }, "minecraft:painting_variant": { @@ -5822,6 +5939,7 @@ "c:floral": [ 52, 32, + 5, 20 ], "c:flower_forests": [ diff --git a/crates/valence_scoreboard/src/lib.rs b/crates/valence_scoreboard/src/lib.rs index 20dde87c7..5d980a265 100644 --- a/crates/valence_scoreboard/src/lib.rs +++ b/crates/valence_scoreboard/src/lib.rs @@ -33,9 +33,9 @@ use valence_server::protocol::packets::play::scoreboard_display_s2c::ScoreboardP use valence_server::protocol::packets::play::scoreboard_objective_update_s2c::{ ObjectiveMode, ObjectiveRenderType, }; -use valence_server::protocol::packets::play::scoreboard_player_update_s2c::ScoreboardPlayerUpdateAction; +use valence_server::protocol::packets::play::scoreboard_score_update_s2c::ScoreboardScoreUpdateAction; use valence_server::protocol::packets::play::{ - ScoreboardDisplayS2c, ScoreboardObjectiveUpdateS2c, ScoreboardPlayerUpdateS2c, + ScoreboardDisplayS2c, ScoreboardObjectiveUpdateS2c, ScoreboardScoreUpdateS2c, }; use valence_server::protocol::{VarInt, WritePacket}; use valence_server::text::IntoText; @@ -234,9 +234,9 @@ fn handle_new_clients( }); for (key, score) in &scores.0 { - let packet = ScoreboardPlayerUpdateS2c { + let packet = ScoreboardScoreUpdateS2c { entity_name: key, - action: ScoreboardPlayerUpdateAction::Update { + action: ScoreboardScoreUpdateAction::Update { objective_name: &objective.0, objective_score: VarInt(*score), }, @@ -271,16 +271,16 @@ fn update_scores( for changed_key in old_scores.diff(scores) { let action = match scores.0.get(changed_key) { - Some(score) => ScoreboardPlayerUpdateAction::Update { + Some(score) => ScoreboardScoreUpdateAction::Update { objective_name: &objective.0, objective_score: VarInt(*score), }, - None => ScoreboardPlayerUpdateAction::Remove { + None => ScoreboardScoreUpdateAction::Remove { objective_name: &objective.0, }, }; - let packet = ScoreboardPlayerUpdateS2c { + let packet = ScoreboardScoreUpdateS2c { entity_name: changed_key, action, }; diff --git a/crates/valence_server/src/client_settings.rs b/crates/valence_server/src/client_settings.rs index 3e5322ede..86555edce 100644 --- a/crates/valence_server/src/client_settings.rs +++ b/crates/valence_server/src/client_settings.rs @@ -1,8 +1,8 @@ use bevy_app::prelude::*; use bevy_ecs::prelude::*; use valence_entity::player::{self, PlayerModelParts}; -use valence_protocol::packets::play::client_settings_c2s::ChatMode; -use valence_protocol::packets::play::ClientSettingsC2s; +use valence_protocol::packets::play::client_options_c2s::ChatMode; +use valence_protocol::packets::play::ClientOptionsC2s; use crate::client::ViewDistance; use crate::event_loop::{EventLoopPreUpdate, PacketEvent}; @@ -35,7 +35,7 @@ fn handle_client_settings( )>, ) { for packet in packets.read() { - if let Some(pkt) = packet.decode::() { + if let Some(pkt) = packet.decode::() { if let Ok((mut view_dist, mut settings, mut model_parts, mut main_arm)) = clients.get_mut(packet.client) { diff --git a/examples/potions.rs b/examples/potions.rs index 607610a9b..8c732cd5b 100644 --- a/examples/potions.rs +++ b/examples/potions.rs @@ -163,7 +163,7 @@ fn apply_potion_attribute( ) { attributes.remove_modifier(attr.attribute, attr.uuid); - let amount = adjust_modifier_amount(amplifier, attr.value); + let amount = adjust_modifier_amount(amplifier, attr.base_value); attributes.set_modifier(attr.attribute, attr.uuid, amount, attr.operation); diff --git a/examples/terrain.rs b/examples/terrain.rs index f7aee57d0..530e05166 100644 --- a/examples/terrain.rs +++ b/examples/terrain.rs @@ -297,7 +297,7 @@ fn chunk_worker(state: Arc) { chunk.set_block_state(offset_x, y + 1, offset_z, upper); chunk.set_block_state(offset_x, y, offset_z, lower); } else { - chunk.set_block_state(offset_x, y, offset_z, BlockState::GRASS); + chunk.set_block_state(offset_x, y, offset_z, BlockState::GRASS_BLOCK); } } } diff --git a/extractor/build.gradle b/extractor/build.gradle index 3181fb394..3ea20aff0 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' } sourceCompatibility = JavaVersion.VERSION_17 diff --git a/extractor/gradle.properties b/extractor/gradle.properties index f75e33115..58257a494 100644 --- a/extractor/gradle.properties +++ b/extractor/gradle.properties @@ -2,12 +2,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.1 -loader_version=0.14.21 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.6 # Mod Properties mod_version=1.0.0 maven_group=dev.00a archives_base_name=valence-extractor # Dependencies -fabric_version=0.83.0+1.20.1 +fabric_version=0.95.0+1.20.4 diff --git a/extractor/gradle/wrapper/gradle-wrapper.jar b/extractor/gradle/wrapper/gradle-wrapper.jar index 249e5832f..d64cd4917 100644 Binary files a/extractor/gradle/wrapper/gradle-wrapper.jar and b/extractor/gradle/wrapper/gradle-wrapper.jar differ diff --git a/extractor/gradle/wrapper/gradle-wrapper.properties b/extractor/gradle/wrapper/gradle-wrapper.properties index 59bc51a20..1af9e0930 100644 --- a/extractor/gradle/wrapper/gradle-wrapper.properties +++ b/extractor/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/extractor/gradlew b/extractor/gradlew index a69d9cb6c..1aa94a426 100755 --- a/extractor/gradlew +++ b/extractor/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -80,13 +80,11 @@ do esac done -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" +# This is normally unused +# shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' +# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) +APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum @@ -133,22 +131,29 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac @@ -193,11 +198,15 @@ if "$cygwin" || "$msys" ; then done fi -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ diff --git a/extractor/gradlew.bat b/extractor/gradlew.bat index 53a6b238d..6689b85be 100644 --- a/extractor/gradlew.bat +++ b/extractor/gradlew.bat @@ -26,6 +26,7 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% diff --git a/extractor/src/main/java/rs/valence/extractor/DummyWorld.java b/extractor/src/main/java/rs/valence/extractor/DummyWorld.java index a33bc35c1..362574c2c 100644 --- a/extractor/src/main/java/rs/valence/extractor/DummyWorld.java +++ b/extractor/src/main/java/rs/valence/extractor/DummyWorld.java @@ -30,6 +30,7 @@ import net.minecraft.world.entity.EntityLookup; import net.minecraft.world.event.GameEvent; import net.minecraft.world.tick.QueryableTickScheduler; +import net.minecraft.world.tick.TickManager; import org.jetbrains.annotations.Nullable; import java.util.List; import java.util.function.Supplier; @@ -90,6 +91,11 @@ public Entity getEntityById(int id) { return null; } + @Override + public TickManager getTickManager() { + return null; + } + @Nullable @Override public MapState getMapState(String id) { @@ -158,7 +164,7 @@ public DynamicRegistryManager getRegistryManager() { @Override public FeatureSet getEnabledFeatures() { - return FeatureSet.of(FeatureFlags.VANILLA, FeatureFlags.BUNDLE); + return FeatureSet.of(FeatureFlags.VANILLA, FeatureFlags.BUNDLE, FeatureFlags.UPDATE_1_21); } @Override diff --git a/extractor/src/main/java/rs/valence/extractor/Main.java b/extractor/src/main/java/rs/valence/extractor/Main.java index ce183b88c..ae20fe44b 100644 --- a/extractor/src/main/java/rs/valence/extractor/Main.java +++ b/extractor/src/main/java/rs/valence/extractor/Main.java @@ -84,7 +84,7 @@ public void onInitialize() { var compound = codecExtractor.extract(); // read the compound byte-wise and write it to the file try { - NbtIo.write(compound, out.toFile()); + NbtIo.write(compound, out); } catch (IOException var3) { throw new EncoderException(var3); } diff --git a/extractor/src/main/java/rs/valence/extractor/extractors/Effects.java b/extractor/src/main/java/rs/valence/extractor/extractors/Effects.java index c89de4245..ea43d73a7 100644 --- a/extractor/src/main/java/rs/valence/extractor/extractors/Effects.java +++ b/extractor/src/main/java/rs/valence/extractor/extractors/Effects.java @@ -3,6 +3,7 @@ import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; +import net.minecraft.entity.effect.StatusEffect; import net.minecraft.registry.Registries; import rs.valence.extractor.Main; import rs.valence.extractor.ValenceUtils; @@ -35,10 +36,11 @@ public JsonElement extract() { for (var entry : effect.getAttributeModifiers().entrySet()) { var attributeModifierJson = new JsonObject(); + var attributeModidier = entry.getValue().createAttributeModifier(0); attributeModifierJson.addProperty("attribute", Registries.ATTRIBUTE.getRawId(entry.getKey())); - attributeModifierJson.addProperty("operation", entry.getValue().getOperation().getId()); - attributeModifierJson.addProperty("value", entry.getValue().getValue()); - attributeModifierJson.addProperty("uuid", entry.getValue().getId().toString()); + attributeModifierJson.addProperty("operation", attributeModidier.getOperation().getId()); + attributeModifierJson.addProperty("base_value", attributeModidier.getValue()); + attributeModifierJson.addProperty("uuid", entry.getValue().getUuid().toString()); attributeModifiersJson.add(attributeModifierJson); } diff --git a/extractor/src/main/java/rs/valence/extractor/extractors/Entities.java b/extractor/src/main/java/rs/valence/extractor/extractors/Entities.java index 172d01f25..d62619bdc 100644 --- a/extractor/src/main/java/rs/valence/extractor/extractors/Entities.java +++ b/extractor/src/main/java/rs/valence/extractor/extractors/Entities.java @@ -213,7 +213,10 @@ public JsonElement extract() throws IllegalAccessException, NoSuchFieldException final var entityInstance = entityType.equals(EntityType.PLAYER) ? DummyPlayerEntity.INSTANCE : entityType.create(DummyWorld.INSTANCE); - final var dataTracker = (DataTracker) dataTrackerField.get(entityInstance); + + + // final var dataTracker = (DataTracker) dataTrackerField.get(entityInstance); + final var dataTracker = entityInstance.getDataTracker(); while (entitiesMap.get(entityClass) == null) { var entityJson = new JsonObject(); @@ -281,9 +284,9 @@ public JsonElement extract() throws IllegalAccessException, NoSuchFieldException if (bb != null && entityType != null) { var boundingBoxJson = new JsonObject(); - boundingBoxJson.addProperty("size_x", bb.getXLength()); - boundingBoxJson.addProperty("size_y", bb.getYLength()); - boundingBoxJson.addProperty("size_z", bb.getZLength()); + boundingBoxJson.addProperty("size_x", bb.getLengthX()); + boundingBoxJson.addProperty("size_y", bb.getLengthY()); + boundingBoxJson.addProperty("size_z", bb.getLengthZ()); entityJson.add("default_bounding_box", boundingBoxJson); } diff --git a/extractor/src/main/resources/fabric.mod.json b/extractor/src/main/resources/fabric.mod.json index 89a8967cb..87abfe5d5 100644 --- a/extractor/src/main/resources/fabric.mod.json +++ b/extractor/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ ], "depends": { "fabricloader": ">=0.14.6", - "minecraft": "~1.20.1", + "minecraft": "~1.20.4", "java": ">=17" }, "suggests": { diff --git a/src/tests/player_list.rs b/src/tests/player_list.rs index 2a3e4954b..88b278083 100644 --- a/src/tests/player_list.rs +++ b/src/tests/player_list.rs @@ -1,5 +1,5 @@ use crate::layer::chunk::UnloadedChunk; -use crate::protocol::packets::play::{PlayerListS2c, PlayerSpawnS2c}; +use crate::protocol::packets::play::{PlayerListS2c, EntitySpawnS2c}; use crate::testing::{create_mock_client, ScenarioSingleClient}; use crate::ChunkLayer; @@ -25,8 +25,8 @@ fn player_list_arrives_before_player_spawn() { { let recvd = client_helper_1.collect_received(); recvd.assert_count::(1); - recvd.assert_count::(0); - recvd.assert_order::<(PlayerListS2c, PlayerSpawnS2c)>(); + recvd.assert_count::(0); + recvd.assert_order::<(PlayerListS2c, EntitySpawnS2c)>(); let pkt = recvd.first::(); assert!(pkt.actions.add_player()); @@ -45,8 +45,8 @@ fn player_list_arrives_before_player_spawn() { { let recvd = client_helper_1.collect_received(); recvd.assert_count::(1); - recvd.assert_count::(1); - recvd.assert_order::<(PlayerListS2c, PlayerSpawnS2c)>(); + recvd.assert_count::(1); + recvd.assert_order::<(PlayerListS2c, EntitySpawnS2c)>(); let pkt = recvd.first::(); assert!(pkt.actions.add_player()); @@ -56,8 +56,8 @@ fn player_list_arrives_before_player_spawn() { { let recvd = client_helper_2.collect_received(); recvd.assert_count::(1); - recvd.assert_count::(1); - recvd.assert_order::<(PlayerListS2c, PlayerSpawnS2c)>(); + recvd.assert_count::(1); + recvd.assert_order::<(PlayerListS2c, EntitySpawnS2c)>(); let pkt = recvd.first::(); assert!(pkt.actions.add_player()); diff --git a/src/tests/scoreboard.rs b/src/tests/scoreboard.rs index 867af687a..81103a4a1 100644 --- a/src/tests/scoreboard.rs +++ b/src/tests/scoreboard.rs @@ -4,7 +4,7 @@ use crate::client::VisibleEntityLayers; use crate::entity::EntityLayerId; use crate::layer::EntityLayer; use crate::protocol::packets::play::{ - ScoreboardDisplayS2c, ScoreboardObjectiveUpdateS2c, ScoreboardPlayerUpdateS2c, + ScoreboardDisplayS2c, ScoreboardObjectiveUpdateS2c, ScoreboardScoreUpdateS2c, }; use crate::testing::ScenarioSingleClient; use crate::text::IntoText; @@ -139,7 +139,7 @@ fn should_update_score() { { let recvd = helper.collect_received(); - recvd.assert_count::(1); + recvd.assert_count::(1); } } @@ -187,6 +187,6 @@ fn should_only_update_score_diff() { { let recvd = helper.collect_received(); - recvd.assert_count::(1); + recvd.assert_count::(1); } } diff --git a/tools/packet_inspector/build.rs b/tools/packet_inspector/build.rs index 8e089b7f3..24f86a0f2 100644 --- a/tools/packet_inspector/build.rs +++ b/tools/packet_inspector/build.rs @@ -55,6 +55,9 @@ fn write_packets(packets: &Vec) -> anyhow::Result<()> { name }; + // // add the state at the start of the name + // let name = format!("{}{}", packet.state, name); + let id = packet.id; let side = match packet.side.as_str() { "clientbound" => quote! { valence_protocol::PacketSide::Clientbound }, @@ -67,6 +70,7 @@ fn write_packets(packets: &Vec) -> anyhow::Result<()> { "status" => quote! { valence_protocol::PacketState::Status }, "login" => quote! { valence_protocol::PacketState::Login }, "play" => quote! { valence_protocol::PacketState::Play }, + "configuration" => quote! { valence_protocol::PacketState::Configuration }, _ => unreachable!(), }; @@ -111,6 +115,7 @@ fn write_transformer(packets: &[Packet]) -> anyhow::Result<()> { "status" => "Status".to_string(), "login" => "Login".to_string(), "play" => "Play".to_string(), + "configuration" => "Configuration".to_string(), _ => panic!("Invalid state"), }; @@ -159,7 +164,9 @@ fn write_transformer(packets: &[Packet]) -> anyhow::Result<()> { let mut match_arms = TokenStream::new(); for name in id_map.iter_mut() { - let name = syn::parse_str::(name).unwrap(); + let state_name = format!("{}::{}", state.to_ascii_lowercase(), name); + + let name = syn::parse_str::(&state_name).unwrap(); match_arms.extend(quote! { #name::ID => { diff --git a/tools/packet_inspector/extracted/packets.json b/tools/packet_inspector/extracted/packets.json index b9d6c7577..1305ad610 100644 --- a/tools/packet_inspector/extracted/packets.json +++ b/tools/packet_inspector/extracted/packets.json @@ -48,269 +48,293 @@ "id": 6 }, { - "name": "ClientStatusC2SPacket", + "name": "AcknowledgeChunksC2SPacket", "side": "serverbound", "state": "play", "id": 7 }, { - "name": "ClientSettingsC2SPacket", + "name": "ClientStatusC2SPacket", "side": "serverbound", "state": "play", "id": 8 }, { - "name": "RequestCommandCompletionsC2SPacket", + "name": "ClientOptionsC2SPacket", "side": "serverbound", "state": "play", "id": 9 }, { - "name": "ButtonClickC2SPacket", + "name": "RequestCommandCompletionsC2SPacket", "side": "serverbound", "state": "play", "id": 10 }, { - "name": "ClickSlotC2SPacket", + "name": "AcknowledgeReconfigurationC2SPacket", "side": "serverbound", "state": "play", "id": 11 }, { - "name": "CloseHandledScreenC2SPacket", + "name": "ButtonClickC2SPacket", "side": "serverbound", "state": "play", "id": 12 }, { - "name": "CustomPayloadC2SPacket", + "name": "ClickSlotC2SPacket", "side": "serverbound", "state": "play", "id": 13 }, { - "name": "BookUpdateC2SPacket", + "name": "CloseHandledScreenC2SPacket", "side": "serverbound", "state": "play", "id": 14 }, { - "name": "QueryEntityNbtC2SPacket", + "name": "SlotChangedStateC2SPacket", "side": "serverbound", "state": "play", "id": 15 }, { - "name": "PlayerInteractEntityC2SPacket", + "name": "CustomPayloadC2SPacket", "side": "serverbound", "state": "play", "id": 16 }, { - "name": "JigsawGeneratingC2SPacket", + "name": "BookUpdateC2SPacket", "side": "serverbound", "state": "play", "id": 17 }, { - "name": "KeepAliveC2SPacket", + "name": "QueryEntityNbtC2SPacket", "side": "serverbound", "state": "play", "id": 18 }, { - "name": "UpdateDifficultyLockC2SPacket", + "name": "PlayerInteractEntityC2SPacket", "side": "serverbound", "state": "play", "id": 19 }, { - "name": "PositionAndOnGround", + "name": "JigsawGeneratingC2SPacket", "side": "serverbound", "state": "play", "id": 20 }, { - "name": "Full", + "name": "KeepAliveC2SPacket", "side": "serverbound", "state": "play", "id": 21 }, { - "name": "LookAndOnGround", + "name": "UpdateDifficultyLockC2SPacket", "side": "serverbound", "state": "play", "id": 22 }, { - "name": "OnGroundOnly", + "name": "PositionAndOnGround", "side": "serverbound", "state": "play", "id": 23 }, { - "name": "VehicleMoveC2SPacket", + "name": "Full", "side": "serverbound", "state": "play", "id": 24 }, { - "name": "BoatPaddleStateC2SPacket", + "name": "LookAndOnGround", "side": "serverbound", "state": "play", "id": 25 }, { - "name": "PickFromInventoryC2SPacket", + "name": "OnGroundOnly", "side": "serverbound", "state": "play", "id": 26 }, { - "name": "CraftRequestC2SPacket", + "name": "VehicleMoveC2SPacket", "side": "serverbound", "state": "play", "id": 27 }, { - "name": "UpdatePlayerAbilitiesC2SPacket", + "name": "BoatPaddleStateC2SPacket", "side": "serverbound", "state": "play", "id": 28 }, { - "name": "PlayerActionC2SPacket", + "name": "PickFromInventoryC2SPacket", "side": "serverbound", "state": "play", "id": 29 }, { - "name": "ClientCommandC2SPacket", + "name": "QueryPingC2SPacket", "side": "serverbound", "state": "play", "id": 30 }, { - "name": "PlayerInputC2SPacket", + "name": "CraftRequestC2SPacket", "side": "serverbound", "state": "play", "id": 31 }, { - "name": "PlayPongC2SPacket", + "name": "UpdatePlayerAbilitiesC2SPacket", "side": "serverbound", "state": "play", "id": 32 }, { - "name": "RecipeCategoryOptionsC2SPacket", + "name": "PlayerActionC2SPacket", "side": "serverbound", "state": "play", "id": 33 }, { - "name": "RecipeBookDataC2SPacket", + "name": "ClientCommandC2SPacket", "side": "serverbound", "state": "play", "id": 34 }, { - "name": "RenameItemC2SPacket", + "name": "PlayerInputC2SPacket", "side": "serverbound", "state": "play", "id": 35 }, { - "name": "ResourcePackStatusC2SPacket", + "name": "CommonPongC2SPacket", "side": "serverbound", "state": "play", "id": 36 }, { - "name": "AdvancementTabC2SPacket", + "name": "RecipeCategoryOptionsC2SPacket", "side": "serverbound", "state": "play", "id": 37 }, { - "name": "SelectMerchantTradeC2SPacket", + "name": "RecipeBookDataC2SPacket", "side": "serverbound", "state": "play", "id": 38 }, { - "name": "UpdateBeaconC2SPacket", + "name": "RenameItemC2SPacket", "side": "serverbound", "state": "play", "id": 39 }, { - "name": "UpdateSelectedSlotC2SPacket", + "name": "ResourcePackStatusC2SPacket", "side": "serverbound", "state": "play", "id": 40 }, { - "name": "UpdateCommandBlockC2SPacket", + "name": "AdvancementTabC2SPacket", "side": "serverbound", "state": "play", "id": 41 }, { - "name": "UpdateCommandBlockMinecartC2SPacket", + "name": "SelectMerchantTradeC2SPacket", "side": "serverbound", "state": "play", "id": 42 }, { - "name": "CreativeInventoryActionC2SPacket", + "name": "UpdateBeaconC2SPacket", "side": "serverbound", "state": "play", "id": 43 }, { - "name": "UpdateJigsawC2SPacket", + "name": "UpdateSelectedSlotC2SPacket", "side": "serverbound", "state": "play", "id": 44 }, { - "name": "UpdateStructureBlockC2SPacket", + "name": "UpdateCommandBlockC2SPacket", "side": "serverbound", "state": "play", "id": 45 }, { - "name": "UpdateSignC2SPacket", + "name": "UpdateCommandBlockMinecartC2SPacket", "side": "serverbound", "state": "play", "id": 46 }, { - "name": "HandSwingC2SPacket", + "name": "CreativeInventoryActionC2SPacket", "side": "serverbound", "state": "play", "id": 47 }, { - "name": "SpectatorTeleportC2SPacket", + "name": "UpdateJigsawC2SPacket", "side": "serverbound", "state": "play", "id": 48 }, { - "name": "PlayerInteractBlockC2SPacket", + "name": "UpdateStructureBlockC2SPacket", "side": "serverbound", "state": "play", "id": 49 }, { - "name": "PlayerInteractItemC2SPacket", + "name": "UpdateSignC2SPacket", "side": "serverbound", "state": "play", "id": 50 }, + { + "name": "HandSwingC2SPacket", + "side": "serverbound", + "state": "play", + "id": 51 + }, + { + "name": "SpectatorTeleportC2SPacket", + "side": "serverbound", + "state": "play", + "id": 52 + }, + { + "name": "PlayerInteractBlockC2SPacket", + "side": "serverbound", + "state": "play", + "id": 53 + }, + { + "name": "PlayerInteractItemC2SPacket", + "side": "serverbound", + "state": "play", + "id": 54 + }, { "name": "QueryRequestC2SPacket", "side": "serverbound", @@ -341,6 +365,48 @@ "state": "login", "id": 2 }, + { + "name": "EnterConfigurationC2SPacket", + "side": "serverbound", + "state": "login", + "id": 3 + }, + { + "name": "ClientOptionsC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 0 + }, + { + "name": "CustomPayloadC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 1 + }, + { + "name": "ReadyC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 2 + }, + { + "name": "KeepAliveC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 3 + }, + { + "name": "CommonPongC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 4 + }, + { + "name": "ResourcePackStatusC2SPacket", + "side": "serverbound", + "state": "configuration", + "id": 5 + }, { "name": "BundleSplitterPacket", "side": "clientbound", @@ -360,653 +426,689 @@ "id": 2 }, { - "name": "PlayerSpawnS2CPacket", + "name": "EntityAnimationS2CPacket", "side": "clientbound", "state": "play", "id": 3 }, { - "name": "EntityAnimationS2CPacket", + "name": "StatisticsS2CPacket", "side": "clientbound", "state": "play", "id": 4 }, { - "name": "StatisticsS2CPacket", + "name": "PlayerActionResponseS2CPacket", "side": "clientbound", "state": "play", "id": 5 }, { - "name": "PlayerActionResponseS2CPacket", + "name": "BlockBreakingProgressS2CPacket", "side": "clientbound", "state": "play", "id": 6 }, { - "name": "BlockBreakingProgressS2CPacket", + "name": "BlockEntityUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 7 }, { - "name": "BlockEntityUpdateS2CPacket", + "name": "BlockEventS2CPacket", "side": "clientbound", "state": "play", "id": 8 }, { - "name": "BlockEventS2CPacket", + "name": "BlockUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 9 }, { - "name": "BlockUpdateS2CPacket", + "name": "BossBarS2CPacket", "side": "clientbound", "state": "play", "id": 10 }, { - "name": "BossBarS2CPacket", + "name": "DifficultyS2CPacket", "side": "clientbound", "state": "play", "id": 11 }, { - "name": "DifficultyS2CPacket", + "name": "ChunkSentS2CPacket", "side": "clientbound", "state": "play", "id": 12 }, { - "name": "ChunkBiomeDataS2CPacket", + "name": "StartChunkSendS2CPacket", "side": "clientbound", "state": "play", "id": 13 }, { - "name": "ClearTitleS2CPacket", + "name": "ChunkBiomeDataS2CPacket", "side": "clientbound", "state": "play", "id": 14 }, { - "name": "CommandSuggestionsS2CPacket", + "name": "ClearTitleS2CPacket", "side": "clientbound", "state": "play", "id": 15 }, { - "name": "CommandTreeS2CPacket", + "name": "CommandSuggestionsS2CPacket", "side": "clientbound", "state": "play", "id": 16 }, { - "name": "CloseScreenS2CPacket", + "name": "CommandTreeS2CPacket", "side": "clientbound", "state": "play", "id": 17 }, { - "name": "InventoryS2CPacket", + "name": "CloseScreenS2CPacket", "side": "clientbound", "state": "play", "id": 18 }, { - "name": "ScreenHandlerPropertyUpdateS2CPacket", + "name": "InventoryS2CPacket", "side": "clientbound", "state": "play", "id": 19 }, { - "name": "ScreenHandlerSlotUpdateS2CPacket", + "name": "ScreenHandlerPropertyUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 20 }, { - "name": "CooldownUpdateS2CPacket", + "name": "ScreenHandlerSlotUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 21 }, { - "name": "ChatSuggestionsS2CPacket", + "name": "CooldownUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 22 }, { - "name": "CustomPayloadS2CPacket", + "name": "ChatSuggestionsS2CPacket", "side": "clientbound", "state": "play", "id": 23 }, { - "name": "EntityDamageS2CPacket", + "name": "CustomPayloadS2CPacket", "side": "clientbound", "state": "play", "id": 24 }, { - "name": "RemoveMessageS2CPacket", + "name": "EntityDamageS2CPacket", "side": "clientbound", "state": "play", "id": 25 }, { - "name": "DisconnectS2CPacket", + "name": "RemoveMessageS2CPacket", "side": "clientbound", "state": "play", "id": 26 }, { - "name": "ProfilelessChatMessageS2CPacket", + "name": "DisconnectS2CPacket", "side": "clientbound", "state": "play", "id": 27 }, { - "name": "EntityStatusS2CPacket", + "name": "ProfilelessChatMessageS2CPacket", "side": "clientbound", "state": "play", "id": 28 }, { - "name": "ExplosionS2CPacket", + "name": "EntityStatusS2CPacket", "side": "clientbound", "state": "play", "id": 29 }, { - "name": "UnloadChunkS2CPacket", + "name": "ExplosionS2CPacket", "side": "clientbound", "state": "play", "id": 30 }, { - "name": "GameStateChangeS2CPacket", + "name": "UnloadChunkS2CPacket", "side": "clientbound", "state": "play", "id": 31 }, { - "name": "OpenHorseScreenS2CPacket", + "name": "GameStateChangeS2CPacket", "side": "clientbound", "state": "play", "id": 32 }, { - "name": "DamageTiltS2CPacket", + "name": "OpenHorseScreenS2CPacket", "side": "clientbound", "state": "play", "id": 33 }, { - "name": "WorldBorderInitializeS2CPacket", + "name": "DamageTiltS2CPacket", "side": "clientbound", "state": "play", "id": 34 }, { - "name": "KeepAliveS2CPacket", + "name": "WorldBorderInitializeS2CPacket", "side": "clientbound", "state": "play", "id": 35 }, { - "name": "ChunkDataS2CPacket", + "name": "KeepAliveS2CPacket", "side": "clientbound", "state": "play", "id": 36 }, { - "name": "WorldEventS2CPacket", + "name": "ChunkDataS2CPacket", "side": "clientbound", "state": "play", "id": 37 }, { - "name": "ParticleS2CPacket", + "name": "WorldEventS2CPacket", "side": "clientbound", "state": "play", "id": 38 }, { - "name": "LightUpdateS2CPacket", + "name": "ParticleS2CPacket", "side": "clientbound", "state": "play", "id": 39 }, { - "name": "GameJoinS2CPacket", + "name": "LightUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 40 }, { - "name": "MapUpdateS2CPacket", + "name": "GameJoinS2CPacket", "side": "clientbound", "state": "play", "id": 41 }, { - "name": "SetTradeOffersS2CPacket", + "name": "MapUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 42 }, { - "name": "MoveRelative", + "name": "SetTradeOffersS2CPacket", "side": "clientbound", "state": "play", "id": 43 }, { - "name": "RotateAndMoveRelative", + "name": "MoveRelative", "side": "clientbound", "state": "play", "id": 44 }, { - "name": "Rotate", + "name": "RotateAndMoveRelative", "side": "clientbound", "state": "play", "id": 45 }, { - "name": "VehicleMoveS2CPacket", + "name": "Rotate", "side": "clientbound", "state": "play", "id": 46 }, { - "name": "OpenWrittenBookS2CPacket", + "name": "VehicleMoveS2CPacket", "side": "clientbound", "state": "play", "id": 47 }, { - "name": "OpenScreenS2CPacket", + "name": "OpenWrittenBookS2CPacket", "side": "clientbound", "state": "play", "id": 48 }, { - "name": "SignEditorOpenS2CPacket", + "name": "OpenScreenS2CPacket", "side": "clientbound", "state": "play", "id": 49 }, { - "name": "PlayPingS2CPacket", + "name": "SignEditorOpenS2CPacket", "side": "clientbound", "state": "play", "id": 50 }, { - "name": "CraftFailedResponseS2CPacket", + "name": "CommonPingS2CPacket", "side": "clientbound", "state": "play", "id": 51 }, { - "name": "PlayerAbilitiesS2CPacket", + "name": "PingResultS2CPacket", "side": "clientbound", "state": "play", "id": 52 }, { - "name": "ChatMessageS2CPacket", + "name": "CraftFailedResponseS2CPacket", "side": "clientbound", "state": "play", "id": 53 }, { - "name": "EndCombatS2CPacket", + "name": "PlayerAbilitiesS2CPacket", "side": "clientbound", "state": "play", "id": 54 }, { - "name": "EnterCombatS2CPacket", + "name": "ChatMessageS2CPacket", "side": "clientbound", "state": "play", "id": 55 }, { - "name": "DeathMessageS2CPacket", + "name": "EndCombatS2CPacket", "side": "clientbound", "state": "play", "id": 56 }, { - "name": "PlayerRemoveS2CPacket", + "name": "EnterCombatS2CPacket", "side": "clientbound", "state": "play", "id": 57 }, { - "name": "PlayerListS2CPacket", + "name": "DeathMessageS2CPacket", "side": "clientbound", "state": "play", "id": 58 }, { - "name": "LookAtS2CPacket", + "name": "PlayerRemoveS2CPacket", "side": "clientbound", "state": "play", "id": 59 }, { - "name": "PlayerPositionLookS2CPacket", + "name": "PlayerListS2CPacket", "side": "clientbound", "state": "play", "id": 60 }, { - "name": "UnlockRecipesS2CPacket", + "name": "LookAtS2CPacket", "side": "clientbound", "state": "play", "id": 61 }, { - "name": "EntitiesDestroyS2CPacket", + "name": "PlayerPositionLookS2CPacket", "side": "clientbound", "state": "play", "id": 62 }, { - "name": "RemoveEntityStatusEffectS2CPacket", + "name": "UnlockRecipesS2CPacket", "side": "clientbound", "state": "play", "id": 63 }, { - "name": "ResourcePackSendS2CPacket", + "name": "EntitiesDestroyS2CPacket", "side": "clientbound", "state": "play", "id": 64 }, { - "name": "PlayerRespawnS2CPacket", + "name": "RemoveEntityStatusEffectS2CPacket", "side": "clientbound", "state": "play", "id": 65 }, { - "name": "EntitySetHeadYawS2CPacket", + "name": "ScoreboardScoreResetS2CPacket", "side": "clientbound", "state": "play", "id": 66 }, { - "name": "ChunkDeltaUpdateS2CPacket", + "name": "ResourcePackRemoveS2CPacket", "side": "clientbound", "state": "play", "id": 67 }, { - "name": "SelectAdvancementTabS2CPacket", + "name": "ResourcePackSendS2CPacket", "side": "clientbound", "state": "play", "id": 68 }, { - "name": "ServerMetadataS2CPacket", + "name": "PlayerRespawnS2CPacket", "side": "clientbound", "state": "play", "id": 69 }, { - "name": "OverlayMessageS2CPacket", + "name": "EntitySetHeadYawS2CPacket", "side": "clientbound", "state": "play", "id": 70 }, { - "name": "WorldBorderCenterChangedS2CPacket", + "name": "ChunkDeltaUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 71 }, { - "name": "WorldBorderInterpolateSizeS2CPacket", + "name": "SelectAdvancementTabS2CPacket", "side": "clientbound", "state": "play", "id": 72 }, { - "name": "WorldBorderSizeChangedS2CPacket", + "name": "ServerMetadataS2CPacket", "side": "clientbound", "state": "play", "id": 73 }, { - "name": "WorldBorderWarningTimeChangedS2CPacket", + "name": "OverlayMessageS2CPacket", "side": "clientbound", "state": "play", "id": 74 }, { - "name": "WorldBorderWarningBlocksChangedS2CPacket", + "name": "WorldBorderCenterChangedS2CPacket", "side": "clientbound", "state": "play", "id": 75 }, { - "name": "SetCameraEntityS2CPacket", + "name": "WorldBorderInterpolateSizeS2CPacket", "side": "clientbound", "state": "play", "id": 76 }, { - "name": "UpdateSelectedSlotS2CPacket", + "name": "WorldBorderSizeChangedS2CPacket", "side": "clientbound", "state": "play", "id": 77 }, { - "name": "ChunkRenderDistanceCenterS2CPacket", + "name": "WorldBorderWarningTimeChangedS2CPacket", "side": "clientbound", "state": "play", "id": 78 }, { - "name": "ChunkLoadDistanceS2CPacket", + "name": "WorldBorderWarningBlocksChangedS2CPacket", "side": "clientbound", "state": "play", "id": 79 }, { - "name": "PlayerSpawnPositionS2CPacket", + "name": "SetCameraEntityS2CPacket", "side": "clientbound", "state": "play", "id": 80 }, { - "name": "ScoreboardDisplayS2CPacket", + "name": "UpdateSelectedSlotS2CPacket", "side": "clientbound", "state": "play", "id": 81 }, { - "name": "EntityTrackerUpdateS2CPacket", + "name": "ChunkRenderDistanceCenterS2CPacket", "side": "clientbound", "state": "play", "id": 82 }, { - "name": "EntityAttachS2CPacket", + "name": "ChunkLoadDistanceS2CPacket", "side": "clientbound", "state": "play", "id": 83 }, { - "name": "EntityVelocityUpdateS2CPacket", + "name": "PlayerSpawnPositionS2CPacket", "side": "clientbound", "state": "play", "id": 84 }, { - "name": "EntityEquipmentUpdateS2CPacket", + "name": "ScoreboardDisplayS2CPacket", "side": "clientbound", "state": "play", "id": 85 }, { - "name": "ExperienceBarUpdateS2CPacket", + "name": "EntityTrackerUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 86 }, { - "name": "HealthUpdateS2CPacket", + "name": "EntityAttachS2CPacket", "side": "clientbound", "state": "play", "id": 87 }, { - "name": "ScoreboardObjectiveUpdateS2CPacket", + "name": "EntityVelocityUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 88 }, { - "name": "EntityPassengersSetS2CPacket", + "name": "EntityEquipmentUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 89 }, { - "name": "TeamS2CPacket", + "name": "ExperienceBarUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 90 }, { - "name": "ScoreboardPlayerUpdateS2CPacket", + "name": "HealthUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 91 }, { - "name": "SimulationDistanceS2CPacket", + "name": "ScoreboardObjectiveUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 92 }, { - "name": "SubtitleS2CPacket", + "name": "EntityPassengersSetS2CPacket", "side": "clientbound", "state": "play", "id": 93 }, { - "name": "WorldTimeUpdateS2CPacket", + "name": "TeamS2CPacket", "side": "clientbound", "state": "play", "id": 94 }, { - "name": "TitleS2CPacket", + "name": "ScoreboardScoreUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 95 }, { - "name": "TitleFadeS2CPacket", + "name": "SimulationDistanceS2CPacket", "side": "clientbound", "state": "play", "id": 96 }, { - "name": "PlaySoundFromEntityS2CPacket", + "name": "SubtitleS2CPacket", "side": "clientbound", "state": "play", "id": 97 }, { - "name": "PlaySoundS2CPacket", + "name": "WorldTimeUpdateS2CPacket", "side": "clientbound", "state": "play", "id": 98 }, { - "name": "StopSoundS2CPacket", + "name": "TitleS2CPacket", "side": "clientbound", "state": "play", "id": 99 }, { - "name": "GameMessageS2CPacket", + "name": "TitleFadeS2CPacket", "side": "clientbound", "state": "play", "id": 100 }, { - "name": "PlayerListHeaderS2CPacket", + "name": "PlaySoundFromEntityS2CPacket", "side": "clientbound", "state": "play", "id": 101 }, { - "name": "NbtQueryResponseS2CPacket", + "name": "PlaySoundS2CPacket", "side": "clientbound", "state": "play", "id": 102 }, { - "name": "ItemPickupAnimationS2CPacket", + "name": "EnterReconfigurationS2CPacket", "side": "clientbound", "state": "play", "id": 103 }, { - "name": "EntityPositionS2CPacket", + "name": "StopSoundS2CPacket", "side": "clientbound", "state": "play", "id": 104 }, { - "name": "AdvancementUpdateS2CPacket", + "name": "GameMessageS2CPacket", "side": "clientbound", "state": "play", "id": 105 }, { - "name": "EntityAttributesS2CPacket", + "name": "PlayerListHeaderS2CPacket", "side": "clientbound", "state": "play", "id": 106 }, { - "name": "FeaturesS2CPacket", + "name": "NbtQueryResponseS2CPacket", "side": "clientbound", "state": "play", "id": 107 }, { - "name": "EntityStatusEffectS2CPacket", + "name": "ItemPickupAnimationS2CPacket", "side": "clientbound", "state": "play", "id": 108 }, { - "name": "SynchronizeRecipesS2CPacket", + "name": "EntityPositionS2CPacket", "side": "clientbound", "state": "play", "id": 109 }, { - "name": "SynchronizeTagsS2CPacket", + "name": "UpdateTickRateS2CPacket", "side": "clientbound", "state": "play", "id": 110 }, + { + "name": "TickStepS2CPacket", + "side": "clientbound", + "state": "play", + "id": 111 + }, + { + "name": "AdvancementUpdateS2CPacket", + "side": "clientbound", + "state": "play", + "id": 112 + }, + { + "name": "EntityAttributesS2CPacket", + "side": "clientbound", + "state": "play", + "id": 113 + }, + { + "name": "EntityStatusEffectS2CPacket", + "side": "clientbound", + "state": "play", + "id": 114 + }, + { + "name": "SynchronizeRecipesS2CPacket", + "side": "clientbound", + "state": "play", + "id": 115 + }, + { + "name": "SynchronizeTagsS2CPacket", + "side": "clientbound", + "state": "play", + "id": 116 + }, { "name": "QueryResponseS2CPacket", "side": "clientbound", @@ -1014,7 +1116,7 @@ "id": 0 }, { - "name": "QueryPongS2CPacket", + "name": "PingResultS2CPacket", "side": "clientbound", "state": "status", "id": 1 @@ -1048,5 +1150,65 @@ "side": "clientbound", "state": "login", "id": 4 + }, + { + "name": "CustomPayloadS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 0 + }, + { + "name": "DisconnectS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 1 + }, + { + "name": "ReadyS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 2 + }, + { + "name": "KeepAliveS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 3 + }, + { + "name": "CommonPingS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 4 + }, + { + "name": "DynamicRegistriesS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 5 + }, + { + "name": "ResourcePackRemoveS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 6 + }, + { + "name": "ResourcePackSendS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 7 + }, + { + "name": "FeaturesS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 8 + }, + { + "name": "SynchronizeTagsS2CPacket", + "side": "clientbound", + "state": "configuration", + "id": 9 } ] \ No newline at end of file diff --git a/tools/packet_inspector/src/app/filter.rs b/tools/packet_inspector/src/app/filter.rs index e12e46718..9080441b7 100644 --- a/tools/packet_inspector/src/app/filter.rs +++ b/tools/packet_inspector/src/app/filter.rs @@ -76,6 +76,7 @@ fn draw_packet_list(ui: &mut Ui, state: &mut SharedState, packet_state: PacketSt PacketState::Status => "Status", PacketState::Login => "Login", PacketState::Play => "Play", + PacketState::Configuration => "Configuration", }; let search = state.packet_search.to_lowercase(); diff --git a/tools/packet_inspector/src/app/text_viewer.rs b/tools/packet_inspector/src/app/text_viewer.rs index 739bc3b75..c021eac26 100644 --- a/tools/packet_inspector/src/app/text_viewer.rs +++ b/tools/packet_inspector/src/app/text_viewer.rs @@ -2,10 +2,11 @@ use super::{SharedState, Tab, View}; mod utils { use packet_inspector::Packet as ProxyPacket; - use valence_protocol::packets::handshaking::*; - use valence_protocol::packets::login::*; - use valence_protocol::packets::play::*; - use valence_protocol::packets::status::*; + use valence_protocol::packets::handshaking; + use valence_protocol::packets::login; + use valence_protocol::packets::play; + use valence_protocol::packets::status; + use valence_protocol::packets::configuration; use valence_protocol::{Decode, Packet}; include!(concat!(env!("OUT_DIR"), "/packet_to_string.rs")); diff --git a/tools/stresser/src/stresser.rs b/tools/stresser/src/stresser.rs index 13181a53b..6b7b0d5ee 100644 --- a/tools/stresser/src/stresser.rs +++ b/tools/stresser/src/stresser.rs @@ -58,7 +58,7 @@ pub async fn make_session<'a>(params: &SessionParams<'a>) -> anyhow::Result<()> enc.append_packet(&LoginHelloC2s { username: sess_name.into(), - profile_id: Some(Uuid::new_v4()), + profile_id: Uuid::new_v4(), })?; let write_buf = enc.take();