From 42c903493a09a4c8d7f4eddc2644464e3871c736 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Wed, 24 Dec 2025 13:09:01 +0100 Subject: [PATCH] port to 1.21.11 --- Cargo.lock | 58 +- Cargo.toml | 4 +- README.md | 2 +- assets/biome.json | 1961 +- assets/blocks.json | 12310 +++--- assets/carver.json | 198 +- assets/chunk_gen_settings.json | 2100 +- assets/composter_increase_chance.json | 214 +- assets/configured_features.json | 3196 +- assets/damage_type.json | 256 +- assets/data_component.json | 190 +- assets/en_us.json | 184 + assets/enchantments.json | 521 +- assets/entities.json | 2204 +- assets/entity_statuses.json | 1 + assets/flower_pot_transformations.json | 60 +- assets/fuels.json | 23 +- assets/game_rules.json | 116 +- assets/items.json | 32089 +++++++++------- assets/message_type.json | 8 +- assets/packets.json | 4 +- assets/properties.json | 246 +- assets/recipe_remainder.json | 4 +- assets/recipes.json | 3113 +- assets/sounds.json | 87 +- assets/spawn_egg.json | 168 +- assets/synced_registries.json | 3614 +- assets/tags.json | 19917 +++++----- pumpkin-data/Cargo.toml | 2 +- pumpkin-protocol/Cargo.toml | 2 +- pumpkin-util/src/math/block_box.rs | 7 + pumpkin-world/src/chunk/format/anvil.rs | 4 +- pumpkin-world/src/generation/proto_chunk.rs | 68 +- pumpkin-world/src/generation/structure/mod.rs | 57 +- .../structure/structures/buried_treasure.rs | 101 +- .../generation/structure/structures/mod.rs | 152 +- .../structure/structures/nether_fortress.rs | 256 +- .../structure/structures/swamp_hut.rs | 110 +- pumpkin-world/src/lib.rs | 2 +- pumpkin-world/src/world_info/anvil.rs | 24 - pumpkin-world/src/world_info/mod.rs | 2 +- pumpkin/src/entity/player.rs | 2 +- pumpkin/src/net/java/config.rs | 1 + pumpkin/src/net/java/login.rs | 2 +- 44 files changed, 44496 insertions(+), 39144 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 837b1f4d9..53a3c3553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "async-compression" -version = "0.4.35" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07a926debf178f2d355197f9caddb08e54a9329d44748034bba349c5848cb519" +checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" dependencies = [ "compression-codecs", "compression-core", @@ -401,9 +401,9 @@ dependencies = [ [[package]] name = "compression-codecs" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34a3cbbb8b6eca96f3a5c4bf6938d5b27ced3675d69f95bb51948722870bc323" +checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" dependencies = [ "compression-core", "flate2", @@ -516,9 +516,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.4.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -531,9 +531,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc-fast" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f7c8d397a6353ef0c1d6217ab91b3ddb5431daf57fd013f506b967dcf44458" +checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d" dependencies = [ "crc", "digest 0.10.7", @@ -941,7 +941,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "pumpkin" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "base64 0.22.1", "bytes", @@ -2138,7 +2138,7 @@ dependencies = [ [[package]] name = "pumpkin-api-macros" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "proc-macro-error2", "proc-macro2", @@ -2148,7 +2148,7 @@ dependencies = [ [[package]] name = "pumpkin-config" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "log", "pumpkin-util", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "pumpkin-data" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "crc-fast", "heck", @@ -2177,7 +2177,7 @@ dependencies = [ [[package]] name = "pumpkin-inventory" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "crossbeam-utils", "log", @@ -2191,7 +2191,7 @@ dependencies = [ [[package]] name = "pumpkin-macros" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "proc-macro-error2", "proc-macro2", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "pumpkin-nbt" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "bytes", "cesu8", @@ -2213,7 +2213,7 @@ dependencies = [ [[package]] name = "pumpkin-protocol" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "aes", "async-compression", @@ -2235,7 +2235,7 @@ dependencies = [ [[package]] name = "pumpkin-registry" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "indexmap", "pumpkin-protocol", @@ -2246,7 +2246,7 @@ dependencies = [ [[package]] name = "pumpkin-util" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "base64 0.22.1", "bytes", @@ -2270,7 +2270,7 @@ dependencies = [ [[package]] name = "pumpkin-world" -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" dependencies = [ "bitflags", "bytes", @@ -2469,15 +2469,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags", "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2759,9 +2759,9 @@ dependencies = [ [[package]] name = "simd-adler32" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" +checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" [[package]] name = "simplelog" @@ -2898,14 +2898,14 @@ checksum = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3470,7 +3470,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0af0ae9ab..ad6698e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ ] [workspace.package] -version = "0.1.0-dev+1.21.10" +version = "0.1.0-dev+1.21.11" edition = "2024" [profile.release] @@ -47,5 +47,5 @@ uuid = { version = "1.19", features = ["serde", "v3", "v4"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tempfile = { version = "3.23.0", default-features = false } +tempfile = { version = "3.24.0", default-features = false } proc-macro-error2 = "2" diff --git a/README.md b/README.md index 34b3fe093..5b77a9cdb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![CI](https://github.com/Snowiiii/Pumpkin/actions/workflows/rust.yml/badge.svg) [![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/wT8XjrjKkf) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![Current version)](https://img.shields.io/badge/current_version-1.21.10-blue) +![Current version)](https://img.shields.io/badge/current_version-1.21.11-blue) diff --git a/assets/biome.json b/assets/biome.json index 7fdda5510..6210d6cbe 100644 --- a/assets/biome.json +++ b/assets/biome.json @@ -3,31 +3,21 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" }, "carvers": [ "minecraft:cave", @@ -214,29 +204,19 @@ "has_precipitation": true, "temperature": 0.95, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.bamboo_jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.bamboo_jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#77a8ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -441,40 +421,39 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.basalt_deltas.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.basalt_deltas.loop", + "mood": { + "sound": "minecraft:ambient.basalt_deltas.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.basalt_deltas.additions", + "tick_chance": 0.0111 + } }, - "additions_sound": { - "sound": "minecraft:ambient.basalt_deltas.additions", - "tick_chance": 0.0111 + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.basalt_deltas", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music": [ + "minecraft:visual/ambient_particles": [ { - "data": { - "sound": "minecraft:music.nether.basalt_deltas", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false + "particle": { + "type": "minecraft:white_ash" }, - "weight": 1 + "probability": 0.118093334 } ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:white_ash" - }, - "probability": 0.118093334 - }, - "ambient_sound": "minecraft:ambient.basalt_deltas.loop", - "sky_color": 7254527, - "fog_color": 6840176, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/fog_color": "#685f70" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": "minecraft:nether_cave", "features": [ @@ -544,18 +523,11 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -714,29 +686,18 @@ "has_precipitation": true, "temperature": 0.6, "downfall": 0.6, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8037887, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7aa5ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -917,31 +878,21 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.cherry_grove", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.cherry_grove", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "foliage_color": 11983713, - "grass_color": 11983713, - "fog_color": 12638463, - "water_color": 6141935, - "water_fog_color": 6141935 + }, + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#5db7ef" + }, + "effects": { + "water_color": "#5db7ef", + "foliage_color": "#b6db61", + "grass_color": "#b6db61" }, "carvers": [ "minecraft:cave", @@ -1112,18 +1063,28 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3d57d6" }, "carvers": [ "minecraft:cave", @@ -1294,6 +1255,12 @@ "minCount": 1, "maxCount": 4, "weight": 3 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 2 } ] }, @@ -1304,40 +1271,39 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.crimson_forest.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.crimson_forest.loop", + "mood": { + "sound": "minecraft:ambient.crimson_forest.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.crimson_forest.additions", + "tick_chance": 0.0111 + } }, - "additions_sound": { - "sound": "minecraft:ambient.crimson_forest.additions", - "tick_chance": 0.0111 + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.crimson_forest", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music": [ + "minecraft:visual/ambient_particles": [ { - "data": { - "sound": "minecraft:music.nether.crimson_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false + "particle": { + "type": "minecraft:crimson_spore" }, - "weight": 1 + "probability": 0.025 } ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.025 - }, - "ambient_sound": "minecraft:ambient.crimson_forest.loop", - "sky_color": 7254527, - "fog_color": 3343107, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/fog_color": "#330303" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": "minecraft:nether_cave", "features": [ @@ -1415,31 +1381,20 @@ "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "dark_forest", - "sky_color": 7972607, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#79a6ff" + }, + "effects": { + "water_color": "#3f76e4", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "dark_forest" }, "carvers": [ "minecraft:cave", @@ -1619,18 +1574,28 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3d57d6" }, "carvers": [ "minecraft:cave", @@ -1801,6 +1766,12 @@ "minCount": 1, "maxCount": 4, "weight": 3 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 2 } ] }, @@ -1811,29 +1782,18 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.deep_dark", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.deep_dark", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#78a7ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -1920,18 +1880,11 @@ "temperature": 0.5, "temperature_modifier": "frozen", "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "water_color": "#3938c9" }, "carvers": [ "minecraft:cave", @@ -2105,6 +2058,12 @@ "minCount": 1, "maxCount": 4, "weight": 1 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 2 } ] }, @@ -2115,18 +2074,29 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4566514, - "water_fog_color": 267827 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041633" + }, + "effects": { + "water_color": "#45adf2" }, "carvers": [ "minecraft:cave", @@ -2309,6 +2279,12 @@ "minCount": 1, "maxCount": 2, "weight": 2 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 5 } ] }, @@ -2319,18 +2295,28 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -2501,6 +2487,12 @@ "minCount": 1, "maxCount": 2, "weight": 1 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 5 } ] }, @@ -2511,29 +2503,19 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.desert", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.desert", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -2659,7 +2641,7 @@ "type": "minecraft:skeleton", "minCount": 4, "maxCount": 4, - "weight": 100 + "weight": 50 }, { "type": "minecraft:creeper", @@ -2690,6 +2672,12 @@ "minCount": 4, "maxCount": 4, "weight": 80 + }, + { + "type": "minecraft:parched", + "minCount": 4, + "maxCount": 4, + "weight": 50 } ], "underground_water_creature": [ @@ -2710,29 +2698,18 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.dripstone_caves", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.dripstone_caves", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#78a7ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -2895,17 +2872,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [], @@ -2934,17 +2901,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [ @@ -2988,17 +2945,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [], @@ -3026,31 +2973,21 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" }, "carvers": [ "minecraft:cave", @@ -3237,29 +3174,18 @@ "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.flower_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.flower_forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7972607, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#79a6ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -3444,29 +3370,18 @@ "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7972607, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#79a6ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -3653,18 +3568,11 @@ "temperature": 0.0, "temperature_modifier": "frozen", "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "water_color": "#3938c9" }, "carvers": [ "minecraft:cave", @@ -3838,6 +3746,12 @@ "minCount": 1, "maxCount": 4, "weight": 1 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 2 } ] }, @@ -3848,29 +3762,19 @@ "has_precipitation": true, "temperature": -0.7, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.frozen_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.frozen_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8756735, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#859dff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -4026,18 +3930,28 @@ "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7fa1ff" + }, + "effects": { + "water_color": "#3938c9" }, "carvers": [ "minecraft:cave", @@ -4211,29 +4125,18 @@ "has_precipitation": true, "temperature": -0.2, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.grove", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.grove", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8495359, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#81a0ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -4403,18 +4306,11 @@ "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -4590,29 +4486,19 @@ "has_precipitation": true, "temperature": -0.7, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.jagged_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.jagged_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8756735, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#859dff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -4768,29 +4654,19 @@ "has_precipitation": true, "temperature": 0.95, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#77a8ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -4995,18 +4871,29 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4566514, - "water_fog_color": 267827 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041633" + }, + "effects": { + "water_color": "#45adf2" }, "carvers": [ "minecraft:cave", @@ -5189,6 +5076,12 @@ "minCount": 1, "maxCount": 2, "weight": 2 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 5 } ] }, @@ -5199,29 +5092,18 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.lush_caves", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.lush_caves", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -5389,32 +5271,28 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.swamp", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.swamp", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "swamp", - "sky_color": 7907327, - "foliage_color": 9285927, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 3832426, - "water_fog_color": 5077600 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/fog_color": "#c0d8ff", + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:visual/water_fog_color": "#4d7a60", + "minecraft:visual/water_fog_end_distance": { + "argument": 0.85, + "modifier": "multiply" + } + }, + "effects": { + "water_color": "#3a7a6a", + "foliage_color": "#8db127", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "swamp" }, "carvers": [ "minecraft:cave", @@ -5592,29 +5470,18 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.meadow", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.meadow", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 937679, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#0e4ecf" }, "carvers": [ "minecraft:cave", @@ -5786,18 +5653,13 @@ "has_precipitation": true, "temperature": 0.9, "downfall": 1.0, + "attributes": { + "minecraft:gameplay/can_pillager_patrol_spawn": false, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#77a8ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -5905,34 +5767,31 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.nether_wastes.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.nether_wastes.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.nether_wastes", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.nether_wastes.loop", + "mood": { + "sound": "minecraft:ambient.nether_wastes.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.nether_wastes.additions", + "tick_chance": 0.0111 } - ], - "music_volume": 1.0, - "ambient_sound": "minecraft:ambient.nether_wastes.loop", - "sky_color": 7254527, - "fog_color": 3344392, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.nether_wastes", + "min_delay": 12000, + "max_delay": 24000 + } + }, + "minecraft:visual/fog_color": "#330808" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": "minecraft:nether_cave", "features": [ @@ -6022,18 +5881,28 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -6204,6 +6073,12 @@ "minCount": 1, "maxCount": 2, "weight": 1 + }, + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 5 } ] }, @@ -6214,29 +6089,18 @@ "has_precipitation": true, "temperature": 0.6, "downfall": 0.6, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8037887, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7aa5ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -6417,29 +6281,18 @@ "has_precipitation": true, "temperature": 0.3, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.old_growth_taiga", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.old_growth_taiga", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8168447, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7ca3ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -6641,29 +6494,18 @@ "has_precipitation": true, "temperature": 0.25, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.old_growth_taiga", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.old_growth_taiga", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8233983, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#7da3ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -6865,22 +6707,18 @@ "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, + "attributes": { + "minecraft:audio/background_music": {}, + "minecraft:audio/music_volume": 0.0, + "minecraft:visual/fog_color": "#817770", + "minecraft:visual/sky_color": "#b9b9b9", + "minecraft:visual/water_fog_color": "#556980" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [], - "music_volume": 0.0, - "sky_color": 12171705, - "foliage_color": 8883574, - "dry_foliage_color": 10528412, - "grass_color": 7832178, - "fog_color": 8484720, - "water_color": 7768221, - "water_fog_color": 5597568 + "water_color": "#76889d", + "foliage_color": "#878d76", + "dry_foliage_color": "#a0a69c", + "grass_color": "#778272" }, "carvers": [ "minecraft:cave", @@ -7033,18 +6871,11 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -7179,7 +7010,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -7187,6 +7018,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -7236,18 +7073,28 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/sky_color": "#7ba4ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -7422,18 +7269,12 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -7573,7 +7414,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -7581,6 +7422,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -7630,18 +7477,12 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -7793,7 +7634,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -7801,6 +7642,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -7851,17 +7698,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [ @@ -7893,18 +7730,11 @@ "has_precipitation": true, "temperature": 0.05, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" }, "carvers": [ "minecraft:cave", @@ -8056,18 +7886,11 @@ "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -8177,7 +8000,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -8185,6 +8008,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -8240,29 +8069,19 @@ "has_precipitation": true, "temperature": -0.3, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.snowy_slopes", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.snowy_slopes", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8560639, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#829fff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -8425,18 +8244,11 @@ "has_precipitation": true, "temperature": -0.5, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#839eff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8625919, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" }, "carvers": [ "minecraft:cave", @@ -8634,40 +8446,39 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.soul_sand_valley.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.soul_sand_valley.loop", + "mood": { + "sound": "minecraft:ambient.soul_sand_valley.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.soul_sand_valley.additions", + "tick_chance": 0.0111 + } }, - "additions_sound": { - "sound": "minecraft:ambient.soul_sand_valley.additions", - "tick_chance": 0.0111 + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.soul_sand_valley", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music": [ + "minecraft:visual/ambient_particles": [ { - "data": { - "sound": "minecraft:music.nether.soul_sand_valley", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false + "particle": { + "type": "minecraft:ash" }, - "weight": 1 + "probability": 0.00625 } ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:ash" - }, - "probability": 0.00625 - }, - "ambient_sound": "minecraft:ambient.soul_sand_valley.loop", - "sky_color": 7254527, - "fog_color": 1787717, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/fog_color": "#1b4745" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": "minecraft:nether_cave", "features": [ @@ -8762,29 +8573,18 @@ "has_precipitation": true, "temperature": 0.95, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.sparse_jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.sparse_jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#77a8ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -8976,29 +8776,18 @@ "has_precipitation": true, "temperature": 1.0, "downfall": 0.3, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.stony_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.stony_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7776511, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:visual/sky_color": "#76a8ff" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -9146,18 +8935,11 @@ "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -9309,18 +9091,11 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -9455,7 +9230,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -9463,6 +9238,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -9512,32 +9293,27 @@ "has_precipitation": true, "temperature": 0.8, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.swamp", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.swamp", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "swamp", - "sky_color": 7907327, - "foliage_color": 6975545, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 6388580, - "water_fog_color": 2302743 + }, + "minecraft:gameplay/increased_fire_burnout": true, + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:visual/water_fog_color": "#232317", + "minecraft:visual/water_fog_end_distance": { + "argument": 0.85, + "modifier": "multiply" + } + }, + "effects": { + "water_color": "#617b64", + "foliage_color": "#6a7039", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "swamp" }, "carvers": [ "minecraft:cave", @@ -9739,18 +9515,11 @@ "has_precipitation": true, "temperature": 0.25, "downfall": 0.8, + "attributes": { + "minecraft:visual/sky_color": "#7da3ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233983, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -9949,17 +9718,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [ @@ -10003,18 +9762,11 @@ "has_precipitation": false, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [], "features": [ @@ -10049,18 +9801,29 @@ "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4445678, - "water_fog_color": 270131 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041f33" + }, + "effects": { + "water_color": "#43d5ee" }, "carvers": [ "minecraft:cave", @@ -10227,6 +9990,12 @@ } ], "water_creature": [ + { + "type": "minecraft:nautilus", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:squid", "minCount": 4, @@ -10248,40 +10017,39 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.warped_forest.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.warped_forest.loop", + "mood": { + "sound": "minecraft:ambient.warped_forest.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.warped_forest.additions", + "tick_chance": 0.0111 + } }, - "additions_sound": { - "sound": "minecraft:ambient.warped_forest.additions", - "tick_chance": 0.0111 + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.warped_forest", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music": [ + "minecraft:visual/ambient_particles": [ { - "data": { - "sound": "minecraft:music.nether.warped_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false + "particle": { + "type": "minecraft:warped_spore" }, - "weight": 1 + "probability": 0.01428 } ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:warped_spore" - }, - "probability": 0.01428 - }, - "ambient_sound": "minecraft:ambient.warped_forest.loop", - "sky_color": 7254527, - "fog_color": 1705242, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:visual/fog_color": "#1a051a" + }, + "effects": { + "water_color": "#3f76e4" }, "carvers": "minecraft:nether_cave", "features": [ @@ -10354,18 +10122,11 @@ "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -10553,18 +10314,11 @@ "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -10752,18 +10506,11 @@ "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -10951,18 +10698,12 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" }, "carvers": [ "minecraft:cave", @@ -11101,7 +10842,7 @@ "type": "minecraft:zombie", "minCount": 4, "maxCount": 4, - "weight": 95 + "weight": 90 }, { "type": "minecraft:zombie_villager", @@ -11109,6 +10850,12 @@ "maxCount": 1, "weight": 5 }, + { + "type": "minecraft:zombie_horse", + "minCount": 1, + "maxCount": 1, + "weight": 5 + }, { "type": "minecraft:skeleton", "minCount": 4, @@ -11158,31 +10905,21 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:gameplay/snow_golem_melts": true, + "minecraft:visual/sky_color": "#6eb1ff" + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" }, "carvers": [ "minecraft:cave", diff --git a/assets/blocks.json b/assets/blocks.json index 1d6f51e9b..56b3f9cb9 100644 --- a/assets/blocks.json +++ b/assets/blocks.json @@ -8291,12 +8291,11 @@ "random_sequence": "minecraft:blocks/stone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:stone", "conditions": [ { "predicate": { @@ -8314,22 +8313,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:stone", "type": "minecraft:item" }, { + "name": "minecraft:cobblestone", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:cobblestone", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8369,8 +8369,6 @@ "random_sequence": "minecraft:blocks/granite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:granite", @@ -8381,7 +8379,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8421,8 +8421,6 @@ "random_sequence": "minecraft:blocks/polished_granite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_granite", @@ -8433,7 +8431,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8473,8 +8473,6 @@ "random_sequence": "minecraft:blocks/diorite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:diorite", @@ -8485,7 +8483,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8525,8 +8525,6 @@ "random_sequence": "minecraft:blocks/polished_diorite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_diorite", @@ -8537,7 +8535,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8577,8 +8577,6 @@ "random_sequence": "minecraft:blocks/andesite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:andesite", @@ -8589,7 +8587,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8629,8 +8629,6 @@ "random_sequence": "minecraft:blocks/polished_andesite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_andesite", @@ -8641,7 +8639,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8681,12 +8681,11 @@ "random_sequence": "minecraft:blocks/grass_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:grass_block", "conditions": [ { "predicate": { @@ -8704,27 +8703,28 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:grass_block", "type": "minecraft:item" }, { + "name": "minecraft:dirt", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dirt", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1298082851 + -1655635491 ], "default_state_id": 9, "states": [ @@ -8777,8 +8777,6 @@ "random_sequence": "minecraft:blocks/dirt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dirt", @@ -8789,7 +8787,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8829,8 +8829,6 @@ "random_sequence": "minecraft:blocks/coarse_dirt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:coarse_dirt", @@ -8841,7 +8839,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -8881,12 +8881,11 @@ "random_sequence": "minecraft:blocks/podzol", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:podzol", "conditions": [ { "predicate": { @@ -8904,27 +8903,28 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:podzol", "type": "minecraft:item" }, { + "name": "minecraft:dirt", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dirt", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1298082851 + -1655635491 ], "default_state_id": 13, "states": [ @@ -8977,8 +8977,6 @@ "random_sequence": "minecraft:blocks/cobblestone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobblestone", @@ -8989,7 +8987,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9033,8 +9033,6 @@ "random_sequence": "minecraft:blocks/oak_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_planks", @@ -9045,7 +9043,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9089,8 +9089,6 @@ "random_sequence": "minecraft:blocks/spruce_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_planks", @@ -9101,7 +9099,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9145,8 +9145,6 @@ "random_sequence": "minecraft:blocks/birch_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_planks", @@ -9157,7 +9155,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9201,8 +9201,6 @@ "random_sequence": "minecraft:blocks/jungle_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_planks", @@ -9213,7 +9211,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9257,8 +9257,6 @@ "random_sequence": "minecraft:blocks/acacia_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_planks", @@ -9269,7 +9267,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9313,8 +9313,6 @@ "random_sequence": "minecraft:blocks/cherry_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_planks", @@ -9325,7 +9323,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9369,8 +9369,6 @@ "random_sequence": "minecraft:blocks/dark_oak_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_planks", @@ -9381,7 +9379,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9425,8 +9425,6 @@ "random_sequence": "minecraft:blocks/pale_oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_wood", @@ -9437,12 +9435,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 23, "states": [ @@ -9515,8 +9515,6 @@ "random_sequence": "minecraft:blocks/pale_oak_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_planks", @@ -9527,7 +9525,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9571,8 +9571,6 @@ "random_sequence": "minecraft:blocks/mangrove_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_planks", @@ -9583,7 +9581,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9627,8 +9627,6 @@ "random_sequence": "minecraft:blocks/bamboo_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_planks", @@ -9639,7 +9637,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9683,8 +9683,6 @@ "random_sequence": "minecraft:blocks/bamboo_mosaic", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_mosaic", @@ -9695,7 +9693,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -9735,8 +9735,6 @@ "random_sequence": "minecraft:blocks/oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_sapling", @@ -9747,12 +9745,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 29, "states": [ @@ -9801,8 +9801,6 @@ "random_sequence": "minecraft:blocks/spruce_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_sapling", @@ -9813,12 +9811,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 31, "states": [ @@ -9867,8 +9867,6 @@ "random_sequence": "minecraft:blocks/birch_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_sapling", @@ -9879,12 +9877,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 33, "states": [ @@ -9933,8 +9933,6 @@ "random_sequence": "minecraft:blocks/jungle_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_sapling", @@ -9945,12 +9943,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 35, "states": [ @@ -9999,8 +9999,6 @@ "random_sequence": "minecraft:blocks/acacia_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_sapling", @@ -10011,12 +10009,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 37, "states": [ @@ -10065,8 +10065,6 @@ "random_sequence": "minecraft:blocks/cherry_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_sapling", @@ -10077,12 +10075,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 39, "states": [ @@ -10131,8 +10131,6 @@ "random_sequence": "minecraft:blocks/dark_oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_sapling", @@ -10143,12 +10141,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 41, "states": [ @@ -10197,8 +10197,6 @@ "random_sequence": "minecraft:blocks/pale_oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_sapling", @@ -10209,12 +10207,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1364104642 + -2032896844 ], "default_state_id": 43, "states": [ @@ -10263,8 +10263,6 @@ "random_sequence": "minecraft:blocks/mangrove_propagule", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_propagule", @@ -10279,7 +10277,9 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -10289,10 +10289,10 @@ ] }, "properties": [ - -439958148, - -714785097, - -1364104642, - -365764128 + -1108750350, + -1072337737, + -2032896844, + -723316768 ], "default_state_id": 50, "states": [ @@ -10900,7 +10900,7 @@ "blast_resistance": 100.0, "item_id": 0, "properties": [ - -681055041 + -1349847243 ], "default_state_id": 86, "states": [ @@ -11109,7 +11109,7 @@ "blast_resistance": 100.0, "item_id": 0, "properties": [ - -681055041 + -1349847243 ], "default_state_id": 102, "states": [ @@ -11322,8 +11322,6 @@ "random_sequence": "minecraft:blocks/sand", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sand", @@ -11334,7 +11332,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11374,7 +11374,7 @@ "random_sequence": "minecraft:blocks/suspicious_sand" }, "properties": [ - 1544739980 + 875947778 ], "default_state_id": 119, "states": [ @@ -11463,8 +11463,6 @@ "random_sequence": "minecraft:blocks/red_sand", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_sand", @@ -11475,7 +11473,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11515,12 +11515,11 @@ "random_sequence": "minecraft:blocks/gravel", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:gravel", "conditions": [ { "predicate": { @@ -11538,12 +11537,12 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:gravel", "type": "minecraft:item" }, { "children": [ { + "name": "minecraft:flint", "conditions": [ { "enchantment": "minecraft:fortune", @@ -11556,7 +11555,6 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:flint", "type": "minecraft:item" }, { @@ -11574,7 +11572,9 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11614,7 +11614,7 @@ "random_sequence": "minecraft:blocks/suspicious_gravel" }, "properties": [ - 1544739980 + 875947778 ], "default_state_id": 125, "states": [ @@ -11707,12 +11707,11 @@ "random_sequence": "minecraft:blocks/gold_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:gold_ore", "conditions": [ { "predicate": { @@ -11730,10 +11729,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:gold_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_gold", "functions": [ { "enchantment": "minecraft:fortune", @@ -11744,13 +11743,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_gold", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11794,12 +11794,11 @@ "random_sequence": "minecraft:blocks/deepslate_gold_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_gold_ore", "conditions": [ { "predicate": { @@ -11817,10 +11816,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_gold_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_gold", "functions": [ { "enchantment": "minecraft:fortune", @@ -11831,13 +11830,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_gold", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11881,12 +11881,11 @@ "random_sequence": "minecraft:blocks/iron_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:iron_ore", "conditions": [ { "predicate": { @@ -11904,10 +11903,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:iron_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_iron", "functions": [ { "enchantment": "minecraft:fortune", @@ -11918,13 +11917,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_iron", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -11968,12 +11968,11 @@ "random_sequence": "minecraft:blocks/deepslate_iron_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_iron_ore", "conditions": [ { "predicate": { @@ -11991,10 +11990,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_iron_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_iron", "functions": [ { "enchantment": "minecraft:fortune", @@ -12005,13 +12004,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_iron", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -12059,12 +12059,11 @@ "random_sequence": "minecraft:blocks/coal_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:coal_ore", "conditions": [ { "predicate": { @@ -12082,10 +12081,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:coal_ore", "type": "minecraft:item" }, { + "name": "minecraft:coal", "functions": [ { "enchantment": "minecraft:fortune", @@ -12096,13 +12095,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:coal", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -12150,12 +12150,11 @@ "random_sequence": "minecraft:blocks/deepslate_coal_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_coal_ore", "conditions": [ { "predicate": { @@ -12173,10 +12172,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_coal_ore", "type": "minecraft:item" }, { + "name": "minecraft:coal", "functions": [ { "enchantment": "minecraft:fortune", @@ -12187,13 +12186,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:coal", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -12241,12 +12241,11 @@ "random_sequence": "minecraft:blocks/nether_gold_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:nether_gold_ore", "conditions": [ { "predicate": { @@ -12264,10 +12263,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:nether_gold_ore", "type": "minecraft:item" }, { + "name": "minecraft:gold_nugget", "functions": [ { "count": { @@ -12287,13 +12286,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:gold_nugget", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -12337,8 +12337,6 @@ "random_sequence": "minecraft:blocks/oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_log", @@ -12349,12 +12347,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 137, "states": [ @@ -12427,8 +12427,6 @@ "random_sequence": "minecraft:blocks/spruce_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_log", @@ -12439,12 +12437,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 140, "states": [ @@ -12517,8 +12517,6 @@ "random_sequence": "minecraft:blocks/birch_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_log", @@ -12529,12 +12527,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 143, "states": [ @@ -12607,8 +12607,6 @@ "random_sequence": "minecraft:blocks/jungle_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_log", @@ -12619,12 +12617,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 146, "states": [ @@ -12697,8 +12697,6 @@ "random_sequence": "minecraft:blocks/acacia_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_log", @@ -12709,12 +12707,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 149, "states": [ @@ -12787,8 +12787,6 @@ "random_sequence": "minecraft:blocks/cherry_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_log", @@ -12799,12 +12797,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 152, "states": [ @@ -12877,8 +12877,6 @@ "random_sequence": "minecraft:blocks/dark_oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_log", @@ -12889,12 +12887,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 155, "states": [ @@ -12967,8 +12967,6 @@ "random_sequence": "minecraft:blocks/pale_oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_log", @@ -12979,12 +12977,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 158, "states": [ @@ -13057,8 +13057,6 @@ "random_sequence": "minecraft:blocks/mangrove_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_log", @@ -13069,12 +13067,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 161, "states": [ @@ -13147,8 +13147,6 @@ "random_sequence": "minecraft:blocks/mangrove_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_roots", @@ -13159,12 +13157,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 164, "states": [ @@ -13217,8 +13217,6 @@ "random_sequence": "minecraft:blocks/muddy_mangrove_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:muddy_mangrove_roots", @@ -13229,12 +13227,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 166, "states": [ @@ -13307,8 +13307,6 @@ "random_sequence": "minecraft:blocks/bamboo_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_block", @@ -13319,12 +13317,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 169, "states": [ @@ -13397,8 +13397,6 @@ "random_sequence": "minecraft:blocks/stripped_spruce_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_spruce_log", @@ -13409,12 +13407,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 172, "states": [ @@ -13487,8 +13487,6 @@ "random_sequence": "minecraft:blocks/stripped_birch_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_birch_log", @@ -13499,12 +13497,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 175, "states": [ @@ -13577,8 +13577,6 @@ "random_sequence": "minecraft:blocks/stripped_jungle_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_jungle_log", @@ -13589,12 +13587,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 178, "states": [ @@ -13667,8 +13667,6 @@ "random_sequence": "minecraft:blocks/stripped_acacia_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_acacia_log", @@ -13679,12 +13677,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 181, "states": [ @@ -13757,8 +13757,6 @@ "random_sequence": "minecraft:blocks/stripped_cherry_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_cherry_log", @@ -13769,12 +13767,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 184, "states": [ @@ -13847,8 +13847,6 @@ "random_sequence": "minecraft:blocks/stripped_dark_oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_dark_oak_log", @@ -13859,12 +13857,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 187, "states": [ @@ -13937,8 +13937,6 @@ "random_sequence": "minecraft:blocks/stripped_pale_oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_pale_oak_log", @@ -13949,12 +13947,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 190, "states": [ @@ -14027,8 +14027,6 @@ "random_sequence": "minecraft:blocks/stripped_oak_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_oak_log", @@ -14039,12 +14037,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 193, "states": [ @@ -14117,8 +14117,6 @@ "random_sequence": "minecraft:blocks/stripped_mangrove_log", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_mangrove_log", @@ -14129,12 +14127,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 196, "states": [ @@ -14207,8 +14207,6 @@ "random_sequence": "minecraft:blocks/stripped_bamboo_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_bamboo_block", @@ -14219,12 +14217,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 199, "states": [ @@ -14297,8 +14297,6 @@ "random_sequence": "minecraft:blocks/oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_wood", @@ -14309,12 +14307,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 202, "states": [ @@ -14387,8 +14387,6 @@ "random_sequence": "minecraft:blocks/spruce_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_wood", @@ -14399,12 +14397,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 205, "states": [ @@ -14477,8 +14477,6 @@ "random_sequence": "minecraft:blocks/birch_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_wood", @@ -14489,12 +14487,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 208, "states": [ @@ -14567,8 +14567,6 @@ "random_sequence": "minecraft:blocks/jungle_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_wood", @@ -14579,12 +14577,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 211, "states": [ @@ -14657,8 +14657,6 @@ "random_sequence": "minecraft:blocks/acacia_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_wood", @@ -14669,12 +14667,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 214, "states": [ @@ -14747,8 +14747,6 @@ "random_sequence": "minecraft:blocks/cherry_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_wood", @@ -14759,12 +14757,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 217, "states": [ @@ -14837,8 +14837,6 @@ "random_sequence": "minecraft:blocks/dark_oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_wood", @@ -14849,12 +14847,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 220, "states": [ @@ -14927,8 +14927,6 @@ "random_sequence": "minecraft:blocks/mangrove_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_wood", @@ -14939,12 +14937,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 223, "states": [ @@ -15017,8 +15017,6 @@ "random_sequence": "minecraft:blocks/stripped_oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_oak_wood", @@ -15029,12 +15027,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 226, "states": [ @@ -15107,8 +15107,6 @@ "random_sequence": "minecraft:blocks/stripped_spruce_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_spruce_wood", @@ -15119,12 +15117,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 229, "states": [ @@ -15197,8 +15197,6 @@ "random_sequence": "minecraft:blocks/stripped_birch_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_birch_wood", @@ -15209,12 +15207,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 232, "states": [ @@ -15287,8 +15287,6 @@ "random_sequence": "minecraft:blocks/stripped_jungle_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_jungle_wood", @@ -15299,12 +15297,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 235, "states": [ @@ -15377,8 +15377,6 @@ "random_sequence": "minecraft:blocks/stripped_acacia_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_acacia_wood", @@ -15389,12 +15387,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 238, "states": [ @@ -15467,8 +15467,6 @@ "random_sequence": "minecraft:blocks/stripped_cherry_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_cherry_wood", @@ -15479,12 +15477,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 241, "states": [ @@ -15557,8 +15557,6 @@ "random_sequence": "minecraft:blocks/stripped_dark_oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_dark_oak_wood", @@ -15569,12 +15567,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 244, "states": [ @@ -15647,8 +15647,6 @@ "random_sequence": "minecraft:blocks/stripped_pale_oak_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_pale_oak_wood", @@ -15659,12 +15657,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 247, "states": [ @@ -15737,8 +15737,6 @@ "random_sequence": "minecraft:blocks/stripped_mangrove_wood", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_mangrove_wood", @@ -15749,12 +15747,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 250, "states": [ @@ -15827,12 +15827,11 @@ "random_sequence": "minecraft:blocks/oak_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:oak_leaves", "conditions": [ { "terms": [ @@ -15861,10 +15860,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:oak_leaves", "type": "minecraft:item" }, { + "name": "minecraft:oak_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -15880,19 +15879,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:oak_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -15920,7 +15919,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -15954,13 +15952,14 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:apple", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -15977,7 +15976,6 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:apple", "type": "minecraft:item" } ], @@ -16011,14 +16009,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 279, "states": [ @@ -16491,12 +16491,11 @@ "random_sequence": "minecraft:blocks/spruce_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:spruce_leaves", "conditions": [ { "terms": [ @@ -16525,10 +16524,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:spruce_leaves", "type": "minecraft:item" }, { + "name": "minecraft:spruce_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -16544,19 +16543,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:spruce_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -16584,7 +16583,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -16618,14 +16616,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 307, "states": [ @@ -17098,12 +17098,11 @@ "random_sequence": "minecraft:blocks/birch_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:birch_leaves", "conditions": [ { "terms": [ @@ -17132,10 +17131,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:birch_leaves", "type": "minecraft:item" }, { + "name": "minecraft:birch_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -17151,19 +17150,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:birch_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -17191,7 +17190,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -17225,14 +17223,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 335, "states": [ @@ -17705,12 +17705,11 @@ "random_sequence": "minecraft:blocks/jungle_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:jungle_leaves", "conditions": [ { "terms": [ @@ -17739,10 +17738,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:jungle_leaves", "type": "minecraft:item" }, { + "name": "minecraft:jungle_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -17759,19 +17758,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:jungle_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -17799,7 +17798,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -17833,14 +17831,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 363, "states": [ @@ -18313,12 +18313,11 @@ "random_sequence": "minecraft:blocks/acacia_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:acacia_leaves", "conditions": [ { "terms": [ @@ -18347,10 +18346,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:acacia_leaves", "type": "minecraft:item" }, { + "name": "minecraft:acacia_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -18366,19 +18365,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:acacia_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -18406,7 +18405,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -18440,14 +18438,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 391, "states": [ @@ -18920,12 +18920,11 @@ "random_sequence": "minecraft:blocks/cherry_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:cherry_leaves", "conditions": [ { "terms": [ @@ -18954,10 +18953,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:cherry_leaves", "type": "minecraft:item" }, { + "name": "minecraft:cherry_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -18973,19 +18972,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:cherry_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -19013,7 +19012,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -19047,14 +19045,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 419, "states": [ @@ -19527,12 +19527,11 @@ "random_sequence": "minecraft:blocks/dark_oak_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:dark_oak_leaves", "conditions": [ { "terms": [ @@ -19561,10 +19560,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:dark_oak_leaves", "type": "minecraft:item" }, { + "name": "minecraft:dark_oak_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -19580,19 +19579,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:dark_oak_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -19620,7 +19619,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -19654,13 +19652,14 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:apple", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -19677,7 +19676,6 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:apple", "type": "minecraft:item" } ], @@ -19711,14 +19709,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 447, "states": [ @@ -20191,12 +20191,11 @@ "random_sequence": "minecraft:blocks/pale_oak_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:pale_oak_leaves", "conditions": [ { "terms": [ @@ -20225,10 +20224,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:pale_oak_leaves", "type": "minecraft:item" }, { + "name": "minecraft:pale_oak_sapling", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -20244,19 +20243,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:pale_oak_sapling", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -20284,7 +20283,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -20318,14 +20316,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 475, "states": [ @@ -20798,12 +20798,11 @@ "random_sequence": "minecraft:blocks/mangrove_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:mangrove_leaves", "conditions": [ { "terms": [ @@ -20832,10 +20831,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:mangrove_leaves", "type": "minecraft:item" }, { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -20863,20 +20862,21 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 503, "states": [ @@ -21349,12 +21349,11 @@ "random_sequence": "minecraft:blocks/azalea_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:azalea_leaves", "conditions": [ { "terms": [ @@ -21383,10 +21382,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:azalea_leaves", "type": "minecraft:item" }, { + "name": "minecraft:azalea", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -21402,19 +21401,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:azalea", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -21442,7 +21441,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -21476,14 +21474,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 531, "states": [ @@ -21956,12 +21956,11 @@ "random_sequence": "minecraft:blocks/flowering_azalea_leaves", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:flowering_azalea_leaves", "conditions": [ { "terms": [ @@ -21990,10 +21989,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:flowering_azalea_leaves", "type": "minecraft:item" }, { + "name": "minecraft:flowering_azalea", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -22009,19 +22008,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:flowering_azalea", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stick", "conditions": [ { "enchantment": "minecraft:fortune", @@ -22049,7 +22048,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], @@ -22083,14 +22081,16 @@ }, "condition": "minecraft:inverted" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1723793080, - -895212770, - -365764128 + 1902382014, + -1252765410, + -723316768 ], "default_state_id": 559, "states": [ @@ -22559,8 +22559,6 @@ "random_sequence": "minecraft:blocks/sponge", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sponge", @@ -22571,7 +22569,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22611,8 +22611,6 @@ "random_sequence": "minecraft:blocks/wet_sponge", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:wet_sponge", @@ -22623,7 +22621,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22663,8 +22663,6 @@ "random_sequence": "minecraft:blocks/glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:glass", @@ -22687,7 +22685,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22735,12 +22735,11 @@ "random_sequence": "minecraft:blocks/lapis_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:lapis_ore", "conditions": [ { "predicate": { @@ -22758,10 +22757,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:lapis_ore", "type": "minecraft:item" }, { + "name": "minecraft:lapis_lazuli", "functions": [ { "count": { @@ -22781,13 +22780,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:lapis_lazuli", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22835,12 +22835,11 @@ "random_sequence": "minecraft:blocks/deepslate_lapis_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_lapis_ore", "conditions": [ { "predicate": { @@ -22858,10 +22857,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_lapis_ore", "type": "minecraft:item" }, { + "name": "minecraft:lapis_lazuli", "functions": [ { "count": { @@ -22881,13 +22880,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:lapis_lazuli", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22927,8 +22927,6 @@ "random_sequence": "minecraft:blocks/lapis_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lapis_block", @@ -22939,7 +22937,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -22979,10 +22979,9 @@ "random_sequence": "minecraft:blocks/dispenser", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dispenser", "functions": [ { "source": "block_entity", @@ -22992,7 +22991,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:dispenser", "type": "minecraft:item" } ], @@ -23000,13 +22998,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -2056427298 + 3357405, + 1880987358 ], "default_state_id": 567, "states": [ @@ -23231,8 +23231,6 @@ "random_sequence": "minecraft:blocks/sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sandstone", @@ -23243,7 +23241,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -23283,8 +23283,6 @@ "random_sequence": "minecraft:blocks/chiseled_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_sandstone", @@ -23295,7 +23293,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -23335,8 +23335,6 @@ "random_sequence": "minecraft:blocks/cut_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cut_sandstone", @@ -23347,7 +23345,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -23387,8 +23387,6 @@ "random_sequence": "minecraft:blocks/note_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:note_block", @@ -23399,14 +23397,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1375922713, - -1342479181, - -1795621653 + 1352082262, + -2011271383, + 2141793003 ], "default_state_id": 582, "states": [ @@ -41827,10 +41827,9 @@ "random_sequence": "minecraft:blocks/white_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:white_bed", "conditions": [ { "block": "minecraft:white_bed", @@ -41840,7 +41839,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:white_bed", "type": "minecraft:item" } ], @@ -41848,14 +41846,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1734, "states": [ @@ -42252,10 +42252,9 @@ "random_sequence": "minecraft:blocks/orange_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:orange_bed", "conditions": [ { "block": "minecraft:orange_bed", @@ -42265,7 +42264,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:orange_bed", "type": "minecraft:item" } ], @@ -42273,14 +42271,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1750, "states": [ @@ -42677,10 +42677,9 @@ "random_sequence": "minecraft:blocks/magenta_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magenta_bed", "conditions": [ { "block": "minecraft:magenta_bed", @@ -42690,7 +42689,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:magenta_bed", "type": "minecraft:item" } ], @@ -42698,14 +42696,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1766, "states": [ @@ -43102,10 +43102,9 @@ "random_sequence": "minecraft:blocks/light_blue_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_blue_bed", "conditions": [ { "block": "minecraft:light_blue_bed", @@ -43115,7 +43114,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:light_blue_bed", "type": "minecraft:item" } ], @@ -43123,14 +43121,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1782, "states": [ @@ -43527,10 +43527,9 @@ "random_sequence": "minecraft:blocks/yellow_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:yellow_bed", "conditions": [ { "block": "minecraft:yellow_bed", @@ -43540,7 +43539,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:yellow_bed", "type": "minecraft:item" } ], @@ -43548,14 +43546,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1798, "states": [ @@ -43952,10 +43952,9 @@ "random_sequence": "minecraft:blocks/lime_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lime_bed", "conditions": [ { "block": "minecraft:lime_bed", @@ -43965,7 +43964,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:lime_bed", "type": "minecraft:item" } ], @@ -43973,14 +43971,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1814, "states": [ @@ -44377,10 +44377,9 @@ "random_sequence": "minecraft:blocks/pink_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_bed", "conditions": [ { "block": "minecraft:pink_bed", @@ -44390,7 +44389,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:pink_bed", "type": "minecraft:item" } ], @@ -44398,14 +44396,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1830, "states": [ @@ -44802,10 +44802,9 @@ "random_sequence": "minecraft:blocks/gray_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gray_bed", "conditions": [ { "block": "minecraft:gray_bed", @@ -44815,7 +44814,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:gray_bed", "type": "minecraft:item" } ], @@ -44823,14 +44821,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1846, "states": [ @@ -45227,10 +45227,9 @@ "random_sequence": "minecraft:blocks/light_gray_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_gray_bed", "conditions": [ { "block": "minecraft:light_gray_bed", @@ -45240,7 +45239,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:light_gray_bed", "type": "minecraft:item" } ], @@ -45248,14 +45246,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1862, "states": [ @@ -45652,10 +45652,9 @@ "random_sequence": "minecraft:blocks/cyan_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cyan_bed", "conditions": [ { "block": "minecraft:cyan_bed", @@ -45665,7 +45664,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:cyan_bed", "type": "minecraft:item" } ], @@ -45673,14 +45671,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1878, "states": [ @@ -46077,10 +46077,9 @@ "random_sequence": "minecraft:blocks/purple_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purple_bed", "conditions": [ { "block": "minecraft:purple_bed", @@ -46090,7 +46089,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:purple_bed", "type": "minecraft:item" } ], @@ -46098,14 +46096,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1894, "states": [ @@ -46502,10 +46502,9 @@ "random_sequence": "minecraft:blocks/blue_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blue_bed", "conditions": [ { "block": "minecraft:blue_bed", @@ -46515,7 +46514,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:blue_bed", "type": "minecraft:item" } ], @@ -46523,14 +46521,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1910, "states": [ @@ -46927,10 +46927,9 @@ "random_sequence": "minecraft:blocks/brown_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brown_bed", "conditions": [ { "block": "minecraft:brown_bed", @@ -46940,7 +46939,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:brown_bed", "type": "minecraft:item" } ], @@ -46948,14 +46946,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1926, "states": [ @@ -47352,10 +47352,9 @@ "random_sequence": "minecraft:blocks/green_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:green_bed", "conditions": [ { "block": "minecraft:green_bed", @@ -47365,7 +47364,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:green_bed", "type": "minecraft:item" } ], @@ -47373,14 +47371,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1942, "states": [ @@ -47777,10 +47777,9 @@ "random_sequence": "minecraft:blocks/red_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_bed", "conditions": [ { "block": "minecraft:red_bed", @@ -47790,7 +47789,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:red_bed", "type": "minecraft:item" } ], @@ -47798,14 +47796,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1958, "states": [ @@ -48202,10 +48202,9 @@ "random_sequence": "minecraft:blocks/black_bed", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:black_bed", "conditions": [ { "block": "minecraft:black_bed", @@ -48215,7 +48214,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:black_bed", "type": "minecraft:item" } ], @@ -48223,14 +48221,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -614926555, - -51853932 + -1610209386, + -972479195, + 115355525 ], "default_state_id": 1974, "states": [ @@ -48627,8 +48627,6 @@ "random_sequence": "minecraft:blocks/powered_rail", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:powered_rail", @@ -48639,14 +48637,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - 973798096, - -365764128 + 2141793003, + -773242843, + -723316768 ], "default_state_id": 2000, "states": [ @@ -49003,8 +49003,6 @@ "random_sequence": "minecraft:blocks/detector_rail", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:detector_rail", @@ -49015,14 +49013,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - 973798096, - -365764128 + 2141793003, + -773242843, + -723316768 ], "default_state_id": 2024, "states": [ @@ -49379,8 +49379,6 @@ "random_sequence": "minecraft:blocks/sticky_piston", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sticky_piston", @@ -49391,13 +49389,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1066402240, - 298315299 + 708849600, + 3357405 ], "default_state_id": 2041, "states": [ @@ -49610,12 +49610,11 @@ "random_sequence": "minecraft:blocks/cobweb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:cobweb", "conditions": [ { "terms": [ @@ -49644,22 +49643,23 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:cobweb", "type": "minecraft:item" }, { + "name": "minecraft:string", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:string", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -49701,12 +49701,11 @@ "random_sequence": "minecraft:blocks/short_grass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:short_grass", "conditions": [ { "predicate": { @@ -49715,10 +49714,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:short_grass", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "chance": 0.125, @@ -49738,13 +49737,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -49786,12 +49786,11 @@ "random_sequence": "minecraft:blocks/fern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:fern", "conditions": [ { "predicate": { @@ -49800,10 +49799,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:fern", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "chance": 0.125, @@ -49823,13 +49822,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -49871,12 +49871,11 @@ "random_sequence": "minecraft:blocks/dead_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:dead_bush", "conditions": [ { "predicate": { @@ -49885,10 +49884,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:dead_bush", "type": "minecraft:item" }, { + "name": "minecraft:stick", "functions": [ { "count": { @@ -49903,13 +49902,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stick", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -49951,8 +49951,6 @@ "random_sequence": "minecraft:blocks/bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bush", @@ -49986,7 +49984,9 @@ ], "condition": "minecraft:any_of" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -50028,8 +50028,6 @@ "random_sequence": "minecraft:blocks/short_dry_grass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:short_dry_grass", @@ -50063,7 +50061,9 @@ ], "condition": "minecraft:any_of" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -50105,8 +50105,6 @@ "random_sequence": "minecraft:blocks/tall_dry_grass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tall_dry_grass", @@ -50140,7 +50138,9 @@ ], "condition": "minecraft:any_of" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -50178,8 +50178,6 @@ "random_sequence": "minecraft:blocks/seagrass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:seagrass", @@ -50193,7 +50191,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -50231,10 +50231,9 @@ "random_sequence": "minecraft:blocks/tall_seagrass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:seagrass", "functions": [ { "count": 2.0, @@ -50242,7 +50241,6 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:seagrass", "type": "minecraft:item" } ], @@ -50253,12 +50251,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 2056, "states": [ @@ -50307,8 +50307,6 @@ "random_sequence": "minecraft:blocks/piston", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:piston", @@ -50319,13 +50317,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1066402240, - 298315299 + 708849600, + 3357405 ], "default_state_id": 2063, "states": [ @@ -50534,9 +50534,9 @@ "blast_resistance": 1.5, "item_id": 0, "properties": [ - 298315299, - -1298261757, - 1937613125 + 3357405, + -1655814397, + 1985185547 ], "default_state_id": 2071, "states": [ @@ -51017,8 +51017,6 @@ "random_sequence": "minecraft:blocks/white_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_wool", @@ -51029,7 +51027,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51073,8 +51073,6 @@ "random_sequence": "minecraft:blocks/orange_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_wool", @@ -51085,7 +51083,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51129,8 +51129,6 @@ "random_sequence": "minecraft:blocks/magenta_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_wool", @@ -51141,7 +51139,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51185,8 +51185,6 @@ "random_sequence": "minecraft:blocks/light_blue_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_wool", @@ -51197,7 +51195,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51241,8 +51241,6 @@ "random_sequence": "minecraft:blocks/yellow_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_wool", @@ -51253,7 +51251,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51297,8 +51297,6 @@ "random_sequence": "minecraft:blocks/lime_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_wool", @@ -51309,7 +51307,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51353,8 +51353,6 @@ "random_sequence": "minecraft:blocks/pink_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_wool", @@ -51365,7 +51363,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51409,8 +51409,6 @@ "random_sequence": "minecraft:blocks/gray_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_wool", @@ -51421,7 +51419,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51465,8 +51465,6 @@ "random_sequence": "minecraft:blocks/light_gray_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_wool", @@ -51477,7 +51475,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51521,8 +51521,6 @@ "random_sequence": "minecraft:blocks/cyan_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_wool", @@ -51533,7 +51531,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51577,8 +51577,6 @@ "random_sequence": "minecraft:blocks/purple_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_wool", @@ -51589,7 +51587,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51633,8 +51633,6 @@ "random_sequence": "minecraft:blocks/blue_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_wool", @@ -51645,7 +51643,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51689,8 +51689,6 @@ "random_sequence": "minecraft:blocks/brown_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_wool", @@ -51701,7 +51699,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51745,8 +51745,6 @@ "random_sequence": "minecraft:blocks/green_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_wool", @@ -51757,7 +51755,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51801,8 +51801,6 @@ "random_sequence": "minecraft:blocks/red_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_wool", @@ -51813,7 +51811,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51857,8 +51857,6 @@ "random_sequence": "minecraft:blocks/black_wool", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_wool", @@ -51869,7 +51867,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -51905,8 +51905,8 @@ "blast_resistance": 0.0, "item_id": 0, "properties": [ - 298315299, - 1937613125 + 3357405, + 1985185547 ], "default_state_id": 2109, "states": [ @@ -52087,8 +52087,6 @@ "random_sequence": "minecraft:blocks/dandelion", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dandelion", @@ -52099,7 +52097,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52141,8 +52141,6 @@ "random_sequence": "minecraft:blocks/torchflower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:torchflower", @@ -52153,7 +52151,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52195,8 +52195,6 @@ "random_sequence": "minecraft:blocks/poppy", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:poppy", @@ -52207,7 +52205,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52249,8 +52249,6 @@ "random_sequence": "minecraft:blocks/blue_orchid", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_orchid", @@ -52261,7 +52259,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52303,8 +52303,6 @@ "random_sequence": "minecraft:blocks/allium", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:allium", @@ -52315,7 +52313,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52357,8 +52357,6 @@ "random_sequence": "minecraft:blocks/azure_bluet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:azure_bluet", @@ -52369,7 +52367,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52411,8 +52411,6 @@ "random_sequence": "minecraft:blocks/red_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_tulip", @@ -52423,7 +52421,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52465,8 +52465,6 @@ "random_sequence": "minecraft:blocks/orange_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_tulip", @@ -52477,7 +52475,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52519,8 +52519,6 @@ "random_sequence": "minecraft:blocks/white_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_tulip", @@ -52531,7 +52529,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52573,8 +52573,6 @@ "random_sequence": "minecraft:blocks/pink_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_tulip", @@ -52585,7 +52583,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52627,8 +52627,6 @@ "random_sequence": "minecraft:blocks/oxeye_daisy", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxeye_daisy", @@ -52639,7 +52637,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52681,8 +52681,6 @@ "random_sequence": "minecraft:blocks/cornflower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cornflower", @@ -52693,7 +52691,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52735,8 +52735,6 @@ "random_sequence": "minecraft:blocks/wither_rose", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:wither_rose", @@ -52747,7 +52745,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52789,8 +52789,6 @@ "random_sequence": "minecraft:blocks/lily_of_the_valley", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lily_of_the_valley", @@ -52801,7 +52799,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52839,8 +52839,6 @@ "random_sequence": "minecraft:blocks/brown_mushroom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_mushroom", @@ -52851,7 +52849,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52889,8 +52889,6 @@ "random_sequence": "minecraft:blocks/red_mushroom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_mushroom", @@ -52901,7 +52899,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52939,8 +52939,6 @@ "random_sequence": "minecraft:blocks/gold_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gold_block", @@ -52951,7 +52949,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -52991,8 +52991,6 @@ "random_sequence": "minecraft:blocks/iron_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:iron_block", @@ -53003,7 +53001,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -53043,8 +53043,6 @@ "random_sequence": "minecraft:blocks/bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bricks", @@ -53055,7 +53053,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -53099,10 +53099,9 @@ "random_sequence": "minecraft:blocks/tnt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:tnt", "conditions": [ { "block": "minecraft:tnt", @@ -53112,7 +53111,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:tnt", "type": "minecraft:item" } ], @@ -53120,12 +53118,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1413671013 + -1771223653 ], "default_state_id": 2141, "states": [ @@ -53182,12 +53182,11 @@ "random_sequence": "minecraft:blocks/bookshelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:bookshelf", "conditions": [ { "predicate": { @@ -53205,10 +53204,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:bookshelf", "type": "minecraft:item" }, { + "name": "minecraft:book", "functions": [ { "count": 3.0, @@ -53219,13 +53218,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:book", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -53265,8 +53265,6 @@ "random_sequence": "minecraft:blocks/chiseled_bookshelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_bookshelf", @@ -53289,18 +53287,20 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 2110930741, - 1914417236, - 1717903731, - 1521390226, - 1324876721, - 1128363216 + -1610209386, + 1753378101, + 1556864596, + 1360351091, + 1163837586, + 967324081, + 770810576 ], "default_state_id": 2206, "states": [ @@ -57677,8 +57677,6 @@ "random_sequence": "minecraft:blocks/acacia_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_shelf", @@ -57689,15 +57687,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2408, "states": [ @@ -59066,8 +59066,6 @@ "random_sequence": "minecraft:blocks/bamboo_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_shelf", @@ -59078,15 +59076,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2472, "states": [ @@ -60455,8 +60455,6 @@ "random_sequence": "minecraft:blocks/birch_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_shelf", @@ -60467,15 +60465,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2536, "states": [ @@ -61844,8 +61844,6 @@ "random_sequence": "minecraft:blocks/cherry_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_shelf", @@ -61856,15 +61854,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2600, "states": [ @@ -63229,8 +63229,6 @@ "random_sequence": "minecraft:blocks/crimson_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_shelf", @@ -63241,15 +63239,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2664, "states": [ @@ -64618,8 +64618,6 @@ "random_sequence": "minecraft:blocks/dark_oak_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_shelf", @@ -64630,15 +64628,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2728, "states": [ @@ -66007,8 +66007,6 @@ "random_sequence": "minecraft:blocks/jungle_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_shelf", @@ -66019,15 +66017,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2792, "states": [ @@ -67396,8 +67396,6 @@ "random_sequence": "minecraft:blocks/mangrove_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_shelf", @@ -67408,15 +67406,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2856, "states": [ @@ -68785,8 +68785,6 @@ "random_sequence": "minecraft:blocks/oak_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_shelf", @@ -68797,15 +68795,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2920, "states": [ @@ -70174,8 +70174,6 @@ "random_sequence": "minecraft:blocks/pale_oak_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_shelf", @@ -70186,15 +70184,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 2984, "states": [ @@ -71563,8 +71563,6 @@ "random_sequence": "minecraft:blocks/spruce_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_shelf", @@ -71575,15 +71573,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 3048, "states": [ @@ -72948,8 +72948,6 @@ "random_sequence": "minecraft:blocks/warped_shelf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_shelf", @@ -72960,15 +72958,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653, - 1701452866, - -365764128 + -1610209386, + 2141793003, + -129799615, + -723316768 ], "default_state_id": 3112, "states": [ @@ -74333,8 +74333,6 @@ "random_sequence": "minecraft:blocks/mossy_cobblestone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_cobblestone", @@ -74345,7 +74343,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -74385,8 +74385,6 @@ "random_sequence": "minecraft:blocks/obsidian", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:obsidian", @@ -74397,7 +74395,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -74437,8 +74437,6 @@ "random_sequence": "minecraft:blocks/torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:torch", @@ -74449,7 +74447,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -74487,8 +74487,6 @@ "random_sequence": "minecraft:blocks/torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:torch", @@ -74499,12 +74497,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 3170, "states": [ @@ -74581,12 +74581,12 @@ "random_sequence": "minecraft:blocks/fire" }, "properties": [ - 428064420, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -240727782, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 3205, "states": [ @@ -82628,12 +82628,11 @@ "random_sequence": "minecraft:blocks/creaking_heart", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:creaking_heart", "conditions": [ { "predicate": { @@ -82651,10 +82650,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:creaking_heart", "type": "minecraft:item" }, { + "name": "minecraft:resin_clump", "functions": [ { "count": { @@ -82683,20 +82682,21 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:resin_clump", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -1594200735, - 321236144 + 2116573960, + -1092228731, + -36316496 ], "default_state_id": 3695, "states": [ @@ -83027,8 +83027,6 @@ "random_sequence": "minecraft:blocks/oak_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_stairs", @@ -83039,15 +83037,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 3717, "states": [ @@ -84604,10 +84604,9 @@ "random_sequence": "minecraft:blocks/chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:chest", "functions": [ { "source": "block_entity", @@ -84617,7 +84616,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:chest", "type": "minecraft:item" } ], @@ -84625,14 +84623,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 3787, "states": [ @@ -85061,8 +85061,6 @@ "random_sequence": "minecraft:blocks/redstone_wire", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:redstone", @@ -85073,16 +85071,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1760520997, - 1398427859, - -557273250, - 1541662987, - -1743778455 + 1832748751, + 696730311, + -1226065452, + 839965439, + 1849491293 ], "default_state_id": 4970, "states": [ @@ -106391,12 +106391,11 @@ "random_sequence": "minecraft:blocks/diamond_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:diamond_ore", "conditions": [ { "predicate": { @@ -106414,10 +106413,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:diamond_ore", "type": "minecraft:item" }, { + "name": "minecraft:diamond", "functions": [ { "enchantment": "minecraft:fortune", @@ -106428,13 +106427,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:diamond", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -106482,12 +106482,11 @@ "random_sequence": "minecraft:blocks/deepslate_diamond_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_diamond_ore", "conditions": [ { "predicate": { @@ -106505,10 +106504,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_diamond_ore", "type": "minecraft:item" }, { + "name": "minecraft:diamond", "functions": [ { "enchantment": "minecraft:fortune", @@ -106519,13 +106518,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:diamond", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -106565,8 +106565,6 @@ "random_sequence": "minecraft:blocks/diamond_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:diamond_block", @@ -106577,7 +106575,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -106617,8 +106617,6 @@ "random_sequence": "minecraft:blocks/crafting_table", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crafting_table", @@ -106629,7 +106627,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -106669,12 +106669,11 @@ "random_sequence": "minecraft:blocks/wheat", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:wheat", "conditions": [ { "block": "minecraft:wheat", @@ -106684,7 +106683,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:wheat", "type": "minecraft:item" }, { @@ -106694,13 +106692,14 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:wheat_seeds", "functions": [ { "enchantment": "minecraft:fortune", @@ -106712,7 +106711,6 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], @@ -106724,7 +106722,9 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -106734,7 +106734,7 @@ ] }, "properties": [ - -1328416864 + -1997209066 ], "default_state_id": 5110, "states": [ @@ -106867,8 +106867,6 @@ "random_sequence": "minecraft:blocks/farmland", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dirt", @@ -106879,12 +106877,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1504654335 + 835862133 ], "default_state_id": 5118, "states": [ @@ -107033,10 +107033,9 @@ "random_sequence": "minecraft:blocks/furnace", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:furnace", "functions": [ { "source": "block_entity", @@ -107046,7 +107045,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:furnace", "type": "minecraft:item" } ], @@ -107054,13 +107052,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098 + -1610209386, + -1765120738 ], "default_state_id": 5127, "states": [ @@ -107217,8 +107217,6 @@ "random_sequence": "minecraft:blocks/oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_sign", @@ -107229,13 +107227,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5135, "states": [ @@ -107736,8 +107736,6 @@ "random_sequence": "minecraft:blocks/spruce_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_sign", @@ -107748,13 +107746,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5167, "states": [ @@ -108255,8 +108255,6 @@ "random_sequence": "minecraft:blocks/birch_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_sign", @@ -108267,13 +108265,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5199, "states": [ @@ -108774,8 +108774,6 @@ "random_sequence": "minecraft:blocks/acacia_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_sign", @@ -108786,13 +108784,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5231, "states": [ @@ -109293,8 +109293,6 @@ "random_sequence": "minecraft:blocks/cherry_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_sign", @@ -109305,13 +109303,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5263, "states": [ @@ -109812,8 +109812,6 @@ "random_sequence": "minecraft:blocks/jungle_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_sign", @@ -109824,13 +109822,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5295, "states": [ @@ -110331,8 +110331,6 @@ "random_sequence": "minecraft:blocks/dark_oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_sign", @@ -110343,13 +110341,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5327, "states": [ @@ -110850,8 +110850,6 @@ "random_sequence": "minecraft:blocks/pale_oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_sign", @@ -110862,13 +110860,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5359, "states": [ @@ -111369,8 +111369,6 @@ "random_sequence": "minecraft:blocks/mangrove_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_sign", @@ -111381,13 +111379,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5391, "states": [ @@ -111888,8 +111888,6 @@ "random_sequence": "minecraft:blocks/bamboo_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_sign", @@ -111900,13 +111898,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 5423, "states": [ @@ -112407,10 +112407,9 @@ "random_sequence": "minecraft:blocks/oak_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oak_door", "conditions": [ { "block": "minecraft:oak_door", @@ -112420,7 +112419,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:oak_door", "type": "minecraft:item" } ], @@ -112428,16 +112426,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 5465, "states": [ @@ -113482,8 +113482,6 @@ "random_sequence": "minecraft:blocks/ladder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:ladder", @@ -113494,13 +113492,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5519, "states": [ @@ -113649,8 +113649,6 @@ "random_sequence": "minecraft:blocks/rail", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:rail", @@ -113661,13 +113659,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1058149539, - -365764128 + -257156205, + -723316768 ], "default_state_id": 5527, "states": [ @@ -113968,8 +113968,6 @@ "random_sequence": "minecraft:blocks/cobblestone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobblestone_stairs", @@ -113980,15 +113978,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 5557, "states": [ @@ -115545,8 +115545,6 @@ "random_sequence": "minecraft:blocks/oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_sign", @@ -115557,13 +115555,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5627, "states": [ @@ -115704,8 +115704,6 @@ "random_sequence": "minecraft:blocks/spruce_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_sign", @@ -115716,13 +115714,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5635, "states": [ @@ -115863,8 +115863,6 @@ "random_sequence": "minecraft:blocks/birch_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_sign", @@ -115875,13 +115873,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5643, "states": [ @@ -116022,8 +116022,6 @@ "random_sequence": "minecraft:blocks/acacia_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_sign", @@ -116034,13 +116032,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5651, "states": [ @@ -116181,8 +116181,6 @@ "random_sequence": "minecraft:blocks/cherry_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_sign", @@ -116193,13 +116191,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5659, "states": [ @@ -116340,8 +116340,6 @@ "random_sequence": "minecraft:blocks/jungle_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_sign", @@ -116352,13 +116350,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5667, "states": [ @@ -116499,8 +116499,6 @@ "random_sequence": "minecraft:blocks/dark_oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_sign", @@ -116511,13 +116509,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5675, "states": [ @@ -116658,8 +116658,6 @@ "random_sequence": "minecraft:blocks/pale_oak_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_sign", @@ -116670,13 +116668,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5683, "states": [ @@ -116817,8 +116817,6 @@ "random_sequence": "minecraft:blocks/mangrove_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_sign", @@ -116829,13 +116827,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5691, "states": [ @@ -116976,8 +116976,6 @@ "random_sequence": "minecraft:blocks/bamboo_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_sign", @@ -116988,13 +116986,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 5699, "states": [ @@ -117135,8 +117135,6 @@ "random_sequence": "minecraft:blocks/oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_hanging_sign", @@ -117147,14 +117145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 5739, "states": [ @@ -118135,8 +118135,6 @@ "random_sequence": "minecraft:blocks/spruce_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_hanging_sign", @@ -118147,14 +118145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 5803, "states": [ @@ -119135,8 +119135,6 @@ "random_sequence": "minecraft:blocks/birch_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_hanging_sign", @@ -119147,14 +119145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 5867, "states": [ @@ -120135,8 +120135,6 @@ "random_sequence": "minecraft:blocks/acacia_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_hanging_sign", @@ -120147,14 +120145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 5931, "states": [ @@ -121135,8 +121135,6 @@ "random_sequence": "minecraft:blocks/cherry_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_hanging_sign", @@ -121147,14 +121145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 5995, "states": [ @@ -122135,8 +122135,6 @@ "random_sequence": "minecraft:blocks/jungle_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_hanging_sign", @@ -122147,14 +122145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6059, "states": [ @@ -123135,8 +123135,6 @@ "random_sequence": "minecraft:blocks/dark_oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_hanging_sign", @@ -123147,14 +123145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6123, "states": [ @@ -124135,8 +124135,6 @@ "random_sequence": "minecraft:blocks/pale_oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_hanging_sign", @@ -124147,14 +124145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6187, "states": [ @@ -125135,8 +125135,6 @@ "random_sequence": "minecraft:blocks/crimson_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_hanging_sign", @@ -125147,14 +125145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6251, "states": [ @@ -126135,8 +126135,6 @@ "random_sequence": "minecraft:blocks/warped_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_hanging_sign", @@ -126147,14 +126145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6315, "states": [ @@ -127135,8 +127135,6 @@ "random_sequence": "minecraft:blocks/mangrove_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_hanging_sign", @@ -127147,14 +127145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6379, "states": [ @@ -128135,8 +128135,6 @@ "random_sequence": "minecraft:blocks/bamboo_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_hanging_sign", @@ -128147,14 +128145,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -824248315, - -365764128 + -1226489813, + -1493040517, + -723316768 ], "default_state_id": 6443, "states": [ @@ -129135,8 +129135,6 @@ "random_sequence": "minecraft:blocks/oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_hanging_sign", @@ -129147,13 +129145,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6475, "states": [ @@ -129318,8 +129318,6 @@ "random_sequence": "minecraft:blocks/spruce_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_hanging_sign", @@ -129330,13 +129328,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6483, "states": [ @@ -129501,8 +129501,6 @@ "random_sequence": "minecraft:blocks/birch_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_hanging_sign", @@ -129513,13 +129511,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6491, "states": [ @@ -129684,8 +129684,6 @@ "random_sequence": "minecraft:blocks/acacia_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_hanging_sign", @@ -129696,13 +129694,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6499, "states": [ @@ -129867,8 +129867,6 @@ "random_sequence": "minecraft:blocks/cherry_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_hanging_sign", @@ -129879,13 +129877,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6507, "states": [ @@ -130050,8 +130050,6 @@ "random_sequence": "minecraft:blocks/jungle_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_hanging_sign", @@ -130062,13 +130060,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6515, "states": [ @@ -130233,8 +130233,6 @@ "random_sequence": "minecraft:blocks/dark_oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_hanging_sign", @@ -130245,13 +130243,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6523, "states": [ @@ -130416,8 +130416,6 @@ "random_sequence": "minecraft:blocks/pale_oak_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_hanging_sign", @@ -130428,13 +130426,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6531, "states": [ @@ -130599,8 +130599,6 @@ "random_sequence": "minecraft:blocks/mangrove_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_hanging_sign", @@ -130611,13 +130609,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6539, "states": [ @@ -130782,8 +130782,6 @@ "random_sequence": "minecraft:blocks/crimson_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_hanging_sign", @@ -130794,13 +130792,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6547, "states": [ @@ -130965,8 +130965,6 @@ "random_sequence": "minecraft:blocks/warped_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_hanging_sign", @@ -130977,13 +130975,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6555, "states": [ @@ -131148,8 +131148,6 @@ "random_sequence": "minecraft:blocks/bamboo_hanging_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_hanging_sign", @@ -131160,13 +131158,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 6563, "states": [ @@ -131331,8 +131331,6 @@ "random_sequence": "minecraft:blocks/lever", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lever", @@ -131343,14 +131341,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 6579, "states": [ @@ -131707,8 +131707,6 @@ "random_sequence": "minecraft:blocks/stone_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_pressure_plate", @@ -131719,12 +131717,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6595, "states": [ @@ -131773,10 +131773,9 @@ "random_sequence": "minecraft:blocks/iron_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:iron_door", "conditions": [ { "block": "minecraft:iron_door", @@ -131786,7 +131785,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:iron_door", "type": "minecraft:item" } ], @@ -131794,16 +131792,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 6607, "states": [ @@ -132848,8 +132848,6 @@ "random_sequence": "minecraft:blocks/oak_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_pressure_plate", @@ -132860,12 +132858,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6661, "states": [ @@ -132914,8 +132914,6 @@ "random_sequence": "minecraft:blocks/spruce_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_pressure_plate", @@ -132926,12 +132924,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6663, "states": [ @@ -132980,8 +132980,6 @@ "random_sequence": "minecraft:blocks/birch_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_pressure_plate", @@ -132992,12 +132990,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6665, "states": [ @@ -133046,8 +133046,6 @@ "random_sequence": "minecraft:blocks/jungle_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_pressure_plate", @@ -133058,12 +133056,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6667, "states": [ @@ -133112,8 +133112,6 @@ "random_sequence": "minecraft:blocks/acacia_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_pressure_plate", @@ -133124,12 +133122,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6669, "states": [ @@ -133178,8 +133178,6 @@ "random_sequence": "minecraft:blocks/cherry_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_pressure_plate", @@ -133190,12 +133188,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6671, "states": [ @@ -133244,8 +133244,6 @@ "random_sequence": "minecraft:blocks/dark_oak_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_pressure_plate", @@ -133256,12 +133254,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6673, "states": [ @@ -133310,8 +133310,6 @@ "random_sequence": "minecraft:blocks/pale_oak_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_pressure_plate", @@ -133322,12 +133320,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6675, "states": [ @@ -133376,8 +133376,6 @@ "random_sequence": "minecraft:blocks/mangrove_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_pressure_plate", @@ -133388,12 +133386,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6677, "states": [ @@ -133442,8 +133442,6 @@ "random_sequence": "minecraft:blocks/bamboo_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_pressure_plate", @@ -133454,12 +133452,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 6679, "states": [ @@ -133508,12 +133508,11 @@ "random_sequence": "minecraft:blocks/redstone_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:redstone_ore", "conditions": [ { "predicate": { @@ -133531,10 +133530,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:redstone_ore", "type": "minecraft:item" }, { + "name": "minecraft:redstone", "functions": [ { "count": { @@ -133557,18 +133556,19 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:redstone", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 6681, "states": [ @@ -133621,12 +133621,11 @@ "random_sequence": "minecraft:blocks/deepslate_redstone_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_redstone_ore", "conditions": [ { "predicate": { @@ -133644,10 +133643,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_redstone_ore", "type": "minecraft:item" }, { + "name": "minecraft:redstone", "functions": [ { "count": { @@ -133670,18 +133669,19 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:redstone", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 6683, "states": [ @@ -133734,8 +133734,6 @@ "random_sequence": "minecraft:blocks/redstone_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:redstone_torch", @@ -133746,12 +133744,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 6684, "states": [ @@ -133800,8 +133800,6 @@ "random_sequence": "minecraft:blocks/redstone_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:redstone_torch", @@ -133812,13 +133810,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098 + -1610209386, + -1765120738 ], "default_state_id": 6686, "states": [ @@ -133951,8 +133951,6 @@ "random_sequence": "minecraft:blocks/stone_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_button", @@ -133963,14 +133961,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 6703, "states": [ @@ -134327,14 +134327,13 @@ "random_sequence": "minecraft:blocks/snow", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { "children": [ { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134351,10 +134350,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134371,10 +134370,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134391,10 +134390,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134411,10 +134410,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134431,10 +134430,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134451,10 +134450,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134471,10 +134470,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "conditions": [ { "block": "minecraft:snow", @@ -134491,7 +134490,6 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" } ], @@ -134520,6 +134518,7 @@ { "children": [ { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134536,10 +134535,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134556,10 +134555,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134576,10 +134575,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134596,10 +134595,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134616,10 +134615,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134636,10 +134635,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { + "name": "minecraft:snow", "conditions": [ { "block": "minecraft:snow", @@ -134656,7 +134655,6 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snow", "type": "minecraft:item" }, { @@ -134676,12 +134674,14 @@ "entity": "this", "condition": "minecraft:entity_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1286534205 + 617742003 ], "default_state_id": 6718, "states": [ @@ -134828,8 +134828,6 @@ "random_sequence": "minecraft:blocks/ice", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:ice", @@ -134852,7 +134850,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -134892,12 +134892,11 @@ "random_sequence": "minecraft:blocks/snow_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:snow_block", "conditions": [ { "predicate": { @@ -134915,10 +134914,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:snow_block", "type": "minecraft:item" }, { + "name": "minecraft:snowball", "functions": [ { "count": 4.0, @@ -134929,13 +134928,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:snowball", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -134975,8 +134975,6 @@ "random_sequence": "minecraft:blocks/cactus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cactus", @@ -134987,12 +134985,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 428064420 + -240727782 ], "default_state_id": 6728, "states": [ @@ -135273,8 +135273,6 @@ "random_sequence": "minecraft:blocks/cactus_flower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cactus_flower", @@ -135285,7 +135283,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -135323,12 +135323,11 @@ "random_sequence": "minecraft:blocks/clay", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:clay", "conditions": [ { "predicate": { @@ -135346,10 +135345,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:clay", "type": "minecraft:item" }, { + "name": "minecraft:clay_ball", "functions": [ { "count": 4.0, @@ -135360,13 +135359,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:clay_ball", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -135406,8 +135406,6 @@ "random_sequence": "minecraft:blocks/sugar_cane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sugar_cane", @@ -135418,12 +135416,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 428064420 + -240727782 ], "default_state_id": 6746, "states": [ @@ -135668,8 +135668,6 @@ "random_sequence": "minecraft:blocks/jukebox", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jukebox", @@ -135680,12 +135678,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 733620765 + 376068125 ], "default_state_id": 6763, "states": [ @@ -135744,8 +135744,6 @@ "random_sequence": "minecraft:blocks/oak_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_fence", @@ -135756,16 +135754,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 6795, "states": [ @@ -136342,8 +136342,6 @@ "random_sequence": "minecraft:blocks/netherrack", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:netherrack", @@ -136354,7 +136352,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -136394,8 +136394,6 @@ "random_sequence": "minecraft:blocks/soul_sand", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:soul_sand", @@ -136406,7 +136404,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -136446,8 +136446,6 @@ "random_sequence": "minecraft:blocks/soul_soil", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:soul_soil", @@ -136458,7 +136456,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -136498,8 +136498,6 @@ "random_sequence": "minecraft:blocks/basalt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:basalt", @@ -136510,12 +136508,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 6800, "states": [ @@ -136584,8 +136584,6 @@ "random_sequence": "minecraft:blocks/polished_basalt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_basalt", @@ -136596,12 +136594,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 6803, "states": [ @@ -136670,8 +136670,6 @@ "random_sequence": "minecraft:blocks/soul_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:soul_torch", @@ -136682,7 +136680,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -136720,8 +136720,6 @@ "random_sequence": "minecraft:blocks/soul_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:soul_torch", @@ -136732,12 +136730,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 6806, "states": [ @@ -136814,8 +136814,6 @@ "random_sequence": "minecraft:blocks/copper_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_torch", @@ -136826,7 +136824,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -136864,8 +136864,6 @@ "random_sequence": "minecraft:blocks/copper_torch", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_torch", @@ -136876,12 +136874,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 6811, "states": [ @@ -136958,12 +136958,11 @@ "random_sequence": "minecraft:blocks/glowstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:glowstone", "conditions": [ { "predicate": { @@ -136981,10 +136980,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:glowstone", "type": "minecraft:item" }, { + "name": "minecraft:glowstone_dust", "functions": [ { "count": { @@ -137014,13 +137013,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:glowstone_dust", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -137060,7 +137060,7 @@ "random_sequence": "minecraft:blocks/nether_portal" }, "properties": [ - 2124340638 + -14062817 ], "default_state_id": 6816, "states": [ @@ -137109,8 +137109,6 @@ "random_sequence": "minecraft:blocks/carved_pumpkin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:carved_pumpkin", @@ -137121,12 +137119,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 6818, "states": [ @@ -137211,8 +137211,6 @@ "random_sequence": "minecraft:blocks/jack_o_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jack_o_lantern", @@ -137223,12 +137221,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 6822, "states": [ @@ -137313,7 +137313,7 @@ "random_sequence": "minecraft:blocks/cake" }, "properties": [ - -87015455 + -755807657 ], "default_state_id": 6826, "states": [ @@ -137446,8 +137446,6 @@ "random_sequence": "minecraft:blocks/repeater", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:repeater", @@ -137458,15 +137456,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1806117798, - 1538441040, - 1789839249, - -1795621653 + 1820057296, + -1610209386, + 1432286609, + 2141793003 ], "default_state_id": 6836, "states": [ @@ -138511,8 +138511,6 @@ "random_sequence": "minecraft:blocks/white_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_stained_glass", @@ -138535,7 +138533,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138575,8 +138575,6 @@ "random_sequence": "minecraft:blocks/orange_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_stained_glass", @@ -138599,7 +138597,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138639,8 +138639,6 @@ "random_sequence": "minecraft:blocks/magenta_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_stained_glass", @@ -138663,7 +138661,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138703,8 +138703,6 @@ "random_sequence": "minecraft:blocks/light_blue_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_stained_glass", @@ -138727,7 +138725,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138767,8 +138767,6 @@ "random_sequence": "minecraft:blocks/yellow_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_stained_glass", @@ -138791,7 +138789,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138831,8 +138831,6 @@ "random_sequence": "minecraft:blocks/lime_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_stained_glass", @@ -138855,7 +138853,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138895,8 +138895,6 @@ "random_sequence": "minecraft:blocks/pink_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_stained_glass", @@ -138919,7 +138917,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -138959,8 +138959,6 @@ "random_sequence": "minecraft:blocks/gray_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_stained_glass", @@ -138983,7 +138981,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139023,8 +139023,6 @@ "random_sequence": "minecraft:blocks/light_gray_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_stained_glass", @@ -139047,7 +139045,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139087,8 +139087,6 @@ "random_sequence": "minecraft:blocks/cyan_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_stained_glass", @@ -139111,7 +139109,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139151,8 +139151,6 @@ "random_sequence": "minecraft:blocks/purple_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_stained_glass", @@ -139175,7 +139173,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139215,8 +139215,6 @@ "random_sequence": "minecraft:blocks/blue_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_stained_glass", @@ -139239,7 +139237,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139279,8 +139279,6 @@ "random_sequence": "minecraft:blocks/brown_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_stained_glass", @@ -139303,7 +139301,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139343,8 +139343,6 @@ "random_sequence": "minecraft:blocks/green_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_stained_glass", @@ -139367,7 +139365,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139407,8 +139407,6 @@ "random_sequence": "minecraft:blocks/red_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_stained_glass", @@ -139431,7 +139429,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139471,8 +139471,6 @@ "random_sequence": "minecraft:blocks/black_stained_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_stained_glass", @@ -139495,7 +139493,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -139535,8 +139535,6 @@ "random_sequence": "minecraft:blocks/oak_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_trapdoor", @@ -139547,16 +139545,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 6928, "states": [ @@ -140601,8 +140601,6 @@ "random_sequence": "minecraft:blocks/spruce_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_trapdoor", @@ -140613,16 +140611,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 6992, "states": [ @@ -141667,8 +141667,6 @@ "random_sequence": "minecraft:blocks/birch_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_trapdoor", @@ -141679,16 +141677,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7056, "states": [ @@ -142733,8 +142733,6 @@ "random_sequence": "minecraft:blocks/jungle_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_trapdoor", @@ -142745,16 +142743,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7120, "states": [ @@ -143799,8 +143799,6 @@ "random_sequence": "minecraft:blocks/acacia_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_trapdoor", @@ -143811,16 +143809,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7184, "states": [ @@ -144865,8 +144865,6 @@ "random_sequence": "minecraft:blocks/cherry_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_trapdoor", @@ -144877,16 +144875,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7248, "states": [ @@ -145931,8 +145931,6 @@ "random_sequence": "minecraft:blocks/dark_oak_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_trapdoor", @@ -145943,16 +145941,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7312, "states": [ @@ -146997,8 +146997,6 @@ "random_sequence": "minecraft:blocks/pale_oak_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_trapdoor", @@ -147009,16 +147007,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7376, "states": [ @@ -148063,8 +148063,6 @@ "random_sequence": "minecraft:blocks/mangrove_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_trapdoor", @@ -148075,16 +148073,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7440, "states": [ @@ -149129,8 +149129,6 @@ "random_sequence": "minecraft:blocks/bamboo_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_trapdoor", @@ -149141,16 +149139,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 7504, "states": [ @@ -150195,8 +150195,6 @@ "random_sequence": "minecraft:blocks/stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_bricks", @@ -150207,7 +150205,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150247,8 +150247,6 @@ "random_sequence": "minecraft:blocks/mossy_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_stone_bricks", @@ -150259,7 +150257,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150299,8 +150299,6 @@ "random_sequence": "minecraft:blocks/cracked_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_stone_bricks", @@ -150311,7 +150309,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150351,8 +150351,6 @@ "random_sequence": "minecraft:blocks/chiseled_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_stone_bricks", @@ -150363,7 +150361,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150403,8 +150403,6 @@ "random_sequence": "minecraft:blocks/packed_mud", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:packed_mud", @@ -150415,7 +150413,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150455,8 +150455,6 @@ "random_sequence": "minecraft:blocks/mud_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mud_bricks", @@ -150467,7 +150465,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150507,8 +150507,6 @@ "random_sequence": "minecraft:blocks/infested_stone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone", @@ -150531,7 +150529,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150571,8 +150571,6 @@ "random_sequence": "minecraft:blocks/infested_cobblestone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobblestone", @@ -150595,7 +150593,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150635,8 +150635,6 @@ "random_sequence": "minecraft:blocks/infested_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_bricks", @@ -150659,7 +150657,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150699,8 +150699,6 @@ "random_sequence": "minecraft:blocks/infested_mossy_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_stone_bricks", @@ -150723,7 +150721,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150763,8 +150763,6 @@ "random_sequence": "minecraft:blocks/infested_cracked_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_stone_bricks", @@ -150787,7 +150785,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150827,8 +150827,6 @@ "random_sequence": "minecraft:blocks/infested_chiseled_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_stone_bricks", @@ -150851,7 +150849,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -150891,12 +150891,11 @@ "random_sequence": "minecraft:blocks/brown_mushroom_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:brown_mushroom_block", "conditions": [ { "predicate": { @@ -150914,10 +150913,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:brown_mushroom_block", "type": "minecraft:item" }, { + "name": "minecraft:brown_mushroom", "functions": [ { "count": { @@ -150938,23 +150937,24 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:brown_mushroom", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 7565, "states": [ @@ -151999,12 +151999,11 @@ "random_sequence": "minecraft:blocks/red_mushroom_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:red_mushroom_block", "conditions": [ { "predicate": { @@ -152022,10 +152021,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:red_mushroom_block", "type": "minecraft:item" }, { + "name": "minecraft:red_mushroom", "functions": [ { "count": { @@ -152046,23 +152045,24 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:red_mushroom", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 7629, "states": [ @@ -153107,8 +153107,6 @@ "random_sequence": "minecraft:blocks/mushroom_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mushroom_stem", @@ -153131,17 +153129,19 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 7693, "states": [ @@ -154186,8 +154186,6 @@ "random_sequence": "minecraft:blocks/iron_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:iron_bars", @@ -154198,16 +154196,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7788, "states": [ @@ -154784,8 +154784,6 @@ "random_sequence": "minecraft:blocks/copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_bars", @@ -154796,16 +154794,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7820, "states": [ @@ -155382,8 +155382,6 @@ "random_sequence": "minecraft:blocks/exposed_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_bars", @@ -155394,16 +155392,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7852, "states": [ @@ -155980,8 +155980,6 @@ "random_sequence": "minecraft:blocks/weathered_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_bars", @@ -155992,16 +155990,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7884, "states": [ @@ -156578,8 +156578,6 @@ "random_sequence": "minecraft:blocks/oxidized_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_bars", @@ -156590,16 +156588,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7916, "states": [ @@ -157176,8 +157176,6 @@ "random_sequence": "minecraft:blocks/waxed_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_bars", @@ -157188,16 +157186,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7948, "states": [ @@ -157774,8 +157774,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_bars", @@ -157786,16 +157784,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 7980, "states": [ @@ -158372,8 +158372,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_bars", @@ -158384,16 +158382,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 8012, "states": [ @@ -158970,8 +158970,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_copper_bars", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_bars", @@ -158982,16 +158980,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 8044, "states": [ @@ -159568,8 +159568,6 @@ "random_sequence": "minecraft:blocks/iron_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:iron_chain", @@ -159580,13 +159578,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8048, "states": [ @@ -159703,8 +159703,6 @@ "random_sequence": "minecraft:blocks/copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_chain", @@ -159715,13 +159713,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8054, "states": [ @@ -159838,8 +159838,6 @@ "random_sequence": "minecraft:blocks/exposed_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_chain", @@ -159850,13 +159848,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8060, "states": [ @@ -159973,8 +159973,6 @@ "random_sequence": "minecraft:blocks/weathered_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_chain", @@ -159985,13 +159983,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8066, "states": [ @@ -160108,8 +160108,6 @@ "random_sequence": "minecraft:blocks/oxidized_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_chain", @@ -160120,13 +160118,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8072, "states": [ @@ -160243,8 +160243,6 @@ "random_sequence": "minecraft:blocks/waxed_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_chain", @@ -160255,13 +160253,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8078, "states": [ @@ -160378,8 +160378,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_chain", @@ -160390,13 +160388,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8084, "states": [ @@ -160513,8 +160513,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_chain", @@ -160525,13 +160523,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8090, "states": [ @@ -160648,8 +160648,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_copper_chain", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_chain", @@ -160660,13 +160658,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927, - -365764128 + 2116573960, + -723316768 ], "default_state_id": 8096, "states": [ @@ -160783,8 +160783,6 @@ "random_sequence": "minecraft:blocks/glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:glass_pane", @@ -160807,16 +160805,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 8130, "states": [ @@ -161393,8 +161393,6 @@ "random_sequence": "minecraft:blocks/pumpkin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pumpkin", @@ -161405,7 +161403,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -161445,12 +161445,11 @@ "random_sequence": "minecraft:blocks/melon", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:melon", "conditions": [ { "predicate": { @@ -161468,10 +161467,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:melon", "type": "minecraft:item" }, { + "name": "minecraft:melon_slice", "functions": [ { "count": { @@ -161500,13 +161499,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:melon_slice", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -161546,15 +161546,9 @@ "random_sequence": "minecraft:blocks/attached_pumpkin_stem", "pools": [ { - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ], - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pumpkin_seeds", "functions": [ { "count": { @@ -161566,15 +161560,21 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pumpkin_seeds", "type": "minecraft:item" } - ] + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 8133, "states": [ @@ -161651,15 +161651,9 @@ "random_sequence": "minecraft:blocks/attached_melon_stem", "pools": [ { - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ], - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:melon_seeds", "functions": [ { "count": { @@ -161671,15 +161665,21 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:melon_seeds", "type": "minecraft:item" } - ] + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 8137, "states": [ @@ -161756,15 +161756,9 @@ "random_sequence": "minecraft:blocks/pumpkin_stem", "pools": [ { - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ], - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pumpkin_seeds", "functions": [ { "conditions": [ @@ -161911,15 +161905,21 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pumpkin_seeds", "type": "minecraft:item" } - ] + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1328416864 + -1997209066 ], "default_state_id": 8141, "states": [ @@ -162052,15 +162052,9 @@ "random_sequence": "minecraft:blocks/melon_stem", "pools": [ { - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ], - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:melon_seeds", "functions": [ { "conditions": [ @@ -162207,15 +162201,21 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:melon_seeds", "type": "minecraft:item" } - ] + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1328416864 + -1997209066 ], "default_state_id": 8149, "states": [ @@ -162352,8 +162352,6 @@ "random_sequence": "minecraft:blocks/vine", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:vine", @@ -162367,16 +162365,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 8188, "states": [ @@ -162898,10 +162898,9 @@ "random_sequence": "minecraft:blocks/glow_lichen", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:glow_lichen", "conditions": [ { "predicate": { @@ -163004,21 +163003,22 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:glow_lichen", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -365764128, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -723316768, + -1761582026 ], "default_state_id": 8316, "states": [ @@ -165089,10 +165089,9 @@ "random_sequence": "minecraft:blocks/resin_clump", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:resin_clump", "functions": [ { "conditions": [ @@ -165187,21 +165186,22 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:resin_clump", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -365764128, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -723316768, + -1761582026 ], "default_state_id": 8444, "states": [ @@ -167276,8 +167276,6 @@ "random_sequence": "minecraft:blocks/oak_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_fence_gate", @@ -167288,15 +167286,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 8452, "states": [ @@ -167797,8 +167797,6 @@ "random_sequence": "minecraft:blocks/brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brick_stairs", @@ -167809,15 +167807,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 8488, "states": [ @@ -169374,8 +169374,6 @@ "random_sequence": "minecraft:blocks/stone_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_brick_stairs", @@ -169386,15 +169384,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 8568, "states": [ @@ -170951,8 +170951,6 @@ "random_sequence": "minecraft:blocks/mud_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mud_brick_stairs", @@ -170963,15 +170961,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 8648, "states": [ @@ -172528,12 +172528,11 @@ "random_sequence": "minecraft:blocks/mycelium", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:mycelium", "conditions": [ { "predicate": { @@ -172551,27 +172550,28 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:mycelium", "type": "minecraft:item" }, { + "name": "minecraft:dirt", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dirt", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1298082851 + -1655635491 ], "default_state_id": 8718, "states": [ @@ -172624,8 +172624,6 @@ "random_sequence": "minecraft:blocks/lily_pad", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lily_pad", @@ -172636,7 +172634,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -172676,8 +172676,6 @@ "random_sequence": "minecraft:blocks/resin_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:resin_block", @@ -172688,7 +172686,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -172728,8 +172728,6 @@ "random_sequence": "minecraft:blocks/resin_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:resin_bricks", @@ -172740,7 +172738,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -172780,8 +172780,6 @@ "random_sequence": "minecraft:blocks/resin_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:resin_brick_stairs", @@ -172792,15 +172790,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 8733, "states": [ @@ -174357,10 +174357,9 @@ "random_sequence": "minecraft:blocks/resin_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:resin_brick_slab", "functions": [ { "conditions": [ @@ -174380,16 +174379,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:resin_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 8805, "states": [ @@ -174506,8 +174506,6 @@ "random_sequence": "minecraft:blocks/resin_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:resin_brick_wall", @@ -174518,17 +174516,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 8811, "states": [ @@ -181159,8 +181159,6 @@ "random_sequence": "minecraft:blocks/chiseled_resin_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_resin_bricks", @@ -181171,7 +181169,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -181211,8 +181211,6 @@ "random_sequence": "minecraft:blocks/nether_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_bricks", @@ -181223,7 +181221,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -181263,8 +181263,6 @@ "random_sequence": "minecraft:blocks/nether_brick_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_brick_fence", @@ -181275,16 +181273,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 9165, "states": [ @@ -181861,8 +181861,6 @@ "random_sequence": "minecraft:blocks/nether_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_brick_stairs", @@ -181873,15 +181871,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 9177, "states": [ @@ -183438,15 +183438,9 @@ "random_sequence": "minecraft:blocks/nether_wart", "pools": [ { - "functions": [ - { - "function": "minecraft:explosion_decay" - } - ], - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:nether_wart", "functions": [ { "conditions": [ @@ -183484,15 +183478,21 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:nether_wart", "type": "minecraft:item" } - ] + ], + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -467694562 + -1136486764 ], "default_state_id": 9246, "states": [ @@ -183569,10 +183569,9 @@ "random_sequence": "minecraft:blocks/enchanting_table", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:enchanting_table", "functions": [ { "source": "block_entity", @@ -183582,7 +183581,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:enchanting_table", "type": "minecraft:item" } ], @@ -183590,7 +183588,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -183631,10 +183631,9 @@ "random_sequence": "minecraft:blocks/brewing_stand", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brewing_stand", "functions": [ { "source": "block_entity", @@ -183644,7 +183643,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:brewing_stand", "type": "minecraft:item" } ], @@ -183652,14 +183650,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 2044513411, - 2044513412, - 2044513413 + 1686960771, + 1686960772, + 1686960773 ], "default_state_id": 9258, "states": [ @@ -183832,8 +183832,6 @@ "random_sequence": "minecraft:blocks/cauldron", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cauldron", @@ -183844,7 +183842,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -183912,8 +183912,6 @@ "random_sequence": "minecraft:blocks/water_cauldron", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cauldron", @@ -183924,12 +183922,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1577707753 + 2048467341 ], "default_state_id": 9260, "states": [ @@ -184082,8 +184082,6 @@ "random_sequence": "minecraft:blocks/lava_cauldron", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cauldron", @@ -184094,7 +184092,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -184162,8 +184162,6 @@ "random_sequence": "minecraft:blocks/powder_snow_cauldron", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cauldron", @@ -184174,12 +184172,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1577707753 + 2048467341 ], "default_state_id": 9264, "states": [ @@ -184358,8 +184358,8 @@ "blast_resistance": 3600000.0, "item_id": 434, "properties": [ - -1407574344, - 1538441040 + -1765126984, + -1610209386 ], "default_state_id": 9272, "states": [ @@ -184516,8 +184516,6 @@ "random_sequence": "minecraft:blocks/end_stone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:end_stone", @@ -184528,7 +184526,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -184568,14 +184568,14 @@ "random_sequence": "minecraft:blocks/dragon_egg", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dragon_egg", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -184615,8 +184615,6 @@ "random_sequence": "minecraft:blocks/redstone_lamp", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:redstone_lamp", @@ -184627,12 +184625,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 9279, "states": [ @@ -184685,10 +184685,9 @@ "random_sequence": "minecraft:blocks/cocoa", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cocoa_beans", "functions": [ { "conditions": [ @@ -184708,16 +184707,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cocoa_beans", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -468589285, - 1538441040 + -1137381487, + -1610209386 ], "default_state_id": 9280, "states": [ @@ -184930,8 +184930,6 @@ "random_sequence": "minecraft:blocks/sandstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sandstone_stairs", @@ -184942,15 +184940,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 9303, "states": [ @@ -186515,12 +186515,11 @@ "random_sequence": "minecraft:blocks/emerald_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:emerald_ore", "conditions": [ { "predicate": { @@ -186538,10 +186537,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:emerald_ore", "type": "minecraft:item" }, { + "name": "minecraft:emerald", "functions": [ { "enchantment": "minecraft:fortune", @@ -186552,13 +186551,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:emerald", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -186606,12 +186606,11 @@ "random_sequence": "minecraft:blocks/deepslate_emerald_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_emerald_ore", "conditions": [ { "predicate": { @@ -186629,10 +186628,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_emerald_ore", "type": "minecraft:item" }, { + "name": "minecraft:emerald", "functions": [ { "enchantment": "minecraft:fortune", @@ -186643,13 +186642,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:emerald", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -186689,12 +186689,11 @@ "random_sequence": "minecraft:blocks/ender_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:ender_chest", "conditions": [ { "predicate": { @@ -186712,10 +186711,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:ender_chest", "type": "minecraft:item" }, { + "name": "minecraft:obsidian", "functions": [ { "count": 8.0, @@ -186726,19 +186725,20 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:obsidian", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 9375, "states": [ @@ -186895,8 +186895,6 @@ "random_sequence": "minecraft:blocks/tripwire_hook", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tripwire_hook", @@ -186907,14 +186905,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - 1538441040, - -1795621653 + -1226489813, + -1610209386, + 2141793003 ], "default_state_id": 9391, "states": [ @@ -187159,8 +187159,6 @@ "random_sequence": "minecraft:blocks/tripwire", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:string", @@ -187171,18 +187169,20 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -868937173, - -1136256844, - -1404569468, - -1302667892, - -1795621653, - -1298047404, - -1404029386 + -1226489813, + -1493809484, + -1762122108, + -1660220532, + 2141793003, + -1655600044, + -1761582026 ], "default_state_id": 9525, "states": [ @@ -188995,8 +188995,6 @@ "random_sequence": "minecraft:blocks/emerald_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:emerald_block", @@ -189007,7 +189005,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -189051,8 +189051,6 @@ "random_sequence": "minecraft:blocks/spruce_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_stairs", @@ -189063,15 +189061,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 9538, "states": [ @@ -190632,8 +190632,6 @@ "random_sequence": "minecraft:blocks/birch_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_stairs", @@ -190644,15 +190642,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 9618, "states": [ @@ -192213,8 +192213,6 @@ "random_sequence": "minecraft:blocks/jungle_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_stairs", @@ -192225,15 +192223,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 9698, "states": [ @@ -193786,8 +193786,8 @@ "blast_resistance": 3600000.0, "item_id": 454, "properties": [ - -199544051, - 298315299 + -557096691, + 3357405 ], "default_state_id": 9773, "states": [ @@ -194012,10 +194012,9 @@ "random_sequence": "minecraft:blocks/beacon", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:beacon", "functions": [ { "source": "block_entity", @@ -194025,10 +194024,11 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:beacon", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -194069,8 +194069,6 @@ "random_sequence": "minecraft:blocks/cobblestone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobblestone_wall", @@ -194081,17 +194079,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 9783, "states": [ @@ -200722,8 +200722,6 @@ "random_sequence": "minecraft:blocks/mossy_cobblestone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_cobblestone_wall", @@ -200734,17 +200732,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 10107, "states": [ @@ -207369,14 +207369,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1222, + "item_id": 1226, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/flower_pot", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207387,7 +207385,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207427,8 +207427,6 @@ "random_sequence": "minecraft:blocks/potted_torchflower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207439,11 +207437,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:torchflower", @@ -207454,7 +207452,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207494,8 +207494,6 @@ "random_sequence": "minecraft:blocks/potted_oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207506,11 +207504,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_sapling", @@ -207521,7 +207519,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207561,8 +207561,6 @@ "random_sequence": "minecraft:blocks/potted_spruce_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207573,11 +207571,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_sapling", @@ -207588,7 +207586,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207628,8 +207628,6 @@ "random_sequence": "minecraft:blocks/potted_birch_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207640,11 +207638,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_sapling", @@ -207655,7 +207653,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207695,8 +207695,6 @@ "random_sequence": "minecraft:blocks/potted_jungle_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207707,11 +207705,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_sapling", @@ -207722,7 +207720,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207762,8 +207762,6 @@ "random_sequence": "minecraft:blocks/potted_acacia_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207774,11 +207772,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_sapling", @@ -207789,7 +207787,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207829,8 +207829,6 @@ "random_sequence": "minecraft:blocks/potted_cherry_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207841,11 +207839,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_sapling", @@ -207856,7 +207854,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207896,8 +207896,6 @@ "random_sequence": "minecraft:blocks/potted_dark_oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207908,11 +207906,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_sapling", @@ -207923,7 +207921,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -207963,8 +207963,6 @@ "random_sequence": "minecraft:blocks/potted_pale_oak_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -207975,11 +207973,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_sapling", @@ -207990,7 +207988,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208030,8 +208030,6 @@ "random_sequence": "minecraft:blocks/potted_mangrove_propagule", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208042,11 +208040,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_propagule", @@ -208057,7 +208055,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208097,8 +208097,6 @@ "random_sequence": "minecraft:blocks/potted_fern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208109,11 +208107,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:fern", @@ -208124,7 +208122,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208164,8 +208164,6 @@ "random_sequence": "minecraft:blocks/potted_dandelion", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208176,11 +208174,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dandelion", @@ -208191,7 +208189,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208231,8 +208231,6 @@ "random_sequence": "minecraft:blocks/potted_poppy", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208243,11 +208241,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:poppy", @@ -208258,7 +208256,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208298,8 +208298,6 @@ "random_sequence": "minecraft:blocks/potted_blue_orchid", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208310,11 +208308,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_orchid", @@ -208325,7 +208323,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208365,8 +208365,6 @@ "random_sequence": "minecraft:blocks/potted_allium", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208377,11 +208375,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:allium", @@ -208392,7 +208390,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208432,8 +208432,6 @@ "random_sequence": "minecraft:blocks/potted_azure_bluet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208444,11 +208442,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:azure_bluet", @@ -208459,7 +208457,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208499,8 +208499,6 @@ "random_sequence": "minecraft:blocks/potted_red_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208511,11 +208509,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_tulip", @@ -208526,7 +208524,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208566,8 +208566,6 @@ "random_sequence": "minecraft:blocks/potted_orange_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208578,11 +208576,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_tulip", @@ -208593,7 +208591,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208633,8 +208633,6 @@ "random_sequence": "minecraft:blocks/potted_white_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208645,11 +208643,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_tulip", @@ -208660,7 +208658,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208700,8 +208700,6 @@ "random_sequence": "minecraft:blocks/potted_pink_tulip", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208712,11 +208710,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_tulip", @@ -208727,7 +208725,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208767,8 +208767,6 @@ "random_sequence": "minecraft:blocks/potted_oxeye_daisy", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208779,11 +208777,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxeye_daisy", @@ -208794,7 +208792,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208834,8 +208834,6 @@ "random_sequence": "minecraft:blocks/potted_cornflower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208846,11 +208844,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cornflower", @@ -208861,7 +208859,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208901,8 +208901,6 @@ "random_sequence": "minecraft:blocks/potted_lily_of_the_valley", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208913,11 +208911,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lily_of_the_valley", @@ -208928,7 +208926,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -208968,8 +208968,6 @@ "random_sequence": "minecraft:blocks/potted_wither_rose", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -208980,11 +208978,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:wither_rose", @@ -208995,7 +208993,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -209035,8 +209035,6 @@ "random_sequence": "minecraft:blocks/potted_red_mushroom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -209047,11 +209045,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_mushroom", @@ -209062,7 +209060,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -209102,8 +209102,6 @@ "random_sequence": "minecraft:blocks/potted_brown_mushroom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -209114,11 +209112,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_mushroom", @@ -209129,7 +209127,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -209169,8 +209169,6 @@ "random_sequence": "minecraft:blocks/potted_dead_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -209181,11 +209179,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_bush", @@ -209196,7 +209194,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -209236,8 +209236,6 @@ "random_sequence": "minecraft:blocks/potted_cactus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -209248,11 +209246,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cactus", @@ -209263,7 +209261,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -209297,26 +209297,25 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1223, + "item_id": 1227, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/carrots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:carrot", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:carrot", "functions": [ { "enchantment": "minecraft:fortune", @@ -209328,7 +209327,6 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:carrot", "type": "minecraft:item" } ], @@ -209340,7 +209338,9 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -209350,7 +209350,7 @@ ] }, "properties": [ - -1328416864 + -1997209066 ], "default_state_id": 10457, "states": [ @@ -209477,26 +209477,25 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1224, + "item_id": 1228, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/potatoes", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:potato", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:potato", "functions": [ { "enchantment": "minecraft:fortune", @@ -209508,7 +209507,6 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:potato", "type": "minecraft:item" } ], @@ -209520,20 +209518,20 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:poisonous_potato", "conditions": [ { "chance": 0.02, "condition": "minecraft:random_chance" } ], - "name": "minecraft:poisonous_potato", "type": "minecraft:item" } ], @@ -209545,7 +209543,9 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -209555,7 +209555,7 @@ ] }, "properties": [ - -1328416864 + -1997209066 ], "default_state_id": 10465, "states": [ @@ -209688,8 +209688,6 @@ "random_sequence": "minecraft:blocks/oak_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oak_button", @@ -209700,14 +209698,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10482, "states": [ @@ -210064,8 +210064,6 @@ "random_sequence": "minecraft:blocks/spruce_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_button", @@ -210076,14 +210074,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10506, "states": [ @@ -210440,8 +210440,6 @@ "random_sequence": "minecraft:blocks/birch_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_button", @@ -210452,14 +210450,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10530, "states": [ @@ -210816,8 +210816,6 @@ "random_sequence": "minecraft:blocks/jungle_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_button", @@ -210828,14 +210826,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10554, "states": [ @@ -211192,8 +211192,6 @@ "random_sequence": "minecraft:blocks/acacia_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_button", @@ -211204,14 +211202,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10578, "states": [ @@ -211568,8 +211568,6 @@ "random_sequence": "minecraft:blocks/cherry_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_button", @@ -211580,14 +211578,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10602, "states": [ @@ -211944,8 +211944,6 @@ "random_sequence": "minecraft:blocks/dark_oak_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_button", @@ -211956,14 +211954,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10626, "states": [ @@ -212320,8 +212320,6 @@ "random_sequence": "minecraft:blocks/pale_oak_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_button", @@ -212332,14 +212330,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10650, "states": [ @@ -212696,8 +212696,6 @@ "random_sequence": "minecraft:blocks/mangrove_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_button", @@ -212708,14 +212706,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10674, "states": [ @@ -213072,8 +213072,6 @@ "random_sequence": "minecraft:blocks/bamboo_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_button", @@ -213084,14 +213082,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 10698, "states": [ @@ -213442,16 +213442,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1229, + "item_id": 1233, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/skeleton_skull", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:skeleton_skull", "functions": [ { "source": "block_entity", @@ -213461,16 +213460,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:skeleton_skull", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10729, "states": [ @@ -214029,16 +214029,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1229, + "item_id": 1233, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/skeleton_skull", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:skeleton_skull", "functions": [ { "source": "block_entity", @@ -214048,16 +214047,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:skeleton_skull", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10746, "states": [ @@ -214208,16 +214208,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1230, + "item_id": 1234, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/wither_skeleton_skull", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:wither_skeleton_skull", "functions": [ { "source": "block_entity", @@ -214227,16 +214226,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:wither_skeleton_skull", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10769, "states": [ @@ -214795,16 +214795,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1230, + "item_id": 1234, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/wither_skeleton_skull", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:wither_skeleton_skull", "functions": [ { "source": "block_entity", @@ -214814,16 +214813,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:wither_skeleton_skull", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10786, "states": [ @@ -214974,16 +214974,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1232, + "item_id": 1236, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/zombie_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:zombie_head", "functions": [ { "source": "block_entity", @@ -214993,16 +214992,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:zombie_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10809, "states": [ @@ -215561,16 +215561,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1232, + "item_id": 1236, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/zombie_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:zombie_head", "functions": [ { "source": "block_entity", @@ -215580,16 +215579,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:zombie_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10826, "states": [ @@ -215740,16 +215740,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1231, + "item_id": 1235, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/player_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:player_head", "functions": [ { "source": "block_entity", @@ -215761,16 +215760,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:player_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10849, "states": [ @@ -216329,16 +216329,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1231, + "item_id": 1235, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/player_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:player_head", "functions": [ { "source": "block_entity", @@ -216350,16 +216349,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:player_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10866, "states": [ @@ -216510,16 +216510,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1233, + "item_id": 1237, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/creeper_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:creeper_head", "functions": [ { "source": "block_entity", @@ -216529,16 +216528,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:creeper_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10889, "states": [ @@ -217097,16 +217097,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1233, + "item_id": 1237, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/creeper_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:creeper_head", "functions": [ { "source": "block_entity", @@ -217116,16 +217115,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:creeper_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10906, "states": [ @@ -217276,16 +217276,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1234, + "item_id": 1238, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/dragon_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dragon_head", "functions": [ { "source": "block_entity", @@ -217295,16 +217294,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:dragon_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10929, "states": [ @@ -217863,16 +217863,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1234, + "item_id": 1238, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/dragon_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dragon_head", "functions": [ { "source": "block_entity", @@ -217882,16 +217881,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:dragon_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10946, "states": [ @@ -218042,16 +218042,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1235, + "item_id": 1239, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/piglin_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:piglin_head", "functions": [ { "source": "block_entity", @@ -218061,16 +218060,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:piglin_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - -824248315 + 2141793003, + -1493040517 ], "default_state_id": 10969, "states": [ @@ -218629,16 +218629,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1235, + "item_id": 1239, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/piglin_head", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:piglin_head", "functions": [ { "source": "block_entity", @@ -218648,16 +218647,17 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:piglin_head", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1795621653 + -1610209386, + 2141793003 ], "default_state_id": 10986, "states": [ @@ -218814,8 +218814,6 @@ "random_sequence": "minecraft:blocks/anvil", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:anvil", @@ -218826,12 +218824,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 10993, "states": [ @@ -218964,8 +218964,6 @@ "random_sequence": "minecraft:blocks/chipped_anvil", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chipped_anvil", @@ -218976,12 +218974,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 10997, "states": [ @@ -219114,8 +219114,6 @@ "random_sequence": "minecraft:blocks/damaged_anvil", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:damaged_anvil", @@ -219126,12 +219124,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 11001, "states": [ @@ -219264,10 +219264,9 @@ "random_sequence": "minecraft:blocks/trapped_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:trapped_chest", "functions": [ { "source": "block_entity", @@ -219277,7 +219276,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:trapped_chest", "type": "minecraft:item" } ], @@ -219285,14 +219283,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 11006, "states": [ @@ -219721,8 +219721,6 @@ "random_sequence": "minecraft:blocks/light_weighted_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_weighted_pressure_plate", @@ -219733,12 +219731,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -557273250 + -1226065452 ], "default_state_id": 11029, "states": [ @@ -219983,8 +219983,6 @@ "random_sequence": "minecraft:blocks/heavy_weighted_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:heavy_weighted_pressure_plate", @@ -219995,12 +219993,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -557273250 + -1226065452 ], "default_state_id": 11045, "states": [ @@ -220245,8 +220245,6 @@ "random_sequence": "minecraft:blocks/comparator", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:comparator", @@ -220257,14 +220255,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 1293758681, - -1795621653 + -1610209386, + 1133103202, + 2141793003 ], "default_state_id": 11062, "states": [ @@ -220557,8 +220557,6 @@ "random_sequence": "minecraft:blocks/daylight_detector", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:daylight_detector", @@ -220569,13 +220567,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -780000388, - -557273250 + -1137553028, + -1226065452 ], "default_state_id": 11093, "states": [ @@ -221140,8 +221140,6 @@ "random_sequence": "minecraft:blocks/redstone_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:redstone_block", @@ -221152,7 +221150,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -221200,12 +221200,11 @@ "random_sequence": "minecraft:blocks/nether_quartz_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:nether_quartz_ore", "conditions": [ { "predicate": { @@ -221223,10 +221222,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:nether_quartz_ore", "type": "minecraft:item" }, { + "name": "minecraft:quartz", "functions": [ { "enchantment": "minecraft:fortune", @@ -221237,13 +221236,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:quartz", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -221283,10 +221283,9 @@ "random_sequence": "minecraft:blocks/hopper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:hopper", "functions": [ { "source": "block_entity", @@ -221296,7 +221295,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:hopper", "type": "minecraft:item" } ], @@ -221304,13 +221302,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1277697992, - 334173612 + 920145352, + -888841356 ], "default_state_id": 11111, "states": [ @@ -221701,8 +221701,6 @@ "random_sequence": "minecraft:blocks/quartz_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:quartz_block", @@ -221713,7 +221711,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -221753,8 +221753,6 @@ "random_sequence": "minecraft:blocks/chiseled_quartz_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_quartz_block", @@ -221765,7 +221763,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -221805,8 +221805,6 @@ "random_sequence": "minecraft:blocks/quartz_pillar", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:quartz_pillar", @@ -221817,12 +221815,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 11124, "states": [ @@ -221891,8 +221891,6 @@ "random_sequence": "minecraft:blocks/quartz_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:quartz_stairs", @@ -221903,15 +221901,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 11137, "states": [ @@ -223468,8 +223468,6 @@ "random_sequence": "minecraft:blocks/activator_rail", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:activator_rail", @@ -223480,14 +223478,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653, - 973798096, - -365764128 + 2141793003, + -773242843, + -723316768 ], "default_state_id": 11219, "states": [ @@ -223844,10 +223844,9 @@ "random_sequence": "minecraft:blocks/dropper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dropper", "functions": [ { "source": "block_entity", @@ -223857,7 +223856,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:dropper", "type": "minecraft:item" } ], @@ -223865,13 +223863,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -2056427298 + 3357405, + 1880987358 ], "default_state_id": 11231, "states": [ @@ -224096,8 +224096,6 @@ "random_sequence": "minecraft:blocks/white_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_terracotta", @@ -224108,7 +224106,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224148,8 +224148,6 @@ "random_sequence": "minecraft:blocks/orange_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_terracotta", @@ -224160,7 +224158,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224200,8 +224200,6 @@ "random_sequence": "minecraft:blocks/magenta_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_terracotta", @@ -224212,7 +224210,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224252,8 +224252,6 @@ "random_sequence": "minecraft:blocks/light_blue_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_terracotta", @@ -224264,7 +224262,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224304,8 +224304,6 @@ "random_sequence": "minecraft:blocks/yellow_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_terracotta", @@ -224316,7 +224314,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224356,8 +224356,6 @@ "random_sequence": "minecraft:blocks/lime_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_terracotta", @@ -224368,7 +224366,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224408,8 +224408,6 @@ "random_sequence": "minecraft:blocks/pink_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_terracotta", @@ -224420,7 +224418,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224460,8 +224460,6 @@ "random_sequence": "minecraft:blocks/gray_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_terracotta", @@ -224472,7 +224470,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224512,8 +224512,6 @@ "random_sequence": "minecraft:blocks/light_gray_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_terracotta", @@ -224524,7 +224522,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224564,8 +224564,6 @@ "random_sequence": "minecraft:blocks/cyan_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_terracotta", @@ -224576,7 +224574,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224616,8 +224616,6 @@ "random_sequence": "minecraft:blocks/purple_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_terracotta", @@ -224628,7 +224626,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224668,8 +224668,6 @@ "random_sequence": "minecraft:blocks/blue_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_terracotta", @@ -224680,7 +224678,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224720,8 +224720,6 @@ "random_sequence": "minecraft:blocks/brown_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_terracotta", @@ -224732,7 +224730,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224772,8 +224772,6 @@ "random_sequence": "minecraft:blocks/green_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_terracotta", @@ -224784,7 +224782,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224824,8 +224824,6 @@ "random_sequence": "minecraft:blocks/red_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_terracotta", @@ -224836,7 +224834,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224876,8 +224876,6 @@ "random_sequence": "minecraft:blocks/black_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_terracotta", @@ -224888,7 +224886,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -224928,8 +224928,6 @@ "random_sequence": "minecraft:blocks/white_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_stained_glass_pane", @@ -224952,16 +224950,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11289, "states": [ @@ -225538,8 +225538,6 @@ "random_sequence": "minecraft:blocks/orange_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_stained_glass_pane", @@ -225562,16 +225560,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11321, "states": [ @@ -226148,8 +226148,6 @@ "random_sequence": "minecraft:blocks/magenta_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_stained_glass_pane", @@ -226172,16 +226170,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11353, "states": [ @@ -226758,8 +226758,6 @@ "random_sequence": "minecraft:blocks/light_blue_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_stained_glass_pane", @@ -226782,16 +226780,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11385, "states": [ @@ -227368,8 +227368,6 @@ "random_sequence": "minecraft:blocks/yellow_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_stained_glass_pane", @@ -227392,16 +227390,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11417, "states": [ @@ -227978,8 +227978,6 @@ "random_sequence": "minecraft:blocks/lime_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_stained_glass_pane", @@ -228002,16 +228000,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11449, "states": [ @@ -228588,8 +228588,6 @@ "random_sequence": "minecraft:blocks/pink_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_stained_glass_pane", @@ -228612,16 +228610,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11481, "states": [ @@ -229198,8 +229198,6 @@ "random_sequence": "minecraft:blocks/gray_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_stained_glass_pane", @@ -229222,16 +229220,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11513, "states": [ @@ -229808,8 +229808,6 @@ "random_sequence": "minecraft:blocks/light_gray_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_stained_glass_pane", @@ -229832,16 +229830,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11545, "states": [ @@ -230418,8 +230418,6 @@ "random_sequence": "minecraft:blocks/cyan_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_stained_glass_pane", @@ -230442,16 +230440,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11577, "states": [ @@ -231028,8 +231028,6 @@ "random_sequence": "minecraft:blocks/purple_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_stained_glass_pane", @@ -231052,16 +231050,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11609, "states": [ @@ -231638,8 +231638,6 @@ "random_sequence": "minecraft:blocks/blue_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_stained_glass_pane", @@ -231662,16 +231660,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11641, "states": [ @@ -232248,8 +232248,6 @@ "random_sequence": "minecraft:blocks/brown_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_stained_glass_pane", @@ -232272,16 +232270,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11673, "states": [ @@ -232858,8 +232858,6 @@ "random_sequence": "minecraft:blocks/green_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_stained_glass_pane", @@ -232882,16 +232880,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11705, "states": [ @@ -233468,8 +233468,6 @@ "random_sequence": "minecraft:blocks/red_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_stained_glass_pane", @@ -233492,16 +233490,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11737, "states": [ @@ -234078,8 +234078,6 @@ "random_sequence": "minecraft:blocks/black_stained_glass_pane", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_stained_glass_pane", @@ -234102,16 +234100,18 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 11769, "states": [ @@ -234692,8 +234692,6 @@ "random_sequence": "minecraft:blocks/acacia_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_stairs", @@ -234704,15 +234702,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 11781, "states": [ @@ -236273,8 +236273,6 @@ "random_sequence": "minecraft:blocks/cherry_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_stairs", @@ -236285,15 +236283,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 11861, "states": [ @@ -237854,8 +237854,6 @@ "random_sequence": "minecraft:blocks/dark_oak_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_stairs", @@ -237866,15 +237864,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 11941, "states": [ @@ -239435,8 +239435,6 @@ "random_sequence": "minecraft:blocks/pale_oak_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_stairs", @@ -239447,15 +239445,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12021, "states": [ @@ -241016,8 +241016,6 @@ "random_sequence": "minecraft:blocks/mangrove_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_stairs", @@ -241028,15 +241026,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12101, "states": [ @@ -242597,8 +242597,6 @@ "random_sequence": "minecraft:blocks/bamboo_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_stairs", @@ -242609,15 +242607,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12181, "states": [ @@ -244178,8 +244178,6 @@ "random_sequence": "minecraft:blocks/bamboo_mosaic_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_mosaic_stairs", @@ -244190,15 +244188,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12261, "states": [ @@ -245755,8 +245755,6 @@ "random_sequence": "minecraft:blocks/slime_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:slime_block", @@ -245767,7 +245765,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -245803,7 +245803,7 @@ "blast_resistance": 3600000.8, "item_id": 502, "properties": [ - -365764128 + -723316768 ], "default_state_id": 12332, "states": [ @@ -245852,8 +245852,8 @@ "blast_resistance": 3600000.8, "item_id": 503, "properties": [ - -681055041, - -365764128 + -1349847243, + -723316768 ], "default_state_id": 12364, "states": [ @@ -246258,8 +246258,6 @@ "random_sequence": "minecraft:blocks/iron_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:iron_trapdoor", @@ -246270,16 +246268,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 12380, "states": [ @@ -247324,8 +247324,6 @@ "random_sequence": "minecraft:blocks/prismarine", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:prismarine", @@ -247336,7 +247334,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -247376,8 +247376,6 @@ "random_sequence": "minecraft:blocks/prismarine_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:prismarine_bricks", @@ -247388,7 +247386,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -247428,8 +247428,6 @@ "random_sequence": "minecraft:blocks/dark_prismarine", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_prismarine", @@ -247440,7 +247438,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -247480,8 +247480,6 @@ "random_sequence": "minecraft:blocks/prismarine_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:prismarine_stairs", @@ -247492,15 +247490,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12443, "states": [ @@ -249057,8 +249057,6 @@ "random_sequence": "minecraft:blocks/prismarine_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:prismarine_brick_stairs", @@ -249069,15 +249067,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12523, "states": [ @@ -250634,8 +250634,6 @@ "random_sequence": "minecraft:blocks/dark_prismarine_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_prismarine_stairs", @@ -250646,15 +250644,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 12603, "states": [ @@ -252211,10 +252211,9 @@ "random_sequence": "minecraft:blocks/prismarine_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:prismarine_slab", "functions": [ { "conditions": [ @@ -252234,16 +252233,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:prismarine_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 12675, "states": [ @@ -252360,10 +252360,9 @@ "random_sequence": "minecraft:blocks/prismarine_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:prismarine_brick_slab", "functions": [ { "conditions": [ @@ -252383,16 +252382,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:prismarine_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 12681, "states": [ @@ -252509,10 +252509,9 @@ "random_sequence": "minecraft:blocks/dark_prismarine_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dark_prismarine_slab", "functions": [ { "conditions": [ @@ -252532,16 +252531,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:dark_prismarine_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 12687, "states": [ @@ -252658,12 +252658,11 @@ "random_sequence": "minecraft:blocks/sea_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:sea_lantern", "conditions": [ { "predicate": { @@ -252681,10 +252680,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:sea_lantern", "type": "minecraft:item" }, { + "name": "minecraft:prismarine_crystals", "functions": [ { "count": { @@ -252714,13 +252713,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:prismarine_crystals", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -252764,8 +252764,6 @@ "random_sequence": "minecraft:blocks/hay_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:hay_block", @@ -252776,12 +252774,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 12692, "states": [ @@ -252854,8 +252854,6 @@ "random_sequence": "minecraft:blocks/white_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_carpet", @@ -252866,7 +252864,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -252910,8 +252910,6 @@ "random_sequence": "minecraft:blocks/orange_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_carpet", @@ -252922,7 +252920,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -252966,8 +252966,6 @@ "random_sequence": "minecraft:blocks/magenta_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_carpet", @@ -252978,7 +252976,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253022,8 +253022,6 @@ "random_sequence": "minecraft:blocks/light_blue_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_carpet", @@ -253034,7 +253032,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253078,8 +253078,6 @@ "random_sequence": "minecraft:blocks/yellow_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_carpet", @@ -253090,7 +253088,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253134,8 +253134,6 @@ "random_sequence": "minecraft:blocks/lime_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_carpet", @@ -253146,7 +253144,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253190,8 +253190,6 @@ "random_sequence": "minecraft:blocks/pink_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_carpet", @@ -253202,7 +253200,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253246,8 +253246,6 @@ "random_sequence": "minecraft:blocks/gray_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_carpet", @@ -253258,7 +253256,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253302,8 +253302,6 @@ "random_sequence": "minecraft:blocks/light_gray_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_carpet", @@ -253314,7 +253312,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253358,8 +253358,6 @@ "random_sequence": "minecraft:blocks/cyan_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_carpet", @@ -253370,7 +253368,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253414,8 +253414,6 @@ "random_sequence": "minecraft:blocks/purple_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_carpet", @@ -253426,7 +253424,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253470,8 +253470,6 @@ "random_sequence": "minecraft:blocks/blue_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_carpet", @@ -253482,7 +253480,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253526,8 +253526,6 @@ "random_sequence": "minecraft:blocks/brown_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_carpet", @@ -253538,7 +253536,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253582,8 +253582,6 @@ "random_sequence": "minecraft:blocks/green_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_carpet", @@ -253594,7 +253592,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253638,8 +253638,6 @@ "random_sequence": "minecraft:blocks/red_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_carpet", @@ -253650,7 +253648,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253694,8 +253694,6 @@ "random_sequence": "minecraft:blocks/black_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_carpet", @@ -253706,7 +253704,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253746,8 +253746,6 @@ "random_sequence": "minecraft:blocks/terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:terracotta", @@ -253758,7 +253756,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253802,8 +253802,6 @@ "random_sequence": "minecraft:blocks/coal_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:coal_block", @@ -253814,7 +253812,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253854,8 +253854,6 @@ "random_sequence": "minecraft:blocks/packed_ice", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:packed_ice", @@ -253878,7 +253876,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -253922,10 +253922,9 @@ "random_sequence": "minecraft:blocks/sunflower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:sunflower", "conditions": [ { "block": "minecraft:sunflower", @@ -253935,7 +253934,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:sunflower", "type": "minecraft:item" } ], @@ -253943,12 +253941,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12714, "states": [ @@ -254001,10 +254001,9 @@ "random_sequence": "minecraft:blocks/lilac", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lilac", "conditions": [ { "block": "minecraft:lilac", @@ -254014,7 +254013,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:lilac", "type": "minecraft:item" } ], @@ -254022,12 +254020,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12716, "states": [ @@ -254080,10 +254080,9 @@ "random_sequence": "minecraft:blocks/rose_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rose_bush", "conditions": [ { "block": "minecraft:rose_bush", @@ -254093,7 +254092,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:rose_bush", "type": "minecraft:item" } ], @@ -254101,12 +254099,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12718, "states": [ @@ -254159,10 +254159,9 @@ "random_sequence": "minecraft:blocks/peony", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:peony", "conditions": [ { "block": "minecraft:peony", @@ -254172,7 +254171,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:peony", "type": "minecraft:item" } ], @@ -254180,12 +254178,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12720, "states": [ @@ -254238,12 +254238,11 @@ "random_sequence": "minecraft:blocks/tall_grass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:short_grass", "conditions": [ { "predicate": { @@ -254259,10 +254258,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:short_grass", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -254272,7 +254271,6 @@ "condition": "minecraft:random_chance" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], @@ -254299,15 +254297,16 @@ "offsetY": 1, "condition": "minecraft:location_check" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:short_grass", "conditions": [ { "predicate": { @@ -254323,10 +254322,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:short_grass", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -254336,7 +254335,6 @@ "condition": "minecraft:random_chance" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], @@ -254363,12 +254361,14 @@ "offsetY": -1, "condition": "minecraft:location_check" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12722, "states": [ @@ -254421,12 +254421,11 @@ "random_sequence": "minecraft:blocks/large_fern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:fern", "conditions": [ { "predicate": { @@ -254442,10 +254441,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:fern", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -254455,7 +254454,6 @@ "condition": "minecraft:random_chance" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], @@ -254482,15 +254480,16 @@ "offsetY": 1, "condition": "minecraft:location_check" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:fern", "conditions": [ { "predicate": { @@ -254506,10 +254505,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:fern", "type": "minecraft:item" }, { + "name": "minecraft:wheat_seeds", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -254519,7 +254518,6 @@ "condition": "minecraft:random_chance" } ], - "name": "minecraft:wheat_seeds", "type": "minecraft:item" } ], @@ -254546,12 +254544,14 @@ "offsetY": -1, "condition": "minecraft:location_check" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 12724, "states": [ @@ -254594,16 +254594,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1261, + "item_id": 1266, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/white_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:white_banner", "functions": [ { "source": "block_entity", @@ -254617,7 +254616,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:white_banner", "type": "minecraft:item" } ], @@ -254625,12 +254623,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12725, "states": [ @@ -254885,16 +254885,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1262, + "item_id": 1267, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/orange_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:orange_banner", "functions": [ { "source": "block_entity", @@ -254908,7 +254907,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:orange_banner", "type": "minecraft:item" } ], @@ -254916,12 +254914,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12741, "states": [ @@ -255176,16 +255176,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1263, + "item_id": 1268, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/magenta_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magenta_banner", "functions": [ { "source": "block_entity", @@ -255199,7 +255198,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:magenta_banner", "type": "minecraft:item" } ], @@ -255207,12 +255205,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12757, "states": [ @@ -255467,16 +255467,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1264, + "item_id": 1269, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_blue_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_blue_banner", "functions": [ { "source": "block_entity", @@ -255490,7 +255489,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_blue_banner", "type": "minecraft:item" } ], @@ -255498,12 +255496,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12773, "states": [ @@ -255758,16 +255758,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1265, + "item_id": 1270, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/yellow_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:yellow_banner", "functions": [ { "source": "block_entity", @@ -255781,7 +255780,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:yellow_banner", "type": "minecraft:item" } ], @@ -255789,12 +255787,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12789, "states": [ @@ -256049,16 +256049,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1266, + "item_id": 1271, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/lime_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lime_banner", "functions": [ { "source": "block_entity", @@ -256072,7 +256071,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:lime_banner", "type": "minecraft:item" } ], @@ -256080,12 +256078,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12805, "states": [ @@ -256340,16 +256340,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1267, + "item_id": 1272, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pink_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_banner", "functions": [ { "source": "block_entity", @@ -256363,7 +256362,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:pink_banner", "type": "minecraft:item" } ], @@ -256371,12 +256369,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12821, "states": [ @@ -256631,16 +256631,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1268, + "item_id": 1273, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/gray_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gray_banner", "functions": [ { "source": "block_entity", @@ -256654,7 +256653,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:gray_banner", "type": "minecraft:item" } ], @@ -256662,12 +256660,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12837, "states": [ @@ -256922,16 +256922,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1269, + "item_id": 1274, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_gray_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_gray_banner", "functions": [ { "source": "block_entity", @@ -256945,7 +256944,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_gray_banner", "type": "minecraft:item" } ], @@ -256953,12 +256951,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12853, "states": [ @@ -257213,16 +257213,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1270, + "item_id": 1275, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/cyan_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cyan_banner", "functions": [ { "source": "block_entity", @@ -257236,7 +257235,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:cyan_banner", "type": "minecraft:item" } ], @@ -257244,12 +257242,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12869, "states": [ @@ -257504,16 +257504,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1271, + "item_id": 1276, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/purple_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purple_banner", "functions": [ { "source": "block_entity", @@ -257527,7 +257526,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:purple_banner", "type": "minecraft:item" } ], @@ -257535,12 +257533,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12885, "states": [ @@ -257795,16 +257795,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1272, + "item_id": 1277, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blue_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blue_banner", "functions": [ { "source": "block_entity", @@ -257818,7 +257817,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:blue_banner", "type": "minecraft:item" } ], @@ -257826,12 +257824,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12901, "states": [ @@ -258086,16 +258086,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1273, + "item_id": 1278, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/brown_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brown_banner", "functions": [ { "source": "block_entity", @@ -258109,7 +258108,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:brown_banner", "type": "minecraft:item" } ], @@ -258117,12 +258115,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12917, "states": [ @@ -258377,16 +258377,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1274, + "item_id": 1279, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/green_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:green_banner", "functions": [ { "source": "block_entity", @@ -258400,7 +258399,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:green_banner", "type": "minecraft:item" } ], @@ -258408,12 +258406,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12933, "states": [ @@ -258668,16 +258668,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1275, + "item_id": 1280, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/red_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_banner", "functions": [ { "source": "block_entity", @@ -258691,7 +258690,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:red_banner", "type": "minecraft:item" } ], @@ -258699,12 +258697,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12949, "states": [ @@ -258959,16 +258959,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1276, + "item_id": 1281, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/black_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:black_banner", "functions": [ { "source": "block_entity", @@ -258982,7 +258981,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:black_banner", "type": "minecraft:item" } ], @@ -258990,12 +258988,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315 + -1493040517 ], "default_state_id": 12965, "states": [ @@ -259250,16 +259250,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1261, + "item_id": 1266, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/white_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:white_banner", "functions": [ { "source": "block_entity", @@ -259273,7 +259272,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:white_banner", "type": "minecraft:item" } ], @@ -259281,12 +259279,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 12981, "states": [ @@ -259361,16 +259361,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1262, + "item_id": 1267, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/orange_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:orange_banner", "functions": [ { "source": "block_entity", @@ -259384,7 +259383,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:orange_banner", "type": "minecraft:item" } ], @@ -259392,12 +259390,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 12985, "states": [ @@ -259472,16 +259472,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1263, + "item_id": 1268, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/magenta_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magenta_banner", "functions": [ { "source": "block_entity", @@ -259495,7 +259494,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:magenta_banner", "type": "minecraft:item" } ], @@ -259503,12 +259501,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 12989, "states": [ @@ -259583,16 +259583,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1264, + "item_id": 1269, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_blue_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_blue_banner", "functions": [ { "source": "block_entity", @@ -259606,7 +259605,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_blue_banner", "type": "minecraft:item" } ], @@ -259614,12 +259612,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 12993, "states": [ @@ -259694,16 +259694,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1265, + "item_id": 1270, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/yellow_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:yellow_banner", "functions": [ { "source": "block_entity", @@ -259717,7 +259716,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:yellow_banner", "type": "minecraft:item" } ], @@ -259725,12 +259723,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 12997, "states": [ @@ -259805,16 +259805,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1266, + "item_id": 1271, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/lime_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lime_banner", "functions": [ { "source": "block_entity", @@ -259828,7 +259827,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:lime_banner", "type": "minecraft:item" } ], @@ -259836,12 +259834,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13001, "states": [ @@ -259916,16 +259916,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1267, + "item_id": 1272, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pink_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_banner", "functions": [ { "source": "block_entity", @@ -259939,7 +259938,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:pink_banner", "type": "minecraft:item" } ], @@ -259947,12 +259945,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13005, "states": [ @@ -260027,16 +260027,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1268, + "item_id": 1273, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/gray_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gray_banner", "functions": [ { "source": "block_entity", @@ -260050,7 +260049,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:gray_banner", "type": "minecraft:item" } ], @@ -260058,12 +260056,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13009, "states": [ @@ -260138,16 +260138,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1269, + "item_id": 1274, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_gray_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_gray_banner", "functions": [ { "source": "block_entity", @@ -260161,7 +260160,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_gray_banner", "type": "minecraft:item" } ], @@ -260169,12 +260167,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13013, "states": [ @@ -260249,16 +260249,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1270, + "item_id": 1275, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/cyan_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cyan_banner", "functions": [ { "source": "block_entity", @@ -260272,7 +260271,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:cyan_banner", "type": "minecraft:item" } ], @@ -260280,12 +260278,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13017, "states": [ @@ -260360,16 +260360,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1271, + "item_id": 1276, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/purple_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purple_banner", "functions": [ { "source": "block_entity", @@ -260383,7 +260382,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:purple_banner", "type": "minecraft:item" } ], @@ -260391,12 +260389,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13021, "states": [ @@ -260471,16 +260471,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1272, + "item_id": 1277, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blue_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blue_banner", "functions": [ { "source": "block_entity", @@ -260494,7 +260493,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:blue_banner", "type": "minecraft:item" } ], @@ -260502,12 +260500,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13025, "states": [ @@ -260582,16 +260582,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1273, + "item_id": 1278, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/brown_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brown_banner", "functions": [ { "source": "block_entity", @@ -260605,7 +260604,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:brown_banner", "type": "minecraft:item" } ], @@ -260613,12 +260611,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13029, "states": [ @@ -260693,16 +260693,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1274, + "item_id": 1279, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/green_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:green_banner", "functions": [ { "source": "block_entity", @@ -260716,7 +260715,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:green_banner", "type": "minecraft:item" } ], @@ -260724,12 +260722,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13033, "states": [ @@ -260804,16 +260804,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1275, + "item_id": 1280, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/red_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_banner", "functions": [ { "source": "block_entity", @@ -260827,7 +260826,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:red_banner", "type": "minecraft:item" } ], @@ -260835,12 +260833,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13037, "states": [ @@ -260915,16 +260915,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1276, + "item_id": 1281, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/black_banner", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:black_banner", "functions": [ { "source": "block_entity", @@ -260938,7 +260937,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:black_banner", "type": "minecraft:item" } ], @@ -260946,12 +260944,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 13041, "states": [ @@ -261032,8 +261032,6 @@ "random_sequence": "minecraft:blocks/red_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_sandstone", @@ -261044,7 +261042,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -261084,8 +261084,6 @@ "random_sequence": "minecraft:blocks/chiseled_red_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_red_sandstone", @@ -261096,7 +261094,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -261136,8 +261136,6 @@ "random_sequence": "minecraft:blocks/cut_red_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cut_red_sandstone", @@ -261148,7 +261146,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -261188,8 +261188,6 @@ "random_sequence": "minecraft:blocks/red_sandstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_sandstone_stairs", @@ -261200,15 +261198,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 13059, "states": [ @@ -262769,10 +262769,9 @@ "random_sequence": "minecraft:blocks/oak_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oak_slab", "functions": [ { "conditions": [ @@ -262792,16 +262791,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:oak_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13131, "states": [ @@ -262922,10 +262922,9 @@ "random_sequence": "minecraft:blocks/spruce_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:spruce_slab", "functions": [ { "conditions": [ @@ -262945,16 +262944,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:spruce_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13137, "states": [ @@ -263075,10 +263075,9 @@ "random_sequence": "minecraft:blocks/birch_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:birch_slab", "functions": [ { "conditions": [ @@ -263098,16 +263097,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:birch_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13143, "states": [ @@ -263228,10 +263228,9 @@ "random_sequence": "minecraft:blocks/jungle_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:jungle_slab", "functions": [ { "conditions": [ @@ -263251,16 +263250,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:jungle_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13149, "states": [ @@ -263381,10 +263381,9 @@ "random_sequence": "minecraft:blocks/acacia_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:acacia_slab", "functions": [ { "conditions": [ @@ -263404,16 +263403,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:acacia_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13155, "states": [ @@ -263534,10 +263534,9 @@ "random_sequence": "minecraft:blocks/cherry_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cherry_slab", "functions": [ { "conditions": [ @@ -263557,16 +263556,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cherry_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13161, "states": [ @@ -263687,10 +263687,9 @@ "random_sequence": "minecraft:blocks/dark_oak_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dark_oak_slab", "functions": [ { "conditions": [ @@ -263710,16 +263709,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:dark_oak_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13167, "states": [ @@ -263840,10 +263840,9 @@ "random_sequence": "minecraft:blocks/pale_oak_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pale_oak_slab", "functions": [ { "conditions": [ @@ -263863,16 +263862,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:pale_oak_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13173, "states": [ @@ -263993,10 +263993,9 @@ "random_sequence": "minecraft:blocks/mangrove_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mangrove_slab", "functions": [ { "conditions": [ @@ -264016,16 +264015,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:mangrove_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13179, "states": [ @@ -264146,10 +264146,9 @@ "random_sequence": "minecraft:blocks/bamboo_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bamboo_slab", "functions": [ { "conditions": [ @@ -264169,16 +264168,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:bamboo_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13185, "states": [ @@ -264299,10 +264299,9 @@ "random_sequence": "minecraft:blocks/bamboo_mosaic_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bamboo_mosaic_slab", "functions": [ { "conditions": [ @@ -264322,16 +264321,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:bamboo_mosaic_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13191, "states": [ @@ -264448,10 +264448,9 @@ "random_sequence": "minecraft:blocks/stone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stone_slab", "functions": [ { "conditions": [ @@ -264471,16 +264470,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13197, "states": [ @@ -264597,10 +264597,9 @@ "random_sequence": "minecraft:blocks/smooth_stone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:smooth_stone_slab", "functions": [ { "conditions": [ @@ -264620,16 +264619,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:smooth_stone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13203, "states": [ @@ -264746,10 +264746,9 @@ "random_sequence": "minecraft:blocks/sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:sandstone_slab", "functions": [ { "conditions": [ @@ -264769,16 +264768,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13209, "states": [ @@ -264895,10 +264895,9 @@ "random_sequence": "minecraft:blocks/cut_sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cut_sandstone_slab", "functions": [ { "conditions": [ @@ -264918,16 +264917,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cut_sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13215, "states": [ @@ -265044,10 +265044,9 @@ "random_sequence": "minecraft:blocks/petrified_oak_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:petrified_oak_slab", "functions": [ { "conditions": [ @@ -265067,16 +265066,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:petrified_oak_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13221, "states": [ @@ -265193,10 +265193,9 @@ "random_sequence": "minecraft:blocks/cobblestone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cobblestone_slab", "functions": [ { "conditions": [ @@ -265216,16 +265215,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cobblestone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13227, "states": [ @@ -265342,10 +265342,9 @@ "random_sequence": "minecraft:blocks/brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brick_slab", "functions": [ { "conditions": [ @@ -265365,16 +265364,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13233, "states": [ @@ -265491,10 +265491,9 @@ "random_sequence": "minecraft:blocks/stone_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:stone_brick_slab", "functions": [ { "conditions": [ @@ -265514,16 +265513,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:stone_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13239, "states": [ @@ -265640,10 +265640,9 @@ "random_sequence": "minecraft:blocks/mud_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mud_brick_slab", "functions": [ { "conditions": [ @@ -265663,16 +265662,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:mud_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13245, "states": [ @@ -265789,10 +265789,9 @@ "random_sequence": "minecraft:blocks/nether_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:nether_brick_slab", "functions": [ { "conditions": [ @@ -265812,16 +265811,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:nether_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13251, "states": [ @@ -265938,10 +265938,9 @@ "random_sequence": "minecraft:blocks/quartz_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:quartz_slab", "functions": [ { "conditions": [ @@ -265961,16 +265960,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:quartz_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13257, "states": [ @@ -266087,10 +266087,9 @@ "random_sequence": "minecraft:blocks/red_sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_sandstone_slab", "functions": [ { "conditions": [ @@ -266110,16 +266109,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:red_sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13263, "states": [ @@ -266236,10 +266236,9 @@ "random_sequence": "minecraft:blocks/cut_red_sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cut_red_sandstone_slab", "functions": [ { "conditions": [ @@ -266259,16 +266258,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cut_red_sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13269, "states": [ @@ -266385,10 +266385,9 @@ "random_sequence": "minecraft:blocks/purpur_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purpur_slab", "functions": [ { "conditions": [ @@ -266408,16 +266407,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:purpur_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 13275, "states": [ @@ -266534,8 +266534,6 @@ "random_sequence": "minecraft:blocks/smooth_stone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_stone", @@ -266546,7 +266544,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -266586,8 +266586,6 @@ "random_sequence": "minecraft:blocks/smooth_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_sandstone", @@ -266598,7 +266596,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -266638,8 +266638,6 @@ "random_sequence": "minecraft:blocks/smooth_quartz", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_quartz", @@ -266650,7 +266648,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -266690,8 +266690,6 @@ "random_sequence": "minecraft:blocks/smooth_red_sandstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_red_sandstone", @@ -266702,7 +266700,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -266746,8 +266746,6 @@ "random_sequence": "minecraft:blocks/spruce_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_fence_gate", @@ -266758,15 +266756,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13289, "states": [ @@ -267271,8 +267271,6 @@ "random_sequence": "minecraft:blocks/birch_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_fence_gate", @@ -267283,15 +267281,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13321, "states": [ @@ -267796,8 +267796,6 @@ "random_sequence": "minecraft:blocks/jungle_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_fence_gate", @@ -267808,15 +267806,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13353, "states": [ @@ -268321,8 +268321,6 @@ "random_sequence": "minecraft:blocks/acacia_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_fence_gate", @@ -268333,15 +268331,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13385, "states": [ @@ -268846,8 +268846,6 @@ "random_sequence": "minecraft:blocks/cherry_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_fence_gate", @@ -268858,15 +268856,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13417, "states": [ @@ -269371,8 +269371,6 @@ "random_sequence": "minecraft:blocks/dark_oak_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_fence_gate", @@ -269383,15 +269381,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13449, "states": [ @@ -269896,8 +269896,6 @@ "random_sequence": "minecraft:blocks/pale_oak_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_fence_gate", @@ -269908,15 +269906,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13481, "states": [ @@ -270421,8 +270421,6 @@ "random_sequence": "minecraft:blocks/mangrove_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_fence_gate", @@ -270433,15 +270431,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13513, "states": [ @@ -270946,8 +270946,6 @@ "random_sequence": "minecraft:blocks/bamboo_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_fence_gate", @@ -270958,15 +270956,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 13545, "states": [ @@ -271471,8 +271471,6 @@ "random_sequence": "minecraft:blocks/spruce_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spruce_fence", @@ -271483,16 +271481,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13601, "states": [ @@ -272073,8 +272073,6 @@ "random_sequence": "minecraft:blocks/birch_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:birch_fence", @@ -272085,16 +272083,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13633, "states": [ @@ -272675,8 +272675,6 @@ "random_sequence": "minecraft:blocks/jungle_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:jungle_fence", @@ -272687,16 +272685,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13665, "states": [ @@ -273277,8 +273277,6 @@ "random_sequence": "minecraft:blocks/acacia_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:acacia_fence", @@ -273289,16 +273287,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13697, "states": [ @@ -273879,8 +273879,6 @@ "random_sequence": "minecraft:blocks/cherry_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cherry_fence", @@ -273891,16 +273889,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13729, "states": [ @@ -274481,8 +274481,6 @@ "random_sequence": "minecraft:blocks/dark_oak_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dark_oak_fence", @@ -274493,16 +274491,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13761, "states": [ @@ -275083,8 +275083,6 @@ "random_sequence": "minecraft:blocks/pale_oak_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_oak_fence", @@ -275095,16 +275093,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13793, "states": [ @@ -275685,8 +275685,6 @@ "random_sequence": "minecraft:blocks/mangrove_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mangrove_fence", @@ -275697,16 +275695,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13825, "states": [ @@ -276287,8 +276287,6 @@ "random_sequence": "minecraft:blocks/bamboo_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo_fence", @@ -276299,16 +276297,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 13857, "states": [ @@ -276885,10 +276885,9 @@ "random_sequence": "minecraft:blocks/spruce_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:spruce_door", "conditions": [ { "block": "minecraft:spruce_door", @@ -276898,7 +276897,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:spruce_door", "type": "minecraft:item" } ], @@ -276906,16 +276904,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 13869, "states": [ @@ -277960,10 +277960,9 @@ "random_sequence": "minecraft:blocks/birch_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:birch_door", "conditions": [ { "block": "minecraft:birch_door", @@ -277973,7 +277972,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:birch_door", "type": "minecraft:item" } ], @@ -277981,16 +277979,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 13933, "states": [ @@ -279035,10 +279035,9 @@ "random_sequence": "minecraft:blocks/jungle_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:jungle_door", "conditions": [ { "block": "minecraft:jungle_door", @@ -279048,7 +279047,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:jungle_door", "type": "minecraft:item" } ], @@ -279056,16 +279054,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 13997, "states": [ @@ -280110,10 +280110,9 @@ "random_sequence": "minecraft:blocks/acacia_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:acacia_door", "conditions": [ { "block": "minecraft:acacia_door", @@ -280123,7 +280122,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:acacia_door", "type": "minecraft:item" } ], @@ -280131,16 +280129,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14061, "states": [ @@ -281185,10 +281185,9 @@ "random_sequence": "minecraft:blocks/cherry_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cherry_door", "conditions": [ { "block": "minecraft:cherry_door", @@ -281198,7 +281197,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:cherry_door", "type": "minecraft:item" } ], @@ -281206,16 +281204,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14125, "states": [ @@ -282260,10 +282260,9 @@ "random_sequence": "minecraft:blocks/dark_oak_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:dark_oak_door", "conditions": [ { "block": "minecraft:dark_oak_door", @@ -282273,7 +282272,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:dark_oak_door", "type": "minecraft:item" } ], @@ -282281,16 +282279,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14189, "states": [ @@ -283335,10 +283335,9 @@ "random_sequence": "minecraft:blocks/pale_oak_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pale_oak_door", "conditions": [ { "block": "minecraft:pale_oak_door", @@ -283348,7 +283347,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:pale_oak_door", "type": "minecraft:item" } ], @@ -283356,16 +283354,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14253, "states": [ @@ -284410,10 +284410,9 @@ "random_sequence": "minecraft:blocks/mangrove_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mangrove_door", "conditions": [ { "block": "minecraft:mangrove_door", @@ -284423,7 +284422,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:mangrove_door", "type": "minecraft:item" } ], @@ -284431,16 +284429,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14317, "states": [ @@ -285485,10 +285485,9 @@ "random_sequence": "minecraft:blocks/bamboo_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bamboo_door", "conditions": [ { "block": "minecraft:bamboo_door", @@ -285498,7 +285497,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:bamboo_door", "type": "minecraft:item" } ], @@ -285506,16 +285504,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 14381, "states": [ @@ -286560,8 +286560,6 @@ "random_sequence": "minecraft:blocks/end_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:end_rod", @@ -286572,12 +286570,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14438, "states": [ @@ -286694,10 +286694,9 @@ "random_sequence": "minecraft:blocks/chorus_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:chorus_fruit", "functions": [ { "count": { @@ -286712,20 +286711,21 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:chorus_fruit", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -1761582026 ], "default_state_id": 14503, "states": [ @@ -287972,10 +287972,9 @@ "random_sequence": "minecraft:blocks/chorus_flower", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:chorus_flower", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -287986,15 +287985,16 @@ "condition": "minecraft:entity_properties" } ], - "name": "minecraft:chorus_flower", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 419870687 + -248921515 ], "default_state_id": 14504, "states": [ @@ -288111,8 +288111,6 @@ "random_sequence": "minecraft:blocks/purpur_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purpur_block", @@ -288123,7 +288121,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -288163,8 +288163,6 @@ "random_sequence": "minecraft:blocks/purpur_pillar", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purpur_pillar", @@ -288175,12 +288173,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 14512, "states": [ @@ -288249,8 +288249,6 @@ "random_sequence": "minecraft:blocks/purpur_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purpur_stairs", @@ -288261,15 +288259,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 14525, "states": [ @@ -289826,8 +289826,6 @@ "random_sequence": "minecraft:blocks/end_stone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:end_stone_bricks", @@ -289838,7 +289836,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -289872,20 +289872,20 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1280, + "item_id": 1285, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/torchflower_crop", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:torchflower_seeds", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -289895,7 +289895,7 @@ ] }, "properties": [ - -468618147 + -1137410349 ], "default_state_id": 14595, "states": [ @@ -289938,18 +289938,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1281, + "item_id": 1286, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pitcher_crop", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:pitcher_pod", "conditions": [ { "block": "minecraft:pitcher_crop", @@ -289973,10 +289972,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pitcher_pod", "type": "minecraft:item" }, { + "name": "minecraft:pitcher_pod", "conditions": [ { "block": "minecraft:pitcher_crop", @@ -290000,10 +289999,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pitcher_pod", "type": "minecraft:item" }, { + "name": "minecraft:pitcher_pod", "conditions": [ { "block": "minecraft:pitcher_crop", @@ -290027,10 +290026,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pitcher_pod", "type": "minecraft:item" }, { + "name": "minecraft:pitcher_pod", "conditions": [ { "block": "minecraft:pitcher_crop", @@ -290054,10 +290053,10 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pitcher_pod", "type": "minecraft:item" }, { + "name": "minecraft:pitcher_plant", "conditions": [ { "block": "minecraft:pitcher_crop", @@ -290081,13 +290080,14 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pitcher_plant", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -290097,8 +290097,8 @@ ] }, "properties": [ - -439958148, - -1787022173 + -1108750350, + -2069079748 ], "default_state_id": 14598, "states": [ @@ -290267,10 +290267,9 @@ "random_sequence": "minecraft:blocks/pitcher_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pitcher_plant", "conditions": [ { "block": "minecraft:pitcher_plant", @@ -290280,10 +290279,11 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:pitcher_plant", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -290293,7 +290293,7 @@ ] }, "properties": [ - -1787022173 + -2069079748 ], "default_state_id": 14608, "states": [ @@ -290336,18 +290336,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1283, + "item_id": 1288, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/beetroots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:beetroot", "conditions": [ { "block": "minecraft:beetroots", @@ -290357,7 +290356,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:beetroot", "type": "minecraft:item" }, { @@ -290367,13 +290365,14 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:beetroot_seeds", "functions": [ { "enchantment": "minecraft:fortune", @@ -290385,7 +290384,6 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:beetroot_seeds", "type": "minecraft:item" } ], @@ -290397,7 +290395,9 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ], "functions": [ @@ -290407,7 +290407,7 @@ ] }, "properties": [ - -467694562 + -1136486764 ], "default_state_id": 14609, "states": [ @@ -290484,8 +290484,6 @@ "random_sequence": "minecraft:blocks/dirt_path", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dirt", @@ -290496,7 +290494,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -290562,8 +290562,8 @@ "blast_resistance": 3600000.0, "item_id": 573, "properties": [ - -199544051, - 298315299 + -557096691, + 3357405 ], "default_state_id": 14621, "states": [ @@ -290784,8 +290784,8 @@ "blast_resistance": 3600000.0, "item_id": 574, "properties": [ - -199544051, - 298315299 + -557096691, + 3357405 ], "default_state_id": 14633, "states": [ @@ -291010,7 +291010,7 @@ "random_sequence": "minecraft:blocks/frosted_ice" }, "properties": [ - -467694562 + -1136486764 ], "default_state_id": 14639, "states": [ @@ -291095,8 +291095,6 @@ "random_sequence": "minecraft:blocks/magma_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magma_block", @@ -291107,7 +291105,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -291147,8 +291147,6 @@ "random_sequence": "minecraft:blocks/nether_wart_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_wart_block", @@ -291159,7 +291157,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -291199,8 +291199,6 @@ "random_sequence": "minecraft:blocks/red_nether_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_nether_bricks", @@ -291211,7 +291209,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -291251,8 +291251,6 @@ "random_sequence": "minecraft:blocks/bone_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_block", @@ -291263,12 +291261,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 14647, "states": [ @@ -291366,8 +291366,6 @@ "random_sequence": "minecraft:blocks/observer", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:observer", @@ -291378,13 +291376,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653 + 3357405, + 2141793003 ], "default_state_id": 14655, "states": [ @@ -291597,10 +291597,9 @@ "random_sequence": "minecraft:blocks/shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:shulker_box", "functions": [ { "source": "block_entity", @@ -291613,15 +291612,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14666, "states": [ @@ -291744,10 +291744,9 @@ "random_sequence": "minecraft:blocks/white_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:white_shulker_box", "functions": [ { "source": "block_entity", @@ -291760,15 +291759,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:white_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14672, "states": [ @@ -291891,10 +291891,9 @@ "random_sequence": "minecraft:blocks/orange_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:orange_shulker_box", "functions": [ { "source": "block_entity", @@ -291907,15 +291906,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:orange_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14678, "states": [ @@ -292038,10 +292038,9 @@ "random_sequence": "minecraft:blocks/magenta_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magenta_shulker_box", "functions": [ { "source": "block_entity", @@ -292054,15 +292053,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:magenta_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14684, "states": [ @@ -292185,10 +292185,9 @@ "random_sequence": "minecraft:blocks/light_blue_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_blue_shulker_box", "functions": [ { "source": "block_entity", @@ -292201,15 +292200,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_blue_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14690, "states": [ @@ -292332,10 +292332,9 @@ "random_sequence": "minecraft:blocks/yellow_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:yellow_shulker_box", "functions": [ { "source": "block_entity", @@ -292348,15 +292347,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:yellow_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14696, "states": [ @@ -292479,10 +292479,9 @@ "random_sequence": "minecraft:blocks/lime_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lime_shulker_box", "functions": [ { "source": "block_entity", @@ -292495,15 +292494,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:lime_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14702, "states": [ @@ -292626,10 +292626,9 @@ "random_sequence": "minecraft:blocks/pink_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_shulker_box", "functions": [ { "source": "block_entity", @@ -292642,15 +292641,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:pink_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14708, "states": [ @@ -292773,10 +292773,9 @@ "random_sequence": "minecraft:blocks/gray_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gray_shulker_box", "functions": [ { "source": "block_entity", @@ -292789,15 +292788,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:gray_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14714, "states": [ @@ -292920,10 +292920,9 @@ "random_sequence": "minecraft:blocks/light_gray_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_gray_shulker_box", "functions": [ { "source": "block_entity", @@ -292936,15 +292935,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:light_gray_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14720, "states": [ @@ -293067,10 +293067,9 @@ "random_sequence": "minecraft:blocks/cyan_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cyan_shulker_box", "functions": [ { "source": "block_entity", @@ -293083,15 +293082,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:cyan_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14726, "states": [ @@ -293214,10 +293214,9 @@ "random_sequence": "minecraft:blocks/purple_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purple_shulker_box", "functions": [ { "source": "block_entity", @@ -293230,15 +293229,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:purple_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14732, "states": [ @@ -293361,10 +293361,9 @@ "random_sequence": "minecraft:blocks/blue_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blue_shulker_box", "functions": [ { "source": "block_entity", @@ -293377,15 +293376,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:blue_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14738, "states": [ @@ -293508,10 +293508,9 @@ "random_sequence": "minecraft:blocks/brown_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brown_shulker_box", "functions": [ { "source": "block_entity", @@ -293524,15 +293523,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:brown_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14744, "states": [ @@ -293655,10 +293655,9 @@ "random_sequence": "minecraft:blocks/green_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:green_shulker_box", "functions": [ { "source": "block_entity", @@ -293671,15 +293670,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:green_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14750, "states": [ @@ -293802,10 +293802,9 @@ "random_sequence": "minecraft:blocks/red_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_shulker_box", "functions": [ { "source": "block_entity", @@ -293818,15 +293817,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:red_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14756, "states": [ @@ -293949,10 +293949,9 @@ "random_sequence": "minecraft:blocks/black_shulker_box", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:black_shulker_box", "functions": [ { "source": "block_entity", @@ -293965,15 +293964,16 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:black_shulker_box", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299 + 3357405 ], "default_state_id": 14762, "states": [ @@ -294096,8 +294096,6 @@ "random_sequence": "minecraft:blocks/white_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_glazed_terracotta", @@ -294108,12 +294106,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14764, "states": [ @@ -294198,8 +294198,6 @@ "random_sequence": "minecraft:blocks/orange_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_glazed_terracotta", @@ -294210,12 +294208,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14768, "states": [ @@ -294300,8 +294300,6 @@ "random_sequence": "minecraft:blocks/magenta_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_glazed_terracotta", @@ -294312,12 +294310,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14772, "states": [ @@ -294402,8 +294402,6 @@ "random_sequence": "minecraft:blocks/light_blue_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_glazed_terracotta", @@ -294414,12 +294412,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14776, "states": [ @@ -294504,8 +294504,6 @@ "random_sequence": "minecraft:blocks/yellow_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_glazed_terracotta", @@ -294516,12 +294514,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14780, "states": [ @@ -294606,8 +294606,6 @@ "random_sequence": "minecraft:blocks/lime_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_glazed_terracotta", @@ -294618,12 +294616,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14784, "states": [ @@ -294708,8 +294708,6 @@ "random_sequence": "minecraft:blocks/pink_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_glazed_terracotta", @@ -294720,12 +294718,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14788, "states": [ @@ -294810,8 +294810,6 @@ "random_sequence": "minecraft:blocks/gray_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_glazed_terracotta", @@ -294822,12 +294820,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14792, "states": [ @@ -294912,8 +294912,6 @@ "random_sequence": "minecraft:blocks/light_gray_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_glazed_terracotta", @@ -294924,12 +294922,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14796, "states": [ @@ -295014,8 +295014,6 @@ "random_sequence": "minecraft:blocks/cyan_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_glazed_terracotta", @@ -295026,12 +295024,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14800, "states": [ @@ -295116,8 +295116,6 @@ "random_sequence": "minecraft:blocks/purple_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_glazed_terracotta", @@ -295128,12 +295126,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14804, "states": [ @@ -295218,8 +295218,6 @@ "random_sequence": "minecraft:blocks/blue_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_glazed_terracotta", @@ -295230,12 +295228,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14808, "states": [ @@ -295320,8 +295320,6 @@ "random_sequence": "minecraft:blocks/brown_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_glazed_terracotta", @@ -295332,12 +295330,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14812, "states": [ @@ -295422,8 +295422,6 @@ "random_sequence": "minecraft:blocks/green_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_glazed_terracotta", @@ -295434,12 +295432,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14816, "states": [ @@ -295524,8 +295524,6 @@ "random_sequence": "minecraft:blocks/red_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_glazed_terracotta", @@ -295536,12 +295534,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14820, "states": [ @@ -295626,8 +295626,6 @@ "random_sequence": "minecraft:blocks/black_glazed_terracotta", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_glazed_terracotta", @@ -295638,12 +295636,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 14824, "states": [ @@ -295728,8 +295728,6 @@ "random_sequence": "minecraft:blocks/white_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_concrete", @@ -295740,7 +295738,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -295780,8 +295780,6 @@ "random_sequence": "minecraft:blocks/orange_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_concrete", @@ -295792,7 +295790,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -295832,8 +295832,6 @@ "random_sequence": "minecraft:blocks/magenta_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_concrete", @@ -295844,7 +295842,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -295884,8 +295884,6 @@ "random_sequence": "minecraft:blocks/light_blue_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_concrete", @@ -295896,7 +295894,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -295936,8 +295936,6 @@ "random_sequence": "minecraft:blocks/yellow_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_concrete", @@ -295948,7 +295946,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -295988,8 +295988,6 @@ "random_sequence": "minecraft:blocks/lime_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_concrete", @@ -296000,7 +295998,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296040,8 +296040,6 @@ "random_sequence": "minecraft:blocks/pink_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_concrete", @@ -296052,7 +296050,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296092,8 +296092,6 @@ "random_sequence": "minecraft:blocks/gray_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_concrete", @@ -296104,7 +296102,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296144,8 +296144,6 @@ "random_sequence": "minecraft:blocks/light_gray_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_concrete", @@ -296156,7 +296154,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296196,8 +296196,6 @@ "random_sequence": "minecraft:blocks/cyan_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_concrete", @@ -296208,7 +296206,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296248,8 +296248,6 @@ "random_sequence": "minecraft:blocks/purple_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_concrete", @@ -296260,7 +296258,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296300,8 +296300,6 @@ "random_sequence": "minecraft:blocks/blue_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_concrete", @@ -296312,7 +296310,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296352,8 +296352,6 @@ "random_sequence": "minecraft:blocks/brown_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_concrete", @@ -296364,7 +296362,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296404,8 +296404,6 @@ "random_sequence": "minecraft:blocks/green_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_concrete", @@ -296416,7 +296414,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296456,8 +296456,6 @@ "random_sequence": "minecraft:blocks/red_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_concrete", @@ -296468,7 +296466,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296508,8 +296508,6 @@ "random_sequence": "minecraft:blocks/black_concrete", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_concrete", @@ -296520,7 +296518,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296560,8 +296560,6 @@ "random_sequence": "minecraft:blocks/white_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_concrete_powder", @@ -296572,7 +296570,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296612,8 +296612,6 @@ "random_sequence": "minecraft:blocks/orange_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_concrete_powder", @@ -296624,7 +296622,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296664,8 +296664,6 @@ "random_sequence": "minecraft:blocks/magenta_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_concrete_powder", @@ -296676,7 +296674,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296716,8 +296716,6 @@ "random_sequence": "minecraft:blocks/light_blue_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_concrete_powder", @@ -296728,7 +296726,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296768,8 +296768,6 @@ "random_sequence": "minecraft:blocks/yellow_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_concrete_powder", @@ -296780,7 +296778,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296820,8 +296820,6 @@ "random_sequence": "minecraft:blocks/lime_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_concrete_powder", @@ -296832,7 +296830,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296872,8 +296872,6 @@ "random_sequence": "minecraft:blocks/pink_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_concrete_powder", @@ -296884,7 +296882,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296924,8 +296924,6 @@ "random_sequence": "minecraft:blocks/gray_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_concrete_powder", @@ -296936,7 +296934,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -296976,8 +296976,6 @@ "random_sequence": "minecraft:blocks/light_gray_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_concrete_powder", @@ -296988,7 +296986,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297028,8 +297028,6 @@ "random_sequence": "minecraft:blocks/cyan_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_concrete_powder", @@ -297040,7 +297038,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297080,8 +297080,6 @@ "random_sequence": "minecraft:blocks/purple_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_concrete_powder", @@ -297092,7 +297090,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297132,8 +297132,6 @@ "random_sequence": "minecraft:blocks/blue_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_concrete_powder", @@ -297144,7 +297142,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297184,8 +297184,6 @@ "random_sequence": "minecraft:blocks/brown_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_concrete_powder", @@ -297196,7 +297194,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297236,8 +297236,6 @@ "random_sequence": "minecraft:blocks/green_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_concrete_powder", @@ -297248,7 +297246,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297288,8 +297288,6 @@ "random_sequence": "minecraft:blocks/red_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_concrete_powder", @@ -297300,7 +297298,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297340,8 +297340,6 @@ "random_sequence": "minecraft:blocks/black_concrete_powder", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_concrete_powder", @@ -297352,7 +297350,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297392,8 +297392,6 @@ "random_sequence": "minecraft:blocks/kelp", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:kelp", @@ -297404,12 +297402,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -656033431 + -1324825633 ], "default_state_id": 14860, "states": [ @@ -297794,8 +297794,6 @@ "random_sequence": "minecraft:blocks/kelp_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:kelp", @@ -297806,7 +297804,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297848,8 +297848,6 @@ "random_sequence": "minecraft:blocks/dried_kelp_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dried_kelp_block", @@ -297860,7 +297858,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -297900,8 +297900,6 @@ "random_sequence": "minecraft:blocks/turtle_egg", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:turtle_egg", @@ -297924,13 +297922,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -374208977, - -1695981062 + -1043001179, + 1930194032 ], "default_state_id": 14888, "states": [ @@ -298143,8 +298143,6 @@ "random_sequence": "minecraft:blocks/sniffer_egg", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sniffer_egg", @@ -298155,12 +298153,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1695981062 + 1930194032 ], "default_state_id": 14900, "states": [ @@ -298229,8 +298229,6 @@ "random_sequence": "minecraft:blocks/dried_ghast", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dried_ghast", @@ -298241,14 +298239,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 79060743, - -365764128 + -1610209386, + -589731459, + -723316768 ], "default_state_id": 14904, "states": [ @@ -298781,8 +298781,6 @@ "random_sequence": "minecraft:blocks/dead_tube_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_tube_coral_block", @@ -298793,7 +298791,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -298833,8 +298833,6 @@ "random_sequence": "minecraft:blocks/dead_brain_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_brain_coral_block", @@ -298845,7 +298843,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -298885,8 +298885,6 @@ "random_sequence": "minecraft:blocks/dead_bubble_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_bubble_coral_block", @@ -298897,7 +298895,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -298937,8 +298937,6 @@ "random_sequence": "minecraft:blocks/dead_fire_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_fire_coral_block", @@ -298949,7 +298947,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -298989,8 +298989,6 @@ "random_sequence": "minecraft:blocks/dead_horn_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_horn_coral_block", @@ -299001,7 +298999,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299041,12 +299041,11 @@ "random_sequence": "minecraft:blocks/tube_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:tube_coral_block", "conditions": [ { "predicate": { @@ -299064,22 +299063,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:tube_coral_block", "type": "minecraft:item" }, { + "name": "minecraft:dead_tube_coral_block", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dead_tube_coral_block", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299119,12 +299119,11 @@ "random_sequence": "minecraft:blocks/brain_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:brain_coral_block", "conditions": [ { "predicate": { @@ -299142,22 +299141,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:brain_coral_block", "type": "minecraft:item" }, { + "name": "minecraft:dead_brain_coral_block", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dead_brain_coral_block", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299197,12 +299197,11 @@ "random_sequence": "minecraft:blocks/bubble_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:bubble_coral_block", "conditions": [ { "predicate": { @@ -299220,22 +299219,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:bubble_coral_block", "type": "minecraft:item" }, { + "name": "minecraft:dead_bubble_coral_block", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dead_bubble_coral_block", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299275,12 +299275,11 @@ "random_sequence": "minecraft:blocks/fire_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:fire_coral_block", "conditions": [ { "predicate": { @@ -299298,22 +299297,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:fire_coral_block", "type": "minecraft:item" }, { + "name": "minecraft:dead_fire_coral_block", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dead_fire_coral_block", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299353,12 +299353,11 @@ "random_sequence": "minecraft:blocks/horn_coral_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:horn_coral_block", "conditions": [ { "predicate": { @@ -299376,22 +299375,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:horn_coral_block", "type": "minecraft:item" }, { + "name": "minecraft:dead_horn_coral_block", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:dead_horn_coral_block", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -299431,8 +299431,6 @@ "random_sequence": "minecraft:blocks/dead_tube_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_tube_coral", @@ -299455,12 +299453,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14945, "states": [ @@ -299509,8 +299509,6 @@ "random_sequence": "minecraft:blocks/dead_brain_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_brain_coral", @@ -299533,12 +299531,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14947, "states": [ @@ -299587,8 +299587,6 @@ "random_sequence": "minecraft:blocks/dead_bubble_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_bubble_coral", @@ -299611,12 +299609,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14949, "states": [ @@ -299665,8 +299665,6 @@ "random_sequence": "minecraft:blocks/dead_fire_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_fire_coral", @@ -299689,12 +299687,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14951, "states": [ @@ -299743,8 +299743,6 @@ "random_sequence": "minecraft:blocks/dead_horn_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_horn_coral", @@ -299767,12 +299765,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14953, "states": [ @@ -299821,8 +299821,6 @@ "random_sequence": "minecraft:blocks/tube_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tube_coral", @@ -299845,12 +299843,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14955, "states": [ @@ -299899,8 +299899,6 @@ "random_sequence": "minecraft:blocks/brain_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brain_coral", @@ -299923,12 +299921,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14957, "states": [ @@ -299977,8 +299977,6 @@ "random_sequence": "minecraft:blocks/bubble_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bubble_coral", @@ -300001,12 +299999,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14959, "states": [ @@ -300055,8 +300055,6 @@ "random_sequence": "minecraft:blocks/fire_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:fire_coral", @@ -300079,12 +300077,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14961, "states": [ @@ -300133,8 +300133,6 @@ "random_sequence": "minecraft:blocks/horn_coral", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:horn_coral", @@ -300157,12 +300155,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14963, "states": [ @@ -300211,8 +300211,6 @@ "random_sequence": "minecraft:blocks/dead_tube_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_tube_coral_fan", @@ -300235,12 +300233,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14965, "states": [ @@ -300289,8 +300289,6 @@ "random_sequence": "minecraft:blocks/dead_brain_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_brain_coral_fan", @@ -300313,12 +300311,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14967, "states": [ @@ -300367,8 +300367,6 @@ "random_sequence": "minecraft:blocks/dead_bubble_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_bubble_coral_fan", @@ -300391,12 +300389,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14969, "states": [ @@ -300445,8 +300445,6 @@ "random_sequence": "minecraft:blocks/dead_fire_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_fire_coral_fan", @@ -300469,12 +300467,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14971, "states": [ @@ -300523,8 +300523,6 @@ "random_sequence": "minecraft:blocks/dead_horn_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_horn_coral_fan", @@ -300547,12 +300545,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14973, "states": [ @@ -300601,8 +300601,6 @@ "random_sequence": "minecraft:blocks/tube_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tube_coral_fan", @@ -300625,12 +300623,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14975, "states": [ @@ -300679,8 +300679,6 @@ "random_sequence": "minecraft:blocks/brain_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brain_coral_fan", @@ -300703,12 +300701,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14977, "states": [ @@ -300757,8 +300757,6 @@ "random_sequence": "minecraft:blocks/bubble_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bubble_coral_fan", @@ -300781,12 +300779,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14979, "states": [ @@ -300835,8 +300835,6 @@ "random_sequence": "minecraft:blocks/fire_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:fire_coral_fan", @@ -300859,12 +300857,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14981, "states": [ @@ -300913,8 +300913,6 @@ "random_sequence": "minecraft:blocks/horn_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:horn_coral_fan", @@ -300937,12 +300935,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 14983, "states": [ @@ -300991,8 +300991,6 @@ "random_sequence": "minecraft:blocks/dead_tube_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_tube_coral_fan", @@ -301015,13 +301013,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 14985, "states": [ @@ -301154,8 +301154,6 @@ "random_sequence": "minecraft:blocks/dead_brain_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_brain_coral_fan", @@ -301178,13 +301176,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 14993, "states": [ @@ -301317,8 +301317,6 @@ "random_sequence": "minecraft:blocks/dead_bubble_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_bubble_coral_fan", @@ -301341,13 +301339,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15001, "states": [ @@ -301480,8 +301480,6 @@ "random_sequence": "minecraft:blocks/dead_fire_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_fire_coral_fan", @@ -301504,13 +301502,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15009, "states": [ @@ -301643,8 +301643,6 @@ "random_sequence": "minecraft:blocks/dead_horn_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dead_horn_coral_fan", @@ -301667,13 +301665,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15017, "states": [ @@ -301806,8 +301806,6 @@ "random_sequence": "minecraft:blocks/tube_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tube_coral_fan", @@ -301830,13 +301828,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15025, "states": [ @@ -301969,8 +301969,6 @@ "random_sequence": "minecraft:blocks/brain_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brain_coral_fan", @@ -301993,13 +301991,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15033, "states": [ @@ -302132,8 +302132,6 @@ "random_sequence": "minecraft:blocks/bubble_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bubble_coral_fan", @@ -302156,13 +302154,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15041, "states": [ @@ -302295,8 +302295,6 @@ "random_sequence": "minecraft:blocks/fire_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:fire_coral_fan", @@ -302319,13 +302317,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15049, "states": [ @@ -302458,8 +302458,6 @@ "random_sequence": "minecraft:blocks/horn_coral_fan", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:horn_coral_fan", @@ -302482,13 +302480,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 15057, "states": [ @@ -302621,10 +302621,9 @@ "random_sequence": "minecraft:blocks/sea_pickle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:sea_pickle", "functions": [ { "conditions": [ @@ -302672,16 +302671,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:sea_pickle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1209366972, - -365764128 + -1878159174, + -723316768 ], "default_state_id": 15065, "states": [ @@ -302830,8 +302830,6 @@ "random_sequence": "minecraft:blocks/blue_ice", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_ice", @@ -302854,7 +302852,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -302894,19 +302894,19 @@ "random_sequence": "minecraft:blocks/conduit", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:conduit", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 15074, "states": [ @@ -302961,8 +302961,6 @@ "random_sequence": "minecraft:blocks/bamboo_sapling", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo", @@ -302973,7 +302971,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -303015,8 +303015,6 @@ "random_sequence": "minecraft:blocks/bamboo", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo", @@ -303027,14 +303025,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -468618147, - -1725677107, - -1364104642 + -1137410349, + -1164729359, + -2032896844 ], "default_state_id": 15077, "states": [ @@ -303247,8 +303247,6 @@ "random_sequence": "minecraft:blocks/potted_bamboo", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -303259,11 +303257,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bamboo", @@ -303274,7 +303272,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -303364,7 +303364,7 @@ "blast_resistance": 0.0, "item_id": 0, "properties": [ - -1404583493 + -1762136133 ], "default_state_id": 15092, "states": [ @@ -303409,8 +303409,6 @@ "random_sequence": "minecraft:blocks/polished_granite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_granite_stairs", @@ -303421,15 +303419,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15105, "states": [ @@ -304986,8 +304986,6 @@ "random_sequence": "minecraft:blocks/smooth_red_sandstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_red_sandstone_stairs", @@ -304998,15 +304996,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15185, "states": [ @@ -306563,8 +306563,6 @@ "random_sequence": "minecraft:blocks/mossy_stone_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_stone_brick_stairs", @@ -306575,15 +306573,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15265, "states": [ @@ -308140,8 +308140,6 @@ "random_sequence": "minecraft:blocks/polished_diorite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_diorite_stairs", @@ -308152,15 +308150,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15345, "states": [ @@ -309717,8 +309717,6 @@ "random_sequence": "minecraft:blocks/mossy_cobblestone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_cobblestone_stairs", @@ -309729,15 +309727,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15425, "states": [ @@ -311294,8 +311294,6 @@ "random_sequence": "minecraft:blocks/end_stone_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:end_stone_brick_stairs", @@ -311306,15 +311304,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15505, "states": [ @@ -312871,8 +312871,6 @@ "random_sequence": "minecraft:blocks/stone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_stairs", @@ -312883,15 +312881,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15585, "states": [ @@ -314448,8 +314448,6 @@ "random_sequence": "minecraft:blocks/smooth_sandstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_sandstone_stairs", @@ -314460,15 +314458,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15665, "states": [ @@ -316025,8 +316025,6 @@ "random_sequence": "minecraft:blocks/smooth_quartz_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_quartz_stairs", @@ -316037,15 +316035,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15745, "states": [ @@ -317602,8 +317602,6 @@ "random_sequence": "minecraft:blocks/granite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:granite_stairs", @@ -317614,15 +317612,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15825, "states": [ @@ -319179,8 +319179,6 @@ "random_sequence": "minecraft:blocks/andesite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:andesite_stairs", @@ -319191,15 +319189,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15905, "states": [ @@ -320756,8 +320756,6 @@ "random_sequence": "minecraft:blocks/red_nether_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_nether_brick_stairs", @@ -320768,15 +320766,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 15985, "states": [ @@ -322333,8 +322333,6 @@ "random_sequence": "minecraft:blocks/polished_andesite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_andesite_stairs", @@ -322345,15 +322343,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 16065, "states": [ @@ -323910,8 +323910,6 @@ "random_sequence": "minecraft:blocks/diorite_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:diorite_stairs", @@ -323922,15 +323920,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 16145, "states": [ @@ -325487,10 +325487,9 @@ "random_sequence": "minecraft:blocks/polished_granite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_granite_slab", "functions": [ { "conditions": [ @@ -325510,16 +325509,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_granite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16217, "states": [ @@ -325636,10 +325636,9 @@ "random_sequence": "minecraft:blocks/smooth_red_sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:smooth_red_sandstone_slab", "functions": [ { "conditions": [ @@ -325659,16 +325658,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:smooth_red_sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16223, "states": [ @@ -325785,10 +325785,9 @@ "random_sequence": "minecraft:blocks/mossy_stone_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mossy_stone_brick_slab", "functions": [ { "conditions": [ @@ -325808,16 +325807,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:mossy_stone_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16229, "states": [ @@ -325934,10 +325934,9 @@ "random_sequence": "minecraft:blocks/polished_diorite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_diorite_slab", "functions": [ { "conditions": [ @@ -325957,16 +325956,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_diorite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16235, "states": [ @@ -326083,10 +326083,9 @@ "random_sequence": "minecraft:blocks/mossy_cobblestone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mossy_cobblestone_slab", "functions": [ { "conditions": [ @@ -326106,16 +326105,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:mossy_cobblestone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16241, "states": [ @@ -326232,10 +326232,9 @@ "random_sequence": "minecraft:blocks/end_stone_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:end_stone_brick_slab", "functions": [ { "conditions": [ @@ -326255,16 +326254,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:end_stone_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16247, "states": [ @@ -326381,10 +326381,9 @@ "random_sequence": "minecraft:blocks/smooth_sandstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:smooth_sandstone_slab", "functions": [ { "conditions": [ @@ -326404,16 +326403,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:smooth_sandstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16253, "states": [ @@ -326530,10 +326530,9 @@ "random_sequence": "minecraft:blocks/smooth_quartz_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:smooth_quartz_slab", "functions": [ { "conditions": [ @@ -326553,16 +326552,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:smooth_quartz_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16259, "states": [ @@ -326679,10 +326679,9 @@ "random_sequence": "minecraft:blocks/granite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:granite_slab", "functions": [ { "conditions": [ @@ -326702,16 +326701,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:granite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16265, "states": [ @@ -326828,10 +326828,9 @@ "random_sequence": "minecraft:blocks/andesite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:andesite_slab", "functions": [ { "conditions": [ @@ -326851,16 +326850,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:andesite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16271, "states": [ @@ -326977,10 +326977,9 @@ "random_sequence": "minecraft:blocks/red_nether_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_nether_brick_slab", "functions": [ { "conditions": [ @@ -327000,16 +326999,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:red_nether_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16277, "states": [ @@ -327126,10 +327126,9 @@ "random_sequence": "minecraft:blocks/polished_andesite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_andesite_slab", "functions": [ { "conditions": [ @@ -327149,16 +327148,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_andesite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16283, "states": [ @@ -327275,10 +327275,9 @@ "random_sequence": "minecraft:blocks/diorite_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:diorite_slab", "functions": [ { "conditions": [ @@ -327298,16 +327297,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:diorite_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 16289, "states": [ @@ -327424,8 +327424,6 @@ "random_sequence": "minecraft:blocks/brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brick_wall", @@ -327436,17 +327434,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 16295, "states": [ @@ -334077,8 +334077,6 @@ "random_sequence": "minecraft:blocks/prismarine_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:prismarine_wall", @@ -334089,17 +334087,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 16619, "states": [ @@ -340730,8 +340730,6 @@ "random_sequence": "minecraft:blocks/red_sandstone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_sandstone_wall", @@ -340742,17 +340740,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 16943, "states": [ @@ -347383,8 +347383,6 @@ "random_sequence": "minecraft:blocks/mossy_stone_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mossy_stone_brick_wall", @@ -347395,17 +347393,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 17267, "states": [ @@ -354036,8 +354036,6 @@ "random_sequence": "minecraft:blocks/granite_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:granite_wall", @@ -354048,17 +354046,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 17591, "states": [ @@ -360689,8 +360689,6 @@ "random_sequence": "minecraft:blocks/stone_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stone_brick_wall", @@ -360701,17 +360699,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 17915, "states": [ @@ -367342,8 +367342,6 @@ "random_sequence": "minecraft:blocks/mud_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mud_brick_wall", @@ -367354,17 +367352,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 18239, "states": [ @@ -373995,8 +373995,6 @@ "random_sequence": "minecraft:blocks/nether_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_brick_wall", @@ -374007,17 +374005,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 18563, "states": [ @@ -380648,8 +380648,6 @@ "random_sequence": "minecraft:blocks/andesite_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:andesite_wall", @@ -380660,17 +380658,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 18887, "states": [ @@ -387301,8 +387301,6 @@ "random_sequence": "minecraft:blocks/red_nether_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_nether_brick_wall", @@ -387313,17 +387311,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 19211, "states": [ @@ -393954,8 +393954,6 @@ "random_sequence": "minecraft:blocks/sandstone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sandstone_wall", @@ -393966,17 +393964,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 19535, "states": [ @@ -400607,8 +400607,6 @@ "random_sequence": "minecraft:blocks/end_stone_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:end_stone_brick_wall", @@ -400619,17 +400617,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 19859, "states": [ @@ -407260,8 +407260,6 @@ "random_sequence": "minecraft:blocks/diorite_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:diorite_wall", @@ -407272,17 +407270,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 20183, "states": [ @@ -413917,8 +413917,6 @@ "random_sequence": "minecraft:blocks/scaffolding", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:scaffolding", @@ -413929,14 +413927,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1504063154, - -979090582, - -365764128 + 1146510514, + -1647882784, + -723316768 ], "default_state_id": 20535, "states": [ @@ -414863,14 +414863,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.5, "blast_resistance": 2.5, - "item_id": 1324, + "item_id": 1341, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/loom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:loom", @@ -414881,12 +414879,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 20536, "states": [ @@ -414965,16 +414965,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.5, "blast_resistance": 2.5, - "item_id": 1337, + "item_id": 1354, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/barrel", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:barrel", "functions": [ { "source": "block_entity", @@ -414984,7 +414983,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:barrel", "type": "minecraft:item" } ], @@ -414992,13 +414990,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1404257583 + 3357405, + -1761810223 ], "default_state_id": 20541, "states": [ @@ -415217,16 +415217,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1338, + "item_id": 1355, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/smoker", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:smoker", "functions": [ { "source": "block_entity", @@ -415236,7 +415235,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:smoker", "type": "minecraft:item" } ], @@ -415244,13 +415242,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098 + -1610209386, + -1765120738 ], "default_state_id": 20553, "states": [ @@ -415401,16 +415401,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1339, + "item_id": 1356, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blast_furnace", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blast_furnace", "functions": [ { "source": "block_entity", @@ -415420,7 +415419,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:blast_furnace", "type": "minecraft:item" } ], @@ -415428,13 +415426,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098 + -1610209386, + -1765120738 ], "default_state_id": 20561, "states": [ @@ -415585,14 +415585,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.5, "blast_resistance": 2.5, - "item_id": 1340, + "item_id": 1357, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/cartography_table", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cartography_table", @@ -415603,7 +415601,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -415637,14 +415637,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.5, "blast_resistance": 2.5, - "item_id": 1341, + "item_id": 1358, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/fletching_table", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:fletching_table", @@ -415655,7 +415653,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -415689,14 +415689,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1342, + "item_id": 1359, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/grindstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:grindstone", @@ -415707,13 +415705,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040 + 843751029, + -1610209386 ], "default_state_id": 20574, "states": [ @@ -416042,8 +416042,6 @@ "random_sequence": "minecraft:blocks/lectern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lectern", @@ -416054,14 +416052,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1267366411, - -1795621653 + -1610209386, + -1624919051, + 2141793003 ], "default_state_id": 20585, "states": [ @@ -416500,14 +416500,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.5, "blast_resistance": 2.5, - "item_id": 1343, + "item_id": 1360, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/smithing_table", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smithing_table", @@ -416518,7 +416516,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -416552,14 +416552,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1344, + "item_id": 1361, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/stonecutter", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stonecutter", @@ -416570,12 +416568,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040 + -1610209386 ], "default_state_id": 20599, "states": [ @@ -416654,14 +416654,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 5.0, "blast_resistance": 5.0, - "item_id": 1345, + "item_id": 1362, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/bell", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bell", @@ -416672,14 +416670,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -504947085, - 1538441040, - -1795621653 + -339778284, + -1610209386, + 2141793003 ], "default_state_id": 20604, "states": [ @@ -417334,14 +417334,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1346, + "item_id": 1363, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lantern", @@ -417352,13 +417350,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20638, "states": [ @@ -417445,14 +417445,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1347, + "item_id": 1364, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/soul_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:soul_lantern", @@ -417463,13 +417461,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20642, "states": [ @@ -417556,14 +417556,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1348, + "item_id": 1365, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_lantern", @@ -417574,13 +417572,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20646, "states": [ @@ -417667,14 +417667,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1349, + "item_id": 1366, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/exposed_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_lantern", @@ -417685,13 +417683,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20650, "states": [ @@ -417778,14 +417778,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1350, + "item_id": 1367, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/weathered_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_lantern", @@ -417796,13 +417794,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20654, "states": [ @@ -417889,14 +417889,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1351, + "item_id": 1368, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/oxidized_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_lantern", @@ -417907,13 +417905,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20658, "states": [ @@ -418000,14 +418000,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1352, + "item_id": 1369, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_lantern", @@ -418018,13 +418016,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20662, "states": [ @@ -418111,14 +418111,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1353, + "item_id": 1370, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_exposed_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_lantern", @@ -418129,13 +418127,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20666, "states": [ @@ -418222,14 +418222,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1354, + "item_id": 1371, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_weathered_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_lantern", @@ -418240,13 +418238,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20670, "states": [ @@ -418333,14 +418333,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1355, + "item_id": 1372, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_oxidized_copper_lantern", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_lantern", @@ -418351,13 +418349,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -714785097, - -365764128 + -1072337737, + -723316768 ], "default_state_id": 20674, "states": [ @@ -418444,18 +418444,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 2.0, - "item_id": 1358, + "item_id": 1375, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/campfire", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:campfire", "conditions": [ { "predicate": { @@ -418473,10 +418472,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:campfire", "type": "minecraft:item" }, { + "name": "minecraft:charcoal", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -418489,21 +418488,22 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:charcoal", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098, - -735003148, - -365764128 + -1610209386, + -1765120738, + -1092555788, + -723316768 ], "default_state_id": 20678, "states": [ @@ -419062,18 +419062,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 2.0, - "item_id": 1359, + "item_id": 1376, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/soul_campfire", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:soul_campfire", "conditions": [ { "predicate": { @@ -419091,10 +419090,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:soul_campfire", "type": "minecraft:item" }, { + "name": "minecraft:soul_soil", "conditions": [ { "condition": "minecraft:survives_explosion" @@ -419107,21 +419106,22 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:soul_soil", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1407568098, - -735003148, - -365764128 + -1610209386, + -1765120738, + -1092555788, + -723316768 ], "default_state_id": 20710, "states": [ @@ -419680,7 +419680,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1356, + "item_id": 1373, "flammable": { "spread_chance": 100, "burn_chance": 60 @@ -419690,6 +419690,21 @@ "random_sequence": "minecraft:blocks/sweet_berry_bush", "pools": [ { + "entries": [ + { + "name": "minecraft:sweet_berries", + "type": "minecraft:item" + } + ], + "conditions": [ + { + "block": "minecraft:sweet_berry_bush", + "properties": { + "age": "3" + }, + "condition": "minecraft:block_state_property" + } + ], "functions": [ { "count": { @@ -419710,7 +419725,9 @@ } ], "rolls": 1.0, - "bonus_rolls": 0.0, + "bonus_rolls": 0.0 + }, + { "entries": [ { "name": "minecraft:sweet_berries", @@ -419721,13 +419738,11 @@ { "block": "minecraft:sweet_berry_bush", "properties": { - "age": "3" + "age": "2" }, "condition": "minecraft:block_state_property" } - ] - }, - { + ], "functions": [ { "count": { @@ -419748,22 +419763,7 @@ } ], "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "name": "minecraft:sweet_berries", - "type": "minecraft:item" - } - ], - "conditions": [ - { - "block": "minecraft:sweet_berry_bush", - "properties": { - "age": "2" - }, - "condition": "minecraft:block_state_property" - } - ] + "bonus_rolls": 0.0 } ], "functions": [ @@ -419773,7 +419773,7 @@ ] }, "properties": [ - -467694562 + -1136486764 ], "default_state_id": 20739, "states": [ @@ -419850,8 +419850,6 @@ "random_sequence": "minecraft:blocks/warped_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_stem", @@ -419862,12 +419860,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20744, "states": [ @@ -419936,8 +419936,6 @@ "random_sequence": "minecraft:blocks/stripped_warped_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_warped_stem", @@ -419948,12 +419946,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20747, "states": [ @@ -420022,8 +420022,6 @@ "random_sequence": "minecraft:blocks/warped_hyphae", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_hyphae", @@ -420034,12 +420032,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20750, "states": [ @@ -420108,8 +420108,6 @@ "random_sequence": "minecraft:blocks/stripped_warped_hyphae", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_warped_hyphae", @@ -420120,12 +420118,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20753, "states": [ @@ -420194,12 +420194,11 @@ "random_sequence": "minecraft:blocks/warped_nylium", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:warped_nylium", "conditions": [ { "predicate": { @@ -420217,22 +420216,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:warped_nylium", "type": "minecraft:item" }, { + "name": "minecraft:netherrack", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:netherrack", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420272,8 +420272,6 @@ "random_sequence": "minecraft:blocks/warped_fungus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_fungus", @@ -420284,7 +420282,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420322,8 +420322,6 @@ "random_sequence": "minecraft:blocks/warped_wart_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_wart_block", @@ -420334,7 +420332,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420374,8 +420374,6 @@ "random_sequence": "minecraft:blocks/warped_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_roots", @@ -420386,7 +420384,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420424,8 +420424,6 @@ "random_sequence": "minecraft:blocks/nether_sprouts", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:nether_sprouts", @@ -420439,7 +420437,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420477,8 +420477,6 @@ "random_sequence": "minecraft:blocks/crimson_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_stem", @@ -420489,12 +420487,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20761, "states": [ @@ -420563,8 +420563,6 @@ "random_sequence": "minecraft:blocks/stripped_crimson_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_crimson_stem", @@ -420575,12 +420573,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20764, "states": [ @@ -420649,8 +420649,6 @@ "random_sequence": "minecraft:blocks/crimson_hyphae", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_hyphae", @@ -420661,12 +420659,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20767, "states": [ @@ -420735,8 +420735,6 @@ "random_sequence": "minecraft:blocks/stripped_crimson_hyphae", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:stripped_crimson_hyphae", @@ -420747,12 +420745,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 20770, "states": [ @@ -420821,12 +420821,11 @@ "random_sequence": "minecraft:blocks/crimson_nylium", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:crimson_nylium", "conditions": [ { "predicate": { @@ -420844,22 +420843,23 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:crimson_nylium", "type": "minecraft:item" }, { + "name": "minecraft:netherrack", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:netherrack", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420899,8 +420899,6 @@ "random_sequence": "minecraft:blocks/crimson_fungus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_fungus", @@ -420911,7 +420909,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -420943,14 +420943,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.0, "blast_resistance": 1.0, - "item_id": 1360, + "item_id": 1377, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/shroomlight", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:shroomlight", @@ -420961,7 +420959,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -421001,12 +421001,11 @@ "random_sequence": "minecraft:blocks/weeping_vines", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:weeping_vines", "conditions": [ { "terms": [ @@ -421035,10 +421034,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:weeping_vines", "type": "minecraft:item" }, { + "name": "minecraft:weeping_vines", "conditions": [ { "enchantment": "minecraft:fortune", @@ -421051,18 +421050,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:weeping_vines", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -656033431 + -1324825633 ], "default_state_id": 20775, "states": [ @@ -421447,12 +421447,11 @@ "random_sequence": "minecraft:blocks/weeping_vines_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:weeping_vines", "conditions": [ { "terms": [ @@ -421481,10 +421480,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:weeping_vines", "type": "minecraft:item" }, { + "name": "minecraft:weeping_vines", "conditions": [ { "enchantment": "minecraft:fortune", @@ -421497,13 +421496,14 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:weeping_vines", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -421541,12 +421541,11 @@ "random_sequence": "minecraft:blocks/twisting_vines", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:twisting_vines", "conditions": [ { "terms": [ @@ -421575,10 +421574,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:twisting_vines", "type": "minecraft:item" }, { + "name": "minecraft:twisting_vines", "conditions": [ { "enchantment": "minecraft:fortune", @@ -421591,18 +421590,19 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:twisting_vines", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -656033431 + -1324825633 ], "default_state_id": 20802, "states": [ @@ -421987,12 +421987,11 @@ "random_sequence": "minecraft:blocks/twisting_vines_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:twisting_vines", "conditions": [ { "terms": [ @@ -422021,10 +422020,10 @@ "condition": "minecraft:any_of" } ], - "name": "minecraft:twisting_vines", "type": "minecraft:item" }, { + "name": "minecraft:twisting_vines", "conditions": [ { "enchantment": "minecraft:fortune", @@ -422037,13 +422036,14 @@ "condition": "minecraft:table_bonus" } ], - "name": "minecraft:twisting_vines", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -422081,8 +422081,6 @@ "random_sequence": "minecraft:blocks/crimson_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_roots", @@ -422093,7 +422091,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -422131,8 +422131,6 @@ "random_sequence": "minecraft:blocks/crimson_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_planks", @@ -422143,7 +422141,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -422183,8 +422183,6 @@ "random_sequence": "minecraft:blocks/warped_planks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_planks", @@ -422195,7 +422193,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -422235,10 +422235,9 @@ "random_sequence": "minecraft:blocks/crimson_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:crimson_slab", "functions": [ { "conditions": [ @@ -422258,16 +422257,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:crimson_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 20835, "states": [ @@ -422384,10 +422384,9 @@ "random_sequence": "minecraft:blocks/warped_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:warped_slab", "functions": [ { "conditions": [ @@ -422407,16 +422406,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:warped_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 20841, "states": [ @@ -422533,8 +422533,6 @@ "random_sequence": "minecraft:blocks/crimson_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_pressure_plate", @@ -422545,12 +422543,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 20845, "states": [ @@ -422599,8 +422599,6 @@ "random_sequence": "minecraft:blocks/warped_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_pressure_plate", @@ -422611,12 +422609,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 20847, "states": [ @@ -422665,8 +422665,6 @@ "random_sequence": "minecraft:blocks/crimson_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_fence", @@ -422677,16 +422675,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 20879, "states": [ @@ -423263,8 +423263,6 @@ "random_sequence": "minecraft:blocks/warped_fence", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_fence", @@ -423275,16 +423273,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404569468, - -1302667892, - -1298047404, - -365764128, - -1404029386 + -1762122108, + -1660220532, + -1655600044, + -723316768, + -1761582026 ], "default_state_id": 20911, "states": [ @@ -423861,8 +423861,6 @@ "random_sequence": "minecraft:blocks/crimson_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_trapdoor", @@ -423873,16 +423871,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 20927, "states": [ @@ -424927,8 +424927,6 @@ "random_sequence": "minecraft:blocks/warped_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_trapdoor", @@ -424939,16 +424937,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 20991, "states": [ @@ -425993,8 +425993,6 @@ "random_sequence": "minecraft:blocks/crimson_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_fence_gate", @@ -426005,15 +426003,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 21047, "states": [ @@ -426514,8 +426514,6 @@ "random_sequence": "minecraft:blocks/warped_fence_gate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_fence_gate", @@ -426526,15 +426524,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 531513643, - -1404257583, - -1795621653 + -1610209386, + 173961003, + -1761810223, + 2141793003 ], "default_state_id": 21079, "states": [ @@ -427035,8 +427035,6 @@ "random_sequence": "minecraft:blocks/crimson_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_stairs", @@ -427047,15 +427045,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 21115, "states": [ @@ -428612,8 +428612,6 @@ "random_sequence": "minecraft:blocks/warped_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_stairs", @@ -428624,15 +428622,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 21195, "states": [ @@ -430189,8 +430189,6 @@ "random_sequence": "minecraft:blocks/crimson_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_button", @@ -430201,14 +430199,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 21273, "states": [ @@ -430565,8 +430565,6 @@ "random_sequence": "minecraft:blocks/warped_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_button", @@ -430577,14 +430575,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 21297, "states": [ @@ -430941,10 +430941,9 @@ "random_sequence": "minecraft:blocks/crimson_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:crimson_door", "conditions": [ { "block": "minecraft:crimson_door", @@ -430954,7 +430953,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:crimson_door", "type": "minecraft:item" } ], @@ -430962,16 +430960,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 21323, "states": [ @@ -432016,10 +432016,9 @@ "random_sequence": "minecraft:blocks/warped_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:warped_door", "conditions": [ { "block": "minecraft:warped_door", @@ -432029,7 +432028,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:warped_door", "type": "minecraft:item" } ], @@ -432037,16 +432035,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 21387, "states": [ @@ -433091,8 +433091,6 @@ "random_sequence": "minecraft:blocks/crimson_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_sign", @@ -433103,13 +433101,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 21441, "states": [ @@ -433610,8 +433610,6 @@ "random_sequence": "minecraft:blocks/warped_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_sign", @@ -433622,13 +433620,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -824248315, - -365764128 + -1493040517, + -723316768 ], "default_state_id": 21473, "states": [ @@ -434129,8 +434129,6 @@ "random_sequence": "minecraft:blocks/crimson_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_sign", @@ -434141,13 +434139,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 21505, "states": [ @@ -434288,8 +434288,6 @@ "random_sequence": "minecraft:blocks/warped_sign", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_sign", @@ -434300,13 +434298,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 21513, "states": [ @@ -434443,7 +434443,7 @@ "blast_resistance": 3600000.0, "item_id": 883, "properties": [ - 1614890635 + 669645663 ], "default_state_id": 21521, "states": [ @@ -434528,7 +434528,7 @@ "blast_resistance": 3600000.0, "item_id": 884, "properties": [ - -1039513742 + -1275422999 ], "default_state_id": 21534, "states": [ @@ -434749,7 +434749,7 @@ "blast_resistance": 3600000.0, "item_id": 885, "properties": [ - -668013444 + 665099556 ], "default_state_id": 21536, "states": [ @@ -434864,7 +434864,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.6, "blast_resistance": 0.6, - "item_id": 1336, + "item_id": 1353, "flammable": { "spread_chance": 20, "burn_chance": 5 @@ -434874,23 +434874,21 @@ "random_sequence": "minecraft:blocks/composter", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:composter", "functions": [ { "function": "minecraft:explosion_decay" } ], - "name": "minecraft:composter", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_meal", @@ -434905,12 +434903,14 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1833302105 + 1164509903 ], "default_state_id": 21541, "states": [ @@ -435151,8 +435151,6 @@ "random_sequence": "minecraft:blocks/target", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:target", @@ -435163,12 +435161,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -557273250 + -1226065452 ], "default_state_id": 21550, "states": [ @@ -435439,7 +435439,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.3, "blast_resistance": 0.3, - "item_id": 1362, + "item_id": 1379, "flammable": { "spread_chance": 20, "burn_chance": 30 @@ -435449,10 +435449,9 @@ "random_sequence": "minecraft:blocks/bee_nest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bee_nest", "functions": [ { "source": "block_entity", @@ -435469,7 +435468,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:bee_nest", "type": "minecraft:item" } ], @@ -435489,13 +435487,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1213452418 + -1610209386, + -1882244620 ], "default_state_id": 21566, "states": [ @@ -435918,7 +435918,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.6, "blast_resistance": 0.6, - "item_id": 1363, + "item_id": 1380, "flammable": { "spread_chance": 20, "burn_chance": 5 @@ -435928,12 +435928,11 @@ "random_sequence": "minecraft:blocks/beehive", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:beehive", "conditions": [ { "predicate": { @@ -435967,7 +435966,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:beehive", "type": "minecraft:item" }, { @@ -435977,13 +435975,15 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1213452418 + -1610209386, + -1882244620 ], "default_state_id": 21590, "states": [ @@ -436412,8 +436412,6 @@ "random_sequence": "minecraft:blocks/honey_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:honey_block", @@ -436424,7 +436422,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436458,14 +436458,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.6, "blast_resistance": 0.6, - "item_id": 1365, + "item_id": 1382, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/honeycomb_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:honeycomb_block", @@ -436476,7 +436474,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436516,8 +436516,6 @@ "random_sequence": "minecraft:blocks/netherite_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:netherite_block", @@ -436528,7 +436526,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436568,8 +436568,6 @@ "random_sequence": "minecraft:blocks/ancient_debris", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:ancient_debris", @@ -436580,7 +436578,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436614,14 +436614,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 50.0, "blast_resistance": 1200.0, - "item_id": 1367, + "item_id": 1384, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/crying_obsidian", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crying_obsidian", @@ -436632,7 +436630,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436666,14 +436666,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 50.0, "blast_resistance": 1200.0, - "item_id": 1380, + "item_id": 1397, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/respawn_anchor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:respawn_anchor", @@ -436684,12 +436682,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 993161788 + 324369586 ], "default_state_id": 21619, "states": [ @@ -436790,8 +436790,6 @@ "random_sequence": "minecraft:blocks/potted_crimson_fungus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -436802,11 +436800,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_fungus", @@ -436817,7 +436815,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436857,8 +436857,6 @@ "random_sequence": "minecraft:blocks/potted_warped_fungus", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -436869,11 +436867,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_fungus", @@ -436884,7 +436882,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436924,8 +436924,6 @@ "random_sequence": "minecraft:blocks/potted_crimson_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -436936,11 +436934,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crimson_roots", @@ -436951,7 +436949,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -436991,8 +436991,6 @@ "random_sequence": "minecraft:blocks/potted_warped_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -437003,11 +437001,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:warped_roots", @@ -437018,7 +437016,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -437052,14 +437052,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.5, "blast_resistance": 3.5, - "item_id": 1366, + "item_id": 1383, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/lodestone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lodestone", @@ -437070,7 +437068,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -437104,14 +437104,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1368, + "item_id": 1385, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blackstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blackstone", @@ -437122,7 +437120,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -437156,14 +437156,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1370, + "item_id": 1387, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blackstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blackstone_stairs", @@ -437174,15 +437172,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 21641, "states": [ @@ -438739,8 +438739,6 @@ "random_sequence": "minecraft:blocks/blackstone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blackstone_wall", @@ -438751,17 +438749,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 21713, "states": [ @@ -445386,16 +445386,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1369, + "item_id": 1386, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blackstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blackstone_slab", "functions": [ { "conditions": [ @@ -445415,16 +445414,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:blackstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 22037, "states": [ @@ -445535,14 +445535,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1372, + "item_id": 1389, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone", @@ -445553,7 +445551,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -445587,14 +445587,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1376, + "item_id": 1393, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_bricks", @@ -445605,7 +445603,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -445639,14 +445639,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1379, + "item_id": 1396, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/cracked_polished_blackstone_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_polished_blackstone_bricks", @@ -445657,7 +445655,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -445691,14 +445691,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1375, + "item_id": 1392, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/chiseled_polished_blackstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_polished_blackstone", @@ -445709,7 +445707,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -445743,16 +445743,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1377, + "item_id": 1394, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_blackstone_brick_slab", "functions": [ { "conditions": [ @@ -445772,16 +445771,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_blackstone_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 22047, "states": [ @@ -445892,14 +445892,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1378, + "item_id": 1395, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_brick_stairs", @@ -445910,15 +445908,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 22061, "states": [ @@ -447475,8 +447475,6 @@ "random_sequence": "minecraft:blocks/polished_blackstone_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_brick_wall", @@ -447487,17 +447485,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 22133, "states": [ @@ -454122,18 +454122,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 6.0, - "item_id": 1371, + "item_id": 1388, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/gilded_blackstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:gilded_blackstone", "conditions": [ { "predicate": { @@ -454151,12 +454150,12 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:gilded_blackstone", "type": "minecraft:item" }, { "children": [ { + "name": "minecraft:gold_nugget", "conditions": [ { "enchantment": "minecraft:fortune", @@ -454180,7 +454179,6 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:gold_nugget", "type": "minecraft:item" }, { @@ -454198,7 +454196,9 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -454232,14 +454232,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1374, + "item_id": 1391, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_stairs", @@ -454250,15 +454248,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 22466, "states": [ @@ -455809,16 +455809,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 2.0, "blast_resistance": 6.0, - "item_id": 1373, + "item_id": 1390, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/polished_blackstone_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_blackstone_slab", "functions": [ { "conditions": [ @@ -455838,16 +455837,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_blackstone_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 22538, "states": [ @@ -455964,8 +455964,6 @@ "random_sequence": "minecraft:blocks/polished_blackstone_pressure_plate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_pressure_plate", @@ -455976,12 +455974,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1795621653 + 2141793003 ], "default_state_id": 22542, "states": [ @@ -456030,8 +456030,6 @@ "random_sequence": "minecraft:blocks/polished_blackstone_button", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_button", @@ -456042,14 +456040,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -194458341, - 1538441040, - -1795621653 + 843751029, + -1610209386, + 2141793003 ], "default_state_id": 22552, "states": [ @@ -456406,8 +456406,6 @@ "random_sequence": "minecraft:blocks/polished_blackstone_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_blackstone_wall", @@ -456418,17 +456416,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 22570, "states": [ @@ -463059,8 +463059,6 @@ "random_sequence": "minecraft:blocks/chiseled_nether_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_nether_bricks", @@ -463071,7 +463069,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -463111,8 +463111,6 @@ "random_sequence": "minecraft:blocks/cracked_nether_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_nether_bricks", @@ -463123,7 +463121,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -463163,8 +463163,6 @@ "random_sequence": "minecraft:blocks/quartz_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:quartz_bricks", @@ -463175,7 +463173,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -463209,16 +463209,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1381, + "item_id": 1398, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:candle", "functions": [ { "conditions": [ @@ -463266,17 +463265,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22897, "states": [ @@ -463547,16 +463547,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1382, + "item_id": 1399, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/white_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:white_candle", "functions": [ { "conditions": [ @@ -463604,17 +463603,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:white_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22913, "states": [ @@ -463885,16 +463885,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1383, + "item_id": 1400, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/orange_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:orange_candle", "functions": [ { "conditions": [ @@ -463942,17 +463941,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:orange_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22929, "states": [ @@ -464223,16 +464223,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1384, + "item_id": 1401, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/magenta_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magenta_candle", "functions": [ { "conditions": [ @@ -464280,17 +464279,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:magenta_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22945, "states": [ @@ -464561,16 +464561,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1385, + "item_id": 1402, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_blue_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_blue_candle", "functions": [ { "conditions": [ @@ -464618,17 +464617,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:light_blue_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22961, "states": [ @@ -464899,16 +464899,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1386, + "item_id": 1403, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/yellow_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:yellow_candle", "functions": [ { "conditions": [ @@ -464956,17 +464955,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:yellow_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22977, "states": [ @@ -465237,16 +465237,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1387, + "item_id": 1404, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/lime_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:lime_candle", "functions": [ { "conditions": [ @@ -465294,17 +465293,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:lime_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 22993, "states": [ @@ -465575,16 +465575,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1388, + "item_id": 1405, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pink_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_candle", "functions": [ { "conditions": [ @@ -465632,17 +465631,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:pink_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23009, "states": [ @@ -465913,16 +465913,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1389, + "item_id": 1406, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/gray_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gray_candle", "functions": [ { "conditions": [ @@ -465970,17 +465969,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:gray_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23025, "states": [ @@ -466251,16 +466251,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1390, + "item_id": 1407, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/light_gray_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:light_gray_candle", "functions": [ { "conditions": [ @@ -466308,17 +466307,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:light_gray_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23041, "states": [ @@ -466589,16 +466589,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1391, + "item_id": 1408, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/cyan_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cyan_candle", "functions": [ { "conditions": [ @@ -466646,17 +466645,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cyan_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23057, "states": [ @@ -466927,16 +466927,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1392, + "item_id": 1409, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/purple_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:purple_candle", "functions": [ { "conditions": [ @@ -466984,17 +466983,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:purple_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23073, "states": [ @@ -467265,16 +467265,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1393, + "item_id": 1410, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/blue_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blue_candle", "functions": [ { "conditions": [ @@ -467322,17 +467321,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:blue_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23089, "states": [ @@ -467603,16 +467603,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1394, + "item_id": 1411, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/brown_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:brown_candle", "functions": [ { "conditions": [ @@ -467660,17 +467659,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:brown_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23105, "states": [ @@ -467941,16 +467941,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1395, + "item_id": 1412, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/green_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:green_candle", "functions": [ { "conditions": [ @@ -467998,17 +467997,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:green_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23121, "states": [ @@ -468279,16 +468279,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1396, + "item_id": 1413, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/red_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:red_candle", "functions": [ { "conditions": [ @@ -468336,17 +468335,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:red_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23137, "states": [ @@ -468617,16 +468617,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.1, "blast_resistance": 0.1, - "item_id": 1397, + "item_id": 1414, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/black_candle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:black_candle", "functions": [ { "conditions": [ @@ -468674,17 +468673,18 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:black_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -592703689, - -1407568098, - -365764128 + -1261495891, + -1765120738, + -723316768 ], "default_state_id": 23153, "states": [ @@ -468961,19 +468961,19 @@ "random_sequence": "minecraft:blocks/candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23167, "states": [ @@ -469030,19 +469030,19 @@ "random_sequence": "minecraft:blocks/white_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:white_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23169, "states": [ @@ -469099,19 +469099,19 @@ "random_sequence": "minecraft:blocks/orange_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:orange_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23171, "states": [ @@ -469168,19 +469168,19 @@ "random_sequence": "minecraft:blocks/magenta_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:magenta_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23173, "states": [ @@ -469237,19 +469237,19 @@ "random_sequence": "minecraft:blocks/light_blue_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_blue_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23175, "states": [ @@ -469306,19 +469306,19 @@ "random_sequence": "minecraft:blocks/yellow_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:yellow_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23177, "states": [ @@ -469375,19 +469375,19 @@ "random_sequence": "minecraft:blocks/lime_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lime_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23179, "states": [ @@ -469444,19 +469444,19 @@ "random_sequence": "minecraft:blocks/pink_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pink_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23181, "states": [ @@ -469513,19 +469513,19 @@ "random_sequence": "minecraft:blocks/gray_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:gray_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23183, "states": [ @@ -469582,19 +469582,19 @@ "random_sequence": "minecraft:blocks/light_gray_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:light_gray_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23185, "states": [ @@ -469651,19 +469651,19 @@ "random_sequence": "minecraft:blocks/cyan_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cyan_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23187, "states": [ @@ -469720,19 +469720,19 @@ "random_sequence": "minecraft:blocks/purple_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:purple_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23189, "states": [ @@ -469789,19 +469789,19 @@ "random_sequence": "minecraft:blocks/blue_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:blue_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23191, "states": [ @@ -469858,19 +469858,19 @@ "random_sequence": "minecraft:blocks/brown_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:brown_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23193, "states": [ @@ -469927,19 +469927,19 @@ "random_sequence": "minecraft:blocks/green_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:green_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23195, "states": [ @@ -469996,19 +469996,19 @@ "random_sequence": "minecraft:blocks/red_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:red_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23197, "states": [ @@ -470065,19 +470065,19 @@ "random_sequence": "minecraft:blocks/black_candle_cake", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:black_candle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098 + -1765120738 ], "default_state_id": 23199, "states": [ @@ -470134,8 +470134,6 @@ "random_sequence": "minecraft:blocks/amethyst_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:amethyst_block", @@ -470146,7 +470144,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -470215,18 +470215,17 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 1.5, - "item_id": 1401, + "item_id": 1418, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/amethyst_cluster", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:amethyst_cluster", "conditions": [ { "predicate": { @@ -470244,12 +470243,12 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:amethyst_cluster", "type": "minecraft:item" }, { "children": [ { + "name": "minecraft:amethyst_shard", "conditions": [ { "predicate": { @@ -470270,10 +470269,10 @@ "function": "minecraft:apply_bonus" } ], - "name": "minecraft:amethyst_shard", "type": "minecraft:item" }, { + "name": "minecraft:amethyst_shard", "functions": [ { "count": 2.0, @@ -470284,7 +470283,6 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:amethyst_shard", "type": "minecraft:item" } ], @@ -470293,13 +470291,15 @@ ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -365764128 + 3357405, + -723316768 ], "default_state_id": 23211, "states": [ @@ -470506,14 +470506,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 1.5, - "item_id": 1400, + "item_id": 1417, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/large_amethyst_bud", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:large_amethyst_bud", @@ -470536,13 +470534,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -365764128 + 3357405, + -723316768 ], "default_state_id": 23223, "states": [ @@ -470749,14 +470749,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 1.5, - "item_id": 1399, + "item_id": 1416, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/medium_amethyst_bud", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:medium_amethyst_bud", @@ -470779,13 +470777,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -365764128 + 3357405, + -723316768 ], "default_state_id": 23235, "states": [ @@ -470992,14 +470992,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 1.5, - "item_id": 1398, + "item_id": 1415, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/small_amethyst_bud", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:small_amethyst_bud", @@ -471022,13 +471020,15 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -365764128 + 3357405, + -723316768 ], "default_state_id": 23247, "states": [ @@ -471241,8 +471241,6 @@ "random_sequence": "minecraft:blocks/tuff", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff", @@ -471253,7 +471251,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -471293,10 +471293,9 @@ "random_sequence": "minecraft:blocks/tuff_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:tuff_slab", "functions": [ { "conditions": [ @@ -471316,16 +471315,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:tuff_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 23254, "states": [ @@ -471442,8 +471442,6 @@ "random_sequence": "minecraft:blocks/tuff_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff_stairs", @@ -471454,15 +471452,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 23268, "states": [ @@ -473019,8 +473019,6 @@ "random_sequence": "minecraft:blocks/tuff_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff_wall", @@ -473031,17 +473029,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 23340, "states": [ @@ -479672,8 +479672,6 @@ "random_sequence": "minecraft:blocks/polished_tuff", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_tuff", @@ -479684,7 +479682,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -479724,10 +479724,9 @@ "random_sequence": "minecraft:blocks/polished_tuff_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_tuff_slab", "functions": [ { "conditions": [ @@ -479747,16 +479746,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_tuff_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 23665, "states": [ @@ -479873,8 +479873,6 @@ "random_sequence": "minecraft:blocks/polished_tuff_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_tuff_stairs", @@ -479885,15 +479883,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 23679, "states": [ @@ -481450,8 +481450,6 @@ "random_sequence": "minecraft:blocks/polished_tuff_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_tuff_wall", @@ -481462,17 +481460,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 23751, "states": [ @@ -488103,8 +488103,6 @@ "random_sequence": "minecraft:blocks/chiseled_tuff", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_tuff", @@ -488115,7 +488113,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -488155,8 +488155,6 @@ "random_sequence": "minecraft:blocks/tuff_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff_bricks", @@ -488167,7 +488165,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -488207,10 +488207,9 @@ "random_sequence": "minecraft:blocks/tuff_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:tuff_brick_slab", "functions": [ { "conditions": [ @@ -488230,16 +488229,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:tuff_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 24077, "states": [ @@ -488356,8 +488356,6 @@ "random_sequence": "minecraft:blocks/tuff_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff_brick_stairs", @@ -488368,15 +488366,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 24091, "states": [ @@ -489933,8 +489933,6 @@ "random_sequence": "minecraft:blocks/tuff_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tuff_brick_wall", @@ -489945,17 +489943,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 24163, "states": [ @@ -496586,8 +496586,6 @@ "random_sequence": "minecraft:blocks/chiseled_tuff_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_tuff_bricks", @@ -496598,7 +496596,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -496638,8 +496638,6 @@ "random_sequence": "minecraft:blocks/calcite", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:calcite", @@ -496650,7 +496648,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -496690,8 +496690,6 @@ "random_sequence": "minecraft:blocks/tinted_glass", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:tinted_glass", @@ -496702,7 +496700,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -496775,8 +496775,6 @@ "random_sequence": "minecraft:blocks/sculk_sensor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sculk_sensor", @@ -496799,14 +496797,16 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -557273250, - -598681322, - -365764128 + -1226065452, + 483793469, + -723316768 ], "default_state_id": 24489, "states": [ @@ -498459,8 +498459,6 @@ "random_sequence": "minecraft:blocks/calibrated_sculk_sensor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:calibrated_sculk_sensor", @@ -498483,15 +498481,17 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -557273250, - -598681322, - -365764128 + -1610209386, + -1226065452, + 483793469, + -723316768 ], "default_state_id": 24585, "states": [ @@ -505044,8 +505044,6 @@ "random_sequence": "minecraft:blocks/sculk", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sculk", @@ -505068,7 +505066,9 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -505108,10 +505108,9 @@ "random_sequence": "minecraft:blocks/sculk_vein", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:sculk_vein", "conditions": [ { "predicate": { @@ -505223,21 +505222,22 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:sculk_vein", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1404585687, - -1404569468, - -1302667892, - -1298047404, - -1407671518, - -365764128, - -1404029386 + -1762138327, + -1762122108, + -1660220532, + -1655600044, + -1765224158, + -723316768, + -1761582026 ], "default_state_id": 25096, "states": [ @@ -507308,8 +507308,6 @@ "random_sequence": "minecraft:blocks/sculk_catalyst", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sculk_catalyst", @@ -507332,12 +507330,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1313842550 + -1671395190 ], "default_state_id": 25098, "states": [ @@ -507392,8 +507392,6 @@ "random_sequence": "minecraft:blocks/sculk_shrieker", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sculk_shrieker", @@ -507416,14 +507414,16 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1635772599, - -1044026825, - -365764128 + 1278219959, + -1401579465, + -723316768 ], "default_state_id": 25106, "states": [ @@ -507580,8 +507580,6 @@ "random_sequence": "minecraft:blocks/copper_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_block", @@ -507592,7 +507590,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507632,8 +507632,6 @@ "random_sequence": "minecraft:blocks/exposed_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper", @@ -507644,7 +507642,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507684,8 +507684,6 @@ "random_sequence": "minecraft:blocks/weathered_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper", @@ -507696,7 +507694,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507736,8 +507736,6 @@ "random_sequence": "minecraft:blocks/oxidized_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper", @@ -507748,7 +507746,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507792,12 +507792,11 @@ "random_sequence": "minecraft:blocks/copper_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:copper_ore", "conditions": [ { "predicate": { @@ -507815,10 +507814,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:copper_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_copper", "functions": [ { "count": { @@ -507838,13 +507837,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_copper", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507888,12 +507888,11 @@ "random_sequence": "minecraft:blocks/deepslate_copper_ore", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate_copper_ore", "conditions": [ { "predicate": { @@ -507911,10 +507910,10 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate_copper_ore", "type": "minecraft:item" }, { + "name": "minecraft:raw_copper", "functions": [ { "count": { @@ -507934,13 +507933,14 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:raw_copper", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -507980,8 +507980,6 @@ "random_sequence": "minecraft:blocks/oxidized_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_cut_copper", @@ -507992,7 +507990,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508032,8 +508032,6 @@ "random_sequence": "minecraft:blocks/weathered_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_cut_copper", @@ -508044,7 +508042,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508084,8 +508084,6 @@ "random_sequence": "minecraft:blocks/exposed_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_cut_copper", @@ -508096,7 +508094,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508136,8 +508136,6 @@ "random_sequence": "minecraft:blocks/cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cut_copper", @@ -508148,7 +508146,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508188,8 +508188,6 @@ "random_sequence": "minecraft:blocks/oxidized_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_chiseled_copper", @@ -508200,7 +508198,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508240,8 +508240,6 @@ "random_sequence": "minecraft:blocks/weathered_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_chiseled_copper", @@ -508252,7 +508250,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508292,8 +508292,6 @@ "random_sequence": "minecraft:blocks/exposed_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_chiseled_copper", @@ -508304,7 +508302,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508344,8 +508344,6 @@ "random_sequence": "minecraft:blocks/chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_copper", @@ -508356,7 +508354,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508396,8 +508396,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_chiseled_copper", @@ -508408,7 +508406,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508448,8 +508448,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_chiseled_copper", @@ -508460,7 +508458,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508500,8 +508500,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_chiseled_copper", @@ -508512,7 +508510,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508552,8 +508552,6 @@ "random_sequence": "minecraft:blocks/waxed_chiseled_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_chiseled_copper", @@ -508564,7 +508562,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -508604,8 +508604,6 @@ "random_sequence": "minecraft:blocks/oxidized_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_cut_copper_stairs", @@ -508616,15 +508614,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25136, "states": [ @@ -510181,8 +510181,6 @@ "random_sequence": "minecraft:blocks/weathered_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_cut_copper_stairs", @@ -510193,15 +510191,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25216, "states": [ @@ -511758,8 +511758,6 @@ "random_sequence": "minecraft:blocks/exposed_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_cut_copper_stairs", @@ -511770,15 +511768,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25296, "states": [ @@ -513335,8 +513335,6 @@ "random_sequence": "minecraft:blocks/cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cut_copper_stairs", @@ -513347,15 +513345,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25376, "states": [ @@ -514912,10 +514912,9 @@ "random_sequence": "minecraft:blocks/oxidized_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oxidized_cut_copper_slab", "functions": [ { "conditions": [ @@ -514935,16 +514934,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:oxidized_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25448, "states": [ @@ -515061,10 +515061,9 @@ "random_sequence": "minecraft:blocks/weathered_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:weathered_cut_copper_slab", "functions": [ { "conditions": [ @@ -515084,16 +515083,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:weathered_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25454, "states": [ @@ -515210,10 +515210,9 @@ "random_sequence": "minecraft:blocks/exposed_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:exposed_cut_copper_slab", "functions": [ { "conditions": [ @@ -515233,16 +515232,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:exposed_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25460, "states": [ @@ -515359,10 +515359,9 @@ "random_sequence": "minecraft:blocks/cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cut_copper_slab", "functions": [ { "conditions": [ @@ -515382,16 +515381,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25466, "states": [ @@ -515508,8 +515508,6 @@ "random_sequence": "minecraft:blocks/waxed_copper_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_block", @@ -515520,7 +515518,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515560,8 +515560,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper", @@ -515572,7 +515570,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515612,8 +515612,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper", @@ -515624,7 +515622,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515664,8 +515664,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper", @@ -515676,7 +515674,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515716,8 +515716,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_cut_copper", @@ -515728,7 +515726,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515768,8 +515768,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_cut_copper", @@ -515780,7 +515778,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515820,8 +515820,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_cut_copper", @@ -515832,7 +515830,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515872,8 +515872,6 @@ "random_sequence": "minecraft:blocks/waxed_cut_copper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_cut_copper", @@ -515884,7 +515882,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -515924,8 +515924,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_cut_copper_stairs", @@ -515936,15 +515934,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25488, "states": [ @@ -517501,8 +517501,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_cut_copper_stairs", @@ -517513,15 +517511,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25568, "states": [ @@ -519078,8 +519078,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_cut_copper_stairs", @@ -519090,15 +519088,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25648, "states": [ @@ -520655,8 +520655,6 @@ "random_sequence": "minecraft:blocks/waxed_cut_copper_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_cut_copper_stairs", @@ -520667,15 +520665,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 25728, "states": [ @@ -522232,10 +522232,9 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_oxidized_cut_copper_slab", "functions": [ { "conditions": [ @@ -522255,16 +522254,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:waxed_oxidized_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25800, "states": [ @@ -522381,10 +522381,9 @@ "random_sequence": "minecraft:blocks/waxed_weathered_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_weathered_cut_copper_slab", "functions": [ { "conditions": [ @@ -522404,16 +522403,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:waxed_weathered_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25806, "states": [ @@ -522530,10 +522530,9 @@ "random_sequence": "minecraft:blocks/waxed_exposed_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_exposed_cut_copper_slab", "functions": [ { "conditions": [ @@ -522553,16 +522552,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:waxed_exposed_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25812, "states": [ @@ -522679,10 +522679,9 @@ "random_sequence": "minecraft:blocks/waxed_cut_copper_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_cut_copper_slab", "functions": [ { "conditions": [ @@ -522702,16 +522701,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:waxed_cut_copper_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 25818, "states": [ @@ -522828,10 +522828,9 @@ "random_sequence": "minecraft:blocks/copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:copper_door", "conditions": [ { "block": "minecraft:copper_door", @@ -522841,7 +522840,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:copper_door", "type": "minecraft:item" } ], @@ -522849,16 +522847,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 25832, "states": [ @@ -523903,10 +523903,9 @@ "random_sequence": "minecraft:blocks/exposed_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:exposed_copper_door", "conditions": [ { "block": "minecraft:exposed_copper_door", @@ -523916,7 +523915,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:exposed_copper_door", "type": "minecraft:item" } ], @@ -523924,16 +523922,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 25896, "states": [ @@ -524978,10 +524978,9 @@ "random_sequence": "minecraft:blocks/oxidized_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oxidized_copper_door", "conditions": [ { "block": "minecraft:oxidized_copper_door", @@ -524991,7 +524990,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:oxidized_copper_door", "type": "minecraft:item" } ], @@ -524999,16 +524997,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 25960, "states": [ @@ -526053,10 +526053,9 @@ "random_sequence": "minecraft:blocks/weathered_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:weathered_copper_door", "conditions": [ { "block": "minecraft:weathered_copper_door", @@ -526066,7 +526065,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:weathered_copper_door", "type": "minecraft:item" } ], @@ -526074,16 +526072,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 26024, "states": [ @@ -527128,10 +527128,9 @@ "random_sequence": "minecraft:blocks/waxed_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_copper_door", "conditions": [ { "block": "minecraft:waxed_copper_door", @@ -527141,7 +527140,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:waxed_copper_door", "type": "minecraft:item" } ], @@ -527149,16 +527147,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 26088, "states": [ @@ -528203,10 +528203,9 @@ "random_sequence": "minecraft:blocks/waxed_exposed_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_exposed_copper_door", "conditions": [ { "block": "minecraft:waxed_exposed_copper_door", @@ -528216,7 +528215,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:waxed_exposed_copper_door", "type": "minecraft:item" } ], @@ -528224,16 +528222,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 26152, "states": [ @@ -529278,10 +529278,9 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_oxidized_copper_door", "conditions": [ { "block": "minecraft:waxed_oxidized_copper_door", @@ -529291,7 +529290,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:waxed_oxidized_copper_door", "type": "minecraft:item" } ], @@ -529299,16 +529297,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 26216, "states": [ @@ -530353,10 +530353,9 @@ "random_sequence": "minecraft:blocks/waxed_weathered_copper_door", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_weathered_copper_door", "conditions": [ { "block": "minecraft:waxed_weathered_copper_door", @@ -530366,7 +530365,6 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:waxed_weathered_copper_door", "type": "minecraft:item" } ], @@ -530374,16 +530372,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - 1904233343, - -1404257583, - -1795621653 + -1610209386, + -2069079748, + 357094418, + -1761810223, + 2141793003 ], "default_state_id": 26280, "states": [ @@ -531428,8 +531428,6 @@ "random_sequence": "minecraft:blocks/copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_trapdoor", @@ -531440,16 +531438,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26348, "states": [ @@ -532494,8 +532494,6 @@ "random_sequence": "minecraft:blocks/exposed_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_trapdoor", @@ -532506,16 +532504,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26412, "states": [ @@ -533560,8 +533560,6 @@ "random_sequence": "minecraft:blocks/oxidized_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_trapdoor", @@ -533572,16 +533570,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26476, "states": [ @@ -534626,8 +534626,6 @@ "random_sequence": "minecraft:blocks/weathered_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_trapdoor", @@ -534638,16 +534636,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26540, "states": [ @@ -535692,8 +535692,6 @@ "random_sequence": "minecraft:blocks/waxed_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_trapdoor", @@ -535704,16 +535702,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26604, "states": [ @@ -536758,8 +536758,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_trapdoor", @@ -536770,16 +536768,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26668, "states": [ @@ -537824,8 +537824,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_trapdoor", @@ -537836,16 +537834,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26732, "states": [ @@ -538890,8 +538890,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_copper_trapdoor", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_trapdoor", @@ -538902,16 +538900,18 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - -1404257583, - -1795621653, - -365764128 + -1610209386, + 972385409, + -1761810223, + 2141793003, + -723316768 ], "default_state_id": 26796, "states": [ @@ -539950,14 +539950,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1451, + "item_id": 1468, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_grate", @@ -539968,12 +539966,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26846, "states": [ @@ -540020,14 +540020,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1452, + "item_id": 1469, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/exposed_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_grate", @@ -540038,12 +540036,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26848, "states": [ @@ -540090,14 +540090,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1453, + "item_id": 1470, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/weathered_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_grate", @@ -540108,12 +540106,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26850, "states": [ @@ -540160,14 +540160,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1454, + "item_id": 1471, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/oxidized_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_grate", @@ -540178,12 +540176,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26852, "states": [ @@ -540230,14 +540230,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1455, + "item_id": 1472, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_grate", @@ -540248,12 +540246,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26854, "states": [ @@ -540300,14 +540300,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1456, + "item_id": 1473, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_exposed_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_grate", @@ -540318,12 +540316,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26856, "states": [ @@ -540370,14 +540370,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1457, + "item_id": 1474, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_weathered_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_grate", @@ -540388,12 +540386,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26858, "states": [ @@ -540440,14 +540440,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1458, + "item_id": 1475, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_oxidized_copper_grate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_grate", @@ -540458,12 +540456,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 26860, "states": [ @@ -540510,14 +540510,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1459, + "item_id": 1476, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_bulb", @@ -540528,13 +540526,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26864, "states": [ @@ -540613,14 +540613,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1460, + "item_id": 1477, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/exposed_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_copper_bulb", @@ -540631,13 +540629,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26868, "states": [ @@ -540716,14 +540716,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1461, + "item_id": 1478, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/weathered_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_copper_bulb", @@ -540734,13 +540732,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26872, "states": [ @@ -540819,14 +540819,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1462, + "item_id": 1479, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/oxidized_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_copper_bulb", @@ -540837,13 +540835,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26876, "states": [ @@ -540922,14 +540922,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1463, + "item_id": 1480, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_copper_bulb", @@ -540940,13 +540938,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26880, "states": [ @@ -541025,14 +541025,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1464, + "item_id": 1481, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_exposed_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_copper_bulb", @@ -541043,13 +541041,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26884, "states": [ @@ -541128,14 +541128,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1465, + "item_id": 1482, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_weathered_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_copper_bulb", @@ -541146,13 +541144,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26888, "states": [ @@ -541231,14 +541231,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1466, + "item_id": 1483, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_oxidized_copper_bulb", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_copper_bulb", @@ -541249,13 +541247,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407568098, - -1795621653 + -1765120738, + 2141793003 ], "default_state_id": 26892, "states": [ @@ -541334,16 +541334,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1467, + "item_id": 1484, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:copper_chest", "functions": [ { "source": "block_entity", @@ -541353,7 +541352,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:copper_chest", "type": "minecraft:item" } ], @@ -541361,14 +541359,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 26894, "states": [ @@ -541791,16 +541791,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1468, + "item_id": 1485, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/exposed_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:exposed_copper_chest", "functions": [ { "source": "block_entity", @@ -541810,7 +541809,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:exposed_copper_chest", "type": "minecraft:item" } ], @@ -541818,14 +541816,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 26918, "states": [ @@ -542248,16 +542248,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1469, + "item_id": 1486, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/weathered_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:weathered_copper_chest", "functions": [ { "source": "block_entity", @@ -542267,7 +542266,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:weathered_copper_chest", "type": "minecraft:item" } ], @@ -542275,14 +542273,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 26942, "states": [ @@ -542705,16 +542705,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1470, + "item_id": 1487, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/oxidized_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oxidized_copper_chest", "functions": [ { "source": "block_entity", @@ -542724,7 +542723,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:oxidized_copper_chest", "type": "minecraft:item" } ], @@ -542732,14 +542730,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 26966, "states": [ @@ -543162,16 +543162,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1471, + "item_id": 1488, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_copper_chest", "functions": [ { "source": "block_entity", @@ -543181,7 +543180,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:waxed_copper_chest", "type": "minecraft:item" } ], @@ -543189,14 +543187,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 26990, "states": [ @@ -543619,16 +543619,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1472, + "item_id": 1489, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_exposed_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_exposed_copper_chest", "functions": [ { "source": "block_entity", @@ -543638,7 +543637,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:waxed_exposed_copper_chest", "type": "minecraft:item" } ], @@ -543646,14 +543644,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 27014, "states": [ @@ -544076,16 +544076,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1473, + "item_id": 1490, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_weathered_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_weathered_copper_chest", "functions": [ { "source": "block_entity", @@ -544095,7 +544094,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:waxed_weathered_copper_chest", "type": "minecraft:item" } ], @@ -544103,14 +544101,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 27038, "states": [ @@ -544533,16 +544533,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1474, + "item_id": 1491, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_oxidized_copper_chest", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_oxidized_copper_chest", "functions": [ { "source": "block_entity", @@ -544552,7 +544551,6 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:waxed_oxidized_copper_chest", "type": "minecraft:item" } ], @@ -544560,14 +544558,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1972273391, - -365764128 + -1610209386, + 985570201, + -723316768 ], "default_state_id": 27062, "states": [ @@ -544990,16 +544990,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1475, + "item_id": 1492, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:copper_golem_statue", "functions": [ { "source": "block_entity", @@ -545016,7 +545015,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:copper_golem_statue", "type": "minecraft:item" } ], @@ -545024,14 +545022,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27086, "states": [ @@ -545590,16 +545590,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1476, + "item_id": 1493, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/exposed_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:exposed_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -545616,7 +545615,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:exposed_copper_golem_statue", "type": "minecraft:item" } ], @@ -545624,14 +545622,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27118, "states": [ @@ -546190,16 +546190,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1477, + "item_id": 1494, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/weathered_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:weathered_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -546216,7 +546215,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:weathered_copper_golem_statue", "type": "minecraft:item" } ], @@ -546224,14 +546222,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27150, "states": [ @@ -546790,16 +546790,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1478, + "item_id": 1495, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/oxidized_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:oxidized_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -546816,7 +546815,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:oxidized_copper_golem_statue", "type": "minecraft:item" } ], @@ -546824,14 +546822,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27182, "states": [ @@ -547390,16 +547390,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1479, + "item_id": 1496, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -547416,7 +547415,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:waxed_copper_golem_statue", "type": "minecraft:item" } ], @@ -547424,14 +547422,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27214, "states": [ @@ -547990,16 +547990,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1480, + "item_id": 1497, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_exposed_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_exposed_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -548016,7 +548015,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:waxed_exposed_copper_golem_statue", "type": "minecraft:item" } ], @@ -548024,14 +548022,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27246, "states": [ @@ -548590,16 +548590,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1481, + "item_id": 1498, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_weathered_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_weathered_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -548616,7 +548615,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:waxed_weathered_copper_golem_statue", "type": "minecraft:item" } ], @@ -548624,14 +548622,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27278, "states": [ @@ -549190,16 +549190,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 3.0, "blast_resistance": 6.0, - "item_id": 1482, + "item_id": 1499, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/waxed_oxidized_copper_golem_statue", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:waxed_oxidized_copper_golem_statue", "functions": [ { "source": "block_entity", @@ -549216,7 +549215,6 @@ "function": "minecraft:copy_state" } ], - "name": "minecraft:waxed_oxidized_copper_golem_statue", "type": "minecraft:item" } ], @@ -549224,14 +549222,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 539141448, - 1538441040, - -365764128 + 1159332573, + -1610209386, + -723316768 ], "default_state_id": 27310, "states": [ @@ -549796,8 +549796,6 @@ "random_sequence": "minecraft:blocks/lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:lightning_rod", @@ -549808,14 +549806,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27360, "states": [ @@ -550220,8 +550220,6 @@ "random_sequence": "minecraft:blocks/exposed_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:exposed_lightning_rod", @@ -550232,14 +550230,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27384, "states": [ @@ -550644,8 +550644,6 @@ "random_sequence": "minecraft:blocks/weathered_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:weathered_lightning_rod", @@ -550656,14 +550654,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27408, "states": [ @@ -551068,8 +551068,6 @@ "random_sequence": "minecraft:blocks/oxidized_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:oxidized_lightning_rod", @@ -551080,14 +551078,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27432, "states": [ @@ -551492,8 +551492,6 @@ "random_sequence": "minecraft:blocks/waxed_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_lightning_rod", @@ -551504,14 +551502,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27456, "states": [ @@ -551916,8 +551916,6 @@ "random_sequence": "minecraft:blocks/waxed_exposed_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_exposed_lightning_rod", @@ -551928,14 +551926,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27480, "states": [ @@ -552340,8 +552340,6 @@ "random_sequence": "minecraft:blocks/waxed_weathered_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_weathered_lightning_rod", @@ -552352,14 +552350,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27504, "states": [ @@ -552764,8 +552764,6 @@ "random_sequence": "minecraft:blocks/waxed_oxidized_lightning_rod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:waxed_oxidized_lightning_rod", @@ -552776,14 +552774,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 298315299, - -1795621653, - -365764128 + 3357405, + 2141793003, + -723316768 ], "default_state_id": 27528, "states": [ @@ -553182,14 +553182,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 1.5, "blast_resistance": 3.0, - "item_id": 1402, + "item_id": 1419, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pointed_dripstone", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pointed_dripstone", @@ -553200,14 +553198,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -199987491, - 170368215, - -365764128 + -514259569, + -1934650297, + -723316768 ], "default_state_id": 27538, "states": [ @@ -553548,8 +553548,6 @@ "random_sequence": "minecraft:blocks/dripstone_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:dripstone_block", @@ -553560,7 +553558,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -553594,7 +553594,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1357, + "item_id": 1374, "flammable": { "spread_chance": 60, "burn_chance": 15 @@ -553604,8 +553604,6 @@ "random_sequence": "minecraft:blocks/cave_vines", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:glow_berries", @@ -553620,13 +553618,15 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -656033431, - -1626301765 + -1324825633, + -1983854405 ], "default_state_id": 27555, "states": [ @@ -554379,8 +554379,6 @@ "random_sequence": "minecraft:blocks/cave_vines_plant", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:glow_berries", @@ -554395,12 +554393,14 @@ }, "condition": "minecraft:block_state_property" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1626301765 + -1983854405 ], "default_state_id": 27607, "states": [ @@ -554453,8 +554453,6 @@ "random_sequence": "minecraft:blocks/spore_blossom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:spore_blossom", @@ -554465,7 +554463,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -554507,8 +554507,6 @@ "random_sequence": "minecraft:blocks/azalea", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:azalea", @@ -554519,7 +554517,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -554571,8 +554571,6 @@ "random_sequence": "minecraft:blocks/flowering_azalea", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flowering_azalea", @@ -554583,7 +554581,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -554631,8 +554631,6 @@ "random_sequence": "minecraft:blocks/moss_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:moss_carpet", @@ -554643,7 +554641,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -554687,10 +554687,9 @@ "random_sequence": "minecraft:blocks/pink_petals", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pink_petals", "functions": [ { "conditions": [ @@ -554752,16 +554751,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:pink_petals", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -847270335 + -1610209386, + -1516062537 ], "default_state_id": 27612, "states": [ @@ -555010,10 +555010,9 @@ "random_sequence": "minecraft:blocks/wildflowers", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:wildflowers", "functions": [ { "conditions": [ @@ -555075,16 +555074,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:wildflowers", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -847270335 + -1610209386, + -1516062537 ], "default_state_id": 27628, "states": [ @@ -555333,10 +555333,9 @@ "random_sequence": "minecraft:blocks/leaf_litter", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leaf_litter", "functions": [ { "conditions": [ @@ -555398,16 +555397,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:leaf_litter", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -666272999 + -1610209386, + -1335065201 ], "default_state_id": 27644, "states": [ @@ -555652,8 +555652,6 @@ "random_sequence": "minecraft:blocks/moss_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:moss_block", @@ -555664,7 +555662,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -555708,8 +555708,6 @@ "random_sequence": "minecraft:blocks/big_dripleaf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:big_dripleaf", @@ -555720,14 +555718,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - 495307086, - -365764128 + -1610209386, + 1598352989, + -723316768 ], "default_state_id": 27662, "states": [ @@ -556344,8 +556344,6 @@ "random_sequence": "minecraft:blocks/big_dripleaf_stem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:big_dripleaf", @@ -556356,13 +556354,15 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -365764128 + -1610209386, + -723316768 ], "default_state_id": 27694, "states": [ @@ -556499,8 +556499,6 @@ "random_sequence": "minecraft:blocks/small_dripleaf", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:small_dripleaf", @@ -556514,14 +556512,16 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -1787022173, - -365764128 + -1610209386, + -2069079748, + -723316768 ], "default_state_id": 27704, "states": [ @@ -556770,8 +556770,6 @@ "random_sequence": "minecraft:blocks/hanging_roots", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:hanging_roots", @@ -556785,12 +556783,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 27718, "states": [ @@ -556839,8 +556839,6 @@ "random_sequence": "minecraft:blocks/rooted_dirt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:rooted_dirt", @@ -556851,7 +556849,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -556891,8 +556891,6 @@ "random_sequence": "minecraft:blocks/mud", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:mud", @@ -556903,7 +556901,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -556943,12 +556943,11 @@ "random_sequence": "minecraft:blocks/deepslate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:deepslate", "conditions": [ { "predicate": { @@ -556966,27 +556965,28 @@ "condition": "minecraft:match_tool" } ], - "name": "minecraft:deepslate", "type": "minecraft:item" }, { + "name": "minecraft:cobbled_deepslate", "conditions": [ { "condition": "minecraft:survives_explosion" } ], - "name": "minecraft:cobbled_deepslate", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 27722, "states": [ @@ -557055,8 +557055,6 @@ "random_sequence": "minecraft:blocks/cobbled_deepslate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobbled_deepslate", @@ -557067,7 +557065,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -557107,8 +557107,6 @@ "random_sequence": "minecraft:blocks/cobbled_deepslate_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobbled_deepslate_stairs", @@ -557119,15 +557117,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 27736, "states": [ @@ -558684,10 +558684,9 @@ "random_sequence": "minecraft:blocks/cobbled_deepslate_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cobbled_deepslate_slab", "functions": [ { "conditions": [ @@ -558707,16 +558706,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:cobbled_deepslate_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 27808, "states": [ @@ -558833,8 +558833,6 @@ "random_sequence": "minecraft:blocks/cobbled_deepslate_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cobbled_deepslate_wall", @@ -558845,17 +558843,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 27814, "states": [ @@ -565486,8 +565486,6 @@ "random_sequence": "minecraft:blocks/polished_deepslate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_deepslate", @@ -565498,7 +565496,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -565538,8 +565538,6 @@ "random_sequence": "minecraft:blocks/polished_deepslate_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_deepslate_stairs", @@ -565550,15 +565548,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 28147, "states": [ @@ -567115,10 +567115,9 @@ "random_sequence": "minecraft:blocks/polished_deepslate_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:polished_deepslate_slab", "functions": [ { "conditions": [ @@ -567138,16 +567137,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:polished_deepslate_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 28219, "states": [ @@ -567264,8 +567264,6 @@ "random_sequence": "minecraft:blocks/polished_deepslate_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:polished_deepslate_wall", @@ -567276,17 +567274,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 28225, "states": [ @@ -573917,8 +573917,6 @@ "random_sequence": "minecraft:blocks/deepslate_tiles", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_tiles", @@ -573929,7 +573927,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -573969,8 +573969,6 @@ "random_sequence": "minecraft:blocks/deepslate_tile_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_tile_stairs", @@ -573981,15 +573979,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 28558, "states": [ @@ -575546,10 +575546,9 @@ "random_sequence": "minecraft:blocks/deepslate_tile_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:deepslate_tile_slab", "functions": [ { "conditions": [ @@ -575569,16 +575568,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:deepslate_tile_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 28630, "states": [ @@ -575695,8 +575695,6 @@ "random_sequence": "minecraft:blocks/deepslate_tile_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_tile_wall", @@ -575707,17 +575705,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 28636, "states": [ @@ -582348,8 +582348,6 @@ "random_sequence": "minecraft:blocks/deepslate_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_bricks", @@ -582360,7 +582358,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -582400,8 +582400,6 @@ "random_sequence": "minecraft:blocks/deepslate_brick_stairs", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_brick_stairs", @@ -582412,15 +582410,17 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1538441040, - -313324108, - 1181336254, - -365764128 + -1610209386, + 972385409, + 119113116, + -723316768 ], "default_state_id": 28969, "states": [ @@ -583977,10 +583977,9 @@ "random_sequence": "minecraft:blocks/deepslate_brick_slab", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:deepslate_brick_slab", "functions": [ { "conditions": [ @@ -584000,16 +583999,17 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:deepslate_brick_slab", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -487931545, - -365764128 + -1730657296, + -723316768 ], "default_state_id": 29041, "states": [ @@ -584126,8 +584126,6 @@ "random_sequence": "minecraft:blocks/deepslate_brick_wall", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate_brick_wall", @@ -584138,17 +584136,19 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -2013829128, - 1145119728, - 1288354856, - -1407671518, - -365764128, - -1997086586 + 638294841, + -497723599, + -354488471, + -1765224158, + -723316768, + 655037383 ], "default_state_id": 29047, "states": [ @@ -590779,8 +590779,6 @@ "random_sequence": "minecraft:blocks/chiseled_deepslate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:chiseled_deepslate", @@ -590791,7 +590789,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -590831,8 +590831,6 @@ "random_sequence": "minecraft:blocks/cracked_deepslate_bricks", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_deepslate_bricks", @@ -590843,7 +590841,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -590883,8 +590883,6 @@ "random_sequence": "minecraft:blocks/cracked_deepslate_tiles", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:cracked_deepslate_tiles", @@ -590895,7 +590893,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -590935,8 +590935,6 @@ "random_sequence": "minecraft:blocks/infested_deepslate", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:deepslate", @@ -590959,12 +590957,14 @@ }, "condition": "minecraft:match_tool" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 29372, "states": [ @@ -591033,8 +591033,6 @@ "random_sequence": "minecraft:blocks/smooth_basalt", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:smooth_basalt", @@ -591045,7 +591043,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591085,8 +591085,6 @@ "random_sequence": "minecraft:blocks/raw_iron_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:raw_iron_block", @@ -591097,7 +591095,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591137,8 +591137,6 @@ "random_sequence": "minecraft:blocks/raw_copper_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:raw_copper_block", @@ -591149,7 +591147,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591189,8 +591189,6 @@ "random_sequence": "minecraft:blocks/raw_gold_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:raw_gold_block", @@ -591201,7 +591199,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591241,8 +591241,6 @@ "random_sequence": "minecraft:blocks/potted_azalea_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -591253,11 +591251,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:azalea", @@ -591268,7 +591266,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591308,8 +591308,6 @@ "random_sequence": "minecraft:blocks/potted_flowering_azalea_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -591320,11 +591318,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flowering_azalea", @@ -591335,7 +591333,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -591369,14 +591369,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.3, "blast_resistance": 0.3, - "item_id": 1403, + "item_id": 1420, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/ochre_froglight", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:ochre_froglight", @@ -591387,12 +591385,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 29381, "states": [ @@ -591455,14 +591455,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.3, "blast_resistance": 0.3, - "item_id": 1404, + "item_id": 1421, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/verdant_froglight", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:verdant_froglight", @@ -591473,12 +591471,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 29384, "states": [ @@ -591541,14 +591541,12 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.3, "blast_resistance": 0.3, - "item_id": 1405, + "item_id": 1422, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/pearlescent_froglight", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pearlescent_froglight", @@ -591559,12 +591557,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1941333927 + 2116573960 ], "default_state_id": 29387, "states": [ @@ -591627,7 +591627,7 @@ "jump_velocity_multiplier": 1.0, "hardness": 0.0, "blast_resistance": 0.0, - "item_id": 1406, + "item_id": 1423, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/frogspawn" @@ -591701,12 +591701,11 @@ "random_sequence": "minecraft:blocks/decorated_pot", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "name": "minecraft:sherds", "conditions": [ { "block": "minecraft:decorated_pot", @@ -591716,10 +591715,10 @@ "condition": "minecraft:block_state_property" } ], - "name": "minecraft:sherds", "type": "minecraft:dynamic" }, { + "name": "minecraft:decorated_pot", "functions": [ { "source": "block_entity", @@ -591729,20 +591728,21 @@ "function": "minecraft:copy_components" } ], - "name": "minecraft:decorated_pot", "type": "minecraft:item" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -382763936, - 1538441040, - -365764128 + -740316576, + -1610209386, + -723316768 ], "default_state_id": 29400, "states": [ @@ -592035,8 +592035,6 @@ "random_sequence": "minecraft:blocks/crafter", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:crafter", @@ -592047,14 +592045,16 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 302847561, - -1039513742, - -2056427298 + -54705079, + -1275422999, + 1880987358 ], "default_state_id": 29452, "states": [ @@ -592885,14 +592885,14 @@ "jump_velocity_multiplier": 1.0, "hardness": 50.0, "blast_resistance": 50.0, - "item_id": 1483, + "item_id": 1500, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/trial_spawner" }, "properties": [ - 1541920113, - 912516594 + 1184367473, + 485447212 ], "default_state_id": 29461, "states": [ @@ -593111,15 +593111,15 @@ "jump_velocity_multiplier": 1.0, "hardness": 50.0, "blast_resistance": 50.0, - "item_id": 1486, + "item_id": 1503, "loot_table": { "type": "minecraft:block", "random_sequence": "minecraft:blocks/vault" }, "properties": [ - 1538441040, - 1541920113, - -1763805577 + -1610209386, + 1184367473, + -2113681949 ], "default_state_id": 29471, "states": [ @@ -593684,8 +593684,6 @@ "random_sequence": "minecraft:blocks/heavy_core", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:heavy_core", @@ -593696,12 +593694,14 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -365764128 + -723316768 ], "default_state_id": 29500, "states": [ @@ -593758,8 +593758,6 @@ "random_sequence": "minecraft:blocks/pale_moss_block", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_moss_block", @@ -593770,7 +593768,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -593814,10 +593814,9 @@ "random_sequence": "minecraft:blocks/pale_moss_carpet", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pale_moss_carpet", "conditions": [ { "block": "minecraft:pale_moss_carpet", @@ -593832,19 +593831,20 @@ "function": "minecraft:explosion_decay" } ], - "name": "minecraft:pale_moss_carpet", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - 1504063154, - -2013829128, - 1145119728, - 1288354856, - -1997086586 + 1146510514, + 638294841, + -497723599, + -354488471, + 655037383 ], "default_state_id": 29502, "states": [ @@ -596723,8 +596723,6 @@ "random_sequence": "minecraft:blocks/pale_hanging_moss", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:pale_hanging_moss", @@ -596758,12 +596756,14 @@ ], "condition": "minecraft:any_of" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, "properties": [ - -1407560414 + -1765113054 ], "default_state_id": 29664, "states": [ @@ -596816,8 +596816,6 @@ "random_sequence": "minecraft:blocks/open_eyeblossom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:open_eyeblossom", @@ -596828,7 +596826,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -596870,8 +596870,6 @@ "random_sequence": "minecraft:blocks/closed_eyeblossom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:closed_eyeblossom", @@ -596882,7 +596880,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -596920,8 +596920,6 @@ "random_sequence": "minecraft:blocks/potted_open_eyeblossom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -596932,11 +596930,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:open_eyeblossom", @@ -596947,7 +596945,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -596987,8 +596987,6 @@ "random_sequence": "minecraft:blocks/potted_closed_eyeblossom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:flower_pot", @@ -596999,11 +596997,11 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:closed_eyeblossom", @@ -597014,7 +597012,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -597058,8 +597058,6 @@ "random_sequence": "minecraft:blocks/firefly_bush", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:firefly_bush", @@ -597070,7 +597068,9 @@ { "condition": "minecraft:survives_explosion" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, diff --git a/assets/carver.json b/assets/carver.json index 33e7d9d4f..f93349271 100644 --- a/assets/carver.json +++ b/assets/carver.json @@ -1,34 +1,6 @@ { "canyon": { "config": { - "lava_level": { - "above_bottom": 8 - }, - "debug_settings": { - "water_state": { - "Properties": { - "waterlogged": "false", - "lit": "false", - "candles": "1" - }, - "Name": "minecraft:candle" - }, - "lava_state": { - "Name": "minecraft:orange_stained_glass" - }, - "barrier_state": { - "Name": "minecraft:glass" - }, - "air_state": { - "Properties": { - "powered": "false", - "facing": "north", - "face": "wall" - }, - "Name": "minecraft:warped_button" - } - }, - "replaceable": "#minecraft:overworld_carver_replaceables", "probability": 0.01, "y": { "min_inclusive": { @@ -40,41 +12,18 @@ "type": "minecraft:uniform" }, "yScale": 3.0, - "vertical_rotation": { - "min_inclusive": -0.125, - "max_exclusive": 0.125, - "type": "minecraft:uniform" - }, - "shape": { - "horizontal_radius_factor": { - "min_inclusive": 0.75, - "max_exclusive": 1.0, - "type": "minecraft:uniform" - }, - "vertical_radius_default_factor": 1.0, - "vertical_radius_center_factor": 0.0, - "distance_factor": { - "min_inclusive": 0.75, - "max_exclusive": 1.0, - "type": "minecraft:uniform" - }, - "thickness": { - "min": 0.0, - "max": 6.0, - "plateau": 2.0, - "type": "minecraft:trapezoid" - }, - "width_smoothness": 3 - } - }, - "type": "minecraft:canyon" - }, - "cave": { - "config": { "lava_level": { "above_bottom": 8 }, "debug_settings": { + "air_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:warped_button" + }, "water_state": { "Properties": { "waterlogged": "false", @@ -88,17 +37,40 @@ }, "barrier_state": { "Name": "minecraft:glass" - }, - "air_state": { - "Properties": { - "powered": "false", - "facing": "north", - "face": "wall" - }, - "Name": "minecraft:crimson_button" } }, "replaceable": "#minecraft:overworld_carver_replaceables", + "vertical_rotation": { + "min_inclusive": -0.125, + "max_exclusive": 0.125, + "type": "minecraft:uniform" + }, + "shape": { + "distance_factor": { + "min_inclusive": 0.75, + "max_exclusive": 1.0, + "type": "minecraft:uniform" + }, + "thickness": { + "min": 0.0, + "max": 6.0, + "plateau": 2.0, + "type": "minecraft:trapezoid" + }, + "width_smoothness": 3, + "horizontal_radius_factor": { + "min_inclusive": 0.75, + "max_exclusive": 1.0, + "type": "minecraft:uniform" + }, + "vertical_radius_default_factor": 1.0, + "vertical_radius_center_factor": 0.0 + } + }, + "type": "minecraft:canyon" + }, + "cave": { + "config": { "probability": 0.15, "y": { "min_inclusive": { @@ -114,6 +86,34 @@ "max_exclusive": 0.9, "type": "minecraft:uniform" }, + "lava_level": { + "above_bottom": 8 + }, + "debug_settings": { + "air_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:crimson_button" + }, + "water_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "lava_state": { + "Name": "minecraft:orange_stained_glass" + }, + "barrier_state": { + "Name": "minecraft:glass" + } + }, + "replaceable": "#minecraft:overworld_carver_replaceables", "horizontal_radius_multiplier": { "min_inclusive": 0.7, "max_exclusive": 1.4, @@ -134,34 +134,6 @@ }, "cave_extra_underground": { "config": { - "lava_level": { - "above_bottom": 8 - }, - "debug_settings": { - "water_state": { - "Properties": { - "waterlogged": "false", - "lit": "false", - "candles": "1" - }, - "Name": "minecraft:candle" - }, - "lava_state": { - "Name": "minecraft:orange_stained_glass" - }, - "barrier_state": { - "Name": "minecraft:glass" - }, - "air_state": { - "Properties": { - "powered": "false", - "facing": "north", - "face": "wall" - }, - "Name": "minecraft:oak_button" - } - }, - "replaceable": "#minecraft:overworld_carver_replaceables", "probability": 0.07, "y": { "min_inclusive": { @@ -177,6 +149,34 @@ "max_exclusive": 0.9, "type": "minecraft:uniform" }, + "lava_level": { + "above_bottom": 8 + }, + "debug_settings": { + "air_state": { + "Properties": { + "powered": "false", + "facing": "north", + "face": "wall" + }, + "Name": "minecraft:oak_button" + }, + "water_state": { + "Properties": { + "waterlogged": "false", + "lit": "false", + "candles": "1" + }, + "Name": "minecraft:candle" + }, + "lava_state": { + "Name": "minecraft:orange_stained_glass" + }, + "barrier_state": { + "Name": "minecraft:glass" + } + }, + "replaceable": "#minecraft:overworld_carver_replaceables", "horizontal_radius_multiplier": { "min_inclusive": 0.7, "max_exclusive": 1.4, @@ -197,10 +197,6 @@ }, "nether_cave": { "config": { - "lava_level": { - "above_bottom": 10 - }, - "replaceable": "#minecraft:nether_carver_replaceables", "probability": 0.2, "y": { "min_inclusive": { @@ -212,6 +208,10 @@ "type": "minecraft:uniform" }, "yScale": 0.5, + "lava_level": { + "above_bottom": 10 + }, + "replaceable": "#minecraft:nether_carver_replaceables", "horizontal_radius_multiplier": 1.0, "vertical_radius_multiplier": 1.0, "floor_level": -0.7 diff --git a/assets/chunk_gen_settings.json b/assets/chunk_gen_settings.json index d8bdfa0ef..1e6aed8ee 100644 --- a/assets/chunk_gen_settings.json +++ b/assets/chunk_gen_settings.json @@ -1,60 +1,14 @@ { "amplified": { - "aquifers_enabled": true, - "ore_veins_enabled": true, - "legacy_random_source": false, - "spawn_target": [ - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - -1.0, - -0.16 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - }, - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - 0.16, - 1.0 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - } - ], - "sea_level": 63, - "disable_mob_generation": false, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2 + }, + "default_block": { + "Name": "minecraft:stone" + }, "default_fluid": { "Properties": { "level": "0" @@ -62,212 +16,49 @@ "Name": "minecraft:water" }, "noise_router": { - "final_density": { - "argument1": { - "argument": { - "argument1": 0.64, - "argument2": { - "argument": { - "argument": { - "argument1": 0.4, - "argument2": { - "argument1": { - "from_y": -64, - "to_y": -40, - "from_value": 0.0, - "to_value": 1.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": -0.4, - "argument2": { - "argument1": -0.078125, - "argument2": { - "argument1": { - "from_y": 304, - "to_y": 320, - "from_value": 1.0, - "to_value": 0.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": 0.078125, - "argument2": { - "max_exclusive": 1.5625, - "when_in_range": { - "argument1": "minecraft:overworld_amplified/sloped_cheese", - "argument2": { - "argument1": 5.0, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:mul" - }, - "type": "minecraft:min" - }, - "when_out_of_range": { - "argument1": { - "argument1": { - "argument1": { - "argument1": { - "argument1": 4.0, - "argument2": { - "argument": { - "noise": "minecraft:cave_layer", - "xz_scale": 1.0, - "y_scale": 8.0, - "type": "minecraft:noise" - }, - "type": "minecraft:square" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "input": { - "argument1": 0.27, - "argument2": { - "noise": "minecraft:cave_cheese", - "xz_scale": 1.0, - "y_scale": 0.6666666666666666, - "type": "minecraft:noise" - }, - "type": "minecraft:add" - }, - "min": -1.0, - "max": 1.0, - "type": "minecraft:clamp" - }, - "argument2": { - "input": { - "argument1": 1.5, - "argument2": { - "argument1": -0.64, - "argument2": "minecraft:overworld_amplified/sloped_cheese", - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "min": 0.0, - "max": 0.5, - "type": "minecraft:clamp" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:min" - }, - "argument2": { - "argument1": "minecraft:overworld/caves/spaghetti_2d", - "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", - "type": "minecraft:add" - }, - "type": "minecraft:min" - }, - "argument2": { - "max_exclusive": 0.03, - "when_in_range": -1000000.0, - "when_out_of_range": "minecraft:overworld/caves/pillars", - "input": "minecraft:overworld/caves/pillars", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:max" - }, - "input": "minecraft:overworld_amplified/sloped_cheese", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:blend_density" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:squeeze" - }, - "argument2": "minecraft:overworld/caves/noodle", - "type": "minecraft:min" + "barrier": { + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1.0, + "y_scale": 0.5, + "type": "minecraft:noise" }, - "vein_toggle": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_veininess", - "xz_scale": 1.5, - "y_scale": 1.5, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" + "fluid_level_floodedness": { + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1.0, + "y_scale": 0.67, + "type": "minecraft:noise" }, - "vein_ridged": { - "argument1": -0.07999999821186066, - "argument2": { - "argument1": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_a", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "argument2": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_b", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "type": "minecraft:max" - }, - "type": "minecraft:add" + "fluid_level_spread": { + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1.0, + "y_scale": 0.7142857142857143, + "type": "minecraft:noise" }, - "vein_gap": { - "noise": "minecraft:ore_gap", + "lava": { + "noise": "minecraft:aquifer_lava", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" }, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation", + "type": "minecraft:shifted_noise" + }, + "continents": "minecraft:overworld/continents", "erosion": "minecraft:overworld/erosion", "depth": "minecraft:overworld_amplified/depth", "ridges": "minecraft:overworld/ridges", @@ -388,48 +179,211 @@ "cell_height": 8, "type": "minecraft:find_top_surface" }, - "lava": { - "noise": "minecraft:aquifer_lava", + "final_density": { + "argument1": { + "argument": { + "argument1": 0.64, + "argument2": { + "argument": { + "argument": { + "argument1": 0.4, + "argument2": { + "argument1": { + "from_y": -64, + "to_y": -40, + "from_value": 0.0, + "to_value": 1.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": -0.4, + "argument2": { + "argument1": -0.078125, + "argument2": { + "argument1": { + "from_y": 304, + "to_y": 320, + "from_value": 1.0, + "to_value": 0.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": 0.078125, + "argument2": { + "input": "minecraft:overworld_amplified/sloped_cheese", + "min_inclusive": -1000000.0, + "max_exclusive": 1.5625, + "when_in_range": { + "argument1": "minecraft:overworld_amplified/sloped_cheese", + "argument2": { + "argument1": 5.0, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:mul" + }, + "type": "minecraft:min" + }, + "when_out_of_range": { + "argument1": { + "argument1": { + "argument1": { + "argument1": { + "argument1": 4.0, + "argument2": { + "argument": { + "noise": "minecraft:cave_layer", + "xz_scale": 1.0, + "y_scale": 8.0, + "type": "minecraft:noise" + }, + "type": "minecraft:square" + }, + "type": "minecraft:mul" + }, + "argument2": { + "argument1": { + "input": { + "argument1": 0.27, + "argument2": { + "noise": "minecraft:cave_cheese", + "xz_scale": 1.0, + "y_scale": 0.6666666666666666, + "type": "minecraft:noise" + }, + "type": "minecraft:add" + }, + "min": -1.0, + "max": 1.0, + "type": "minecraft:clamp" + }, + "argument2": { + "input": { + "argument1": 1.5, + "argument2": { + "argument1": -0.64, + "argument2": "minecraft:overworld_amplified/sloped_cheese", + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "min": 0.0, + "max": 0.5, + "type": "minecraft:clamp" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:min" + }, + "argument2": { + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", + "type": "minecraft:add" + }, + "type": "minecraft:min" + }, + "argument2": { + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000.0, + "max_exclusive": 0.03, + "when_in_range": -1000000.0, + "when_out_of_range": "minecraft:overworld/caves/pillars", + "type": "minecraft:range_choice" + }, + "type": "minecraft:max" + }, + "type": "minecraft:range_choice" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:blend_density" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:squeeze" + }, + "argument2": "minecraft:overworld/caves/noodle", + "type": "minecraft:min" + }, + "vein_toggle": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "vein_ridged": { + "argument1": -0.07999999821186066, + "argument2": { + "argument1": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_a", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "argument2": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_b", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "type": "minecraft:max" + }, + "type": "minecraft:add" + }, + "vein_gap": { + "noise": "minecraft:ore_gap", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" - }, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": "minecraft:overworld/continents", - "barrier": { - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1.0, - "y_scale": 0.5, - "type": "minecraft:noise" - }, - "fluid_level_floodedness": { - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1.0, - "y_scale": 0.67, - "type": "minecraft:noise" - }, - "fluid_level_spread": { - "noise": "minecraft:aquifer_fluid_level_spread", - "xz_scale": 1.0, - "y_scale": 0.7142857142857143, - "type": "minecraft:noise" } }, "surface_rule": { @@ -2588,23 +2542,72 @@ ], "type": "minecraft:sequence" }, + "spawn_target": [ + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + -1.0, + -0.16 + ], + "offset": 0.0 + }, + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + 0.16, + 1.0 + ], + "offset": 0.0 + } + ], + "sea_level": 63, + "disable_mob_generation": false, + "aquifers_enabled": true, + "ore_veins_enabled": true, + "legacy_random_source": false + }, + "caves": { "noise": { "min_y": -64, - "height": 384, + "height": 192, "size_horizontal": 1, "size_vertical": 2 }, "default_block": { "Name": "minecraft:stone" - } - }, - "caves": { - "aquifers_enabled": false, - "ore_veins_enabled": false, - "legacy_random_source": true, - "spawn_target": [], - "sea_level": 32, - "disable_mob_generation": false, + }, "default_fluid": { "Properties": { "level": "0" @@ -2612,6 +2615,33 @@ "Name": "minecraft:water" }, "noise_router": { + "barrier": 0.0, + "fluid_level_floodedness": 0.0, + "fluid_level_spread": 0.0, + "lava": 0.0, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation", + "type": "minecraft:shifted_noise" + }, + "continents": 0.0, + "erosion": 0.0, + "depth": 0.0, + "ridges": 0.0, + "preliminary_surface_level": 0.0, "final_density": { "argument": { "argument1": 0.64, @@ -2664,34 +2694,7 @@ }, "vein_toggle": 0.0, "vein_ridged": 0.0, - "vein_gap": 0.0, - "erosion": 0.0, - "depth": 0.0, - "ridges": 0.0, - "preliminary_surface_level": 0.0, - "lava": 0.0, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": 0.0, - "barrier": 0.0, - "fluid_level_floodedness": 0.0, - "fluid_level_spread": 0.0 + "vein_gap": 0.0 }, "surface_rule": { "sequence": [ @@ -4865,27 +4868,43 @@ ], "type": "minecraft:sequence" }, - "noise": { - "min_y": -64, - "height": 192, - "size_horizontal": 1, - "size_vertical": 2 - }, - "default_block": { - "Name": "minecraft:stone" - } - }, - "end": { + "spawn_target": [], + "sea_level": 32, + "disable_mob_generation": false, "aquifers_enabled": false, "ore_veins_enabled": false, - "legacy_random_source": true, - "spawn_target": [], - "sea_level": 0, - "disable_mob_generation": true, + "legacy_random_source": true + }, + "end": { + "noise": { + "min_y": 0, + "height": 128, + "size_horizontal": 2, + "size_vertical": 1 + }, + "default_block": { + "Name": "minecraft:end_stone" + }, "default_fluid": { "Name": "minecraft:air" }, "noise_router": { + "barrier": 0.0, + "fluid_level_floodedness": 0.0, + "fluid_level_spread": 0.0, + "lava": 0.0, + "temperature": 0.0, + "vegetation": 0.0, + "continents": 0.0, + "erosion": { + "argument": { + "type": "minecraft:end_islands" + }, + "type": "minecraft:cache_2d" + }, + "depth": 0.0, + "ridges": 0.0, + "preliminary_surface_level": 0.0, "final_density": { "argument": { "argument1": 0.64, @@ -4938,23 +4957,7 @@ }, "vein_toggle": 0.0, "vein_ridged": 0.0, - "vein_gap": 0.0, - "erosion": { - "argument": { - "type": "minecraft:end_islands" - }, - "type": "minecraft:cache_2d" - }, - "depth": 0.0, - "ridges": 0.0, - "preliminary_surface_level": 0.0, - "lava": 0.0, - "temperature": 0.0, - "vegetation": 0.0, - "continents": 0.0, - "barrier": 0.0, - "fluid_level_floodedness": 0.0, - "fluid_level_spread": 0.0 + "vein_gap": 0.0 }, "surface_rule": { "result_state": { @@ -4962,23 +4965,23 @@ }, "type": "minecraft:block" }, + "spawn_target": [], + "sea_level": 0, + "disable_mob_generation": true, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": true + }, + "floating_islands": { "noise": { "min_y": 0, - "height": 128, + "height": 256, "size_horizontal": 2, "size_vertical": 1 }, "default_block": { - "Name": "minecraft:end_stone" - } - }, - "floating_islands": { - "aquifers_enabled": false, - "ore_veins_enabled": false, - "legacy_random_source": true, - "spawn_target": [], - "sea_level": -64, - "disable_mob_generation": false, + "Name": "minecraft:stone" + }, "default_fluid": { "Properties": { "level": "0" @@ -4986,6 +4989,33 @@ "Name": "minecraft:water" }, "noise_router": { + "barrier": 0.0, + "fluid_level_floodedness": 0.0, + "fluid_level_spread": 0.0, + "lava": 0.0, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation", + "type": "minecraft:shifted_noise" + }, + "continents": 0.0, + "erosion": 0.0, + "depth": 0.0, + "ridges": 0.0, + "preliminary_surface_level": 0.0, "final_density": { "argument": { "argument1": 0.64, @@ -5038,34 +5068,7 @@ }, "vein_toggle": 0.0, "vein_ridged": 0.0, - "vein_gap": 0.0, - "erosion": 0.0, - "depth": 0.0, - "ridges": 0.0, - "preliminary_surface_level": 0.0, - "lava": 0.0, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": 0.0, - "barrier": 0.0, - "fluid_level_floodedness": 0.0, - "fluid_level_spread": 0.0 + "vein_gap": 0.0 }, "surface_rule": { "sequence": [ @@ -7198,72 +7201,23 @@ ], "type": "minecraft:sequence" }, + "spawn_target": [], + "sea_level": -64, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": true + }, + "large_biomes": { "noise": { - "min_y": 0, - "height": 256, - "size_horizontal": 2, - "size_vertical": 1 + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2 }, "default_block": { "Name": "minecraft:stone" - } - }, - "large_biomes": { - "aquifers_enabled": true, - "ore_veins_enabled": true, - "legacy_random_source": false, - "spawn_target": [ - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - -1.0, - -0.16 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - }, - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - 0.16, - 1.0 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - } - ], - "sea_level": 63, - "disable_mob_generation": false, + }, "default_fluid": { "Properties": { "level": "0" @@ -7271,212 +7225,49 @@ "Name": "minecraft:water" }, "noise_router": { - "final_density": { - "argument1": { - "argument": { - "argument1": 0.64, - "argument2": { - "argument": { - "argument": { - "argument1": 0.1171875, - "argument2": { - "argument1": { - "from_y": -64, - "to_y": -40, - "from_value": 0.0, - "to_value": 1.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": -0.1171875, - "argument2": { - "argument1": -0.078125, - "argument2": { - "argument1": { - "from_y": 240, - "to_y": 256, - "from_value": 1.0, - "to_value": 0.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": 0.078125, - "argument2": { - "max_exclusive": 1.5625, - "when_in_range": { - "argument1": "minecraft:overworld_large_biomes/sloped_cheese", - "argument2": { - "argument1": 5.0, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:mul" - }, - "type": "minecraft:min" - }, - "when_out_of_range": { - "argument1": { - "argument1": { - "argument1": { - "argument1": { - "argument1": 4.0, - "argument2": { - "argument": { - "noise": "minecraft:cave_layer", - "xz_scale": 1.0, - "y_scale": 8.0, - "type": "minecraft:noise" - }, - "type": "minecraft:square" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "input": { - "argument1": 0.27, - "argument2": { - "noise": "minecraft:cave_cheese", - "xz_scale": 1.0, - "y_scale": 0.6666666666666666, - "type": "minecraft:noise" - }, - "type": "minecraft:add" - }, - "min": -1.0, - "max": 1.0, - "type": "minecraft:clamp" - }, - "argument2": { - "input": { - "argument1": 1.5, - "argument2": { - "argument1": -0.64, - "argument2": "minecraft:overworld_large_biomes/sloped_cheese", - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "min": 0.0, - "max": 0.5, - "type": "minecraft:clamp" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:min" - }, - "argument2": { - "argument1": "minecraft:overworld/caves/spaghetti_2d", - "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", - "type": "minecraft:add" - }, - "type": "minecraft:min" - }, - "argument2": { - "max_exclusive": 0.03, - "when_in_range": -1000000.0, - "when_out_of_range": "minecraft:overworld/caves/pillars", - "input": "minecraft:overworld/caves/pillars", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:max" - }, - "input": "minecraft:overworld_large_biomes/sloped_cheese", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:blend_density" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:squeeze" - }, - "argument2": "minecraft:overworld/caves/noodle", - "type": "minecraft:min" + "barrier": { + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1.0, + "y_scale": 0.5, + "type": "minecraft:noise" }, - "vein_toggle": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_veininess", - "xz_scale": 1.5, - "y_scale": 1.5, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" + "fluid_level_floodedness": { + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1.0, + "y_scale": 0.67, + "type": "minecraft:noise" }, - "vein_ridged": { - "argument1": -0.07999999821186066, - "argument2": { - "argument1": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_a", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "argument2": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_b", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "type": "minecraft:max" - }, - "type": "minecraft:add" + "fluid_level_spread": { + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1.0, + "y_scale": 0.7142857142857143, + "type": "minecraft:noise" }, - "vein_gap": { - "noise": "minecraft:ore_gap", + "lava": { + "noise": "minecraft:aquifer_lava", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" }, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature_large", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation_large", + "type": "minecraft:shifted_noise" + }, + "continents": "minecraft:overworld_large_biomes/continents", "erosion": "minecraft:overworld_large_biomes/erosion", "depth": "minecraft:overworld_large_biomes/depth", "ridges": "minecraft:overworld/ridges", @@ -7597,48 +7388,211 @@ "cell_height": 8, "type": "minecraft:find_top_surface" }, - "lava": { - "noise": "minecraft:aquifer_lava", + "final_density": { + "argument1": { + "argument": { + "argument1": 0.64, + "argument2": { + "argument": { + "argument": { + "argument1": 0.1171875, + "argument2": { + "argument1": { + "from_y": -64, + "to_y": -40, + "from_value": 0.0, + "to_value": 1.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": -0.1171875, + "argument2": { + "argument1": -0.078125, + "argument2": { + "argument1": { + "from_y": 240, + "to_y": 256, + "from_value": 1.0, + "to_value": 0.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": 0.078125, + "argument2": { + "input": "minecraft:overworld_large_biomes/sloped_cheese", + "min_inclusive": -1000000.0, + "max_exclusive": 1.5625, + "when_in_range": { + "argument1": "minecraft:overworld_large_biomes/sloped_cheese", + "argument2": { + "argument1": 5.0, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:mul" + }, + "type": "minecraft:min" + }, + "when_out_of_range": { + "argument1": { + "argument1": { + "argument1": { + "argument1": { + "argument1": 4.0, + "argument2": { + "argument": { + "noise": "minecraft:cave_layer", + "xz_scale": 1.0, + "y_scale": 8.0, + "type": "minecraft:noise" + }, + "type": "minecraft:square" + }, + "type": "minecraft:mul" + }, + "argument2": { + "argument1": { + "input": { + "argument1": 0.27, + "argument2": { + "noise": "minecraft:cave_cheese", + "xz_scale": 1.0, + "y_scale": 0.6666666666666666, + "type": "minecraft:noise" + }, + "type": "minecraft:add" + }, + "min": -1.0, + "max": 1.0, + "type": "minecraft:clamp" + }, + "argument2": { + "input": { + "argument1": 1.5, + "argument2": { + "argument1": -0.64, + "argument2": "minecraft:overworld_large_biomes/sloped_cheese", + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "min": 0.0, + "max": 0.5, + "type": "minecraft:clamp" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:min" + }, + "argument2": { + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", + "type": "minecraft:add" + }, + "type": "minecraft:min" + }, + "argument2": { + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000.0, + "max_exclusive": 0.03, + "when_in_range": -1000000.0, + "when_out_of_range": "minecraft:overworld/caves/pillars", + "type": "minecraft:range_choice" + }, + "type": "minecraft:max" + }, + "type": "minecraft:range_choice" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:blend_density" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:squeeze" + }, + "argument2": "minecraft:overworld/caves/noodle", + "type": "minecraft:min" + }, + "vein_toggle": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "vein_ridged": { + "argument1": -0.07999999821186066, + "argument2": { + "argument1": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_a", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "argument2": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_b", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "type": "minecraft:max" + }, + "type": "minecraft:add" + }, + "vein_gap": { + "noise": "minecraft:ore_gap", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" - }, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature_large", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation_large", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": "minecraft:overworld_large_biomes/continents", - "barrier": { - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1.0, - "y_scale": 0.5, - "type": "minecraft:noise" - }, - "fluid_level_floodedness": { - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1.0, - "y_scale": 0.67, - "type": "minecraft:noise" - }, - "fluid_level_spread": { - "noise": "minecraft:aquifer_fluid_level_spread", - "xz_scale": 1.0, - "y_scale": 0.7142857142857143, - "type": "minecraft:noise" } }, "surface_rule": { @@ -9797,23 +9751,72 @@ ], "type": "minecraft:sequence" }, + "spawn_target": [ + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + -1.0, + -0.16 + ], + "offset": 0.0 + }, + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + 0.16, + 1.0 + ], + "offset": 0.0 + } + ], + "sea_level": 63, + "disable_mob_generation": false, + "aquifers_enabled": true, + "ore_veins_enabled": true, + "legacy_random_source": false + }, + "nether": { "noise": { - "min_y": -64, - "height": 384, + "min_y": 0, + "height": 128, "size_horizontal": 1, "size_vertical": 2 }, "default_block": { - "Name": "minecraft:stone" - } - }, - "nether": { - "aquifers_enabled": false, - "ore_veins_enabled": false, - "legacy_random_source": true, - "spawn_target": [], - "sea_level": 32, - "disable_mob_generation": false, + "Name": "minecraft:netherrack" + }, "default_fluid": { "Properties": { "level": "0" @@ -9821,6 +9824,33 @@ "Name": "minecraft:lava" }, "noise_router": { + "barrier": 0.0, + "fluid_level_floodedness": 0.0, + "fluid_level_spread": 0.0, + "lava": 0.0, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation", + "type": "minecraft:shifted_noise" + }, + "continents": 0.0, + "erosion": 0.0, + "depth": 0.0, + "ridges": 0.0, + "preliminary_surface_level": 0.0, "final_density": { "argument": { "argument1": 0.64, @@ -9873,34 +9903,7 @@ }, "vein_toggle": 0.0, "vein_ridged": 0.0, - "vein_gap": 0.0, - "erosion": 0.0, - "depth": 0.0, - "ridges": 0.0, - "preliminary_surface_level": 0.0, - "lava": 0.0, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": 0.0, - "barrier": 0.0, - "fluid_level_floodedness": 0.0, - "fluid_level_spread": 0.0 + "vein_gap": 0.0 }, "surface_rule": { "sequence": [ @@ -10534,72 +10537,23 @@ ], "type": "minecraft:sequence" }, + "spawn_target": [], + "sea_level": 32, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": true + }, + "overworld": { "noise": { - "min_y": 0, - "height": 128, + "min_y": -64, + "height": 384, "size_horizontal": 1, "size_vertical": 2 }, "default_block": { - "Name": "minecraft:netherrack" - } - }, - "overworld": { - "aquifers_enabled": true, - "ore_veins_enabled": true, - "legacy_random_source": false, - "spawn_target": [ - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - -1.0, - -0.16 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - }, - { - "erosion": [ - -1.0, - 1.0 - ], - "depth": 0.0, - "weirdness": [ - 0.16, - 1.0 - ], - "offset": 0.0, - "temperature": [ - -1.0, - 1.0 - ], - "humidity": [ - -1.0, - 1.0 - ], - "continentalness": [ - -0.11, - 1.0 - ] - } - ], - "sea_level": 63, - "disable_mob_generation": false, + "Name": "minecraft:stone" + }, "default_fluid": { "Properties": { "level": "0" @@ -10607,212 +10561,49 @@ "Name": "minecraft:water" }, "noise_router": { - "final_density": { - "argument1": { - "argument": { - "argument1": 0.64, - "argument2": { - "argument": { - "argument": { - "argument1": 0.1171875, - "argument2": { - "argument1": { - "from_y": -64, - "to_y": -40, - "from_value": 0.0, - "to_value": 1.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": -0.1171875, - "argument2": { - "argument1": -0.078125, - "argument2": { - "argument1": { - "from_y": 240, - "to_y": 256, - "from_value": 1.0, - "to_value": 0.0, - "type": "minecraft:y_clamped_gradient" - }, - "argument2": { - "argument1": 0.078125, - "argument2": { - "max_exclusive": 1.5625, - "when_in_range": { - "argument1": "minecraft:overworld/sloped_cheese", - "argument2": { - "argument1": 5.0, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:mul" - }, - "type": "minecraft:min" - }, - "when_out_of_range": { - "argument1": { - "argument1": { - "argument1": { - "argument1": { - "argument1": 4.0, - "argument2": { - "argument": { - "noise": "minecraft:cave_layer", - "xz_scale": 1.0, - "y_scale": 8.0, - "type": "minecraft:noise" - }, - "type": "minecraft:square" - }, - "type": "minecraft:mul" - }, - "argument2": { - "argument1": { - "input": { - "argument1": 0.27, - "argument2": { - "noise": "minecraft:cave_cheese", - "xz_scale": 1.0, - "y_scale": 0.6666666666666666, - "type": "minecraft:noise" - }, - "type": "minecraft:add" - }, - "min": -1.0, - "max": 1.0, - "type": "minecraft:clamp" - }, - "argument2": { - "input": { - "argument1": 1.5, - "argument2": { - "argument1": -0.64, - "argument2": "minecraft:overworld/sloped_cheese", - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "min": 0.0, - "max": 0.5, - "type": "minecraft:clamp" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "argument2": "minecraft:overworld/caves/entrances", - "type": "minecraft:min" - }, - "argument2": { - "argument1": "minecraft:overworld/caves/spaghetti_2d", - "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", - "type": "minecraft:add" - }, - "type": "minecraft:min" - }, - "argument2": { - "max_exclusive": 0.03, - "when_in_range": -1000000.0, - "when_out_of_range": "minecraft:overworld/caves/pillars", - "input": "minecraft:overworld/caves/pillars", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:max" - }, - "input": "minecraft:overworld/sloped_cheese", - "min_inclusive": -1000000.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:add" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:add" - }, - "type": "minecraft:blend_density" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:mul" - }, - "type": "minecraft:squeeze" - }, - "argument2": "minecraft:overworld/caves/noodle", - "type": "minecraft:min" + "barrier": { + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1.0, + "y_scale": 0.5, + "type": "minecraft:noise" }, - "vein_toggle": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_veininess", - "xz_scale": 1.5, - "y_scale": 1.5, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" + "fluid_level_floodedness": { + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1.0, + "y_scale": 0.67, + "type": "minecraft:noise" }, - "vein_ridged": { - "argument1": -0.07999999821186066, - "argument2": { - "argument1": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_a", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "argument2": { - "argument": { - "argument": { - "max_exclusive": 51.0, - "when_in_range": { - "noise": "minecraft:ore_vein_b", - "xz_scale": 4.0, - "y_scale": 4.0, - "type": "minecraft:noise" - }, - "when_out_of_range": 0.0, - "input": "minecraft:y", - "min_inclusive": -60.0, - "type": "minecraft:range_choice" - }, - "type": "minecraft:interpolated" - }, - "type": "minecraft:abs" - }, - "type": "minecraft:max" - }, - "type": "minecraft:add" + "fluid_level_spread": { + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1.0, + "y_scale": 0.7142857142857143, + "type": "minecraft:noise" }, - "vein_gap": { - "noise": "minecraft:ore_gap", + "lava": { + "noise": "minecraft:aquifer_lava", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" }, + "temperature": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:temperature", + "type": "minecraft:shifted_noise" + }, + "vegetation": { + "shift_x": "minecraft:shift_x", + "shift_y": 0.0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0.0, + "noise": "minecraft:vegetation", + "type": "minecraft:shifted_noise" + }, + "continents": "minecraft:overworld/continents", "erosion": "minecraft:overworld/erosion", "depth": "minecraft:overworld/depth", "ridges": "minecraft:overworld/ridges", @@ -10933,48 +10724,211 @@ "cell_height": 8, "type": "minecraft:find_top_surface" }, - "lava": { - "noise": "minecraft:aquifer_lava", + "final_density": { + "argument1": { + "argument": { + "argument1": 0.64, + "argument2": { + "argument": { + "argument": { + "argument1": 0.1171875, + "argument2": { + "argument1": { + "from_y": -64, + "to_y": -40, + "from_value": 0.0, + "to_value": 1.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": -0.1171875, + "argument2": { + "argument1": -0.078125, + "argument2": { + "argument1": { + "from_y": 240, + "to_y": 256, + "from_value": 1.0, + "to_value": 0.0, + "type": "minecraft:y_clamped_gradient" + }, + "argument2": { + "argument1": 0.078125, + "argument2": { + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000.0, + "max_exclusive": 1.5625, + "when_in_range": { + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "argument1": 5.0, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:mul" + }, + "type": "minecraft:min" + }, + "when_out_of_range": { + "argument1": { + "argument1": { + "argument1": { + "argument1": { + "argument1": 4.0, + "argument2": { + "argument": { + "noise": "minecraft:cave_layer", + "xz_scale": 1.0, + "y_scale": 8.0, + "type": "minecraft:noise" + }, + "type": "minecraft:square" + }, + "type": "minecraft:mul" + }, + "argument2": { + "argument1": { + "input": { + "argument1": 0.27, + "argument2": { + "noise": "minecraft:cave_cheese", + "xz_scale": 1.0, + "y_scale": 0.6666666666666666, + "type": "minecraft:noise" + }, + "type": "minecraft:add" + }, + "min": -1.0, + "max": 1.0, + "type": "minecraft:clamp" + }, + "argument2": { + "input": { + "argument1": 1.5, + "argument2": { + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese", + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "min": 0.0, + "max": 0.5, + "type": "minecraft:clamp" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "argument2": "minecraft:overworld/caves/entrances", + "type": "minecraft:min" + }, + "argument2": { + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function", + "type": "minecraft:add" + }, + "type": "minecraft:min" + }, + "argument2": { + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000.0, + "max_exclusive": 0.03, + "when_in_range": -1000000.0, + "when_out_of_range": "minecraft:overworld/caves/pillars", + "type": "minecraft:range_choice" + }, + "type": "minecraft:max" + }, + "type": "minecraft:range_choice" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:add" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:add" + }, + "type": "minecraft:blend_density" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:mul" + }, + "type": "minecraft:squeeze" + }, + "argument2": "minecraft:overworld/caves/noodle", + "type": "minecraft:min" + }, + "vein_toggle": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "vein_ridged": { + "argument1": -0.07999999821186066, + "argument2": { + "argument1": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_a", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "argument2": { + "argument": { + "argument": { + "input": "minecraft:y", + "min_inclusive": -60.0, + "max_exclusive": 51.0, + "when_in_range": { + "noise": "minecraft:ore_vein_b", + "xz_scale": 4.0, + "y_scale": 4.0, + "type": "minecraft:noise" + }, + "when_out_of_range": 0.0, + "type": "minecraft:range_choice" + }, + "type": "minecraft:interpolated" + }, + "type": "minecraft:abs" + }, + "type": "minecraft:max" + }, + "type": "minecraft:add" + }, + "vein_gap": { + "noise": "minecraft:ore_gap", "xz_scale": 1.0, "y_scale": 1.0, "type": "minecraft:noise" - }, - "temperature": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:temperature", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "vegetation": { - "xz_scale": 0.25, - "y_scale": 0.0, - "noise": "minecraft:vegetation", - "shift_x": "minecraft:shift_x", - "shift_y": 0.0, - "shift_z": "minecraft:shift_z", - "type": "minecraft:shifted_noise" - }, - "continents": "minecraft:overworld/continents", - "barrier": { - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1.0, - "y_scale": 0.5, - "type": "minecraft:noise" - }, - "fluid_level_floodedness": { - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1.0, - "y_scale": 0.67, - "type": "minecraft:noise" - }, - "fluid_level_spread": { - "noise": "minecraft:aquifer_fluid_level_spread", - "xz_scale": 1.0, - "y_scale": 0.7142857142857143, - "type": "minecraft:noise" } }, "surface_rule": { @@ -13133,14 +13087,60 @@ ], "type": "minecraft:sequence" }, - "noise": { - "min_y": -64, - "height": 384, - "size_horizontal": 1, - "size_vertical": 2 - }, - "default_block": { - "Name": "minecraft:stone" - } + "spawn_target": [ + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + -1.0, + -0.16 + ], + "offset": 0.0 + }, + { + "temperature": [ + -1.0, + 1.0 + ], + "humidity": [ + -1.0, + 1.0 + ], + "continentalness": [ + -0.11, + 1.0 + ], + "erosion": [ + -1.0, + 1.0 + ], + "depth": 0.0, + "weirdness": [ + 0.16, + 1.0 + ], + "offset": 0.0 + } + ], + "sea_level": 63, + "disable_mob_generation": false, + "aquifers_enabled": true, + "ore_veins_enabled": true, + "legacy_random_source": false } } \ No newline at end of file diff --git a/assets/composter_increase_chance.json b/assets/composter_increase_chance.json index df4a5c660..b9ed9ffc4 100644 --- a/assets/composter_increase_chance.json +++ b/assets/composter_increase_chance.json @@ -1,117 +1,117 @@ { - "1357": 0.3, - "526": 0.65, - "524": 0.65, - "235": 0.65, - "260": 0.3, - "1283": 0.3, - "1106": 0.5, - "265": 0.65, - "341": 0.3, - "208": 0.3, - "143": 0.3, - "203": 0.65, - "243": 0.65, - "1281": 0.3, - "210": 0.3, - "51": 0.3, - "411": 0.5, - "209": 0.3, - "246": 0.65, - "1223": 0.65, - "234": 0.65, - "189": 0.3, - "410": 0.5, - "186": 0.3, - "249": 0.65, - "1237": 1.0, - "504": 0.85, - "952": 0.65, - "205": 0.65, - "202": 0.3, - "253": 0.5, - "191": 0.3, - "1085": 1.0, - "185": 0.3, - "240": 0.65, - "340": 0.5, - "239": 0.65, - "261": 0.3, - "256": 0.5, - "525": 0.65, - "1360": 0.65, - "267": 0.65, - "211": 0.3, - "247": 0.65, - "230": 0.65, - "255": 0.5, - "236": 0.65, - "529": 0.65, - "1119": 0.65, - "231": 0.65, - "953": 0.85, - "263": 0.3, - "356": 0.65, - "257": 0.3, - "1109": 0.3, - "241": 0.65, - "258": 0.3, - "248": 0.65, - "237": 0.65, - "1108": 0.3, - "1280": 0.3, - "1107": 0.3, - "56": 0.3, - "266": 0.3, - "951": 0.3, - "268": 0.3, - "55": 0.3, - "244": 0.85, + "184": 0.3, "52": 0.3, - "893": 0.65, - "49": 0.3, - "264": 0.3, - "576": 0.85, - "1282": 0.65, - "259": 0.3, + "1107": 0.3, + "229": 0.65, + "1227": 0.65, + "210": 0.3, "187": 0.3, - "250": 0.65, - "182": 0.3, - "206": 0.85, - "528": 0.5, - "387": 0.85, + "249": 0.65, + "1285": 0.3, + "341": 0.3, "409": 0.65, "233": 0.65, - "53": 0.3, - "527": 0.65, - "190": 0.3, - "184": 0.3, - "50": 0.3, - "57": 0.3, - "192": 0.5, - "1027": 0.5, - "212": 0.65, - "1065": 0.65, - "577": 0.85, - "254": 0.5, - "242": 0.65, - "1224": 0.65, - "262": 0.65, - "188": 0.3, - "423": 0.65, - "54": 0.3, - "1225": 0.85, - "389": 0.65, - "357": 0.65, + "240": 0.65, "388": 0.85, - "232": 0.65, + "256": 0.5, + "952": 0.65, + "951": 0.3, + "55": 0.3, + "253": 0.5, + "182": 0.3, + "255": 0.5, + "1065": 0.65, + "259": 0.3, + "423": 0.65, + "262": 0.65, + "340": 0.5, + "387": 0.85, + "192": 0.5, "238": 0.65, - "204": 0.3, + "528": 0.5, + "1286": 0.3, "1102": 0.85, - "251": 0.65, - "252": 0.65, - "229": 0.65, - "183": 0.3, + "268": 0.3, + "237": 0.65, + "1108": 0.3, + "265": 0.65, + "356": 0.65, + "1228": 0.65, + "263": 0.3, + "1374": 0.3, + "260": 0.3, "245": 0.85, - "1356": 0.3 + "243": 0.65, + "246": 0.65, + "49": 0.3, + "251": 0.65, + "230": 0.65, + "1085": 1.0, + "524": 0.65, + "953": 0.85, + "1106": 0.5, + "1119": 0.65, + "231": 0.65, + "234": 0.65, + "204": 0.3, + "212": 0.65, + "202": 0.3, + "527": 0.65, + "235": 0.65, + "1377": 0.65, + "1109": 0.3, + "191": 0.3, + "1229": 0.85, + "410": 0.5, + "50": 0.3, + "267": 0.65, + "266": 0.3, + "411": 0.5, + "190": 0.3, + "232": 0.65, + "529": 0.65, + "53": 0.3, + "250": 0.65, + "1287": 0.65, + "357": 0.65, + "1241": 1.0, + "54": 0.3, + "56": 0.3, + "1288": 0.3, + "577": 0.85, + "258": 0.3, + "1027": 0.5, + "205": 0.65, + "241": 0.65, + "1373": 0.3, + "209": 0.3, + "206": 0.85, + "186": 0.3, + "389": 0.65, + "236": 0.65, + "526": 0.65, + "504": 0.85, + "257": 0.3, + "185": 0.3, + "244": 0.85, + "57": 0.3, + "254": 0.5, + "264": 0.3, + "51": 0.3, + "239": 0.65, + "252": 0.65, + "183": 0.3, + "261": 0.3, + "576": 0.85, + "208": 0.3, + "189": 0.3, + "143": 0.3, + "188": 0.3, + "893": 0.65, + "211": 0.3, + "248": 0.65, + "247": 0.65, + "242": 0.65, + "203": 0.65, + "525": 0.65 } \ No newline at end of file diff --git a/assets/configured_features.json b/assets/configured_features.json index 54e95da44..1689ebaff 100644 --- a/assets/configured_features.json +++ b/assets/configured_features.json @@ -1,20 +1,20 @@ { "acacia": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:acacia_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 2, + "type": "minecraft:forking_trunk_placer" }, "foliage_provider": { "state": { @@ -32,49 +32,51 @@ "offset": 0, "type": "minecraft:acacia_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:acacia_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 2, - "type": "minecraft:forking_trunk_placer" - } + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, "amethyst_geode": { "config": { - "min_gen_offset": -16, - "max_gen_offset": 16, - "noise_multiplier": 0.05, - "invalid_blocks_threshold": 1, - "outer_wall_distance": { - "min_inclusive": 4, - "max_inclusive": 6, - "type": "minecraft:uniform" - }, - "distribution_points": { - "min_inclusive": 3, - "max_inclusive": 4, - "type": "minecraft:uniform" - }, - "point_offset": { - "min_inclusive": 1, - "max_inclusive": 2, - "type": "minecraft:uniform" - }, - "use_potential_placements_chance": 0.35, - "use_alternate_layer0_chance": 0.083, - "placements_require_layer0_alternate": true, "blocks": { + "filling_provider": { + "state": { + "Name": "minecraft:air" + }, + "type": "minecraft:simple_state_provider" + }, + "inner_layer_provider": { + "state": { + "Name": "minecraft:amethyst_block" + }, + "type": "minecraft:simple_state_provider" + }, + "alternate_inner_layer_provider": { + "state": { + "Name": "minecraft:budding_amethyst" + }, + "type": "minecraft:simple_state_provider" + }, + "middle_layer_provider": { + "state": { + "Name": "minecraft:calcite" + }, + "type": "minecraft:simple_state_provider" + }, "outer_layer_provider": { "state": { "Name": "minecraft:smooth_basalt" @@ -112,31 +114,7 @@ } ], "cannot_replace": "#minecraft:features_cannot_replace", - "invalid_blocks": "#minecraft:geode_invalid_blocks", - "filling_provider": { - "state": { - "Name": "minecraft:air" - }, - "type": "minecraft:simple_state_provider" - }, - "inner_layer_provider": { - "state": { - "Name": "minecraft:amethyst_block" - }, - "type": "minecraft:simple_state_provider" - }, - "alternate_inner_layer_provider": { - "state": { - "Name": "minecraft:budding_amethyst" - }, - "type": "minecraft:simple_state_provider" - }, - "middle_layer_provider": { - "state": { - "Name": "minecraft:calcite" - }, - "type": "minecraft:simple_state_provider" - } + "invalid_blocks": "#minecraft:geode_invalid_blocks" }, "layers": { "filling": 1.7, @@ -148,26 +126,54 @@ "generate_crack_chance": 0.95, "base_crack_size": 2.0, "crack_point_offset": 2 - } + }, + "use_potential_placements_chance": 0.35, + "use_alternate_layer0_chance": 0.083, + "placements_require_layer0_alternate": true, + "outer_wall_distance": { + "min_inclusive": 4, + "max_inclusive": 6, + "type": "minecraft:uniform" + }, + "distribution_points": { + "min_inclusive": 3, + "max_inclusive": 4, + "type": "minecraft:uniform" + }, + "point_offset": { + "min_inclusive": 1, + "max_inclusive": 2, + "type": "minecraft:uniform" + }, + "min_gen_offset": -16, + "max_gen_offset": 16, + "noise_multiplier": 0.05, + "invalid_blocks_threshold": 1 }, "type": "minecraft:geode" }, "azalea_tree": { "config": { - "decorators": [], - "ignore_vines": false, - "force_dirt": true, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:rooted_dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 2, + "height_rand_b": 0, + "min_height_for_leaves": 3, + "bend_length": { + "min_inclusive": 1, + "max_inclusive": 2, + "type": "minecraft:uniform" + }, + "type": "minecraft:bending_trunk_placer" }, "foliage_provider": { "entries": [ @@ -203,27 +209,21 @@ "leaf_placement_attempts": 50, "type": "minecraft:random_spread_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:rooted_dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "height_rand_b": 0, - "min_height_for_leaves": 3, - "bend_length": { - "min_inclusive": 1, - "max_inclusive": 2, - "type": "minecraft:uniform" - }, - "base_height": 4, - "height_rand_a": 2, - "type": "minecraft:bending_trunk_placer" - } + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": false, + "force_dirt": true }, "type": "minecraft:tree" }, @@ -287,20 +287,20 @@ }, "birch": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -319,6 +319,26 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "birch_bees_0002": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -333,12 +353,36 @@ "height_rand_a": 2, "height_rand_b": 0, "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "birch_bees_0002": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 2, + "offset": 0, + "height": 3, + "type": "minecraft:blob_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.002, @@ -346,18 +390,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "birch_bees_0002_leaf_litter": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -376,26 +428,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "birch_bees_0002_leaf_litter": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.002, @@ -705,18 +749,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "birch_bees_002": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -735,26 +787,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "birch_bees_002": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.02, @@ -762,18 +806,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "birch_bees_005": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -792,26 +844,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "birch_bees_005": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.05, @@ -819,18 +863,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "birch_leaf_litter": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -849,26 +901,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "birch_leaf_litter": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "tries": 96, @@ -1174,51 +1218,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:birch_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 2, - "offset": 0, - "height": 3, - "type": "minecraft:blob_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -1468,42 +1468,6 @@ }, "cherry": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:cherry_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "wide_bottom_layer_hole_chance": 0.25, - "corner_hole_chance": 0.25, - "hanging_leaves_chance": 0.16666667, - "hanging_leaves_extension_chance": 0.33333334, - "radius": 4, - "offset": 0, - "height": 5, - "type": "minecraft:cherry_foliage_placer" - }, "trunk_provider": { "state": { "Properties": { @@ -1514,6 +1478,9 @@ "type": "minecraft:simple_state_provider" }, "trunk_placer": { + "base_height": 7, + "height_rand_a": 1, + "height_rand_b": 0, "branch_count": { "distribution": [ { @@ -1545,16 +1512,128 @@ "max_inclusive": 0, "type": "minecraft:uniform" }, - "base_height": 7, - "height_rand_a": 1, - "height_rand_b": 0, "type": "minecraft:cherry_trunk_placer" - } + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 4, + "offset": 0, + "height": 5, + "wide_bottom_layer_hole_chance": 0.25, + "corner_hole_chance": 0.25, + "hanging_leaves_chance": 0.16666667, + "hanging_leaves_extension_chance": 0.33333334, + "type": "minecraft:cherry_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, "cherry_bees_005": { "config": { + "trunk_provider": { + "state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:cherry_log" + }, + "type": "minecraft:simple_state_provider" + }, + "trunk_placer": { + "base_height": 7, + "height_rand_a": 1, + "height_rand_b": 0, + "branch_count": { + "distribution": [ + { + "data": 1, + "weight": 1 + }, + { + "data": 2, + "weight": 1 + }, + { + "data": 3, + "weight": 1 + } + ], + "type": "minecraft:weighted_list" + }, + "branch_horizontal_length": { + "min_inclusive": 2, + "max_inclusive": 4, + "type": "minecraft:uniform" + }, + "branch_start_offset_from_top": { + "min_inclusive": -4, + "max_inclusive": -3 + }, + "branch_end_offset_from_top": { + "min_inclusive": -1, + "max_inclusive": 0, + "type": "minecraft:uniform" + }, + "type": "minecraft:cherry_trunk_placer" + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:cherry_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 4, + "offset": 0, + "height": 5, + "wide_bottom_layer_hole_chance": 0.25, + "corner_hole_chance": 0.25, + "hanging_leaves_chance": 0.16666667, + "hanging_leaves_extension_chance": 0.33333334, + "type": "minecraft:cherry_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.05, @@ -1562,86 +1641,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:cherry_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "wide_bottom_layer_hole_chance": 0.25, - "corner_hole_chance": 0.25, - "hanging_leaves_chance": 0.16666667, - "hanging_leaves_extension_chance": 0.33333334, - "radius": 4, - "offset": 0, - "height": 5, - "type": "minecraft:cherry_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:cherry_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "branch_count": { - "distribution": [ - { - "data": 1, - "weight": 1 - }, - { - "data": 2, - "weight": 1 - }, - { - "data": 3, - "weight": 1 - } - ], - "type": "minecraft:weighted_list" - }, - "branch_horizontal_length": { - "min_inclusive": 2, - "max_inclusive": 4, - "type": "minecraft:uniform" - }, - "branch_start_offset_from_top": { - "min_inclusive": -4, - "max_inclusive": -3 - }, - "branch_end_offset_from_top": { - "min_inclusive": -1, - "max_inclusive": 0, - "type": "minecraft:uniform" - }, - "base_height": 7, - "height_rand_a": 1, - "height_rand_b": 0, - "type": "minecraft:cherry_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -1651,55 +1651,55 @@ }, "clay_pool_with_dripleaves": { "config": { + "replaceable": "#minecraft:lush_ground_replaceable", + "ground_state": { + "state": { + "Name": "minecraft:clay" + }, + "type": "minecraft:simple_state_provider" + }, + "vegetation_feature": { + "feature": "minecraft:dripleaf", + "placement": [] + }, + "surface": "floor", + "depth": 3, + "extra_bottom_block_chance": 0.8, + "vertical_range": 5, "vegetation_chance": 0.1, "xz_radius": { "min_inclusive": 4, "max_inclusive": 7, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.7, - "extra_bottom_block_chance": 0.8, - "vertical_range": 5, - "vegetation_feature": { - "feature": "minecraft:dripleaf", - "placement": [] - }, - "surface": "floor", - "depth": 3, + "extra_edge_column_chance": 0.7 + }, + "type": "minecraft:waterlogged_vegetation_patch" + }, + "clay_with_dripleaves": { + "config": { "replaceable": "#minecraft:lush_ground_replaceable", "ground_state": { "state": { "Name": "minecraft:clay" }, "type": "minecraft:simple_state_provider" - } - }, - "type": "minecraft:waterlogged_vegetation_patch" - }, - "clay_with_dripleaves": { - "config": { + }, + "vegetation_feature": { + "feature": "minecraft:dripleaf", + "placement": [] + }, + "surface": "floor", + "depth": 3, + "extra_bottom_block_chance": 0.8, + "vertical_range": 2, "vegetation_chance": 0.05, "xz_radius": { "min_inclusive": 4, "max_inclusive": 7, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.7, - "extra_bottom_block_chance": 0.8, - "vertical_range": 2, - "vegetation_feature": { - "feature": "minecraft:dripleaf", - "placement": [] - }, - "surface": "floor", - "depth": 3, - "replaceable": "#minecraft:lush_ground_replaceable", - "ground_state": { - "state": { - "Name": "minecraft:clay" - }, - "type": "minecraft:simple_state_provider" - } + "extra_edge_column_chance": 0.7 }, "type": "minecraft:vegetation_patch" }, @@ -1765,6 +1765,18 @@ }, "crimson_fungus": { "config": { + "valid_base_block": { + "Name": "minecraft:crimson_nylium" + }, + "stem_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:crimson_stem" + }, + "hat_state": { + "Name": "minecraft:nether_wart_block" + }, "decor_state": { "Name": "minecraft:shroomlight" }, @@ -1832,24 +1844,24 @@ ], "type": "minecraft:matching_blocks" }, - "planted": false, - "valid_base_block": { - "Name": "minecraft:crimson_nylium" - }, - "stem_state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:crimson_stem" - }, - "hat_state": { - "Name": "minecraft:nether_wart_block" - } + "planted": false }, "type": "minecraft:huge_fungus" }, "crimson_fungus_planted": { "config": { + "valid_base_block": { + "Name": "minecraft:crimson_nylium" + }, + "stem_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:crimson_stem" + }, + "hat_state": { + "Name": "minecraft:nether_wart_block" + }, "decor_state": { "Name": "minecraft:shroomlight" }, @@ -1917,19 +1929,7 @@ ], "type": "minecraft:matching_blocks" }, - "planted": true, - "valid_base_block": { - "Name": "minecraft:crimson_nylium" - }, - "stem_state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:crimson_stem" - }, - "hat_state": { - "Name": "minecraft:nether_wart_block" - } + "planted": true }, "type": "minecraft:huge_fungus" }, @@ -1977,22 +1977,20 @@ }, "dark_oak": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:dark_oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "middle_size": 1, - "upper_size": 2, - "limit": 1, - "upper_limit": 1, - "lower_size": 0, - "type": "minecraft:three_layers_feature_size" + "trunk_placer": { + "base_height": 6, + "height_rand_a": 2, + "height_rand_b": 1, + "type": "minecraft:dark_oak_trunk_placer" }, "foliage_provider": { "state": { @@ -2010,6 +2008,28 @@ "offset": 0, "type": "minecraft:dark_oak_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "upper_limit": 1, + "lower_size": 0, + "middle_size": 1, + "upper_size": 2, + "type": "minecraft:three_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "dark_oak_leaf_litter": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -2024,12 +2044,37 @@ "height_rand_a": 2, "height_rand_b": 1, "type": "minecraft:dark_oak_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "dark_oak_leaf_litter": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:dark_oak_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 0, + "offset": 0, + "type": "minecraft:dark_oak_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "upper_limit": 1, + "lower_size": 0, + "middle_size": 1, + "upper_size": 2, + "type": "minecraft:three_layers_feature_size" + }, "decorators": [ { "tries": 96, @@ -2335,52 +2380,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "middle_size": 1, - "upper_size": 2, - "limit": 1, - "upper_limit": 1, - "lower_size": 0, - "type": "minecraft:three_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:dark_oak_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 0, - "offset": 0, - "type": "minecraft:dark_oak_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:dark_oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 6, - "height_rand_a": 2, - "height_rand_b": 1, - "type": "minecraft:dark_oak_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -2889,9 +2889,19 @@ }, "dripstone_cluster": { "config": { - "chance_of_dripstone_column_at_max_distance_from_center": 0.1, - "max_distance_from_edge_affecting_chance_of_dripstone_column": 3, - "max_distance_from_center_affecting_height_bias": 8, + "floor_to_ceiling_search_range": 12, + "height": { + "min_inclusive": 3, + "max_inclusive": 6, + "type": "minecraft:uniform" + }, + "radius": { + "min_inclusive": 2, + "max_inclusive": 8, + "type": "minecraft:uniform" + }, + "max_stalagmite_stalactite_height_diff": 1, + "height_deviation": 3, "dripstone_block_layer_thickness": { "min_inclusive": 2, "max_inclusive": 4, @@ -2909,19 +2919,9 @@ "max": 0.9, "type": "minecraft:clamped_normal" }, - "radius": { - "min_inclusive": 2, - "max_inclusive": 8, - "type": "minecraft:uniform" - }, - "max_stalagmite_stalactite_height_diff": 1, - "height_deviation": 3, - "floor_to_ceiling_search_range": 12, - "height": { - "min_inclusive": 3, - "max_inclusive": 6, - "type": "minecraft:uniform" - } + "chance_of_dripstone_column_at_max_distance_from_center": 0.1, + "max_distance_from_edge_affecting_chance_of_dripstone_column": 3, + "max_distance_from_center_affecting_height_bias": 8 }, "type": "minecraft:dripstone_cluster" }, @@ -3197,21 +3197,20 @@ }, "fancy_oak": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 3, + "height_rand_a": 11, + "height_rand_b": 0, + "type": "minecraft:fancy_trunk_placer" }, "foliage_provider": { "state": { @@ -3230,6 +3229,27 @@ "height": 4, "type": "minecraft:fancy_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "fancy_oak_bees": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -3244,12 +3264,37 @@ "height_rand_a": 11, "height_rand_b": 0, "type": "minecraft:fancy_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "fancy_oak_bees": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 2, + "offset": 4, + "height": 4, + "type": "minecraft:fancy_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 1.0, @@ -3257,19 +3302,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "fancy_oak_bees_0002_leaf_litter": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 3, + "height_rand_a": 11, + "height_rand_b": 0, + "type": "minecraft:fancy_trunk_placer" }, "foliage_provider": { "state": { @@ -3288,26 +3340,19 @@ "height": 4, "type": "minecraft:fancy_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 3, - "height_rand_a": 11, - "height_rand_b": 0, - "type": "minecraft:fancy_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "fancy_oak_bees_0002_leaf_litter": { - "config": { + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.002, @@ -3617,19 +3662,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "fancy_oak_bees_002": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 3, + "height_rand_a": 11, + "height_rand_b": 0, + "type": "minecraft:fancy_trunk_placer" }, "foliage_provider": { "state": { @@ -3648,26 +3700,19 @@ "height": 4, "type": "minecraft:fancy_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 3, - "height_rand_a": 11, - "height_rand_b": 0, - "type": "minecraft:fancy_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "fancy_oak_bees_002": { - "config": { + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.02, @@ -3675,19 +3720,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "fancy_oak_bees_005": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 3, + "height_rand_a": 11, + "height_rand_b": 0, + "type": "minecraft:fancy_trunk_placer" }, "foliage_provider": { "state": { @@ -3706,26 +3758,19 @@ "height": 4, "type": "minecraft:fancy_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 3, - "height_rand_a": 11, - "height_rand_b": 0, - "type": "minecraft:fancy_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "fancy_oak_bees_005": { - "config": { + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.05, @@ -3733,19 +3778,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "fancy_oak_leaf_litter": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 3, + "height_rand_a": 11, + "height_rand_b": 0, + "type": "minecraft:fancy_trunk_placer" }, "foliage_provider": { "state": { @@ -3764,26 +3816,19 @@ "height": 4, "type": "minecraft:fancy_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 3, - "height_rand_a": 11, - "height_rand_b": 0, - "type": "minecraft:fancy_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "fancy_oak_leaf_litter": { - "config": { + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "min_clipped_height": 4, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "tries": 96, @@ -4089,52 +4134,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "min_clipped_height": 4, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:oak_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 2, - "offset": 4, - "height": 4, - "type": "minecraft:fancy_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 3, - "height_rand_a": 11, - "height_rand_b": 0, - "type": "minecraft:fancy_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -4447,6 +4447,17 @@ "feature": { "config": { "to_place": { + "variety": [ + 1, + 3 + ], + "slow_noise": { + "firstOctave": -10, + "amplitudes": [ + 1.0 + ] + }, + "slow_scale": 1.0, "seed": 2345, "noise": { "firstOctave": -3, @@ -4484,17 +4495,6 @@ "Name": "minecraft:short_grass" } ], - "variety": [ - 1, - 3 - ], - "slow_noise": { - "firstOctave": -10, - "amplitudes": [ - 1.0 - ] - }, - "slow_scale": 1.0, "type": "minecraft:dual_noise_provider" } }, @@ -4553,6 +4553,15 @@ "feature": { "config": { "to_place": { + "seed": 2345, + "noise": { + "firstOctave": 0, + "amplitudes": [ + 1.0 + ] + }, + "scale": 0.005, + "threshold": -0.8, "high_chance": 0.33333334, "default_state": { "Name": "minecraft:dandelion" @@ -4585,15 +4594,6 @@ "Name": "minecraft:cornflower" } ], - "seed": 2345, - "noise": { - "firstOctave": 0, - "amplitudes": [ - 1.0 - ] - }, - "scale": 0.005, - "threshold": -0.8, "type": "minecraft:noise_threshold_provider" } }, @@ -4800,9 +4800,6 @@ }, "fossil_coal": { "config": { - "fossil_processors": "minecraft:fossil_rot", - "overlay_processors": "minecraft:fossil_coal", - "max_empty_corners_allowed": 4, "fossil_structures": [ "minecraft:fossil/spine_1", "minecraft:fossil/spine_2", @@ -4822,15 +4819,15 @@ "minecraft:fossil/skull_2_coal", "minecraft:fossil/skull_3_coal", "minecraft:fossil/skull_4_coal" - ] + ], + "fossil_processors": "minecraft:fossil_rot", + "overlay_processors": "minecraft:fossil_coal", + "max_empty_corners_allowed": 4 }, "type": "minecraft:fossil" }, "fossil_diamonds": { "config": { - "fossil_processors": "minecraft:fossil_rot", - "overlay_processors": "minecraft:fossil_diamonds", - "max_empty_corners_allowed": 4, "fossil_structures": [ "minecraft:fossil/spine_1", "minecraft:fossil/spine_2", @@ -4850,7 +4847,10 @@ "minecraft:fossil/skull_2_coal", "minecraft:fossil/skull_3_coal", "minecraft:fossil/skull_4_coal" - ] + ], + "fossil_processors": "minecraft:fossil_rot", + "overlay_processors": "minecraft:fossil_diamonds", + "max_empty_corners_allowed": 4 }, "type": "minecraft:fossil" }, @@ -4860,6 +4860,9 @@ }, "glow_lichen": { "config": { + "block": "minecraft:glow_lichen", + "search_range": 20, + "can_place_on_floor": false, "can_place_on_ceiling": true, "can_place_on_wall": true, "chance_of_spreading": 0.5, @@ -4872,10 +4875,7 @@ "minecraft:calcite", "minecraft:tuff", "minecraft:deepslate" - ], - "block": "minecraft:glow_lichen", - "search_range": 20, - "can_place_on_floor": false + ] }, "type": "minecraft:multiface_growth" }, @@ -5005,20 +5005,20 @@ }, "jungle_bush": { "config": { - "decorators": [], - "ignore_vines": false, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:jungle_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 0, - "lower_size": 0, - "upper_size": 0, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 1, + "height_rand_a": 0, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -5037,6 +5037,26 @@ "height": 2, "type": "minecraft:bush_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 0, + "lower_size": 0, + "upper_size": 0, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": false, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "jungle_tree": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -5047,16 +5067,40 @@ "type": "minecraft:simple_state_provider" }, "trunk_placer": { - "base_height": 1, - "height_rand_a": 0, + "base_height": 4, + "height_rand_a": 8, "height_rand_b": 0, "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "jungle_tree": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:jungle_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 2, + "offset": 0, + "height": 3, + "type": "minecraft:blob_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.2, @@ -5071,70 +5115,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:jungle_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 2, - "offset": 0, - "height": 3, - "type": "minecraft:blob_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:jungle_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 8, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, "jungle_tree_no_vine": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:jungle_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 8, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -5153,21 +5153,21 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:jungle_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 8, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, @@ -5212,23 +5212,6 @@ }, "large_dripstone": { "config": { - "wind_speed": { - "min_inclusive": 0.0, - "max_exclusive": 0.3, - "type": "minecraft:uniform" - }, - "min_radius_for_wind": 4, - "min_bluntness_for_wind": 0.6, - "stalactite_bluntness": { - "min_inclusive": 0.3, - "max_exclusive": 0.9, - "type": "minecraft:uniform" - }, - "stalagmite_bluntness": { - "min_inclusive": 0.4, - "max_exclusive": 1.0, - "type": "minecraft:uniform" - }, "floor_to_ceiling_search_range": 30, "column_radius": { "min_inclusive": 3, @@ -5240,7 +5223,24 @@ "max_exclusive": 2.0, "type": "minecraft:uniform" }, - "max_column_radius_to_cave_height_ratio": 0.33 + "max_column_radius_to_cave_height_ratio": 0.33, + "stalactite_bluntness": { + "min_inclusive": 0.3, + "max_exclusive": 0.9, + "type": "minecraft:uniform" + }, + "stalagmite_bluntness": { + "min_inclusive": 0.4, + "max_exclusive": 1.0, + "type": "minecraft:uniform" + }, + "wind_speed": { + "min_inclusive": 0.0, + "max_exclusive": 0.3, + "type": "minecraft:uniform" + }, + "min_radius_for_wind": 4, + "min_bluntness_for_wind": 0.6 }, "type": "minecraft:large_dripstone" }, @@ -5259,60 +5259,32 @@ }, "mangrove": { "config": { - "decorators": [ - { - "probability": 0.125, - "type": "minecraft:leave_vine" - }, - { - "block_provider": { - "source": { - "state": { - "Properties": { - "waterlogged": "false", - "stage": "0", - "hanging": "true", - "age": "0" - }, - "Name": "minecraft:mangrove_propagule" - }, - "type": "minecraft:simple_state_provider" - }, - "property": "age", - "values": { - "min_inclusive": 0, - "max_inclusive": 4, - "type": "minecraft:uniform" - }, - "type": "minecraft:randomized_int_state_provider" - }, - "required_empty_blocks": 2, - "directions": [ - "down" - ], - "probability": 0.14, - "exclusion_radius_xz": 1, - "exclusion_radius_y": 0, - "type": "minecraft:attached_to_leaves" - }, - { - "probability": 0.01, - "type": "minecraft:beehive" - } - ], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:mangrove_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 2, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 2, + "height_rand_a": 1, + "height_rand_b": 4, + "extra_branch_steps": { + "min_inclusive": 1, + "max_inclusive": 4, + "type": "minecraft:uniform" + }, + "place_branch_per_log_probability": 0.5, + "extra_branch_length": { + "min_inclusive": 0, + "max_inclusive": 1, + "type": "minecraft:uniform" + }, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "type": "minecraft:upwards_branching_trunk_placer" }, "foliage_provider": { "state": { @@ -5357,9 +5329,6 @@ "above_root_placement_chance": 0.5 }, "mangrove_root_placement": { - "max_root_width": 8, - "max_root_length": 15, - "random_skew_chance": 0.2, "can_grow_through": "#minecraft:mangrove_roots_can_grow_through", "muddy_roots_in": [ "minecraft:mud", @@ -5373,37 +5342,68 @@ "Name": "minecraft:muddy_mangrove_roots" }, "type": "minecraft:simple_state_provider" - } + }, + "max_root_width": 8, + "max_root_length": 15, + "random_skew_chance": 0.2 }, "type": "minecraft:mangrove_root_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:mangrove_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "extra_branch_steps": { - "min_inclusive": 1, - "max_inclusive": 4, - "type": "minecraft:uniform" + "minimum_size": { + "limit": 2, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [ + { + "probability": 0.125, + "type": "minecraft:leave_vine" }, - "place_branch_per_log_probability": 0.5, - "extra_branch_length": { - "min_inclusive": 0, - "max_inclusive": 1, - "type": "minecraft:uniform" + { + "probability": 0.14, + "exclusion_radius_xz": 1, + "exclusion_radius_y": 0, + "block_provider": { + "source": { + "state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "type": "minecraft:simple_state_provider" + }, + "property": "age", + "values": { + "min_inclusive": 0, + "max_inclusive": 4, + "type": "minecraft:uniform" + }, + "type": "minecraft:randomized_int_state_provider" + }, + "required_empty_blocks": 2, + "directions": [ + "down" + ], + "type": "minecraft:attached_to_leaves" }, - "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", - "base_height": 2, - "height_rand_a": 1, - "height_rand_b": 4, - "type": "minecraft:upwards_branching_trunk_placer" - } + { + "probability": 0.01, + "type": "minecraft:beehive" + } + ], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, @@ -5433,28 +5433,20 @@ }, "mega_jungle_tree": { "config": { - "decorators": [ - { - "type": "minecraft:trunk_vine" - }, - { - "probability": 0.25, - "type": "minecraft:leave_vine" - } - ], - "ignore_vines": false, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:jungle_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 1, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 10, + "height_rand_a": 2, + "height_rand_b": 19, + "type": "minecraft:mega_jungle_trunk_placer" }, "foliage_provider": { "state": { @@ -5473,42 +5465,6 @@ "height": 2, "type": "minecraft:jungle_foliage_placer" }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:jungle_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 10, - "height_rand_a": 2, - "height_rand_b": 19, - "type": "minecraft:mega_jungle_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "mega_pine": { - "config": { - "decorators": [ - { - "provider": { - "state": { - "Properties": { - "snowy": "false" - }, - "Name": "minecraft:podzol" - }, - "type": "minecraft:simple_state_provider" - }, - "type": "minecraft:alter_ground" - } - ], - "ignore_vines": false, - "force_dirt": false, "dirt_provider": { "state": { "Name": "minecraft:dirt" @@ -5521,6 +5477,37 @@ "upper_size": 2, "type": "minecraft:two_layers_feature_size" }, + "decorators": [ + { + "type": "minecraft:trunk_vine" + }, + { + "probability": 0.25, + "type": "minecraft:leave_vine" + } + ], + "ignore_vines": false, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "mega_pine": { + "config": { + "trunk_provider": { + "state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_log" + }, + "type": "minecraft:simple_state_provider" + }, + "trunk_placer": { + "base_height": 13, + "height_rand_a": 2, + "height_rand_b": 14, + "type": "minecraft:giant_trunk_placer" + }, "foliage_provider": { "state": { "Properties": { @@ -5542,26 +5529,18 @@ }, "type": "minecraft:mega_pine_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:spruce_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 13, - "height_rand_a": 2, - "height_rand_b": 14, - "type": "minecraft:giant_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "mega_spruce": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 1, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "provider": { @@ -5577,18 +5556,26 @@ } ], "ignore_vines": false, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "mega_spruce": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 1, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 13, + "height_rand_a": 2, + "height_rand_b": 14, + "type": "minecraft:giant_trunk_placer" }, "foliage_provider": { "state": { @@ -5611,21 +5598,34 @@ }, "type": "minecraft:mega_pine_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:spruce_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 13, - "height_rand_a": 2, - "height_rand_b": 14, - "type": "minecraft:giant_trunk_placer" - } + "minimum_size": { + "limit": 1, + "lower_size": 1, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [ + { + "provider": { + "state": { + "Properties": { + "snowy": "false" + }, + "Name": "minecraft:podzol" + }, + "type": "minecraft:simple_state_provider" + }, + "type": "minecraft:alter_ground" + } + ], + "ignore_vines": false, + "force_dirt": false }, "type": "minecraft:tree" }, @@ -5635,69 +5635,67 @@ }, "moss_patch": { "config": { + "replaceable": "#minecraft:moss_replaceable", + "ground_state": { + "state": { + "Name": "minecraft:moss_block" + }, + "type": "minecraft:simple_state_provider" + }, + "vegetation_feature": { + "feature": "minecraft:moss_vegetation", + "placement": [] + }, + "surface": "floor", + "depth": 1, + "extra_bottom_block_chance": 0.0, + "vertical_range": 5, "vegetation_chance": 0.8, "xz_radius": { "min_inclusive": 4, "max_inclusive": 7, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.3, - "extra_bottom_block_chance": 0.0, - "vertical_range": 5, - "vegetation_feature": { - "feature": "minecraft:moss_vegetation", - "placement": [] - }, - "surface": "floor", - "depth": 1, + "extra_edge_column_chance": 0.3 + }, + "type": "minecraft:vegetation_patch" + }, + "moss_patch_bonemeal": { + "config": { "replaceable": "#minecraft:moss_replaceable", "ground_state": { "state": { "Name": "minecraft:moss_block" }, "type": "minecraft:simple_state_provider" - } - }, - "type": "minecraft:vegetation_patch" - }, - "moss_patch_bonemeal": { - "config": { + }, + "vegetation_feature": { + "feature": "minecraft:moss_vegetation", + "placement": [] + }, + "surface": "floor", + "depth": 1, + "extra_bottom_block_chance": 0.0, + "vertical_range": 5, "vegetation_chance": 0.6, "xz_radius": { "min_inclusive": 1, "max_inclusive": 2, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.75, - "extra_bottom_block_chance": 0.0, - "vertical_range": 5, - "vegetation_feature": { - "feature": "minecraft:moss_vegetation", - "placement": [] - }, - "surface": "floor", - "depth": 1, + "extra_edge_column_chance": 0.75 + }, + "type": "minecraft:vegetation_patch" + }, + "moss_patch_ceiling": { + "config": { "replaceable": "#minecraft:moss_replaceable", "ground_state": { "state": { "Name": "minecraft:moss_block" }, "type": "minecraft:simple_state_provider" - } - }, - "type": "minecraft:vegetation_patch" - }, - "moss_patch_ceiling": { - "config": { - "vegetation_chance": 0.08, - "xz_radius": { - "min_inclusive": 4, - "max_inclusive": 7, - "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.3, - "extra_bottom_block_chance": 0.0, - "vertical_range": 5, "vegetation_feature": { "feature": "minecraft:cave_vine_in_moss", "placement": [] @@ -5708,13 +5706,15 @@ "max_inclusive": 2, "type": "minecraft:uniform" }, - "replaceable": "#minecraft:moss_replaceable", - "ground_state": { - "state": { - "Name": "minecraft:moss_block" - }, - "type": "minecraft:simple_state_provider" - } + "extra_bottom_block_chance": 0.0, + "vertical_range": 5, + "vegetation_chance": 0.08, + "xz_radius": { + "min_inclusive": 4, + "max_inclusive": 7, + "type": "minecraft:uniform" + }, + "extra_edge_column_chance": 0.3 }, "type": "minecraft:vegetation_patch" }, @@ -5802,20 +5802,20 @@ }, "oak": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -5834,6 +5834,26 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "oak_bees_0002_leaf_litter": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -5848,12 +5868,36 @@ "height_rand_a": 2, "height_rand_b": 0, "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "oak_bees_0002_leaf_litter": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:oak_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 2, + "offset": 0, + "height": 3, + "type": "minecraft:blob_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.002, @@ -6163,18 +6207,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "oak_bees_002": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -6193,26 +6245,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "oak_bees_002": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.02, @@ -6220,18 +6264,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "oak_bees_005": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -6250,26 +6302,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "oak_bees_005": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.05, @@ -6277,18 +6321,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "oak_leaf_litter": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 4, + "height_rand_a": 2, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -6307,26 +6359,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "oak_leaf_litter": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "tries": 96, @@ -6632,51 +6676,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:oak_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 2, - "offset": 0, - "height": 3, - "type": "minecraft:blob_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 4, - "height_rand_a": 2, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -7467,55 +7467,55 @@ }, "pale_moss_patch": { "config": { + "replaceable": "#minecraft:moss_replaceable", + "ground_state": { + "state": { + "Name": "minecraft:pale_moss_block" + }, + "type": "minecraft:simple_state_provider" + }, + "vegetation_feature": { + "feature": "minecraft:pale_moss_vegetation", + "placement": [] + }, + "surface": "floor", + "depth": 1, + "extra_bottom_block_chance": 0.0, + "vertical_range": 5, "vegetation_chance": 0.3, "xz_radius": { "min_inclusive": 2, "max_inclusive": 4, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.75, - "extra_bottom_block_chance": 0.0, - "vertical_range": 5, - "vegetation_feature": { - "feature": "minecraft:pale_moss_vegetation", - "placement": [] - }, - "surface": "floor", - "depth": 1, + "extra_edge_column_chance": 0.75 + }, + "type": "minecraft:vegetation_patch" + }, + "pale_moss_patch_bonemeal": { + "config": { "replaceable": "#minecraft:moss_replaceable", "ground_state": { "state": { "Name": "minecraft:pale_moss_block" }, "type": "minecraft:simple_state_provider" - } - }, - "type": "minecraft:vegetation_patch" - }, - "pale_moss_patch_bonemeal": { - "config": { + }, + "vegetation_feature": { + "feature": "minecraft:pale_moss_vegetation", + "placement": [] + }, + "surface": "floor", + "depth": 1, + "extra_bottom_block_chance": 0.0, + "vertical_range": 5, "vegetation_chance": 0.6, "xz_radius": { "min_inclusive": 1, "max_inclusive": 2, "type": "minecraft:uniform" }, - "extra_edge_column_chance": 0.75, - "extra_bottom_block_chance": 0.0, - "vertical_range": 5, - "vegetation_feature": { - "feature": "minecraft:pale_moss_vegetation", - "placement": [] - }, - "surface": "floor", - "depth": 1, - "replaceable": "#minecraft:moss_replaceable", - "ground_state": { - "state": { - "Name": "minecraft:pale_moss_block" - }, - "type": "minecraft:simple_state_provider" - } + "extra_edge_column_chance": 0.75 }, "type": "minecraft:vegetation_patch" }, @@ -7559,6 +7559,51 @@ }, "pale_oak": { "config": { + "trunk_provider": { + "state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:pale_oak_log" + }, + "type": "minecraft:simple_state_provider" + }, + "trunk_placer": { + "base_height": 6, + "height_rand_a": 2, + "height_rand_b": 1, + "type": "minecraft:dark_oak_trunk_placer" + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:pale_oak_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 0, + "offset": 0, + "type": "minecraft:dark_oak_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "upper_limit": 1, + "lower_size": 0, + "middle_size": 1, + "upper_size": 2, + "type": "minecraft:three_layers_feature_size" + }, "decorators": [ { "leaves_probability": 0.15, @@ -7568,73 +7613,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "middle_size": 1, - "upper_size": 2, - "limit": 1, - "upper_limit": 1, - "lower_size": 0, - "type": "minecraft:three_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:pale_oak_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 0, - "offset": 0, - "type": "minecraft:dark_oak_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:pale_oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 6, - "height_rand_a": 2, - "height_rand_b": 1, - "type": "minecraft:dark_oak_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, "pale_oak_bonemeal": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:pale_oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "middle_size": 1, - "upper_size": 2, - "limit": 1, - "upper_limit": 1, - "lower_size": 0, - "type": "minecraft:three_layers_feature_size" + "trunk_placer": { + "base_height": 6, + "height_rand_a": 2, + "height_rand_b": 1, + "type": "minecraft:dark_oak_trunk_placer" }, "foliage_provider": { "state": { @@ -7652,6 +7650,28 @@ "offset": 0, "type": "minecraft:dark_oak_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "upper_limit": 1, + "lower_size": 0, + "middle_size": 1, + "upper_size": 2, + "type": "minecraft:three_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "pale_oak_creaking": { + "config": { "trunk_provider": { "state": { "Properties": { @@ -7666,12 +7686,37 @@ "height_rand_a": 2, "height_rand_b": 1, "type": "minecraft:dark_oak_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "pale_oak_creaking": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:pale_oak_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 0, + "offset": 0, + "type": "minecraft:dark_oak_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "upper_limit": 1, + "lower_size": 0, + "middle_size": 1, + "upper_size": 2, + "type": "minecraft:three_layers_feature_size" + }, "decorators": [ { "leaves_probability": 0.15, @@ -7685,52 +7730,7 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "middle_size": 1, - "upper_size": 2, - "limit": 1, - "upper_limit": 1, - "lower_size": 0, - "type": "minecraft:three_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:pale_oak_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 0, - "offset": 0, - "type": "minecraft:dark_oak_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:pale_oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 6, - "height_rand_a": 2, - "height_rand_b": 1, - "type": "minecraft:dark_oak_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, @@ -8926,20 +8926,20 @@ }, "pine": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 2, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 6, + "height_rand_a": 4, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -8962,21 +8962,21 @@ }, "type": "minecraft:pine_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:spruce_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 6, - "height_rand_a": 4, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } + "minimum_size": { + "limit": 2, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, @@ -9055,6 +9055,23 @@ }, "rooted_azalea_tree": { "config": { + "feature": { + "feature": "minecraft:azalea_tree", + "placement": [] + }, + "required_vertical_space_for_tree": 3, + "root_radius": 3, + "root_replaceable": "#minecraft:azalea_root_replaceable", + "root_state_provider": { + "state": { + "Name": "minecraft:rooted_dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "root_placement_attempts": 20, + "root_column_max_height": 100, + "hanging_root_radius": 3, + "hanging_roots_vertical_span": 2, "hanging_root_state_provider": { "state": { "Properties": { @@ -9096,29 +9113,15 @@ } ], "type": "minecraft:all_of" - }, - "root_column_max_height": 100, - "hanging_root_radius": 3, - "hanging_roots_vertical_span": 2, - "root_replaceable": "#minecraft:azalea_root_replaceable", - "root_state_provider": { - "state": { - "Name": "minecraft:rooted_dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "root_placement_attempts": 20, - "feature": { - "feature": "minecraft:azalea_tree", - "placement": [] - }, - "required_vertical_space_for_tree": 3, - "root_radius": 3 + } }, "type": "minecraft:root_system" }, "sculk_patch_ancient_city": { "config": { + "charge_count": 10, + "amount_per_charge": 32, + "spread_attempts": 64, "growth_rounds": 0, "spread_rounds": 1, "extra_rare_growths": { @@ -9126,27 +9129,27 @@ "max_inclusive": 3, "type": "minecraft:uniform" }, - "catalyst_chance": 0.5, - "charge_count": 10, - "amount_per_charge": 32, - "spread_attempts": 64 + "catalyst_chance": 0.5 }, "type": "minecraft:sculk_patch" }, "sculk_patch_deep_dark": { "config": { + "charge_count": 10, + "amount_per_charge": 32, + "spread_attempts": 64, "growth_rounds": 0, "spread_rounds": 1, "extra_rare_growths": 0, - "catalyst_chance": 0.5, - "charge_count": 10, - "amount_per_charge": 32, - "spread_attempts": 64 + "catalyst_chance": 0.5 }, "type": "minecraft:sculk_patch" }, "sculk_vein": { "config": { + "block": "minecraft:sculk_vein", + "search_range": 20, + "can_place_on_floor": true, "can_place_on_ceiling": true, "can_place_on_wall": true, "chance_of_spreading": 1.0, @@ -9159,10 +9162,7 @@ "minecraft:calcite", "minecraft:tuff", "minecraft:deepslate" - ], - "block": "minecraft:sculk_vein", - "search_range": 20, - "can_place_on_floor": true + ] }, "type": "minecraft:multiface_growth" }, @@ -9231,25 +9231,32 @@ }, "spring_lava_frozen": { "config": { - "rock_count": 4, - "hole_count": 1, - "valid_blocks": [ - "minecraft:snow_block", - "minecraft:powder_snow", - "minecraft:packed_ice" - ], "state": { "Properties": { "falling": "true" }, "Name": "minecraft:lava" }, - "requires_block_below": true + "requires_block_below": true, + "rock_count": 4, + "hole_count": 1, + "valid_blocks": [ + "minecraft:snow_block", + "minecraft:powder_snow", + "minecraft:packed_ice" + ] }, "type": "minecraft:spring_feature" }, "spring_lava_nether": { "config": { + "state": { + "Properties": { + "falling": "true" + }, + "Name": "minecraft:lava" + }, + "requires_block_below": true, "rock_count": 4, "hole_count": 1, "valid_blocks": [ @@ -9258,19 +9265,19 @@ "minecraft:gravel", "minecraft:magma_block", "minecraft:blackstone" - ], + ] + }, + "type": "minecraft:spring_feature" + }, + "spring_lava_overworld": { + "config": { "state": { "Properties": { "falling": "true" }, "Name": "minecraft:lava" }, - "requires_block_below": true - }, - "type": "minecraft:spring_feature" - }, - "spring_lava_overworld": { - "config": { + "requires_block_below": true, "rock_count": 4, "hole_count": 1, "valid_blocks": [ @@ -9282,49 +9289,49 @@ "minecraft:tuff", "minecraft:calcite", "minecraft:dirt" - ], - "state": { - "Properties": { - "falling": "true" - }, - "Name": "minecraft:lava" - }, - "requires_block_below": true + ] }, "type": "minecraft:spring_feature" }, "spring_nether_closed": { "config": { - "rock_count": 5, - "hole_count": 0, - "valid_blocks": "minecraft:netherrack", "state": { "Properties": { "falling": "true" }, "Name": "minecraft:lava" }, - "requires_block_below": false + "requires_block_below": false, + "rock_count": 5, + "hole_count": 0, + "valid_blocks": "minecraft:netherrack" }, "type": "minecraft:spring_feature" }, "spring_nether_open": { "config": { - "rock_count": 4, - "hole_count": 1, - "valid_blocks": "minecraft:netherrack", "state": { "Properties": { "falling": "true" }, "Name": "minecraft:lava" }, - "requires_block_below": false + "requires_block_below": false, + "rock_count": 4, + "hole_count": 1, + "valid_blocks": "minecraft:netherrack" }, "type": "minecraft:spring_feature" }, "spring_water": { "config": { + "state": { + "Properties": { + "falling": "true" + }, + "Name": "minecraft:water" + }, + "requires_block_below": true, "rock_count": 4, "hole_count": 1, "valid_blocks": [ @@ -9339,33 +9346,26 @@ "minecraft:snow_block", "minecraft:powder_snow", "minecraft:packed_ice" - ], - "state": { - "Properties": { - "falling": "true" - }, - "Name": "minecraft:water" - }, - "requires_block_below": true + ] }, "type": "minecraft:spring_feature" }, "spruce": { "config": { - "decorators": [], - "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:spruce_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 2, - "lower_size": 0, - "upper_size": 2, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 1, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -9396,26 +9396,70 @@ }, "type": "minecraft:spruce_foliage_placer" }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 2, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [], + "ignore_vines": true, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "super_birch_bees": { + "config": { "trunk_provider": { "state": { "Properties": { "axis": "y" }, - "Name": "minecraft:spruce_log" + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, "trunk_placer": { "base_height": 5, "height_rand_a": 2, - "height_rand_b": 1, + "height_rand_b": 6, "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "super_birch_bees": { - "config": { + }, + "foliage_provider": { + "state": { + "Properties": { + "waterlogged": "false", + "persistent": "false", + "distance": "7" + }, + "Name": "minecraft:birch_leaves" + }, + "type": "minecraft:simple_state_provider" + }, + "foliage_placer": { + "radius": 2, + "offset": 0, + "height": 3, + "type": "minecraft:blob_foliage_placer" + }, + "dirt_provider": { + "state": { + "Name": "minecraft:dirt" + }, + "type": "minecraft:simple_state_provider" + }, + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 1.0, @@ -9423,18 +9467,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "super_birch_bees_0002": { + "config": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:birch_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 6, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -9453,26 +9505,18 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 6, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "super_birch_bees_0002": { - "config": { + "minimum_size": { + "limit": 1, + "lower_size": 0, + "upper_size": 1, + "type": "minecraft:two_layers_feature_size" + }, "decorators": [ { "probability": 0.002, @@ -9480,75 +9524,26 @@ } ], "ignore_vines": true, - "force_dirt": false, - "dirt_provider": { - "state": { - "Name": "minecraft:dirt" - }, - "type": "minecraft:simple_state_provider" - }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" - }, - "foliage_provider": { - "state": { - "Properties": { - "waterlogged": "false", - "persistent": "false", - "distance": "7" - }, - "Name": "minecraft:birch_leaves" - }, - "type": "minecraft:simple_state_provider" - }, - "foliage_placer": { - "radius": 2, - "offset": 0, - "height": 3, - "type": "minecraft:blob_foliage_placer" - }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:birch_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 6, - "type": "minecraft:straight_trunk_placer" - } + "force_dirt": false }, "type": "minecraft:tree" }, "swamp_oak": { "config": { - "decorators": [ - { - "probability": 0.25, - "type": "minecraft:leave_vine" - } - ], - "ignore_vines": false, - "force_dirt": false, - "dirt_provider": { + "trunk_provider": { "state": { - "Name": "minecraft:dirt" + "Properties": { + "axis": "y" + }, + "Name": "minecraft:oak_log" }, "type": "minecraft:simple_state_provider" }, - "minimum_size": { - "limit": 1, - "lower_size": 0, - "upper_size": 1, - "type": "minecraft:two_layers_feature_size" + "trunk_placer": { + "base_height": 5, + "height_rand_a": 3, + "height_rand_b": 0, + "type": "minecraft:straight_trunk_placer" }, "foliage_provider": { "state": { @@ -9567,69 +9562,6 @@ "height": 3, "type": "minecraft:blob_foliage_placer" }, - "trunk_provider": { - "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:oak_log" - }, - "type": "minecraft:simple_state_provider" - }, - "trunk_placer": { - "base_height": 5, - "height_rand_a": 3, - "height_rand_b": 0, - "type": "minecraft:straight_trunk_placer" - } - }, - "type": "minecraft:tree" - }, - "tall_mangrove": { - "config": { - "decorators": [ - { - "probability": 0.125, - "type": "minecraft:leave_vine" - }, - { - "block_provider": { - "source": { - "state": { - "Properties": { - "waterlogged": "false", - "stage": "0", - "hanging": "true", - "age": "0" - }, - "Name": "minecraft:mangrove_propagule" - }, - "type": "minecraft:simple_state_provider" - }, - "property": "age", - "values": { - "min_inclusive": 0, - "max_inclusive": 4, - "type": "minecraft:uniform" - }, - "type": "minecraft:randomized_int_state_provider" - }, - "required_empty_blocks": 2, - "directions": [ - "down" - ], - "probability": 0.14, - "exclusion_radius_xz": 1, - "exclusion_radius_y": 0, - "type": "minecraft:attached_to_leaves" - }, - { - "probability": 0.01, - "type": "minecraft:beehive" - } - ], - "ignore_vines": true, - "force_dirt": false, "dirt_provider": { "state": { "Name": "minecraft:dirt" @@ -9637,11 +9569,51 @@ "type": "minecraft:simple_state_provider" }, "minimum_size": { - "limit": 3, + "limit": 1, "lower_size": 0, - "upper_size": 2, + "upper_size": 1, "type": "minecraft:two_layers_feature_size" }, + "decorators": [ + { + "probability": 0.25, + "type": "minecraft:leave_vine" + } + ], + "ignore_vines": false, + "force_dirt": false + }, + "type": "minecraft:tree" + }, + "tall_mangrove": { + "config": { + "trunk_provider": { + "state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:mangrove_log" + }, + "type": "minecraft:simple_state_provider" + }, + "trunk_placer": { + "base_height": 4, + "height_rand_a": 1, + "height_rand_b": 9, + "extra_branch_steps": { + "min_inclusive": 1, + "max_inclusive": 6, + "type": "minecraft:uniform" + }, + "place_branch_per_log_probability": 0.5, + "extra_branch_length": { + "min_inclusive": 0, + "max_inclusive": 1, + "type": "minecraft:uniform" + }, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "type": "minecraft:upwards_branching_trunk_placer" + }, "foliage_provider": { "state": { "Properties": { @@ -9685,9 +9657,6 @@ "above_root_placement_chance": 0.5 }, "mangrove_root_placement": { - "max_root_width": 8, - "max_root_length": 15, - "random_skew_chance": 0.2, "can_grow_through": "#minecraft:mangrove_roots_can_grow_through", "muddy_roots_in": [ "minecraft:mud", @@ -9701,37 +9670,68 @@ "Name": "minecraft:muddy_mangrove_roots" }, "type": "minecraft:simple_state_provider" - } + }, + "max_root_width": 8, + "max_root_length": 15, + "random_skew_chance": 0.2 }, "type": "minecraft:mangrove_root_placer" }, - "trunk_provider": { + "dirt_provider": { "state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:mangrove_log" + "Name": "minecraft:dirt" }, "type": "minecraft:simple_state_provider" }, - "trunk_placer": { - "extra_branch_steps": { - "min_inclusive": 1, - "max_inclusive": 6, - "type": "minecraft:uniform" + "minimum_size": { + "limit": 3, + "lower_size": 0, + "upper_size": 2, + "type": "minecraft:two_layers_feature_size" + }, + "decorators": [ + { + "probability": 0.125, + "type": "minecraft:leave_vine" }, - "place_branch_per_log_probability": 0.5, - "extra_branch_length": { - "min_inclusive": 0, - "max_inclusive": 1, - "type": "minecraft:uniform" + { + "probability": 0.14, + "exclusion_radius_xz": 1, + "exclusion_radius_y": 0, + "block_provider": { + "source": { + "state": { + "Properties": { + "waterlogged": "false", + "stage": "0", + "hanging": "true", + "age": "0" + }, + "Name": "minecraft:mangrove_propagule" + }, + "type": "minecraft:simple_state_provider" + }, + "property": "age", + "values": { + "min_inclusive": 0, + "max_inclusive": 4, + "type": "minecraft:uniform" + }, + "type": "minecraft:randomized_int_state_provider" + }, + "required_empty_blocks": 2, + "directions": [ + "down" + ], + "type": "minecraft:attached_to_leaves" }, - "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", - "base_height": 4, - "height_rand_a": 1, - "height_rand_b": 9, - "type": "minecraft:upwards_branching_trunk_placer" - } + { + "probability": 0.01, + "type": "minecraft:beehive" + } + ], + "ignore_vines": true, + "force_dirt": false }, "type": "minecraft:tree" }, @@ -10139,6 +10139,18 @@ }, "warped_fungus": { "config": { + "valid_base_block": { + "Name": "minecraft:warped_nylium" + }, + "stem_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:warped_stem" + }, + "hat_state": { + "Name": "minecraft:warped_wart_block" + }, "decor_state": { "Name": "minecraft:shroomlight" }, @@ -10206,24 +10218,24 @@ ], "type": "minecraft:matching_blocks" }, - "planted": false, - "valid_base_block": { - "Name": "minecraft:warped_nylium" - }, - "stem_state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:warped_stem" - }, - "hat_state": { - "Name": "minecraft:warped_wart_block" - } + "planted": false }, "type": "minecraft:huge_fungus" }, "warped_fungus_planted": { "config": { + "valid_base_block": { + "Name": "minecraft:warped_nylium" + }, + "stem_state": { + "Properties": { + "axis": "y" + }, + "Name": "minecraft:warped_stem" + }, + "hat_state": { + "Name": "minecraft:warped_wart_block" + }, "decor_state": { "Name": "minecraft:shroomlight" }, @@ -10291,19 +10303,7 @@ ], "type": "minecraft:matching_blocks" }, - "planted": true, - "valid_base_block": { - "Name": "minecraft:warped_nylium" - }, - "stem_state": { - "Properties": { - "axis": "y" - }, - "Name": "minecraft:warped_stem" - }, - "hat_state": { - "Name": "minecraft:warped_wart_block" - } + "planted": true }, "type": "minecraft:huge_fungus" }, diff --git a/assets/damage_type.json b/assets/damage_type.json index 7dd803bc1..99a730827 100644 --- a/assets/damage_type.json +++ b/assets/damage_type.json @@ -2,407 +2,415 @@ "arrow": { "id": 0, "components": { - "exhaustion": 0.1, "message_id": "arrow", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "bad_respawn_point": { "id": 1, "components": { - "exhaustion": 0.1, - "death_message_type": "intentional_game_design", "message_id": "badRespawnPoint", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1, + "death_message_type": "intentional_game_design" } }, "cactus": { "id": 2, "components": { - "exhaustion": 0.1, "message_id": "cactus", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "campfire": { "id": 3, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "inFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "cramming": { "id": 4, "components": { - "exhaustion": 0.0, "message_id": "cramming", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "dragon_breath": { "id": 5, "components": { - "exhaustion": 0.0, "message_id": "dragonBreath", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "drown": { "id": 6, "components": { - "exhaustion": 0.0, - "effects": "drowning", "message_id": "drown", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "drowning" } }, "dry_out": { "id": 7, "components": { - "exhaustion": 0.1, "message_id": "dryout", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "ender_pearl": { "id": 8, "components": { - "exhaustion": 0.0, - "death_message_type": "fall_variants", "message_id": "fall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "death_message_type": "fall_variants" } }, "explosion": { "id": 9, "components": { - "exhaustion": 0.1, "message_id": "explosion", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1 } }, "fall": { "id": 10, "components": { - "exhaustion": 0.0, - "death_message_type": "fall_variants", "message_id": "fall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "death_message_type": "fall_variants" } }, "falling_anvil": { "id": 11, "components": { - "exhaustion": 0.1, "message_id": "anvil", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "falling_block": { "id": 12, "components": { - "exhaustion": 0.1, "message_id": "fallingBlock", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "falling_stalactite": { "id": 13, "components": { - "exhaustion": 0.1, "message_id": "fallingStalactite", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "fireball": { "id": 14, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "fireball", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "fireworks": { "id": 15, "components": { - "exhaustion": 0.1, "message_id": "fireworks", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "fly_into_wall": { "id": 16, "components": { - "exhaustion": 0.0, "message_id": "flyIntoWall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "freeze": { "id": 17, "components": { - "exhaustion": 0.0, - "effects": "freezing", "message_id": "freeze", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "freezing" } }, "generic": { "id": 18, "components": { - "exhaustion": 0.0, "message_id": "generic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "generic_kill": { "id": 19, "components": { - "exhaustion": 0.0, "message_id": "genericKill", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "hot_floor": { "id": 20, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "hotFloor", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "in_fire": { "id": 21, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "inFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "in_wall": { "id": 22, "components": { - "exhaustion": 0.0, "message_id": "inWall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "indirect_magic": { "id": 23, "components": { - "exhaustion": 0.0, "message_id": "indirectMagic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "lava": { "id": 24, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "lava", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "lightning_bolt": { "id": 25, "components": { - "exhaustion": 0.1, "message_id": "lightningBolt", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "mace_smash": { "id": 26, "components": { - "exhaustion": 0.1, "message_id": "mace_smash", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "magic": { "id": 27, "components": { - "exhaustion": 0.0, "message_id": "magic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "mob_attack": { "id": 28, "components": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "mob_attack_no_aggro": { "id": 29, "components": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "mob_projectile": { "id": 30, "components": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "on_fire": { "id": 31, "components": { - "exhaustion": 0.0, - "effects": "burning", "message_id": "onFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "burning" } }, "out_of_world": { "id": 32, "components": { - "exhaustion": 0.0, "message_id": "outOfWorld", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "outside_border": { "id": 33, "components": { - "exhaustion": 0.0, "message_id": "outsideBorder", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "player_attack": { "id": 34, "components": { - "exhaustion": 0.1, "message_id": "player", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "player_explosion": { "id": 35, "components": { - "exhaustion": 0.1, "message_id": "explosion.player", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1 } }, "sonic_boom": { "id": 36, "components": { - "exhaustion": 0.0, "message_id": "sonic_boom", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.0 + } + }, + "spear": { + "id": 37, + "components": { + "message_id": "spear", + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "spit": { - "id": 37, + "id": 38, "components": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "stalagmite": { - "id": 38, + "id": 39, "components": { - "exhaustion": 0.0, "message_id": "stalagmite", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "starve": { - "id": 39, + "id": 40, "components": { - "exhaustion": 0.0, "message_id": "starve", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "sting": { - "id": 40, + "id": 41, "components": { - "exhaustion": 0.1, "message_id": "sting", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "sweet_berry_bush": { - "id": 41, + "id": 42, "components": { - "exhaustion": 0.1, - "effects": "poking", "message_id": "sweetBerryBush", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "poking" } }, "thorns": { - "id": 42, + "id": 43, "components": { - "exhaustion": 0.1, - "effects": "thorns", "message_id": "thorns", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "thorns" } }, "thrown": { - "id": 43, + "id": 44, "components": { - "exhaustion": 0.1, "message_id": "thrown", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "trident": { - "id": 44, + "id": 45, "components": { - "exhaustion": 0.1, "message_id": "trident", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "unattributed_fireball": { - "id": 45, + "id": 46, "components": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "onFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" } }, "wind_charge": { - "id": 46, + "id": 47, "components": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "wither": { - "id": 47, + "id": 48, "components": { - "exhaustion": 0.0, "message_id": "wither", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 } }, "wither_skull": { - "id": 48, + "id": 49, "components": { - "exhaustion": 0.1, "message_id": "witherSkull", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } } } \ No newline at end of file diff --git a/assets/data_component.json b/assets/data_component.json index e2abc6dce..0fa1310ef 100644 --- a/assets/data_component.json +++ b/assets/data_component.json @@ -4,95 +4,103 @@ "minecraft:max_damage": 2, "minecraft:damage": 3, "minecraft:unbreakable": 4, - "minecraft:custom_name": 5, - "minecraft:item_name": 6, - "minecraft:item_model": 7, - "minecraft:lore": 8, - "minecraft:rarity": 9, - "minecraft:enchantments": 10, - "minecraft:can_place_on": 11, - "minecraft:can_break": 12, - "minecraft:attribute_modifiers": 13, - "minecraft:custom_model_data": 14, - "minecraft:tooltip_display": 15, - "minecraft:repair_cost": 16, - "minecraft:creative_slot_lock": 17, - "minecraft:enchantment_glint_override": 18, - "minecraft:intangible_projectile": 19, - "minecraft:food": 20, - "minecraft:consumable": 21, - "minecraft:use_remainder": 22, - "minecraft:use_cooldown": 23, - "minecraft:damage_resistant": 24, - "minecraft:tool": 25, - "minecraft:weapon": 26, - "minecraft:enchantable": 27, - "minecraft:equippable": 28, - "minecraft:repairable": 29, - "minecraft:glider": 30, - "minecraft:tooltip_style": 31, - "minecraft:death_protection": 32, - "minecraft:blocks_attacks": 33, - "minecraft:stored_enchantments": 34, - "minecraft:dyed_color": 35, - "minecraft:map_color": 36, - "minecraft:map_id": 37, - "minecraft:map_decorations": 38, - "minecraft:map_post_processing": 39, - "minecraft:charged_projectiles": 40, - "minecraft:bundle_contents": 41, - "minecraft:potion_contents": 42, - "minecraft:potion_duration_scale": 43, - "minecraft:suspicious_stew_effects": 44, - "minecraft:writable_book_content": 45, - "minecraft:written_book_content": 46, - "minecraft:trim": 47, - "minecraft:debug_stick_state": 48, - "minecraft:entity_data": 49, - "minecraft:bucket_entity_data": 50, - "minecraft:block_entity_data": 51, - "minecraft:instrument": 52, - "minecraft:provides_trim_material": 53, - "minecraft:ominous_bottle_amplifier": 54, - "minecraft:jukebox_playable": 55, - "minecraft:provides_banner_patterns": 56, - "minecraft:recipes": 57, - "minecraft:lodestone_tracker": 58, - "minecraft:firework_explosion": 59, - "minecraft:fireworks": 60, - "minecraft:profile": 61, - "minecraft:note_block_sound": 62, - "minecraft:banner_patterns": 63, - "minecraft:base_color": 64, - "minecraft:pot_decorations": 65, - "minecraft:container": 66, - "minecraft:block_state": 67, - "minecraft:bees": 68, - "minecraft:lock": 69, - "minecraft:container_loot": 70, - "minecraft:break_sound": 71, - "minecraft:villager/variant": 72, - "minecraft:wolf/variant": 73, - "minecraft:wolf/sound_variant": 74, - "minecraft:wolf/collar": 75, - "minecraft:fox/variant": 76, - "minecraft:salmon/size": 77, - "minecraft:parrot/variant": 78, - "minecraft:tropical_fish/pattern": 79, - "minecraft:tropical_fish/base_color": 80, - "minecraft:tropical_fish/pattern_color": 81, - "minecraft:mooshroom/variant": 82, - "minecraft:rabbit/variant": 83, - "minecraft:pig/variant": 84, - "minecraft:cow/variant": 85, - "minecraft:chicken/variant": 86, - "minecraft:frog/variant": 87, - "minecraft:horse/variant": 88, - "minecraft:painting/variant": 89, - "minecraft:llama/variant": 90, - "minecraft:axolotl/variant": 91, - "minecraft:cat/variant": 92, - "minecraft:cat/collar": 93, - "minecraft:sheep/color": 94, - "minecraft:shulker/color": 95 + "minecraft:use_effects": 5, + "minecraft:custom_name": 6, + "minecraft:minimum_attack_charge": 7, + "minecraft:damage_type": 8, + "minecraft:item_name": 9, + "minecraft:item_model": 10, + "minecraft:lore": 11, + "minecraft:rarity": 12, + "minecraft:enchantments": 13, + "minecraft:can_place_on": 14, + "minecraft:can_break": 15, + "minecraft:attribute_modifiers": 16, + "minecraft:custom_model_data": 17, + "minecraft:tooltip_display": 18, + "minecraft:repair_cost": 19, + "minecraft:creative_slot_lock": 20, + "minecraft:enchantment_glint_override": 21, + "minecraft:intangible_projectile": 22, + "minecraft:food": 23, + "minecraft:consumable": 24, + "minecraft:use_remainder": 25, + "minecraft:use_cooldown": 26, + "minecraft:damage_resistant": 27, + "minecraft:tool": 28, + "minecraft:weapon": 29, + "minecraft:attack_range": 30, + "minecraft:enchantable": 31, + "minecraft:equippable": 32, + "minecraft:repairable": 33, + "minecraft:glider": 34, + "minecraft:tooltip_style": 35, + "minecraft:death_protection": 36, + "minecraft:blocks_attacks": 37, + "minecraft:piercing_weapon": 38, + "minecraft:kinetic_weapon": 39, + "minecraft:swing_animation": 40, + "minecraft:stored_enchantments": 41, + "minecraft:dyed_color": 42, + "minecraft:map_color": 43, + "minecraft:map_id": 44, + "minecraft:map_decorations": 45, + "minecraft:map_post_processing": 46, + "minecraft:charged_projectiles": 47, + "minecraft:bundle_contents": 48, + "minecraft:potion_contents": 49, + "minecraft:potion_duration_scale": 50, + "minecraft:suspicious_stew_effects": 51, + "minecraft:writable_book_content": 52, + "minecraft:written_book_content": 53, + "minecraft:trim": 54, + "minecraft:debug_stick_state": 55, + "minecraft:entity_data": 56, + "minecraft:bucket_entity_data": 57, + "minecraft:block_entity_data": 58, + "minecraft:instrument": 59, + "minecraft:provides_trim_material": 60, + "minecraft:ominous_bottle_amplifier": 61, + "minecraft:jukebox_playable": 62, + "minecraft:provides_banner_patterns": 63, + "minecraft:recipes": 64, + "minecraft:lodestone_tracker": 65, + "minecraft:firework_explosion": 66, + "minecraft:fireworks": 67, + "minecraft:profile": 68, + "minecraft:note_block_sound": 69, + "minecraft:banner_patterns": 70, + "minecraft:base_color": 71, + "minecraft:pot_decorations": 72, + "minecraft:container": 73, + "minecraft:block_state": 74, + "minecraft:bees": 75, + "minecraft:lock": 76, + "minecraft:container_loot": 77, + "minecraft:break_sound": 78, + "minecraft:villager/variant": 79, + "minecraft:wolf/variant": 80, + "minecraft:wolf/sound_variant": 81, + "minecraft:wolf/collar": 82, + "minecraft:fox/variant": 83, + "minecraft:salmon/size": 84, + "minecraft:parrot/variant": 85, + "minecraft:tropical_fish/pattern": 86, + "minecraft:tropical_fish/base_color": 87, + "minecraft:tropical_fish/pattern_color": 88, + "minecraft:mooshroom/variant": 89, + "minecraft:rabbit/variant": 90, + "minecraft:pig/variant": 91, + "minecraft:cow/variant": 92, + "minecraft:chicken/variant": 93, + "minecraft:zombie_nautilus/variant": 94, + "minecraft:frog/variant": 95, + "minecraft:horse/variant": 96, + "minecraft:painting/variant": 97, + "minecraft:llama/variant": 98, + "minecraft:axolotl/variant": 99, + "minecraft:cat/variant": 100, + "minecraft:cat/collar": 101, + "minecraft:sheep/color": 102, + "minecraft:shulker/color": 103 } \ No newline at end of file diff --git a/assets/en_us.json b/assets/en_us.json index 93a5c2a81..5348ed668 100644 --- a/assets/en_us.json +++ b/assets/en_us.json @@ -67,6 +67,8 @@ "advancements.adventure.sleep_in_bed.title": "Sweet Dreams", "advancements.adventure.sniper_duel.description": "Kill a Skeleton from at least 50 meters away", "advancements.adventure.sniper_duel.title": "Sniper Duel", + "advancements.adventure.spear_many_mobs.description": "Hit five mobs in the same Charge attack using the Spear", + "advancements.adventure.spear_many_mobs.title": "Mob Kabob", "advancements.adventure.spyglass_at_dragon.description": "Look at the Ender Dragon through a Spyglass", "advancements.adventure.spyglass_at_dragon.title": "Is It a Plane?", "advancements.adventure.spyglass_at_ghast.description": "Look at a Ghast through a Spyglass", @@ -281,6 +283,7 @@ "advMode.notEnabled.spawner": "Spawner blocks are not enabled", "advMode.previousOutput": "Previous Output", "advMode.setCommand": "Set Console Command for Block", + "advMode.setCommand.disabled": "Command set: %s, but command blocks are still disabled", "advMode.setCommand.success": "Command set: %s", "advMode.trackOutput": "Track output", "advMode.triggering": "Triggering", @@ -2461,6 +2464,7 @@ "chat.link.open": "Open in Browser", "chat.link.warning": "Never open links from people that you don't trust!", "chat.queue": "[+%s pending line(s)]", + "chat.queue.tooltip": "Click to display next message", "chat.square_brackets": "[%s]", "chat.tag.error": "Server sent invalid message.", "chat.tag.modified": "Message modified by the server. Original:", @@ -2919,6 +2923,12 @@ "commands.stopsound.success.source.sound": "Stopped sound '%s' on source '%s'", "commands.stopsound.success.sourceless.any": "Stopped all sounds", "commands.stopsound.success.sourceless.sound": "Stopped sound '%s'", + "commands.stopwatch.already_exists": "Stopwatch '%s' already exists", + "commands.stopwatch.create.success": "Created Stopwatch '%s'", + "commands.stopwatch.does_not_exist": "Stopwatch '%s' does not exist", + "commands.stopwatch.query": "Stopwatch '%s' has run for %ss", + "commands.stopwatch.remove.success": "Removed Stopwatch '%s'", + "commands.stopwatch.restart.success": "Restarted Stopwatch '%s'", "commands.summon.failed": "Unable to summon entity", "commands.summon.failed.peaceful": "Monsters cannot be summoned in Peaceful difficulty", "commands.summon.failed.uuid": "Unable to summon entity due to duplicate UUIDs", @@ -3148,6 +3158,7 @@ "controls.resetAll": "Reset Keys", "controls.title": "Controls", "createWorld.customize.buffet.biome": "Please select a biome", + "createWorld.customize.buffet.search": "Search...", "createWorld.customize.buffet.title": "Single Biome Customization", "createWorld.customize.flat.height": "Height", "createWorld.customize.flat.layer": "%s", @@ -3266,6 +3277,8 @@ "death.attack.sonic_boom": "%1$s was obliterated by a sonically-charged shriek", "death.attack.sonic_boom.item": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s wielding %3$s", "death.attack.sonic_boom.player": "%1$s was obliterated by a sonically-charged shriek while trying to escape %2$s", + "death.attack.spear": "%1$s was speared by %2$s", + "death.attack.spear.item": "%1$s was speared by %2$s using %3$s", "death.attack.stalagmite": "%1$s was impaled on a stalagmite", "death.attack.stalagmite.player": "%1$s was impaled on a stalagmite while fighting %2$s", "death.attack.starve": "%1$s starved to death", @@ -3315,6 +3328,7 @@ "debug.copy_location.help": "F3 + C = Copy location as /tp command, or hold for 10 seconds to crash the game", "debug.copy_location.message": "Copied location to clipboard", "debug.crash.message": "F3 + C is held down. This will crash the game unless released.", + "debug.crash.message.rebindable": "%s + %s is held down. This will crash the game unless released.", "debug.crash.warning": "Crashing in %s...", "debug.creative_spectator.error": "Unable to switch game mode; no permission", "debug.creative_spectator.help": "F3 + N = Cycle previous game mode <-> spectator", @@ -3323,8 +3337,10 @@ "debug.entry.always": "Always", "debug.entry.currently.alwaysOn": "%s: Currently always on", "debug.entry.currently.inF3": "%s: Currently only in F3", + "debug.entry.currently.inOverlay": "%s: Currently only in debug overlay", "debug.entry.currently.never": "%s: Currently off", "debug.entry.f3": "In F3", + "debug.entry.overlay": "In Overlay", "debug.gamemodes.error": "Unable to open game mode switcher; no permission", "debug.gamemodes.help": "F3 + F4 = Open game mode switcher", "debug.gamemodes.press_f4": "[ F4 ]", @@ -3352,6 +3368,7 @@ "debug.prefix": "[Debug]:", "debug.profiling.help": "F3 + L = Start/stop profiling", "debug.profiling.start": "Profiling started for %s seconds. Use F3 + L to stop early", + "debug.profiling.start.rebindable": "Profiling started for %s seconds. Use %s + %s to stop early", "debug.profiling.stop": "Profiling ended. Saved results to %s", "debug.reload_chunks.help": "F3 + A = Reload chunks", "debug.reload_chunks.message": "Reloading all chunks", @@ -3408,6 +3425,7 @@ "effect.minecraft.absorption": "Absorption", "effect.minecraft.bad_omen": "Bad Omen", "effect.minecraft.blindness": "Blindness", + "effect.minecraft.breath_of_the_nautilus": "Breath of the Nautilus", "effect.minecraft.conduit_power": "Conduit Power", "effect.minecraft.darkness": "Darkness", "effect.minecraft.dolphins_grace": "Dolphin's Grace", @@ -3476,6 +3494,7 @@ "enchantment.minecraft.looting": "Looting", "enchantment.minecraft.loyalty": "Loyalty", "enchantment.minecraft.luck_of_the_sea": "Luck of the Sea", + "enchantment.minecraft.lunge": "Lunge", "enchantment.minecraft.lure": "Lure", "enchantment.minecraft.mending": "Mending", "enchantment.minecraft.multishot": "Multishot", @@ -3519,6 +3538,7 @@ "entity.minecraft.breeze": "Breeze", "entity.minecraft.breeze_wind_charge": "Wind Charge", "entity.minecraft.camel": "Camel", + "entity.minecraft.camel_husk": "Camel Husk", "entity.minecraft.cat": "Cat", "entity.minecraft.cave_spider": "Cave Spider", "entity.minecraft.cherry_boat": "Cherry Boat", @@ -3593,6 +3613,7 @@ "entity.minecraft.minecart": "Minecart", "entity.minecraft.mooshroom": "Mooshroom", "entity.minecraft.mule": "Mule", + "entity.minecraft.nautilus": "Nautilus", "entity.minecraft.oak_boat": "Oak Boat", "entity.minecraft.oak_chest_boat": "Oak Boat with Chest", "entity.minecraft.ocelot": "Ocelot", @@ -3601,6 +3622,7 @@ "entity.minecraft.pale_oak_boat": "Pale Oak Boat", "entity.minecraft.pale_oak_chest_boat": "Pale Oak Boat with Chest", "entity.minecraft.panda": "Panda", + "entity.minecraft.parched": "Parched", "entity.minecraft.parrot": "Parrot", "entity.minecraft.phantom": "Phantom", "entity.minecraft.pig": "Pig", @@ -3705,6 +3727,7 @@ "entity.minecraft.zoglin": "Zoglin", "entity.minecraft.zombie": "Zombie", "entity.minecraft.zombie_horse": "Zombie Horse", + "entity.minecraft.zombie_nautilus": "Zombie Nautilus", "entity.minecraft.zombie_villager": "Zombie Villager", "entity.minecraft.zombified_piglin": "Zombified Piglin", "entity.not_summonable": "Can't summon entity of type %s", @@ -3813,6 +3836,11 @@ "gamerule.maxEntityCramming": "Entity cramming threshold", "gamerule.minecartMaxSpeed": "Minecart max speed", "gamerule.minecartMaxSpeed.description": "Maximum default speed of a moving Minecart on land.", + "gamerule.minecraft.elytra_movement_check": "Do elytra movement check", + "gamerule.minecraft.fire_spread_radius_around_player": "Fire spread radius", + "gamerule.minecraft.fire_spread_radius_around_player.description": "The radius in blocks around a player in which fire can spread", + "gamerule.minecraft.player_movement_check": "Do player movement check", + "gamerule.minecraft.raids": "Do raids", "gamerule.mobExplosionDropDecay": "In mob explosions, some blocks won't drop their loot", "gamerule.mobExplosionDropDecay.description": "Some of the drops from blocks destroyed by explosions caused by mobs are lost in the explosion.", "gamerule.mobGriefing": "Allow destructive mob actions", @@ -4001,6 +4029,7 @@ "gui.fileDropFailure.detail": "Rejected %s files", "gui.fileDropFailure.title": "Failed to add files", "gui.hours": "%s hour(s)", + "gui.language.search": "Search...", "gui.loadingMinecraft": "Loading Minecraft", "gui.minutes": "%s minute(s)", "gui.multiLineEditBox.character_limit": "%s/%s", @@ -4015,7 +4044,9 @@ "gui.packSelection.search": "Search...", "gui.proceed": "Proceed", "gui.recipebook.moreRecipes": "Right Click for More", + "gui.recipebook.next_page": "Next Page", "gui.recipebook.page": "%s/%s", + "gui.recipebook.previous_page": "Previous Page", "gui.recipebook.search_hint": "Search...", "gui.recipebook.toggleRecipes.all": "Showing All", "gui.recipebook.toggleRecipes.blastable": "Showing Blastable", @@ -4023,6 +4054,7 @@ "gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable", "gui.recipebook.toggleRecipes.smokable": "Showing Smokable", "gui.report_to_server": "Report To Server", + "gui.selectWorld.search": "Search...", "gui.socialInteractions.blocking_hint": "Manage with Microsoft account", "gui.socialInteractions.empty_blocked": "No blocked players in chat", "gui.socialInteractions.empty_hidden": "No players hidden in chat", @@ -4085,6 +4117,7 @@ "item.disabled": "Disabled item", "item.durability": "Durability: %s / %s", "item.dyed": "Dyed", + "item.intangible": "Intangible", "item.minecraft.acacia_boat": "Acacia Boat", "item.minecraft.acacia_chest_boat": "Acacia Boat with Chest", "item.minecraft.allay_spawn_egg": "Allay Spawn Egg", @@ -4154,6 +4187,7 @@ "item.minecraft.bundle.fullness": "%s/%s", "item.minecraft.burn_pottery_shard": "Burn Pottery Shard", "item.minecraft.burn_pottery_sherd": "Burn Pottery Sherd", + "item.minecraft.camel_husk_spawn_egg": "Camel Husk Spawn Egg", "item.minecraft.camel_spawn_egg": "Camel Spawn Egg", "item.minecraft.carrot": "Carrot", "item.minecraft.carrot_on_a_stick": "Carrot on a Stick", @@ -4199,9 +4233,11 @@ "item.minecraft.copper_horse_armor": "Copper Horse Armor", "item.minecraft.copper_ingot": "Copper Ingot", "item.minecraft.copper_leggings": "Copper Leggings", + "item.minecraft.copper_nautilus_armor": "Copper Nautilus Armor", "item.minecraft.copper_nugget": "Copper Nugget", "item.minecraft.copper_pickaxe": "Copper Pickaxe", "item.minecraft.copper_shovel": "Copper Shovel", + "item.minecraft.copper_spear": "Copper Spear", "item.minecraft.copper_sword": "Copper Sword", "item.minecraft.cow_spawn_egg": "Cow Spawn Egg", "item.minecraft.creaking_spawn_egg": "Creaking Spawn Egg", @@ -4232,8 +4268,10 @@ "item.minecraft.diamond_hoe": "Diamond Hoe", "item.minecraft.diamond_horse_armor": "Diamond Horse Armor", "item.minecraft.diamond_leggings": "Diamond Leggings", + "item.minecraft.diamond_nautilus_armor": "Diamond Nautilus Armor", "item.minecraft.diamond_pickaxe": "Diamond Pickaxe", "item.minecraft.diamond_shovel": "Diamond Shovel", + "item.minecraft.diamond_spear": "Diamond Spear", "item.minecraft.diamond_sword": "Diamond Sword", "item.minecraft.disc_fragment_5": "Disc Fragment", "item.minecraft.disc_fragment_5.desc": "Music Disc - 5", @@ -4342,8 +4380,10 @@ "item.minecraft.golden_hoe": "Golden Hoe", "item.minecraft.golden_horse_armor": "Golden Horse Armor", "item.minecraft.golden_leggings": "Golden Leggings", + "item.minecraft.golden_nautilus_armor": "Golden Nautilus Armor", "item.minecraft.golden_pickaxe": "Golden Pickaxe", "item.minecraft.golden_shovel": "Golden Shovel", + "item.minecraft.golden_spear": "Golden Spear", "item.minecraft.golden_sword": "Golden Sword", "item.minecraft.gray_bundle": "Gray Bundle", "item.minecraft.gray_dye": "Gray Dye", @@ -4384,9 +4424,11 @@ "item.minecraft.iron_horse_armor": "Iron Horse Armor", "item.minecraft.iron_ingot": "Iron Ingot", "item.minecraft.iron_leggings": "Iron Leggings", + "item.minecraft.iron_nautilus_armor": "Iron Nautilus Armor", "item.minecraft.iron_nugget": "Iron Nugget", "item.minecraft.iron_pickaxe": "Iron Pickaxe", "item.minecraft.iron_shovel": "Iron Shovel", + "item.minecraft.iron_spear": "Iron Spear", "item.minecraft.iron_sword": "Iron Sword", "item.minecraft.item_frame": "Item Frame", "item.minecraft.jungle_boat": "Jungle Boat", @@ -4507,6 +4549,7 @@ "item.minecraft.mutton": "Raw Mutton", "item.minecraft.name_tag": "Name Tag", "item.minecraft.nautilus_shell": "Nautilus Shell", + "item.minecraft.nautilus_spawn_egg": "Nautilus Spawn Egg", "item.minecraft.nether_brick": "Nether Brick", "item.minecraft.nether_star": "Nether Star", "item.minecraft.nether_wart": "Nether Wart", @@ -4515,11 +4558,14 @@ "item.minecraft.netherite_chestplate": "Netherite Chestplate", "item.minecraft.netherite_helmet": "Netherite Helmet", "item.minecraft.netherite_hoe": "Netherite Hoe", + "item.minecraft.netherite_horse_armor": "Netherite Horse Armor", "item.minecraft.netherite_ingot": "Netherite Ingot", "item.minecraft.netherite_leggings": "Netherite Leggings", + "item.minecraft.netherite_nautilus_armor": "Netherite Nautilus Armor", "item.minecraft.netherite_pickaxe": "Netherite Pickaxe", "item.minecraft.netherite_scrap": "Netherite Scrap", "item.minecraft.netherite_shovel": "Netherite Shovel", + "item.minecraft.netherite_spear": "Netherite Spear", "item.minecraft.netherite_sword": "Netherite Sword", "item.minecraft.netherite_upgrade_smithing_template": "Smithing Template", "item.minecraft.netherite_upgrade_smithing_template.new": "Netherite Upgrade", @@ -4536,6 +4582,7 @@ "item.minecraft.pale_oak_chest_boat": "Pale Oak Boat with Chest", "item.minecraft.panda_spawn_egg": "Panda Spawn Egg", "item.minecraft.paper": "Paper", + "item.minecraft.parched_spawn_egg": "Parched Spawn Egg", "item.minecraft.parrot_spawn_egg": "Parrot Spawn Egg", "item.minecraft.phantom_membrane": "Phantom Membrane", "item.minecraft.phantom_spawn_egg": "Phantom Spawn Egg", @@ -4732,6 +4779,7 @@ "item.minecraft.stone_hoe": "Stone Hoe", "item.minecraft.stone_pickaxe": "Stone Pickaxe", "item.minecraft.stone_shovel": "Stone Shovel", + "item.minecraft.stone_spear": "Stone Spear", "item.minecraft.stone_sword": "Stone Sword", "item.minecraft.stray_spawn_egg": "Stray Spawn Egg", "item.minecraft.strider_spawn_egg": "Strider Spawn Egg", @@ -4812,6 +4860,7 @@ "item.minecraft.wooden_hoe": "Wooden Hoe", "item.minecraft.wooden_pickaxe": "Wooden Pickaxe", "item.minecraft.wooden_shovel": "Wooden Shovel", + "item.minecraft.wooden_spear": "Wooden Spear", "item.minecraft.wooden_sword": "Wooden Sword", "item.minecraft.writable_book": "Book and Quill", "item.minecraft.written_book": "Written Book", @@ -4820,6 +4869,7 @@ "item.minecraft.yellow_harness": "Yellow Harness", "item.minecraft.zoglin_spawn_egg": "Zoglin Spawn Egg", "item.minecraft.zombie_horse_spawn_egg": "Zombie Horse Spawn Egg", + "item.minecraft.zombie_nautilus_spawn_egg": "Zombie Nautilus Spawn Egg", "item.minecraft.zombie_spawn_egg": "Zombie Spawn Egg", "item.minecraft.zombie_villager_spawn_egg": "Zombie Villager Spawn Egg", "item.minecraft.zombified_piglin_spawn_egg": "Zombified Piglin Spawn Egg", @@ -4903,6 +4953,7 @@ "key.categories.spectator": "Spectator", "key.categories.ui": "Game Interface", "key.category.minecraft.creative": "Creative Mode", + "key.category.minecraft.debug": "Debug", "key.category.minecraft.gameplay": "Gameplay", "key.category.minecraft.inventory": "Inventory", "key.category.minecraft.misc": "Miscellaneous", @@ -4911,6 +4962,27 @@ "key.category.minecraft.spectator": "Spectator", "key.chat": "Open Chat", "key.command": "Open Command", + "key.debug.clearChat": "Clear Chat", + "key.debug.copyLocation": "Copy Location", + "key.debug.copyRecreateCommand": "Copy Data", + "key.debug.crash": "Debug Crash", + "key.debug.debugOptions": "Debug Options", + "key.debug.dumpDynamicTextures": "Dump Dynamic Textures", + "key.debug.dumpVersion": "Dump Version Info", + "key.debug.focusPause": "Toggle Lost Focus Pause", + "key.debug.fpsCharts": "FPS Charts", + "key.debug.modifier": "Debug Modifier Key", + "key.debug.networkCharts": "Network Charts", + "key.debug.overlay": "Toggle Overlay", + "key.debug.profiling": "Start/Stop Profiling", + "key.debug.profilingChart": "Profiling Chart", + "key.debug.reloadChunk": "Reload Chunks", + "key.debug.reloadResourcePacks": "Reload Resource Packs", + "key.debug.showAdvancedTooltips": "Show Advanced Tooltips", + "key.debug.showChunkBorders": "Show Chunk Boundaries", + "key.debug.showHitboxes": "Show Hitboxes", + "key.debug.spectate": "Cycle Spectator", + "key.debug.switchGameMode": "Game Mode Switcher", "key.drop": "Drop Selected Item", "key.forward": "Walk Forward", "key.fullscreen": "Toggle Fullscreen", @@ -5029,7 +5101,9 @@ "key.spectatorOutlines": "Highlight Players", "key.sprint": "Sprint", "key.swapOffhand": "Swap Item With Off Hand", + "key.toggleGui": "Toggle GUI", "key.togglePerspective": "Toggle Perspective", + "key.toggleSpectatorShaderEffects": "Toggle Spectator Shader Effects", "key.use": "Use Item/Place Block", "known_server_link.announcements": "Announcements", "known_server_link.community": "Community", @@ -5087,6 +5161,12 @@ "mco.backup.entry.undefined": "Undefined Change", "mco.backup.entry.uploaded": "Uploaded", "mco.backup.entry.worldType": "World Type", + "mco.backup.entry.worldType.adventureMap": "Adventure Map", + "mco.backup.entry.worldType.experience": "Experience", + "mco.backup.entry.worldType.inspiration": "Inspiration", + "mco.backup.entry.worldType.minigame": "Minigame", + "mco.backup.entry.worldType.normal": "Normal", + "mco.backup.entry.worldType.unknown": "Unknown", "mco.backup.generate.world": "Generate world", "mco.backup.info.title": "Changes From Last Backup", "mco.backup.narration": "Backup from %s", @@ -5167,6 +5247,7 @@ "mco.configure.world.location": "Location", "mco.configure.world.minigame": "Current: %s", "mco.configure.world.name": "Realm Name", + "mco.configure.world.name.validation.whitespace": "Must not start or end with whitespace. It will be trimmed.", "mco.configure.world.opening": "Opening the Realm...", "mco.configure.world.players.error": "A player with the provided name does not exist", "mco.configure.world.players.invite.duplicate": "A player with the provided name has already been invited to the Realm", @@ -5622,7 +5703,11 @@ "narration.button.usage.hovered": "Left click to activate", "narration.checkbox": "Checkbox: %s", "narration.checkbox.usage.focused": "Press Enter to toggle", + "narration.checkbox.usage.focused.check": "Press Enter to check", + "narration.checkbox.usage.focused.uncheck": "Press Enter to uncheck", "narration.checkbox.usage.hovered": "Left click to toggle", + "narration.checkbox.usage.hovered.check": "Left click to check", + "narration.checkbox.usage.hovered.uncheck": "Left click to uncheck", "narration.component_list.usage": "Press Tab to navigate to the next element", "narration.cycle_button.usage.focused": "Press Enter to switch to %s", "narration.cycle_button.usage.hovered": "Left click to switch to %s", @@ -5727,6 +5812,7 @@ "options.biomeBlendRadius.11": "11x11 (Extreme)", "options.biomeBlendRadius.13": "13x13 (Showoff)", "options.biomeBlendRadius.15": "15x15 (Maximum)", + "options.blocks": "%s Blocks", "options.chat": "Chat Settings...", "options.chat.color": "Colors", "options.chat.delay": "Chat Delay: %s second(s)", @@ -5746,11 +5832,17 @@ "options.chat.visibility.hidden": "Hidden", "options.chat.visibility.system": "Commands Only", "options.chat.width": "Width", + "options.chunkFade": "Chunk Fade Time", + "options.chunkFade.none": "Chunk Fade: None", + "options.chunkFade.seconds": "Chunk Fade: %s second(s)", + "options.chunkFade.tooltip": "How long in seconds chunks should fade in when they're first rendered, if at all.", "options.chunks": "%s Chunks", "options.clouds.fancy": "Fancy", "options.clouds.fast": "Fast", "options.controls": "Controls...", "options.credits_and_attribution": "Credits & Attribution...", + "options.cutoutLeaves": "See-Through Leaves", + "options.cutoutLeaves.tooltip": "Allows you to see through gaps in leaves. Disabling improves performance.", "options.damageTiltStrength": "Damage Tilt", "options.damageTiltStrength.tooltip": "The amount of camera shake caused by being hurt.", "options.darkMojangStudiosBackgroundColor": "Monochrome Logo", @@ -5800,12 +5892,15 @@ "options.glintStrength": "Glint Strength", "options.glintStrength.tooltip": "Controls how transparent the visual glint is on enchanted items.", "options.graphics": "Graphics", + "options.graphics.custom": "Custom", "options.graphics.fabulous": "Fabulous!", "options.graphics.fabulous.tooltip": "%s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis may severely impact performance for portable devices and 4K displays.", "options.graphics.fancy": "Fancy", "options.graphics.fancy.tooltip": "Fancy graphics balances performance and quality for the majority of machines.\nWeather, clouds, and particles may not appear behind translucent blocks or water.", "options.graphics.fast": "Fast", "options.graphics.fast.tooltip": "Fast graphics reduces the amount of visible rain and snow.\nTransparency effects are disabled for various blocks such as leaves.", + "options.graphics.preset": "Preset", + "options.graphics.preset.tooltip": "Sets \"Quality & Performance\" settings to reasonable defaults corresponding to the desired quality.", "options.graphics.warning.accept": "Continue Without Support", "options.graphics.warning.cancel": "Take Me Back", "options.graphics.warning.message": "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.", @@ -5822,6 +5917,8 @@ "options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on, hidden players will be matched based on chat sender names.", "options.hideSplashTexts": "Hide Splash Texts", "options.hideSplashTexts.tooltip": "Hides the yellow splash text in the main menu.", + "options.improvedTransparency": "Improved Transparency", + "options.improvedTransparency.tooltip": "An experimental approach that uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water.\nThis will impact GPU performance.", "options.inactivityFpsLimit": "Reduce FPS when", "options.inactivityFpsLimit.afk": "AFK", "options.inactivityFpsLimit.afk.tooltip": "Limits framerate to 30 when the game is not getting any player input for more than a minute. Further limits it to 10 after 9 more minutes.", @@ -5841,6 +5938,8 @@ "options.mainHand": "Main Hand", "options.mainHand.left": "Left", "options.mainHand.right": "Right", + "options.maxAnisotropy": "Anisotropic Filtering", + "options.maxAnisotropy.tooltip": "Each level significantly improves how smooth textures look, but impacts performance and significantly impacts video memory usage. Requires Texture Filtering to be set to Anisotropic.", "options.mipmapLevels": "Mipmap Levels", "options.modelPart.cape": "Cape", "options.modelPart.hat": "Hat", @@ -5859,6 +5958,13 @@ "options.music_frequency.default": "Default", "options.music_frequency.frequent": "Frequent", "options.music_frequency.tooltip": "Changes how frequently music plays while in a game world.", + "options.musicToast": "Music Toast", + "options.musicToast.never": "Never", + "options.musicToast.never.tooltip": "No music toast is shown.", + "options.musicToast.pauseMenu": "Pause Menu", + "options.musicToast.pauseMenu.tooltip": "A music toast is constantly displayed in the in-game pause menu while a song is playing.", + "options.musicToast.pauseMenuAndToast": "Pause Menu and Toast", + "options.musicToast.pauseMenuAndToast.tooltip": "Displays a toast when a song starts playing. The same toast is constantly displayed in the in-game pause menu while a song is playing.", "options.narrator": "Narrator", "options.narrator.all": "Narrates All", "options.narrator.chat": "Narrates Chat", @@ -5923,14 +6029,29 @@ "options.telemetry.state.all": "All", "options.telemetry.state.minimal": "Minimal", "options.telemetry.state.none": "None", + "options.textureFiltering": "Texture Filtering", + "options.textureFiltering.anisotropic": "Anisotropic", + "options.textureFiltering.anisotropic.tooltip": "A hardware based filtering method, but impacts performance and significantly impacts video memory usage. May not be supported on all hardware.", + "options.textureFiltering.none": "None", + "options.textureFiltering.none.tooltip": "Textures are displayed without any filtering. Blocks may look blurry when viewed at an angle.", + "options.textureFiltering.rgss": "RGSS", + "options.textureFiltering.rgss.tooltip": "(Rotated Grid Super Sampling)\nA shader based filtering method that improves texture quality with a moderate performance impact.", "options.title": "Options", "options.touchscreen": "Touchscreen Mode", "options.value": "%s", "options.video": "Video Settings...", + "options.video.display.header": "Display", + "options.video.interface.header": "Interface", + "options.video.preferences.header": "Preferences", + "options.video.quality.header": "Quality & Performance", "options.videoTitle": "Video Settings", "options.viewBobbing": "View Bobbing", + "options.vignette": "Show Vignette", + "options.vignette.tooltip": "This is a subtle texture over the game screen used for reducing brightness towards the edges of the screen and warning about the world border.", "options.visible": "Shown", "options.vsync": "VSync", + "options.weatherRadius": "Weather Effect Radius", + "options.weatherRadius.tooltip": "Radius of the area where rain and snow effects are visible. Very low performance impact.", "outOfMemory.message": "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.", "outOfMemory.title": "Out of memory!", "pack.available.title": "Available", @@ -6390,6 +6511,7 @@ "stat.minecraft.leave_game": "Games Quit", "stat.minecraft.minecart_one_cm": "Distance by Minecart", "stat.minecraft.mob_kills": "Mob Kills", + "stat.minecraft.nautilus_one_cm": "Distance by Nautilus", "stat.minecraft.open_barrel": "Barrels Opened", "stat.minecraft.open_chest": "Chests Opened", "stat.minecraft.open_enderchest": "Ender Chests Opened", @@ -6665,6 +6787,14 @@ "subtitles.entity.axolotl.idle_water": "Axolotl chirps", "subtitles.entity.axolotl.splash": "Axolotl splashes", "subtitles.entity.axolotl.swim": "Axolotl swims", + "subtitles.entity.baby_nautilus.ambient": "Baby Nautilus chitters", + "subtitles.entity.baby_nautilus.ambient_land": "Baby Nautilus chitters", + "subtitles.entity.baby_nautilus.death": "Baby Nautilus dies", + "subtitles.entity.baby_nautilus.death_land": "Baby Nautilus dies", + "subtitles.entity.baby_nautilus.eat": "Baby Nautilus eats", + "subtitles.entity.baby_nautilus.hurt": "Baby Nautilus hurts", + "subtitles.entity.baby_nautilus.hurt_land": "Baby Nautilus hurts", + "subtitles.entity.baby_nautilus.swim": "Baby Nautilus swims", "subtitles.entity.bat.ambient": "Bat screeches", "subtitles.entity.bat.death": "Bat dies", "subtitles.entity.bat.hurt": "Bat hurts", @@ -6699,6 +6829,15 @@ "subtitles.entity.breeze.slide": "Breeze slides", "subtitles.entity.breeze.whirl": "Breeze whirls", "subtitles.entity.breeze.wind_burst": "Wind Charge bursts", + "subtitles.entity.camel_husk.ambient": "Camel Husk grumphs", + "subtitles.entity.camel_husk.dash": "Camel Husk yeets", + "subtitles.entity.camel_husk.dash_ready": "Camel Husk recovers", + "subtitles.entity.camel_husk.death": "Camel Husk dies", + "subtitles.entity.camel_husk.eat": "Camel Husk eats", + "subtitles.entity.camel_husk.hurt": "Camel Husk hurts", + "subtitles.entity.camel_husk.saddle": "Saddle equips", + "subtitles.entity.camel_husk.sit": "Camel Husk sits down", + "subtitles.entity.camel_husk.stand": "Camel Husk stands up", "subtitles.entity.camel.ambient": "Camel grunts", "subtitles.entity.camel.dash": "Camel yeets", "subtitles.entity.camel.dash_ready": "Camel recovers", @@ -6963,6 +7102,18 @@ "subtitles.entity.mule.eat": "Mule eats", "subtitles.entity.mule.hurt": "Mule hurts", "subtitles.entity.mule.jump": "Mule jumps", + "subtitles.entity.nautilus.ambient": "Nautilus clacks", + "subtitles.entity.nautilus.ambient_land": "Nautilus clacks", + "subtitles.entity.nautilus.dash": "Nautilus jets", + "subtitles.entity.nautilus.dash_land": "Nautilus jets", + "subtitles.entity.nautilus.dash_ready": "Nautilus recovers", + "subtitles.entity.nautilus.dash_ready_land": "Nautilus recovers", + "subtitles.entity.nautilus.death": "Nautilus dies", + "subtitles.entity.nautilus.death_land": "Nautilus dies", + "subtitles.entity.nautilus.eat": "Nautilus eats", + "subtitles.entity.nautilus.hurt": "Nautilus hurts", + "subtitles.entity.nautilus.hurt_land": "Nautilus hurts", + "subtitles.entity.nautilus.swim": "Nautilus swims", "subtitles.entity.painting.break": "Painting broken", "subtitles.entity.painting.place": "Painting placed", "subtitles.entity.panda.aggressive_ambient": "Panda huffs", @@ -6976,6 +7127,9 @@ "subtitles.entity.panda.sneeze": "Panda sneezes", "subtitles.entity.panda.step": "Panda steps", "subtitles.entity.panda.worried_ambient": "Panda whimpers", + "subtitles.entity.parched.ambient": "Parched crackles", + "subtitles.entity.parched.death": "Parched dies", + "subtitles.entity.parched.hurt": "Parched hurts", "subtitles.entity.parrot.ambient": "Parrot talks", "subtitles.entity.parrot.death": "Parrot dies", "subtitles.entity.parrot.eats": "Parrot eats", @@ -6984,6 +7138,7 @@ "subtitles.entity.parrot.imitate.blaze": "Parrot breathes", "subtitles.entity.parrot.imitate.bogged": "Parrot rattles", "subtitles.entity.parrot.imitate.breeze": "Parrot whirs", + "subtitles.entity.parrot.imitate.camel_husk": "Parrot grumphs", "subtitles.entity.parrot.imitate.creaking": "Parrot creaks", "subtitles.entity.parrot.imitate.creeper": "Parrot hisses", "subtitles.entity.parrot.imitate.drowned": "Parrot gurgles", @@ -6997,6 +7152,7 @@ "subtitles.entity.parrot.imitate.husk": "Parrot groans", "subtitles.entity.parrot.imitate.illusioner": "Parrot murmurs", "subtitles.entity.parrot.imitate.magma_cube": "Parrot squishes", + "subtitles.entity.parrot.imitate.parched": "Parrot crackles", "subtitles.entity.parrot.imitate.phantom": "Parrot screeches", "subtitles.entity.parrot.imitate.piglin": "Parrot snorts", "subtitles.entity.parrot.imitate.piglin_brute": "Parrot snorts", @@ -7016,6 +7172,8 @@ "subtitles.entity.parrot.imitate.wither_skeleton": "Parrot rattles", "subtitles.entity.parrot.imitate.zoglin": "Parrot growls", "subtitles.entity.parrot.imitate.zombie": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_horse": "Parrot groans", + "subtitles.entity.parrot.imitate.zombie_nautilus": "Parrot gargles", "subtitles.entity.parrot.imitate.zombie_villager": "Parrot groans", "subtitles.entity.phantom.ambient": "Phantom screeches", "subtitles.entity.phantom.bite": "Phantom bites", @@ -7260,8 +7418,22 @@ "subtitles.entity.zoglin.hurt": "Zoglin hurts", "subtitles.entity.zoglin.step": "Zoglin steps", "subtitles.entity.zombie_horse.ambient": "Zombie Horse cries", + "subtitles.entity.zombie_horse.angry": "Zombie Horse neighs", "subtitles.entity.zombie_horse.death": "Zombie Horse dies", + "subtitles.entity.zombie_horse.eat": "Zombie Horse eats", "subtitles.entity.zombie_horse.hurt": "Zombie Horse hurts", + "subtitles.entity.zombie_nautilus.ambient": "Zombie Nautilus burbles", + "subtitles.entity.zombie_nautilus.ambient_land": "Zombie Nautilus burbles", + "subtitles.entity.zombie_nautilus.dash": "Zombie Nautilus jets", + "subtitles.entity.zombie_nautilus.dash_land": "Zombie Nautilus jets", + "subtitles.entity.zombie_nautilus.dash_ready": "Zombie Nautilus recovers", + "subtitles.entity.zombie_nautilus.dash_ready_land": "Zombie Nautilus recovers", + "subtitles.entity.zombie_nautilus.death": "Zombie Nautilus dies", + "subtitles.entity.zombie_nautilus.death_land": "Zombie Nautilus dies", + "subtitles.entity.zombie_nautilus.eat": "Zombie Nautilus eats", + "subtitles.entity.zombie_nautilus.hurt": "Zombie Nautilus hurts", + "subtitles.entity.zombie_nautilus.hurt_land": "Zombie Nautilus hurts", + "subtitles.entity.zombie_nautilus.swim": "Zombie Nautilus swims", "subtitles.entity.zombie_villager.ambient": "Zombie Villager groans", "subtitles.entity.zombie_villager.converted": "Zombie Villager vociferates", "subtitles.entity.zombie_villager.cure": "Zombie Villager snuffles", @@ -7291,9 +7463,11 @@ "subtitles.item.armor.equip_gold": "Gold armor clinks", "subtitles.item.armor.equip_iron": "Iron armor clanks", "subtitles.item.armor.equip_leather": "Leather armor rustles", + "subtitles.item.armor.equip_nautilus": "Nautilus Armor equips", "subtitles.item.armor.equip_netherite": "Netherite armor clanks", "subtitles.item.armor.equip_turtle": "Turtle Shell thunks", "subtitles.item.armor.equip_wolf": "Wolf Armor is fastened", + "subtitles.item.armor.unequip_nautilus": "Nautilus Armor unequips", "subtitles.item.armor.unequip_wolf": "Wolf Armor snips away", "subtitles.item.axe.scrape": "Axe scrapes", "subtitles.item.axe.strip": "Axe strips", @@ -7341,6 +7515,8 @@ "subtitles.item.lodestone_compass.lock": "Lodestone Compass locks onto Lodestone", "subtitles.item.mace.smash_air": "Mace smashes", "subtitles.item.mace.smash_ground": "Mace smashes", + "subtitles.item.nautilus_saddle_equip": "Saddle equips", + "subtitles.item.nautilus_saddle_underwater_equip": "Saddle equips", "subtitles.item.nether_wart.plant": "Crop planted", "subtitles.item.ominous_bottle.dispose": "Bottle breaks", "subtitles.item.saddle.unequip": "Saddle snips away", @@ -7348,6 +7524,13 @@ "subtitles.item.shears.snip": "Shears snip", "subtitles.item.shield.block": "Shield blocks", "subtitles.item.shovel.flatten": "Shovel flattens", + "subtitles.item.spear_wood.attack": "Spear jabs", + "subtitles.item.spear_wood.hit": "Spear hits", + "subtitles.item.spear_wood.use": "Charges with Spear", + "subtitles.item.spear.attack": "Spear jabs", + "subtitles.item.spear.hit": "Spear hits", + "subtitles.item.spear.lunge": "Spear lunges", + "subtitles.item.spear.use": "Charges with Spear", "subtitles.item.spyglass.stop_using": "Spyglass retracts", "subtitles.item.spyglass.use": "Spyglass expands", "subtitles.item.totem.use": "Totem activates", @@ -7357,6 +7540,7 @@ "subtitles.item.trident.riptide": "Trident zooms", "subtitles.item.trident.throw": "Trident clangs", "subtitles.item.trident.thunder": "Trident thunder cracks", + "subtitles.item.underwater_saddle.equip": "Saddle equips", "subtitles.item.wolf_armor.break": "Wolf Armor breaks", "subtitles.item.wolf_armor.crack": "Wolf Armor cracks", "subtitles.item.wolf_armor.damage": "Wolf Armor takes damage", diff --git a/assets/enchantments.json b/assets/enchantments.json index d75e84b82..8860ddae9 100644 --- a/assets/enchantments.json +++ b/assets/enchantments.json @@ -3,6 +3,9 @@ "description": { "translate": "enchantment.minecraft.aqua_affinity" }, + "supported_items": "#minecraft:enchantable/head_armor", + "weight": 2, + "max_level": 1, "min_cost": { "base": 1, "per_level_above_first": 0 @@ -15,9 +18,6 @@ "slots": [ "head" ], - "supported_items": "#minecraft:enchantable/head_armor", - "weight": 2, - "max_level": 1, "effects": { "minecraft:attributes": [ { @@ -38,6 +38,10 @@ "description": { "translate": "enchantment.minecraft.bane_of_arthropods" }, + "supported_items": "#minecraft:enchantable/weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -50,10 +54,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -80,6 +80,8 @@ "enchanted": "attacker", "affected": "victim", "effect": { + "to_apply": "minecraft:slowness", + "min_duration": 1.5, "max_duration": { "base": 1.5, "per_level_above_first": 0.5, @@ -87,8 +89,6 @@ }, "min_amplifier": 3.0, "max_amplifier": 3.0, - "to_apply": "minecraft:slowness", - "min_duration": 1.5, "type": "minecraft:apply_mob_effect" }, "requirements": { @@ -118,6 +118,9 @@ "description": { "translate": "enchantment.minecraft.binding_curse" }, + "supported_items": "#minecraft:enchantable/equippable", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -130,9 +133,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/equippable", - "weight": 1, - "max_level": 1, "effects": { "minecraft:prevent_armor_change": {} }, @@ -142,6 +142,9 @@ "description": { "translate": "enchantment.minecraft.blast_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 2, + "max_level": 4, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -154,9 +157,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 2, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:attributes": [ @@ -205,6 +205,9 @@ "description": { "translate": "enchantment.minecraft.breach" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 2, + "max_level": 4, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -217,9 +220,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 2, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:armor_effectiveness": [ @@ -241,6 +241,9 @@ "description": { "translate": "enchantment.minecraft.channeling" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -253,9 +256,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 1, - "max_level": 1, "effects": { "minecraft:hit_block": [ { @@ -354,6 +354,9 @@ "description": { "translate": "enchantment.minecraft.density" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -366,9 +369,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:smash_damage_per_fallen_block": [ @@ -390,6 +390,9 @@ "description": { "translate": "enchantment.minecraft.depth_strider" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 2, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -402,9 +405,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/boots", "effects": { "minecraft:attributes": [ @@ -426,6 +426,9 @@ "description": { "translate": "enchantment.minecraft.efficiency" }, + "supported_items": "#minecraft:enchantable/mining", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -438,9 +441,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining", - "weight": 10, - "max_level": 5, "effects": { "minecraft:attributes": [ { @@ -460,6 +460,9 @@ "description": { "translate": "enchantment.minecraft.feather_falling" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 5, "per_level_above_first": 6 @@ -472,9 +475,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 5, - "max_level": 4, "effects": { "minecraft:damage_protection": [ { @@ -510,6 +510,10 @@ "description": { "translate": "enchantment.minecraft.fire_aspect" }, + "supported_items": "#minecraft:enchantable/fire_aspect", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 2, + "max_level": 2, "min_cost": { "base": 10, "per_level_above_first": 20 @@ -522,10 +526,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fire_aspect", - "primary_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 2, "effects": { "minecraft:post_attack": [ { @@ -554,6 +554,9 @@ "description": { "translate": "enchantment.minecraft.fire_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 10, "per_level_above_first": 8 @@ -566,9 +569,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 5, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:attributes": [ @@ -622,6 +622,9 @@ "description": { "translate": "enchantment.minecraft.flame" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 2, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -634,9 +637,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 2, - "max_level": 1, "effects": { "minecraft:projectile_spawned": [ { @@ -653,6 +653,9 @@ "description": { "translate": "enchantment.minecraft.fortune" }, + "supported_items": "#minecraft:enchantable/mining_loot", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -665,9 +668,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining_loot", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/mining", "id": 13 }, @@ -675,6 +675,9 @@ "description": { "translate": "enchantment.minecraft.frost_walker" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 2, + "max_level": 2, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -687,9 +690,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 2, - "max_level": 2, "exclusive_set": "#minecraft:exclusive_set/boots", "effects": { "minecraft:damage_immunity": [ @@ -715,6 +715,22 @@ "minecraft:location_changed": [ { "effect": { + "radius": { + "value": { + "base": 3.0, + "per_level_above_first": 1.0, + "type": "minecraft:linear" + }, + "min": 0.0, + "max": 16.0, + "type": "minecraft:clamped" + }, + "height": 1.0, + "offset": [ + 0, + -1, + 0 + ], "predicate": { "predicates": [ { @@ -750,22 +766,6 @@ "type": "minecraft:simple_state_provider" }, "trigger_game_event": "minecraft:block_place", - "radius": { - "value": { - "base": 3.0, - "per_level_above_first": 1.0, - "type": "minecraft:linear" - }, - "min": 0.0, - "max": 16.0, - "type": "minecraft:clamped" - }, - "height": 1.0, - "offset": [ - 0, - -1, - 0 - ], "type": "minecraft:replace_disk" }, "requirements": { @@ -801,6 +801,9 @@ "description": { "translate": "enchantment.minecraft.impaling" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 2, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 8 @@ -813,9 +816,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 2, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -844,6 +844,9 @@ "description": { "translate": "enchantment.minecraft.infinity" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 1, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -856,9 +859,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 1, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/bow", "effects": { "minecraft:ammo_use": [ @@ -882,6 +882,9 @@ "description": { "translate": "enchantment.minecraft.knockback" }, + "supported_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 2, "min_cost": { "base": 5, "per_level_above_first": 20 @@ -894,9 +897,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 2, "effects": { "minecraft:knockback": [ { @@ -917,6 +917,9 @@ "description": { "translate": "enchantment.minecraft.looting" }, + "supported_items": "#minecraft:enchantable/melee_weapon", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -929,9 +932,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 3, "effects": { "minecraft:equipment_drops": [ { @@ -960,6 +960,9 @@ "description": { "translate": "enchantment.minecraft.loyalty" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 5, + "max_level": 3, "min_cost": { "base": 12, "per_level_above_first": 7 @@ -972,9 +975,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 5, - "max_level": 3, "effects": { "minecraft:trident_return_acceleration": [ { @@ -995,6 +995,9 @@ "description": { "translate": "enchantment.minecraft.luck_of_the_sea" }, + "supported_items": "#minecraft:enchantable/fishing", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -1007,9 +1010,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fishing", - "weight": 2, - "max_level": 3, "effects": { "minecraft:fishing_luck_bonus": [ { @@ -1026,10 +1026,118 @@ }, "id": 20 }, + "minecraft:lunge": { + "description": { + "translate": "enchantment.minecraft.lunge" + }, + "supported_items": "#minecraft:enchantable/lunge", + "weight": 5, + "max_level": 3, + "min_cost": { + "base": 5, + "per_level_above_first": 8 + }, + "max_cost": { + "base": 25, + "per_level_above_first": 8 + }, + "anvil_cost": 2, + "slots": [ + "hand" + ], + "effects": { + "minecraft:post_piercing_attack": [ + { + "effect": { + "effects": [ + { + "amount": 1.0, + "type": "minecraft:change_item_damage" + }, + { + "amount": { + "base": 4.0, + "per_level_above_first": 4.0, + "type": "minecraft:linear" + }, + "type": "minecraft:apply_exhaustion" + }, + { + "direction": [ + 0.0, + 0.0, + 1.0 + ], + "coordinate_scale": [ + 1.0, + 0.0, + 1.0 + ], + "magnitude": { + "base": 0.458, + "per_level_above_first": 0.458, + "type": "minecraft:linear" + }, + "type": "minecraft:apply_impulse" + }, + { + "sound": [ + "minecraft:item.spear.lunge_1", + "minecraft:item.spear.lunge_2", + "minecraft:item.spear.lunge_3" + ], + "volume": 1.0, + "pitch": 1.0, + "type": "minecraft:play_sound" + } + ], + "type": "minecraft:all_of" + }, + "requirements": { + "terms": [ + { + "term": { + "predicate": { + "vehicle": {} + }, + "entity": "this", + "condition": "minecraft:entity_properties" + }, + "condition": "minecraft:inverted" + }, + { + "predicate": { + "flags": { + "is_fall_flying": false + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + }, + { + "predicate": { + "flags": { + "is_in_water": false + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + } + ], + "condition": "minecraft:all_of" + } + } + ] + }, + "id": 21 + }, "minecraft:lure": { "description": { "translate": "enchantment.minecraft.lure" }, + "supported_items": "#minecraft:enchantable/fishing", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -1042,9 +1150,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fishing", - "weight": 2, - "max_level": 3, "effects": { "minecraft:fishing_time_reduction": [ { @@ -1059,12 +1164,15 @@ } ] }, - "id": 21 + "id": 22 }, "minecraft:mending": { "description": { "translate": "enchantment.minecraft.mending" }, + "supported_items": "#minecraft:enchantable/durability", + "weight": 2, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 25 @@ -1077,9 +1185,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/durability", - "weight": 2, - "max_level": 1, "effects": { "minecraft:repair_with_xp": [ { @@ -1090,12 +1195,15 @@ } ] }, - "id": 22 + "id": 23 }, "minecraft:multishot": { "description": { "translate": "enchantment.minecraft.multishot" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 2, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -1108,9 +1216,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 2, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/crossbow", "effects": { "minecraft:projectile_count": [ @@ -1138,12 +1243,15 @@ } ] }, - "id": 23 + "id": 24 }, "minecraft:piercing": { "description": { "translate": "enchantment.minecraft.piercing" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 10, + "max_level": 4, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -1156,9 +1264,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 10, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/crossbow", "effects": { "minecraft:projectile_piercing": [ @@ -1174,12 +1279,15 @@ } ] }, - "id": 24 + "id": 25 }, "minecraft:power": { "description": { "translate": "enchantment.minecraft.power" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -1192,9 +1300,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 10, - "max_level": 5, "effects": { "minecraft:damage": [ { @@ -1216,12 +1321,15 @@ } ] }, - "id": 25 + "id": 26 }, "minecraft:projectile_protection": { "description": { "translate": "enchantment.minecraft.projectile_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 3, "per_level_above_first": 6 @@ -1234,9 +1342,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 5, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:damage_protection": [ @@ -1267,12 +1372,15 @@ } ] }, - "id": 26 + "id": 27 }, "minecraft:protection": { "description": { "translate": "enchantment.minecraft.protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 10, + "max_level": 4, "min_cost": { "base": 1, "per_level_above_first": 11 @@ -1285,9 +1393,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 10, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:damage_protection": [ @@ -1314,12 +1419,15 @@ } ] }, - "id": 27 + "id": 28 }, "minecraft:punch": { "description": { "translate": "enchantment.minecraft.punch" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 2, + "max_level": 2, "min_cost": { "base": 12, "per_level_above_first": 20 @@ -1332,9 +1440,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 2, - "max_level": 2, "effects": { "minecraft:knockback": [ { @@ -1356,12 +1461,15 @@ } ] }, - "id": 28 + "id": 29 }, "minecraft:quick_charge": { "description": { "translate": "enchantment.minecraft.quick_charge" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 5, + "max_level": 3, "min_cost": { "base": 12, "per_level_above_first": 20 @@ -1375,9 +1483,6 @@ "mainhand", "offhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 5, - "max_level": 3, "effects": { "minecraft:crossbow_charge_time": { "value": { @@ -1402,12 +1507,15 @@ } ] }, - "id": 29 + "id": 30 }, "minecraft:respiration": { "description": { "translate": "enchantment.minecraft.respiration" }, + "supported_items": "#minecraft:enchantable/head_armor", + "weight": 2, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -1420,9 +1528,6 @@ "slots": [ "head" ], - "supported_items": "#minecraft:enchantable/head_armor", - "weight": 2, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -1437,12 +1542,15 @@ } ] }, - "id": 30 + "id": 31 }, "minecraft:riptide": { "description": { "translate": "enchantment.minecraft.riptide" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 2, + "max_level": 3, "min_cost": { "base": 17, "per_level_above_first": 7 @@ -1455,9 +1563,6 @@ "slots": [ "hand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/riptide", "effects": { "minecraft:trident_sound": [ @@ -1474,12 +1579,16 @@ "type": "minecraft:add" } }, - "id": 31 + "id": 32 }, "minecraft:sharpness": { "description": { "translate": "enchantment.minecraft.sharpness" }, + "supported_items": "#minecraft:enchantable/sharp_weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 11 @@ -1492,10 +1601,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sharp_weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 10, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -1511,12 +1616,15 @@ } ] }, - "id": 32 + "id": 33 }, "minecraft:silk_touch": { "description": { "translate": "enchantment.minecraft.silk_touch" }, + "supported_items": "#minecraft:enchantable/mining_loot", + "weight": 1, + "max_level": 1, "min_cost": { "base": 15, "per_level_above_first": 0 @@ -1529,9 +1637,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining_loot", - "weight": 1, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/mining", "effects": { "minecraft:block_experience": [ @@ -1543,12 +1648,16 @@ } ] }, - "id": 33 + "id": 34 }, "minecraft:smite": { "description": { "translate": "enchantment.minecraft.smite" }, + "supported_items": "#minecraft:enchantable/weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -1561,10 +1670,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -1587,12 +1692,15 @@ } ] }, - "id": 34 + "id": 35 }, "minecraft:soul_speed": { "description": { "translate": "enchantment.minecraft.soul_speed" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -1605,9 +1713,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:location_changed": [ { @@ -1699,13 +1804,13 @@ }, { "predicate": { - "flags": { - "is_flying": false - }, "movement_affected_by": { "block": { "blocks": "#minecraft:soul_speed_blocks" } + }, + "flags": { + "is_flying": false } }, "entity": "this", @@ -1737,13 +1842,13 @@ }, { "predicate": { - "flags": { - "is_on_ground": true - }, "movement_affected_by": { "block": { "blocks": "#minecraft:soul_speed_blocks" } + }, + "flags": { + "is_on_ground": true } }, "entity": "this", @@ -1757,13 +1862,6 @@ "minecraft:tick": [ { "effect": { - "horizontal_velocity": { - "movement_scale": -0.2 - }, - "vertical_velocity": { - "base": 0.1 - }, - "speed": 1.0, "particle": { "type": "minecraft:soul" }, @@ -1774,15 +1872,17 @@ "type": "entity_position", "offset": 0.1 }, + "horizontal_velocity": { + "movement_scale": -0.2 + }, + "vertical_velocity": { + "base": 0.1 + }, + "speed": 1.0, "type": "minecraft:spawn_particles" }, "requirements": { "predicate": { - "periodic_tick": 5, - "flags": { - "is_flying": false, - "is_on_ground": true - }, "movement": { "horizontal_speed": { "min": 9.999999747378752E-6 @@ -1792,7 +1892,12 @@ "block": { "blocks": "#minecraft:soul_speed_blocks" } - } + }, + "flags": { + "is_on_ground": true, + "is_flying": false + }, + "periodic_tick": 5 }, "entity": "this", "condition": "minecraft:entity_properties" @@ -1817,11 +1922,6 @@ }, { "predicate": { - "periodic_tick": 5, - "flags": { - "is_flying": false, - "is_on_ground": true - }, "movement": { "horizontal_speed": { "min": 9.999999747378752E-6 @@ -1831,7 +1931,12 @@ "block": { "blocks": "#minecraft:soul_speed_blocks" } - } + }, + "flags": { + "is_on_ground": true, + "is_flying": false + }, + "periodic_tick": 5 }, "entity": "this", "condition": "minecraft:entity_properties" @@ -1842,12 +1947,15 @@ } ] }, - "id": 35 + "id": 36 }, "minecraft:sweeping_edge": { "description": { "translate": "enchantment.minecraft.sweeping_edge" }, + "supported_items": "#minecraft:enchantable/sweeping", + "weight": 2, + "max_level": 3, "min_cost": { "base": 5, "per_level_above_first": 9 @@ -1860,9 +1968,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -1885,12 +1990,15 @@ } ] }, - "id": 36 + "id": 37 }, "minecraft:swift_sneak": { "description": { "translate": "enchantment.minecraft.swift_sneak" }, + "supported_items": "#minecraft:enchantable/leg_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 25, "per_level_above_first": 25 @@ -1903,9 +2011,6 @@ "slots": [ "legs" ], - "supported_items": "#minecraft:enchantable/leg_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -1920,12 +2025,16 @@ } ] }, - "id": 37 + "id": 38 }, "minecraft:thorns": { "description": { "translate": "enchantment.minecraft.thorns" }, + "supported_items": "#minecraft:enchantable/armor", + "primary_items": "#minecraft:enchantable/chest_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 20 @@ -1938,10 +2047,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/armor", - "primary_items": "#minecraft:enchantable/chest_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:post_attack": [ { @@ -1976,12 +2081,15 @@ } ] }, - "id": 38 + "id": 39 }, "minecraft:unbreaking": { "description": { "translate": "enchantment.minecraft.unbreaking" }, + "supported_items": "#minecraft:enchantable/durability", + "weight": 5, + "max_level": 3, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -1994,9 +2102,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/durability", - "weight": 5, - "max_level": 3, "effects": { "minecraft:item_damage": [ { @@ -2052,12 +2157,15 @@ } ] }, - "id": 39 + "id": 40 }, "minecraft:vanishing_curse": { "description": { "translate": "enchantment.minecraft.vanishing_curse" }, + "supported_items": "#minecraft:enchantable/vanishing", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -2070,18 +2178,18 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/vanishing", - "weight": 1, - "max_level": 1, "effects": { "minecraft:prevent_equipment_drop": {} }, - "id": 40 + "id": 41 }, "minecraft:wind_burst": { "description": { "translate": "enchantment.minecraft.wind_burst" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -2094,25 +2202,12 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 2, - "max_level": 3, "effects": { "minecraft:post_attack": [ { "enchanted": "attacker", "affected": "attacker", "effect": { - "large_particle": { - "type": "minecraft:gust_emitter_large" - }, - "sound": "minecraft:entity.wind_charge.wind_burst", - "block_interaction": "trigger", - "small_particle": { - "type": "minecraft:gust_emitter_small" - }, - "immune_blocks": "#minecraft:blocks_wind_charge_explosions", - "radius": 3.5, "knockback_multiplier": { "values": [ 1.2, @@ -2126,17 +2221,27 @@ }, "type": "minecraft:lookup" }, + "immune_blocks": "#minecraft:blocks_wind_charge_explosions", + "radius": 3.5, + "block_interaction": "trigger", + "small_particle": { + "type": "minecraft:gust_emitter_small" + }, + "large_particle": { + "type": "minecraft:gust_emitter_large" + }, + "sound": "minecraft:entity.wind_charge.wind_burst", "type": "minecraft:explode" }, "requirements": { "predicate": { - "flags": { - "is_flying": false - }, "movement": { "fall_distance": { "min": 1.5 } + }, + "flags": { + "is_flying": false } }, "entity": "direct_attacker", @@ -2145,6 +2250,6 @@ } ] }, - "id": 41 + "id": 42 } } \ No newline at end of file diff --git a/assets/entities.json b/assets/entities.json index 5cc3b3378..d0422db71 100644 --- a/assets/entities.json +++ b/assets/entities.json @@ -330,10 +330,9 @@ "random_sequence": "minecraft:entities/blaze", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:blaze_rod", "functions": [ { "count": { @@ -354,7 +353,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:blaze_rod", "type": "minecraft:item" } ], @@ -362,7 +360,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -412,40 +412,9 @@ "random_sequence": "minecraft:entities/bogged", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], "name": "minecraft:arrow", - "type": "minecraft:item" - } - ] - }, - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { "functions": [ { "count": { @@ -466,16 +435,46 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:bone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bone", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + }, + { + "entries": [ + { + "name": "minecraft:tipped_arrow", "functions": [ { "count": { @@ -501,7 +500,6 @@ "function": "minecraft:set_potion" } ], - "name": "minecraft:tipped_arrow", "type": "minecraft:item" } ], @@ -509,7 +507,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -539,10 +539,9 @@ "random_sequence": "minecraft:entities/breeze", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:breeze_rod", "functions": [ { "count": { @@ -563,7 +562,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:breeze_rod", "type": "minecraft:item" } ], @@ -571,7 +569,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -625,8 +625,65 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, - "cat": { + "camel_husk": { "id": 20, + "max_health": 32.0, + "attackable": true, + "mob": true, + "limit_per_chunk": 6, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MONSTER", + "can_spawn_far_from_player": false, + "dimension": [ + 1.7, + 2.375 + ], + "eye_height": 2.275, + "loot_table": { + "type": "minecraft:entity", + "random_sequence": "minecraft:entities/camel_husk", + "pools": [ + { + "entries": [ + { + "name": "minecraft:rotten_flesh", + "functions": [ + { + "count": { + "min": 2.0, + "max": 3.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + } + ] + }, + "spawn_restriction": { + "location": "ON_GROUND", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, + "cat": { + "id": 21, "max_health": 10.0, "attackable": true, "mob": true, @@ -646,10 +703,9 @@ "random_sequence": "minecraft:entities/cat", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:string", "functions": [ { "count": { @@ -661,10 +717,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:string", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -674,7 +731,7 @@ } }, "cave_spider": { - "id": 21, + "id": 22, "max_health": 12.0, "attackable": true, "mob": true, @@ -694,10 +751,9 @@ "random_sequence": "minecraft:entities/cave_spider", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:string", "functions": [ { "count": { @@ -718,16 +774,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:string", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:spider_eye", "functions": [ { "count": { @@ -748,7 +804,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:spider_eye", "type": "minecraft:item" } ], @@ -756,7 +811,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -766,26 +823,6 @@ } }, "cherry_boat": { - "id": 22, - "attackable": true, - "mob": false, - "limit_per_chunk": 0, - "summonable": true, - "saveable": true, - "fire_immune": false, - "category": "MISC", - "can_spawn_far_from_player": true, - "dimension": [ - 1.375, - 0.5625 - ], - "eye_height": 0.5625, - "spawn_restriction": { - "location": "UNRESTRICTED", - "heightmap": "MOTION_BLOCKING_NO_LEAVES" - } - }, - "cherry_chest_boat": { "id": 23, "attackable": true, "mob": false, @@ -805,7 +842,7 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, - "chest_minecart": { + "cherry_chest_boat": { "id": 24, "attackable": true, "mob": false, @@ -815,6 +852,26 @@ "fire_immune": false, "category": "MISC", "can_spawn_far_from_player": true, + "dimension": [ + 1.375, + 0.5625 + ], + "eye_height": 0.5625, + "spawn_restriction": { + "location": "UNRESTRICTED", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, + "chest_minecart": { + "id": 25, + "attackable": true, + "mob": false, + "limit_per_chunk": 0, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MISC", + "can_spawn_far_from_player": true, "dimension": [ 0.98, 0.7 @@ -826,7 +883,7 @@ } }, "chicken": { - "id": 25, + "id": 26, "max_health": 4.0, "attackable": true, "mob": true, @@ -846,10 +903,9 @@ "random_sequence": "minecraft:entities/chicken", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:feather", "functions": [ { "count": { @@ -870,16 +926,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:feather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:chicken", "functions": [ { "conditions": [ @@ -927,10 +983,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:chicken", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -940,7 +997,7 @@ } }, "cod": { - "id": 26, + "id": 27, "max_health": 3.0, "attackable": true, "mob": true, @@ -960,10 +1017,9 @@ "random_sequence": "minecraft:entities/cod", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cod", "functions": [ { "conditions": [ @@ -1002,14 +1058,13 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:cod", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_meal", @@ -1021,7 +1076,9 @@ "chance": 0.05, "condition": "minecraft:random_chance" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1031,7 +1088,7 @@ } }, "copper_golem": { - "id": 27, + "id": 28, "max_health": 12.0, "attackable": true, "mob": true, @@ -1051,10 +1108,9 @@ "random_sequence": "minecraft:entities/copper_golem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:copper_ingot", "functions": [ { "count": { @@ -1075,10 +1131,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:copper_ingot", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1088,7 +1145,7 @@ } }, "command_block_minecart": { - "id": 28, + "id": 29, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -1108,7 +1165,7 @@ } }, "cow": { - "id": 29, + "id": 30, "max_health": 10.0, "attackable": true, "mob": true, @@ -1128,10 +1185,9 @@ "random_sequence": "minecraft:entities/cow", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -1152,16 +1208,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:beef", "functions": [ { "count": { @@ -1218,10 +1274,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:beef", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1231,7 +1288,7 @@ } }, "creaking": { - "id": 30, + "id": 31, "max_health": 1.0, "attackable": true, "mob": true, @@ -1256,7 +1313,7 @@ } }, "creeper": { - "id": 31, + "id": 32, "max_health": 20.0, "attackable": true, "mob": true, @@ -1276,10 +1333,9 @@ "random_sequence": "minecraft:entities/creeper", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gunpowder", "functions": [ { "count": { @@ -1300,14 +1356,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:gunpowder", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:creeper_drop_music_discs", @@ -1323,7 +1378,9 @@ "entity": "attacker", "condition": "minecraft:entity_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1333,26 +1390,6 @@ } }, "dark_oak_boat": { - "id": 32, - "attackable": true, - "mob": false, - "limit_per_chunk": 0, - "summonable": true, - "saveable": true, - "fire_immune": false, - "category": "MISC", - "can_spawn_far_from_player": true, - "dimension": [ - 1.375, - 0.5625 - ], - "eye_height": 0.5625, - "spawn_restriction": { - "location": "UNRESTRICTED", - "heightmap": "MOTION_BLOCKING_NO_LEAVES" - } - }, - "dark_oak_chest_boat": { "id": 33, "attackable": true, "mob": false, @@ -1372,8 +1409,28 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, - "dolphin": { + "dark_oak_chest_boat": { "id": 34, + "attackable": true, + "mob": false, + "limit_per_chunk": 0, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MISC", + "can_spawn_far_from_player": true, + "dimension": [ + 1.375, + 0.5625 + ], + "eye_height": 0.5625, + "spawn_restriction": { + "location": "UNRESTRICTED", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, + "dolphin": { + "id": 35, "max_health": 10.0, "attackable": true, "mob": true, @@ -1393,10 +1450,9 @@ "random_sequence": "minecraft:entities/dolphin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cod", "functions": [ { "count": { @@ -1453,10 +1509,11 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:cod", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1466,7 +1523,7 @@ } }, "donkey": { - "id": 35, + "id": 36, "max_health": 53.0, "attackable": true, "mob": true, @@ -1486,10 +1543,9 @@ "random_sequence": "minecraft:entities/donkey", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -1510,10 +1566,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1523,7 +1580,7 @@ } }, "dragon_fireball": { - "id": 36, + "id": 37, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -1543,7 +1600,7 @@ } }, "drowned": { - "id": 37, + "id": 38, "max_health": 20.0, "attackable": true, "mob": true, @@ -1563,10 +1620,9 @@ "random_sequence": "minecraft:entities/drowned", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { @@ -1587,14 +1643,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:copper_ingot", @@ -1615,7 +1670,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1625,7 +1682,7 @@ } }, "egg": { - "id": 38, + "id": 39, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -1645,7 +1702,7 @@ } }, "elder_guardian": { - "id": 39, + "id": 40, "max_health": 80.0, "attackable": true, "mob": true, @@ -1665,10 +1722,9 @@ "random_sequence": "minecraft:entities/elder_guardian", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:prismarine_shard", "functions": [ { "count": { @@ -1689,16 +1745,17 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:prismarine_shard", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cod", + "weight": 3, "functions": [ { "enchantment": "minecraft:looting", @@ -1746,11 +1803,11 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:cod", - "weight": 3, "type": "minecraft:item" }, { + "name": "minecraft:prismarine_crystals", + "weight": 2, "functions": [ { "enchantment": "minecraft:looting", @@ -1762,18 +1819,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:prismarine_crystals", - "weight": 2, "type": "minecraft:item" }, { "type": "minecraft:empty" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:wet_sponge", @@ -1784,13 +1839,14 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "value": "minecraft:gameplay/fishing/fish", "functions": [ { "conditions": [ @@ -1829,7 +1885,6 @@ "function": "minecraft:furnace_smelt" } ], - "value": "minecraft:gameplay/fishing/fish", "type": "minecraft:loot_table" } ], @@ -1847,11 +1902,11 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "weight": 4, @@ -1861,7 +1916,9 @@ "name": "minecraft:tide_armor_trim_smithing_template", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1871,7 +1928,7 @@ } }, "enderman": { - "id": 40, + "id": 41, "max_health": 40.0, "attackable": true, "mob": true, @@ -1891,10 +1948,9 @@ "random_sequence": "minecraft:entities/enderman", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:ender_pearl", "functions": [ { "count": { @@ -1915,10 +1971,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:ender_pearl", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -1928,7 +1985,7 @@ } }, "endermite": { - "id": 41, + "id": 42, "max_health": 8.0, "attackable": true, "mob": true, @@ -1953,7 +2010,7 @@ } }, "ender_dragon": { - "id": 42, + "id": 43, "max_health": 200.0, "attackable": true, "mob": true, @@ -1978,7 +2035,7 @@ } }, "ender_pearl": { - "id": 43, + "id": 44, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -1998,7 +2055,7 @@ } }, "end_crystal": { - "id": 44, + "id": 45, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2018,7 +2075,7 @@ } }, "evoker": { - "id": 45, + "id": 46, "max_health": 24.0, "attackable": true, "mob": true, @@ -2038,20 +2095,19 @@ "random_sequence": "minecraft:entities/evoker", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:totem_of_undying", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:emerald", "functions": [ { "count": { @@ -2072,7 +2128,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:emerald", "type": "minecraft:item" } ], @@ -2080,7 +2135,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2090,7 +2147,7 @@ } }, "evoker_fangs": { - "id": 46, + "id": 47, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2110,7 +2167,7 @@ } }, "experience_bottle": { - "id": 47, + "id": 48, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2130,7 +2187,7 @@ } }, "experience_orb": { - "id": 48, + "id": 49, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -2150,7 +2207,7 @@ } }, "eye_of_ender": { - "id": 49, + "id": 50, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -2170,7 +2227,7 @@ } }, "falling_block": { - "id": 50, + "id": 51, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -2190,7 +2247,7 @@ } }, "fireball": { - "id": 51, + "id": 52, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2210,7 +2267,7 @@ } }, "firework_rocket": { - "id": 52, + "id": 53, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -2230,7 +2287,7 @@ } }, "fox": { - "id": 53, + "id": 54, "max_health": 10.0, "attackable": true, "mob": true, @@ -2255,7 +2312,7 @@ } }, "frog": { - "id": 54, + "id": 55, "max_health": 10.0, "attackable": true, "mob": true, @@ -2280,7 +2337,7 @@ } }, "furnace_minecart": { - "id": 55, + "id": 56, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2300,7 +2357,7 @@ } }, "ghast": { - "id": 56, + "id": 57, "max_health": 10.0, "attackable": true, "mob": true, @@ -2320,10 +2377,9 @@ "random_sequence": "minecraft:entities/ghast", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:ghast_tear", "functions": [ { "count": { @@ -2344,16 +2400,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:ghast_tear", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:gunpowder", "functions": [ { "count": { @@ -2374,21 +2430,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:gunpowder", "type": "minecraft:item" } - ] - }, - { - "functions": [ - { - "count": 1.0, - "add": false, - "function": "minecraft:set_count" - } ], "rolls": 1.0, - "bonus_rolls": 0.0, + "bonus_rolls": 0.0 + }, + { "entries": [ { "name": "minecraft:music_disc_tears", @@ -2413,7 +2461,16 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "functions": [ + { + "count": 1.0, + "add": false, + "function": "minecraft:set_count" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2423,7 +2480,7 @@ } }, "happy_ghast": { - "id": 57, + "id": 58, "max_health": 20.0, "attackable": true, "mob": true, @@ -2448,7 +2505,7 @@ } }, "giant": { - "id": 58, + "id": 59, "max_health": 100.0, "attackable": true, "mob": true, @@ -2473,7 +2530,7 @@ } }, "glow_item_frame": { - "id": 59, + "id": 60, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2493,7 +2550,7 @@ } }, "glow_squid": { - "id": 60, + "id": 61, "max_health": 10.0, "attackable": true, "mob": true, @@ -2513,10 +2570,9 @@ "random_sequence": "minecraft:entities/glow_squid", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:glow_ink_sac", "functions": [ { "count": { @@ -2537,10 +2593,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:glow_ink_sac", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2550,7 +2607,7 @@ } }, "goat": { - "id": 61, + "id": 62, "max_health": 10.0, "attackable": true, "mob": true, @@ -2575,7 +2632,7 @@ } }, "guardian": { - "id": 62, + "id": 63, "max_health": 30.0, "attackable": true, "mob": true, @@ -2595,10 +2652,9 @@ "random_sequence": "minecraft:entities/guardian", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:prismarine_shard", "functions": [ { "count": { @@ -2619,16 +2675,17 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:prismarine_shard", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cod", + "weight": 2, "functions": [ { "enchantment": "minecraft:looting", @@ -2676,11 +2733,11 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:cod", - "weight": 2, "type": "minecraft:item" }, { + "name": "minecraft:prismarine_crystals", + "weight": 2, "functions": [ { "enchantment": "minecraft:looting", @@ -2692,20 +2749,19 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:prismarine_crystals", - "weight": 2, "type": "minecraft:item" }, { "type": "minecraft:empty" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "value": "minecraft:gameplay/fishing/fish", "functions": [ { "conditions": [ @@ -2744,7 +2800,6 @@ "function": "minecraft:furnace_smelt" } ], - "value": "minecraft:gameplay/fishing/fish", "type": "minecraft:loot_table" } ], @@ -2762,7 +2817,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2772,7 +2829,7 @@ } }, "hoglin": { - "id": 63, + "id": 64, "max_health": 40.0, "attackable": true, "mob": true, @@ -2792,10 +2849,9 @@ "random_sequence": "minecraft:entities/hoglin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:porkchop", "functions": [ { "count": { @@ -2852,16 +2908,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:porkchop", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -2882,10 +2938,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2895,7 +2952,7 @@ } }, "hopper_minecart": { - "id": 64, + "id": 65, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -2915,7 +2972,7 @@ } }, "horse": { - "id": 65, + "id": 66, "max_health": 53.0, "attackable": true, "mob": true, @@ -2935,10 +2992,9 @@ "random_sequence": "minecraft:entities/horse", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -2959,10 +3015,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -2972,7 +3029,7 @@ } }, "husk": { - "id": 66, + "id": 67, "max_health": 20.0, "attackable": true, "mob": true, @@ -2992,10 +3049,9 @@ "random_sequence": "minecraft:entities/husk", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { @@ -3016,14 +3072,54 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { + "entries": [ + { + "name": "minecraft:rabbit_foot", + "conditions": [ + { + "predicate": { + "vehicle": { + "type": "minecraft:camel_husk" + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + } + ], + "functions": [ + { + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], "rolls": 1.0, - "bonus_rolls": 0.0, + "bonus_rolls": 0.0 + }, + { "entries": [ { "name": "minecraft:iron_ingot", @@ -3034,6 +3130,7 @@ "type": "minecraft:item" }, { + "name": "minecraft:potato", "functions": [ { "conditions": [ @@ -3072,7 +3169,6 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:potato", "type": "minecraft:item" } ], @@ -3090,7 +3186,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3100,7 +3198,7 @@ } }, "illusioner": { - "id": 67, + "id": 68, "max_health": 32.0, "attackable": true, "mob": true, @@ -3125,7 +3223,7 @@ } }, "interaction": { - "id": 68, + "id": 69, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3145,7 +3243,7 @@ } }, "iron_golem": { - "id": 69, + "id": 70, "max_health": 100.0, "attackable": true, "mob": true, @@ -3165,10 +3263,9 @@ "random_sequence": "minecraft:entities/iron_golem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:poppy", "functions": [ { "count": { @@ -3180,16 +3277,16 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:poppy", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:iron_ingot", "functions": [ { "count": { @@ -3201,10 +3298,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:iron_ingot", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3214,7 +3312,7 @@ } }, "item": { - "id": 70, + "id": 71, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -3234,7 +3332,7 @@ } }, "item_display": { - "id": 71, + "id": 72, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3254,7 +3352,7 @@ } }, "item_frame": { - "id": 72, + "id": 73, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3274,26 +3372,6 @@ } }, "jungle_boat": { - "id": 73, - "attackable": true, - "mob": false, - "limit_per_chunk": 0, - "summonable": true, - "saveable": true, - "fire_immune": false, - "category": "MISC", - "can_spawn_far_from_player": true, - "dimension": [ - 1.375, - 0.5625 - ], - "eye_height": 0.5625, - "spawn_restriction": { - "location": "UNRESTRICTED", - "heightmap": "MOTION_BLOCKING_NO_LEAVES" - } - }, - "jungle_chest_boat": { "id": 74, "attackable": true, "mob": false, @@ -3313,12 +3391,32 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, - "leash_knot": { + "jungle_chest_boat": { "id": 75, "attackable": true, "mob": false, "limit_per_chunk": 0, "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MISC", + "can_spawn_far_from_player": true, + "dimension": [ + 1.375, + 0.5625 + ], + "eye_height": 0.5625, + "spawn_restriction": { + "location": "UNRESTRICTED", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, + "leash_knot": { + "id": 76, + "attackable": true, + "mob": false, + "limit_per_chunk": 0, + "summonable": true, "saveable": false, "fire_immune": false, "category": "MISC", @@ -3334,7 +3432,7 @@ } }, "lightning_bolt": { - "id": 76, + "id": 77, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3354,7 +3452,7 @@ } }, "llama": { - "id": 77, + "id": 78, "max_health": 53.0, "attackable": true, "mob": true, @@ -3374,10 +3472,9 @@ "random_sequence": "minecraft:entities/llama", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -3398,10 +3495,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3411,7 +3509,7 @@ } }, "llama_spit": { - "id": 78, + "id": 79, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3431,7 +3529,7 @@ } }, "magma_cube": { - "id": 79, + "id": 80, "max_health": 20.0, "attackable": true, "mob": true, @@ -3451,10 +3549,9 @@ "random_sequence": "minecraft:entities/magma_cube", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:magma_cream", "conditions": [ { "term": { @@ -3500,18 +3597,18 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:magma_cream", "type": "minecraft:item" }, { + "name": "minecraft:pearlescent_froglight", "conditions": [ { "predicate": { "source_entity": { + "type": "minecraft:frog", "components": { "minecraft:frog/variant": "minecraft:warm" - }, - "type": "minecraft:frog" + } } }, "condition": "minecraft:damage_source_properties" @@ -3524,18 +3621,18 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pearlescent_froglight", "type": "minecraft:item" }, { + "name": "minecraft:verdant_froglight", "conditions": [ { "predicate": { "source_entity": { + "type": "minecraft:frog", "components": { "minecraft:frog/variant": "minecraft:cold" - }, - "type": "minecraft:frog" + } } }, "condition": "minecraft:damage_source_properties" @@ -3548,18 +3645,18 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:verdant_froglight", "type": "minecraft:item" }, { + "name": "minecraft:ochre_froglight", "conditions": [ { "predicate": { "source_entity": { + "type": "minecraft:frog", "components": { "minecraft:frog/variant": "minecraft:temperate" - }, - "type": "minecraft:frog" + } } }, "condition": "minecraft:damage_source_properties" @@ -3572,10 +3669,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:ochre_froglight", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3585,26 +3683,6 @@ } }, "mangrove_boat": { - "id": 80, - "attackable": true, - "mob": false, - "limit_per_chunk": 0, - "summonable": true, - "saveable": true, - "fire_immune": false, - "category": "MISC", - "can_spawn_far_from_player": true, - "dimension": [ - 1.375, - 0.5625 - ], - "eye_height": 0.5625, - "spawn_restriction": { - "location": "UNRESTRICTED", - "heightmap": "MOTION_BLOCKING_NO_LEAVES" - } - }, - "mangrove_chest_boat": { "id": 81, "attackable": true, "mob": false, @@ -3624,8 +3702,28 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, - "mannequin": { + "mangrove_chest_boat": { "id": 82, + "attackable": true, + "mob": false, + "limit_per_chunk": 0, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MISC", + "can_spawn_far_from_player": true, + "dimension": [ + 1.375, + 0.5625 + ], + "eye_height": 0.5625, + "spawn_restriction": { + "location": "UNRESTRICTED", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, + "mannequin": { + "id": 83, "max_health": 20.0, "attackable": true, "mob": false, @@ -3650,7 +3748,7 @@ } }, "marker": { - "id": 83, + "id": 84, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3670,7 +3768,7 @@ } }, "minecart": { - "id": 84, + "id": 85, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3690,7 +3788,7 @@ } }, "mooshroom": { - "id": 85, + "id": 86, "max_health": 10.0, "attackable": true, "mob": true, @@ -3710,10 +3808,9 @@ "random_sequence": "minecraft:entities/mooshroom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -3734,16 +3831,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:beef", "functions": [ { "count": { @@ -3800,10 +3897,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:beef", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3813,7 +3911,7 @@ } }, "mule": { - "id": 86, + "id": 87, "max_health": 53.0, "attackable": true, "mob": true, @@ -3833,10 +3931,9 @@ "random_sequence": "minecraft:entities/mule", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -3857,10 +3954,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -3869,8 +3967,60 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, + "nautilus": { + "id": 88, + "max_health": 15.0, + "attackable": true, + "mob": true, + "limit_per_chunk": 4, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "WATER_CREATURE", + "can_spawn_far_from_player": false, + "dimension": [ + 0.875, + 0.95 + ], + "eye_height": 0.2751, + "loot_table": { + "type": "minecraft:entity", + "random_sequence": "minecraft:entities/nautilus", + "pools": [ + { + "entries": [ + { + "name": "minecraft:nautilus_shell", + "type": "minecraft:item" + } + ], + "conditions": [ + { + "condition": "minecraft:killed_by_player" + }, + { + "unenchanted_chance": 0.05, + "enchanted_chance": { + "base": 0.060000002, + "per_level_above_first": 0.01, + "type": "minecraft:linear" + }, + "enchantment": "minecraft:looting", + "condition": "minecraft:random_chance_with_enchanted_bonus" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + } + ] + }, + "spawn_restriction": { + "location": "IN_WATER", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, "oak_boat": { - "id": 87, + "id": 89, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3890,7 +4040,7 @@ } }, "oak_chest_boat": { - "id": 88, + "id": 90, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3910,7 +4060,7 @@ } }, "ocelot": { - "id": 89, + "id": 91, "max_health": 10.0, "attackable": true, "mob": true, @@ -3935,7 +4085,7 @@ } }, "ominous_item_spawner": { - "id": 90, + "id": 92, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3955,7 +4105,7 @@ } }, "painting": { - "id": 91, + "id": 93, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3975,7 +4125,7 @@ } }, "pale_oak_boat": { - "id": 92, + "id": 94, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -3995,7 +4145,7 @@ } }, "pale_oak_chest_boat": { - "id": 93, + "id": 95, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -4015,7 +4165,7 @@ } }, "panda": { - "id": 94, + "id": 96, "max_health": 20.0, "attackable": true, "mob": true, @@ -4035,10 +4185,9 @@ "random_sequence": "minecraft:entities/panda", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bamboo", "functions": [ { "count": 1.0, @@ -4046,10 +4195,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:bamboo", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4058,8 +4208,135 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, + "parched": { + "id": 97, + "max_health": 16.0, + "attackable": true, + "mob": true, + "limit_per_chunk": 4, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MONSTER", + "can_spawn_far_from_player": false, + "dimension": [ + 0.6, + 1.99 + ], + "eye_height": 1.74, + "loot_table": { + "type": "minecraft:entity", + "random_sequence": "minecraft:entities/parched", + "pools": [ + { + "entries": [ + { + "name": "minecraft:arrow", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + }, + { + "entries": [ + { + "name": "minecraft:bone", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + }, + { + "entries": [ + { + "name": "minecraft:tipped_arrow", + "functions": [ + { + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "limit": 1, + "function": "minecraft:enchanted_count_increase" + }, + { + "id": "minecraft:weakness", + "function": "minecraft:set_potion" + } + ], + "type": "minecraft:item" + } + ], + "conditions": [ + { + "condition": "minecraft:killed_by_player" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + } + ] + }, + "spawn_restriction": { + "location": "ON_GROUND", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, "parrot": { - "id": 95, + "id": 98, "max_health": 6.0, "attackable": true, "mob": true, @@ -4079,10 +4356,9 @@ "random_sequence": "minecraft:entities/parrot", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:feather", "functions": [ { "count": { @@ -4103,10 +4379,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:feather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4116,7 +4393,7 @@ } }, "phantom": { - "id": 96, + "id": 99, "max_health": 20.0, "attackable": true, "mob": true, @@ -4136,10 +4413,9 @@ "random_sequence": "minecraft:entities/phantom", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:phantom_membrane", "functions": [ { "count": { @@ -4160,7 +4436,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:phantom_membrane", "type": "minecraft:item" } ], @@ -4168,7 +4443,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4178,7 +4455,7 @@ } }, "pig": { - "id": 97, + "id": 100, "max_health": 10.0, "attackable": true, "mob": true, @@ -4198,10 +4475,9 @@ "random_sequence": "minecraft:entities/pig", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:porkchop", "functions": [ { "count": { @@ -4258,10 +4534,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:porkchop", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4271,7 +4548,7 @@ } }, "piglin": { - "id": 98, + "id": 101, "max_health": 16.0, "attackable": true, "mob": true, @@ -4296,7 +4573,7 @@ } }, "piglin_brute": { - "id": 99, + "id": 102, "max_health": 50.0, "attackable": true, "mob": true, @@ -4321,7 +4598,7 @@ } }, "pillager": { - "id": 100, + "id": 103, "max_health": 24.0, "attackable": true, "mob": true, @@ -4341,10 +4618,9 @@ "random_sequence": "minecraft:entities/pillager", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:ominous_bottle", "functions": [ { "count": 1.0, @@ -4360,7 +4636,6 @@ "function": "minecraft:set_ominous_bottle_amplifier" } ], - "name": "minecraft:ominous_bottle", "type": "minecraft:item" } ], @@ -4375,7 +4650,9 @@ "entity": "this", "condition": "minecraft:entity_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4385,7 +4662,7 @@ } }, "polar_bear": { - "id": 101, + "id": 104, "max_health": 30.0, "attackable": true, "mob": true, @@ -4405,10 +4682,10 @@ "random_sequence": "minecraft:entities/polar_bear", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:cod", + "weight": 3, "functions": [ { "conditions": [ @@ -4465,11 +4742,10 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:cod", - "weight": 3, "type": "minecraft:item" }, { + "name": "minecraft:salmon", "functions": [ { "conditions": [ @@ -4526,10 +4802,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:salmon", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4539,7 +4816,7 @@ } }, "splash_potion": { - "id": 102, + "id": 105, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -4559,7 +4836,7 @@ } }, "lingering_potion": { - "id": 103, + "id": 106, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -4579,7 +4856,7 @@ } }, "pufferfish": { - "id": 104, + "id": 107, "max_health": 3.0, "attackable": true, "mob": true, @@ -4599,10 +4876,9 @@ "random_sequence": "minecraft:entities/pufferfish", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:pufferfish", "functions": [ { "count": 1.0, @@ -4610,14 +4886,13 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:pufferfish", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_meal", @@ -4629,7 +4904,9 @@ "chance": 0.05, "condition": "minecraft:random_chance" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4639,7 +4916,7 @@ } }, "rabbit": { - "id": 105, + "id": 108, "max_health": 3.0, "attackable": true, "mob": true, @@ -4659,10 +4936,9 @@ "random_sequence": "minecraft:entities/rabbit", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rabbit_hide", "functions": [ { "count": { @@ -4683,16 +4959,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rabbit_hide", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rabbit", "functions": [ { "count": 1.0, @@ -4745,14 +5021,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rabbit", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:rabbit_foot", @@ -4773,7 +5048,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4783,7 +5060,7 @@ } }, "ravager": { - "id": 106, + "id": 109, "max_health": 100.0, "attackable": true, "mob": true, @@ -4803,10 +5080,9 @@ "random_sequence": "minecraft:entities/ravager", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:saddle", "functions": [ { "count": 1.0, @@ -4814,10 +5090,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:saddle", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4827,7 +5104,7 @@ } }, "salmon": { - "id": 107, + "id": 110, "max_health": 3.0, "attackable": true, "mob": true, @@ -4847,10 +5124,9 @@ "random_sequence": "minecraft:entities/salmon", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:salmon", "functions": [ { "conditions": [ @@ -4889,14 +5165,13 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:salmon", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_meal", @@ -4908,7 +5183,9 @@ "chance": 0.05, "condition": "minecraft:random_chance" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -4918,7 +5195,7 @@ } }, "sheep": { - "id": 108, + "id": 111, "max_health": 8.0, "attackable": true, "mob": true, @@ -4938,10 +5215,9 @@ "random_sequence": "minecraft:entities/sheep", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:mutton", "functions": [ { "count": { @@ -4998,325 +5274,326 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:mutton", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "children": [ { + "value": "minecraft:entities/sheep/white", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "white" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/white", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/orange", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "orange" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/orange", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/magenta", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "magenta" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/magenta", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/light_blue", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "light_blue" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/light_blue", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/yellow", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "yellow" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/yellow", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/lime", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "lime" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/lime", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/pink", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "pink" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/pink", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/gray", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "gray" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/gray", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/light_gray", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "light_gray" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/light_gray", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/cyan", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "cyan" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/cyan", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/purple", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "purple" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/purple", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/blue", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "blue" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/blue", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/brown", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "brown" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/brown", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/green", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "green" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/green", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/red", "conditions": [ { "predicate": { + "type_specific": { + "sheared": false, + "type": "minecraft:sheep" + }, "components": { "minecraft:sheep/color": "red" - }, - "type_specific": { - "sheared": false, - "type": "minecraft:sheep" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/red", "type": "minecraft:loot_table" }, { + "value": "minecraft:entities/sheep/black", "conditions": [ { "predicate": { - "components": { - "minecraft:sheep/color": "black" - }, "type_specific": { "sheared": false, "type": "minecraft:sheep" + }, + "components": { + "minecraft:sheep/color": "black" } }, "entity": "this", "condition": "minecraft:entity_properties" } ], - "value": "minecraft:entities/sheep/black", "type": "minecraft:loot_table" } ], "type": "minecraft:alternatives" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5326,7 +5603,7 @@ } }, "shulker": { - "id": 109, + "id": 112, "max_health": 30.0, "attackable": true, "mob": true, @@ -5346,8 +5623,6 @@ "random_sequence": "minecraft:entities/shulker", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:shulker_shell", @@ -5365,7 +5640,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5375,7 +5652,7 @@ } }, "shulker_bullet": { - "id": 110, + "id": 113, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5395,7 +5672,7 @@ } }, "silverfish": { - "id": 111, + "id": 114, "max_health": 8.0, "attackable": true, "mob": true, @@ -5420,7 +5697,7 @@ } }, "skeleton": { - "id": 112, + "id": 115, "max_health": 20.0, "attackable": true, "mob": true, @@ -5440,10 +5717,9 @@ "random_sequence": "minecraft:entities/skeleton", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:arrow", "functions": [ { "count": { @@ -5464,16 +5740,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:arrow", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bone", "functions": [ { "count": { @@ -5494,10 +5770,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:bone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5507,7 +5784,7 @@ } }, "skeleton_horse": { - "id": 113, + "id": 116, "max_health": 15.0, "attackable": true, "mob": true, @@ -5527,10 +5804,9 @@ "random_sequence": "minecraft:entities/skeleton_horse", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bone", "functions": [ { "count": { @@ -5551,10 +5827,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:bone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5564,7 +5841,7 @@ } }, "slime": { - "id": 114, + "id": 117, "max_health": 20.0, "attackable": true, "mob": true, @@ -5584,10 +5861,9 @@ "random_sequence": "minecraft:entities/slime", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:slime_ball", "conditions": [ { "term": { @@ -5621,10 +5897,10 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:slime_ball", "type": "minecraft:item" }, { + "name": "minecraft:slime_ball", "conditions": [ { "predicate": { @@ -5642,7 +5918,6 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:slime_ball", "type": "minecraft:item" } ], @@ -5657,7 +5932,9 @@ "entity": "this", "condition": "minecraft:entity_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5667,7 +5944,7 @@ } }, "small_fireball": { - "id": 115, + "id": 118, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5687,7 +5964,7 @@ } }, "sniffer": { - "id": 116, + "id": 119, "max_health": 14.0, "attackable": true, "mob": true, @@ -5712,7 +5989,7 @@ } }, "snowball": { - "id": 117, + "id": 120, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5732,7 +6009,7 @@ } }, "snow_golem": { - "id": 118, + "id": 121, "max_health": 4.0, "attackable": true, "mob": true, @@ -5752,10 +6029,9 @@ "random_sequence": "minecraft:entities/snow_golem", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:snowball", "functions": [ { "count": { @@ -5767,10 +6043,11 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:snowball", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5780,7 +6057,7 @@ } }, "spawner_minecart": { - "id": 119, + "id": 122, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5800,7 +6077,7 @@ } }, "spectral_arrow": { - "id": 120, + "id": 123, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -5820,7 +6097,7 @@ } }, "spider": { - "id": 121, + "id": 124, "max_health": 16.0, "attackable": true, "mob": true, @@ -5840,10 +6117,9 @@ "random_sequence": "minecraft:entities/spider", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:string", "functions": [ { "count": { @@ -5864,16 +6140,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:string", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:spider_eye", "functions": [ { "count": { @@ -5894,7 +6170,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:spider_eye", "type": "minecraft:item" } ], @@ -5902,7 +6177,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -5912,7 +6189,7 @@ } }, "spruce_boat": { - "id": 122, + "id": 125, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5932,7 +6209,7 @@ } }, "spruce_chest_boat": { - "id": 123, + "id": 126, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -5952,7 +6229,7 @@ } }, "squid": { - "id": 124, + "id": 127, "max_health": 10.0, "attackable": true, "mob": true, @@ -5972,10 +6249,9 @@ "random_sequence": "minecraft:entities/squid", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:ink_sac", "functions": [ { "count": { @@ -5996,10 +6272,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:ink_sac", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6009,7 +6286,7 @@ } }, "stray": { - "id": 125, + "id": 128, "max_health": 20.0, "attackable": true, "mob": true, @@ -6029,40 +6306,9 @@ "random_sequence": "minecraft:entities/stray", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], "name": "minecraft:arrow", - "type": "minecraft:item" - } - ] - }, - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { "functions": [ { "count": { @@ -6083,16 +6329,46 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:bone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bone", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + }, + { + "entries": [ + { + "name": "minecraft:tipped_arrow", "functions": [ { "count": { @@ -6118,7 +6394,6 @@ "function": "minecraft:set_potion" } ], - "name": "minecraft:tipped_arrow", "type": "minecraft:item" } ], @@ -6126,7 +6401,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6136,7 +6413,7 @@ } }, "strider": { - "id": 126, + "id": 129, "max_health": 20.0, "attackable": true, "mob": true, @@ -6156,10 +6433,9 @@ "random_sequence": "minecraft:entities/strider", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:string", "functions": [ { "count": { @@ -6180,10 +6456,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:string", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6193,7 +6470,7 @@ } }, "tadpole": { - "id": 127, + "id": 130, "max_health": 6.0, "attackable": true, "mob": true, @@ -6218,7 +6495,7 @@ } }, "text_display": { - "id": 128, + "id": 131, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -6238,7 +6515,7 @@ } }, "tnt": { - "id": 129, + "id": 132, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -6258,7 +6535,7 @@ } }, "tnt_minecart": { - "id": 130, + "id": 133, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -6278,7 +6555,7 @@ } }, "trader_llama": { - "id": 131, + "id": 134, "max_health": 53.0, "attackable": true, "mob": true, @@ -6298,10 +6575,9 @@ "random_sequence": "minecraft:entities/trader_llama", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:leather", "functions": [ { "count": { @@ -6322,10 +6598,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:leather", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6335,7 +6612,7 @@ } }, "trident": { - "id": 132, + "id": 135, "attackable": false, "mob": false, "limit_per_chunk": 0, @@ -6355,7 +6632,7 @@ } }, "tropical_fish": { - "id": 133, + "id": 136, "max_health": 3.0, "attackable": true, "mob": true, @@ -6375,10 +6652,9 @@ "random_sequence": "minecraft:entities/tropical_fish", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:tropical_fish", "functions": [ { "count": 1.0, @@ -6386,14 +6662,13 @@ "function": "minecraft:set_count" } ], - "name": "minecraft:tropical_fish", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bone_meal", @@ -6405,7 +6680,9 @@ "chance": 0.05, "condition": "minecraft:random_chance" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6415,7 +6692,7 @@ } }, "turtle": { - "id": 134, + "id": 137, "max_health": 30.0, "attackable": true, "mob": true, @@ -6435,10 +6712,10 @@ "random_sequence": "minecraft:entities/turtle", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:seagrass", + "weight": 3, "functions": [ { "count": { @@ -6459,15 +6736,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:seagrass", - "weight": 3, "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:bowl", @@ -6486,7 +6761,9 @@ }, "condition": "minecraft:damage_source_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6496,7 +6773,7 @@ } }, "vex": { - "id": 135, + "id": 138, "max_health": 14.0, "attackable": true, "mob": true, @@ -6521,7 +6798,7 @@ } }, "villager": { - "id": 136, + "id": 139, "max_health": 20.0, "attackable": true, "mob": true, @@ -6546,7 +6823,7 @@ } }, "vindicator": { - "id": 137, + "id": 140, "max_health": 24.0, "attackable": true, "mob": true, @@ -6566,10 +6843,9 @@ "random_sequence": "minecraft:entities/vindicator", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:emerald", "functions": [ { "count": { @@ -6590,7 +6866,6 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:emerald", "type": "minecraft:item" } ], @@ -6598,7 +6873,9 @@ { "condition": "minecraft:killed_by_player" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6608,7 +6885,7 @@ } }, "wandering_trader": { - "id": 138, + "id": 141, "max_health": 20.0, "attackable": true, "mob": true, @@ -6633,7 +6910,7 @@ } }, "warden": { - "id": 139, + "id": 142, "max_health": 500.0, "attackable": true, "mob": true, @@ -6653,14 +6930,14 @@ "random_sequence": "minecraft:entities/warden", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:sculk_catalyst", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6670,7 +6947,7 @@ } }, "wind_charge": { - "id": 140, + "id": 143, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -6690,7 +6967,7 @@ } }, "witch": { - "id": 141, + "id": 144, "max_health": 26.0, "attackable": true, "mob": true, @@ -6710,165 +6987,164 @@ "random_sequence": "minecraft:entities/witch", "pools": [ { + "entries": [ + { + "name": "minecraft:glowstone_dust", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + }, + { + "name": "minecraft:sugar", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + }, + { + "name": "minecraft:spider_eye", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + }, + { + "name": "minecraft:glass_bottle", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + }, + { + "name": "minecraft:gunpowder", + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + }, + { + "name": "minecraft:stick", + "weight": 2, + "functions": [ + { + "count": { + "min": 0.0, + "max": 2.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], "rolls": { "min": 1.0, "max": 3.0, "type": "minecraft:uniform" }, - "bonus_rolls": 0.0, - "entries": [ - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:glowstone_dust", - "type": "minecraft:item" - }, - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:sugar", - "type": "minecraft:item" - }, - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:spider_eye", - "type": "minecraft:item" - }, - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:glass_bottle", - "type": "minecraft:item" - }, - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:gunpowder", - "type": "minecraft:item" - }, - { - "functions": [ - { - "count": { - "min": 0.0, - "max": 2.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], - "name": "minecraft:stick", - "weight": 2, - "type": "minecraft:item" - } - ] + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:redstone", "functions": [ { "count": { @@ -6889,10 +7165,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:redstone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -6902,7 +7179,7 @@ } }, "wither": { - "id": 142, + "id": 145, "max_health": 300.0, "attackable": true, "mob": true, @@ -6927,7 +7204,7 @@ } }, "wither_skeleton": { - "id": 143, + "id": 146, "max_health": 20.0, "attackable": true, "mob": true, @@ -6947,10 +7224,9 @@ "random_sequence": "minecraft:entities/wither_skeleton", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:coal", "functions": [ { "count": { @@ -6971,16 +7247,16 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:coal", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:bone", "functions": [ { "count": { @@ -7001,14 +7277,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:bone", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:wither_skeleton_skull", @@ -7029,7 +7304,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7039,7 +7316,7 @@ } }, "wither_skull": { - "id": 144, + "id": 147, "attackable": true, "mob": false, "limit_per_chunk": 0, @@ -7059,7 +7336,7 @@ } }, "wolf": { - "id": 145, + "id": 148, "max_health": 8.0, "attackable": true, "mob": true, @@ -7084,7 +7361,7 @@ } }, "zoglin": { - "id": 146, + "id": 149, "max_health": 40.0, "attackable": true, "mob": true, @@ -7104,10 +7381,9 @@ "random_sequence": "minecraft:entities/zoglin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { @@ -7128,10 +7404,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7141,7 +7418,7 @@ } }, "zombie": { - "id": 147, + "id": 150, "max_health": 20.0, "attackable": true, "mob": true, @@ -7161,10 +7438,9 @@ "random_sequence": "minecraft:entities/zombie", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { @@ -7185,14 +7461,54 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { + "entries": [ + { + "name": "minecraft:red_mushroom", + "conditions": [ + { + "predicate": { + "vehicle": { + "type": "minecraft:zombie_horse" + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + } + ], + "functions": [ + { + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], "rolls": 1.0, - "bonus_rolls": 0.0, + "bonus_rolls": 0.0 + }, + { "entries": [ { "name": "minecraft:iron_ingot", @@ -7203,6 +7519,7 @@ "type": "minecraft:item" }, { + "name": "minecraft:potato", "functions": [ { "conditions": [ @@ -7241,7 +7558,6 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:potato", "type": "minecraft:item" } ], @@ -7259,11 +7575,11 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:music_disc_lava_chicken", @@ -7276,17 +7592,19 @@ }, { "predicate": { - "vehicle": { - "type": "minecraft:chicken" - }, "flags": { "is_baby": true + }, + "vehicle": { + "type": "minecraft:chicken" } }, "entity": "this", "condition": "minecraft:entity_properties" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7296,16 +7614,16 @@ } }, "zombie_horse": { - "id": 148, - "max_health": 15.0, + "id": 151, + "max_health": 25.0, "attackable": true, "mob": true, "limit_per_chunk": 6, "summonable": true, "saveable": true, "fire_immune": false, - "category": "CREATURE", - "can_spawn_far_from_player": true, + "category": "MONSTER", + "can_spawn_far_from_player": false, "dimension": [ 1.3964844, 1.6 @@ -7316,15 +7634,14 @@ "random_sequence": "minecraft:entities/zombie_horse", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { - "min": 0.0, - "max": 2.0, + "min": 2.0, + "max": 3.0, "type": "minecraft:uniform" }, "add": false, @@ -7340,10 +7657,11 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7352,8 +7670,70 @@ "heightmap": "MOTION_BLOCKING_NO_LEAVES" } }, + "zombie_nautilus": { + "id": 152, + "max_health": 15.0, + "attackable": true, + "mob": true, + "limit_per_chunk": 4, + "summonable": true, + "saveable": true, + "fire_immune": false, + "category": "MONSTER", + "can_spawn_far_from_player": false, + "dimension": [ + 0.875, + 0.95 + ], + "eye_height": 0.2751, + "loot_table": { + "type": "minecraft:entity", + "random_sequence": "minecraft:entities/zombie_nautilus", + "pools": [ + { + "entries": [ + { + "name": "minecraft:rotten_flesh", + "functions": [ + { + "count": { + "min": 0.0, + "max": 3.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], + "conditions": [ + { + "condition": "minecraft:killed_by_player" + } + ], + "rolls": 1.0, + "bonus_rolls": 0.0 + } + ] + }, + "spawn_restriction": { + "location": "UNRESTRICTED", + "heightmap": "MOTION_BLOCKING_NO_LEAVES" + } + }, "zombie_villager": { - "id": 149, + "id": 153, "max_health": 20.0, "attackable": true, "mob": true, @@ -7373,10 +7753,9 @@ "random_sequence": "minecraft:entities/zombie_villager", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { + "name": "minecraft:rotten_flesh", "functions": [ { "count": { @@ -7397,14 +7776,13 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:rotten_flesh", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { "name": "minecraft:iron_ingot", @@ -7415,6 +7793,7 @@ "type": "minecraft:item" }, { + "name": "minecraft:potato", "functions": [ { "conditions": [ @@ -7453,7 +7832,6 @@ "function": "minecraft:furnace_smelt" } ], - "name": "minecraft:potato", "type": "minecraft:item" } ], @@ -7471,7 +7849,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7481,7 +7861,7 @@ } }, "zombified_piglin": { - "id": 150, + "id": 154, "max_health": 20.0, "attackable": true, "mob": true, @@ -7501,40 +7881,9 @@ "random_sequence": "minecraft:entities/zombified_piglin", "pools": [ { - "rolls": 1.0, - "bonus_rolls": 0.0, "entries": [ { - "functions": [ - { - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "add": false, - "function": "minecraft:set_count" - }, - { - "enchantment": "minecraft:looting", - "count": { - "min": 0.0, - "max": 1.0, - "type": "minecraft:uniform" - }, - "function": "minecraft:enchanted_count_increase" - } - ], "name": "minecraft:rotten_flesh", - "type": "minecraft:item" - } - ] - }, - { - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { "functions": [ { "count": { @@ -7555,14 +7904,43 @@ "function": "minecraft:enchanted_count_increase" } ], - "name": "minecraft:gold_nugget", "type": "minecraft:item" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 }, { + "entries": [ + { + "name": "minecraft:gold_nugget", + "functions": [ + { + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "add": false, + "function": "minecraft:set_count" + }, + { + "enchantment": "minecraft:looting", + "count": { + "min": 0.0, + "max": 1.0, + "type": "minecraft:uniform" + }, + "function": "minecraft:enchanted_count_increase" + } + ], + "type": "minecraft:item" + } + ], "rolls": 1.0, - "bonus_rolls": 0.0, + "bonus_rolls": 0.0 + }, + { "entries": [ { "name": "minecraft:gold_ingot", @@ -7583,7 +7961,9 @@ "enchantment": "minecraft:looting", "condition": "minecraft:random_chance_with_enchanted_bonus" } - ] + ], + "rolls": 1.0, + "bonus_rolls": 0.0 } ] }, @@ -7593,7 +7973,7 @@ } }, "player": { - "id": 151, + "id": 155, "summonable": false, "saveable": false, "fire_immune": false, @@ -7614,7 +7994,7 @@ } }, "fishing_bobber": { - "id": 152, + "id": 156, "attackable": true, "mob": false, "limit_per_chunk": 0, diff --git a/assets/entity_statuses.json b/assets/entity_statuses.json index da2bf0f17..5b7bd931a 100644 --- a/assets/entity_statuses.json +++ b/assets/entity_statuses.json @@ -1,5 +1,6 @@ { "ADD_SPRINTING_PARTICLES_OR_RESET_SPAWNER_MINECART_SPAWN_DELAY": 1, + "KINETIC_ATTACK": 2, "PLAY_DEATH_SOUND_OR_ADD_PROJECTILE_HIT_PARTICLES": 3, "PLAY_ATTACK_SOUND": 4, "ADD_NEGATIVE_PLAYER_REACTION_PARTICLES": 6, diff --git a/assets/flower_pot_transformations.json b/assets/flower_pot_transformations.json index eb961c78d..0a39930be 100644 --- a/assets/flower_pot_transformations.json +++ b/assets/flower_pot_transformations.json @@ -1,39 +1,39 @@ { - "252": 920, - "52": 415, - "243": 434, - "229": 422, - "236": 427, - "237": 428, - "233": 424, - "231": 1164, - "51": 414, - "239": 430, - "50": 413, - "249": 917, - "206": 1147, - "238": 429, - "269": 791, "56": 419, - "247": 436, - "203": 421, - "340": 438, - "242": 433, - "244": 411, - "230": 1163, - "53": 416, - "55": 418, + "233": 424, + "205": 1146, "232": 423, + "249": 917, + "207": 437, + "53": 416, + "243": 434, + "240": 431, + "236": 427, + "55": 418, "251": 919, - "57": 420, + "244": 411, "54": 417, - "241": 432, + "57": 420, + "206": 1147, + "247": 436, + "269": 791, "250": 918, + "231": 1164, + "49": 412, + "239": 430, + "242": 433, + "252": 920, + "234": 425, + "237": 428, + "52": 415, + "230": 1163, + "238": 429, "235": 426, "248": 435, - "234": 425, - "207": 437, - "49": 412, - "240": 431, - "205": 1146 + "203": 421, + "340": 438, + "50": 413, + "51": 414, + "229": 422, + "241": 432 } \ No newline at end of file diff --git a/assets/fuels.json b/assets/fuels.json index 77d00e162..dd3d2c664 100644 --- a/assets/fuels.json +++ b/assets/fuels.json @@ -134,11 +134,6 @@ "745": 300, "332": 300, "741": 300, - "1261": 300, - "1262": 300, - "1263": 300, - "1264": 300, - "1265": 300, "1266": 300, "1267": 300, "1268": 300, @@ -150,6 +145,11 @@ "1274": 300, "1275": 300, "1276": 300, + "1277": 300, + "1278": 300, + "1279": 300, + "1280": 300, + "1281": 300, "894": 300, "1053": 300, "335": 300, @@ -175,6 +175,7 @@ "1009": 800, "912": 200, "911": 200, + "1296": 200, "915": 200, "914": 200, "913": 200, @@ -264,18 +265,18 @@ "519": 67, "520": 67, "1027": 4001, - "1322": 300, + "1339": 300, "269": 50, "207": 100, "209": 100, "210": 100, "716": 50, - "1324": 300, - "1337": 300, - "1340": 300, "1341": 300, - "1343": 300, - "1336": 300, + "1354": 300, + "1357": 300, + "1358": 300, + "1360": 300, + "1353": 300, "143": 300, "260": 100 } \ No newline at end of file diff --git a/assets/game_rules.json b/assets/game_rules.json index 297e795c5..379a3f528 100644 --- a/assets/game_rules.json +++ b/assets/game_rules.json @@ -1,61 +1,61 @@ { - "allowEnteringNetherUsingPortals": true, - "allowFireTicksAwayFromPlayer": false, - "announceAdvancements": true, - "blockExplosionDropDecay": true, - "commandBlockOutput": true, - "commandBlocksEnabled": true, - "commandModificationBlockLimit": 32768, - "disableElytraMovementCheck": false, - "disablePlayerMovementCheck": false, - "disableRaids": false, - "doDaylightCycle": true, - "doEntityDrops": true, - "doFireTick": true, - "doImmediateRespawn": false, - "doInsomnia": true, - "doLimitedCrafting": false, - "doMobLoot": true, - "doMobSpawning": true, - "doPatrolSpawning": true, - "doTileDrops": true, - "doTraderSpawning": true, - "doVinesSpread": true, - "doWardenSpawning": true, - "doWeatherCycle": true, - "drowningDamage": true, - "enderPearlsVanishOnDeath": true, - "fallDamage": true, - "fireDamage": true, - "forgiveDeadPlayers": true, - "freezeDamage": true, - "globalSoundEvents": true, - "keepInventory": false, - "lavaSourceConversion": false, - "locatorBar": true, - "logAdminCommands": true, - "maxCommandChainLength": 65536, - "maxCommandForkCount": 65536, - "maxEntityCramming": 24, - "mobExplosionDropDecay": true, - "mobGriefing": true, - "naturalRegeneration": true, - "playersNetherPortalCreativeDelay": 0, - "playersNetherPortalDefaultDelay": 80, - "playersSleepingPercentage": 100, - "projectilesCanBreakBlocks": true, + "advance_time": true, + "advance_weather": true, + "allow_entering_nether_using_portals": true, + "block_drops": true, + "block_explosion_drop_decay": true, + "command_blocks_work": true, + "command_block_output": true, + "drowning_damage": true, + "elytra_movement_check": true, + "ender_pearls_vanish_on_death": true, + "entity_drops": true, + "fall_damage": true, + "fire_damage": true, + "fire_spread_radius_around_player": 128, + "forgive_dead_players": true, + "freeze_damage": true, + "global_sound_events": true, + "immediate_respawn": false, + "keep_inventory": false, + "lava_source_conversion": false, + "limited_crafting": false, + "locator_bar": true, + "log_admin_commands": true, + "max_block_modifications": 32768, + "max_command_forks": 65536, + "max_command_sequence_length": 65536, + "max_entity_cramming": 24, + "max_minecart_speed": 8, + "max_snow_accumulation_height": 1, + "mob_drops": true, + "mob_explosion_drop_decay": true, + "mob_griefing": true, + "natural_health_regeneration": true, + "player_movement_check": true, + "players_nether_portal_creative_delay": 0, + "players_nether_portal_default_delay": 80, + "players_sleeping_percentage": 100, + "projectiles_can_break_blocks": true, "pvp": true, - "randomTickSpeed": 3, - "reducedDebugInfo": false, - "sendCommandFeedback": true, - "showDeathMessages": true, - "snowAccumulationHeight": 1, - "spawnMonsters": true, - "spawnRadius": 10, - "spawnerBlocksEnabled": true, - "spectatorsGenerateChunks": true, - "tntExplodes": true, - "tntExplosionDropDecay": false, - "universalAnger": false, - "waterSourceConversion": true + "raids": true, + "random_tick_speed": 3, + "reduced_debug_info": false, + "respawn_radius": 10, + "send_command_feedback": true, + "show_advancement_messages": true, + "show_death_messages": true, + "spawner_blocks_work": true, + "spawn_mobs": true, + "spawn_monsters": true, + "spawn_patrols": true, + "spawn_phantoms": true, + "spawn_wandering_traders": true, + "spawn_wardens": true, + "spectators_generate_chunks": true, + "spread_vines": true, + "tnt_explodes": true, + "tnt_explosion_drop_decay": false, + "universal_anger": false, + "water_source_conversion": true } \ No newline at end of file diff --git a/assets/items.json b/assets/items.json index 3656612f1..8d450af04 100644 --- a/assets/items.json +++ b/assets/items.json @@ -2,6103 +2,6820 @@ "air": { "id": 0, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:air", "minecraft:item_name": { "translate": "block.minecraft.air" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:air", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone": { "id": 1, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone", "minecraft:item_name": { "translate": "block.minecraft.stone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "granite": { "id": 2, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:granite", "minecraft:item_name": { "translate": "block.minecraft.granite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:granite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_granite": { "id": 3, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_granite", "minecraft:item_name": { "translate": "block.minecraft.polished_granite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_granite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diorite": { "id": 4, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diorite", "minecraft:item_name": { "translate": "block.minecraft.diorite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diorite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_diorite": { "id": 5, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_diorite", "minecraft:item_name": { "translate": "block.minecraft.polished_diorite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_diorite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "andesite": { "id": 6, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:andesite", "minecraft:item_name": { "translate": "block.minecraft.andesite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:andesite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_andesite": { "id": 7, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_andesite", "minecraft:item_name": { "translate": "block.minecraft.polished_andesite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_andesite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate": { "id": 8, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate", "minecraft:item_name": { "translate": "block.minecraft.deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobbled_deepslate": { "id": 9, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobbled_deepslate", "minecraft:item_name": { "translate": "block.minecraft.cobbled_deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobbled_deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_deepslate": { "id": 10, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_deepslate", "minecraft:item_name": { "translate": "block.minecraft.polished_deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "calcite": { "id": 11, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:calcite", "minecraft:item_name": { "translate": "block.minecraft.calcite" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:calcite", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff": { "id": 12, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff", "minecraft:item_name": { "translate": "block.minecraft.tuff" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_slab": { "id": 13, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_slab", "minecraft:item_name": { "translate": "block.minecraft.tuff_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_stairs": { "id": 14, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_stairs", "minecraft:item_name": { "translate": "block.minecraft.tuff_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_wall": { "id": 15, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_wall", "minecraft:item_name": { "translate": "block.minecraft.tuff_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_tuff": { "id": 16, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_tuff", "minecraft:item_name": { "translate": "block.minecraft.chiseled_tuff" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_tuff", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_tuff": { "id": 17, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_tuff", "minecraft:item_name": { "translate": "block.minecraft.polished_tuff" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_tuff", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_tuff_slab": { "id": 18, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_tuff_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_tuff_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_tuff_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_tuff_stairs": { "id": 19, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_tuff_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_tuff_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_tuff_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_tuff_wall": { "id": 20, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_tuff_wall", "minecraft:item_name": { "translate": "block.minecraft.polished_tuff_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_tuff_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_bricks": { "id": 21, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_bricks", "minecraft:item_name": { "translate": "block.minecraft.tuff_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_brick_slab": { "id": 22, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.tuff_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_brick_stairs": { "id": 23, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.tuff_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tuff_brick_wall": { "id": 24, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tuff_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.tuff_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tuff_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_tuff_bricks": { "id": 25, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_tuff_bricks", "minecraft:item_name": { "translate": "block.minecraft.chiseled_tuff_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_tuff_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dripstone_block": { "id": 26, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dripstone_block", "minecraft:item_name": { "translate": "block.minecraft.dripstone_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dripstone_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "grass_block": { "id": 27, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:grass_block", "minecraft:item_name": { "translate": "block.minecraft.grass_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:grass_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dirt": { "id": 28, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dirt", "minecraft:item_name": { "translate": "block.minecraft.dirt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dirt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "coarse_dirt": { "id": 29, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:coarse_dirt", "minecraft:item_name": { "translate": "block.minecraft.coarse_dirt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:coarse_dirt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "podzol": { "id": 30, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:podzol", "minecraft:item_name": { "translate": "block.minecraft.podzol" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:podzol", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "rooted_dirt": { "id": 31, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rooted_dirt", "minecraft:item_name": { "translate": "block.minecraft.rooted_dirt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rooted_dirt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mud": { "id": 32, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mud", "minecraft:item_name": { "translate": "block.minecraft.mud" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mud", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_nylium": { "id": 33, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_nylium", "minecraft:item_name": { "translate": "block.minecraft.crimson_nylium" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_nylium", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_nylium": { "id": 34, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_nylium", "minecraft:item_name": { "translate": "block.minecraft.warped_nylium" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_nylium", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobblestone": { "id": 35, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobblestone", "minecraft:item_name": { "translate": "block.minecraft.cobblestone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobblestone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_planks": { "id": 36, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_planks", "minecraft:item_name": { "translate": "block.minecraft.oak_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_planks": { "id": 37, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_planks", "minecraft:item_name": { "translate": "block.minecraft.spruce_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_planks": { "id": 38, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_planks", "minecraft:item_name": { "translate": "block.minecraft.birch_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_planks": { "id": 39, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_planks", "minecraft:item_name": { "translate": "block.minecraft.jungle_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_planks": { "id": 40, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_planks", "minecraft:item_name": { "translate": "block.minecraft.acacia_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_planks": { "id": 41, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_planks", "minecraft:item_name": { "translate": "block.minecraft.cherry_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_planks": { "id": 42, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_planks", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_planks": { "id": 43, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_planks", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_planks": { "id": 44, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_planks", "minecraft:item_name": { "translate": "block.minecraft.mangrove_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_planks": { "id": 45, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_planks", "minecraft:item_name": { "translate": "block.minecraft.bamboo_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_planks": { "id": 46, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_planks", "minecraft:item_name": { "translate": "block.minecraft.crimson_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_planks": { "id": 47, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_planks", "minecraft:item_name": { "translate": "block.minecraft.warped_planks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_planks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_mosaic": { "id": 48, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_mosaic", "minecraft:item_name": { "translate": "block.minecraft.bamboo_mosaic" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_mosaic", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_sapling": { "id": 49, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_sapling", "minecraft:item_name": { "translate": "block.minecraft.oak_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_sapling": { "id": 50, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_sapling", "minecraft:item_name": { "translate": "block.minecraft.spruce_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_sapling": { "id": 51, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_sapling", "minecraft:item_name": { "translate": "block.minecraft.birch_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_sapling": { "id": 52, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_sapling", "minecraft:item_name": { "translate": "block.minecraft.jungle_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_sapling": { "id": 53, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_sapling", "minecraft:item_name": { "translate": "block.minecraft.acacia_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_sapling": { "id": 54, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_sapling", "minecraft:item_name": { "translate": "block.minecraft.cherry_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_sapling": { "id": 55, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_sapling", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_sapling": { "id": 56, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_sapling", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_sapling" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_sapling", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_propagule": { "id": 57, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_propagule", "minecraft:item_name": { "translate": "block.minecraft.mangrove_propagule" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_propagule", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bedrock": { "id": 58, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bedrock", "minecraft:item_name": { "translate": "block.minecraft.bedrock" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bedrock", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sand": { "id": 59, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sand", "minecraft:item_name": { "translate": "block.minecraft.sand" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sand", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "suspicious_sand": { "id": 60, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:suspicious_sand", "minecraft:item_name": { "translate": "block.minecraft.suspicious_sand" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:suspicious_sand", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "suspicious_gravel": { "id": 61, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:suspicious_gravel", "minecraft:item_name": { "translate": "block.minecraft.suspicious_gravel" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:suspicious_gravel", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_sand": { "id": 62, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_sand", "minecraft:item_name": { "translate": "block.minecraft.red_sand" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_sand", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gravel": { "id": 63, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gravel", "minecraft:item_name": { "translate": "block.minecraft.gravel" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gravel", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "coal_ore": { "id": 64, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:coal_ore", "minecraft:item_name": { "translate": "block.minecraft.coal_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:coal_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_coal_ore": { "id": 65, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_coal_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_coal_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_coal_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_ore": { "id": 66, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_ore", "minecraft:item_name": { "translate": "block.minecraft.iron_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_iron_ore": { "id": 67, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_iron_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_iron_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_iron_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_ore": { "id": 68, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_ore", "minecraft:item_name": { "translate": "block.minecraft.copper_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_copper_ore": { "id": 69, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_copper_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_copper_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_copper_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gold_ore": { "id": 70, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gold_ore", "minecraft:item_name": { "translate": "block.minecraft.gold_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gold_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_gold_ore": { "id": 71, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_gold_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_gold_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_gold_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "redstone_ore": { "id": 72, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:redstone_ore", "minecraft:item_name": { "translate": "block.minecraft.redstone_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:redstone_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_redstone_ore": { "id": 73, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_redstone_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_redstone_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_redstone_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "emerald_ore": { "id": 74, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:emerald_ore", "minecraft:item_name": { "translate": "block.minecraft.emerald_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:emerald_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_emerald_ore": { "id": 75, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_emerald_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_emerald_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_emerald_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lapis_ore": { "id": 76, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lapis_ore", "minecraft:item_name": { "translate": "block.minecraft.lapis_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lapis_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_lapis_ore": { "id": 77, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_lapis_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_lapis_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_lapis_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diamond_ore": { "id": 78, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diamond_ore", "minecraft:item_name": { "translate": "block.minecraft.diamond_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_diamond_ore": { "id": 79, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_diamond_ore", "minecraft:item_name": { "translate": "block.minecraft.deepslate_diamond_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_diamond_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_gold_ore": { "id": 80, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_gold_ore", "minecraft:item_name": { "translate": "block.minecraft.nether_gold_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_gold_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_quartz_ore": { "id": 81, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_quartz_ore", "minecraft:item_name": { "translate": "block.minecraft.nether_quartz_ore" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_quartz_ore", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ancient_debris": { "id": 82, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:ancient_debris", - "minecraft:lore": [], "minecraft:item_name": { "translate": "block.minecraft.ancient_debris" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ancient_debris" } }, "coal_block": { "id": 83, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:coal_block", "minecraft:item_name": { "translate": "block.minecraft.coal_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:coal_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "raw_iron_block": { "id": 84, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_iron_block", "minecraft:item_name": { "translate": "block.minecraft.raw_iron_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_iron_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "raw_copper_block": { "id": 85, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_copper_block", "minecraft:item_name": { "translate": "block.minecraft.raw_copper_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_copper_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "raw_gold_block": { "id": 86, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_gold_block", "minecraft:item_name": { "translate": "block.minecraft.raw_gold_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_gold_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "heavy_core": { "id": 87, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:heavy_core", "minecraft:item_name": { "translate": "block.minecraft.heavy_core" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:heavy_core", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "amethyst_block": { "id": 88, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:amethyst_block", "minecraft:item_name": { "translate": "block.minecraft.amethyst_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:amethyst_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "budding_amethyst": { "id": 89, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:budding_amethyst", "minecraft:item_name": { "translate": "block.minecraft.budding_amethyst" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:budding_amethyst", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_block": { "id": 90, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_block", "minecraft:item_name": { "translate": "block.minecraft.iron_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_block": { "id": 91, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_block", "minecraft:item_name": { "translate": "block.minecraft.copper_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gold_block": { "id": 92, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gold_block", "minecraft:item_name": { "translate": "block.minecraft.gold_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gold_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diamond_block": { "id": 93, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diamond_block", "minecraft:item_name": { "translate": "block.minecraft.diamond_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "netherite_block": { "id": 94, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:netherite_block", - "minecraft:lore": [], "minecraft:item_name": { "translate": "block.minecraft.netherite_block" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_block" } }, "exposed_copper": { "id": 95, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper": { "id": 96, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper": { "id": 97, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_copper": { "id": 98, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_chiseled_copper": { "id": 99, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.exposed_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_chiseled_copper": { "id": 100, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.weathered_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_chiseled_copper": { "id": 101, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.oxidized_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_copper": { "id": 102, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_copper", "minecraft:item_name": { "translate": "block.minecraft.cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_cut_copper": { "id": 103, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.exposed_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_cut_copper": { "id": 104, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.weathered_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_cut_copper": { "id": 105, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.oxidized_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_copper_stairs": { "id": 106, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_cut_copper_stairs": { "id": 107, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.exposed_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_cut_copper_stairs": { "id": 108, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.weathered_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_cut_copper_stairs": { "id": 109, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.oxidized_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_copper_slab": { "id": 110, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_cut_copper_slab": { "id": 111, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.exposed_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_cut_copper_slab": { "id": 112, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.weathered_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_cut_copper_slab": { "id": 113, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.oxidized_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_block": { "id": 114, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_block", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper": { "id": 115, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper": { "id": 116, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper": { "id": 117, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_chiseled_copper": { "id": 118, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_chiseled_copper": { "id": 119, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_chiseled_copper": { "id": 120, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_chiseled_copper": { "id": 121, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_chiseled_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_chiseled_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_chiseled_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_cut_copper": { "id": 122, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_cut_copper": { "id": 123, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_cut_copper": { "id": 124, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_cut_copper": { "id": 125, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_cut_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_cut_copper_stairs": { "id": 126, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.waxed_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_cut_copper_stairs": { "id": 127, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_cut_copper_stairs": { "id": 128, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_cut_copper_stairs": { "id": 129, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_stairs", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_cut_copper_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_cut_copper_slab": { "id": 130, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.waxed_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_cut_copper_slab": { "id": 131, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_cut_copper_slab": { "id": 132, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_cut_copper_slab": { "id": 133, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_slab", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_cut_copper_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_log": { "id": 134, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_log", "minecraft:item_name": { "translate": "block.minecraft.oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_log": { "id": 135, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_log", "minecraft:item_name": { "translate": "block.minecraft.spruce_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_log": { "id": 136, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_log", "minecraft:item_name": { "translate": "block.minecraft.birch_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_log": { "id": 137, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_log", "minecraft:item_name": { "translate": "block.minecraft.jungle_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_log": { "id": 138, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_log", "minecraft:item_name": { "translate": "block.minecraft.acacia_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_log": { "id": 139, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_log", "minecraft:item_name": { "translate": "block.minecraft.cherry_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_log": { "id": 140, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_log", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_log": { "id": 141, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_log", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_log": { "id": 142, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_log", "minecraft:item_name": { "translate": "block.minecraft.mangrove_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_roots": { "id": 143, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_roots", "minecraft:item_name": { "translate": "block.minecraft.mangrove_roots" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_roots", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "muddy_mangrove_roots": { "id": 144, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:muddy_mangrove_roots", "minecraft:item_name": { "translate": "block.minecraft.muddy_mangrove_roots" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:muddy_mangrove_roots", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_stem": { "id": 145, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_stem", "minecraft:item_name": { "translate": "block.minecraft.crimson_stem" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_stem", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_stem": { "id": 146, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_stem", "minecraft:item_name": { "translate": "block.minecraft.warped_stem" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_stem", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_block": { "id": 147, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_block", "minecraft:item_name": { "translate": "block.minecraft.bamboo_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_oak_log": { "id": 148, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_oak_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_spruce_log": { "id": 149, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_spruce_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_spruce_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_spruce_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_birch_log": { "id": 150, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_birch_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_birch_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_birch_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_jungle_log": { "id": 151, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_jungle_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_jungle_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_jungle_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_acacia_log": { "id": 152, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_acacia_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_acacia_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_acacia_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_cherry_log": { "id": 153, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_cherry_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_cherry_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_cherry_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_dark_oak_log": { "id": 154, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_dark_oak_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_dark_oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_dark_oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_pale_oak_log": { "id": 155, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_pale_oak_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_pale_oak_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_pale_oak_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_mangrove_log": { "id": 156, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_mangrove_log", "minecraft:item_name": { "translate": "block.minecraft.stripped_mangrove_log" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_mangrove_log", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_crimson_stem": { "id": 157, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_crimson_stem", "minecraft:item_name": { "translate": "block.minecraft.stripped_crimson_stem" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_crimson_stem", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_warped_stem": { "id": 158, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_warped_stem", "minecraft:item_name": { "translate": "block.minecraft.stripped_warped_stem" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_warped_stem", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_oak_wood": { "id": 159, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_oak_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_spruce_wood": { "id": 160, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_spruce_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_spruce_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_spruce_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_birch_wood": { "id": 161, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_birch_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_birch_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_birch_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_jungle_wood": { "id": 162, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_jungle_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_jungle_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_jungle_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_acacia_wood": { "id": 163, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_acacia_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_acacia_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_acacia_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_cherry_wood": { "id": 164, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_cherry_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_cherry_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_cherry_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_dark_oak_wood": { "id": 165, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_dark_oak_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_dark_oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_dark_oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_pale_oak_wood": { "id": 166, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_pale_oak_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_pale_oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_pale_oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_mangrove_wood": { "id": 167, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_mangrove_wood", "minecraft:item_name": { "translate": "block.minecraft.stripped_mangrove_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_mangrove_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_crimson_hyphae": { "id": 168, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_crimson_hyphae", "minecraft:item_name": { "translate": "block.minecraft.stripped_crimson_hyphae" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_crimson_hyphae", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_warped_hyphae": { "id": 169, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_warped_hyphae", "minecraft:item_name": { "translate": "block.minecraft.stripped_warped_hyphae" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_warped_hyphae", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stripped_bamboo_block": { "id": 170, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stripped_bamboo_block", "minecraft:item_name": { "translate": "block.minecraft.stripped_bamboo_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stripped_bamboo_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_wood": { "id": 171, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_wood", "minecraft:item_name": { "translate": "block.minecraft.oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_wood": { "id": 172, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_wood", "minecraft:item_name": { "translate": "block.minecraft.spruce_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_wood": { "id": 173, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_wood", "minecraft:item_name": { "translate": "block.minecraft.birch_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_wood": { "id": 174, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_wood", "minecraft:item_name": { "translate": "block.minecraft.jungle_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_wood": { "id": 175, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_wood", "minecraft:item_name": { "translate": "block.minecraft.acacia_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_wood": { "id": 176, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_wood", "minecraft:item_name": { "translate": "block.minecraft.cherry_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_wood": { "id": 177, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_wood", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_wood": { "id": 178, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_wood", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_wood": { "id": 179, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_wood", "minecraft:item_name": { "translate": "block.minecraft.mangrove_wood" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_wood", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_hyphae": { "id": 180, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_hyphae", "minecraft:item_name": { "translate": "block.minecraft.crimson_hyphae" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_hyphae", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_hyphae": { "id": 181, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_hyphae", "minecraft:item_name": { "translate": "block.minecraft.warped_hyphae" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_hyphae", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_leaves": { "id": 182, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_leaves", "minecraft:item_name": { "translate": "block.minecraft.oak_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_leaves": { "id": 183, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_leaves", "minecraft:item_name": { "translate": "block.minecraft.spruce_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_leaves": { "id": 184, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_leaves", "minecraft:item_name": { "translate": "block.minecraft.birch_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_leaves": { "id": 185, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_leaves", "minecraft:item_name": { "translate": "block.minecraft.jungle_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_leaves": { "id": 186, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_leaves", "minecraft:item_name": { "translate": "block.minecraft.acacia_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_leaves": { "id": 187, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_leaves", "minecraft:item_name": { "translate": "block.minecraft.cherry_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_leaves": { "id": 188, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_leaves", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_leaves": { "id": 189, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_leaves", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_leaves": { "id": 190, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_leaves", "minecraft:item_name": { "translate": "block.minecraft.mangrove_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "azalea_leaves": { "id": 191, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:azalea_leaves", "minecraft:item_name": { "translate": "block.minecraft.azalea_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:azalea_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "flowering_azalea_leaves": { "id": 192, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flowering_azalea_leaves", "minecraft:item_name": { "translate": "block.minecraft.flowering_azalea_leaves" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flowering_azalea_leaves", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sponge": { "id": 193, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sponge", "minecraft:item_name": { "translate": "block.minecraft.sponge" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sponge", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wet_sponge": { "id": 194, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wet_sponge", "minecraft:item_name": { "translate": "block.minecraft.wet_sponge" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wet_sponge", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glass": { "id": 195, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glass", "minecraft:item_name": { "translate": "block.minecraft.glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tinted_glass": { "id": 196, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tinted_glass", "minecraft:item_name": { "translate": "block.minecraft.tinted_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tinted_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lapis_block": { "id": 197, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lapis_block", "minecraft:item_name": { "translate": "block.minecraft.lapis_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lapis_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sandstone": { "id": 198, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sandstone", "minecraft:item_name": { "translate": "block.minecraft.sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_sandstone": { "id": 199, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_sandstone", "minecraft:item_name": { "translate": "block.minecraft.chiseled_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_sandstone": { "id": 200, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_sandstone", "minecraft:item_name": { "translate": "block.minecraft.cut_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobweb": { "id": 201, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobweb", "minecraft:item_name": { "translate": "block.minecraft.cobweb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobweb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "short_grass": { "id": 202, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:short_grass", "minecraft:item_name": { "translate": "block.minecraft.short_grass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:short_grass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "fern": { "id": 203, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fern", "minecraft:item_name": { "translate": "block.minecraft.fern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bush": { "id": 204, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bush", "minecraft:item_name": { "translate": "block.minecraft.bush" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bush", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "azalea": { "id": 205, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:azalea", "minecraft:item_name": { "translate": "block.minecraft.azalea" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:azalea", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "flowering_azalea": { "id": 206, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flowering_azalea", "minecraft:item_name": { "translate": "block.minecraft.flowering_azalea" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flowering_azalea", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_bush": { "id": 207, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_bush", "minecraft:item_name": { "translate": "block.minecraft.dead_bush" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_bush", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "firefly_bush": { "id": 208, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:firefly_bush", "minecraft:item_name": { "translate": "block.minecraft.firefly_bush" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:firefly_bush", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "short_dry_grass": { "id": 209, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:short_dry_grass", "minecraft:item_name": { "translate": "block.minecraft.short_dry_grass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:short_dry_grass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tall_dry_grass": { "id": 210, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tall_dry_grass", "minecraft:item_name": { "translate": "block.minecraft.tall_dry_grass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tall_dry_grass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "seagrass": { "id": 211, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:seagrass", "minecraft:item_name": { "translate": "block.minecraft.seagrass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:seagrass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sea_pickle": { "id": 212, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sea_pickle", "minecraft:item_name": { "translate": "block.minecraft.sea_pickle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sea_pickle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_wool": { "id": 213, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_wool", "minecraft:item_name": { "translate": "block.minecraft.white_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_wool": { "id": 214, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_wool", "minecraft:item_name": { "translate": "block.minecraft.orange_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_wool": { "id": 215, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_wool", "minecraft:item_name": { "translate": "block.minecraft.magenta_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_wool": { "id": 216, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_wool", "minecraft:item_name": { "translate": "block.minecraft.light_blue_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_wool": { "id": 217, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_wool", "minecraft:item_name": { "translate": "block.minecraft.yellow_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_wool": { "id": 218, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_wool", "minecraft:item_name": { "translate": "block.minecraft.lime_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_wool": { "id": 219, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_wool", "minecraft:item_name": { "translate": "block.minecraft.pink_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_wool": { "id": 220, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_wool", "minecraft:item_name": { "translate": "block.minecraft.gray_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_wool": { "id": 221, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_wool", "minecraft:item_name": { "translate": "block.minecraft.light_gray_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_wool": { "id": 222, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_wool", "minecraft:item_name": { "translate": "block.minecraft.cyan_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_wool": { "id": 223, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_wool", "minecraft:item_name": { "translate": "block.minecraft.purple_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_wool": { "id": 224, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_wool", "minecraft:item_name": { "translate": "block.minecraft.blue_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_wool": { "id": 225, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_wool", "minecraft:item_name": { "translate": "block.minecraft.brown_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_wool": { "id": 226, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_wool", "minecraft:item_name": { "translate": "block.minecraft.green_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_wool": { "id": 227, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_wool", "minecraft:item_name": { "translate": "block.minecraft.red_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_wool": { "id": 228, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_wool", "minecraft:item_name": { "translate": "block.minecraft.black_wool" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_wool", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dandelion": { "id": 229, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dandelion", "minecraft:item_name": { "translate": "block.minecraft.dandelion" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dandelion", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "open_eyeblossom": { "id": 230, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:open_eyeblossom", "minecraft:item_name": { "translate": "block.minecraft.open_eyeblossom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:open_eyeblossom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "closed_eyeblossom": { "id": 231, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:closed_eyeblossom", "minecraft:item_name": { "translate": "block.minecraft.closed_eyeblossom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:closed_eyeblossom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "poppy": { "id": 232, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:poppy", "minecraft:item_name": { "translate": "block.minecraft.poppy" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:poppy", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_orchid": { "id": 233, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_orchid", "minecraft:item_name": { "translate": "block.minecraft.blue_orchid" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_orchid", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "allium": { "id": 234, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:allium", "minecraft:item_name": { "translate": "block.minecraft.allium" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:allium", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "azure_bluet": { "id": 235, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:azure_bluet", "minecraft:item_name": { "translate": "block.minecraft.azure_bluet" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:azure_bluet", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_tulip": { "id": 236, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_tulip", "minecraft:item_name": { "translate": "block.minecraft.red_tulip" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_tulip", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_tulip": { "id": 237, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_tulip", "minecraft:item_name": { "translate": "block.minecraft.orange_tulip" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_tulip", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_tulip": { "id": 238, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_tulip", "minecraft:item_name": { "translate": "block.minecraft.white_tulip" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_tulip", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_tulip": { "id": 239, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_tulip", "minecraft:item_name": { "translate": "block.minecraft.pink_tulip" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_tulip", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxeye_daisy": { "id": 240, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxeye_daisy", "minecraft:item_name": { "translate": "block.minecraft.oxeye_daisy" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxeye_daisy", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cornflower": { "id": 241, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cornflower", "minecraft:item_name": { "translate": "block.minecraft.cornflower" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cornflower", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lily_of_the_valley": { "id": 242, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lily_of_the_valley", "minecraft:item_name": { "translate": "block.minecraft.lily_of_the_valley" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lily_of_the_valley", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wither_rose": { "id": 243, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wither_rose", "minecraft:item_name": { "translate": "block.minecraft.wither_rose" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wither_rose", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "torchflower": { "id": 244, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:torchflower", "minecraft:item_name": { "translate": "block.minecraft.torchflower" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:torchflower", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pitcher_plant": { "id": 245, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pitcher_plant", "minecraft:item_name": { "translate": "block.minecraft.pitcher_plant" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pitcher_plant", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spore_blossom": { "id": 246, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spore_blossom", "minecraft:item_name": { "translate": "block.minecraft.spore_blossom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spore_blossom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_mushroom": { "id": 247, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_mushroom", "minecraft:item_name": { "translate": "block.minecraft.brown_mushroom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_mushroom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_mushroom": { "id": 248, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_mushroom", "minecraft:item_name": { "translate": "block.minecraft.red_mushroom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_mushroom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_fungus": { "id": 249, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_fungus", "minecraft:item_name": { "translate": "block.minecraft.crimson_fungus" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_fungus", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_fungus": { "id": 250, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_fungus", "minecraft:item_name": { "translate": "block.minecraft.warped_fungus" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_fungus", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_roots": { "id": 251, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_roots", "minecraft:item_name": { "translate": "block.minecraft.crimson_roots" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_roots", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_roots": { "id": 252, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_roots", "minecraft:item_name": { "translate": "block.minecraft.warped_roots" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_roots", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_sprouts": { "id": 253, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_sprouts", "minecraft:item_name": { "translate": "block.minecraft.nether_sprouts" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_sprouts", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weeping_vines": { "id": 254, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weeping_vines", "minecraft:item_name": { "translate": "block.minecraft.weeping_vines" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weeping_vines", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "twisting_vines": { "id": 255, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:twisting_vines", "minecraft:item_name": { "translate": "block.minecraft.twisting_vines" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:twisting_vines", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sugar_cane": { "id": 256, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sugar_cane", "minecraft:item_name": { "translate": "block.minecraft.sugar_cane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sugar_cane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "kelp": { "id": 257, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:kelp", "minecraft:item_name": { "translate": "block.minecraft.kelp" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:kelp", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_petals": { "id": 258, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_petals", "minecraft:item_name": { "translate": "block.minecraft.pink_petals" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_petals", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wildflowers": { "id": 259, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wildflowers", "minecraft:item_name": { "translate": "block.minecraft.wildflowers" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wildflowers", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "leaf_litter": { "id": 260, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:leaf_litter", "minecraft:item_name": { "translate": "block.minecraft.leaf_litter" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leaf_litter", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "moss_carpet": { "id": 261, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:moss_carpet", "minecraft:item_name": { "translate": "block.minecraft.moss_carpet" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:moss_carpet", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "moss_block": { "id": 262, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:moss_block", "minecraft:item_name": { "translate": "block.minecraft.moss_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:moss_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_moss_carpet": { "id": 263, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_moss_carpet", "minecraft:item_name": { "translate": "block.minecraft.pale_moss_carpet" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_moss_carpet", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_hanging_moss": { "id": 264, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_hanging_moss", "minecraft:item_name": { "translate": "block.minecraft.pale_hanging_moss" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_hanging_moss", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_moss_block": { "id": 265, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_moss_block", "minecraft:item_name": { "translate": "block.minecraft.pale_moss_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_moss_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "hanging_roots": { "id": 266, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:hanging_roots", "minecraft:item_name": { "translate": "block.minecraft.hanging_roots" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:hanging_roots", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "big_dripleaf": { "id": 267, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:big_dripleaf", "minecraft:item_name": { "translate": "block.minecraft.big_dripleaf" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:big_dripleaf", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "small_dripleaf": { "id": 268, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:small_dripleaf", "minecraft:item_name": { "translate": "block.minecraft.small_dripleaf" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:small_dripleaf", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo": { "id": 269, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo", "minecraft:item_name": { "translate": "block.minecraft.bamboo" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_slab": { "id": 270, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_slab", "minecraft:item_name": { "translate": "block.minecraft.oak_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_slab": { "id": 271, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_slab", "minecraft:item_name": { "translate": "block.minecraft.spruce_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_slab": { "id": 272, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_slab", "minecraft:item_name": { "translate": "block.minecraft.birch_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_slab": { "id": 273, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_slab", "minecraft:item_name": { "translate": "block.minecraft.jungle_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_slab": { "id": 274, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_slab", "minecraft:item_name": { "translate": "block.minecraft.acacia_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_slab": { "id": 275, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_slab", "minecraft:item_name": { "translate": "block.minecraft.cherry_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_slab": { "id": 276, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_slab", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_slab": { "id": 277, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_slab", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_slab": { "id": 278, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_slab", "minecraft:item_name": { "translate": "block.minecraft.mangrove_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_slab": { "id": 279, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_slab", "minecraft:item_name": { "translate": "block.minecraft.bamboo_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_mosaic_slab": { "id": 280, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_mosaic_slab", "minecraft:item_name": { "translate": "block.minecraft.bamboo_mosaic_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_mosaic_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_slab": { "id": 281, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_slab", "minecraft:item_name": { "translate": "block.minecraft.crimson_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_slab": { "id": 282, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_slab", "minecraft:item_name": { "translate": "block.minecraft.warped_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_slab": { "id": 283, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_slab", "minecraft:item_name": { "translate": "block.minecraft.stone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_stone_slab": { "id": 284, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_stone_slab", "minecraft:item_name": { "translate": "block.minecraft.smooth_stone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_stone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sandstone_slab": { "id": 285, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_sandstone_slab": { "id": 286, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.cut_sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "petrified_oak_slab": { "id": 287, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:petrified_oak_slab", "minecraft:item_name": { "translate": "block.minecraft.petrified_oak_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:petrified_oak_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobblestone_slab": { "id": 288, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobblestone_slab", "minecraft:item_name": { "translate": "block.minecraft.cobblestone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobblestone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brick_slab": { "id": 289, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brick_slab", "minecraft:item_name": { "translate": "block.minecraft.brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_brick_slab": { "id": 290, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.stone_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mud_brick_slab": { "id": 291, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mud_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.mud_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mud_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_brick_slab": { "id": 292, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.nether_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "quartz_slab": { "id": 293, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz_slab", "minecraft:item_name": { "translate": "block.minecraft.quartz_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_sandstone_slab": { "id": 294, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.red_sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_red_sandstone_slab": { "id": 295, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_red_sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.cut_red_sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_red_sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purpur_slab": { "id": 296, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purpur_slab", "minecraft:item_name": { "translate": "block.minecraft.purpur_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purpur_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_slab": { "id": 297, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_slab", "minecraft:item_name": { "translate": "block.minecraft.prismarine_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_brick_slab": { "id": 298, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.prismarine_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_prismarine_slab": { "id": 299, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_prismarine_slab", "minecraft:item_name": { "translate": "block.minecraft.dark_prismarine_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_prismarine_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_quartz": { "id": 300, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_quartz", "minecraft:item_name": { "translate": "block.minecraft.smooth_quartz" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_quartz", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_red_sandstone": { "id": 301, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_red_sandstone", "minecraft:item_name": { "translate": "block.minecraft.smooth_red_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_red_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_sandstone": { "id": 302, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_sandstone", "minecraft:item_name": { "translate": "block.minecraft.smooth_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_stone": { "id": 303, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_stone", "minecraft:item_name": { "translate": "block.minecraft.smooth_stone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_stone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bricks": { "id": 304, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bricks", "minecraft:item_name": { "translate": "block.minecraft.bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_shelf": { "id": 305, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:acacia_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_shelf", "minecraft:item_name": { "translate": "block.minecraft.acacia_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "bamboo_shelf": { "id": 306, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:bamboo_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_shelf", "minecraft:item_name": { "translate": "block.minecraft.bamboo_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "birch_shelf": { "id": 307, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:birch_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_shelf", "minecraft:item_name": { "translate": "block.minecraft.birch_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "cherry_shelf": { "id": 308, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:cherry_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_shelf", "minecraft:item_name": { "translate": "block.minecraft.cherry_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "crimson_shelf": { "id": 309, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:crimson_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_shelf", "minecraft:item_name": { "translate": "block.minecraft.crimson_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "dark_oak_shelf": { "id": 310, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:dark_oak_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_shelf", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "jungle_shelf": { "id": 311, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:jungle_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_shelf", "minecraft:item_name": { "translate": "block.minecraft.jungle_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "mangrove_shelf": { "id": 312, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:mangrove_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_shelf", "minecraft:item_name": { "translate": "block.minecraft.mangrove_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "oak_shelf": { "id": 313, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:oak_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_shelf", "minecraft:item_name": { "translate": "block.minecraft.oak_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "pale_oak_shelf": { "id": 314, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:pale_oak_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_shelf", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "spruce_shelf": { "id": 315, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:spruce_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_shelf", "minecraft:item_name": { "translate": "block.minecraft.spruce_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "warped_shelf": { "id": 316, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:warped_shelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_shelf", "minecraft:item_name": { "translate": "block.minecraft.warped_shelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "bookshelf": { "id": 317, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bookshelf", "minecraft:item_name": { "translate": "block.minecraft.bookshelf" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bookshelf", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_bookshelf": { "id": 318, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:chiseled_bookshelf", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_bookshelf", "minecraft:item_name": { "translate": "block.minecraft.chiseled_bookshelf" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "decorated_pot": { "id": 319, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, "minecraft:item_model": "minecraft:decorated_pot", + "minecraft:item_name": { + "translate": "block.minecraft.decorated_pot" + }, "minecraft:pot_decorations": [ "minecraft:brick", "minecraft:brick", "minecraft:brick", "minecraft:brick" - ], - "minecraft:lore": [], - "minecraft:item_name": { - "translate": "block.minecraft.decorated_pot" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + ] } }, "mossy_cobblestone": { "id": 320, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_cobblestone", "minecraft:item_name": { "translate": "block.minecraft.mossy_cobblestone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_cobblestone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "obsidian": { "id": 321, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:obsidian", "minecraft:item_name": { "translate": "block.minecraft.obsidian" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:obsidian", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "torch": { "id": 322, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:torch", "minecraft:item_name": { "translate": "block.minecraft.torch" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:torch", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_rod": { "id": 323, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_rod", "minecraft:item_name": { "translate": "block.minecraft.end_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chorus_plant": { "id": 324, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chorus_plant", "minecraft:item_name": { "translate": "block.minecraft.chorus_plant" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chorus_plant", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chorus_flower": { "id": 325, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chorus_flower", "minecraft:item_name": { "translate": "block.minecraft.chorus_flower" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chorus_flower", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purpur_block": { "id": 326, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purpur_block", "minecraft:item_name": { "translate": "block.minecraft.purpur_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purpur_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purpur_pillar": { "id": 327, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purpur_pillar", "minecraft:item_name": { "translate": "block.minecraft.purpur_pillar" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purpur_pillar", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purpur_stairs": { "id": 328, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purpur_stairs", "minecraft:item_name": { "translate": "block.minecraft.purpur_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purpur_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spawner": { "id": 329, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spawner", "minecraft:item_name": { "translate": "block.minecraft.spawner" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spawner", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "creaking_heart": { "id": 330, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:creaking_heart", "minecraft:item_name": { "translate": "block.minecraft.creaking_heart" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:creaking_heart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chest": { "id": 331, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:chest", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chest", "minecraft:item_name": { "translate": "block.minecraft.chest" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "crafting_table": { "id": 332, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crafting_table", "minecraft:item_name": { "translate": "block.minecraft.crafting_table" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crafting_table", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "farmland": { "id": 333, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:farmland", "minecraft:item_name": { "translate": "block.minecraft.farmland" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:farmland", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "furnace": { "id": 334, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:furnace", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:furnace", "minecraft:item_name": { "translate": "block.minecraft.furnace" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "ladder": { "id": 335, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ladder", "minecraft:item_name": { "translate": "block.minecraft.ladder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ladder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobblestone_stairs": { "id": 336, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobblestone_stairs", "minecraft:item_name": { "translate": "block.minecraft.cobblestone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobblestone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "snow": { "id": 337, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snow", "minecraft:item_name": { "translate": "block.minecraft.snow" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snow", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ice": { "id": 338, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ice", "minecraft:item_name": { "translate": "block.minecraft.ice" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ice", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "snow_block": { "id": 339, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snow_block", "minecraft:item_name": { "translate": "block.minecraft.snow_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snow_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cactus": { "id": 340, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cactus", "minecraft:item_name": { "translate": "block.minecraft.cactus" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cactus", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cactus_flower": { "id": 341, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cactus_flower", "minecraft:item_name": { "translate": "block.minecraft.cactus_flower" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cactus_flower", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "clay": { "id": 342, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:clay", "minecraft:item_name": { "translate": "block.minecraft.clay" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:clay", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jukebox": { "id": 343, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jukebox", "minecraft:item_name": { "translate": "block.minecraft.jukebox" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jukebox", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_fence": { "id": 344, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_fence", "minecraft:item_name": { "translate": "block.minecraft.oak_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_fence": { "id": 345, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_fence", "minecraft:item_name": { "translate": "block.minecraft.spruce_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_fence": { "id": 346, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_fence", "minecraft:item_name": { "translate": "block.minecraft.birch_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_fence": { "id": 347, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_fence", "minecraft:item_name": { "translate": "block.minecraft.jungle_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_fence": { "id": 348, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_fence", "minecraft:item_name": { "translate": "block.minecraft.acacia_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_fence": { "id": 349, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_fence", "minecraft:item_name": { "translate": "block.minecraft.cherry_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_fence": { "id": 350, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_fence", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_fence": { "id": 351, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_fence", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_fence": { "id": 352, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_fence", "minecraft:item_name": { "translate": "block.minecraft.mangrove_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_fence": { "id": 353, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_fence", "minecraft:item_name": { "translate": "block.minecraft.bamboo_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_fence": { "id": 354, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_fence", "minecraft:item_name": { "translate": "block.minecraft.crimson_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_fence": { "id": 355, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_fence", "minecraft:item_name": { "translate": "block.minecraft.warped_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pumpkin": { "id": 356, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pumpkin", "minecraft:item_name": { "translate": "block.minecraft.pumpkin" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pumpkin", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "carved_pumpkin": { "id": 357, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.carved_pumpkin" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:waypoint_transmit_range", @@ -6112,9392 +6829,10453 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "camera_overlay": "minecraft:misc/pumpkinblur", + "swappable": false + }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "camera_overlay": "minecraft:misc/pumpkinblur", - "slot": "head" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:carved_pumpkin", - "minecraft:item_name": { - "translate": "block.minecraft.carved_pumpkin" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:carved_pumpkin" } }, "jack_o_lantern": { "id": 358, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jack_o_lantern", "minecraft:item_name": { "translate": "block.minecraft.jack_o_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jack_o_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "netherrack": { "id": 359, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:netherrack", "minecraft:item_name": { "translate": "block.minecraft.netherrack" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherrack", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "soul_sand": { "id": 360, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:soul_sand", "minecraft:item_name": { "translate": "block.minecraft.soul_sand" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:soul_sand", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "soul_soil": { "id": 361, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:soul_soil", "minecraft:item_name": { "translate": "block.minecraft.soul_soil" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:soul_soil", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "basalt": { "id": 362, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:basalt", "minecraft:item_name": { "translate": "block.minecraft.basalt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:basalt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_basalt": { "id": 363, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_basalt", "minecraft:item_name": { "translate": "block.minecraft.polished_basalt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_basalt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_basalt": { "id": 364, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_basalt", "minecraft:item_name": { "translate": "block.minecraft.smooth_basalt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_basalt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "soul_torch": { "id": 365, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:soul_torch", "minecraft:item_name": { "translate": "block.minecraft.soul_torch" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:soul_torch", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_torch": { "id": 366, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_torch", "minecraft:item_name": { "translate": "block.minecraft.copper_torch" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_torch", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glowstone": { "id": 367, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glowstone", "minecraft:item_name": { "translate": "block.minecraft.glowstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glowstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_stone": { "id": 368, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_stone", "minecraft:item_name": { "translate": "block.minecraft.infested_stone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_stone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_cobblestone": { "id": 369, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_cobblestone", "minecraft:item_name": { "translate": "block.minecraft.infested_cobblestone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_cobblestone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_stone_bricks": { "id": 370, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.infested_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_mossy_stone_bricks": { "id": 371, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_mossy_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.infested_mossy_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_mossy_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_cracked_stone_bricks": { "id": 372, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_cracked_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.infested_cracked_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_cracked_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_chiseled_stone_bricks": { "id": 373, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_chiseled_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.infested_chiseled_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_chiseled_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "infested_deepslate": { "id": 374, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:infested_deepslate", "minecraft:item_name": { "translate": "block.minecraft.infested_deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:infested_deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_bricks": { "id": 375, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_stone_bricks": { "id": 376, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.mossy_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cracked_stone_bricks": { "id": 377, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cracked_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.cracked_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cracked_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_stone_bricks": { "id": 378, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.chiseled_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "packed_mud": { "id": 379, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:packed_mud", "minecraft:item_name": { "translate": "block.minecraft.packed_mud" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:packed_mud", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mud_bricks": { "id": 380, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mud_bricks", "minecraft:item_name": { "translate": "block.minecraft.mud_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mud_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_bricks": { "id": 381, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_bricks", "minecraft:item_name": { "translate": "block.minecraft.deepslate_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cracked_deepslate_bricks": { "id": 382, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cracked_deepslate_bricks", "minecraft:item_name": { "translate": "block.minecraft.cracked_deepslate_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cracked_deepslate_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_tiles": { "id": 383, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_tiles", "minecraft:item_name": { "translate": "block.minecraft.deepslate_tiles" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_tiles", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cracked_deepslate_tiles": { "id": 384, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cracked_deepslate_tiles", "minecraft:item_name": { "translate": "block.minecraft.cracked_deepslate_tiles" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cracked_deepslate_tiles", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_deepslate": { "id": 385, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_deepslate", "minecraft:item_name": { "translate": "block.minecraft.chiseled_deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "reinforced_deepslate": { "id": 386, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:reinforced_deepslate", "minecraft:item_name": { "translate": "block.minecraft.reinforced_deepslate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:reinforced_deepslate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_mushroom_block": { "id": 387, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_mushroom_block", "minecraft:item_name": { "translate": "block.minecraft.brown_mushroom_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_mushroom_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_mushroom_block": { "id": 388, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_mushroom_block", "minecraft:item_name": { "translate": "block.minecraft.red_mushroom_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_mushroom_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mushroom_stem": { "id": 389, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mushroom_stem", "minecraft:item_name": { "translate": "block.minecraft.mushroom_stem" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mushroom_stem", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_bars": { "id": 390, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_bars", "minecraft:item_name": { "translate": "block.minecraft.iron_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_bars": { "id": 391, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_bars", "minecraft:item_name": { "translate": "block.minecraft.copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_bars": { "id": 392, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_bars": { "id": 393, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_bars": { "id": 394, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_bars": { "id": 395, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_bars": { "id": 396, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_bars": { "id": 397, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_bars": { "id": 398, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_bars", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_bars" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_bars", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_chain": { "id": 399, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_chain", "minecraft:item_name": { "translate": "block.minecraft.iron_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_chain": { "id": 400, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_chain", "minecraft:item_name": { "translate": "block.minecraft.copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_chain": { "id": 401, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_chain": { "id": 402, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_chain": { "id": 403, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_chain": { "id": 404, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_chain": { "id": 405, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_chain": { "id": 406, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_chain": { "id": 407, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_chain", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_chain" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_chain", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glass_pane": { "id": 408, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glass_pane", "minecraft:item_name": { "translate": "block.minecraft.glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "melon": { "id": 409, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:melon", "minecraft:item_name": { "translate": "block.minecraft.melon" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:melon", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "vine": { "id": 410, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:vine", "minecraft:item_name": { "translate": "block.minecraft.vine" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:vine", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glow_lichen": { "id": 411, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glow_lichen", "minecraft:item_name": { "translate": "block.minecraft.glow_lichen" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glow_lichen", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_clump": { "id": 412, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_clump", "minecraft:item_name": { "translate": "item.minecraft.resin_clump" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_clump", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_block": { "id": 413, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_block", "minecraft:item_name": { "translate": "block.minecraft.resin_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_bricks": { "id": 414, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_bricks", "minecraft:item_name": { "translate": "block.minecraft.resin_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_brick_stairs": { "id": 415, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.resin_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_brick_slab": { "id": 416, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.resin_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_brick_wall": { "id": 417, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.resin_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_resin_bricks": { "id": 418, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_resin_bricks", "minecraft:item_name": { "translate": "block.minecraft.chiseled_resin_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_resin_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brick_stairs": { "id": 419, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_brick_stairs": { "id": 420, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.stone_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mud_brick_stairs": { "id": 421, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mud_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.mud_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mud_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mycelium": { "id": 422, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mycelium", "minecraft:item_name": { "translate": "block.minecraft.mycelium" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mycelium", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lily_pad": { "id": 423, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lily_pad", "minecraft:item_name": { "translate": "block.minecraft.lily_pad" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lily_pad", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_bricks": { "id": 424, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_bricks", "minecraft:item_name": { "translate": "block.minecraft.nether_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cracked_nether_bricks": { "id": 425, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cracked_nether_bricks", "minecraft:item_name": { "translate": "block.minecraft.cracked_nether_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cracked_nether_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_nether_bricks": { "id": 426, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_nether_bricks", "minecraft:item_name": { "translate": "block.minecraft.chiseled_nether_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_nether_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_brick_fence": { "id": 427, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_brick_fence", "minecraft:item_name": { "translate": "block.minecraft.nether_brick_fence" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_brick_fence", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_brick_stairs": { "id": 428, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.nether_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sculk": { "id": 429, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sculk", "minecraft:item_name": { "translate": "block.minecraft.sculk" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sculk", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sculk_vein": { "id": 430, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sculk_vein", "minecraft:item_name": { "translate": "block.minecraft.sculk_vein" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sculk_vein", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sculk_catalyst": { "id": 431, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sculk_catalyst", "minecraft:item_name": { "translate": "block.minecraft.sculk_catalyst" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sculk_catalyst", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sculk_shrieker": { "id": 432, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sculk_shrieker", "minecraft:item_name": { "translate": "block.minecraft.sculk_shrieker" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sculk_shrieker", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "enchanting_table": { "id": 433, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:enchanting_table", "minecraft:item_name": { "translate": "block.minecraft.enchanting_table" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:enchanting_table", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_portal_frame": { "id": 434, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_portal_frame", "minecraft:item_name": { "translate": "block.minecraft.end_portal_frame" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_portal_frame", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_stone": { "id": 435, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_stone", "minecraft:item_name": { "translate": "block.minecraft.end_stone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_stone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_stone_bricks": { "id": 436, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_stone_bricks", "minecraft:item_name": { "translate": "block.minecraft.end_stone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_stone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dragon_egg": { "id": 437, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dragon_egg", "minecraft:item_name": { "translate": "block.minecraft.dragon_egg" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dragon_egg", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "sandstone_stairs": { "id": 438, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sandstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.sandstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sandstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ender_chest": { "id": 439, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ender_chest", "minecraft:item_name": { "translate": "block.minecraft.ender_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ender_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "emerald_block": { "id": 440, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:emerald_block", "minecraft:item_name": { "translate": "block.minecraft.emerald_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:emerald_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_stairs": { "id": 441, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_stairs", "minecraft:item_name": { "translate": "block.minecraft.oak_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_stairs": { "id": 442, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_stairs", "minecraft:item_name": { "translate": "block.minecraft.spruce_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_stairs": { "id": 443, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_stairs", "minecraft:item_name": { "translate": "block.minecraft.birch_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_stairs": { "id": 444, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_stairs", "minecraft:item_name": { "translate": "block.minecraft.jungle_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_stairs": { "id": 445, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_stairs", "minecraft:item_name": { "translate": "block.minecraft.acacia_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_stairs": { "id": 446, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_stairs", "minecraft:item_name": { "translate": "block.minecraft.cherry_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_stairs": { "id": 447, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_stairs", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_stairs": { "id": 448, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_stairs", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_stairs": { "id": 449, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_stairs", "minecraft:item_name": { "translate": "block.minecraft.mangrove_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_stairs": { "id": 450, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_stairs", "minecraft:item_name": { "translate": "block.minecraft.bamboo_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_mosaic_stairs": { "id": 451, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_mosaic_stairs", "minecraft:item_name": { "translate": "block.minecraft.bamboo_mosaic_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_mosaic_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_stairs": { "id": 452, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_stairs", "minecraft:item_name": { "translate": "block.minecraft.crimson_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_stairs": { "id": 453, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_stairs", "minecraft:item_name": { "translate": "block.minecraft.warped_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "command_block": { "id": 454, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:command_block", "minecraft:item_name": { "translate": "block.minecraft.command_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:command_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "beacon": { "id": 455, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:beacon", "minecraft:item_name": { "translate": "block.minecraft.beacon" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beacon", + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare" } }, "cobblestone_wall": { "id": 456, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobblestone_wall", "minecraft:item_name": { "translate": "block.minecraft.cobblestone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobblestone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_cobblestone_wall": { "id": 457, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_cobblestone_wall", "minecraft:item_name": { "translate": "block.minecraft.mossy_cobblestone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_cobblestone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brick_wall": { "id": 458, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brick_wall", "minecraft:item_name": { "translate": "block.minecraft.brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_wall": { "id": 459, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_wall", "minecraft:item_name": { "translate": "block.minecraft.prismarine_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_sandstone_wall": { "id": 460, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_sandstone_wall", "minecraft:item_name": { "translate": "block.minecraft.red_sandstone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_sandstone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_stone_brick_wall": { "id": 461, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_stone_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.mossy_stone_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_stone_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "granite_wall": { "id": 462, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:granite_wall", "minecraft:item_name": { "translate": "block.minecraft.granite_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:granite_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_brick_wall": { "id": 463, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.stone_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mud_brick_wall": { "id": 464, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mud_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.mud_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mud_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_brick_wall": { "id": 465, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.nether_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "andesite_wall": { "id": 466, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:andesite_wall", "minecraft:item_name": { "translate": "block.minecraft.andesite_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:andesite_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_nether_brick_wall": { "id": 467, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_nether_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.red_nether_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_nether_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sandstone_wall": { "id": 468, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sandstone_wall", "minecraft:item_name": { "translate": "block.minecraft.sandstone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sandstone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_stone_brick_wall": { "id": 469, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_stone_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.end_stone_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_stone_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diorite_wall": { "id": 470, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diorite_wall", "minecraft:item_name": { "translate": "block.minecraft.diorite_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diorite_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blackstone_wall": { "id": 471, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blackstone_wall", "minecraft:item_name": { "translate": "block.minecraft.blackstone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blackstone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_wall": { "id": 472, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_wall", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_brick_wall": { "id": 473, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobbled_deepslate_wall": { "id": 474, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobbled_deepslate_wall", "minecraft:item_name": { "translate": "block.minecraft.cobbled_deepslate_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobbled_deepslate_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_deepslate_wall": { "id": 475, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_deepslate_wall", "minecraft:item_name": { "translate": "block.minecraft.polished_deepslate_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_deepslate_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_brick_wall": { "id": 476, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_brick_wall", "minecraft:item_name": { "translate": "block.minecraft.deepslate_brick_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_brick_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_tile_wall": { "id": 477, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_tile_wall", "minecraft:item_name": { "translate": "block.minecraft.deepslate_tile_wall" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_tile_wall", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "anvil": { "id": 478, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:anvil", "minecraft:item_name": { "translate": "block.minecraft.anvil" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:anvil", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chipped_anvil": { "id": 479, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chipped_anvil", "minecraft:item_name": { "translate": "block.minecraft.chipped_anvil" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chipped_anvil", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "damaged_anvil": { "id": 480, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:damaged_anvil", "minecraft:item_name": { "translate": "block.minecraft.damaged_anvil" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:damaged_anvil", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_quartz_block": { "id": 481, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_quartz_block", "minecraft:item_name": { "translate": "block.minecraft.chiseled_quartz_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_quartz_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "quartz_block": { "id": 482, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz_block", "minecraft:item_name": { "translate": "block.minecraft.quartz_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "quartz_bricks": { "id": 483, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz_bricks", "minecraft:item_name": { "translate": "block.minecraft.quartz_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "quartz_pillar": { "id": 484, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz_pillar", "minecraft:item_name": { "translate": "block.minecraft.quartz_pillar" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz_pillar", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "quartz_stairs": { "id": 485, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz_stairs", "minecraft:item_name": { "translate": "block.minecraft.quartz_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_terracotta": { "id": 486, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_terracotta", "minecraft:item_name": { "translate": "block.minecraft.white_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_terracotta": { "id": 487, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_terracotta", "minecraft:item_name": { "translate": "block.minecraft.orange_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_terracotta": { "id": 488, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_terracotta", "minecraft:item_name": { "translate": "block.minecraft.magenta_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_terracotta": { "id": 489, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_terracotta", "minecraft:item_name": { "translate": "block.minecraft.light_blue_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_terracotta": { "id": 490, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_terracotta", "minecraft:item_name": { "translate": "block.minecraft.yellow_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_terracotta": { "id": 491, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_terracotta", "minecraft:item_name": { "translate": "block.minecraft.lime_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_terracotta": { "id": 492, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_terracotta", "minecraft:item_name": { "translate": "block.minecraft.pink_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_terracotta": { "id": 493, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_terracotta", "minecraft:item_name": { "translate": "block.minecraft.gray_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_terracotta": { "id": 494, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_terracotta", "minecraft:item_name": { "translate": "block.minecraft.light_gray_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_terracotta": { "id": 495, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_terracotta", "minecraft:item_name": { "translate": "block.minecraft.cyan_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_terracotta": { "id": 496, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_terracotta", "minecraft:item_name": { "translate": "block.minecraft.purple_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_terracotta": { "id": 497, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_terracotta", "minecraft:item_name": { "translate": "block.minecraft.blue_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_terracotta": { "id": 498, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_terracotta", "minecraft:item_name": { "translate": "block.minecraft.brown_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_terracotta": { "id": 499, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_terracotta", "minecraft:item_name": { "translate": "block.minecraft.green_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_terracotta": { "id": 500, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_terracotta", "minecraft:item_name": { "translate": "block.minecraft.red_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_terracotta": { "id": 501, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_terracotta", "minecraft:item_name": { "translate": "block.minecraft.black_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "barrier": { "id": 502, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:barrier", "minecraft:item_name": { "translate": "block.minecraft.barrier" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:barrier", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "light": { "id": 503, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "level": "15" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light", "minecraft:item_name": { "translate": "block.minecraft.light" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "level": "15" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light" } }, "hay_block": { "id": 504, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:hay_block", "minecraft:item_name": { "translate": "block.minecraft.hay_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:hay_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_carpet": { "id": 505, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.white_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:white_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.white_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_carpet" } }, "orange_carpet": { "id": 506, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.orange_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:orange_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.orange_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_carpet" } }, "magenta_carpet": { "id": 507, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.magenta_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:magenta_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.magenta_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_carpet" } }, "light_blue_carpet": { "id": 508, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.light_blue_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:light_blue_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.light_blue_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_carpet" } }, "yellow_carpet": { "id": 509, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.yellow_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:yellow_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.yellow_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_carpet" } }, "lime_carpet": { "id": 510, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.lime_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:lime_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.lime_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_carpet" } }, "pink_carpet": { "id": 511, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.pink_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:pink_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.pink_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_carpet" } }, "gray_carpet": { "id": 512, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.gray_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:gray_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.gray_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_carpet" } }, "light_gray_carpet": { "id": 513, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.light_gray_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:light_gray_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.light_gray_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_carpet" } }, "cyan_carpet": { "id": 514, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.cyan_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:cyan_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.cyan_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_carpet" } }, "purple_carpet": { "id": 515, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.purple_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:purple_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.purple_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_carpet" } }, "blue_carpet": { "id": 516, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.blue_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:blue_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.blue_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_carpet" } }, "brown_carpet": { "id": 517, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.brown_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:brown_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.brown_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_carpet" } }, "green_carpet": { "id": 518, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.green_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:green_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.green_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_carpet" } }, "red_carpet": { "id": 519, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.red_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:red_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.red_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_carpet" } }, "black_carpet": { "id": 520, "components": { + "minecraft:item_name": { + "translate": "block.minecraft.black_carpet" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.llama_carpet.unequip", + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", "asset_id": "minecraft:black_carpet", "allowed_entities": [ "minecraft:llama", "minecraft:trader_llama" ], - "slot": "body", - "equip_sound": "minecraft:entity.llama.swag" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.llama_carpet.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_carpet", - "minecraft:item_name": { - "translate": "block.minecraft.black_carpet" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_carpet" } }, "terracotta": { "id": 521, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:terracotta", "minecraft:item_name": { "translate": "block.minecraft.terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "packed_ice": { "id": 522, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:packed_ice", "minecraft:item_name": { "translate": "block.minecraft.packed_ice" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:packed_ice", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dirt_path": { "id": 523, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dirt_path", "minecraft:item_name": { "translate": "block.minecraft.dirt_path" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dirt_path", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sunflower": { "id": 524, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sunflower", "minecraft:item_name": { "translate": "block.minecraft.sunflower" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sunflower", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lilac": { "id": 525, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lilac", "minecraft:item_name": { "translate": "block.minecraft.lilac" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lilac", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "rose_bush": { "id": 526, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rose_bush", "minecraft:item_name": { "translate": "block.minecraft.rose_bush" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rose_bush", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "peony": { "id": 527, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:peony", "minecraft:item_name": { "translate": "block.minecraft.peony" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:peony", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tall_grass": { "id": 528, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tall_grass", "minecraft:item_name": { "translate": "block.minecraft.tall_grass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tall_grass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "large_fern": { "id": 529, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:large_fern", "minecraft:item_name": { "translate": "block.minecraft.large_fern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:large_fern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_stained_glass": { "id": 530, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.white_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_stained_glass": { "id": 531, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.orange_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_stained_glass": { "id": 532, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.magenta_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_stained_glass": { "id": 533, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.light_blue_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_stained_glass": { "id": 534, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.yellow_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_stained_glass": { "id": 535, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.lime_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_stained_glass": { "id": 536, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.pink_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_stained_glass": { "id": 537, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.gray_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_stained_glass": { "id": 538, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.light_gray_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_stained_glass": { "id": 539, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.cyan_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_stained_glass": { "id": 540, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.purple_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_stained_glass": { "id": 541, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.blue_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_stained_glass": { "id": 542, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.brown_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_stained_glass": { "id": 543, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.green_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_stained_glass": { "id": 544, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.red_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_stained_glass": { "id": 545, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_stained_glass", "minecraft:item_name": { "translate": "block.minecraft.black_stained_glass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_stained_glass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_stained_glass_pane": { "id": 546, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.white_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_stained_glass_pane": { "id": 547, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.orange_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_stained_glass_pane": { "id": 548, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.magenta_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_stained_glass_pane": { "id": 549, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.light_blue_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_stained_glass_pane": { "id": 550, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.yellow_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_stained_glass_pane": { "id": 551, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.lime_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_stained_glass_pane": { "id": 552, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.pink_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_stained_glass_pane": { "id": 553, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.gray_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_stained_glass_pane": { "id": 554, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.light_gray_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_stained_glass_pane": { "id": 555, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.cyan_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_stained_glass_pane": { "id": 556, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.purple_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_stained_glass_pane": { "id": 557, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.blue_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_stained_glass_pane": { "id": 558, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.brown_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_stained_glass_pane": { "id": 559, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.green_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_stained_glass_pane": { "id": 560, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.red_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_stained_glass_pane": { "id": 561, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_stained_glass_pane", "minecraft:item_name": { "translate": "block.minecraft.black_stained_glass_pane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_stained_glass_pane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine": { "id": 562, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine", "minecraft:item_name": { "translate": "block.minecraft.prismarine" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_bricks": { "id": 563, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_bricks", "minecraft:item_name": { "translate": "block.minecraft.prismarine_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_prismarine": { "id": 564, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_prismarine", "minecraft:item_name": { "translate": "block.minecraft.dark_prismarine" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_prismarine", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_stairs": { "id": 565, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_stairs", "minecraft:item_name": { "translate": "block.minecraft.prismarine_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_brick_stairs": { "id": 566, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.prismarine_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_prismarine_stairs": { "id": 567, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_prismarine_stairs", "minecraft:item_name": { "translate": "block.minecraft.dark_prismarine_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_prismarine_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sea_lantern": { "id": 568, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sea_lantern", "minecraft:item_name": { "translate": "block.minecraft.sea_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sea_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_sandstone": { "id": 569, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_sandstone", "minecraft:item_name": { "translate": "block.minecraft.red_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_red_sandstone": { "id": 570, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_red_sandstone", "minecraft:item_name": { "translate": "block.minecraft.chiseled_red_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_red_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cut_red_sandstone": { "id": 571, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cut_red_sandstone", "minecraft:item_name": { "translate": "block.minecraft.cut_red_sandstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cut_red_sandstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_sandstone_stairs": { "id": 572, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_sandstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.red_sandstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_sandstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "repeating_command_block": { "id": 573, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:repeating_command_block", "minecraft:item_name": { "translate": "block.minecraft.repeating_command_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:repeating_command_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "chain_command_block": { "id": 574, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chain_command_block", "minecraft:item_name": { "translate": "block.minecraft.chain_command_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chain_command_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "magma_block": { "id": 575, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magma_block", "minecraft:item_name": { "translate": "block.minecraft.magma_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magma_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_wart_block": { "id": 576, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_wart_block", "minecraft:item_name": { "translate": "block.minecraft.nether_wart_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_wart_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_wart_block": { "id": 577, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_wart_block", "minecraft:item_name": { "translate": "block.minecraft.warped_wart_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_wart_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_nether_bricks": { "id": 578, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_nether_bricks", "minecraft:item_name": { "translate": "block.minecraft.red_nether_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_nether_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bone_block": { "id": 579, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bone_block", "minecraft:item_name": { "translate": "block.minecraft.bone_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bone_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "structure_void": { "id": 580, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:structure_void", "minecraft:item_name": { "translate": "block.minecraft.structure_void" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:structure_void", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "shulker_box": { "id": 581, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shulker_box", "minecraft:item_name": { "translate": "block.minecraft.shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "white_shulker_box": { "id": 582, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:white_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.white_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "orange_shulker_box": { "id": 583, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:orange_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.orange_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "magenta_shulker_box": { "id": 584, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:magenta_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.magenta_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "light_blue_shulker_box": { "id": 585, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:light_blue_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.light_blue_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "yellow_shulker_box": { "id": 586, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:yellow_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.yellow_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "lime_shulker_box": { "id": 587, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:lime_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.lime_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "pink_shulker_box": { "id": 588, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:pink_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.pink_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "gray_shulker_box": { "id": 589, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:gray_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.gray_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "light_gray_shulker_box": { "id": 590, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:light_gray_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.light_gray_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "cyan_shulker_box": { "id": 591, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:cyan_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.cyan_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "purple_shulker_box": { "id": 592, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:purple_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.purple_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "blue_shulker_box": { "id": 593, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:blue_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.blue_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "brown_shulker_box": { "id": 594, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:brown_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.brown_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "green_shulker_box": { "id": 595, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:green_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.green_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "red_shulker_box": { "id": 596, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:red_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.red_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "black_shulker_box": { "id": 597, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:black_shulker_box", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_shulker_box", "minecraft:item_name": { "translate": "block.minecraft.black_shulker_box" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "white_glazed_terracotta": { "id": 598, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.white_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_glazed_terracotta": { "id": 599, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.orange_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_glazed_terracotta": { "id": 600, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.magenta_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_glazed_terracotta": { "id": 601, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.light_blue_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_glazed_terracotta": { "id": 602, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.yellow_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_glazed_terracotta": { "id": 603, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.lime_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_glazed_terracotta": { "id": 604, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.pink_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_glazed_terracotta": { "id": 605, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.gray_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_glazed_terracotta": { "id": 606, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.light_gray_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_glazed_terracotta": { "id": 607, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.cyan_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_glazed_terracotta": { "id": 608, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.purple_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_glazed_terracotta": { "id": 609, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.blue_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_glazed_terracotta": { "id": 610, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.brown_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_glazed_terracotta": { "id": 611, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.green_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_glazed_terracotta": { "id": 612, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.red_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_glazed_terracotta": { "id": 613, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_glazed_terracotta", "minecraft:item_name": { "translate": "block.minecraft.black_glazed_terracotta" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_glazed_terracotta", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_concrete": { "id": 614, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_concrete", "minecraft:item_name": { "translate": "block.minecraft.white_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_concrete": { "id": 615, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_concrete", "minecraft:item_name": { "translate": "block.minecraft.orange_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_concrete": { "id": 616, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_concrete", "minecraft:item_name": { "translate": "block.minecraft.magenta_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_concrete": { "id": 617, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_concrete", "minecraft:item_name": { "translate": "block.minecraft.light_blue_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_concrete": { "id": 618, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_concrete", "minecraft:item_name": { "translate": "block.minecraft.yellow_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_concrete": { "id": 619, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_concrete", "minecraft:item_name": { "translate": "block.minecraft.lime_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_concrete": { "id": 620, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_concrete", "minecraft:item_name": { "translate": "block.minecraft.pink_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_concrete": { "id": 621, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_concrete", "minecraft:item_name": { "translate": "block.minecraft.gray_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_concrete": { "id": 622, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_concrete", "minecraft:item_name": { "translate": "block.minecraft.light_gray_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_concrete": { "id": 623, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_concrete", "minecraft:item_name": { "translate": "block.minecraft.cyan_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_concrete": { "id": 624, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_concrete", "minecraft:item_name": { "translate": "block.minecraft.purple_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_concrete": { "id": 625, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_concrete", "minecraft:item_name": { "translate": "block.minecraft.blue_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_concrete": { "id": 626, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_concrete", "minecraft:item_name": { "translate": "block.minecraft.brown_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_concrete": { "id": 627, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_concrete", "minecraft:item_name": { "translate": "block.minecraft.green_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_concrete": { "id": 628, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_concrete", "minecraft:item_name": { "translate": "block.minecraft.red_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_concrete": { "id": 629, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_concrete", "minecraft:item_name": { "translate": "block.minecraft.black_concrete" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_concrete", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_concrete_powder": { "id": 630, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.white_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_concrete_powder": { "id": 631, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.orange_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_concrete_powder": { "id": 632, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.magenta_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_concrete_powder": { "id": 633, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.light_blue_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_concrete_powder": { "id": 634, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.yellow_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_concrete_powder": { "id": 635, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.lime_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_concrete_powder": { "id": 636, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.pink_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_concrete_powder": { "id": 637, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.gray_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_concrete_powder": { "id": 638, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.light_gray_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_concrete_powder": { "id": 639, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.cyan_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_concrete_powder": { "id": 640, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.purple_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_concrete_powder": { "id": 641, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.blue_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_concrete_powder": { "id": 642, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.brown_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_concrete_powder": { "id": 643, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.green_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_concrete_powder": { "id": 644, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.red_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_concrete_powder": { "id": 645, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_concrete_powder", "minecraft:item_name": { "translate": "block.minecraft.black_concrete_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_concrete_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "turtle_egg": { "id": 646, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:turtle_egg", "minecraft:item_name": { "translate": "block.minecraft.turtle_egg" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:turtle_egg", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sniffer_egg": { "id": 647, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sniffer_egg", "minecraft:item_name": { "translate": "block.minecraft.sniffer_egg" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sniffer_egg", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "dried_ghast": { "id": 648, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dried_ghast", "minecraft:item_name": { "translate": "block.minecraft.dried_ghast" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dried_ghast", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_tube_coral_block": { "id": 649, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_tube_coral_block", "minecraft:item_name": { "translate": "block.minecraft.dead_tube_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_tube_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_brain_coral_block": { "id": 650, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_brain_coral_block", "minecraft:item_name": { "translate": "block.minecraft.dead_brain_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_brain_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_bubble_coral_block": { "id": 651, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_bubble_coral_block", "minecraft:item_name": { "translate": "block.minecraft.dead_bubble_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_bubble_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_fire_coral_block": { "id": 652, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_fire_coral_block", "minecraft:item_name": { "translate": "block.minecraft.dead_fire_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_fire_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_horn_coral_block": { "id": 653, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_horn_coral_block", "minecraft:item_name": { "translate": "block.minecraft.dead_horn_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_horn_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tube_coral_block": { "id": 654, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tube_coral_block", "minecraft:item_name": { "translate": "block.minecraft.tube_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tube_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brain_coral_block": { "id": 655, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brain_coral_block", "minecraft:item_name": { "translate": "block.minecraft.brain_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brain_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bubble_coral_block": { "id": 656, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bubble_coral_block", "minecraft:item_name": { "translate": "block.minecraft.bubble_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bubble_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "fire_coral_block": { "id": 657, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fire_coral_block", "minecraft:item_name": { "translate": "block.minecraft.fire_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fire_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "horn_coral_block": { "id": 658, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:horn_coral_block", "minecraft:item_name": { "translate": "block.minecraft.horn_coral_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:horn_coral_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tube_coral": { "id": 659, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tube_coral", "minecraft:item_name": { "translate": "block.minecraft.tube_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tube_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brain_coral": { "id": 660, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brain_coral", "minecraft:item_name": { "translate": "block.minecraft.brain_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brain_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bubble_coral": { "id": 661, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bubble_coral", "minecraft:item_name": { "translate": "block.minecraft.bubble_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bubble_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "fire_coral": { "id": 662, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fire_coral", "minecraft:item_name": { "translate": "block.minecraft.fire_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fire_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "horn_coral": { "id": 663, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:horn_coral", "minecraft:item_name": { "translate": "block.minecraft.horn_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:horn_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_brain_coral": { "id": 664, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_brain_coral", "minecraft:item_name": { "translate": "block.minecraft.dead_brain_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_brain_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_bubble_coral": { "id": 665, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_bubble_coral", "minecraft:item_name": { "translate": "block.minecraft.dead_bubble_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_bubble_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_fire_coral": { "id": 666, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_fire_coral", "minecraft:item_name": { "translate": "block.minecraft.dead_fire_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_fire_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_horn_coral": { "id": 667, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_horn_coral", "minecraft:item_name": { "translate": "block.minecraft.dead_horn_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_horn_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_tube_coral": { "id": 668, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_tube_coral", "minecraft:item_name": { "translate": "block.minecraft.dead_tube_coral" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_tube_coral", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tube_coral_fan": { "id": 669, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tube_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.tube_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tube_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brain_coral_fan": { "id": 670, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brain_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.brain_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brain_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bubble_coral_fan": { "id": 671, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bubble_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.bubble_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bubble_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "fire_coral_fan": { "id": 672, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fire_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.fire_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fire_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "horn_coral_fan": { "id": 673, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:horn_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.horn_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:horn_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_tube_coral_fan": { "id": 674, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_tube_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.dead_tube_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_tube_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_brain_coral_fan": { "id": 675, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_brain_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.dead_brain_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_brain_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_bubble_coral_fan": { "id": 676, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_bubble_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.dead_bubble_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_bubble_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_fire_coral_fan": { "id": 677, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_fire_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.dead_fire_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_fire_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dead_horn_coral_fan": { "id": 678, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dead_horn_coral_fan", "minecraft:item_name": { "translate": "block.minecraft.dead_horn_coral_fan" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dead_horn_coral_fan", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_ice": { "id": 679, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_ice", "minecraft:item_name": { "translate": "block.minecraft.blue_ice" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_ice", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "conduit": { "id": 680, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:conduit", "minecraft:item_name": { "translate": "block.minecraft.conduit" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:conduit", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "polished_granite_stairs": { "id": 681, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_granite_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_granite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_granite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_red_sandstone_stairs": { "id": 682, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_red_sandstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.smooth_red_sandstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_red_sandstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_stone_brick_stairs": { "id": 683, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_stone_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.mossy_stone_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_stone_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_diorite_stairs": { "id": 684, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_diorite_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_diorite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_diorite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_cobblestone_stairs": { "id": 685, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_cobblestone_stairs", "minecraft:item_name": { "translate": "block.minecraft.mossy_cobblestone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_cobblestone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_stone_brick_stairs": { "id": 686, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_stone_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.end_stone_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_stone_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_stairs": { "id": 687, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_stairs", "minecraft:item_name": { "translate": "block.minecraft.stone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_sandstone_stairs": { "id": 688, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_sandstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.smooth_sandstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_sandstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_quartz_stairs": { "id": 689, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_quartz_stairs", "minecraft:item_name": { "translate": "block.minecraft.smooth_quartz_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_quartz_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "granite_stairs": { "id": 690, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:granite_stairs", "minecraft:item_name": { "translate": "block.minecraft.granite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:granite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "andesite_stairs": { "id": 691, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:andesite_stairs", "minecraft:item_name": { "translate": "block.minecraft.andesite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:andesite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_nether_brick_stairs": { "id": 692, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_nether_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.red_nether_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_nether_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_andesite_stairs": { "id": 693, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_andesite_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_andesite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_andesite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diorite_stairs": { "id": 694, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diorite_stairs", "minecraft:item_name": { "translate": "block.minecraft.diorite_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diorite_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobbled_deepslate_stairs": { "id": 695, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobbled_deepslate_stairs", "minecraft:item_name": { "translate": "block.minecraft.cobbled_deepslate_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobbled_deepslate_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_deepslate_stairs": { "id": 696, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_deepslate_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_deepslate_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_deepslate_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_brick_stairs": { "id": 697, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.deepslate_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_tile_stairs": { "id": 698, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_tile_stairs", "minecraft:item_name": { "translate": "block.minecraft.deepslate_tile_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_tile_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_granite_slab": { "id": 699, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_granite_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_granite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_granite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_red_sandstone_slab": { "id": 700, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_red_sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.smooth_red_sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_red_sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_stone_brick_slab": { "id": 701, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_stone_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.mossy_stone_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_stone_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_diorite_slab": { "id": 702, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_diorite_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_diorite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_diorite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mossy_cobblestone_slab": { "id": 703, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mossy_cobblestone_slab", "minecraft:item_name": { "translate": "block.minecraft.mossy_cobblestone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mossy_cobblestone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "end_stone_brick_slab": { "id": 704, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_stone_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.end_stone_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_stone_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_sandstone_slab": { "id": 705, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_sandstone_slab", "minecraft:item_name": { "translate": "block.minecraft.smooth_sandstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_sandstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smooth_quartz_slab": { "id": 706, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smooth_quartz_slab", "minecraft:item_name": { "translate": "block.minecraft.smooth_quartz_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smooth_quartz_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "granite_slab": { "id": 707, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:granite_slab", "minecraft:item_name": { "translate": "block.minecraft.granite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:granite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "andesite_slab": { "id": 708, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:andesite_slab", "minecraft:item_name": { "translate": "block.minecraft.andesite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:andesite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_nether_brick_slab": { "id": 709, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_nether_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.red_nether_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_nether_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_andesite_slab": { "id": 710, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_andesite_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_andesite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_andesite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diorite_slab": { "id": 711, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:diorite_slab", "minecraft:item_name": { "translate": "block.minecraft.diorite_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diorite_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cobbled_deepslate_slab": { "id": 712, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cobbled_deepslate_slab", "minecraft:item_name": { "translate": "block.minecraft.cobbled_deepslate_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cobbled_deepslate_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_deepslate_slab": { "id": 713, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_deepslate_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_deepslate_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_deepslate_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_brick_slab": { "id": 714, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.deepslate_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "deepslate_tile_slab": { "id": 715, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:deepslate_tile_slab", "minecraft:item_name": { "translate": "block.minecraft.deepslate_tile_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:deepslate_tile_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "scaffolding": { "id": 716, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:scaffolding", "minecraft:item_name": { "translate": "block.minecraft.scaffolding" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:scaffolding", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "redstone": { "id": 717, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.redstone" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:redstone", "minecraft:lore": [], - "minecraft:item_model": "minecraft:redstone", - "minecraft:item_name": { - "translate": "item.minecraft.redstone" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:redstone" } }, "redstone_torch": { "id": 718, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:redstone_torch", "minecraft:item_name": { "translate": "block.minecraft.redstone_torch" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:redstone_torch", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "redstone_block": { "id": 719, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:redstone_block", "minecraft:item_name": { "translate": "block.minecraft.redstone_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:redstone_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "repeater": { "id": 720, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:repeater", "minecraft:item_name": { "translate": "block.minecraft.repeater" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:repeater", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "comparator": { "id": 721, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:comparator", "minecraft:item_name": { "translate": "block.minecraft.comparator" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:comparator", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "piston": { "id": 722, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:piston", "minecraft:item_name": { "translate": "block.minecraft.piston" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:piston", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sticky_piston": { "id": 723, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sticky_piston", "minecraft:item_name": { "translate": "block.minecraft.sticky_piston" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sticky_piston", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "slime_block": { "id": 724, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:slime_block", "minecraft:item_name": { "translate": "block.minecraft.slime_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:slime_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "honey_block": { "id": 725, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:honey_block", "minecraft:item_name": { "translate": "block.minecraft.honey_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:honey_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "observer": { "id": 726, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:observer", "minecraft:item_name": { "translate": "block.minecraft.observer" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:observer", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "hopper": { "id": 727, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:hopper", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:hopper", "minecraft:item_name": { "translate": "block.minecraft.hopper" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "dispenser": { "id": 728, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:dispenser", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dispenser", "minecraft:item_name": { "translate": "block.minecraft.dispenser" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "dropper": { "id": 729, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:dropper", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dropper", "minecraft:item_name": { "translate": "block.minecraft.dropper" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "lectern": { "id": 730, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lectern", "minecraft:item_name": { "translate": "block.minecraft.lectern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lectern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "target": { "id": 731, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:target", "minecraft:item_name": { "translate": "block.minecraft.target" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:target", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lever": { "id": 732, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lever", "minecraft:item_name": { "translate": "block.minecraft.lever" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lever", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lightning_rod": { "id": 733, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_lightning_rod": { "id": 734, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.exposed_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_lightning_rod": { "id": 735, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.weathered_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_lightning_rod": { "id": 736, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.oxidized_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_lightning_rod": { "id": 737, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.waxed_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_lightning_rod": { "id": 738, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_lightning_rod": { "id": 739, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_lightning_rod": { "id": 740, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_lightning_rod", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_lightning_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_lightning_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "daylight_detector": { "id": 741, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:daylight_detector", "minecraft:item_name": { "translate": "block.minecraft.daylight_detector" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:daylight_detector", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sculk_sensor": { "id": 742, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sculk_sensor", "minecraft:item_name": { "translate": "block.minecraft.sculk_sensor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sculk_sensor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "calibrated_sculk_sensor": { "id": 743, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:calibrated_sculk_sensor", "minecraft:item_name": { "translate": "block.minecraft.calibrated_sculk_sensor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:calibrated_sculk_sensor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tripwire_hook": { "id": 744, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tripwire_hook", "minecraft:item_name": { "translate": "block.minecraft.tripwire_hook" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tripwire_hook", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "trapped_chest": { "id": 745, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:trapped_chest", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:trapped_chest", "minecraft:item_name": { "translate": "block.minecraft.trapped_chest" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "tnt": { "id": 746, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tnt", "minecraft:item_name": { "translate": "block.minecraft.tnt" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tnt", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "redstone_lamp": { "id": 747, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:redstone_lamp", "minecraft:item_name": { "translate": "block.minecraft.redstone_lamp" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:redstone_lamp", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "note_block": { "id": 748, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:note_block", "minecraft:item_name": { "translate": "block.minecraft.note_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:note_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_button": { "id": 749, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_button", "minecraft:item_name": { "translate": "block.minecraft.stone_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_button": { "id": 750, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_button", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_button": { "id": 751, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_button", "minecraft:item_name": { "translate": "block.minecraft.oak_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_button": { "id": 752, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_button", "minecraft:item_name": { "translate": "block.minecraft.spruce_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_button": { "id": 753, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_button", "minecraft:item_name": { "translate": "block.minecraft.birch_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_button": { "id": 754, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_button", "minecraft:item_name": { "translate": "block.minecraft.jungle_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_button": { "id": 755, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_button", "minecraft:item_name": { "translate": "block.minecraft.acacia_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_button": { "id": 756, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_button", "minecraft:item_name": { "translate": "block.minecraft.cherry_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_button": { "id": 757, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_button", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_button": { "id": 758, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_button", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_button": { "id": 759, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_button", "minecraft:item_name": { "translate": "block.minecraft.mangrove_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_button": { "id": 760, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_button", "minecraft:item_name": { "translate": "block.minecraft.bamboo_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_button": { "id": 761, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_button", "minecraft:item_name": { "translate": "block.minecraft.crimson_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_button": { "id": 762, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_button", "minecraft:item_name": { "translate": "block.minecraft.warped_button" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_button", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stone_pressure_plate": { "id": 763, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stone_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.stone_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_pressure_plate": { "id": 764, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_weighted_pressure_plate": { "id": 765, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_weighted_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.light_weighted_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_weighted_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "heavy_weighted_pressure_plate": { "id": 766, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:heavy_weighted_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.heavy_weighted_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:heavy_weighted_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_pressure_plate": { "id": 767, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.oak_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_pressure_plate": { "id": 768, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.spruce_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_pressure_plate": { "id": 769, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.birch_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_pressure_plate": { "id": 770, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.jungle_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_pressure_plate": { "id": 771, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.acacia_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_pressure_plate": { "id": 772, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.cherry_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_pressure_plate": { "id": 773, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_pressure_plate": { "id": 774, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_pressure_plate": { "id": 775, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.mangrove_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_pressure_plate": { "id": 776, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.bamboo_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_pressure_plate": { "id": 777, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.crimson_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_pressure_plate": { "id": 778, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_pressure_plate", "minecraft:item_name": { "translate": "block.minecraft.warped_pressure_plate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_pressure_plate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_door": { "id": 779, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_door", "minecraft:item_name": { "translate": "block.minecraft.iron_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_door": { "id": 780, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_door", "minecraft:item_name": { "translate": "block.minecraft.oak_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_door": { "id": 781, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_door", "minecraft:item_name": { "translate": "block.minecraft.spruce_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_door": { "id": 782, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_door", "minecraft:item_name": { "translate": "block.minecraft.birch_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_door": { "id": 783, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_door", "minecraft:item_name": { "translate": "block.minecraft.jungle_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_door": { "id": 784, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_door", "minecraft:item_name": { "translate": "block.minecraft.acacia_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_door": { "id": 785, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_door", "minecraft:item_name": { "translate": "block.minecraft.cherry_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_door": { "id": 786, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_door", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_door": { "id": 787, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_door", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_door": { "id": 788, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_door", "minecraft:item_name": { "translate": "block.minecraft.mangrove_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_door": { "id": 789, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_door", "minecraft:item_name": { "translate": "block.minecraft.bamboo_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_door": { "id": 790, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_door", "minecraft:item_name": { "translate": "block.minecraft.crimson_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_door": { "id": 791, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_door", "minecraft:item_name": { "translate": "block.minecraft.warped_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_door": { "id": 792, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_door", "minecraft:item_name": { "translate": "block.minecraft.copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_door": { "id": 793, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_door", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_door": { "id": 794, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_door", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_door": { "id": 795, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_door", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_door": { "id": 796, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_door", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_door": { "id": 797, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_door", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_door": { "id": 798, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_door", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_door": { "id": 799, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_door", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_door" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_door", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_trapdoor": { "id": 800, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.iron_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_trapdoor": { "id": 801, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.oak_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_trapdoor": { "id": 802, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.spruce_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_trapdoor": { "id": 803, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.birch_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_trapdoor": { "id": 804, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.jungle_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_trapdoor": { "id": 805, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.acacia_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_trapdoor": { "id": 806, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.cherry_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_trapdoor": { "id": 807, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_trapdoor": { "id": 808, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_trapdoor": { "id": 809, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.mangrove_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_trapdoor": { "id": 810, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.bamboo_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_trapdoor": { "id": 811, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.crimson_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_trapdoor": { "id": 812, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.warped_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_trapdoor": { "id": 813, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_trapdoor": { "id": 814, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_trapdoor": { "id": 815, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_trapdoor": { "id": 816, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_trapdoor": { "id": 817, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_trapdoor": { "id": 818, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_trapdoor": { "id": 819, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_trapdoor": { "id": 820, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_trapdoor", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_trapdoor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_trapdoor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_fence_gate": { "id": 821, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.oak_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_fence_gate": { "id": 822, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.spruce_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_fence_gate": { "id": 823, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.birch_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_fence_gate": { "id": 824, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.jungle_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_fence_gate": { "id": 825, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.acacia_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_fence_gate": { "id": 826, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.cherry_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_fence_gate": { "id": 827, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_fence_gate": { "id": 828, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_fence_gate": { "id": 829, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.mangrove_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_fence_gate": { "id": 830, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.bamboo_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_fence_gate": { "id": 831, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.crimson_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_fence_gate": { "id": 832, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_fence_gate", "minecraft:item_name": { "translate": "block.minecraft.warped_fence_gate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_fence_gate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "powered_rail": { "id": 833, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:powered_rail", "minecraft:item_name": { "translate": "block.minecraft.powered_rail" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:powered_rail", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "detector_rail": { "id": 834, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:detector_rail", "minecraft:item_name": { "translate": "block.minecraft.detector_rail" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:detector_rail", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "rail": { "id": 835, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rail", "minecraft:item_name": { "translate": "block.minecraft.rail" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rail", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "activator_rail": { "id": 836, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:activator_rail", "minecraft:item_name": { "translate": "block.minecraft.activator_rail" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:activator_rail", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "saddle": { "id": 837, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:item.saddle.unequip", - "asset_id": "minecraft:saddle", - "allowed_entities": "#minecraft:can_equip_saddle", - "slot": "saddle", - "equip_sound": "minecraft:entity.horse.saddle" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:saddle", "minecraft:item_name": { "translate": "item.minecraft.saddle" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "saddle", + "equip_sound": "minecraft:entity.horse.saddle", + "asset_id": "minecraft:saddle", + "allowed_entities": "#minecraft:can_equip_saddle", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.saddle.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:saddle" } }, "white_harness": { "id": 838, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:white_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_harness", "minecraft:item_name": { "translate": "item.minecraft.white_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:white_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_harness" } }, "orange_harness": { "id": 839, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:orange_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_harness", "minecraft:item_name": { "translate": "item.minecraft.orange_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:orange_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_harness" } }, "magenta_harness": { "id": 840, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:magenta_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_harness", "minecraft:item_name": { "translate": "item.minecraft.magenta_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:magenta_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_harness" } }, "light_blue_harness": { "id": 841, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:light_blue_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_harness", "minecraft:item_name": { "translate": "item.minecraft.light_blue_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:light_blue_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_harness" } }, "yellow_harness": { "id": 842, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:yellow_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_harness", "minecraft:item_name": { "translate": "item.minecraft.yellow_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:yellow_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_harness" } }, "lime_harness": { "id": 843, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:lime_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_harness", "minecraft:item_name": { "translate": "item.minecraft.lime_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:lime_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_harness" } }, "pink_harness": { "id": 844, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:pink_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_harness", "minecraft:item_name": { "translate": "item.minecraft.pink_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:pink_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_harness" } }, "gray_harness": { "id": 845, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:gray_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_harness", "minecraft:item_name": { "translate": "item.minecraft.gray_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:gray_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_harness" } }, "light_gray_harness": { "id": 846, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:light_gray_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_harness", "minecraft:item_name": { "translate": "item.minecraft.light_gray_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:light_gray_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_harness" } }, "cyan_harness": { "id": 847, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:cyan_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_harness", "minecraft:item_name": { "translate": "item.minecraft.cyan_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:cyan_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_harness" } }, "purple_harness": { "id": 848, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:purple_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_harness", "minecraft:item_name": { "translate": "item.minecraft.purple_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:purple_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_harness" } }, "blue_harness": { "id": 849, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:blue_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_harness", "minecraft:item_name": { "translate": "item.minecraft.blue_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:blue_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_harness" } }, "brown_harness": { "id": 850, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:brown_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_harness", "minecraft:item_name": { "translate": "item.minecraft.brown_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:brown_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_harness" } }, "green_harness": { "id": 851, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:green_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_harness", "minecraft:item_name": { "translate": "item.minecraft.green_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:green_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_harness" } }, "red_harness": { "id": 852, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:red_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_harness", "minecraft:item_name": { "translate": "item.minecraft.red_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:red_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_harness" } }, "black_harness": { "id": 853, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:equippable": { - "equip_on_interact": true, - "can_be_sheared": true, - "shearing_sound": "minecraft:entity.happy_ghast.unequip", - "asset_id": "minecraft:black_harness", - "allowed_entities": "#minecraft:can_equip_harness", - "slot": "body", - "equip_sound": "minecraft:entity.happy_ghast.equip" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_harness", "minecraft:item_name": { "translate": "item.minecraft.black_harness" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.happy_ghast.equip", + "asset_id": "minecraft:black_harness", + "allowed_entities": "#minecraft:can_equip_harness", + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:entity.happy_ghast.unequip" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_harness" } }, "minecart": { "id": 854, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:minecart", "minecraft:item_name": { "translate": "item.minecraft.minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chest_minecart": { "id": 855, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chest_minecart", "minecraft:item_name": { "translate": "item.minecraft.chest_minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chest_minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "furnace_minecart": { "id": 856, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:furnace_minecart", "minecraft:item_name": { "translate": "item.minecraft.furnace_minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:furnace_minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "tnt_minecart": { "id": 857, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tnt_minecart", "minecraft:item_name": { "translate": "item.minecraft.tnt_minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tnt_minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "hopper_minecart": { "id": 858, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:hopper_minecart", "minecraft:item_name": { "translate": "item.minecraft.hopper_minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:hopper_minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "carrot_on_a_stick": { "id": 859, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.carrot_on_a_stick" + }, + "minecraft:max_damage": 25, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:max_damage": 25, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:damage": 0, "minecraft:lore": [], - "minecraft:item_model": "minecraft:carrot_on_a_stick", - "minecraft:item_name": { - "translate": "item.minecraft.carrot_on_a_stick" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:carrot_on_a_stick" } }, "warped_fungus_on_a_stick": { "id": 860, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.warped_fungus_on_a_stick" + }, + "minecraft:max_damage": 100, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:max_damage": 100, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:damage": 0, "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_fungus_on_a_stick", - "minecraft:item_name": { - "translate": "item.minecraft.warped_fungus_on_a_stick" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_fungus_on_a_stick" } }, "phantom_membrane": { "id": 861, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:phantom_membrane", "minecraft:item_name": { "translate": "item.minecraft.phantom_membrane" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:phantom_membrane", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "elytra": { "id": 862, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:max_damage": 432, - "minecraft:damage": 0, - "minecraft:equippable": { - "damage_on_hurt": false, - "asset_id": "minecraft:elytra", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_elytra" - }, - "minecraft:item_model": "minecraft:elytra", "minecraft:item_name": { "translate": "item.minecraft.elytra" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:max_damage": 432, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:glider": {}, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_elytra", + "asset_id": "minecraft:elytra", + "damage_on_hurt": false + }, "minecraft:repairable": { "items": "minecraft:phantom_membrane" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "epic", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, "minecraft:lore": [], - "minecraft:glider": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:elytra" } }, "oak_boat": { "id": 863, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_boat", "minecraft:item_name": { "translate": "item.minecraft.oak_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_chest_boat": { "id": 864, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.oak_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_boat": { "id": 865, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_boat", "minecraft:item_name": { "translate": "item.minecraft.spruce_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_chest_boat": { "id": 866, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.spruce_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_boat": { "id": 867, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_boat", "minecraft:item_name": { "translate": "item.minecraft.birch_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_chest_boat": { "id": 868, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.birch_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_boat": { "id": 869, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_boat", "minecraft:item_name": { "translate": "item.minecraft.jungle_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_chest_boat": { "id": 870, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.jungle_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_boat": { "id": 871, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_boat", "minecraft:item_name": { "translate": "item.minecraft.acacia_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_chest_boat": { "id": 872, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.acacia_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_boat": { "id": 873, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_boat", "minecraft:item_name": { "translate": "item.minecraft.cherry_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_chest_boat": { "id": 874, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.cherry_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_boat": { "id": 875, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_boat", "minecraft:item_name": { "translate": "item.minecraft.dark_oak_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_chest_boat": { "id": 876, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.dark_oak_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_boat": { "id": 877, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_boat", "minecraft:item_name": { "translate": "item.minecraft.pale_oak_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_chest_boat": { "id": 878, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.pale_oak_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_boat": { "id": 879, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_boat", "minecraft:item_name": { "translate": "item.minecraft.mangrove_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_chest_boat": { "id": 880, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_chest_boat", "minecraft:item_name": { "translate": "item.minecraft.mangrove_chest_boat" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_chest_boat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_raft": { "id": 881, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_raft", "minecraft:item_name": { "translate": "item.minecraft.bamboo_raft" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_raft", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_chest_raft": { "id": 882, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_chest_raft", "minecraft:item_name": { "translate": "item.minecraft.bamboo_chest_raft" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_chest_raft", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "structure_block": { "id": 883, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:structure_block", "minecraft:item_name": { "translate": "block.minecraft.structure_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:structure_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "jigsaw": { "id": 884, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jigsaw", "minecraft:item_name": { "translate": "block.minecraft.jigsaw" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jigsaw", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "test_block": { "id": 885, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "mode": "start" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:test_block", "minecraft:item_name": { "translate": "block.minecraft.test_block" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "mode": "start" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:test_block" } }, "test_instance_block": { "id": 886, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:test_instance_block", "minecraft:item_name": { "translate": "block.minecraft.test_instance_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:test_instance_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "turtle_helmet": { "id": 887, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.turtle_helmet" + }, + "minecraft:max_damage": 275, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -15514,69 +17292,75 @@ "slot": "head" } ], - "minecraft:max_damage": 275, - "minecraft:enchantable": { - "value": 9 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:turtle_scute", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_turtle" - }, - "minecraft:item_model": "minecraft:turtle_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.turtle_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_turtle", + "asset_id": "minecraft:turtle_scute" + }, "minecraft:repairable": { "items": "#minecraft:repairs_turtle_helmet" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:turtle_helmet" } }, "turtle_scute": { "id": 888, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:turtle_scute", "minecraft:item_name": { "translate": "item.minecraft.turtle_scute" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:turtle_scute", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "armadillo_scute": { "id": 889, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:armadillo_scute", "minecraft:item_name": { "translate": "item.minecraft.armadillo_scute" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:armadillo_scute", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wolf_armor": { "id": 890, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wolf_armor" + }, + "minecraft:max_damage": 64, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -15593,402 +17377,444 @@ "slot": "body" } ], - "minecraft:max_damage": 64, - "minecraft:damage": 0, + "minecraft:enchantments": {}, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.armor.unequip_wolf", + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_wolf", "asset_id": "minecraft:armadillo_scute", "allowed_entities": "minecraft:wolf", - "slot": "body", - "equip_sound": "minecraft:item.armor.equip_wolf" + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_wolf" }, - "minecraft:item_model": "minecraft:wolf_armor", - "minecraft:item_name": { - "translate": "item.minecraft.wolf_armor" - }, - "minecraft:break_sound": "minecraft:item.wolf_armor.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, "minecraft:repairable": { "items": "#minecraft:repairs_wolf_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:item.wolf_armor.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wolf_armor" } }, "flint_and_steel": { "id": 891, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.flint_and_steel" + }, + "minecraft:max_damage": 64, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:max_damage": 64, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:damage": 0, "minecraft:lore": [], - "minecraft:item_model": "minecraft:flint_and_steel", - "minecraft:item_name": { - "translate": "item.minecraft.flint_and_steel" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flint_and_steel" } }, "bowl": { "id": 892, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bowl", "minecraft:item_name": { "translate": "item.minecraft.bowl" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bowl", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "apple": { "id": 893, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.apple" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 4, "saturation": 2.4 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:apple", - "minecraft:item_name": { - "translate": "item.minecraft.apple" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:apple" } }, "bow": { "id": 894, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:max_damage": 384, - "minecraft:enchantable": { - "value": 1 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:bow", "minecraft:item_name": { "translate": "item.minecraft.bow" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:max_damage": 384, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 1 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bow" } }, "arrow": { "id": 895, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:arrow", "minecraft:item_name": { "translate": "item.minecraft.arrow" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:arrow", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "coal": { "id": 896, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:coal", "minecraft:item_name": { "translate": "item.minecraft.coal" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:coal", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "charcoal": { "id": 897, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:charcoal", "minecraft:item_name": { "translate": "item.minecraft.charcoal" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:charcoal", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "diamond": { "id": 898, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:diamond", "minecraft:lore": [], - "minecraft:item_model": "minecraft:diamond", - "minecraft:item_name": { - "translate": "item.minecraft.diamond" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond" } }, "emerald": { "id": 899, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.emerald" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:emerald", "minecraft:lore": [], - "minecraft:item_model": "minecraft:emerald", - "minecraft:item_name": { - "translate": "item.minecraft.emerald" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:emerald" } }, "lapis_lazuli": { "id": 900, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.lapis_lazuli" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:lapis", "minecraft:lore": [], - "minecraft:item_model": "minecraft:lapis_lazuli", - "minecraft:item_name": { - "translate": "item.minecraft.lapis_lazuli" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lapis_lazuli" } }, "quartz": { "id": 901, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.quartz" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:quartz", "minecraft:lore": [], - "minecraft:item_model": "minecraft:quartz", - "minecraft:item_name": { - "translate": "item.minecraft.quartz" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:quartz" } }, "amethyst_shard": { "id": 902, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.amethyst_shard" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:amethyst", "minecraft:lore": [], - "minecraft:item_model": "minecraft:amethyst_shard", - "minecraft:item_name": { - "translate": "item.minecraft.amethyst_shard" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:amethyst_shard" } }, "raw_iron": { "id": 903, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_iron", "minecraft:item_name": { "translate": "item.minecraft.raw_iron" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_iron", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_ingot": { "id": 904, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_ingot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:iron", "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_ingot", - "minecraft:item_name": { - "translate": "item.minecraft.iron_ingot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_ingot" } }, "raw_copper": { "id": 905, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_copper", "minecraft:item_name": { "translate": "item.minecraft.raw_copper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_copper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_ingot": { "id": 906, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_ingot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:copper", "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_ingot", - "minecraft:item_name": { - "translate": "item.minecraft.copper_ingot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_ingot" } }, "raw_gold": { "id": 907, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raw_gold", "minecraft:item_name": { "translate": "item.minecraft.raw_gold" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raw_gold", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gold_ingot": { "id": 908, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.gold_ingot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:gold", "minecraft:lore": [], - "minecraft:item_model": "minecraft:gold_ingot", - "minecraft:item_name": { - "translate": "item.minecraft.gold_ingot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gold_ingot" } }, "netherite_ingot": { "id": 909, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:provides_trim_material": "minecraft:netherite", - "minecraft:item_model": "minecraft:netherite_ingot", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.netherite_ingot" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:provides_trim_material": "minecraft:netherite", + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_ingot" } }, "netherite_scrap": { "id": 910, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:netherite_scrap", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.netherite_scrap" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_scrap" } }, "wooden_sword": { "id": 911, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wooden_sword" + }, + "minecraft:max_damage": 59, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16005,15 +17831,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 59, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:wooden_sword", - "minecraft:item_name": { - "translate": "item.minecraft.wooden_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16033,22 +17851,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:wooden_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wooden_sword" } }, "wooden_shovel": { "id": 912, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wooden_shovel" + }, + "minecraft:max_damage": 59, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16065,15 +17893,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 59, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:wooden_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.wooden_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16087,24 +17907,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:wooden_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wooden_shovel" } }, "wooden_pickaxe": { "id": 913, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wooden_pickaxe" + }, + "minecraft:max_damage": 59, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16121,15 +17951,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 59, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:wooden_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.wooden_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16143,24 +17965,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:wooden_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wooden_pickaxe" } }, "wooden_axe": { "id": 914, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wooden_axe" + }, + "minecraft:max_damage": 59, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16177,15 +18009,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 59, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:wooden_axe", - "minecraft:item_name": { - "translate": "item.minecraft.wooden_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16199,25 +18023,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wooden_axe" } }, "wooden_hoe": { "id": 915, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wooden_hoe" + }, + "minecraft:max_damage": 59, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16234,15 +18068,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 59, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:wooden_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.wooden_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16256,24 +18082,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:wooden_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wooden_hoe" } }, "copper_sword": { "id": 916, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_sword" + }, + "minecraft:max_damage": 190, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16290,15 +18126,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 190, - "minecraft:enchantable": { - "value": 13 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:copper_sword", - "minecraft:item_name": { - "translate": "item.minecraft.copper_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16318,22 +18146,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:copper_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 13 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_sword" } }, "copper_shovel": { "id": 917, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_shovel" + }, + "minecraft:max_damage": 190, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16350,15 +18188,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 190, - "minecraft:enchantable": { - "value": 13 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:copper_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.copper_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16372,24 +18202,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:copper_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 13 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_shovel" } }, "copper_pickaxe": { "id": 918, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_pickaxe" + }, + "minecraft:max_damage": 190, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16406,15 +18246,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 190, - "minecraft:enchantable": { - "value": 13 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:copper_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.copper_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16428,24 +18260,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:copper_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 13 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_pickaxe" } }, "copper_axe": { "id": 919, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_axe" + }, + "minecraft:max_damage": 190, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16462,15 +18304,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 190, - "minecraft:enchantable": { - "value": 13 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:copper_axe", - "minecraft:item_name": { - "translate": "item.minecraft.copper_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16484,25 +18318,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:copper_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:copper_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 13 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_axe" } }, "copper_hoe": { "id": 920, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_hoe" + }, + "minecraft:max_damage": 190, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16519,15 +18363,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 190, - "minecraft:enchantable": { - "value": 13 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:copper_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.copper_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16541,24 +18377,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:copper_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 13 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_hoe" } }, "stone_sword": { "id": 921, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stone_sword" + }, + "minecraft:max_damage": 131, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16575,15 +18421,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 131, - "minecraft:enchantable": { - "value": 5 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:stone_sword", - "minecraft:item_name": { - "translate": "item.minecraft.stone_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16603,22 +18441,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:stone_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 5 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_sword" } }, "stone_shovel": { "id": 922, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stone_shovel" + }, + "minecraft:max_damage": 131, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16635,15 +18483,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 131, - "minecraft:enchantable": { - "value": 5 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:stone_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.stone_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16657,24 +18497,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:stone_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 5 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_shovel" } }, "stone_pickaxe": { "id": 923, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stone_pickaxe" + }, + "minecraft:max_damage": 131, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16691,15 +18541,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 131, - "minecraft:enchantable": { - "value": 5 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:stone_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.stone_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16713,24 +18555,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:stone_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 5 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_pickaxe" } }, "stone_axe": { "id": 924, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stone_axe" + }, + "minecraft:max_damage": 131, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16747,15 +18599,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 131, - "minecraft:enchantable": { - "value": 5 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:stone_axe", - "minecraft:item_name": { - "translate": "item.minecraft.stone_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16769,25 +18613,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_axe" } }, "stone_hoe": { "id": 925, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stone_hoe" + }, + "minecraft:max_damage": 131, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16804,15 +18658,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 131, - "minecraft:enchantable": { - "value": 5 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:stone_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.stone_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16826,24 +18672,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:stone_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 5 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stone_hoe" } }, "golden_sword": { "id": 926, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_sword" + }, + "minecraft:max_damage": 32, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16860,15 +18716,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 32, - "minecraft:enchantable": { - "value": 22 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:golden_sword", - "minecraft:item_name": { - "translate": "item.minecraft.golden_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16888,22 +18736,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:gold_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 22 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_sword" } }, "golden_shovel": { "id": 927, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_shovel" + }, + "minecraft:max_damage": 32, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16920,15 +18778,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 32, - "minecraft:enchantable": { - "value": 22 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:golden_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.golden_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16942,24 +18792,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:gold_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 22 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_shovel" } }, "golden_pickaxe": { "id": 928, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_pickaxe" + }, + "minecraft:max_damage": 32, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -16976,15 +18836,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 32, - "minecraft:enchantable": { - "value": 22 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:golden_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.golden_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -16998,24 +18850,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:gold_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 22 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_pickaxe" } }, "golden_axe": { "id": 929, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_axe" + }, + "minecraft:max_damage": 32, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17032,15 +18894,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 32, - "minecraft:enchantable": { - "value": 22 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:golden_axe", - "minecraft:item_name": { - "translate": "item.minecraft.golden_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17054,25 +18908,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_axe" } }, "golden_hoe": { "id": 930, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_hoe" + }, + "minecraft:max_damage": 32, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17089,15 +18953,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 32, - "minecraft:enchantable": { - "value": 22 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:golden_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.golden_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17111,24 +18967,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:gold_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 22 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_hoe" } }, "iron_sword": { "id": 931, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_sword" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17145,15 +19011,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 14 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:iron_sword", - "minecraft:item_name": { - "translate": "item.minecraft.iron_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17173,22 +19031,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:iron_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 14 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_sword" } }, "iron_shovel": { "id": 932, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_shovel" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17205,15 +19073,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 14 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:iron_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.iron_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17227,24 +19087,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:iron_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 14 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_shovel" } }, "iron_pickaxe": { "id": 933, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_pickaxe" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17261,15 +19131,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 14 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:iron_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.iron_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17283,24 +19145,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:iron_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 14 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_pickaxe" } }, "iron_axe": { "id": 934, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_axe" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17317,15 +19189,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 14 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:iron_axe", - "minecraft:item_name": { - "translate": "item.minecraft.iron_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17339,25 +19203,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_axe" } }, "iron_hoe": { "id": 935, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_hoe" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17374,15 +19248,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 14 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:iron_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.iron_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17396,24 +19262,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:iron_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 14 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_hoe" } }, "diamond_sword": { "id": 936, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_sword" + }, + "minecraft:max_damage": 1561, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17430,15 +19306,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 1561, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:diamond_sword", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_sword" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17458,22 +19326,32 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:diamond_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_sword" } }, "diamond_shovel": { "id": 937, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_shovel" + }, + "minecraft:max_damage": 1561, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17490,15 +19368,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 1561, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:diamond_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17512,24 +19382,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:diamond_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_shovel" } }, "diamond_pickaxe": { "id": 938, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_pickaxe" + }, + "minecraft:max_damage": 1561, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17546,15 +19426,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 1561, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:diamond_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_pickaxe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17568,24 +19440,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:diamond_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_pickaxe" } }, "diamond_axe": { "id": 939, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_axe" + }, + "minecraft:max_damage": 1561, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17602,15 +19484,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 1561, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:diamond_axe", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17624,25 +19498,35 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_axe" } }, "diamond_hoe": { "id": 940, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_hoe" + }, + "minecraft:max_damage": 1561, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17659,15 +19543,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 1561, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:diamond_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17681,24 +19557,34 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, "minecraft:repairable": { "items": "#minecraft:diamond_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_hoe" } }, "netherite_sword": { "id": 941, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_sword" + }, + "minecraft:max_damage": 2031, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17715,18 +19601,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 2031, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:netherite_sword", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_sword" - }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17746,22 +19621,35 @@ "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, "minecraft:repairable": { "items": "#minecraft:netherite_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_sword" } }, "netherite_shovel": { "id": 942, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_shovel" + }, + "minecraft:max_damage": 2031, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17778,15 +19666,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 2031, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:netherite_shovel", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_shovel" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17800,27 +19680,37 @@ } ] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:weapon": { + "item_damage_per_attack": 2 }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, "minecraft:repairable": { "items": "#minecraft:netherite_tool_materials" }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_shovel" } }, "netherite_pickaxe": { "id": 943, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_pickaxe" + }, + "minecraft:max_damage": 2031, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17837,18 +19727,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 2031, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:netherite_pickaxe", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_pickaxe" - }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17862,24 +19741,37 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": { + "item_damage_per_attack": 2 + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, "minecraft:repairable": { "items": "#minecraft:netherite_tool_materials" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_pickaxe" } }, "netherite_axe": { "id": 944, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_axe" + }, + "minecraft:max_damage": 2031, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17896,15 +19788,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 2031, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:netherite_axe", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_axe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17918,28 +19802,38 @@ } ] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], "minecraft:weapon": { "item_damage_per_attack": 2, "disable_blocking_for_seconds": 5.0 - } + }, + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_axe" } }, "netherite_hoe": { "id": 945, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_hoe" + }, + "minecraft:max_damage": 2031, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -17956,15 +19850,7 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 2031, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:netherite_hoe", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_hoe" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -17978,177 +19864,203 @@ } ] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:weapon": { + "item_damage_per_attack": 2 }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, "minecraft:repairable": { "items": "#minecraft:netherite_tool_materials" }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": { - "item_damage_per_attack": 2 - } + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_hoe" } }, "stick": { "id": 946, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stick", "minecraft:item_name": { "translate": "item.minecraft.stick" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stick", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mushroom_stew": { "id": 947, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 6, - "saturation": 7.2000003 + "minecraft:item_name": { + "translate": "item.minecraft.mushroom_stew" }, "minecraft:use_remainder": { "id": "minecraft:bowl", "count": 1 }, - "minecraft:consumable": {}, - "minecraft:item_model": "minecraft:mushroom_stew", - "minecraft:item_name": { - "translate": "item.minecraft.mushroom_stew" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003 + }, "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mushroom_stew" } }, "string": { "id": 948, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:string", "minecraft:item_name": { "translate": "item.minecraft.string" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:string", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "feather": { "id": 949, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:feather", "minecraft:item_name": { "translate": "item.minecraft.feather" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:feather", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gunpowder": { "id": 950, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gunpowder", "minecraft:item_name": { "translate": "item.minecraft.gunpowder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gunpowder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wheat_seeds": { "id": 951, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wheat_seeds", "minecraft:item_name": { "translate": "item.minecraft.wheat_seeds" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wheat_seeds", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wheat": { "id": 952, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wheat", "minecraft:item_name": { "translate": "item.minecraft.wheat" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wheat", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bread": { "id": 953, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.bread" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 5, "saturation": 6.0 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:bread", - "minecraft:item_name": { - "translate": "item.minecraft.bread" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bread" } }, "leather_helmet": { "id": 954, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.leather_helmet" + }, + "minecraft:max_damage": 55, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18165,35 +20077,37 @@ "slot": "head" } ], - "minecraft:max_damage": 55, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:leather", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_leather" - }, - "minecraft:item_model": "minecraft:leather_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.leather_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_leather", + "asset_id": "minecraft:leather" + }, "minecraft:repairable": { "items": "#minecraft:repairs_leather_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather_helmet" } }, "leather_chestplate": { "id": 955, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.leather_chestplate" + }, + "minecraft:max_damage": 80, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18210,35 +20124,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 80, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:leather", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_leather" - }, - "minecraft:item_model": "minecraft:leather_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.leather_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_leather", + "asset_id": "minecraft:leather" + }, "minecraft:repairable": { "items": "#minecraft:repairs_leather_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather_chestplate" } }, "leather_leggings": { "id": 956, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.leather_leggings" + }, + "minecraft:max_damage": 75, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18255,35 +20171,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 75, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:leather", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_leather" - }, - "minecraft:item_model": "minecraft:leather_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.leather_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_leather", + "asset_id": "minecraft:leather" + }, "minecraft:repairable": { "items": "#minecraft:repairs_leather_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather_leggings" } }, "leather_boots": { "id": 957, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.leather_boots" + }, + "minecraft:max_damage": 65, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18300,35 +20218,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 65, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:leather", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_leather" - }, - "minecraft:item_model": "minecraft:leather_boots", - "minecraft:item_name": { - "translate": "item.minecraft.leather_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_leather", + "asset_id": "minecraft:leather" + }, "minecraft:repairable": { "items": "#minecraft:repairs_leather_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather_boots" } }, "copper_helmet": { "id": 958, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_helmet" + }, + "minecraft:max_damage": 121, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18345,35 +20265,37 @@ "slot": "head" } ], - "minecraft:max_damage": 121, - "minecraft:enchantable": { - "value": 8 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:copper", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_copper" - }, - "minecraft:item_model": "minecraft:copper_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.copper_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_copper", + "asset_id": "minecraft:copper" + }, "minecraft:repairable": { "items": "#minecraft:repairs_copper_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 8 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_helmet" } }, "copper_chestplate": { "id": 959, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_chestplate" + }, + "minecraft:max_damage": 176, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18390,35 +20312,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 176, - "minecraft:enchantable": { - "value": 8 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:copper", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_copper" - }, - "minecraft:item_model": "minecraft:copper_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.copper_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_copper", + "asset_id": "minecraft:copper" + }, "minecraft:repairable": { "items": "#minecraft:repairs_copper_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 8 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_chestplate" } }, "copper_leggings": { "id": 960, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_leggings" + }, + "minecraft:max_damage": 165, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18435,35 +20359,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 165, - "minecraft:enchantable": { - "value": 8 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:copper", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_copper" - }, - "minecraft:item_model": "minecraft:copper_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.copper_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_copper", + "asset_id": "minecraft:copper" + }, "minecraft:repairable": { "items": "#minecraft:repairs_copper_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 8 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_leggings" } }, "copper_boots": { "id": 961, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_boots" + }, + "minecraft:max_damage": 143, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18480,35 +20406,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 143, - "minecraft:enchantable": { - "value": 8 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:copper", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_copper" - }, - "minecraft:item_model": "minecraft:copper_boots", - "minecraft:item_name": { - "translate": "item.minecraft.copper_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_copper", + "asset_id": "minecraft:copper" + }, "minecraft:repairable": { "items": "#minecraft:repairs_copper_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 8 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_boots" } }, "chainmail_helmet": { "id": 962, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chainmail_helmet" + }, + "minecraft:max_damage": 165, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18525,35 +20453,37 @@ "slot": "head" } ], - "minecraft:max_damage": 165, - "minecraft:enchantable": { - "value": 12 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:chainmail", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_chain" - }, - "minecraft:item_model": "minecraft:chainmail_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.chainmail_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_chain", + "asset_id": "minecraft:chainmail" + }, "minecraft:repairable": { "items": "#minecraft:repairs_chain_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 12 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chainmail_helmet" } }, "chainmail_chestplate": { "id": 963, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chainmail_chestplate" + }, + "minecraft:max_damage": 240, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18570,35 +20500,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 240, - "minecraft:enchantable": { - "value": 12 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:chainmail", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_chain" - }, - "minecraft:item_model": "minecraft:chainmail_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.chainmail_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_chain", + "asset_id": "minecraft:chainmail" + }, "minecraft:repairable": { "items": "#minecraft:repairs_chain_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 12 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chainmail_chestplate" } }, "chainmail_leggings": { "id": 964, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chainmail_leggings" + }, + "minecraft:max_damage": 225, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18615,35 +20547,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 225, - "minecraft:enchantable": { - "value": 12 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:chainmail", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_chain" - }, - "minecraft:item_model": "minecraft:chainmail_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.chainmail_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_chain", + "asset_id": "minecraft:chainmail" + }, "minecraft:repairable": { "items": "#minecraft:repairs_chain_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 12 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chainmail_leggings" } }, "chainmail_boots": { "id": 965, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chainmail_boots" + }, + "minecraft:max_damage": 195, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18660,35 +20594,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 195, - "minecraft:enchantable": { - "value": 12 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:chainmail", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_chain" - }, - "minecraft:item_model": "minecraft:chainmail_boots", - "minecraft:item_name": { - "translate": "item.minecraft.chainmail_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_chain", + "asset_id": "minecraft:chainmail" + }, "minecraft:repairable": { "items": "#minecraft:repairs_chain_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 12 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chainmail_boots" } }, "iron_helmet": { "id": 966, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_helmet" + }, + "minecraft:max_damage": 165, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18705,35 +20641,37 @@ "slot": "head" } ], - "minecraft:max_damage": 165, - "minecraft:enchantable": { - "value": 9 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:iron", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_iron" - }, - "minecraft:item_model": "minecraft:iron_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.iron_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_iron", + "asset_id": "minecraft:iron" + }, "minecraft:repairable": { "items": "#minecraft:repairs_iron_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_helmet" } }, "iron_chestplate": { "id": 967, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_chestplate" + }, + "minecraft:max_damage": 240, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18750,35 +20688,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 240, - "minecraft:enchantable": { - "value": 9 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:iron", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_iron" - }, - "minecraft:item_model": "minecraft:iron_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.iron_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_iron", + "asset_id": "minecraft:iron" + }, "minecraft:repairable": { "items": "#minecraft:repairs_iron_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_chestplate" } }, "iron_leggings": { "id": 968, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_leggings" + }, + "minecraft:max_damage": 225, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18795,35 +20735,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 225, - "minecraft:enchantable": { - "value": 9 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:iron", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_iron" - }, - "minecraft:item_model": "minecraft:iron_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.iron_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_iron", + "asset_id": "minecraft:iron" + }, "minecraft:repairable": { "items": "#minecraft:repairs_iron_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_leggings" } }, "iron_boots": { "id": 969, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_boots" + }, + "minecraft:max_damage": 195, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18840,35 +20782,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 195, - "minecraft:enchantable": { - "value": 9 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:iron", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_iron" - }, - "minecraft:item_model": "minecraft:iron_boots", - "minecraft:item_name": { - "translate": "item.minecraft.iron_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_iron", + "asset_id": "minecraft:iron" + }, "minecraft:repairable": { "items": "#minecraft:repairs_iron_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_boots" } }, "diamond_helmet": { "id": 970, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_helmet" + }, + "minecraft:max_damage": 363, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18885,35 +20829,37 @@ "slot": "head" } ], - "minecraft:max_damage": 363, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:diamond", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_diamond" - }, - "minecraft:item_model": "minecraft:diamond_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_diamond", + "asset_id": "minecraft:diamond" + }, "minecraft:repairable": { "items": "#minecraft:repairs_diamond_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_helmet" } }, "diamond_chestplate": { "id": 971, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_chestplate" + }, + "minecraft:max_damage": 528, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18930,35 +20876,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 528, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:diamond", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_diamond" - }, - "minecraft:item_model": "minecraft:diamond_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_diamond", + "asset_id": "minecraft:diamond" + }, "minecraft:repairable": { "items": "#minecraft:repairs_diamond_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_chestplate" } }, "diamond_leggings": { "id": 972, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_leggings" + }, + "minecraft:max_damage": 495, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -18975,35 +20923,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 495, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:diamond", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_diamond" - }, - "minecraft:item_model": "minecraft:diamond_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_diamond", + "asset_id": "minecraft:diamond" + }, "minecraft:repairable": { "items": "#minecraft:repairs_diamond_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_leggings" } }, "diamond_boots": { "id": 973, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_boots" + }, + "minecraft:max_damage": 429, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19020,35 +20970,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 429, - "minecraft:enchantable": { - "value": 10 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:diamond", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_diamond" - }, - "minecraft:item_model": "minecraft:diamond_boots", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_diamond", + "asset_id": "minecraft:diamond" + }, "minecraft:repairable": { "items": "#minecraft:repairs_diamond_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_boots" } }, "golden_helmet": { "id": 974, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_helmet" + }, + "minecraft:max_damage": 77, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19065,35 +21017,37 @@ "slot": "head" } ], - "minecraft:max_damage": 77, - "minecraft:enchantable": { - "value": 25 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:gold", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_gold" - }, - "minecraft:item_model": "minecraft:golden_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.golden_helmet" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_gold", + "asset_id": "minecraft:gold" + }, "minecraft:repairable": { "items": "#minecraft:repairs_gold_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 25 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_helmet" } }, "golden_chestplate": { "id": 975, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_chestplate" + }, + "minecraft:max_damage": 112, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19110,35 +21064,37 @@ "slot": "chest" } ], - "minecraft:max_damage": 112, - "minecraft:enchantable": { - "value": 25 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:gold", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_gold" - }, - "minecraft:item_model": "minecraft:golden_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.golden_chestplate" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_gold", + "asset_id": "minecraft:gold" + }, "minecraft:repairable": { "items": "#minecraft:repairs_gold_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 25 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_chestplate" } }, "golden_leggings": { "id": 976, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_leggings" + }, + "minecraft:max_damage": 105, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19155,35 +21111,37 @@ "slot": "legs" } ], - "minecraft:max_damage": 105, - "minecraft:enchantable": { - "value": 25 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:gold", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_gold" - }, - "minecraft:item_model": "minecraft:golden_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.golden_leggings" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_gold", + "asset_id": "minecraft:gold" + }, "minecraft:repairable": { "items": "#minecraft:repairs_gold_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 25 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_leggings" } }, "golden_boots": { "id": 977, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_boots" + }, + "minecraft:max_damage": 91, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19200,35 +21158,37 @@ "slot": "feet" } ], - "minecraft:max_damage": 91, - "minecraft:enchantable": { - "value": 25 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:gold", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_gold" - }, - "minecraft:item_model": "minecraft:golden_boots", - "minecraft:item_name": { - "translate": "item.minecraft.golden_boots" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_gold", + "asset_id": "minecraft:gold" + }, "minecraft:repairable": { "items": "#minecraft:repairs_gold_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 25 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_boots" } }, "netherite_helmet": { "id": 978, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_helmet" + }, + "minecraft:max_damage": 407, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19252,38 +21212,40 @@ "slot": "head" } ], - "minecraft:max_damage": 407, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:netherite", - "slot": "head", - "equip_sound": "minecraft:item.armor.equip_netherite" - }, - "minecraft:item_model": "minecraft:netherite_helmet", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_helmet" - }, + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_netherite", + "asset_id": "minecraft:netherite" + }, "minecraft:repairable": { "items": "#minecraft:repairs_netherite_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_helmet" } }, "netherite_chestplate": { "id": 979, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_chestplate" + }, + "minecraft:max_damage": 592, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19307,38 +21269,40 @@ "slot": "chest" } ], - "minecraft:max_damage": 592, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:netherite", - "slot": "chest", - "equip_sound": "minecraft:item.armor.equip_netherite" - }, - "minecraft:item_model": "minecraft:netherite_chestplate", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_chestplate" - }, + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_netherite", + "asset_id": "minecraft:netherite" + }, "minecraft:repairable": { "items": "#minecraft:repairs_netherite_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_chestplate" } }, "netherite_leggings": { "id": 980, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_leggings" + }, + "minecraft:max_damage": 555, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19362,38 +21326,40 @@ "slot": "legs" } ], - "minecraft:max_damage": 555, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:netherite", - "slot": "legs", - "equip_sound": "minecraft:item.armor.equip_netherite" - }, - "minecraft:item_model": "minecraft:netherite_leggings", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_leggings" - }, + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_netherite", + "asset_id": "minecraft:netherite" + }, "minecraft:repairable": { "items": "#minecraft:repairs_netherite_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_leggings" } }, "netherite_boots": { "id": 981, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_boots" + }, + "minecraft:max_damage": 481, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -19417,2319 +21383,2578 @@ "slot": "feet" } ], - "minecraft:max_damage": 481, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:equippable": { - "asset_id": "minecraft:netherite", - "slot": "feet", - "equip_sound": "minecraft:item.armor.equip_netherite" - }, - "minecraft:item_model": "minecraft:netherite_boots", - "minecraft:item_name": { - "translate": "item.minecraft.netherite_boots" - }, + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_netherite", + "asset_id": "minecraft:netherite" + }, "minecraft:repairable": { "items": "#minecraft:repairs_netherite_armor" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_boots" } }, "flint": { "id": 982, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flint", "minecraft:item_name": { "translate": "item.minecraft.flint" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flint", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "porkchop": { "id": 983, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.porkchop" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 3, "saturation": 1.8000001 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:porkchop", - "minecraft:item_name": { - "translate": "item.minecraft.porkchop" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:porkchop" } }, "cooked_porkchop": { "id": 984, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_porkchop" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 8, "saturation": 12.8 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_porkchop", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_porkchop" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_porkchop" } }, "painting": { "id": 985, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:painting", "minecraft:item_name": { "translate": "item.minecraft.painting" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:painting", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "golden_apple": { "id": 986, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_apple" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 4, - "saturation": 9.6, - "can_always_eat": true - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:regeneration", - "show_icon": true, "amplifier": 1, - "duration": 100 + "duration": 100, + "show_icon": true }, { "id": "minecraft:absorption", - "show_icon": true, - "duration": 2400 + "duration": 2400, + "show_icon": true } ], "type": "minecraft:apply_effects" } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 4, + "saturation": 9.6, + "can_always_eat": true + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:golden_apple", - "minecraft:item_name": { - "translate": "item.minecraft.golden_apple" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_apple" } }, "enchanted_golden_apple": { "id": 987, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 4, - "saturation": 9.6, - "can_always_eat": true + "minecraft:item_name": { + "translate": "item.minecraft.enchanted_golden_apple" }, - "minecraft:enchantment_glint_override": true, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:regeneration", - "show_icon": true, "amplifier": 1, - "duration": 400 + "duration": 400, + "show_icon": true }, { "id": "minecraft:resistance", - "show_icon": true, - "duration": 6000 + "duration": 6000, + "show_icon": true }, { "id": "minecraft:fire_resistance", - "show_icon": true, - "duration": 6000 + "duration": 6000, + "show_icon": true }, { "id": "minecraft:absorption", - "show_icon": true, "amplifier": 3, - "duration": 2400 + "duration": 2400, + "show_icon": true } ], "type": "minecraft:apply_effects" } ] }, - "minecraft:item_model": "minecraft:enchanted_golden_apple", - "minecraft:item_name": { - "translate": "item.minecraft.enchanted_golden_apple" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, "minecraft:rarity": "rare", + "minecraft:food": { + "nutrition": 4, + "saturation": 9.6, + "can_always_eat": true + }, "minecraft:max_stack_size": 64, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:enchanted_golden_apple" } }, "oak_sign": { "id": 988, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_sign", "minecraft:item_name": { "translate": "block.minecraft.oak_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_sign": { "id": 989, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_sign", "minecraft:item_name": { "translate": "block.minecraft.spruce_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_sign": { "id": 990, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_sign", "minecraft:item_name": { "translate": "block.minecraft.birch_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_sign": { "id": 991, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_sign", "minecraft:item_name": { "translate": "block.minecraft.jungle_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_sign": { "id": 992, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_sign", "minecraft:item_name": { "translate": "block.minecraft.acacia_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_sign": { "id": 993, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_sign", "minecraft:item_name": { "translate": "block.minecraft.cherry_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_sign": { "id": 994, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_sign", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_sign": { "id": 995, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_sign", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_sign": { "id": 996, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_sign", "minecraft:item_name": { "translate": "block.minecraft.mangrove_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_sign": { "id": 997, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_sign", "minecraft:item_name": { "translate": "block.minecraft.bamboo_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_sign": { "id": 998, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_sign", "minecraft:item_name": { "translate": "block.minecraft.crimson_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_sign": { "id": 999, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_sign", "minecraft:item_name": { "translate": "block.minecraft.warped_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oak_hanging_sign": { "id": 1000, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oak_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.oak_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oak_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spruce_hanging_sign": { "id": 1001, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spruce_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.spruce_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spruce_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "birch_hanging_sign": { "id": 1002, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:birch_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.birch_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:birch_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "jungle_hanging_sign": { "id": 1003, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:jungle_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.jungle_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:jungle_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "acacia_hanging_sign": { "id": 1004, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:acacia_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.acacia_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:acacia_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cherry_hanging_sign": { "id": 1005, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cherry_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.cherry_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cherry_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dark_oak_hanging_sign": { "id": 1006, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dark_oak_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.dark_oak_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dark_oak_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pale_oak_hanging_sign": { "id": 1007, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pale_oak_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.pale_oak_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pale_oak_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mangrove_hanging_sign": { "id": 1008, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mangrove_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.mangrove_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mangrove_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bamboo_hanging_sign": { "id": 1009, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bamboo_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.bamboo_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bamboo_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crimson_hanging_sign": { "id": 1010, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crimson_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.crimson_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crimson_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "warped_hanging_sign": { "id": 1011, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warped_hanging_sign", "minecraft:item_name": { "translate": "block.minecraft.warped_hanging_sign" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warped_hanging_sign", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bucket": { "id": 1012, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bucket", "minecraft:item_name": { "translate": "item.minecraft.bucket" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bucket", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "water_bucket": { "id": 1013, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:water_bucket", "minecraft:item_name": { "translate": "item.minecraft.water_bucket" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:water_bucket", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lava_bucket": { "id": 1014, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lava_bucket", "minecraft:item_name": { "translate": "item.minecraft.lava_bucket" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lava_bucket", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "powder_snow_bucket": { "id": 1015, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:powder_snow_bucket", "minecraft:item_name": { "translate": "item.minecraft.powder_snow_bucket" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:powder_snow_bucket", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "snowball": { "id": 1016, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snowball", "minecraft:item_name": { "translate": "item.minecraft.snowball" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snowball", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "leather": { "id": 1017, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:leather", "minecraft:item_name": { "translate": "item.minecraft.leather" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "milk_bucket": { "id": 1018, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:item_name": { + "translate": "item.minecraft.milk_bucket" + }, "minecraft:use_remainder": { "id": "minecraft:bucket", "count": 1 }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:consumable": { + "animation": "drink", "sound": "minecraft:entity.generic.drink", "has_consume_particles": false, "on_consume_effects": [ { "type": "minecraft:clear_all_effects" } - ], - "animation": "drink" + ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:milk_bucket", - "minecraft:item_name": { - "translate": "item.minecraft.milk_bucket" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:milk_bucket" } }, "pufferfish_bucket": { "id": 1019, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:pufferfish_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.pufferfish_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 1, + "saturation": 0.2 + }, + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pufferfish_bucket" } }, "salmon_bucket": { "id": 1020, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:salmon_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.salmon_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:salmon_bucket" } }, "cod_bucket": { "id": 1021, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:cod_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.cod_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cod_bucket" } }, "tropical_fish_bucket": { "id": 1022, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:tropical_fish_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.tropical_fish_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 1, + "saturation": 0.2 + }, + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tropical_fish_bucket" } }, "axolotl_bucket": { "id": 1023, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:axolotl_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.axolotl_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:axolotl_bucket" } }, "tadpole_bucket": { "id": 1024, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:tadpole_bucket", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.tadpole_bucket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:bucket_entity_data": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tadpole_bucket" } }, "brick": { "id": 1025, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brick", "minecraft:item_name": { "translate": "item.minecraft.brick" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brick", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "clay_ball": { "id": 1026, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:clay_ball", "minecraft:item_name": { "translate": "item.minecraft.clay_ball" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:clay_ball", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "dried_kelp_block": { "id": 1027, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dried_kelp_block", "minecraft:item_name": { "translate": "block.minecraft.dried_kelp_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dried_kelp_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "paper": { "id": 1028, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:paper", "minecraft:item_name": { "translate": "item.minecraft.paper" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:paper", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "book": { "id": 1029, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantable": { - "value": 1 - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:book", "minecraft:item_name": { "translate": "item.minecraft.book" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:enchantable": { + "value": 1 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:book" } }, "slime_ball": { "id": 1030, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:slime_ball", "minecraft:item_name": { "translate": "item.minecraft.slime_ball" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:slime_ball", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "egg": { "id": 1031, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:chicken/variant": "minecraft:temperate", - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:egg", "minecraft:item_name": { "translate": "item.minecraft.egg" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:chicken/variant": "minecraft:temperate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:egg" } }, "blue_egg": { "id": 1032, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:chicken/variant": "minecraft:cold", - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_egg", "minecraft:item_name": { "translate": "item.minecraft.blue_egg" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:chicken/variant": "minecraft:cold", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_egg" } }, "brown_egg": { "id": 1033, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:chicken/variant": "minecraft:warm", - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_egg", "minecraft:item_name": { "translate": "item.minecraft.brown_egg" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:chicken/variant": "minecraft:warm", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_egg" } }, "compass": { "id": 1034, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:compass", "minecraft:item_name": { "translate": "item.minecraft.compass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:compass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "recovery_compass": { "id": 1035, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:recovery_compass", "minecraft:item_name": { "translate": "item.minecraft.recovery_compass" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:recovery_compass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "bundle": { "id": 1036, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:bundle", - "minecraft:item_name": { - "translate": "item.minecraft.bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bundle" } }, "white_bundle": { "id": 1037, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.white_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.white_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_bundle" } }, "orange_bundle": { "id": 1038, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.orange_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.orange_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_bundle" } }, "magenta_bundle": { "id": 1039, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.magenta_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.magenta_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_bundle" } }, "light_blue_bundle": { "id": 1040, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.light_blue_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.light_blue_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_bundle" } }, "yellow_bundle": { "id": 1041, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.yellow_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.yellow_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_bundle" } }, "lime_bundle": { "id": 1042, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.lime_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.lime_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_bundle" } }, "pink_bundle": { "id": 1043, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pink_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.pink_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_bundle" } }, "gray_bundle": { "id": 1044, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.gray_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.gray_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_bundle" } }, "light_gray_bundle": { "id": 1045, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.light_gray_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.light_gray_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_bundle" } }, "cyan_bundle": { "id": 1046, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cyan_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.cyan_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_bundle" } }, "purple_bundle": { "id": 1047, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.purple_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.purple_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_bundle" } }, "blue_bundle": { "id": 1048, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.blue_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.blue_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_bundle" } }, "brown_bundle": { "id": 1049, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.brown_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.brown_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_bundle" } }, "green_bundle": { "id": 1050, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.green_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.green_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_bundle" } }, "red_bundle": { "id": 1051, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.red_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.red_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_bundle" } }, "black_bundle": { "id": 1052, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.black_bundle" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:bundle_contents": [], "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_bundle", - "minecraft:item_name": { - "translate": "item.minecraft.black_bundle" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_bundle" } }, "fishing_rod": { "id": 1053, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:max_damage": 64, - "minecraft:enchantable": { - "value": 1 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:fishing_rod", "minecraft:item_name": { "translate": "item.minecraft.fishing_rod" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:max_damage": 64, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 1 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fishing_rod" } }, "clock": { "id": 1054, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:clock", "minecraft:item_name": { "translate": "item.minecraft.clock" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:clock", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "spyglass": { "id": 1055, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spyglass", "minecraft:item_name": { "translate": "item.minecraft.spyglass" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spyglass", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glowstone_dust": { "id": 1056, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glowstone_dust", "minecraft:item_name": { "translate": "item.minecraft.glowstone_dust" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glowstone_dust", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cod": { "id": 1057, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cod" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 0.4 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cod", - "minecraft:item_name": { - "translate": "item.minecraft.cod" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cod" } }, "salmon": { "id": 1058, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.salmon" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 0.4 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:salmon", - "minecraft:item_name": { - "translate": "item.minecraft.salmon" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:salmon" } }, "tropical_fish": { "id": 1059, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.tropical_fish" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 1, "saturation": 0.2 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:tropical_fish", - "minecraft:item_name": { - "translate": "item.minecraft.tropical_fish" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tropical_fish" } }, "pufferfish": { "id": 1060, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pufferfish" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 1, - "saturation": 0.2 - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:poison", - "show_icon": true, "amplifier": 1, - "duration": 1200 + "duration": 1200, + "show_icon": true }, { "id": "minecraft:hunger", - "show_icon": true, "amplifier": 2, - "duration": 300 + "duration": 300, + "show_icon": true }, { "id": "minecraft:nausea", - "show_icon": true, - "duration": 300 + "duration": 300, + "show_icon": true } ], "type": "minecraft:apply_effects" } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 1, + "saturation": 0.2 + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:pufferfish", - "minecraft:item_name": { - "translate": "item.minecraft.pufferfish" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pufferfish" } }, "cooked_cod": { "id": 1061, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_cod" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 5, "saturation": 6.0 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_cod", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_cod" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_cod" } }, "cooked_salmon": { "id": 1062, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_salmon" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 6, "saturation": 9.6 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_salmon", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_salmon" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_salmon" } }, "ink_sac": { "id": 1063, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ink_sac", "minecraft:item_name": { "translate": "item.minecraft.ink_sac" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ink_sac", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glow_ink_sac": { "id": 1064, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glow_ink_sac", "minecraft:item_name": { "translate": "item.minecraft.glow_ink_sac" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glow_ink_sac", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cocoa_beans": { "id": 1065, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cocoa_beans", "minecraft:item_name": { "translate": "item.minecraft.cocoa_beans" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cocoa_beans", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_dye": { "id": 1066, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_dye", "minecraft:item_name": { "translate": "item.minecraft.white_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_dye": { "id": 1067, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_dye", "minecraft:item_name": { "translate": "item.minecraft.orange_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_dye": { "id": 1068, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_dye", "minecraft:item_name": { "translate": "item.minecraft.magenta_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_dye": { "id": 1069, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_dye", "minecraft:item_name": { "translate": "item.minecraft.light_blue_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_dye": { "id": 1070, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_dye", "minecraft:item_name": { "translate": "item.minecraft.yellow_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_dye": { "id": 1071, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_dye", "minecraft:item_name": { "translate": "item.minecraft.lime_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_dye": { "id": 1072, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_dye", "minecraft:item_name": { "translate": "item.minecraft.pink_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_dye": { "id": 1073, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_dye", "minecraft:item_name": { "translate": "item.minecraft.gray_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_dye": { "id": 1074, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_dye", "minecraft:item_name": { "translate": "item.minecraft.light_gray_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_dye": { "id": 1075, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_dye", "minecraft:item_name": { "translate": "item.minecraft.cyan_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_dye": { "id": 1076, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_dye", "minecraft:item_name": { "translate": "item.minecraft.purple_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_dye": { "id": 1077, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_dye", "minecraft:item_name": { "translate": "item.minecraft.blue_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_dye": { "id": 1078, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_dye", "minecraft:item_name": { "translate": "item.minecraft.brown_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_dye": { "id": 1079, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_dye", "minecraft:item_name": { "translate": "item.minecraft.green_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_dye": { "id": 1080, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_dye", "minecraft:item_name": { "translate": "item.minecraft.red_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_dye": { "id": 1081, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_dye", "minecraft:item_name": { "translate": "item.minecraft.black_dye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_dye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bone_meal": { "id": 1082, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bone_meal", "minecraft:item_name": { "translate": "item.minecraft.bone_meal" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bone_meal", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bone": { "id": 1083, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bone", "minecraft:item_name": { "translate": "item.minecraft.bone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sugar": { "id": 1084, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sugar", "minecraft:item_name": { "translate": "item.minecraft.sugar" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sugar", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cake": { "id": 1085, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cake", "minecraft:item_name": { "translate": "block.minecraft.cake" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cake", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_bed": { "id": 1086, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_bed", "minecraft:item_name": { "translate": "block.minecraft.white_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_bed": { "id": 1087, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_bed", "minecraft:item_name": { "translate": "block.minecraft.orange_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_bed": { "id": 1088, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_bed", "minecraft:item_name": { "translate": "block.minecraft.magenta_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_bed": { "id": 1089, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_bed", "minecraft:item_name": { "translate": "block.minecraft.light_blue_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_bed": { "id": 1090, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_bed", "minecraft:item_name": { "translate": "block.minecraft.yellow_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_bed": { "id": 1091, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_bed", "minecraft:item_name": { "translate": "block.minecraft.lime_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_bed": { "id": 1092, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_bed", "minecraft:item_name": { "translate": "block.minecraft.pink_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_bed": { "id": 1093, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_bed", "minecraft:item_name": { "translate": "block.minecraft.gray_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_bed": { "id": 1094, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_bed", "minecraft:item_name": { "translate": "block.minecraft.light_gray_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_bed": { "id": 1095, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_bed", "minecraft:item_name": { "translate": "block.minecraft.cyan_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_bed": { "id": 1096, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_bed", "minecraft:item_name": { "translate": "block.minecraft.purple_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_bed": { "id": 1097, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_bed", "minecraft:item_name": { "translate": "block.minecraft.blue_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_bed": { "id": 1098, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_bed", "minecraft:item_name": { "translate": "block.minecraft.brown_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_bed": { "id": 1099, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_bed", "minecraft:item_name": { "translate": "block.minecraft.green_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_bed": { "id": 1100, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_bed", "minecraft:item_name": { "translate": "block.minecraft.red_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_bed": { "id": 1101, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_bed", "minecraft:item_name": { "translate": "block.minecraft.black_bed" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_bed", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cookie": { "id": 1102, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cookie" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 0.4 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cookie", - "minecraft:item_name": { - "translate": "item.minecraft.cookie" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cookie" } }, "crafter": { "id": 1103, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:crafter", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crafter", "minecraft:item_name": { "translate": "block.minecraft.crafter" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "filled_map": { "id": 1104, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:map_decorations": {}, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:filled_map", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.filled_map" }, + "minecraft:map_decorations": {}, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:map_color": 4603950, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:filled_map" } }, "shears": { "id": 1105, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:max_damage": 238, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:shears", "minecraft:item_name": { "translate": "item.minecraft.shears" }, + "minecraft:max_damage": 238, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [ { @@ -21754,157 +23979,170 @@ } ] }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shears" } }, "melon_slice": { "id": 1106, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.melon_slice" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 1.2 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:melon_slice", - "minecraft:item_name": { - "translate": "item.minecraft.melon_slice" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:melon_slice" } }, "dried_kelp": { "id": 1107, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.dried_kelp" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": { + "consume_seconds": 0.8 + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 1, "saturation": 0.6 }, - "minecraft:consumable": { - "consume_seconds": 0.8 - }, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:dried_kelp", - "minecraft:item_name": { - "translate": "item.minecraft.dried_kelp" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dried_kelp" } }, "pumpkin_seeds": { "id": 1108, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pumpkin_seeds", "minecraft:item_name": { "translate": "item.minecraft.pumpkin_seeds" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pumpkin_seeds", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "melon_seeds": { "id": 1109, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:melon_seeds", "minecraft:item_name": { "translate": "item.minecraft.melon_seeds" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:melon_seeds", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "beef": { "id": 1110, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.beef" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 3, "saturation": 1.8000001 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:beef", - "minecraft:item_name": { - "translate": "item.minecraft.beef" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beef" } }, "cooked_beef": { "id": 1111, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_beef" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 8, "saturation": 12.8 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_beef", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_beef" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_beef" } }, "chicken": { "id": 1112, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chicken" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:hunger", - "show_icon": true, - "duration": 600 + "duration": 600, + "show_icon": true } ], "probability": 0.3, @@ -21912,57 +24150,61 @@ } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 1.2 + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:chicken", - "minecraft:item_name": { - "translate": "item.minecraft.chicken" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chicken" } }, "cooked_chicken": { "id": 1113, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_chicken" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 6, "saturation": 7.2000003 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_chicken", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_chicken" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_chicken" } }, "rotten_flesh": { "id": 1114, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.rotten_flesh" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 4, - "saturation": 0.8 - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:hunger", - "show_icon": true, - "duration": 600 + "duration": 600, + "show_icon": true } ], "probability": 0.8, @@ -21970,2075 +24212,2379 @@ } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 4, + "saturation": 0.8 + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:rotten_flesh", - "minecraft:item_name": { - "translate": "item.minecraft.rotten_flesh" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rotten_flesh" } }, "ender_pearl": { "id": 1115, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ender_pearl" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 16, "minecraft:use_cooldown": { "seconds": 1.0 }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:ender_pearl", - "minecraft:item_name": { - "translate": "item.minecraft.ender_pearl" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ender_pearl" } }, "blaze_rod": { "id": 1116, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blaze_rod", "minecraft:item_name": { "translate": "item.minecraft.blaze_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blaze_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ghast_tear": { "id": 1117, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ghast_tear", "minecraft:item_name": { "translate": "item.minecraft.ghast_tear" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ghast_tear", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gold_nugget": { "id": 1118, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gold_nugget", "minecraft:item_name": { "translate": "item.minecraft.gold_nugget" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gold_nugget", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "nether_wart": { "id": 1119, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_wart", "minecraft:item_name": { "translate": "item.minecraft.nether_wart" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_wart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glass_bottle": { "id": 1120, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glass_bottle", "minecraft:item_name": { "translate": "item.minecraft.glass_bottle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glass_bottle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "potion": { "id": 1121, "components": { - "minecraft:attribute_modifiers": [], + "minecraft:item_name": { + "translate": "item.minecraft.potion" + }, "minecraft:use_remainder": { "id": "minecraft:glass_bottle", "count": 1 }, - "minecraft:consumable": { - "sound": "minecraft:entity.generic.drink", - "has_consume_particles": false, - "animation": "drink" - }, - "minecraft:item_model": "minecraft:potion", - "minecraft:item_name": { - "translate": "item.minecraft.potion" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, "minecraft:potion_contents": {}, + "minecraft:consumable": { + "animation": "drink", + "sound": "minecraft:entity.generic.drink", + "has_consume_particles": false + }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:potion" } }, "spider_eye": { "id": 1122, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.spider_eye" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 2, - "saturation": 3.2 - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:poison", - "show_icon": true, - "duration": 100 + "duration": 100, + "show_icon": true } ], "type": "minecraft:apply_effects" } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 3.2 + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:spider_eye", - "minecraft:item_name": { - "translate": "item.minecraft.spider_eye" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spider_eye" } }, "fermented_spider_eye": { "id": 1123, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fermented_spider_eye", "minecraft:item_name": { "translate": "item.minecraft.fermented_spider_eye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fermented_spider_eye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blaze_powder": { "id": 1124, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blaze_powder", "minecraft:item_name": { "translate": "item.minecraft.blaze_powder" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blaze_powder", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magma_cream": { "id": 1125, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magma_cream", "minecraft:item_name": { "translate": "item.minecraft.magma_cream" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magma_cream", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brewing_stand": { "id": 1126, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:brewing_stand", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brewing_stand", "minecraft:item_name": { "translate": "block.minecraft.brewing_stand" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "cauldron": { "id": 1127, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cauldron", "minecraft:item_name": { "translate": "block.minecraft.cauldron" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cauldron", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ender_eye": { "id": 1128, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ender_eye", "minecraft:item_name": { "translate": "item.minecraft.ender_eye" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ender_eye", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glistering_melon_slice": { "id": 1129, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glistering_melon_slice", "minecraft:item_name": { "translate": "item.minecraft.glistering_melon_slice" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glistering_melon_slice", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, - "armadillo_spawn_egg": { + "chicken_spawn_egg": { "id": 1130, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.chicken_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:chicken" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:armadillo" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:armadillo_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.armadillo_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chicken_spawn_egg" } }, - "allay_spawn_egg": { + "cow_spawn_egg": { "id": 1131, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cow_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:cow" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:allay" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:allay_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.allay_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cow_spawn_egg" } }, - "axolotl_spawn_egg": { + "pig_spawn_egg": { "id": 1132, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pig_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:pig" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:axolotl" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:axolotl_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.axolotl_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pig_spawn_egg" } }, - "bat_spawn_egg": { + "sheep_spawn_egg": { "id": 1133, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.sheep_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:sheep" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:bat" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:bat_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.bat_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sheep_spawn_egg" } }, - "bee_spawn_egg": { + "camel_spawn_egg": { "id": 1134, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.camel_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:camel" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:bee" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:bee_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.bee_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:camel_spawn_egg" } }, - "blaze_spawn_egg": { + "donkey_spawn_egg": { "id": 1135, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.donkey_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:donkey" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:blaze" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:blaze_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.blaze_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:donkey_spawn_egg" } }, - "bogged_spawn_egg": { + "horse_spawn_egg": { "id": 1136, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.horse_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:horse" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:bogged" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:bogged_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.bogged_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:horse_spawn_egg" } }, - "breeze_spawn_egg": { + "mule_spawn_egg": { "id": 1137, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.mule_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:mule" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:breeze" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:breeze_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.breeze_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mule_spawn_egg" } }, "cat_spawn_egg": { "id": 1138, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:cat" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cat_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.cat_spawn_egg" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "camel_spawn_egg": { - "id": 1139, - "components": { + "minecraft:entity_data": { + "id": "minecraft:cat" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:camel" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:camel_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.camel_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "cave_spider_spawn_egg": { - "id": 1140, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:cave_spider" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cave_spider_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.cave_spider_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "chicken_spawn_egg": { - "id": 1141, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:chicken" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chicken_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.chicken_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "cod_spawn_egg": { - "id": 1142, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:cod" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cod_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.cod_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "copper_golem_spawn_egg": { - "id": 1143, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:copper_golem" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_golem_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.copper_golem_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "cow_spawn_egg": { - "id": 1144, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:cow" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cow_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.cow_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "creeper_spawn_egg": { - "id": 1145, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:creeper" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:creeper_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.creeper_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "dolphin_spawn_egg": { - "id": 1146, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:dolphin" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dolphin_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.dolphin_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "donkey_spawn_egg": { - "id": 1147, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:donkey" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:donkey_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.donkey_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "drowned_spawn_egg": { - "id": 1148, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:drowned" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:drowned_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.drowned_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "elder_guardian_spawn_egg": { - "id": 1149, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:elder_guardian" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:elder_guardian_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.elder_guardian_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "ender_dragon_spawn_egg": { - "id": 1150, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:ender_dragon" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ender_dragon_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.ender_dragon_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "enderman_spawn_egg": { - "id": 1151, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:enderman" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:enderman_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.enderman_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "endermite_spawn_egg": { - "id": 1152, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:endermite" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:endermite_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.endermite_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "evoker_spawn_egg": { - "id": 1153, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:evoker" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:evoker_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.evoker_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "fox_spawn_egg": { - "id": 1154, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:fox" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fox_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.fox_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "frog_spawn_egg": { - "id": 1155, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:frog" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:frog_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.frog_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "ghast_spawn_egg": { - "id": 1156, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:ghast" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ghast_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.ghast_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "happy_ghast_spawn_egg": { - "id": 1157, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:happy_ghast" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:happy_ghast_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.happy_ghast_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "glow_squid_spawn_egg": { - "id": 1158, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:glow_squid" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glow_squid_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.glow_squid_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "goat_spawn_egg": { - "id": 1159, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:goat" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:goat_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.goat_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "guardian_spawn_egg": { - "id": 1160, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:guardian" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:guardian_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.guardian_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "hoglin_spawn_egg": { - "id": 1161, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:hoglin" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:hoglin_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.hoglin_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "horse_spawn_egg": { - "id": 1162, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:horse" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:horse_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.horse_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "husk_spawn_egg": { - "id": 1163, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:husk" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:husk_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.husk_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "iron_golem_spawn_egg": { - "id": 1164, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:iron_golem" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_golem_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.iron_golem_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "llama_spawn_egg": { - "id": 1165, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:llama" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:llama_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.llama_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "magma_cube_spawn_egg": { - "id": 1166, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:magma_cube" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magma_cube_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.magma_cube_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "mooshroom_spawn_egg": { - "id": 1167, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:mooshroom" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mooshroom_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.mooshroom_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "mule_spawn_egg": { - "id": 1168, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:mule" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mule_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.mule_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "ocelot_spawn_egg": { - "id": 1169, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:ocelot" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ocelot_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.ocelot_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "panda_spawn_egg": { - "id": 1170, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:panda" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:panda_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.panda_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cat_spawn_egg" } }, "parrot_spawn_egg": { - "id": 1171, + "id": 1139, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:parrot" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:parrot_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.parrot_spawn_egg" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "phantom_spawn_egg": { - "id": 1172, - "components": { + "minecraft:entity_data": { + "id": "minecraft:parrot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:phantom" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:phantom_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.phantom_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "pig_spawn_egg": { - "id": 1173, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:pig" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pig_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.pig_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "piglin_spawn_egg": { - "id": 1174, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:piglin" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:piglin_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.piglin_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "piglin_brute_spawn_egg": { - "id": 1175, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:piglin_brute" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:piglin_brute_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.piglin_brute_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "pillager_spawn_egg": { - "id": 1176, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:pillager" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pillager_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.pillager_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "polar_bear_spawn_egg": { - "id": 1177, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:polar_bear" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polar_bear_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.polar_bear_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "pufferfish_spawn_egg": { - "id": 1178, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:pufferfish" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pufferfish_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.pufferfish_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "rabbit_spawn_egg": { - "id": 1179, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:rabbit" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rabbit_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.rabbit_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "ravager_spawn_egg": { - "id": 1180, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:ravager" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ravager_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.ravager_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "salmon_spawn_egg": { - "id": 1181, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:salmon" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:salmon_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.salmon_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "sheep_spawn_egg": { - "id": 1182, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:sheep" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sheep_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.sheep_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "shulker_spawn_egg": { - "id": 1183, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:shulker" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:shulker_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.shulker_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "silverfish_spawn_egg": { - "id": 1184, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:silverfish" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:silverfish_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.silverfish_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "skeleton_spawn_egg": { - "id": 1185, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:skeleton" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:skeleton_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.skeleton_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "skeleton_horse_spawn_egg": { - "id": 1186, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:skeleton_horse" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:skeleton_horse_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.skeleton_horse_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "slime_spawn_egg": { - "id": 1187, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:slime" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:slime_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.slime_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "sniffer_spawn_egg": { - "id": 1188, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:sniffer" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sniffer_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.sniffer_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "snow_golem_spawn_egg": { - "id": 1189, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:snow_golem" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snow_golem_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.snow_golem_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "spider_spawn_egg": { - "id": 1190, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:spider" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spider_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.spider_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "squid_spawn_egg": { - "id": 1191, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:squid" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:squid_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.squid_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "stray_spawn_egg": { - "id": 1192, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:stray" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stray_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.stray_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "strider_spawn_egg": { - "id": 1193, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:strider" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:strider_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.strider_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "tadpole_spawn_egg": { - "id": 1194, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:tadpole" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tadpole_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.tadpole_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "trader_llama_spawn_egg": { - "id": 1195, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:trader_llama" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:trader_llama_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.trader_llama_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "tropical_fish_spawn_egg": { - "id": 1196, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:tropical_fish" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tropical_fish_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.tropical_fish_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "turtle_spawn_egg": { - "id": 1197, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:turtle" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:turtle_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.turtle_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "vex_spawn_egg": { - "id": 1198, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:vex" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:vex_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.vex_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "villager_spawn_egg": { - "id": 1199, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:villager" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:villager_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.villager_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "vindicator_spawn_egg": { - "id": 1200, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:vindicator" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:vindicator_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.vindicator_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "wandering_trader_spawn_egg": { - "id": 1201, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:wandering_trader" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wandering_trader_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.wandering_trader_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "warden_spawn_egg": { - "id": 1202, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:warden" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:warden_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.warden_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "witch_spawn_egg": { - "id": 1203, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:witch" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:witch_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.witch_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "wither_spawn_egg": { - "id": 1204, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:wither" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wither_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.wither_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "wither_skeleton_spawn_egg": { - "id": 1205, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:wither_skeleton" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wither_skeleton_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.wither_skeleton_spawn_egg" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:parrot_spawn_egg" } }, "wolf_spawn_egg": { - "id": 1206, + "id": 1140, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:wolf" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wolf_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.wolf_spawn_egg" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "zoglin_spawn_egg": { - "id": 1207, - "components": { + "minecraft:entity_data": { + "id": "minecraft:wolf" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:zoglin" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:zoglin_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.zoglin_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wolf_spawn_egg" } }, - "creaking_spawn_egg": { - "id": 1208, + "armadillo_spawn_egg": { + "id": 1141, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.armadillo_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:armadillo" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:creaking" - }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:creaking_spawn_egg", - "minecraft:item_name": { - "translate": "item.minecraft.creaking_spawn_egg" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:armadillo_spawn_egg" + } + }, + "bat_spawn_egg": { + "id": 1142, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.bat_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:bat" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bat_spawn_egg" + } + }, + "bee_spawn_egg": { + "id": 1143, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.bee_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:bee" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bee_spawn_egg" + } + }, + "fox_spawn_egg": { + "id": 1144, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.fox_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:fox" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fox_spawn_egg" + } + }, + "goat_spawn_egg": { + "id": 1145, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.goat_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:goat" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:goat_spawn_egg" + } + }, + "llama_spawn_egg": { + "id": 1146, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.llama_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:llama" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:llama_spawn_egg" + } + }, + "ocelot_spawn_egg": { + "id": 1147, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ocelot_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:ocelot" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ocelot_spawn_egg" + } + }, + "panda_spawn_egg": { + "id": 1148, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.panda_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:panda" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:panda_spawn_egg" + } + }, + "polar_bear_spawn_egg": { + "id": 1149, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.polar_bear_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:polar_bear" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polar_bear_spawn_egg" + } + }, + "rabbit_spawn_egg": { + "id": 1150, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.rabbit_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:rabbit" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rabbit_spawn_egg" + } + }, + "axolotl_spawn_egg": { + "id": 1151, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.axolotl_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:axolotl" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:axolotl_spawn_egg" + } + }, + "cod_spawn_egg": { + "id": 1152, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cod_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:cod" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cod_spawn_egg" + } + }, + "dolphin_spawn_egg": { + "id": 1153, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.dolphin_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:dolphin" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dolphin_spawn_egg" + } + }, + "frog_spawn_egg": { + "id": 1154, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.frog_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:frog" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:frog_spawn_egg" + } + }, + "glow_squid_spawn_egg": { + "id": 1155, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.glow_squid_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:glow_squid" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glow_squid_spawn_egg" + } + }, + "nautilus_spawn_egg": { + "id": 1156, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.nautilus_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:nautilus" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nautilus_spawn_egg" + } + }, + "pufferfish_spawn_egg": { + "id": 1157, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pufferfish_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:pufferfish" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pufferfish_spawn_egg" + } + }, + "salmon_spawn_egg": { + "id": 1158, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.salmon_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:salmon" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:salmon_spawn_egg" + } + }, + "squid_spawn_egg": { + "id": 1159, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.squid_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:squid" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:squid_spawn_egg" + } + }, + "tadpole_spawn_egg": { + "id": 1160, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.tadpole_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:tadpole" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tadpole_spawn_egg" + } + }, + "tropical_fish_spawn_egg": { + "id": 1161, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.tropical_fish_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:tropical_fish" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tropical_fish_spawn_egg" + } + }, + "turtle_spawn_egg": { + "id": 1162, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.turtle_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:turtle" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:turtle_spawn_egg" + } + }, + "allay_spawn_egg": { + "id": 1163, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.allay_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:allay" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:allay_spawn_egg" + } + }, + "mooshroom_spawn_egg": { + "id": 1164, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.mooshroom_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:mooshroom" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mooshroom_spawn_egg" + } + }, + "sniffer_spawn_egg": { + "id": 1165, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.sniffer_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:sniffer" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sniffer_spawn_egg" + } + }, + "copper_golem_spawn_egg": { + "id": 1166, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_golem_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:copper_golem" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_golem_spawn_egg" + } + }, + "iron_golem_spawn_egg": { + "id": 1167, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_golem_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:iron_golem" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_golem_spawn_egg" + } + }, + "snow_golem_spawn_egg": { + "id": 1168, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.snow_golem_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:snow_golem" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snow_golem_spawn_egg" + } + }, + "trader_llama_spawn_egg": { + "id": 1169, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.trader_llama_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:trader_llama" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:trader_llama_spawn_egg" + } + }, + "villager_spawn_egg": { + "id": 1170, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.villager_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:villager" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:villager_spawn_egg" + } + }, + "wandering_trader_spawn_egg": { + "id": 1171, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wandering_trader_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:wandering_trader" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wandering_trader_spawn_egg" + } + }, + "bogged_spawn_egg": { + "id": 1172, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.bogged_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:bogged" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bogged_spawn_egg" + } + }, + "camel_husk_spawn_egg": { + "id": 1173, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.camel_husk_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:camel_husk" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:camel_husk_spawn_egg" + } + }, + "drowned_spawn_egg": { + "id": 1174, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.drowned_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:drowned" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:drowned_spawn_egg" + } + }, + "husk_spawn_egg": { + "id": 1175, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.husk_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:husk" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:husk_spawn_egg" + } + }, + "parched_spawn_egg": { + "id": 1176, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.parched_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:parched" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:parched_spawn_egg" + } + }, + "skeleton_spawn_egg": { + "id": 1177, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.skeleton_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:skeleton" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:skeleton_spawn_egg" + } + }, + "skeleton_horse_spawn_egg": { + "id": 1178, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.skeleton_horse_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:skeleton_horse" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:skeleton_horse_spawn_egg" + } + }, + "stray_spawn_egg": { + "id": 1179, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.stray_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:stray" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stray_spawn_egg" + } + }, + "wither_spawn_egg": { + "id": 1180, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wither_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:wither" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wither_spawn_egg" + } + }, + "wither_skeleton_spawn_egg": { + "id": 1181, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wither_skeleton_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:wither_skeleton" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wither_skeleton_spawn_egg" } }, "zombie_spawn_egg": { - "id": 1209, + "id": 1182, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:zombie" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:zombie_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.zombie_spawn_egg" }, + "minecraft:entity_data": { + "id": "minecraft:zombie" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombie_spawn_egg" } }, "zombie_horse_spawn_egg": { - "id": 1210, + "id": 1183, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:zombie_horse" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:zombie_horse_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.zombie_horse_spawn_egg" }, + "minecraft:entity_data": { + "id": "minecraft:zombie_horse" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombie_horse_spawn_egg" + } + }, + "zombie_nautilus_spawn_egg": { + "id": 1184, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.zombie_nautilus_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:zombie_nautilus" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombie_nautilus_spawn_egg" } }, "zombie_villager_spawn_egg": { - "id": 1211, + "id": 1185, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:zombie_villager" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:zombie_villager_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.zombie_villager_spawn_egg" }, + "minecraft:entity_data": { + "id": "minecraft:zombie_villager" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombie_villager_spawn_egg" + } + }, + "cave_spider_spawn_egg": { + "id": 1186, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cave_spider_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:cave_spider" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cave_spider_spawn_egg" + } + }, + "spider_spawn_egg": { + "id": 1187, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.spider_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:spider" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spider_spawn_egg" + } + }, + "breeze_spawn_egg": { + "id": 1188, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.breeze_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:breeze" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:breeze_spawn_egg" + } + }, + "creaking_spawn_egg": { + "id": 1189, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.creaking_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:creaking" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:creaking_spawn_egg" + } + }, + "creeper_spawn_egg": { + "id": 1190, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.creeper_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:creeper" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:creeper_spawn_egg" + } + }, + "elder_guardian_spawn_egg": { + "id": 1191, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.elder_guardian_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:elder_guardian" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:elder_guardian_spawn_egg" + } + }, + "guardian_spawn_egg": { + "id": 1192, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.guardian_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:guardian" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:guardian_spawn_egg" + } + }, + "phantom_spawn_egg": { + "id": 1193, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.phantom_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:phantom" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:phantom_spawn_egg" + } + }, + "silverfish_spawn_egg": { + "id": 1194, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.silverfish_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:silverfish" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:silverfish_spawn_egg" + } + }, + "slime_spawn_egg": { + "id": 1195, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.slime_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:slime" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:slime_spawn_egg" + } + }, + "warden_spawn_egg": { + "id": 1196, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.warden_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:warden" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:warden_spawn_egg" + } + }, + "witch_spawn_egg": { + "id": 1197, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.witch_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:witch" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:witch_spawn_egg" + } + }, + "evoker_spawn_egg": { + "id": 1198, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.evoker_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:evoker" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:evoker_spawn_egg" + } + }, + "pillager_spawn_egg": { + "id": 1199, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pillager_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:pillager" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pillager_spawn_egg" + } + }, + "ravager_spawn_egg": { + "id": 1200, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ravager_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:ravager" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ravager_spawn_egg" + } + }, + "vindicator_spawn_egg": { + "id": 1201, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.vindicator_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:vindicator" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:vindicator_spawn_egg" + } + }, + "vex_spawn_egg": { + "id": 1202, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.vex_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:vex" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:vex_spawn_egg" + } + }, + "blaze_spawn_egg": { + "id": 1203, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.blaze_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:blaze" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blaze_spawn_egg" + } + }, + "ghast_spawn_egg": { + "id": 1204, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ghast_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:ghast" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ghast_spawn_egg" + } + }, + "happy_ghast_spawn_egg": { + "id": 1205, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.happy_ghast_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:happy_ghast" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:happy_ghast_spawn_egg" + } + }, + "hoglin_spawn_egg": { + "id": 1206, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.hoglin_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:hoglin" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:hoglin_spawn_egg" + } + }, + "magma_cube_spawn_egg": { + "id": 1207, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.magma_cube_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:magma_cube" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magma_cube_spawn_egg" + } + }, + "piglin_spawn_egg": { + "id": 1208, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.piglin_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:piglin" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:piglin_spawn_egg" + } + }, + "piglin_brute_spawn_egg": { + "id": 1209, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.piglin_brute_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:piglin_brute" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:piglin_brute_spawn_egg" + } + }, + "strider_spawn_egg": { + "id": 1210, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.strider_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:strider" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:strider_spawn_egg" + } + }, + "zoglin_spawn_egg": { + "id": 1211, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.zoglin_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:zoglin" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zoglin_spawn_egg" } }, "zombified_piglin_spawn_egg": { "id": 1212, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:entity_data": { - "id": "minecraft:zombified_piglin" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:zombified_piglin_spawn_egg", "minecraft:item_name": { "translate": "item.minecraft.zombified_piglin_spawn_egg" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "experience_bottle": { - "id": 1213, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:experience_bottle", - "minecraft:item_name": { - "translate": "item.minecraft.experience_bottle" + "minecraft:entity_data": { + "id": "minecraft:zombified_piglin" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "fire_charge": { - "id": 1214, - "components": { "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:fire_charge", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombified_piglin_spawn_egg" + } + }, + "ender_dragon_spawn_egg": { + "id": 1213, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ender_dragon_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:ender_dragon" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ender_dragon_spawn_egg" + } + }, + "enderman_spawn_egg": { + "id": 1214, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.enderman_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:enderman" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:enderman_spawn_egg" + } + }, + "endermite_spawn_egg": { + "id": 1215, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.endermite_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:endermite" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:endermite_spawn_egg" + } + }, + "shulker_spawn_egg": { + "id": 1216, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.shulker_spawn_egg" + }, + "minecraft:entity_data": { + "id": "minecraft:shulker" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shulker_spawn_egg" + } + }, + "experience_bottle": { + "id": 1217, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.experience_bottle" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:experience_bottle" + } + }, + "fire_charge": { + "id": 1218, + "components": { "minecraft:item_name": { "translate": "item.minecraft.fire_charge" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fire_charge", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "wind_charge": { - "id": 1215, + "id": 1219, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.wind_charge" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:use_cooldown": { "seconds": 0.5 }, "minecraft:lore": [], - "minecraft:item_model": "minecraft:wind_charge", - "minecraft:item_name": { - "translate": "item.minecraft.wind_charge" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wind_charge" } }, "writable_book": { - "id": 1216, + "id": 1220, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:writable_book", - "minecraft:lore": [], - "minecraft:writable_book_content": {}, "minecraft:item_name": { "translate": "item.minecraft.writable_book" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:writable_book_content": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:writable_book" } }, "written_book": { - "id": 1217, + "id": 1221, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:written_book", "minecraft:item_name": { "translate": "item.minecraft.written_book" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:written_book" } }, "breeze_rod": { - "id": 1218, + "id": 1222, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:breeze_rod", "minecraft:item_name": { "translate": "item.minecraft.breeze_rod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:breeze_rod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "mace": { - "id": 1219, + "id": 1223, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.mace" + }, + "minecraft:max_damage": 500, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -24055,168 +26601,176 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 500, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:mace", - "minecraft:item_name": { - "translate": "item.minecraft.mace" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [], "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "minecraft:breeze_rod" }, + "minecraft:swing_animation": {}, "minecraft:rarity": "epic", "minecraft:max_stack_size": 1, + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 15 + }, "minecraft:lore": [], - "minecraft:weapon": {} + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mace" } }, "item_frame": { - "id": 1220, + "id": 1224, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:item_frame", "minecraft:item_name": { "translate": "item.minecraft.item_frame" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:item_frame", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "glow_item_frame": { - "id": 1221, + "id": 1225, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:glow_item_frame", "minecraft:item_name": { "translate": "item.minecraft.glow_item_frame" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glow_item_frame", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "flower_pot": { - "id": 1222, + "id": 1226, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flower_pot", "minecraft:item_name": { "translate": "block.minecraft.flower_pot" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flower_pot", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "carrot": { - "id": 1223, + "id": 1227, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.carrot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 3, "saturation": 3.6000001 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:carrot", - "minecraft:item_name": { - "translate": "item.minecraft.carrot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:carrot" } }, "potato": { - "id": 1224, + "id": 1228, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.potato" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 1, "saturation": 0.6 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:potato", - "minecraft:item_name": { - "translate": "item.minecraft.potato" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:potato" } }, "baked_potato": { - "id": 1225, + "id": 1229, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.baked_potato" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 5, "saturation": 6.0 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:baked_potato", - "minecraft:item_name": { - "translate": "item.minecraft.baked_potato" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:baked_potato" } }, "poisonous_potato": { - "id": 1226, + "id": 1230, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.poisonous_potato" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, "minecraft:consumable": { "on_consume_effects": [ { "effects": [ { "id": "minecraft:poison", - "show_icon": true, - "duration": 100 + "duration": 100, + "show_icon": true } ], "probability": 0.6, @@ -24224,251 +26778,240 @@ } ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 1.2 + }, "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:poisonous_potato", - "minecraft:item_name": { - "translate": "item.minecraft.poisonous_potato" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:poisonous_potato" } }, "map": { - "id": 1227, + "id": 1231, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:map", "minecraft:item_name": { "translate": "item.minecraft.map" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:map", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "golden_carrot": { - "id": 1228, + "id": 1232, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_carrot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 6, "saturation": 14.400001 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:golden_carrot", - "minecraft:item_name": { - "translate": "item.minecraft.golden_carrot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_carrot" } }, "skeleton_skull": { - "id": 1229, + "id": 1233, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:skeleton_skull", "minecraft:item_name": { "translate": "block.minecraft.skeleton_skull" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:skeleton_skull" } }, "wither_skeleton_skull": { - "id": 1230, + "id": 1234, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wither_skeleton_skull", "minecraft:item_name": { "translate": "block.minecraft.wither_skeleton_skull" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wither_skeleton_skull" } }, "player_head": { - "id": 1231, + "id": 1235, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:player_head", "minecraft:item_name": { "translate": "block.minecraft.player_head" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:player_head" } }, "zombie_head": { - "id": 1232, + "id": 1236, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:zombie_head", "minecraft:item_name": { "translate": "block.minecraft.zombie_head" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:zombie_head" } }, "creeper_head": { - "id": 1233, + "id": 1237, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:creeper_head", "minecraft:item_name": { "translate": "block.minecraft.creeper_head" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:creeper_head" } }, "dragon_head": { - "id": 1234, + "id": 1238, "components": { - "minecraft:attribute_modifiers": [ - { - "type": "minecraft:waypoint_transmit_range", - "id": "minecraft:waypoint_transmit_range_hide", - "amount": -1.0, - "operation": "add_multiplied_total", - "slot": "head", - "display": { - "type": "hidden" - } - } - ], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:equippable": { - "swappable": false, - "slot": "head" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dragon_head", "minecraft:item_name": { "translate": "block.minecraft.dragon_head" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "piglin_head": { - "id": 1235, - "components": { "minecraft:attribute_modifiers": [ { "type": "minecraft:waypoint_transmit_range", @@ -24482,314 +27025,380 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, "minecraft:equippable": { - "swappable": false, - "slot": "head" + "slot": "head", + "swappable": false }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:piglin_head", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dragon_head" + } + }, + "piglin_head": { + "id": 1239, + "components": { "minecraft:item_name": { "translate": "block.minecraft.piglin_head" }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:waypoint_transmit_range", + "id": "minecraft:waypoint_transmit_range_hide", + "amount": -1.0, + "operation": "add_multiplied_total", + "slot": "head", + "display": { + "type": "hidden" + } + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "head", + "swappable": false + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:piglin_head" } }, "nether_star": { - "id": 1236, + "id": 1240, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:nether_star", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.nether_star" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:damage_resistant": { "types": "#minecraft:is_explosion" }, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_star" } }, "pumpkin_pie": { - "id": 1237, + "id": 1241, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.pumpkin_pie" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 8, "saturation": 4.8 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:pumpkin_pie", - "minecraft:item_name": { - "translate": "item.minecraft.pumpkin_pie" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pumpkin_pie" } }, "firework_rocket": { - "id": 1238, + "id": 1242, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:fireworks": { - "flight_duration": 1 - }, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:firework_rocket", "minecraft:item_name": { "translate": "item.minecraft.firework_rocket" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:fireworks": { + "flight_duration": 1 + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:firework_rocket" } }, "firework_star": { - "id": 1239, + "id": 1243, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:firework_star", "minecraft:item_name": { "translate": "item.minecraft.firework_star" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:firework_star", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "enchanted_book": { - "id": 1240, + "id": 1244, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:stored_enchantments": {}, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:enchanted_book", "minecraft:item_name": { "translate": "item.minecraft.enchanted_book" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:stored_enchantments": {}, + "minecraft:item_model": "minecraft:enchanted_book" } }, "nether_brick": { - "id": 1241, + "id": 1245, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nether_brick", "minecraft:item_name": { "translate": "item.minecraft.nether_brick" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nether_brick", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "resin_brick": { - "id": 1242, + "id": 1246, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.resin_brick" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:provides_trim_material": "minecraft:resin", "minecraft:lore": [], - "minecraft:item_model": "minecraft:resin_brick", - "minecraft:item_name": { - "translate": "item.minecraft.resin_brick" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:resin_brick" } }, "prismarine_shard": { - "id": 1243, + "id": 1247, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_shard", "minecraft:item_name": { "translate": "item.minecraft.prismarine_shard" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_shard", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "prismarine_crystals": { - "id": 1244, + "id": 1248, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prismarine_crystals", "minecraft:item_name": { "translate": "item.minecraft.prismarine_crystals" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prismarine_crystals", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "rabbit": { - "id": 1245, + "id": 1249, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.rabbit" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 3, "saturation": 1.8000001 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:rabbit", - "minecraft:item_name": { - "translate": "item.minecraft.rabbit" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rabbit" } }, "cooked_rabbit": { - "id": 1246, + "id": 1250, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_rabbit" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 5, "saturation": 6.0 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_rabbit", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_rabbit" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_rabbit" } }, "rabbit_stew": { - "id": 1247, + "id": 1251, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 10, - "saturation": 12.0 + "minecraft:item_name": { + "translate": "item.minecraft.rabbit_stew" }, "minecraft:use_remainder": { "id": "minecraft:bowl", "count": 1 }, - "minecraft:consumable": {}, - "minecraft:item_model": "minecraft:rabbit_stew", - "minecraft:item_name": { - "translate": "item.minecraft.rabbit_stew" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 10, + "saturation": 12.0 + }, "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rabbit_stew" } }, "rabbit_foot": { - "id": 1248, + "id": 1252, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rabbit_foot", "minecraft:item_name": { "translate": "item.minecraft.rabbit_foot" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rabbit_foot", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "rabbit_hide": { - "id": 1249, + "id": 1253, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rabbit_hide", "minecraft:item_name": { "translate": "item.minecraft.rabbit_hide" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rabbit_hide", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "armor_stand": { - "id": 1250, + "id": 1254, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:armor_stand", "minecraft:item_name": { "translate": "item.minecraft.armor_stand" }, + "minecraft:max_stack_size": 16, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:armor_stand", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_horse_armor": { - "id": 1251, + "id": 1255, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_horse_armor" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -24807,30 +27416,32 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.horse_armor.unequip", - "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", "asset_id": "minecraft:copper", "allowed_entities": "#minecraft:can_wear_horse_armor", - "slot": "body", - "equip_sound": "minecraft:entity.horse.armor" + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_horse_armor", - "minecraft:item_name": { - "translate": "item.minecraft.copper_horse_armor" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_horse_armor" } }, "iron_horse_armor": { - "id": 1252, + "id": 1256, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_horse_armor" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -24848,30 +27459,32 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.horse_armor.unequip", - "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", "asset_id": "minecraft:iron", "allowed_entities": "#minecraft:can_wear_horse_armor", - "slot": "body", - "equip_sound": "minecraft:entity.horse.armor" + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_horse_armor", - "minecraft:item_name": { - "translate": "item.minecraft.iron_horse_armor" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_horse_armor" } }, "golden_horse_armor": { - "id": 1253, + "id": 1257, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_horse_armor" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -24889,30 +27502,32 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.horse_armor.unequip", - "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", "asset_id": "minecraft:gold", "allowed_entities": "#minecraft:can_wear_horse_armor", - "slot": "body", - "equip_sound": "minecraft:entity.horse.armor" + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:golden_horse_armor", - "minecraft:item_name": { - "translate": "item.minecraft.golden_horse_armor" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_horse_armor" } }, "diamond_horse_armor": { - "id": 1254, + "id": 1258, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_horse_armor" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -24930,30 +27545,85 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.horse_armor.unequip", - "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", "asset_id": "minecraft:diamond", "allowed_entities": "#minecraft:can_wear_horse_armor", - "slot": "body", - "equip_sound": "minecraft:entity.horse.armor" + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:diamond_horse_armor", - "minecraft:item_name": { - "translate": "item.minecraft.diamond_horse_armor" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_horse_armor" + } + }, + "netherite_horse_armor": { + "id": 1259, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_horse_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 19.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 3.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.body", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", + "asset_id": "minecraft:netherite", + "allowed_entities": "#minecraft:can_wear_horse_armor", + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_horse_armor" } }, "leather_horse_armor": { - "id": 1255, + "id": 1260, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.leather_horse_armor" + }, "minecraft:attribute_modifiers": [ { "type": "minecraft:armor", @@ -24971,437 +27641,479 @@ } ], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, "minecraft:equippable": { - "can_be_sheared": true, - "shearing_sound": "minecraft:item.horse_armor.unequip", - "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", "asset_id": "minecraft:leather", "allowed_entities": "#minecraft:can_wear_horse_armor", - "slot": "body", - "equip_sound": "minecraft:entity.horse.armor" + "damage_on_hurt": false, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.horse_armor.unequip" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:leather_horse_armor", - "minecraft:item_name": { - "translate": "item.minecraft.leather_horse_armor" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:leather_horse_armor" } }, "lead": { - "id": 1256, + "id": 1261, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lead", "minecraft:item_name": { "translate": "item.minecraft.lead" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lead", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "name_tag": { - "id": 1257, + "id": 1262, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:name_tag", "minecraft:item_name": { "translate": "item.minecraft.name_tag" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:name_tag", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "command_block_minecart": { - "id": 1258, + "id": 1263, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:command_block_minecart", "minecraft:item_name": { "translate": "item.minecraft.command_block_minecart" }, + "minecraft:max_stack_size": 1, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:command_block_minecart", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "mutton": { - "id": 1259, + "id": 1264, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.mutton" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 1.2 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:mutton", - "minecraft:item_name": { - "translate": "item.minecraft.mutton" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mutton" } }, "cooked_mutton": { - "id": 1260, + "id": 1265, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.cooked_mutton" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 6, "saturation": 9.6 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:cooked_mutton", - "minecraft:item_name": { - "translate": "item.minecraft.cooked_mutton" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cooked_mutton" } }, "white_banner": { - "id": 1261, + "id": 1266, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:white_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.white_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_banner" } }, "orange_banner": { - "id": 1262, + "id": 1267, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:orange_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.orange_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_banner" } }, "magenta_banner": { - "id": 1263, + "id": 1268, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:magenta_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.magenta_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_banner" } }, "light_blue_banner": { - "id": 1264, + "id": 1269, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:light_blue_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.light_blue_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_banner" } }, "yellow_banner": { - "id": 1265, + "id": 1270, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:yellow_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.yellow_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_banner" } }, "lime_banner": { - "id": 1266, + "id": 1271, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:lime_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.lime_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_banner" } }, "pink_banner": { - "id": 1267, + "id": 1272, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:pink_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.pink_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_banner" } }, "gray_banner": { - "id": 1268, + "id": 1273, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:gray_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.gray_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_banner" } }, "light_gray_banner": { - "id": 1269, + "id": 1274, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:light_gray_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.light_gray_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_banner" } }, "cyan_banner": { - "id": 1270, + "id": 1275, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:cyan_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.cyan_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_banner" } }, "purple_banner": { - "id": 1271, + "id": 1276, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:purple_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.purple_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_banner" } }, "blue_banner": { - "id": 1272, + "id": 1277, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:blue_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.blue_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_banner" } }, "brown_banner": { - "id": 1273, + "id": 1278, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:brown_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.brown_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_banner" } }, "green_banner": { - "id": 1274, + "id": 1279, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:green_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.green_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_banner" } }, "red_banner": { - "id": 1275, + "id": 1280, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:red_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.red_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_banner" } }, "black_banner": { - "id": 1276, + "id": 1281, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 16, - "minecraft:item_model": "minecraft:black_banner", - "minecraft:lore": [], - "minecraft:banner_patterns": [], "minecraft:item_name": { "translate": "block.minecraft.black_banner" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_banner" } }, "end_crystal": { - "id": 1277, + "id": 1282, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:end_crystal", "minecraft:item_name": { "translate": "item.minecraft.end_crystal" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:end_crystal" } }, "chorus_fruit": { - "id": 1278, + "id": 1283, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 4, - "saturation": 2.4, - "can_always_eat": true + "minecraft:item_name": { + "translate": "item.minecraft.chorus_fruit" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:consumable": { "on_consume_effects": [ { @@ -25409,234 +28121,276 @@ } ] }, - "minecraft:item_model": "minecraft:chorus_fruit", - "minecraft:item_name": { - "translate": "item.minecraft.chorus_fruit" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 4, + "saturation": 2.4, + "can_always_eat": true + }, "minecraft:max_stack_size": 64, "minecraft:use_cooldown": { "seconds": 1.0 }, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chorus_fruit" } }, "popped_chorus_fruit": { - "id": 1279, + "id": 1284, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:popped_chorus_fruit", "minecraft:item_name": { "translate": "item.minecraft.popped_chorus_fruit" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:popped_chorus_fruit", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "torchflower_seeds": { - "id": 1280, + "id": 1285, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:torchflower_seeds", "minecraft:item_name": { "translate": "item.minecraft.torchflower_seeds" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:torchflower_seeds", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pitcher_pod": { - "id": 1281, + "id": 1286, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pitcher_pod", "minecraft:item_name": { "translate": "item.minecraft.pitcher_pod" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pitcher_pod", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "beetroot": { - "id": 1282, + "id": 1287, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.beetroot" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 1, "saturation": 1.2 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:beetroot", - "minecraft:item_name": { - "translate": "item.minecraft.beetroot" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beetroot" } }, "beetroot_seeds": { - "id": 1283, + "id": 1288, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:beetroot_seeds", "minecraft:item_name": { "translate": "item.minecraft.beetroot_seeds" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beetroot_seeds", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "beetroot_soup": { - "id": 1284, + "id": 1289, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 6, - "saturation": 7.2000003 + "minecraft:item_name": { + "translate": "item.minecraft.beetroot_soup" }, "minecraft:use_remainder": { "id": "minecraft:bowl", "count": 1 }, - "minecraft:consumable": {}, - "minecraft:item_model": "minecraft:beetroot_soup", - "minecraft:item_name": { - "translate": "item.minecraft.beetroot_soup" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003 + }, "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beetroot_soup" } }, "dragon_breath": { - "id": 1285, + "id": 1290, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dragon_breath", "minecraft:item_name": { "translate": "item.minecraft.dragon_breath" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dragon_breath", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "splash_potion": { - "id": 1286, + "id": 1291, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:potion_contents": {}, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:splash_potion", "minecraft:item_name": { "translate": "item.minecraft.splash_potion" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "spectral_arrow": { - "id": 1287, - "components": { "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spectral_arrow", - "minecraft:item_name": { - "translate": "item.minecraft.spectral_arrow" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "tipped_arrow": { - "id": 1288, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:potion_duration_scale": 0.125, - "minecraft:potion_contents": {}, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tipped_arrow", - "minecraft:item_name": { - "translate": "item.minecraft.tipped_arrow" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "lingering_potion": { - "id": 1289, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:potion_duration_scale": 0.25, "minecraft:potion_contents": {}, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:lingering_potion", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:splash_potion" + } + }, + "spectral_arrow": { + "id": 1292, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.spectral_arrow" + }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spectral_arrow", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" + } + }, + "tipped_arrow": { + "id": 1293, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.tipped_arrow" + }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:potion_contents": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:potion_duration_scale": 0.125, + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tipped_arrow" + } + }, + "lingering_potion": { + "id": 1294, + "components": { "minecraft:item_name": { "translate": "item.minecraft.lingering_potion" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:potion_contents": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:potion_duration_scale": 0.25, + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lingering_potion" } }, "shield": { - "id": 1290, + "id": 1295, "components": { - "minecraft:attribute_modifiers": [], + "minecraft:item_name": { + "translate": "item.minecraft.shield" + }, "minecraft:max_damage": 336, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "offhand", + "swappable": false + }, + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:banner_patterns": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:damage": 0, "minecraft:blocks_attacks": { + "block_delay_seconds": 0.25, "item_damage": { "threshold": 3.0, "base": 1.0, @@ -25644,39 +28398,610 @@ }, "bypassed_by": "#minecraft:bypasses_shield", "block_sound": "minecraft:item.shield.block", - "disabled_sound": "minecraft:item.shield.break", - "block_delay_seconds": 0.25 + "disabled_sound": "minecraft:item.shield.break" }, - "minecraft:damage": 0, - "minecraft:equippable": { - "swappable": false, - "slot": "offhand" - }, - "minecraft:banner_patterns": [], - "minecraft:item_model": "minecraft:shield", - "minecraft:item_name": { - "translate": "item.minecraft.shield" - }, - "minecraft:break_sound": "minecraft:item.shield.break", + "minecraft:lore": [], "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, + "minecraft:break_sound": "minecraft:item.shield.break", "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shield" + } + }, + "wooden_spear": { + "id": 1296, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 59, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4615384340286255, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, "minecraft:repairable": { "items": "#minecraft:wooden_tool_materials" }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 13 + }, "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:wooden_spear", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear_wood.attack", + "hit_sound": "minecraft:item.spear_wood.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 15, + "dismount_conditions": { + "max_duration_ticks": 100, + "min_speed": 14.0 + }, + "knockback_conditions": { + "max_duration_ticks": 200, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 300, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 0.7, + "sound": "minecraft:item.spear_wood.use", + "hit_sound": "minecraft:item.spear_wood.hit" + }, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.wooden_spear" + } + } + }, + "stone_spear": { + "id": 1297, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 131, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 1.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.666666626930237, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 15 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:stone_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 14, + "dismount_conditions": { + "max_duration_ticks": 90, + "min_speed": 10.0 + }, + "knockback_conditions": { + "max_duration_ticks": 180, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 275, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 0.82, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.stone_spear" + } + } + }, + "copper_spear": { + "id": 1298, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 190, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 1.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.8235294818878174, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:repairable": { + "items": "#minecraft:copper_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 17 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:copper_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 13, + "dismount_conditions": { + "max_duration_ticks": 80, + "min_speed": 9.0 + }, + "knockback_conditions": { + "max_duration_ticks": 165, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 250, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 0.82, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 13 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.copper_spear" + } + } + }, + "iron_spear": { + "id": 1299, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 250, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 2.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.9473683834075928, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 19 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:iron_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 12, + "dismount_conditions": { + "max_duration_ticks": 50, + "min_speed": 8.0 + }, + "knockback_conditions": { + "max_duration_ticks": 135, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 225, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 0.95, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.iron_spear" + } + } + }, + "golden_spear": { + "id": 1300, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 32, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.9473683834075928, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 19 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:golden_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 14, + "dismount_conditions": { + "max_duration_ticks": 70, + "min_speed": 10.0 + }, + "knockback_conditions": { + "max_duration_ticks": 170, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 275, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 0.7, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.golden_spear" + } + } + }, + "diamond_spear": { + "id": 1301, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 1561, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 3.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0476189851760864, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 21 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:diamond_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 10, + "dismount_conditions": { + "max_duration_ticks": 60, + "min_speed": 7.5 + }, + "knockback_conditions": { + "max_duration_ticks": 130, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 200, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 1.075, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.diamond_spear" + } + } + }, + "netherite_spear": { + "id": 1302, + "components": { + "minecraft:minimum_attack_charge": 1.0, + "minecraft:max_damage": 2031, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 4.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.13043475151062, + "operation": "add_value", + "slot": "mainhand" + } + ], + "minecraft:enchantments": {}, + "minecraft:weapon": {}, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" + }, + "minecraft:swing_animation": { + "type": "stab", + "duration": 23 + }, + "minecraft:rarity": "common", + "minecraft:item_model": "minecraft:netherite_spear", + "minecraft:max_stack_size": 1, + "minecraft:piercing_weapon": { + "sound": "minecraft:item.spear.attack", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:damage": 0, + "minecraft:kinetic_weapon": { + "delay_ticks": 8, + "dismount_conditions": { + "max_duration_ticks": 50, + "min_speed": 7.0 + }, + "knockback_conditions": { + "max_duration_ticks": 110, + "min_speed": 5.1 + }, + "damage_conditions": { + "max_duration_ticks": 175, + "min_relative_speed": 4.6 + }, + "forward_movement": 0.38, + "damage_multiplier": 1.2, + "sound": "minecraft:item.spear.use", + "hit_sound": "minecraft:item.spear.hit" + }, + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": { + "can_sprint": true, + "interact_vibrations": false, + "speed_multiplier": 1.0 + }, + "minecraft:attack_range": { + "min_reach": 2.0, + "max_reach": 4.5, + "min_creative_reach": 2.0, + "max_creative_reach": 6.5, + "hitbox_margin": 0.125, + "mob_factor": 0.5 + }, + "minecraft:damage_type": "minecraft:spear", + "minecraft:item_name": { + "translate": "item.minecraft.netherite_spear" + } } }, "totem_of_undying": { - "id": 1291, + "id": 1303, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.totem_of_undying" + }, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, "minecraft:death_protection": { "death_effects": [ { @@ -25686,521 +29011,579 @@ "effects": [ { "id": "minecraft:regeneration", - "show_icon": true, "amplifier": 1, - "duration": 900 + "duration": 900, + "show_icon": true }, { "id": "minecraft:absorption", - "show_icon": true, "amplifier": 1, - "duration": 100 + "duration": 100, + "show_icon": true }, { "id": "minecraft:fire_resistance", - "show_icon": true, - "duration": 800 + "duration": 800, + "show_icon": true } ], "type": "minecraft:apply_effects" } ] }, + "minecraft:max_stack_size": 1, "minecraft:lore": [], - "minecraft:item_model": "minecraft:totem_of_undying", - "minecraft:item_name": { - "translate": "item.minecraft.totem_of_undying" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:totem_of_undying" } }, "shulker_shell": { - "id": 1292, + "id": 1304, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:shulker_shell", "minecraft:item_name": { "translate": "item.minecraft.shulker_shell" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shulker_shell", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "iron_nugget": { - "id": 1293, + "id": 1305, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:iron_nugget", "minecraft:item_name": { "translate": "item.minecraft.iron_nugget" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_nugget", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_nugget": { - "id": 1294, + "id": 1306, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_nugget", "minecraft:item_name": { "translate": "item.minecraft.copper_nugget" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_nugget", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "knowledge_book": { - "id": 1295, + "id": 1307, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:knowledge_book", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.knowledge_book" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:recipes": [], + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:knowledge_book" } }, "debug_stick": { - "id": 1296, + "id": 1308, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:enchantment_glint_override": true, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 1, - "minecraft:debug_stick_state": {}, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:debug_stick", "minecraft:item_name": { "translate": "item.minecraft.debug_stick" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:debug_stick_state": {}, + "minecraft:enchantment_glint_override": true, + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:debug_stick" } }, "music_disc_13": { - "id": 1297, + "id": 1309, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_13", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_13" }, "minecraft:jukebox_playable": "minecraft:13", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_13" } }, "music_disc_cat": { - "id": 1298, + "id": 1310, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_cat", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_cat" }, "minecraft:jukebox_playable": "minecraft:cat", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_cat" } }, "music_disc_blocks": { - "id": 1299, + "id": 1311, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_blocks", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_blocks" }, "minecraft:jukebox_playable": "minecraft:blocks", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_blocks" } }, "music_disc_chirp": { - "id": 1300, + "id": 1312, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_chirp", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_chirp" }, "minecraft:jukebox_playable": "minecraft:chirp", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_chirp" } }, "music_disc_creator": { - "id": 1301, + "id": 1313, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_creator", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_creator" }, "minecraft:jukebox_playable": "minecraft:creator", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_creator" } }, "music_disc_creator_music_box": { - "id": 1302, + "id": 1314, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_creator_music_box", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_creator_music_box" }, "minecraft:jukebox_playable": "minecraft:creator_music_box", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_creator_music_box" } }, "music_disc_far": { - "id": 1303, + "id": 1315, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_far", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_far" }, "minecraft:jukebox_playable": "minecraft:far", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_far" } }, "music_disc_lava_chicken": { - "id": 1304, + "id": 1316, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_lava_chicken", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_lava_chicken" }, "minecraft:jukebox_playable": "minecraft:lava_chicken", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_lava_chicken" } }, "music_disc_mall": { - "id": 1305, + "id": 1317, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_mall", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_mall" }, "minecraft:jukebox_playable": "minecraft:mall", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_mall" } }, "music_disc_mellohi": { - "id": 1306, + "id": 1318, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_mellohi", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_mellohi" }, "minecraft:jukebox_playable": "minecraft:mellohi", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_mellohi" } }, "music_disc_stal": { - "id": 1307, + "id": 1319, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_stal", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_stal" }, "minecraft:jukebox_playable": "minecraft:stal", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_stal" } }, "music_disc_strad": { - "id": 1308, + "id": 1320, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_strad", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_strad" }, "minecraft:jukebox_playable": "minecraft:strad", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_strad" } }, "music_disc_ward": { - "id": 1309, + "id": 1321, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_ward", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_ward" }, "minecraft:jukebox_playable": "minecraft:ward", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_ward" } }, "music_disc_11": { - "id": 1310, + "id": 1322, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_11", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_11" }, "minecraft:jukebox_playable": "minecraft:11", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_11" } }, "music_disc_wait": { - "id": 1311, + "id": 1323, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_wait", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_wait" }, "minecraft:jukebox_playable": "minecraft:wait", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_wait" } }, "music_disc_otherside": { - "id": 1312, + "id": 1324, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_otherside", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_otherside" }, "minecraft:jukebox_playable": "minecraft:otherside", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_otherside" } }, "music_disc_relic": { - "id": 1313, + "id": 1325, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_relic", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_relic" }, "minecraft:jukebox_playable": "minecraft:relic", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_relic" } }, "music_disc_5": { - "id": 1314, + "id": 1326, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_5", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_5" }, "minecraft:jukebox_playable": "minecraft:5", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_5" } }, "music_disc_pigstep": { - "id": 1315, + "id": 1327, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_pigstep", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_pigstep" }, "minecraft:jukebox_playable": "minecraft:pigstep", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_pigstep" } }, "music_disc_precipice": { - "id": 1316, + "id": 1328, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_precipice", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_precipice" }, "minecraft:jukebox_playable": "minecraft:precipice", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_precipice" } }, "music_disc_tears": { - "id": 1317, + "id": 1329, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:music_disc_tears", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.music_disc_tears" }, "minecraft:jukebox_playable": "minecraft:tears", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:music_disc_tears" } }, "disc_fragment_5": { - "id": 1318, + "id": 1330, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:disc_fragment_5", "minecraft:item_name": { "translate": "item.minecraft.disc_fragment_5" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:disc_fragment_5", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "trident": { - "id": 1319, + "id": 1331, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.trident" + }, + "minecraft:max_damage": 250, "minecraft:attribute_modifiers": [ { "type": "minecraft:attack_damage", @@ -26217,843 +29600,1160 @@ "slot": "mainhand" } ], - "minecraft:max_damage": 250, - "minecraft:enchantable": { - "value": 1 - }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:trident", - "minecraft:item_name": { - "translate": "item.minecraft.trident" - }, + "minecraft:enchantments": {}, "minecraft:tool": { "rules": [], "damage_per_block": 2, "can_destroy_blocks_in_creative": false }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:weapon": {}, + "minecraft:swing_animation": {}, "minecraft:rarity": "rare", "minecraft:max_stack_size": 1, - "minecraft:lore": [], - "minecraft:weapon": {} - } - }, - "nautilus_shell": { - "id": 1320, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:nautilus_shell", - "minecraft:item_name": { - "translate": "item.minecraft.nautilus_shell" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "heart_of_the_sea": { - "id": 1321, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:heart_of_the_sea", - "minecraft:item_name": { - "translate": "item.minecraft.heart_of_the_sea" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "crossbow": { - "id": 1322, - "components": { - "minecraft:attribute_modifiers": [], - "minecraft:charged_projectiles": [], - "minecraft:max_damage": 465, + "minecraft:damage": 0, "minecraft:enchantable": { "value": 1 }, - "minecraft:damage": 0, - "minecraft:item_model": "minecraft:crossbow", + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:trident" + } + }, + "nautilus_shell": { + "id": 1332, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.nautilus_shell" + }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:nautilus_shell", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" + } + }, + "iron_nautilus_armor": { + "id": 1333, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.iron_nautilus_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 5.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_nautilus", + "asset_id": "minecraft:iron", + "allowed_entities": "#minecraft:can_wear_nautilus_armor", + "damage_on_hurt": false, + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_nautilus" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:iron_nautilus_armor" + } + }, + "golden_nautilus_armor": { + "id": 1334, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.golden_nautilus_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 7.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_nautilus", + "asset_id": "minecraft:gold", + "allowed_entities": "#minecraft:can_wear_nautilus_armor", + "damage_on_hurt": false, + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_nautilus" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:golden_nautilus_armor" + } + }, + "diamond_nautilus_armor": { + "id": 1335, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.diamond_nautilus_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 11.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 2.0, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_nautilus", + "asset_id": "minecraft:diamond", + "allowed_entities": "#minecraft:can_wear_nautilus_armor", + "damage_on_hurt": false, + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_nautilus" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:diamond_nautilus_armor" + } + }, + "netherite_nautilus_armor": { + "id": 1336, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.netherite_nautilus_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 19.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 3.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.body", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_nautilus", + "asset_id": "minecraft:netherite", + "allowed_entities": "#minecraft:can_wear_nautilus_armor", + "damage_on_hurt": false, + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_nautilus" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_nautilus_armor" + } + }, + "copper_nautilus_armor": { + "id": 1337, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.copper_nautilus_armor" + }, + "minecraft:attribute_modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 4.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ], + "minecraft:enchantments": {}, + "minecraft:equippable": { + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_nautilus", + "asset_id": "minecraft:copper", + "allowed_entities": "#minecraft:can_wear_nautilus_armor", + "damage_on_hurt": false, + "equip_on_interact": true, + "can_be_sheared": true, + "shearing_sound": "minecraft:item.armor.unequip_nautilus" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_nautilus_armor" + } + }, + "heart_of_the_sea": { + "id": 1338, + "components": { + "minecraft:item_name": { + "translate": "item.minecraft.heart_of_the_sea" + }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:heart_of_the_sea", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" + } + }, + "crossbow": { + "id": 1339, + "components": { "minecraft:item_name": { "translate": "item.minecraft.crossbow" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, + "minecraft:charged_projectiles": [], + "minecraft:max_damage": 465, + "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:lore": [] + "minecraft:damage": 0, + "minecraft:enchantable": { + "value": 1 + }, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crossbow" } }, "suspicious_stew": { - "id": 1323, + "id": 1340, "components": { - "minecraft:attribute_modifiers": [], + "minecraft:use_remainder": { + "id": "minecraft:bowl", + "count": 1 + }, "minecraft:suspicious_stew_effects": [], + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 6, "saturation": 7.2000003, "can_always_eat": true }, - "minecraft:use_remainder": { - "id": "minecraft:bowl", - "count": 1 - }, - "minecraft:consumable": {}, + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, "minecraft:item_model": "minecraft:suspicious_stew", "minecraft:item_name": { "translate": "item.minecraft.suspicious_stew" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:lore": [] + } } }, "loom": { - "id": 1324, + "id": 1341, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:loom", "minecraft:item_name": { "translate": "block.minecraft.loom" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:loom", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "flower_banner_pattern": { - "id": 1325, + "id": 1342, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:flower_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.flower_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/flower", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flower_banner_pattern" } }, "creeper_banner_pattern": { - "id": 1326, + "id": 1343, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:creeper_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.creeper_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/creeper", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:creeper_banner_pattern" } }, "skull_banner_pattern": { - "id": 1327, + "id": 1344, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:skull_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.skull_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/skull", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:skull_banner_pattern" } }, "mojang_banner_pattern": { - "id": 1328, + "id": 1345, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:mojang_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.mojang_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/mojang", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mojang_banner_pattern" } }, "globe_banner_pattern": { - "id": 1329, + "id": 1346, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:globe_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.globe_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/globe", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:globe_banner_pattern" } }, "piglin_banner_pattern": { - "id": 1330, + "id": 1347, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:piglin_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.piglin_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/piglin", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:piglin_banner_pattern" } }, "flow_banner_pattern": { - "id": 1331, + "id": 1348, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:flow_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.flow_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/flow", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flow_banner_pattern" } }, "guster_banner_pattern": { - "id": 1332, + "id": 1349, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:guster_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.guster_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/guster", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:guster_banner_pattern" } }, "field_masoned_banner_pattern": { - "id": 1333, + "id": 1350, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:field_masoned_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.field_masoned_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/field_masoned", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:field_masoned_banner_pattern" } }, "bordure_indented_banner_pattern": { - "id": 1334, + "id": 1351, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:bordure_indented_banner_pattern", - "minecraft:lore": [], "minecraft:item_name": { "translate": "item.minecraft.bordure_indented_banner_pattern" }, "minecraft:provides_banner_patterns": "#minecraft:pattern_item/bordure_indented", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bordure_indented_banner_pattern" } }, "goat_horn": { - "id": 1335, + "id": 1352, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 1, - "minecraft:item_model": "minecraft:goat_horn", - "minecraft:lore": [], - "minecraft:instrument": "minecraft:ponder_goat_horn", "minecraft:item_name": { "translate": "item.minecraft.goat_horn" }, + "minecraft:instrument": "minecraft:ponder_goat_horn", + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:goat_horn" } }, "composter": { - "id": 1336, + "id": 1353, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:composter", "minecraft:item_name": { "translate": "block.minecraft.composter" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:composter", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "barrel": { - "id": 1337, + "id": 1354, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:barrel", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:barrel", "minecraft:item_name": { "translate": "block.minecraft.barrel" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "smoker": { - "id": 1338, + "id": 1355, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:smoker", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smoker", "minecraft:item_name": { "translate": "block.minecraft.smoker" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "blast_furnace": { - "id": 1339, + "id": 1356, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:blast_furnace", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blast_furnace", "minecraft:item_name": { "translate": "block.minecraft.blast_furnace" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "cartography_table": { - "id": 1340, + "id": 1357, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cartography_table", "minecraft:item_name": { "translate": "block.minecraft.cartography_table" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cartography_table", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "fletching_table": { - "id": 1341, + "id": 1358, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:fletching_table", "minecraft:item_name": { "translate": "block.minecraft.fletching_table" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:fletching_table", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "grindstone": { - "id": 1342, + "id": 1359, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:grindstone", "minecraft:item_name": { "translate": "block.minecraft.grindstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:grindstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "smithing_table": { - "id": 1343, + "id": 1360, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:smithing_table", "minecraft:item_name": { "translate": "block.minecraft.smithing_table" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:smithing_table", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "stonecutter": { - "id": 1344, + "id": 1361, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:stonecutter", "minecraft:item_name": { "translate": "block.minecraft.stonecutter" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:stonecutter", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bell": { - "id": 1345, + "id": 1362, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bell", "minecraft:item_name": { "translate": "block.minecraft.bell" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bell", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lantern": { - "id": 1346, + "id": 1363, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lantern", "minecraft:item_name": { "translate": "block.minecraft.lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "soul_lantern": { - "id": 1347, + "id": 1364, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:soul_lantern", "minecraft:item_name": { "translate": "block.minecraft.soul_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:soul_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_lantern": { - "id": 1348, + "id": 1365, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_lantern": { - "id": 1349, + "id": 1366, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_lantern": { - "id": 1350, + "id": 1367, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_lantern": { - "id": 1351, + "id": 1368, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_lantern": { - "id": 1352, + "id": 1369, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_lantern": { - "id": 1353, + "id": 1370, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_lantern": { - "id": 1354, + "id": 1371, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_lantern": { - "id": 1355, + "id": 1372, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_lantern", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_lantern" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_lantern", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "sweet_berries": { - "id": 1356, + "id": 1373, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 - }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sweet_berries", "minecraft:item_name": { "translate": "item.minecraft.sweet_berries" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "glow_berries": { - "id": 1357, - "components": { "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", "minecraft:food": { "nutrition": 2, "saturation": 0.4 }, - "minecraft:consumable": {}, - "minecraft:rarity": "common", "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:glow_berries", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sweet_berries" + } + }, + "glow_berries": { + "id": 1374, + "components": { "minecraft:item_name": { "translate": "item.minecraft.glow_berries" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:consumable": {}, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:glow_berries" } }, "campfire": { - "id": 1358, + "id": 1375, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:campfire", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:campfire", "minecraft:item_name": { "translate": "block.minecraft.campfire" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "soul_campfire": { - "id": 1359, + "id": 1376, "components": { + "minecraft:container": [], "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:soul_campfire", "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:soul_campfire", "minecraft:item_name": { "translate": "block.minecraft.soul_campfire" - }, - "minecraft:container": [], - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + } } }, "shroomlight": { - "id": 1360, + "id": 1377, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:shroomlight", "minecraft:item_name": { "translate": "block.minecraft.shroomlight" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shroomlight", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "honeycomb": { - "id": 1361, + "id": 1378, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:honeycomb", "minecraft:item_name": { "translate": "item.minecraft.honeycomb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:honeycomb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "bee_nest": { - "id": 1362, + "id": 1379, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:bees": [], - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "honey_level": "0" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bee_nest", "minecraft:item_name": { "translate": "block.minecraft.bee_nest" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "beehive": { - "id": 1363, - "components": { "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:bees": [], - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:block_state": { "honey_level": "0" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:bees": [], + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:beehive", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bee_nest" + } + }, + "beehive": { + "id": 1380, + "components": { "minecraft:item_name": { "translate": "block.minecraft.beehive" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "honey_level": "0" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:bees": [], + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:beehive" } }, "honey_bottle": { - "id": 1364, + "id": 1381, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:food": { - "nutrition": 6, - "saturation": 1.2, - "can_always_eat": true + "minecraft:item_name": { + "translate": "item.minecraft.honey_bottle" }, "minecraft:use_remainder": { "id": "minecraft:glass_bottle", "count": 1 }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, "minecraft:consumable": { + "consume_seconds": 2.0, + "animation": "drink", "sound": "minecraft:item.honey_bottle.drink", "has_consume_particles": false, "on_consume_effects": [ @@ -27061,2130 +30761,2379 @@ "effects": "minecraft:poison", "type": "minecraft:remove_effects" } - ], - "consume_seconds": 2.0, - "animation": "drink" + ] }, - "minecraft:item_model": "minecraft:honey_bottle", - "minecraft:item_name": { - "translate": "item.minecraft.honey_bottle" - }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {}, - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", + "minecraft:food": { + "nutrition": 6, + "saturation": 1.2, + "can_always_eat": true + }, "minecraft:max_stack_size": 16, - "minecraft:lore": [] + "minecraft:lore": [], + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:honey_bottle" } }, "honeycomb_block": { - "id": 1365, + "id": 1382, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:honeycomb_block", "minecraft:item_name": { "translate": "block.minecraft.honeycomb_block" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:honeycomb_block", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lodestone": { - "id": 1366, + "id": 1383, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lodestone", "minecraft:item_name": { "translate": "block.minecraft.lodestone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lodestone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "crying_obsidian": { - "id": 1367, + "id": 1384, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:crying_obsidian", "minecraft:item_name": { "translate": "block.minecraft.crying_obsidian" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:crying_obsidian", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blackstone": { - "id": 1368, + "id": 1385, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blackstone", "minecraft:item_name": { "translate": "block.minecraft.blackstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blackstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blackstone_slab": { - "id": 1369, + "id": 1386, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blackstone_slab", "minecraft:item_name": { "translate": "block.minecraft.blackstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blackstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blackstone_stairs": { - "id": 1370, + "id": 1387, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blackstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.blackstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blackstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gilded_blackstone": { - "id": 1371, + "id": 1388, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gilded_blackstone", "minecraft:item_name": { "translate": "block.minecraft.gilded_blackstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gilded_blackstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone": { - "id": 1372, + "id": 1389, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_slab": { - "id": 1373, + "id": 1390, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_stairs": { - "id": 1374, + "id": 1391, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "chiseled_polished_blackstone": { - "id": 1375, + "id": 1392, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:chiseled_polished_blackstone", "minecraft:item_name": { "translate": "block.minecraft.chiseled_polished_blackstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:chiseled_polished_blackstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_bricks": { - "id": 1376, + "id": 1393, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_bricks", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_brick_slab": { - "id": 1377, + "id": 1394, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_brick_slab", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_brick_slab" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_brick_slab", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "polished_blackstone_brick_stairs": { - "id": 1378, + "id": 1395, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:polished_blackstone_brick_stairs", "minecraft:item_name": { "translate": "block.minecraft.polished_blackstone_brick_stairs" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:polished_blackstone_brick_stairs", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cracked_polished_blackstone_bricks": { - "id": 1379, + "id": 1396, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cracked_polished_blackstone_bricks", "minecraft:item_name": { "translate": "block.minecraft.cracked_polished_blackstone_bricks" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cracked_polished_blackstone_bricks", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "respawn_anchor": { - "id": 1380, + "id": 1397, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:respawn_anchor", "minecraft:item_name": { "translate": "block.minecraft.respawn_anchor" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:respawn_anchor", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "candle": { - "id": 1381, + "id": 1398, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:candle", "minecraft:item_name": { "translate": "block.minecraft.candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "white_candle": { - "id": 1382, + "id": 1399, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:white_candle", "minecraft:item_name": { "translate": "block.minecraft.white_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:white_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "orange_candle": { - "id": 1383, + "id": 1400, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:orange_candle", "minecraft:item_name": { "translate": "block.minecraft.orange_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:orange_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "magenta_candle": { - "id": 1384, + "id": 1401, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:magenta_candle", "minecraft:item_name": { "translate": "block.minecraft.magenta_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:magenta_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_blue_candle": { - "id": 1385, + "id": 1402, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_blue_candle", "minecraft:item_name": { "translate": "block.minecraft.light_blue_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_blue_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "yellow_candle": { - "id": 1386, + "id": 1403, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:yellow_candle", "minecraft:item_name": { "translate": "block.minecraft.yellow_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:yellow_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "lime_candle": { - "id": 1387, + "id": 1404, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:lime_candle", "minecraft:item_name": { "translate": "block.minecraft.lime_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:lime_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pink_candle": { - "id": 1388, + "id": 1405, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pink_candle", "minecraft:item_name": { "translate": "block.minecraft.pink_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pink_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "gray_candle": { - "id": 1389, + "id": 1406, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:gray_candle", "minecraft:item_name": { "translate": "block.minecraft.gray_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:gray_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "light_gray_candle": { - "id": 1390, + "id": 1407, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:light_gray_candle", "minecraft:item_name": { "translate": "block.minecraft.light_gray_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:light_gray_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "cyan_candle": { - "id": 1391, + "id": 1408, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:cyan_candle", "minecraft:item_name": { "translate": "block.minecraft.cyan_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:cyan_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "purple_candle": { - "id": 1392, + "id": 1409, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:purple_candle", "minecraft:item_name": { "translate": "block.minecraft.purple_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:purple_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "blue_candle": { - "id": 1393, + "id": 1410, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blue_candle", "minecraft:item_name": { "translate": "block.minecraft.blue_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blue_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "brown_candle": { - "id": 1394, + "id": 1411, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brown_candle", "minecraft:item_name": { "translate": "block.minecraft.brown_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brown_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "green_candle": { - "id": 1395, + "id": 1412, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:green_candle", "minecraft:item_name": { "translate": "block.minecraft.green_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:green_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "red_candle": { - "id": 1396, + "id": 1413, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:red_candle", "minecraft:item_name": { "translate": "block.minecraft.red_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:red_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "black_candle": { - "id": 1397, + "id": 1414, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:black_candle", "minecraft:item_name": { "translate": "block.minecraft.black_candle" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:black_candle", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "small_amethyst_bud": { - "id": 1398, + "id": 1415, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:small_amethyst_bud", "minecraft:item_name": { "translate": "block.minecraft.small_amethyst_bud" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:small_amethyst_bud", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "medium_amethyst_bud": { - "id": 1399, + "id": 1416, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:medium_amethyst_bud", "minecraft:item_name": { "translate": "block.minecraft.medium_amethyst_bud" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:medium_amethyst_bud", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "large_amethyst_bud": { - "id": 1400, + "id": 1417, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:large_amethyst_bud", "minecraft:item_name": { "translate": "block.minecraft.large_amethyst_bud" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:large_amethyst_bud", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "amethyst_cluster": { - "id": 1401, + "id": 1418, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:amethyst_cluster", "minecraft:item_name": { "translate": "block.minecraft.amethyst_cluster" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:amethyst_cluster", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pointed_dripstone": { - "id": 1402, + "id": 1419, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pointed_dripstone", "minecraft:item_name": { "translate": "block.minecraft.pointed_dripstone" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pointed_dripstone", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ochre_froglight": { - "id": 1403, + "id": 1420, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ochre_froglight", "minecraft:item_name": { "translate": "block.minecraft.ochre_froglight" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ochre_froglight", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "verdant_froglight": { - "id": 1404, + "id": 1421, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:verdant_froglight", "minecraft:item_name": { "translate": "block.minecraft.verdant_froglight" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:verdant_froglight", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "pearlescent_froglight": { - "id": 1405, + "id": 1422, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:pearlescent_froglight", "minecraft:item_name": { "translate": "block.minecraft.pearlescent_froglight" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:pearlescent_froglight", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "frogspawn": { - "id": 1406, + "id": 1423, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:frogspawn", "minecraft:item_name": { "translate": "block.minecraft.frogspawn" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:frogspawn", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "echo_shard": { - "id": 1407, + "id": 1424, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:echo_shard", "minecraft:item_name": { "translate": "item.minecraft.echo_shard" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:echo_shard", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "brush": { - "id": 1408, + "id": 1425, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.brush" + }, + "minecraft:max_damage": 64, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:max_damage": 64, + "minecraft:swing_animation": {}, "minecraft:rarity": "common", "minecraft:max_stack_size": 1, "minecraft:damage": 0, "minecraft:lore": [], - "minecraft:item_model": "minecraft:brush", - "minecraft:item_name": { - "translate": "item.minecraft.brush" - }, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brush" } }, "netherite_upgrade_smithing_template": { - "id": 1409, + "id": 1426, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:netherite_upgrade_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.netherite_upgrade_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:netherite_upgrade_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "sentry_armor_trim_smithing_template": { - "id": 1410, + "id": 1427, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sentry_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.sentry_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sentry_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "dune_armor_trim_smithing_template": { - "id": 1411, + "id": 1428, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:dune_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.dune_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:dune_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "coast_armor_trim_smithing_template": { - "id": 1412, + "id": 1429, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:coast_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.coast_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:coast_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "wild_armor_trim_smithing_template": { - "id": 1413, + "id": 1430, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wild_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.wild_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wild_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "ward_armor_trim_smithing_template": { - "id": 1414, + "id": 1431, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ward_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.ward_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ward_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare" } }, "eye_armor_trim_smithing_template": { - "id": 1415, + "id": 1432, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:eye_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.eye_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:eye_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare" } }, "vex_armor_trim_smithing_template": { - "id": 1416, + "id": 1433, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:vex_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.vex_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:vex_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare" } }, "tide_armor_trim_smithing_template": { - "id": 1417, + "id": 1434, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:tide_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.tide_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:tide_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "snout_armor_trim_smithing_template": { - "id": 1418, + "id": 1435, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snout_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.snout_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snout_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "rib_armor_trim_smithing_template": { - "id": 1419, + "id": 1436, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:rib_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.rib_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:rib_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "spire_armor_trim_smithing_template": { - "id": 1420, + "id": 1437, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "rare", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:spire_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.spire_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:spire_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "rare" } }, "wayfinder_armor_trim_smithing_template": { - "id": 1421, + "id": 1438, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:wayfinder_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.wayfinder_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:wayfinder_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "shaper_armor_trim_smithing_template": { - "id": 1422, + "id": 1439, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:shaper_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.shaper_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shaper_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "silence_armor_trim_smithing_template": { - "id": 1423, + "id": 1440, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "epic", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:silence_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.silence_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:silence_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "epic" } }, "raiser_armor_trim_smithing_template": { - "id": 1424, + "id": 1441, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:raiser_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.raiser_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:raiser_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "host_armor_trim_smithing_template": { - "id": 1425, + "id": 1442, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:host_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.host_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:host_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "flow_armor_trim_smithing_template": { - "id": 1426, + "id": 1443, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flow_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.flow_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flow_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "bolt_armor_trim_smithing_template": { - "id": 1427, + "id": 1444, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:bolt_armor_trim_smithing_template", "minecraft:item_name": { "translate": "item.minecraft.bolt_armor_trim_smithing_template" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:bolt_armor_trim_smithing_template", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "angler_pottery_sherd": { - "id": 1428, + "id": 1445, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:angler_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.angler_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:angler_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "archer_pottery_sherd": { - "id": 1429, + "id": 1446, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:archer_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.archer_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:archer_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "arms_up_pottery_sherd": { - "id": 1430, + "id": 1447, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:arms_up_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.arms_up_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:arms_up_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "blade_pottery_sherd": { - "id": 1431, + "id": 1448, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:blade_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.blade_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:blade_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "brewer_pottery_sherd": { - "id": 1432, + "id": 1449, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:brewer_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.brewer_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:brewer_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "burn_pottery_sherd": { - "id": 1433, + "id": 1450, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:burn_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.burn_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:burn_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "danger_pottery_sherd": { - "id": 1434, + "id": 1451, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:danger_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.danger_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:danger_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "explorer_pottery_sherd": { - "id": 1435, + "id": 1452, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:explorer_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.explorer_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:explorer_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "flow_pottery_sherd": { - "id": 1436, + "id": 1453, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:flow_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.flow_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:flow_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "friend_pottery_sherd": { - "id": 1437, + "id": 1454, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:friend_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.friend_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:friend_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "guster_pottery_sherd": { - "id": 1438, + "id": 1455, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:guster_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.guster_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:guster_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "heart_pottery_sherd": { - "id": 1439, + "id": 1456, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:heart_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.heart_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:heart_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "heartbreak_pottery_sherd": { - "id": 1440, + "id": 1457, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:heartbreak_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.heartbreak_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:heartbreak_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "howl_pottery_sherd": { - "id": 1441, + "id": 1458, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:howl_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.howl_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:howl_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "miner_pottery_sherd": { - "id": 1442, + "id": 1459, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:miner_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.miner_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:miner_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "mourner_pottery_sherd": { - "id": 1443, + "id": 1460, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:mourner_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.mourner_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:mourner_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "plenty_pottery_sherd": { - "id": 1444, + "id": 1461, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:plenty_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.plenty_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:plenty_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "prize_pottery_sherd": { - "id": 1445, + "id": 1462, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:prize_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.prize_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:prize_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "scrape_pottery_sherd": { - "id": 1446, + "id": 1463, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:scrape_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.scrape_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:scrape_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "sheaf_pottery_sherd": { - "id": 1447, + "id": 1464, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:sheaf_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.sheaf_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:sheaf_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "shelter_pottery_sherd": { - "id": 1448, + "id": 1465, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:shelter_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.shelter_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:shelter_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "skull_pottery_sherd": { - "id": 1449, + "id": 1466, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:skull_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.skull_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:skull_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "snort_pottery_sherd": { - "id": 1450, + "id": 1467, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "uncommon", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:snort_pottery_sherd", "minecraft:item_name": { "translate": "item.minecraft.snort_pottery_sherd" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:snort_pottery_sherd", + "minecraft:swing_animation": {}, + "minecraft:rarity": "uncommon" } }, "copper_grate": { - "id": 1451, + "id": 1468, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_grate", "minecraft:item_name": { "translate": "block.minecraft.copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_grate": { - "id": 1452, + "id": 1469, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_grate": { - "id": 1453, + "id": 1470, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_grate": { - "id": 1454, + "id": 1471, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_grate": { - "id": 1455, + "id": 1472, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_grate": { - "id": 1456, + "id": 1473, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_grate": { - "id": 1457, + "id": 1474, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_grate": { - "id": 1458, + "id": 1475, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_grate", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_grate" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_grate", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_bulb": { - "id": 1459, + "id": 1476, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_bulb": { - "id": 1460, + "id": 1477, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_bulb": { - "id": 1461, + "id": 1478, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_bulb": { - "id": 1462, + "id": 1479, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_bulb": { - "id": 1463, + "id": 1480, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_bulb": { - "id": 1464, + "id": 1481, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_bulb": { - "id": 1465, + "id": 1482, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_bulb": { - "id": 1466, + "id": 1483, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_bulb", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_bulb" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_bulb", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_chest": { - "id": 1467, + "id": 1484, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_chest", "minecraft:item_name": { "translate": "block.minecraft.copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "exposed_copper_chest": { - "id": 1468, + "id": 1485, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "weathered_copper_chest": { - "id": 1469, + "id": 1486, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "oxidized_copper_chest": { - "id": 1470, + "id": 1487, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_copper_chest": { - "id": 1471, + "id": 1488, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_exposed_copper_chest": { - "id": 1472, + "id": 1489, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_weathered_copper_chest": { - "id": 1473, + "id": 1490, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "waxed_oxidized_copper_chest": { - "id": 1474, + "id": 1491, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_chest", "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_chest" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_chest", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "copper_golem_statue": { - "id": 1475, + "id": 1492, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:copper_golem_statue" } }, "exposed_copper_golem_statue": { - "id": 1476, + "id": 1493, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:exposed_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.exposed_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:exposed_copper_golem_statue" } }, "weathered_copper_golem_statue": { - "id": 1477, + "id": 1494, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:weathered_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.weathered_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:weathered_copper_golem_statue" } }, "oxidized_copper_golem_statue": { - "id": 1478, + "id": 1495, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:oxidized_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.oxidized_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:oxidized_copper_golem_statue" } }, "waxed_copper_golem_statue": { - "id": 1479, + "id": 1496, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.waxed_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_copper_golem_statue" } }, "waxed_exposed_copper_golem_statue": { - "id": 1480, + "id": 1497, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_exposed_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.waxed_exposed_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_exposed_copper_golem_statue" } }, "waxed_weathered_copper_golem_statue": { - "id": 1481, + "id": 1498, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:block_state": { - "copper_golem_pose": "standing" - }, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_weathered_copper_golem_statue", "minecraft:item_name": { "translate": "block.minecraft.waxed_weathered_copper_golem_statue" }, - "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} - } - }, - "waxed_oxidized_copper_golem_statue": { - "id": 1482, - "components": { "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, "minecraft:block_state": { "copper_golem_pose": "standing" }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:lore": [], - "minecraft:item_model": "minecraft:waxed_oxidized_copper_golem_statue", + "minecraft:tooltip_display": {}, + "minecraft:break_sound": "minecraft:entity.item.break", + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_weathered_copper_golem_statue" + } + }, + "waxed_oxidized_copper_golem_statue": { + "id": 1499, + "components": { "minecraft:item_name": { "translate": "block.minecraft.waxed_oxidized_copper_golem_statue" }, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:block_state": { + "copper_golem_pose": "standing" + }, + "minecraft:swing_animation": {}, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_golem_statue" } }, "trial_spawner": { - "id": 1483, + "id": 1500, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:trial_spawner", "minecraft:item_name": { "translate": "block.minecraft.trial_spawner" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:trial_spawner", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "trial_key": { - "id": 1484, + "id": 1501, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:trial_key", "minecraft:item_name": { "translate": "item.minecraft.trial_key" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:trial_key", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ominous_trial_key": { - "id": 1485, + "id": 1502, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:ominous_trial_key", "minecraft:item_name": { "translate": "item.minecraft.ominous_trial_key" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ominous_trial_key", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "vault": { - "id": 1486, + "id": 1503, "components": { - "minecraft:attribute_modifiers": [], - "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, - "minecraft:rarity": "common", - "minecraft:max_stack_size": 64, - "minecraft:lore": [], - "minecraft:item_model": "minecraft:vault", "minecraft:item_name": { "translate": "block.minecraft.vault" }, + "minecraft:max_stack_size": 64, + "minecraft:attribute_modifiers": [], + "minecraft:enchantments": {}, + "minecraft:lore": [], + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:vault", + "minecraft:swing_animation": {}, + "minecraft:rarity": "common" } }, "ominous_bottle": { - "id": 1487, + "id": 1504, "components": { + "minecraft:item_name": { + "translate": "item.minecraft.ominous_bottle" + }, + "minecraft:ominous_bottle_amplifier": 0, "minecraft:attribute_modifiers": [], "minecraft:enchantments": {}, - "minecraft:repair_cost": 0, "minecraft:consumable": { + "animation": "drink", "sound": "minecraft:entity.generic.drink", "has_consume_particles": false, "on_consume_effects": [ @@ -29192,19 +33141,17 @@ "sound": "minecraft:item.ominous_bottle.dispose", "type": "minecraft:play_sound" } - ], - "animation": "drink" + ] }, + "minecraft:swing_animation": {}, "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:item_model": "minecraft:ominous_bottle", "minecraft:lore": [], - "minecraft:item_name": { - "translate": "item.minecraft.ominous_bottle" - }, - "minecraft:ominous_bottle_amplifier": 0, + "minecraft:tooltip_display": {}, "minecraft:break_sound": "minecraft:entity.item.break", - "minecraft:tooltip_display": {} + "minecraft:repair_cost": 0, + "minecraft:use_effects": {}, + "minecraft:item_model": "minecraft:ominous_bottle" } } } \ No newline at end of file diff --git a/assets/message_type.json b/assets/message_type.json index 69f6cb928..5f1bd2d06 100644 --- a/assets/message_type.json +++ b/assets/message_type.json @@ -47,8 +47,8 @@ "content" ], "style": { - "italic": true, - "color": "gray" + "color": "gray", + "italic": true } }, "narration": { @@ -70,8 +70,8 @@ "content" ], "style": { - "italic": true, - "color": "gray" + "color": "gray", + "italic": true } }, "narration": { diff --git a/assets/packets.json b/assets/packets.json index 51f62e1bd..0124bff39 100644 --- a/assets/packets.json +++ b/assets/packets.json @@ -1,5 +1,5 @@ { - "version": 773, + "version": 774, "serverbound": { "handshake": [ "intention" @@ -172,7 +172,7 @@ "forget_level_chunk", "game_event", "game_test_highlight_pos", - "horse_screen_open", + "mount_screen_open", "hurt_animation", "initialize_border", "keep_alive", diff --git a/assets/properties.json b/assets/properties.json index 464966cb6..7c19c6512 100644 --- a/assets/properties.json +++ b/assets/properties.json @@ -1,216 +1,216 @@ [ { - "hash_key": -868937173, + "hash_key": -1226489813, "enum_name": "attached", "serialized_name": "attached", "type": "boolean" }, { - "hash_key": -1626301765, + "hash_key": -1983854405, "enum_name": "berries", "serialized_name": "berries", "type": "boolean" }, { - "hash_key": -1313842550, + "hash_key": -1671395190, "enum_name": "bloom", "serialized_name": "bloom", "type": "boolean" }, { - "hash_key": 1504063154, + "hash_key": 1146510514, "enum_name": "bottom", "serialized_name": "bottom", "type": "boolean" }, { - "hash_key": 1635772599, + "hash_key": 1278219959, "enum_name": "can_summon", "serialized_name": "can_summon", "type": "boolean" }, { - "hash_key": -199544051, + "hash_key": -557096691, "enum_name": "conditional", "serialized_name": "conditional", "type": "boolean" }, { - "hash_key": -1136256844, + "hash_key": -1493809484, "enum_name": "disarmed", "serialized_name": "disarmed", "type": "boolean" }, { - "hash_key": -1404583493, + "hash_key": -1762136133, "enum_name": "drag", "serialized_name": "drag", "type": "boolean" }, { - "hash_key": 1277697992, + "hash_key": 920145352, "enum_name": "enabled", "serialized_name": "enabled", "type": "boolean" }, { - "hash_key": 1066402240, + "hash_key": 708849600, "enum_name": "extended", "serialized_name": "extended", "type": "boolean" }, { - "hash_key": -1407574344, + "hash_key": -1765126984, "enum_name": "eye", "serialized_name": "eye", "type": "boolean" }, { - "hash_key": 1803476750, + "hash_key": 1445924110, "enum_name": "falling", "serialized_name": "falling", "type": "boolean" }, { - "hash_key": -714785097, + "hash_key": -1072337737, "enum_name": "hanging", "serialized_name": "hanging", "type": "boolean" }, { - "hash_key": 2044513411, + "hash_key": 1686960771, "enum_name": "has_bottle_0", "serialized_name": "has_bottle_0", "type": "boolean" }, { - "hash_key": 2044513412, + "hash_key": 1686960772, "enum_name": "has_bottle_1", "serialized_name": "has_bottle_1", "type": "boolean" }, { - "hash_key": 2044513413, + "hash_key": 1686960773, "enum_name": "has_bottle_2", "serialized_name": "has_bottle_2", "type": "boolean" }, { - "hash_key": 733620765, + "hash_key": 376068125, "enum_name": "has_record", "serialized_name": "has_record", "type": "boolean" }, { - "hash_key": -1267366411, + "hash_key": -1624919051, "enum_name": "has_book", "serialized_name": "has_book", "type": "boolean" }, { - "hash_key": -780000388, + "hash_key": -1137553028, "enum_name": "inverted", "serialized_name": "inverted", "type": "boolean" }, { - "hash_key": 531513643, + "hash_key": 173961003, "enum_name": "in_wall", "serialized_name": "in_wall", "type": "boolean" }, { - "hash_key": -1407568098, + "hash_key": -1765120738, "enum_name": "lit", "serialized_name": "lit", "type": "boolean" }, { - "hash_key": 1789839249, + "hash_key": 1432286609, "enum_name": "locked", "serialized_name": "locked", "type": "boolean" }, { - "hash_key": 321236144, + "hash_key": -36316496, "enum_name": "natural", "serialized_name": "natural", "type": "boolean" }, { - "hash_key": -614926555, + "hash_key": -972479195, "enum_name": "occupied", "serialized_name": "occupied", "type": "boolean" }, { - "hash_key": -1404257583, + "hash_key": -1761810223, "enum_name": "open", "serialized_name": "open", "type": "boolean" }, { - "hash_key": -895212770, + "hash_key": -1252765410, "enum_name": "persistent", "serialized_name": "persistent", "type": "boolean" }, { - "hash_key": -1795621653, + "hash_key": 2141793003, "enum_name": "powered", "serialized_name": "powered", "type": "boolean" }, { - "hash_key": -1298261757, + "hash_key": -1655814397, "enum_name": "short", "serialized_name": "short", "type": "boolean" }, { - "hash_key": -1044026825, + "hash_key": -1401579465, "enum_name": "shrieking", "serialized_name": "shrieking", "type": "boolean" }, { - "hash_key": -735003148, + "hash_key": -1092555788, "enum_name": "signal_fire", "serialized_name": "signal_fire", "type": "boolean" }, { - "hash_key": -1298082851, + "hash_key": -1655635491, "enum_name": "snowy", "serialized_name": "snowy", "type": "boolean" }, { - "hash_key": -1407560414, + "hash_key": -1765113054, "enum_name": "tip", "serialized_name": "tip", "type": "boolean" }, { - "hash_key": -2056427298, + "hash_key": 1880987358, "enum_name": "triggered", "serialized_name": "triggered", "type": "boolean" }, { - "hash_key": -1413671013, + "hash_key": -1771223653, "enum_name": "unstable", "serialized_name": "unstable", "type": "boolean" }, { - "hash_key": -365764128, + "hash_key": -723316768, "enum_name": "waterlogged", "serialized_name": "waterlogged", "type": "boolean" }, { - "hash_key": 2124340638, + "hash_key": -14062817, "enum_name": "horizontal_axis", "serialized_name": "axis", "type": "enum", @@ -220,7 +220,7 @@ ] }, { - "hash_key": 1941333927, + "hash_key": 2116573960, "enum_name": "axis", "serialized_name": "axis", "type": "enum", @@ -231,43 +231,43 @@ ] }, { - "hash_key": -1407671518, + "hash_key": -1765224158, "enum_name": "up", "serialized_name": "up", "type": "boolean" }, { - "hash_key": -1404585687, + "hash_key": -1762138327, "enum_name": "down", "serialized_name": "down", "type": "boolean" }, { - "hash_key": -1302667892, + "hash_key": -1660220532, "enum_name": "north", "serialized_name": "north", "type": "boolean" }, { - "hash_key": -1404569468, + "hash_key": -1762122108, "enum_name": "east", "serialized_name": "east", "type": "boolean" }, { - "hash_key": -1298047404, + "hash_key": -1655600044, "enum_name": "south", "serialized_name": "south", "type": "boolean" }, { - "hash_key": -1404029386, + "hash_key": -1761582026, "enum_name": "west", "serialized_name": "west", "type": "boolean" }, { - "hash_key": 298315299, + "hash_key": 3357405, "enum_name": "facing", "serialized_name": "facing", "type": "enum", @@ -281,7 +281,7 @@ ] }, { - "hash_key": 334173612, + "hash_key": -888841356, "enum_name": "hopper_facing", "serialized_name": "facing", "type": "enum", @@ -294,7 +294,7 @@ ] }, { - "hash_key": 1538441040, + "hash_key": -1610209386, "enum_name": "horizontal_facing", "serialized_name": "facing", "type": "enum", @@ -306,7 +306,7 @@ ] }, { - "hash_key": -847270335, + "hash_key": -1516062537, "enum_name": "flower_amount", "serialized_name": "flower_amount", "type": "int", @@ -314,7 +314,7 @@ "max": 4 }, { - "hash_key": -666272999, + "hash_key": -1335065201, "enum_name": "segment_amount", "serialized_name": "segment_amount", "type": "int", @@ -322,7 +322,7 @@ "max": 4 }, { - "hash_key": -1039513742, + "hash_key": -1275422999, "enum_name": "orientation", "serialized_name": "orientation", "type": "enum", @@ -342,7 +342,7 @@ ] }, { - "hash_key": -194458341, + "hash_key": 843751029, "enum_name": "block_face", "serialized_name": "face", "type": "enum", @@ -353,7 +353,7 @@ ] }, { - "hash_key": -504947085, + "hash_key": -339778284, "enum_name": "attachment", "serialized_name": "attachment", "type": "enum", @@ -365,7 +365,7 @@ ] }, { - "hash_key": -2013829128, + "hash_key": 638294841, "enum_name": "east_wall_shape", "serialized_name": "east", "type": "enum", @@ -376,7 +376,7 @@ ] }, { - "hash_key": 1145119728, + "hash_key": -497723599, "enum_name": "north_wall_shape", "serialized_name": "north", "type": "enum", @@ -387,7 +387,7 @@ ] }, { - "hash_key": 1288354856, + "hash_key": -354488471, "enum_name": "south_wall_shape", "serialized_name": "south", "type": "enum", @@ -398,7 +398,7 @@ ] }, { - "hash_key": -1997086586, + "hash_key": 655037383, "enum_name": "west_wall_shape", "serialized_name": "west", "type": "enum", @@ -409,7 +409,7 @@ ] }, { - "hash_key": -1760520997, + "hash_key": 1832748751, "enum_name": "east_wire_connection", "serialized_name": "east", "type": "enum", @@ -420,7 +420,7 @@ ] }, { - "hash_key": 1398427859, + "hash_key": 696730311, "enum_name": "north_wire_connection", "serialized_name": "north", "type": "enum", @@ -431,7 +431,7 @@ ] }, { - "hash_key": 1541662987, + "hash_key": 839965439, "enum_name": "south_wire_connection", "serialized_name": "south", "type": "enum", @@ -442,7 +442,7 @@ ] }, { - "hash_key": -1743778455, + "hash_key": 1849491293, "enum_name": "west_wire_connection", "serialized_name": "west", "type": "enum", @@ -453,7 +453,7 @@ ] }, { - "hash_key": -1787022173, + "hash_key": -2069079748, "enum_name": "double_block_half", "serialized_name": "half", "type": "enum", @@ -463,7 +463,7 @@ ] }, { - "hash_key": -313324108, + "hash_key": 972385409, "enum_name": "block_half", "serialized_name": "half", "type": "enum", @@ -473,7 +473,7 @@ ] }, { - "hash_key": 1701452866, + "hash_key": -129799615, "enum_name": "side_chain", "serialized_name": "side_chain", "type": "enum", @@ -485,7 +485,7 @@ ] }, { - "hash_key": 1058149539, + "hash_key": -257156205, "enum_name": "rail_shape", "serialized_name": "shape", "type": "enum", @@ -503,7 +503,7 @@ ] }, { - "hash_key": 973798096, + "hash_key": -773242843, "enum_name": "straight_rail_shape", "serialized_name": "shape", "type": "enum", @@ -517,7 +517,7 @@ ] }, { - "hash_key": -468618147, + "hash_key": -1137410349, "enum_name": "age_1", "serialized_name": "age", "type": "int", @@ -525,7 +525,7 @@ "max": 1 }, { - "hash_key": -468589285, + "hash_key": -1137381487, "enum_name": "age_2", "serialized_name": "age", "type": "int", @@ -533,7 +533,7 @@ "max": 2 }, { - "hash_key": -467694562, + "hash_key": -1136486764, "enum_name": "age_3", "serialized_name": "age", "type": "int", @@ -541,7 +541,7 @@ "max": 3 }, { - "hash_key": -439958148, + "hash_key": -1108750350, "enum_name": "age_4", "serialized_name": "age", "type": "int", @@ -549,7 +549,7 @@ "max": 4 }, { - "hash_key": 419870687, + "hash_key": -248921515, "enum_name": "age_5", "serialized_name": "age", "type": "int", @@ -557,7 +557,7 @@ "max": 5 }, { - "hash_key": -1328416864, + "hash_key": -1997209066, "enum_name": "age_7", "serialized_name": "age", "type": "int", @@ -565,7 +565,7 @@ "max": 7 }, { - "hash_key": 428064420, + "hash_key": -240727782, "enum_name": "age_15", "serialized_name": "age", "type": "int", @@ -573,7 +573,7 @@ "max": 15 }, { - "hash_key": -656033431, + "hash_key": -1324825633, "enum_name": "age_25", "serialized_name": "age", "type": "int", @@ -581,7 +581,7 @@ "max": 25 }, { - "hash_key": -87015455, + "hash_key": -755807657, "enum_name": "bites", "serialized_name": "bites", "type": "int", @@ -589,7 +589,7 @@ "max": 6 }, { - "hash_key": -592703689, + "hash_key": -1261495891, "enum_name": "candles", "serialized_name": "candles", "type": "int", @@ -597,7 +597,7 @@ "max": 4 }, { - "hash_key": -1806117798, + "hash_key": 1820057296, "enum_name": "delay", "serialized_name": "delay", "type": "int", @@ -605,7 +605,7 @@ "max": 4 }, { - "hash_key": -1723793080, + "hash_key": 1902382014, "enum_name": "distance_1_7", "serialized_name": "distance", "type": "int", @@ -613,7 +613,7 @@ "max": 7 }, { - "hash_key": -374208977, + "hash_key": -1043001179, "enum_name": "eggs", "serialized_name": "eggs", "type": "int", @@ -621,7 +621,7 @@ "max": 4 }, { - "hash_key": -1695981062, + "hash_key": 1930194032, "enum_name": "hatch", "serialized_name": "hatch", "type": "int", @@ -629,7 +629,7 @@ "max": 2 }, { - "hash_key": 1286534205, + "hash_key": 617742003, "enum_name": "layers", "serialized_name": "layers", "type": "int", @@ -637,7 +637,7 @@ "max": 8 }, { - "hash_key": -1577707753, + "hash_key": 2048467341, "enum_name": "level_3", "serialized_name": "level", "type": "int", @@ -645,7 +645,7 @@ "max": 3 }, { - "hash_key": 1833302105, + "hash_key": 1164509903, "enum_name": "level_8", "serialized_name": "level", "type": "int", @@ -653,7 +653,7 @@ "max": 8 }, { - "hash_key": 222361147, + "hash_key": -446431055, "enum_name": "level_1_8", "serialized_name": "level", "type": "int", @@ -661,7 +661,7 @@ "max": 8 }, { - "hash_key": -1213452418, + "hash_key": -1882244620, "enum_name": "honey_level", "serialized_name": "honey_level", "type": "int", @@ -669,7 +669,7 @@ "max": 5 }, { - "hash_key": -681055041, + "hash_key": -1349847243, "enum_name": "level_15", "serialized_name": "level", "type": "int", @@ -677,7 +677,7 @@ "max": 15 }, { - "hash_key": 1504654335, + "hash_key": 835862133, "enum_name": "moisture", "serialized_name": "moisture", "type": "int", @@ -685,7 +685,7 @@ "max": 7 }, { - "hash_key": -1342479181, + "hash_key": -2011271383, "enum_name": "note", "serialized_name": "note", "type": "int", @@ -693,7 +693,7 @@ "max": 24 }, { - "hash_key": -1209366972, + "hash_key": -1878159174, "enum_name": "pickles", "serialized_name": "pickles", "type": "int", @@ -701,7 +701,7 @@ "max": 4 }, { - "hash_key": -557273250, + "hash_key": -1226065452, "enum_name": "power", "serialized_name": "power", "type": "int", @@ -709,7 +709,7 @@ "max": 15 }, { - "hash_key": -1364104642, + "hash_key": -2032896844, "enum_name": "stage", "serialized_name": "stage", "type": "int", @@ -717,7 +717,7 @@ "max": 1 }, { - "hash_key": -979090582, + "hash_key": -1647882784, "enum_name": "distance_0_7", "serialized_name": "distance", "type": "int", @@ -725,7 +725,7 @@ "max": 7 }, { - "hash_key": 993161788, + "hash_key": 324369586, "enum_name": "charges", "serialized_name": "charges", "type": "int", @@ -733,7 +733,7 @@ "max": 4 }, { - "hash_key": 79060743, + "hash_key": -589731459, "enum_name": "hydration", "serialized_name": "hydration", "type": "int", @@ -741,7 +741,7 @@ "max": 3 }, { - "hash_key": -824248315, + "hash_key": -1493040517, "enum_name": "rotation", "serialized_name": "rotation", "type": "int", @@ -749,7 +749,7 @@ "max": 15 }, { - "hash_key": -51853932, + "hash_key": 115355525, "enum_name": "bed_part", "serialized_name": "part", "type": "enum", @@ -759,7 +759,7 @@ ] }, { - "hash_key": -1972273391, + "hash_key": 985570201, "enum_name": "chest_type", "serialized_name": "type", "type": "enum", @@ -770,7 +770,7 @@ ] }, { - "hash_key": 1293758681, + "hash_key": 1133103202, "enum_name": "comparator_mode", "serialized_name": "mode", "type": "enum", @@ -780,7 +780,7 @@ ] }, { - "hash_key": 1904233343, + "hash_key": 357094418, "enum_name": "door_hinge", "serialized_name": "hinge", "type": "enum", @@ -790,7 +790,7 @@ ] }, { - "hash_key": 1375922713, + "hash_key": 1352082262, "enum_name": "instrument", "serialized_name": "instrument", "type": "enum", @@ -821,7 +821,7 @@ ] }, { - "hash_key": 1937613125, + "hash_key": 1985185547, "enum_name": "piston_type", "serialized_name": "type", "type": "enum", @@ -831,7 +831,7 @@ ] }, { - "hash_key": -487931545, + "hash_key": -1730657296, "enum_name": "slab_type", "serialized_name": "type", "type": "enum", @@ -842,7 +842,7 @@ ] }, { - "hash_key": 1181336254, + "hash_key": 119113116, "enum_name": "stair_shape", "serialized_name": "shape", "type": "enum", @@ -855,7 +855,7 @@ ] }, { - "hash_key": 1614890635, + "hash_key": 669645663, "enum_name": "structure_block_mode", "serialized_name": "mode", "type": "enum", @@ -867,7 +867,7 @@ ] }, { - "hash_key": -1725677107, + "hash_key": -1164729359, "enum_name": "bamboo_leaves", "serialized_name": "leaves", "type": "enum", @@ -878,7 +878,7 @@ ] }, { - "hash_key": 495307086, + "hash_key": 1598352989, "enum_name": "tilt", "serialized_name": "tilt", "type": "enum", @@ -890,7 +890,7 @@ ] }, { - "hash_key": 170368215, + "hash_key": -1934650297, "enum_name": "vertical_direction", "serialized_name": "vertical_direction", "type": "enum", @@ -900,7 +900,7 @@ ] }, { - "hash_key": -199987491, + "hash_key": -514259569, "enum_name": "thickness", "serialized_name": "thickness", "type": "enum", @@ -913,7 +913,7 @@ ] }, { - "hash_key": -598681322, + "hash_key": 483793469, "enum_name": "sculk_sensor_phase", "serialized_name": "sculk_sensor_phase", "type": "enum", @@ -924,43 +924,43 @@ ] }, { - "hash_key": 2110930741, + "hash_key": 1753378101, "enum_name": "slot_0_occupied", "serialized_name": "slot_0_occupied", "type": "boolean" }, { - "hash_key": 1914417236, + "hash_key": 1556864596, "enum_name": "slot_1_occupied", "serialized_name": "slot_1_occupied", "type": "boolean" }, { - "hash_key": 1717903731, + "hash_key": 1360351091, "enum_name": "slot_2_occupied", "serialized_name": "slot_2_occupied", "type": "boolean" }, { - "hash_key": 1521390226, + "hash_key": 1163837586, "enum_name": "slot_3_occupied", "serialized_name": "slot_3_occupied", "type": "boolean" }, { - "hash_key": 1324876721, + "hash_key": 967324081, "enum_name": "slot_4_occupied", "serialized_name": "slot_4_occupied", "type": "boolean" }, { - "hash_key": 1128363216, + "hash_key": 770810576, "enum_name": "slot_5_occupied", "serialized_name": "slot_5_occupied", "type": "boolean" }, { - "hash_key": 1544739980, + "hash_key": 875947778, "enum_name": "dusted", "serialized_name": "dusted", "type": "int", @@ -968,19 +968,19 @@ "max": 3 }, { - "hash_key": -382763936, + "hash_key": -740316576, "enum_name": "cracked", "serialized_name": "cracked", "type": "boolean" }, { - "hash_key": 302847561, + "hash_key": -54705079, "enum_name": "crafting", "serialized_name": "crafting", "type": "boolean" }, { - "hash_key": 912516594, + "hash_key": 485447212, "enum_name": "trial_spawner_state", "serialized_name": "trial_spawner_state", "type": "enum", @@ -994,7 +994,7 @@ ] }, { - "hash_key": -1763805577, + "hash_key": -2113681949, "enum_name": "vault_state", "serialized_name": "vault_state", "type": "enum", @@ -1006,7 +1006,7 @@ ] }, { - "hash_key": -1594200735, + "hash_key": -1092228731, "enum_name": "creaking_heart_state", "serialized_name": "creaking_heart_state", "type": "enum", @@ -1017,13 +1017,13 @@ ] }, { - "hash_key": 1541920113, + "hash_key": 1184367473, "enum_name": "ominous", "serialized_name": "ominous", "type": "boolean" }, { - "hash_key": -668013444, + "hash_key": 665099556, "enum_name": "test_block_mode", "serialized_name": "mode", "type": "enum", @@ -1035,13 +1035,13 @@ ] }, { - "hash_key": -1407567389, + "hash_key": -1765120029, "enum_name": "map", "serialized_name": "map", "type": "boolean" }, { - "hash_key": 539141448, + "hash_key": 1159332573, "enum_name": "copper_golem_pose", "serialized_name": "copper_golem_pose", "type": "enum", diff --git a/assets/recipe_remainder.json b/assets/recipe_remainder.json index dfd516a9a..c97974307 100644 --- a/assets/recipe_remainder.json +++ b/assets/recipe_remainder.json @@ -2,6 +2,6 @@ "1013": 1012, "1014": 1012, "1018": 1012, - "1285": 1120, - "1364": 1120 + "1290": 1120, + "1381": 1120 } \ No newline at end of file diff --git a/assets/recipes.json b/assets/recipes.json index bbf8242ca..7fde66ae1 100644 --- a/assets/recipes.json +++ b/assets/recipes.json @@ -1,5 +1,7 @@ [ { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:acacia_planks" }, @@ -11,8 +13,6 @@ "id": "minecraft:acacia_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -41,6 +41,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:acacia_planks" }, @@ -53,11 +55,11 @@ "id": "minecraft:acacia_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:acacia_planks" @@ -70,11 +72,11 @@ "id": "minecraft:acacia_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:acacia_planks" @@ -87,11 +89,11 @@ "id": "minecraft:acacia_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_acacia_log", "X": "minecraft:iron_chain" @@ -105,8 +107,6 @@ "id": "minecraft:acacia_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -122,6 +122,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:acacia_planks" }, @@ -132,11 +134,11 @@ "id": "minecraft:acacia_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_acacia_log" }, @@ -149,11 +151,11 @@ "id": "minecraft:acacia_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:acacia_planks", "X": "minecraft:stick" @@ -167,11 +169,11 @@ "id": "minecraft:acacia_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:acacia_planks" }, @@ -182,11 +184,11 @@ "id": "minecraft:acacia_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:acacia_planks" }, @@ -199,11 +201,11 @@ "id": "minecraft:acacia_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:acacia_planks" }, @@ -215,11 +217,11 @@ "id": "minecraft:acacia_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:acacia_log" }, @@ -231,11 +233,10 @@ "id": "minecraft:acacia_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:redstone_torch", "S": "minecraft:stick", @@ -250,10 +251,10 @@ "id": "minecraft:activator_rail", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:amethyst_shard" }, @@ -265,7 +266,6 @@ "id": "minecraft:amethyst_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -281,6 +281,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:andesite" }, @@ -291,7 +292,6 @@ "id": "minecraft:andesite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -303,6 +303,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:andesite" }, @@ -315,7 +316,6 @@ "id": "minecraft:andesite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -327,6 +327,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:andesite" }, @@ -338,7 +339,6 @@ "id": "minecraft:andesite_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -350,6 +350,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "I": "minecraft:iron_block", "i": "minecraft:iron_ingot" @@ -363,7 +364,6 @@ "id": "minecraft:anvil", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -371,6 +371,7 @@ "type": "minecraft:crafting_special_armordye" }, { + "category": "misc", "key": { "/": "minecraft:stick", "_": "minecraft:smooth_stone_slab" @@ -384,10 +385,10 @@ "id": "minecraft:armor_stand", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "minecraft:flint", @@ -402,37 +403,36 @@ "id": "minecraft:arrow", "count": 4 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "food", + "ingredient": "minecraft:potato", "result": { "id": "minecraft:baked_potato" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:potato", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:potato", "result": { "id": "minecraft:baked_potato" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:potato", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:potato", "result": { "id": "minecraft:baked_potato" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:potato", "type": "minecraft:smoking" }, { @@ -480,6 +480,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:bamboo_planks" }, @@ -492,11 +494,11 @@ "id": "minecraft:bamboo_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:bamboo_planks" @@ -509,11 +511,11 @@ "id": "minecraft:bamboo_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:bamboo_planks" @@ -526,11 +528,11 @@ "id": "minecraft:bamboo_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_bamboo_block", "X": "minecraft:iron_chain" @@ -544,11 +546,10 @@ "id": "minecraft:bamboo_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:bamboo_slab" }, @@ -560,10 +561,10 @@ "id": "minecraft:bamboo_mosaic", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:bamboo_mosaic" }, @@ -574,10 +575,10 @@ "id": "minecraft:bamboo_mosaic_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:bamboo_mosaic" }, @@ -590,7 +591,6 @@ "id": "minecraft:bamboo_mosaic_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -606,6 +606,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:bamboo_planks" }, @@ -616,11 +618,11 @@ "id": "minecraft:bamboo_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:bamboo_planks" }, @@ -632,11 +634,11 @@ "id": "minecraft:bamboo_raft", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_bamboo_block" }, @@ -649,11 +651,11 @@ "id": "minecraft:bamboo_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:bamboo_planks", "X": "minecraft:stick" @@ -667,11 +669,11 @@ "id": "minecraft:bamboo_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:bamboo_planks" }, @@ -682,11 +684,11 @@ "id": "minecraft:bamboo_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:bamboo_planks" }, @@ -699,11 +701,11 @@ "id": "minecraft:bamboo_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:bamboo_planks" }, @@ -715,8 +717,6 @@ "id": "minecraft:bamboo_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -724,6 +724,7 @@ "type": "minecraft:crafting_special_bannerduplicate" }, { + "category": "misc", "key": { "P": "#minecraft:planks", "S": "#minecraft:wooden_slabs" @@ -737,10 +738,10 @@ "id": "minecraft:barrel", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "G": "minecraft:glass", "O": "minecraft:obsidian", @@ -755,10 +756,10 @@ "id": "minecraft:beacon", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "H": "minecraft:honeycomb", "P": "#minecraft:planks" @@ -772,7 +773,6 @@ "id": "minecraft:beehive", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -793,6 +793,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:birch_planks" }, @@ -804,8 +806,6 @@ "id": "minecraft:birch_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -834,6 +834,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:birch_planks" }, @@ -846,11 +848,11 @@ "id": "minecraft:birch_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:birch_planks" @@ -863,11 +865,11 @@ "id": "minecraft:birch_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:birch_planks" @@ -880,11 +882,11 @@ "id": "minecraft:birch_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_birch_log", "X": "minecraft:iron_chain" @@ -898,8 +900,6 @@ "id": "minecraft:birch_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -915,6 +915,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:birch_planks" }, @@ -925,11 +927,11 @@ "id": "minecraft:birch_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_birch_log" }, @@ -942,11 +944,11 @@ "id": "minecraft:birch_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:birch_planks", "X": "minecraft:stick" @@ -960,11 +962,11 @@ "id": "minecraft:birch_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:birch_planks" }, @@ -975,11 +977,11 @@ "id": "minecraft:birch_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:birch_planks" }, @@ -992,11 +994,11 @@ "id": "minecraft:birch_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:birch_planks" }, @@ -1008,11 +1010,11 @@ "id": "minecraft:birch_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:birch_log" }, @@ -1024,11 +1026,11 @@ "id": "minecraft:birch_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:black_wool", "|": "minecraft:stick" @@ -1042,11 +1044,11 @@ "id": "minecraft:black_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:black_wool", "X": "#minecraft:planks" @@ -1059,18 +1061,16 @@ "id": "minecraft:black_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:black_dye", "result": { "id": "minecraft:black_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -1087,6 +1087,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:black_wool" }, @@ -1097,8 +1099,6 @@ "id": "minecraft:black_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1146,16 +1146,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:black_terracotta", "result": { "id": "minecraft:black_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:black_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:black_wool", "G": "minecraft:glass", @@ -1169,21 +1171,21 @@ "id": "minecraft:black_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:black_dye", "result": { "id": "minecraft:black_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:black_dye" @@ -1197,11 +1199,11 @@ "id": "minecraft:black_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:black_stained_glass" }, @@ -1213,11 +1215,11 @@ "id": "minecraft:black_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:black_dye" @@ -1231,11 +1233,11 @@ "id": "minecraft:black_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:black_dye" @@ -1249,11 +1251,10 @@ "id": "minecraft:black_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:blackstone" }, @@ -1264,7 +1265,6 @@ "id": "minecraft:blackstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1276,6 +1276,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:blackstone" }, @@ -1288,7 +1289,6 @@ "id": "minecraft:blackstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1300,6 +1300,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:blackstone" }, @@ -1311,7 +1312,6 @@ "id": "minecraft:blackstone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1323,6 +1323,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:smooth_stone", "I": "minecraft:iron_ingot", @@ -1337,7 +1338,6 @@ "id": "minecraft:blast_furnace", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1352,6 +1352,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:blue_wool", "|": "minecraft:stick" @@ -1365,11 +1367,11 @@ "id": "minecraft:blue_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:blue_wool", "X": "#minecraft:planks" @@ -1382,18 +1384,16 @@ "id": "minecraft:blue_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:blue_dye", "result": { "id": "minecraft:blue_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -1410,6 +1410,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:blue_wool" }, @@ -1420,8 +1422,6 @@ "id": "minecraft:blue_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1469,16 +1469,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:blue_terracotta", "result": { "id": "minecraft:blue_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:blue_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:blue_wool", "G": "minecraft:glass", @@ -1492,8 +1494,6 @@ "id": "minecraft:blue_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -1516,16 +1516,18 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:blue_dye", "result": { "id": "minecraft:blue_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:blue_dye" @@ -1539,11 +1541,11 @@ "id": "minecraft:blue_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:blue_stained_glass" }, @@ -1555,11 +1557,11 @@ "id": "minecraft:blue_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:blue_dye" @@ -1573,11 +1575,11 @@ "id": "minecraft:blue_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:blue_dye" @@ -1591,11 +1593,10 @@ "id": "minecraft:blue_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": [ @@ -1613,7 +1614,6 @@ "id": "minecraft:bolt_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1624,6 +1624,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "building", "key": { "#": "minecraft:bone_meal" }, @@ -1636,7 +1637,6 @@ "id": "minecraft:bone_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1682,6 +1682,7 @@ "type": "minecraft:crafting_special_bookcloning" }, { + "category": "building", "key": { "#": "#minecraft:planks", "X": "minecraft:book" @@ -1695,7 +1696,6 @@ "id": "minecraft:bookshelf", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1711,6 +1711,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "minecraft:string" @@ -1724,10 +1725,10 @@ "id": "minecraft:bow", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks" }, @@ -1739,10 +1740,10 @@ "id": "minecraft:bowl", "count": 4 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:wheat" }, @@ -1753,10 +1754,10 @@ "id": "minecraft:bread", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:stone_crafting_materials", "B": "minecraft:blaze_rod" @@ -1769,20 +1770,20 @@ "id": "minecraft:brewing_stand", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", + "ingredient": "minecraft:clay_ball", "result": { "id": "minecraft:brick" }, "experience": 0.3, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:clay_ball", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:bricks" }, @@ -1793,7 +1794,6 @@ "id": "minecraft:brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1805,6 +1805,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:bricks" }, @@ -1817,7 +1818,6 @@ "id": "minecraft:brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -1829,6 +1829,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:bricks" }, @@ -1840,7 +1841,6 @@ "id": "minecraft:brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1852,6 +1852,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:brick" }, @@ -1863,10 +1864,11 @@ "id": "minecraft:bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:brown_wool", "|": "minecraft:stick" @@ -1880,11 +1882,11 @@ "id": "minecraft:brown_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:brown_wool", "X": "#minecraft:planks" @@ -1897,18 +1899,16 @@ "id": "minecraft:brown_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:brown_dye", "result": { "id": "minecraft:brown_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -1925,6 +1925,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:brown_wool" }, @@ -1935,8 +1937,6 @@ "id": "minecraft:brown_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -1972,16 +1972,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:brown_terracotta", "result": { "id": "minecraft:brown_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:brown_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:brown_wool", "G": "minecraft:glass", @@ -1995,21 +1997,21 @@ "id": "minecraft:brown_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:brown_dye", "result": { "id": "minecraft:brown_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:brown_dye" @@ -2023,11 +2025,11 @@ "id": "minecraft:brown_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:brown_stained_glass" }, @@ -2039,11 +2041,11 @@ "id": "minecraft:brown_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:brown_dye" @@ -2057,11 +2059,11 @@ "id": "minecraft:brown_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:brown_dye" @@ -2075,11 +2077,10 @@ "id": "minecraft:brown_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:copper_ingot", "I": "minecraft:stick", @@ -2094,10 +2095,10 @@ "id": "minecraft:brush", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:iron_ingot" }, @@ -2109,10 +2110,10 @@ "id": "minecraft:bucket", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:leather", "-": "minecraft:string" @@ -2125,10 +2126,10 @@ "id": "minecraft:bundle", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "A": "minecraft:milk_bucket", "B": "minecraft:sugar", @@ -2144,10 +2145,10 @@ "id": "minecraft:cake", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:amethyst_shard", "X": "minecraft:sculk_sensor" @@ -2160,10 +2161,10 @@ "id": "minecraft:calibrated_sculk_sensor", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "C": "#minecraft:coals", "L": "#minecraft:logs", @@ -2178,10 +2179,10 @@ "id": "minecraft:campfire", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "H": "minecraft:honeycomb", "S": "minecraft:string" @@ -2194,10 +2195,10 @@ "id": "minecraft:candle", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:fishing_rod", "X": "minecraft:carrot" @@ -2210,10 +2211,10 @@ "id": "minecraft:carrot_on_a_stick", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "@": "minecraft:paper" @@ -2227,10 +2228,10 @@ "id": "minecraft:cartography_table", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:iron_ingot" }, @@ -2243,20 +2244,21 @@ "id": "minecraft:cauldron", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", + "ingredient": "#minecraft:logs_that_burn", "result": { "id": "minecraft:charcoal" }, "experience": 0.15, "cookingtime": 200, - "category": "misc", - "ingredient": "#minecraft:logs_that_burn", "type": "minecraft:smelting" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:cherry_planks" }, @@ -2268,8 +2270,6 @@ "id": "minecraft:cherry_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -2298,6 +2298,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:cherry_planks" }, @@ -2310,11 +2312,11 @@ "id": "minecraft:cherry_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:cherry_planks" @@ -2327,11 +2329,11 @@ "id": "minecraft:cherry_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:cherry_planks" @@ -2344,11 +2346,11 @@ "id": "minecraft:cherry_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_cherry_log", "X": "minecraft:iron_chain" @@ -2362,8 +2364,6 @@ "id": "minecraft:cherry_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -2379,6 +2379,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:cherry_planks" }, @@ -2389,11 +2391,11 @@ "id": "minecraft:cherry_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_cherry_log" }, @@ -2406,11 +2408,11 @@ "id": "minecraft:cherry_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:cherry_planks", "X": "minecraft:stick" @@ -2424,11 +2426,11 @@ "id": "minecraft:cherry_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:cherry_planks" }, @@ -2439,11 +2441,11 @@ "id": "minecraft:cherry_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:cherry_planks" }, @@ -2456,11 +2458,11 @@ "id": "minecraft:cherry_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:cherry_planks" }, @@ -2472,11 +2474,11 @@ "id": "minecraft:cherry_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:cherry_log" }, @@ -2488,11 +2490,10 @@ "id": "minecraft:cherry_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks" }, @@ -2505,7 +2506,6 @@ "id": "minecraft:chest", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -2521,6 +2521,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "#minecraft:planks", "X": "#minecraft:wooden_slabs" @@ -2534,10 +2535,10 @@ "id": "minecraft:chiseled_bookshelf", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:cut_copper_slab" }, @@ -2549,7 +2550,6 @@ "id": "minecraft:chiseled_copper", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2569,6 +2569,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cobbled_deepslate_slab" }, @@ -2580,7 +2581,6 @@ "id": "minecraft:chiseled_deepslate", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2592,6 +2592,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:nether_brick_slab" }, @@ -2603,7 +2604,6 @@ "id": "minecraft:chiseled_nether_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2615,6 +2615,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_blackstone_slab" }, @@ -2626,7 +2627,6 @@ "id": "minecraft:chiseled_polished_blackstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2646,6 +2646,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:quartz_slab" }, @@ -2657,7 +2658,6 @@ "id": "minecraft:chiseled_quartz_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2669,6 +2669,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:red_sandstone_slab" }, @@ -2680,7 +2681,6 @@ "id": "minecraft:chiseled_red_sandstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2692,6 +2692,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:resin_brick_slab" }, @@ -2703,7 +2704,6 @@ "id": "minecraft:chiseled_resin_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2715,6 +2715,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:sandstone_slab" }, @@ -2726,7 +2727,6 @@ "id": "minecraft:chiseled_sandstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2738,6 +2738,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:stone_brick_slab" }, @@ -2749,7 +2750,6 @@ "id": "minecraft:chiseled_stone_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2769,6 +2769,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:tuff_slab" }, @@ -2780,10 +2781,10 @@ "id": "minecraft:chiseled_tuff", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:tuff_brick_slab" }, @@ -2795,7 +2796,6 @@ "id": "minecraft:chiseled_tuff_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2831,6 +2831,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:clay_ball" }, @@ -2842,10 +2843,10 @@ "id": "minecraft:clay", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:gold_ingot", "X": "minecraft:redstone" @@ -2859,7 +2860,6 @@ "id": "minecraft:clock", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -2874,6 +2874,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:coal" }, @@ -2886,54 +2887,54 @@ "id": "minecraft:coal_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "coal", + "category": "misc", + "ingredient": "minecraft:coal_ore", "result": { "id": "minecraft:coal" }, "experience": 0.1, "cookingtime": 100, - "group": "coal", - "category": "misc", - "ingredient": "minecraft:coal_ore", "type": "minecraft:blasting" }, { + "group": "coal", + "category": "misc", + "ingredient": "minecraft:deepslate_coal_ore", "result": { "id": "minecraft:coal" }, "experience": 0.1, "cookingtime": 100, - "group": "coal", - "category": "misc", - "ingredient": "minecraft:deepslate_coal_ore", "type": "minecraft:blasting" }, { - "result": { - "id": "minecraft:coal" - }, - "experience": 0.1, - "cookingtime": 200, "group": "coal", "category": "misc", "ingredient": "minecraft:coal_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:coal" }, "experience": 0.1, "cookingtime": 200, - "group": "coal", - "category": "misc", - "ingredient": "minecraft:deepslate_coal_ore", "type": "minecraft:smelting" }, { + "group": "coal", + "category": "misc", + "ingredient": "minecraft:deepslate_coal_ore", + "result": { + "id": "minecraft:coal" + }, + "experience": 0.1, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "building", "key": { "D": "minecraft:dirt", "G": "minecraft:gravel" @@ -2946,10 +2947,10 @@ "id": "minecraft:coarse_dirt", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:cobblestone", @@ -2964,7 +2965,6 @@ "id": "minecraft:coast_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -2975,6 +2975,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "building", "key": { "#": "minecraft:cobbled_deepslate" }, @@ -2985,7 +2986,6 @@ "id": "minecraft:cobbled_deepslate_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -2997,6 +2997,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cobbled_deepslate" }, @@ -3009,7 +3010,6 @@ "id": "minecraft:cobbled_deepslate_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -3021,6 +3021,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:cobbled_deepslate" }, @@ -3032,7 +3033,6 @@ "id": "minecraft:cobbled_deepslate_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -3044,6 +3044,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cobblestone" }, @@ -3054,7 +3055,6 @@ "id": "minecraft:cobblestone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -3066,6 +3066,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cobblestone" }, @@ -3078,7 +3079,6 @@ "id": "minecraft:cobblestone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -3090,6 +3090,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:cobblestone" }, @@ -3101,7 +3102,6 @@ "id": "minecraft:cobblestone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -3113,6 +3113,7 @@ "type": "minecraft:stonecutting" }, { + "category": "redstone", "key": { "#": "minecraft:redstone_torch", "I": "minecraft:stone", @@ -3127,10 +3128,10 @@ "id": "minecraft:comparator", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:iron_ingot", "X": "minecraft:redstone" @@ -3144,10 +3145,10 @@ "id": "minecraft:compass", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:wooden_slabs" }, @@ -3160,10 +3161,10 @@ "id": "minecraft:composter", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:nautilus_shell", "X": "minecraft:heart_of_the_sea" @@ -3177,220 +3178,220 @@ "id": "minecraft:conduit", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "food", + "ingredient": "minecraft:beef", "result": { "id": "minecraft:cooked_beef" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:beef", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:beef", "result": { "id": "minecraft:cooked_beef" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:beef", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:beef", "result": { "id": "minecraft:cooked_beef" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:beef", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:chicken", "result": { "id": "minecraft:cooked_chicken" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:chicken", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:chicken", "result": { "id": "minecraft:cooked_chicken" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:chicken", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:chicken", "result": { "id": "minecraft:cooked_chicken" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:chicken", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:cod", "result": { "id": "minecraft:cooked_cod" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:cod", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:cod", "result": { "id": "minecraft:cooked_cod" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:cod", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:cod", "result": { "id": "minecraft:cooked_cod" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:cod", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:mutton", "result": { "id": "minecraft:cooked_mutton" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:mutton", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:mutton", "result": { "id": "minecraft:cooked_mutton" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:mutton", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:mutton", "result": { "id": "minecraft:cooked_mutton" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:mutton", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:porkchop", "result": { "id": "minecraft:cooked_porkchop" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:porkchop", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:porkchop", "result": { "id": "minecraft:cooked_porkchop" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:porkchop", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:porkchop", "result": { "id": "minecraft:cooked_porkchop" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:porkchop", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:rabbit", "result": { "id": "minecraft:cooked_rabbit" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:rabbit", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:rabbit", "result": { "id": "minecraft:cooked_rabbit" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:rabbit", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:rabbit", "result": { "id": "minecraft:cooked_rabbit" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:rabbit", "type": "minecraft:smoking" }, { + "category": "food", + "ingredient": "minecraft:salmon", "result": { "id": "minecraft:cooked_salmon" }, "experience": 0.35, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:salmon", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:salmon", "result": { "id": "minecraft:cooked_salmon" }, "experience": 0.35, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:salmon", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:salmon", "result": { "id": "minecraft:cooked_salmon" }, "experience": 0.35, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:salmon", "type": "minecraft:smoking" }, { + "category": "misc", "key": { "#": "minecraft:wheat", "X": "minecraft:cocoa_beans" @@ -3402,10 +3403,10 @@ "id": "minecraft:cookie", "count": 8 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:copper_tool_materials" @@ -3419,10 +3420,10 @@ "id": "minecraft:copper_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:copper_ingot" }, @@ -3434,10 +3435,10 @@ "id": "minecraft:copper_bars", "count": 16 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:copper_ingot" }, @@ -3450,10 +3451,10 @@ "id": "minecraft:copper_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:copper_ingot" }, @@ -3465,10 +3466,11 @@ "id": "minecraft:copper_boots", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:copper_block", @@ -3483,10 +3485,10 @@ "id": "minecraft:copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "I": "minecraft:copper_ingot", "N": "minecraft:copper_nugget" @@ -3500,10 +3502,10 @@ "id": "minecraft:copper_chain", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:copper_ingot", "X": "minecraft:chest" @@ -3517,10 +3519,10 @@ "id": "minecraft:copper_chest", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:copper_ingot" }, @@ -3533,10 +3535,10 @@ "id": "minecraft:copper_chestplate", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:copper_ingot" }, @@ -3549,10 +3551,11 @@ "id": "minecraft:copper_door", "count": 3 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "copper_grate", + "category": "building", "key": { "M": "minecraft:copper_block" }, @@ -3565,7 +3568,6 @@ "id": "minecraft:copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -3577,6 +3579,7 @@ "type": "minecraft:stonecutting" }, { + "category": "equipment", "key": { "X": "minecraft:copper_ingot" }, @@ -3588,10 +3591,10 @@ "id": "minecraft:copper_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:copper_tool_materials" @@ -3605,7 +3608,6 @@ "id": "minecraft:copper_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -3621,39 +3623,41 @@ "type": "minecraft:crafting_shapeless" }, { - "result": { - "id": "minecraft:copper_ingot" - }, - "experience": 0.7, - "cookingtime": 100, "group": "copper_ingot", "category": "misc", "ingredient": "minecraft:copper_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:copper_ingot" }, "experience": 0.7, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "copper_ingot", "category": "misc", "ingredient": "minecraft:deepslate_copper_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:copper_ingot" }, "experience": 0.7, "cookingtime": 100, - "group": "copper_ingot", - "category": "misc", - "ingredient": "minecraft:raw_copper", "type": "minecraft:blasting" }, { + "group": "copper_ingot", + "category": "misc", + "ingredient": "minecraft:raw_copper", + "result": { + "id": "minecraft:copper_ingot" + }, + "experience": 0.7, + "cookingtime": 100, + "type": "minecraft:blasting" + }, + { + "group": "copper_ingot", + "category": "misc", "key": { "#": "minecraft:copper_nugget" }, @@ -3666,41 +3670,39 @@ "id": "minecraft:copper_ingot", "count": 1 }, - "group": "copper_ingot", - "category": "misc", "type": "minecraft:crafting_shaped" }, { - "result": { - "id": "minecraft:copper_ingot" - }, - "experience": 0.7, - "cookingtime": 200, "group": "copper_ingot", "category": "misc", "ingredient": "minecraft:copper_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:copper_ingot" }, "experience": 0.7, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "copper_ingot", "category": "misc", "ingredient": "minecraft:deepslate_copper_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:copper_ingot" }, "experience": 0.7, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "copper_ingot", "category": "misc", "ingredient": "minecraft:raw_copper", + "result": { + "id": "minecraft:copper_ingot" + }, + "experience": 0.7, + "cookingtime": 200, "type": "minecraft:smelting" }, { @@ -3716,6 +3718,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:copper_torch", "X": "minecraft:copper_nugget" @@ -3729,10 +3732,10 @@ "id": "minecraft:copper_lantern", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:copper_ingot" }, @@ -3745,7 +3748,6 @@ "id": "minecraft:copper_leggings", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -3760,11 +3762,29 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": [ + "minecraft:copper_pickaxe", + "minecraft:copper_shovel", + "minecraft:copper_axe", + "minecraft:copper_hoe", + "minecraft:copper_sword", + "minecraft:copper_spear", + "minecraft:copper_helmet", + "minecraft:copper_chestplate", + "minecraft:copper_leggings", + "minecraft:copper_boots", + "minecraft:copper_horse_armor", + "minecraft:copper_nautilus_armor" + ], "result": { "id": "minecraft:copper_nugget" }, "experience": 0.1, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "category": "misc", "ingredient": [ "minecraft:copper_pickaxe", @@ -3772,36 +3792,23 @@ "minecraft:copper_axe", "minecraft:copper_hoe", "minecraft:copper_sword", + "minecraft:copper_spear", "minecraft:copper_helmet", "minecraft:copper_chestplate", "minecraft:copper_leggings", "minecraft:copper_boots", - "minecraft:copper_horse_armor" + "minecraft:copper_horse_armor", + "minecraft:copper_nautilus_armor" ], - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:copper_nugget" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": [ - "minecraft:copper_pickaxe", - "minecraft:copper_shovel", - "minecraft:copper_axe", - "minecraft:copper_hoe", - "minecraft:copper_sword", - "minecraft:copper_helmet", - "minecraft:copper_chestplate", - "minecraft:copper_leggings", - "minecraft:copper_boots", - "minecraft:copper_horse_armor" - ], "type": "minecraft:smelting" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:copper_tool_materials" @@ -3815,10 +3822,10 @@ "id": "minecraft:copper_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:copper_tool_materials" @@ -3832,10 +3839,27 @@ "id": "minecraft:copper_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:copper_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:copper_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:copper_tool_materials" @@ -3849,10 +3873,10 @@ "id": "minecraft:copper_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:stick", "C": "minecraft:copper_nugget", @@ -3870,10 +3894,10 @@ "id": "minecraft:copper_torch", "count": 4 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:copper_ingot" }, @@ -3885,60 +3909,60 @@ "id": "minecraft:copper_trapdoor", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "minecraft:deepslate_bricks", "result": { "id": "minecraft:cracked_deepslate_bricks" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:deepslate_bricks", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:deepslate_tiles", "result": { "id": "minecraft:cracked_deepslate_tiles" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:deepslate_tiles", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:nether_bricks", "result": { "id": "minecraft:cracked_nether_bricks" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:nether_bricks", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:polished_blackstone_bricks", "result": { "id": "minecraft:cracked_polished_blackstone_bricks" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:polished_blackstone_bricks", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:stone_bricks", "result": { "id": "minecraft:cracked_stone_bricks" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:stone_bricks", "type": "minecraft:smelting" }, { + "category": "redstone", "key": { "#": "minecraft:iron_ingot", "C": "minecraft:crafting_table", @@ -3954,10 +3978,10 @@ "id": "minecraft:crafter", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks" }, @@ -3970,10 +3994,10 @@ "count": 1 }, "show_notification": false, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "L": "minecraft:pale_oak_log", "R": "minecraft:resin_block" @@ -3987,7 +4011,6 @@ "id": "minecraft:creaking_heart", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -4015,6 +4038,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:crimson_planks" }, @@ -4027,11 +4052,11 @@ "id": "minecraft:crimson_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:crimson_planks" @@ -4044,11 +4069,11 @@ "id": "minecraft:crimson_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:crimson_planks" @@ -4061,11 +4086,11 @@ "id": "minecraft:crimson_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_crimson_stem", "X": "minecraft:iron_chain" @@ -4079,11 +4104,11 @@ "id": "minecraft:crimson_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:crimson_stem" }, @@ -4095,8 +4120,6 @@ "id": "minecraft:crimson_hyphae", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4112,6 +4135,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:crimson_planks" }, @@ -4122,11 +4147,11 @@ "id": "minecraft:crimson_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_crimson_stem" }, @@ -4139,11 +4164,11 @@ "id": "minecraft:crimson_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:crimson_planks", "X": "minecraft:stick" @@ -4157,11 +4182,11 @@ "id": "minecraft:crimson_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:crimson_planks" }, @@ -4172,11 +4197,11 @@ "id": "minecraft:crimson_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:crimson_planks" }, @@ -4189,11 +4214,11 @@ "id": "minecraft:crimson_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:crimson_planks" }, @@ -4205,11 +4230,10 @@ "id": "minecraft:crimson_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "$": "minecraft:tripwire_hook", @@ -4225,10 +4249,10 @@ "id": "minecraft:crossbow", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:copper_block" }, @@ -4240,7 +4264,6 @@ "id": "minecraft:cut_copper", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4252,6 +4275,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cut_copper" }, @@ -4262,7 +4286,6 @@ "id": "minecraft:cut_copper_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4282,6 +4305,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cut_copper" }, @@ -4294,7 +4318,6 @@ "id": "minecraft:cut_copper_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4314,6 +4337,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:red_sandstone" }, @@ -4325,7 +4349,6 @@ "id": "minecraft:cut_red_sandstone", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4337,6 +4360,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cut_red_sandstone" }, @@ -4347,7 +4371,6 @@ "id": "minecraft:cut_red_sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4367,6 +4390,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:sandstone" }, @@ -4378,7 +4402,6 @@ "id": "minecraft:cut_sandstone", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4390,6 +4413,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:cut_sandstone" }, @@ -4400,7 +4424,6 @@ "id": "minecraft:cut_sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4420,6 +4443,8 @@ "type": "minecraft:stonecutting" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:cyan_wool", "|": "minecraft:stick" @@ -4433,11 +4458,11 @@ "id": "minecraft:cyan_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:cyan_wool", "X": "#minecraft:planks" @@ -4450,18 +4475,16 @@ "id": "minecraft:cyan_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:cyan_dye", "result": { "id": "minecraft:cyan_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -4478,6 +4501,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:cyan_wool" }, @@ -4488,8 +4513,6 @@ "id": "minecraft:cyan_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -4538,16 +4561,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:cyan_terracotta", "result": { "id": "minecraft:cyan_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:cyan_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:cyan_wool", "G": "minecraft:glass", @@ -4561,21 +4586,21 @@ "id": "minecraft:cyan_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:cyan_dye", "result": { "id": "minecraft:cyan_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:cyan_dye" @@ -4589,11 +4614,11 @@ "id": "minecraft:cyan_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:cyan_stained_glass" }, @@ -4605,11 +4630,11 @@ "id": "minecraft:cyan_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:cyan_dye" @@ -4623,11 +4648,11 @@ "id": "minecraft:cyan_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:cyan_dye" @@ -4641,11 +4666,11 @@ "id": "minecraft:cyan_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4657,8 +4682,6 @@ "id": "minecraft:dark_oak_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -4687,6 +4710,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4699,11 +4724,11 @@ "id": "minecraft:dark_oak_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:dark_oak_planks" @@ -4716,11 +4741,11 @@ "id": "minecraft:dark_oak_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:dark_oak_planks" @@ -4733,11 +4758,11 @@ "id": "minecraft:dark_oak_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_dark_oak_log", "X": "minecraft:iron_chain" @@ -4751,8 +4776,6 @@ "id": "minecraft:dark_oak_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -4768,6 +4791,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4778,11 +4803,11 @@ "id": "minecraft:dark_oak_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_dark_oak_log" }, @@ -4795,11 +4820,11 @@ "id": "minecraft:dark_oak_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:dark_oak_planks", "X": "minecraft:stick" @@ -4813,11 +4838,11 @@ "id": "minecraft:dark_oak_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4828,11 +4853,11 @@ "id": "minecraft:dark_oak_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4845,11 +4870,11 @@ "id": "minecraft:dark_oak_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:dark_oak_planks" }, @@ -4861,11 +4886,11 @@ "id": "minecraft:dark_oak_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:dark_oak_log" }, @@ -4877,11 +4902,10 @@ "id": "minecraft:dark_oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "I": "minecraft:black_dye", "S": "minecraft:prismarine_shard" @@ -4895,10 +4919,10 @@ "id": "minecraft:dark_prismarine", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:dark_prismarine" }, @@ -4909,7 +4933,6 @@ "id": "minecraft:dark_prismarine_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4921,6 +4944,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:dark_prismarine" }, @@ -4933,7 +4957,6 @@ "id": "minecraft:dark_prismarine_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -4945,6 +4968,7 @@ "type": "minecraft:stonecutting" }, { + "category": "redstone", "key": { "G": "minecraft:glass", "Q": "minecraft:quartz", @@ -4959,7 +4983,6 @@ "id": "minecraft:daylight_detector", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -4967,6 +4990,7 @@ "type": "minecraft:crafting_decorated_pot" }, { + "category": "misc", "key": { "#": "minecraft:brick" }, @@ -4979,20 +5003,20 @@ "id": "minecraft:decorated_pot", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "minecraft:cobbled_deepslate", "result": { "id": "minecraft:deepslate" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:cobbled_deepslate", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:deepslate_bricks" }, @@ -5003,7 +5027,6 @@ "id": "minecraft:deepslate_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5031,6 +5054,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:deepslate_bricks" }, @@ -5043,7 +5067,6 @@ "id": "minecraft:deepslate_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5071,6 +5094,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:deepslate_bricks" }, @@ -5082,7 +5106,6 @@ "id": "minecraft:deepslate_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -5110,6 +5133,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:polished_deepslate" }, @@ -5121,7 +5145,6 @@ "id": "minecraft:deepslate_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5141,6 +5164,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:deepslate_tiles" }, @@ -5151,7 +5175,6 @@ "id": "minecraft:deepslate_tile_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5187,6 +5210,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:deepslate_tiles" }, @@ -5199,7 +5223,6 @@ "id": "minecraft:deepslate_tile_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5235,6 +5258,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:deepslate_tiles" }, @@ -5246,7 +5270,6 @@ "id": "minecraft:deepslate_tile_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -5282,6 +5305,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:deepslate_bricks" }, @@ -5293,7 +5317,6 @@ "id": "minecraft:deepslate_tiles", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5321,6 +5344,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:stone_pressure_plate", "R": "minecraft:redstone", @@ -5335,7 +5359,6 @@ "id": "minecraft:detector_rail", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -5350,6 +5373,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:diamond_tool_materials" @@ -5363,10 +5387,10 @@ "id": "minecraft:diamond_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:diamond" }, @@ -5379,10 +5403,10 @@ "id": "minecraft:diamond_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:diamond" }, @@ -5394,10 +5418,10 @@ "id": "minecraft:diamond_boots", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:diamond" }, @@ -5410,54 +5434,54 @@ "id": "minecraft:diamond_chestplate", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "diamond", + "category": "misc", + "ingredient": "minecraft:deepslate_diamond_ore", "result": { "id": "minecraft:diamond" }, "experience": 1.0, "cookingtime": 100, - "group": "diamond", - "category": "misc", - "ingredient": "minecraft:deepslate_diamond_ore", "type": "minecraft:blasting" }, { + "group": "diamond", + "category": "misc", + "ingredient": "minecraft:diamond_ore", "result": { "id": "minecraft:diamond" }, "experience": 1.0, "cookingtime": 100, - "group": "diamond", - "category": "misc", - "ingredient": "minecraft:diamond_ore", "type": "minecraft:blasting" }, { - "result": { - "id": "minecraft:diamond" - }, - "experience": 1.0, - "cookingtime": 200, "group": "diamond", "category": "misc", "ingredient": "minecraft:deepslate_diamond_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:diamond" }, "experience": 1.0, "cookingtime": 200, - "group": "diamond", - "category": "misc", - "ingredient": "minecraft:diamond_ore", "type": "minecraft:smelting" }, { + "group": "diamond", + "category": "misc", + "ingredient": "minecraft:diamond_ore", + "result": { + "id": "minecraft:diamond" + }, + "experience": 1.0, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "equipment", "key": { "X": "minecraft:diamond" }, @@ -5469,10 +5493,10 @@ "id": "minecraft:diamond_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:diamond_tool_materials" @@ -5486,10 +5510,10 @@ "id": "minecraft:diamond_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:diamond" }, @@ -5502,10 +5526,10 @@ "id": "minecraft:diamond_leggings", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:diamond_tool_materials" @@ -5519,10 +5543,10 @@ "id": "minecraft:diamond_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:diamond_tool_materials" @@ -5536,10 +5560,27 @@ "id": "minecraft:diamond_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:diamond_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:diamond_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:diamond_tool_materials" @@ -5553,10 +5594,10 @@ "id": "minecraft:diamond_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "C": "minecraft:cobblestone", "Q": "minecraft:quartz" @@ -5569,10 +5610,10 @@ "id": "minecraft:diorite", "count": 2 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:diorite" }, @@ -5583,7 +5624,6 @@ "id": "minecraft:diorite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5595,6 +5635,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:diorite" }, @@ -5607,7 +5648,6 @@ "id": "minecraft:diorite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5619,6 +5659,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:diorite" }, @@ -5630,7 +5671,6 @@ "id": "minecraft:diorite_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -5642,6 +5682,7 @@ "type": "minecraft:stonecutting" }, { + "category": "redstone", "key": { "#": "minecraft:cobblestone", "R": "minecraft:redstone", @@ -5656,10 +5697,11 @@ "id": "minecraft:dispenser", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "dry_ghast", + "category": "building", "key": { "#": "minecraft:ghast_tear", "X": "minecraft:soul_sand" @@ -5673,8 +5715,6 @@ "id": "minecraft:dried_ghast", "count": 1 }, - "group": "dry_ghast", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -5689,6 +5729,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:dried_kelp" }, @@ -5701,40 +5742,40 @@ "id": "minecraft:dried_kelp_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "food", + "ingredient": "minecraft:kelp", "result": { "id": "minecraft:dried_kelp" }, "experience": 0.1, "cookingtime": 600, - "category": "food", - "ingredient": "minecraft:kelp", "type": "minecraft:campfire_cooking" }, { + "category": "food", + "ingredient": "minecraft:kelp", "result": { "id": "minecraft:dried_kelp" }, "experience": 0.1, "cookingtime": 200, - "category": "food", - "ingredient": "minecraft:kelp", "type": "minecraft:smelting" }, { + "category": "food", + "ingredient": "minecraft:kelp", "result": { "id": "minecraft:dried_kelp" }, "experience": 0.1, "cookingtime": 100, - "category": "food", - "ingredient": "minecraft:kelp", "type": "minecraft:smoking" }, { + "category": "building", "key": { "#": "minecraft:pointed_dripstone" }, @@ -5746,10 +5787,10 @@ "id": "minecraft:dripstone_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:cobblestone", "R": "minecraft:redstone" @@ -5763,10 +5804,10 @@ "id": "minecraft:dropper", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:sandstone", @@ -5781,7 +5822,6 @@ "id": "minecraft:dune_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -7659,6 +7699,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:emerald" }, @@ -7671,54 +7712,54 @@ "id": "minecraft:emerald_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "emerald", + "category": "misc", + "ingredient": "minecraft:deepslate_emerald_ore", "result": { "id": "minecraft:emerald" }, "experience": 1.0, "cookingtime": 100, - "group": "emerald", - "category": "misc", - "ingredient": "minecraft:deepslate_emerald_ore", "type": "minecraft:blasting" }, { + "group": "emerald", + "category": "misc", + "ingredient": "minecraft:emerald_ore", "result": { "id": "minecraft:emerald" }, "experience": 1.0, "cookingtime": 100, - "group": "emerald", - "category": "misc", - "ingredient": "minecraft:emerald_ore", "type": "minecraft:blasting" }, { - "result": { - "id": "minecraft:emerald" - }, - "experience": 1.0, - "cookingtime": 200, "group": "emerald", "category": "misc", "ingredient": "minecraft:deepslate_emerald_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:emerald" }, "experience": 1.0, "cookingtime": 200, - "group": "emerald", - "category": "misc", - "ingredient": "minecraft:emerald_ore", "type": "minecraft:smelting" }, { + "group": "emerald", + "category": "misc", + "ingredient": "minecraft:emerald_ore", + "result": { + "id": "minecraft:emerald" + }, + "experience": 1.0, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "misc", "key": { "#": "minecraft:obsidian", "B": "minecraft:book", @@ -7733,10 +7774,10 @@ "id": "minecraft:enchanting_table", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "E": "minecraft:ender_eye", "G": "minecraft:glass", @@ -7751,10 +7792,10 @@ "id": "minecraft:end_crystal", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:popped_chorus_fruit", "/": "minecraft:blaze_rod" @@ -7767,10 +7808,10 @@ "id": "minecraft:end_rod", "count": 4 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:end_stone_bricks" }, @@ -7781,7 +7822,6 @@ "id": "minecraft:end_stone_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -7801,6 +7841,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:end_stone_bricks" }, @@ -7813,7 +7854,6 @@ "id": "minecraft:end_stone_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -7833,6 +7873,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:end_stone_bricks" }, @@ -7844,7 +7885,6 @@ "id": "minecraft:end_stone_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -7864,6 +7904,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:end_stone" }, @@ -7875,7 +7916,6 @@ "id": "minecraft:end_stone_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -7887,6 +7927,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:obsidian", "E": "minecraft:ender_eye" @@ -7900,7 +7941,6 @@ "id": "minecraft:ender_chest", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -7916,6 +7956,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:exposed_cut_copper_slab" }, @@ -7927,7 +7968,6 @@ "id": "minecraft:exposed_chiseled_copper", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -7947,6 +7987,8 @@ "type": "minecraft:stonecutting" }, { + "group": "exposed_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:exposed_copper", @@ -7961,10 +8003,11 @@ "id": "minecraft:exposed_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "exposed_copper_grate", + "category": "building", "key": { "M": "minecraft:exposed_copper" }, @@ -7977,7 +8020,6 @@ "id": "minecraft:exposed_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -7989,6 +8031,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:exposed_copper" }, @@ -8000,7 +8043,6 @@ "id": "minecraft:exposed_cut_copper", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -8012,6 +8054,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:exposed_cut_copper" }, @@ -8022,7 +8065,6 @@ "id": "minecraft:exposed_cut_copper_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -8042,6 +8084,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:exposed_cut_copper" }, @@ -8054,7 +8097,6 @@ "id": "minecraft:exposed_cut_copper_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -8074,6 +8116,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:end_stone", @@ -8088,7 +8131,6 @@ "id": "minecraft:eye_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8164,6 +8206,7 @@ "type": "minecraft:crafting_special_firework_star_fade" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "minecraft:string" @@ -8177,10 +8220,10 @@ "id": "minecraft:fishing_rod", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "@": "minecraft:flint" @@ -8194,7 +8237,6 @@ "id": "minecraft:fletching_table", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8210,6 +8252,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:breeze_rod", @@ -8224,7 +8267,6 @@ "id": "minecraft:flow_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8247,6 +8289,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:brick" }, @@ -8258,10 +8301,10 @@ "id": "minecraft:flower_pot", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:stone_crafting_materials" }, @@ -8274,7 +8317,6 @@ "id": "minecraft:furnace", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8290,16 +8332,17 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "#minecraft:smelts_to_glass", "result": { "id": "minecraft:glass" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "#minecraft:smelts_to_glass", "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:glass" }, @@ -8311,10 +8354,10 @@ "id": "minecraft:glass_bottle", "count": 3 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:glass" }, @@ -8326,10 +8369,10 @@ "id": "minecraft:glass_pane", "count": 16 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:gold_nugget", "X": "minecraft:melon_slice" @@ -8343,7 +8386,6 @@ "id": "minecraft:glistering_melon_slice", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8359,6 +8401,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:glowstone_dust" }, @@ -8370,10 +8413,10 @@ "id": "minecraft:glowstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:gold_ingot" }, @@ -8386,51 +8429,50 @@ "id": "minecraft:gold_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { - "result": { - "id": "minecraft:gold_ingot" - }, - "experience": 1.0, - "cookingtime": 100, "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:deepslate_gold_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:gold_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:nether_gold_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:raw_gold", + "result": { + "id": "minecraft:gold_ingot" + }, + "experience": 1.0, + "cookingtime": 100, "type": "minecraft:blasting" }, { @@ -8446,6 +8488,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "gold_ingot", + "category": "misc", "key": { "#": "minecraft:gold_nugget" }, @@ -8458,52 +8502,50 @@ "id": "minecraft:gold_ingot", "count": 1 }, - "group": "gold_ingot", - "category": "misc", "type": "minecraft:crafting_shaped" }, { - "result": { - "id": "minecraft:gold_ingot" - }, - "experience": 1.0, - "cookingtime": 200, "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:deepslate_gold_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:gold_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:nether_gold_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:gold_ingot" }, "experience": 1.0, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "gold_ingot", "category": "misc", "ingredient": "minecraft:raw_gold", + "result": { + "id": "minecraft:gold_ingot" + }, + "experience": 1.0, + "cookingtime": 200, "type": "minecraft:smelting" }, { @@ -8518,11 +8560,29 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": [ + "minecraft:golden_pickaxe", + "minecraft:golden_shovel", + "minecraft:golden_axe", + "minecraft:golden_hoe", + "minecraft:golden_sword", + "minecraft:golden_spear", + "minecraft:golden_helmet", + "minecraft:golden_chestplate", + "minecraft:golden_leggings", + "minecraft:golden_boots", + "minecraft:golden_horse_armor", + "minecraft:golden_nautilus_armor" + ], "result": { "id": "minecraft:gold_nugget" }, "experience": 0.1, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "category": "misc", "ingredient": [ "minecraft:golden_pickaxe", @@ -8530,36 +8590,23 @@ "minecraft:golden_axe", "minecraft:golden_hoe", "minecraft:golden_sword", + "minecraft:golden_spear", "minecraft:golden_helmet", "minecraft:golden_chestplate", "minecraft:golden_leggings", "minecraft:golden_boots", - "minecraft:golden_horse_armor" + "minecraft:golden_horse_armor", + "minecraft:golden_nautilus_armor" ], - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:gold_nugget" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": [ - "minecraft:golden_pickaxe", - "minecraft:golden_shovel", - "minecraft:golden_axe", - "minecraft:golden_hoe", - "minecraft:golden_sword", - "minecraft:golden_helmet", - "minecraft:golden_chestplate", - "minecraft:golden_leggings", - "minecraft:golden_boots", - "minecraft:golden_horse_armor" - ], "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:gold_ingot", "X": "minecraft:apple" @@ -8573,10 +8620,10 @@ "id": "minecraft:golden_apple", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:gold_tool_materials" @@ -8590,10 +8637,10 @@ "id": "minecraft:golden_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:gold_ingot" }, @@ -8605,10 +8652,10 @@ "id": "minecraft:golden_boots", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:gold_nugget", "X": "minecraft:carrot" @@ -8622,10 +8669,10 @@ "id": "minecraft:golden_carrot", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:gold_ingot" }, @@ -8638,10 +8685,10 @@ "id": "minecraft:golden_chestplate", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:gold_ingot" }, @@ -8653,10 +8700,10 @@ "id": "minecraft:golden_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:gold_tool_materials" @@ -8670,10 +8717,10 @@ "id": "minecraft:golden_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:gold_ingot" }, @@ -8686,10 +8733,10 @@ "id": "minecraft:golden_leggings", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:gold_tool_materials" @@ -8703,10 +8750,10 @@ "id": "minecraft:golden_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:gold_tool_materials" @@ -8720,10 +8767,27 @@ "id": "minecraft:golden_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:gold_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:golden_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:gold_tool_materials" @@ -8737,7 +8801,6 @@ "id": "minecraft:golden_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -8753,6 +8816,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:granite" }, @@ -8763,7 +8827,6 @@ "id": "minecraft:granite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -8775,6 +8838,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:granite" }, @@ -8787,7 +8851,6 @@ "id": "minecraft:granite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -8799,6 +8862,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:granite" }, @@ -8810,7 +8874,6 @@ "id": "minecraft:granite_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8822,6 +8885,8 @@ "type": "minecraft:stonecutting" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:gray_wool", "|": "minecraft:stick" @@ -8835,11 +8900,11 @@ "id": "minecraft:gray_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:gray_wool", "X": "#minecraft:planks" @@ -8852,18 +8917,16 @@ "id": "minecraft:gray_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:gray_dye", "result": { "id": "minecraft:gray_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -8880,6 +8943,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:gray_wool" }, @@ -8890,8 +8955,6 @@ "id": "minecraft:gray_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -8940,16 +9003,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:gray_terracotta", "result": { "id": "minecraft:gray_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:gray_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:gray_wool", "G": "minecraft:glass", @@ -8963,21 +9028,21 @@ "id": "minecraft:gray_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:gray_dye", "result": { "id": "minecraft:gray_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:gray_dye" @@ -8991,11 +9056,11 @@ "id": "minecraft:gray_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:gray_stained_glass" }, @@ -9007,11 +9072,11 @@ "id": "minecraft:gray_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:gray_dye" @@ -9025,11 +9090,11 @@ "id": "minecraft:gray_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:gray_dye" @@ -9043,11 +9108,11 @@ "id": "minecraft:gray_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:green_wool", "|": "minecraft:stick" @@ -9061,11 +9126,11 @@ "id": "minecraft:green_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:green_wool", "X": "#minecraft:planks" @@ -9078,18 +9143,16 @@ "id": "minecraft:green_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:green_dye", "result": { "id": "minecraft:green_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -9106,6 +9169,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:green_wool" }, @@ -9116,8 +9181,6 @@ "id": "minecraft:green_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -9141,26 +9204,28 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": "minecraft:cactus", "result": { "id": "minecraft:green_dye" }, "experience": 1.0, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:cactus", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:green_terracotta", "result": { "id": "minecraft:green_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:green_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:green_wool", "G": "minecraft:glass", @@ -9174,21 +9239,21 @@ "id": "minecraft:green_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:green_dye", "result": { "id": "minecraft:green_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:green_dye" @@ -9202,11 +9267,11 @@ "id": "minecraft:green_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:green_stained_glass" }, @@ -9218,11 +9283,11 @@ "id": "minecraft:green_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:green_dye" @@ -9236,11 +9301,11 @@ "id": "minecraft:green_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:green_dye" @@ -9254,11 +9319,10 @@ "id": "minecraft:green_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "-": "minecraft:stone_slab", @@ -9272,7 +9336,6 @@ "id": "minecraft:grindstone", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -9295,6 +9358,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "redstone", "key": { "#": "minecraft:iron_ingot" }, @@ -9305,10 +9369,10 @@ "id": "minecraft:heavy_weighted_pressure_plate", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:honey_bottle" }, @@ -9320,7 +9384,6 @@ "id": "minecraft:honey_block", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -9339,6 +9402,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:honeycomb" }, @@ -9350,10 +9414,10 @@ "id": "minecraft:honeycomb_block", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "C": "minecraft:chest", "I": "minecraft:iron_ingot" @@ -9367,7 +9431,6 @@ "id": "minecraft:hopper", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -9383,6 +9446,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:terracotta", @@ -9397,7 +9461,6 @@ "id": "minecraft:host_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -9408,6 +9471,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:iron_tool_materials" @@ -9421,10 +9485,10 @@ "id": "minecraft:iron_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:iron_ingot" }, @@ -9436,10 +9500,10 @@ "id": "minecraft:iron_bars", "count": 16 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:iron_ingot" }, @@ -9452,10 +9516,10 @@ "id": "minecraft:iron_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:iron_ingot" }, @@ -9467,10 +9531,10 @@ "id": "minecraft:iron_boots", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "I": "minecraft:iron_ingot", "N": "minecraft:iron_nugget" @@ -9484,10 +9548,10 @@ "id": "minecraft:iron_chain", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:iron_ingot" }, @@ -9500,10 +9564,10 @@ "id": "minecraft:iron_chestplate", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:iron_ingot" }, @@ -9516,10 +9580,10 @@ "id": "minecraft:iron_door", "count": 3 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:iron_ingot" }, @@ -9531,10 +9595,10 @@ "id": "minecraft:iron_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:iron_tool_materials" @@ -9548,40 +9612,39 @@ "id": "minecraft:iron_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { - "result": { - "id": "minecraft:iron_ingot" - }, - "experience": 0.7, - "cookingtime": 100, "group": "iron_ingot", "category": "misc", "ingredient": "minecraft:deepslate_iron_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:iron_ingot" }, "experience": 0.7, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "iron_ingot", "category": "misc", "ingredient": "minecraft:iron_ore", - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:iron_ingot" }, "experience": 0.7, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "group": "iron_ingot", "category": "misc", "ingredient": "minecraft:raw_iron", + "result": { + "id": "minecraft:iron_ingot" + }, + "experience": 0.7, + "cookingtime": 100, "type": "minecraft:blasting" }, { @@ -9597,6 +9660,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "iron_ingot", + "category": "misc", "key": { "#": "minecraft:iron_nugget" }, @@ -9609,44 +9674,43 @@ "id": "minecraft:iron_ingot", "count": 1 }, - "group": "iron_ingot", - "category": "misc", "type": "minecraft:crafting_shaped" }, { - "result": { - "id": "minecraft:iron_ingot" - }, - "experience": 0.7, - "cookingtime": 200, "group": "iron_ingot", "category": "misc", "ingredient": "minecraft:deepslate_iron_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:iron_ingot" }, "experience": 0.7, "cookingtime": 200, + "type": "minecraft:smelting" + }, + { "group": "iron_ingot", "category": "misc", "ingredient": "minecraft:iron_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:iron_ingot" }, "experience": 0.7, "cookingtime": 200, - "group": "iron_ingot", - "category": "misc", - "ingredient": "minecraft:raw_iron", "type": "minecraft:smelting" }, { + "group": "iron_ingot", + "category": "misc", + "ingredient": "minecraft:raw_iron", + "result": { + "id": "minecraft:iron_ingot" + }, + "experience": 0.7, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "equipment", "key": { "X": "minecraft:iron_ingot" }, @@ -9659,7 +9723,6 @@ "id": "minecraft:iron_leggings", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -9674,11 +9737,33 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": [ + "minecraft:iron_pickaxe", + "minecraft:iron_shovel", + "minecraft:iron_axe", + "minecraft:iron_hoe", + "minecraft:iron_sword", + "minecraft:iron_spear", + "minecraft:iron_helmet", + "minecraft:iron_chestplate", + "minecraft:iron_leggings", + "minecraft:iron_boots", + "minecraft:iron_horse_armor", + "minecraft:iron_nautilus_armor", + "minecraft:chainmail_helmet", + "minecraft:chainmail_chestplate", + "minecraft:chainmail_leggings", + "minecraft:chainmail_boots" + ], "result": { "id": "minecraft:iron_nugget" }, "experience": 0.1, "cookingtime": 100, + "type": "minecraft:blasting" + }, + { "category": "misc", "ingredient": [ "minecraft:iron_pickaxe", @@ -9686,6 +9771,7 @@ "minecraft:iron_axe", "minecraft:iron_hoe", "minecraft:iron_sword", + "minecraft:iron_spear", "minecraft:iron_helmet", "minecraft:iron_chestplate", "minecraft:iron_leggings", @@ -9694,36 +9780,18 @@ "minecraft:chainmail_helmet", "minecraft:chainmail_chestplate", "minecraft:chainmail_leggings", - "minecraft:chainmail_boots" + "minecraft:chainmail_boots", + "minecraft:iron_nautilus_armor" ], - "type": "minecraft:blasting" - }, - { "result": { "id": "minecraft:iron_nugget" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": [ - "minecraft:iron_pickaxe", - "minecraft:iron_shovel", - "minecraft:iron_axe", - "minecraft:iron_hoe", - "minecraft:iron_sword", - "minecraft:iron_helmet", - "minecraft:iron_chestplate", - "minecraft:iron_leggings", - "minecraft:iron_boots", - "minecraft:iron_horse_armor", - "minecraft:chainmail_helmet", - "minecraft:chainmail_chestplate", - "minecraft:chainmail_leggings", - "minecraft:chainmail_boots" - ], "type": "minecraft:smelting" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:iron_tool_materials" @@ -9737,10 +9805,10 @@ "id": "minecraft:iron_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:iron_tool_materials" @@ -9754,10 +9822,27 @@ "id": "minecraft:iron_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:iron_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:iron_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:iron_tool_materials" @@ -9771,10 +9856,10 @@ "id": "minecraft:iron_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:iron_ingot" }, @@ -9786,10 +9871,10 @@ "id": "minecraft:iron_trapdoor", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:stick", "X": "minecraft:leather" @@ -9803,10 +9888,10 @@ "id": "minecraft:item_frame", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "A": "minecraft:carved_pumpkin", "B": "minecraft:torch" @@ -9819,10 +9904,10 @@ "id": "minecraft:jack_o_lantern", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "X": "minecraft:diamond" @@ -9836,10 +9921,11 @@ "id": "minecraft:jukebox", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:jungle_planks" }, @@ -9851,8 +9937,6 @@ "id": "minecraft:jungle_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -9881,6 +9965,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:jungle_planks" }, @@ -9893,11 +9979,11 @@ "id": "minecraft:jungle_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:jungle_planks" @@ -9910,11 +9996,11 @@ "id": "minecraft:jungle_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:jungle_planks" @@ -9927,11 +10013,11 @@ "id": "minecraft:jungle_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_jungle_log", "X": "minecraft:iron_chain" @@ -9945,8 +10031,6 @@ "id": "minecraft:jungle_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -9962,6 +10046,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:jungle_planks" }, @@ -9972,11 +10058,11 @@ "id": "minecraft:jungle_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_jungle_log" }, @@ -9989,11 +10075,11 @@ "id": "minecraft:jungle_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:jungle_planks", "X": "minecraft:stick" @@ -10007,11 +10093,11 @@ "id": "minecraft:jungle_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:jungle_planks" }, @@ -10022,11 +10108,11 @@ "id": "minecraft:jungle_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:jungle_planks" }, @@ -10039,11 +10125,11 @@ "id": "minecraft:jungle_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:jungle_planks" }, @@ -10055,11 +10141,11 @@ "id": "minecraft:jungle_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:jungle_log" }, @@ -10071,11 +10157,10 @@ "id": "minecraft:jungle_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:stick" }, @@ -10088,10 +10173,10 @@ "id": "minecraft:ladder", "count": 3 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:torch", "X": "minecraft:iron_nugget" @@ -10105,10 +10190,10 @@ "id": "minecraft:lantern", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:lapis_lazuli" }, @@ -10121,7 +10206,6 @@ "id": "minecraft:lapis_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -10136,50 +10220,51 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "lapis_lazuli", + "category": "misc", + "ingredient": "minecraft:deepslate_lapis_ore", "result": { "id": "minecraft:lapis_lazuli" }, "experience": 0.2, "cookingtime": 100, - "group": "lapis_lazuli", - "category": "misc", - "ingredient": "minecraft:deepslate_lapis_ore", "type": "minecraft:blasting" }, { + "group": "lapis_lazuli", + "category": "misc", + "ingredient": "minecraft:lapis_ore", "result": { "id": "minecraft:lapis_lazuli" }, "experience": 0.2, "cookingtime": 100, - "group": "lapis_lazuli", - "category": "misc", - "ingredient": "minecraft:lapis_ore", "type": "minecraft:blasting" }, { - "result": { - "id": "minecraft:lapis_lazuli" - }, - "experience": 0.2, - "cookingtime": 200, "group": "lapis_lazuli", "category": "misc", "ingredient": "minecraft:deepslate_lapis_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:lapis_lazuli" }, "experience": 0.2, "cookingtime": 200, - "group": "lapis_lazuli", - "category": "misc", - "ingredient": "minecraft:lapis_ore", "type": "minecraft:smelting" }, { + "group": "lapis_lazuli", + "category": "misc", + "ingredient": "minecraft:lapis_ore", + "result": { + "id": "minecraft:lapis_lazuli" + }, + "experience": 0.2, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "equipment", "key": { "~": "minecraft:string" }, @@ -10192,20 +10277,20 @@ "id": "minecraft:lead", "count": 2 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "#minecraft:leaves", "result": { "id": "minecraft:leaf_litter" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "#minecraft:leaves", "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:rabbit_hide" }, @@ -10217,10 +10302,10 @@ "id": "minecraft:leather", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:leather" }, @@ -10232,10 +10317,10 @@ "id": "minecraft:leather_boots", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:leather" }, @@ -10248,10 +10333,10 @@ "id": "minecraft:leather_chestplate", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:leather" }, @@ -10263,10 +10348,10 @@ "id": "minecraft:leather_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "X": "minecraft:leather" }, @@ -10279,10 +10364,10 @@ "id": "minecraft:leather_horse_armor", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "X": "minecraft:leather" }, @@ -10295,10 +10380,10 @@ "id": "minecraft:leather_leggings", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "B": "minecraft:bookshelf", "S": "#minecraft:wooden_slabs" @@ -10312,10 +10397,10 @@ "id": "minecraft:lectern", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:cobblestone", "X": "minecraft:stick" @@ -10328,10 +10413,11 @@ "id": "minecraft:lever", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:light_blue_wool", "|": "minecraft:stick" @@ -10345,11 +10431,11 @@ "id": "minecraft:light_blue_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:light_blue_wool", "X": "#minecraft:planks" @@ -10362,18 +10448,16 @@ "id": "minecraft:light_blue_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:light_blue_dye", "result": { "id": "minecraft:light_blue_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -10390,6 +10474,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:light_blue_wool" }, @@ -10400,8 +10486,6 @@ "id": "minecraft:light_blue_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -10450,16 +10534,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:light_blue_terracotta", "result": { "id": "minecraft:light_blue_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:light_blue_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:light_blue_wool", "G": "minecraft:glass", @@ -10473,21 +10559,21 @@ "id": "minecraft:light_blue_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:light_blue_dye", "result": { "id": "minecraft:light_blue_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:light_blue_dye" @@ -10501,11 +10587,11 @@ "id": "minecraft:light_blue_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:light_blue_stained_glass" }, @@ -10517,11 +10603,11 @@ "id": "minecraft:light_blue_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:light_blue_dye" @@ -10535,11 +10621,11 @@ "id": "minecraft:light_blue_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:light_blue_dye" @@ -10553,11 +10639,11 @@ "id": "minecraft:light_blue_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:light_gray_wool", "|": "minecraft:stick" @@ -10571,11 +10657,11 @@ "id": "minecraft:light_gray_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:light_gray_wool", "X": "#minecraft:planks" @@ -10588,18 +10674,16 @@ "id": "minecraft:light_gray_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:light_gray_dye", "result": { "id": "minecraft:light_gray_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -10616,6 +10700,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:light_gray_wool" }, @@ -10626,8 +10712,6 @@ "id": "minecraft:light_gray_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -10714,16 +10798,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:light_gray_terracotta", "result": { "id": "minecraft:light_gray_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:light_gray_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:light_gray_wool", "G": "minecraft:glass", @@ -10737,21 +10823,21 @@ "id": "minecraft:light_gray_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:light_gray_dye", "result": { "id": "minecraft:light_gray_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:light_gray_dye" @@ -10765,11 +10851,11 @@ "id": "minecraft:light_gray_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:light_gray_stained_glass" }, @@ -10781,11 +10867,11 @@ "id": "minecraft:light_gray_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:light_gray_dye" @@ -10799,11 +10885,11 @@ "id": "minecraft:light_gray_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:light_gray_dye" @@ -10817,11 +10903,10 @@ "id": "minecraft:light_gray_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:gold_ingot" }, @@ -10832,10 +10917,10 @@ "id": "minecraft:light_weighted_pressure_plate", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:copper_ingot" }, @@ -10848,10 +10933,11 @@ "id": "minecraft:lightning_rod", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:lime_wool", "|": "minecraft:stick" @@ -10865,11 +10951,11 @@ "id": "minecraft:lime_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:lime_wool", "X": "#minecraft:planks" @@ -10882,18 +10968,16 @@ "id": "minecraft:lime_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:lime_dye", "result": { "id": "minecraft:lime_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -10910,6 +10994,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:lime_wool" }, @@ -10920,8 +11006,6 @@ "id": "minecraft:lime_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -10957,26 +11041,28 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": "minecraft:sea_pickle", "result": { "id": "minecraft:lime_dye" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:sea_pickle", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:lime_terracotta", "result": { "id": "minecraft:lime_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:lime_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:lime_wool", "G": "minecraft:glass", @@ -10990,21 +11076,21 @@ "id": "minecraft:lime_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:lime_dye", "result": { "id": "minecraft:lime_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:lime_dye" @@ -11018,11 +11104,11 @@ "id": "minecraft:lime_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:lime_stained_glass" }, @@ -11034,11 +11120,11 @@ "id": "minecraft:lime_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:lime_dye" @@ -11052,11 +11138,11 @@ "id": "minecraft:lime_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:lime_dye" @@ -11070,11 +11156,10 @@ "id": "minecraft:lime_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:iron_ingot", "S": "minecraft:chiseled_stone_bricks" @@ -11088,10 +11173,10 @@ "id": "minecraft:lodestone", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "@": "minecraft:string" @@ -11104,10 +11189,10 @@ "id": "minecraft:loom", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:heavy_core", "I": "minecraft:breeze_rod" @@ -11120,10 +11205,11 @@ "id": "minecraft:mace", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:magenta_wool", "|": "minecraft:stick" @@ -11137,11 +11223,11 @@ "id": "minecraft:magenta_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:magenta_wool", "X": "#minecraft:planks" @@ -11154,18 +11240,16 @@ "id": "minecraft:magenta_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:magenta_dye", "result": { "id": "minecraft:magenta_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -11182,6 +11266,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:magenta_wool" }, @@ -11192,8 +11278,6 @@ "id": "minecraft:magenta_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11283,16 +11367,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:magenta_terracotta", "result": { "id": "minecraft:magenta_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:magenta_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:magenta_wool", "G": "minecraft:glass", @@ -11306,21 +11392,21 @@ "id": "minecraft:magenta_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:magenta_dye", "result": { "id": "minecraft:magenta_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:magenta_dye" @@ -11334,11 +11420,11 @@ "id": "minecraft:magenta_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:magenta_stained_glass" }, @@ -11350,11 +11436,11 @@ "id": "minecraft:magenta_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:magenta_dye" @@ -11368,11 +11454,11 @@ "id": "minecraft:magenta_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:magenta_dye" @@ -11386,11 +11472,10 @@ "id": "minecraft:magenta_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:magma_cream" }, @@ -11402,7 +11487,6 @@ "id": "minecraft:magma_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11418,6 +11502,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:mangrove_planks" }, @@ -11429,8 +11515,6 @@ "id": "minecraft:mangrove_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11459,6 +11543,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:mangrove_planks" }, @@ -11471,11 +11557,11 @@ "id": "minecraft:mangrove_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:mangrove_planks" @@ -11488,11 +11574,11 @@ "id": "minecraft:mangrove_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:mangrove_planks" @@ -11505,11 +11591,11 @@ "id": "minecraft:mangrove_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_mangrove_log", "X": "minecraft:iron_chain" @@ -11523,8 +11609,6 @@ "id": "minecraft:mangrove_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11540,6 +11624,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:mangrove_planks" }, @@ -11550,11 +11636,11 @@ "id": "minecraft:mangrove_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_mangrove_log" }, @@ -11567,11 +11653,11 @@ "id": "minecraft:mangrove_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:mangrove_planks", "X": "minecraft:stick" @@ -11585,11 +11671,11 @@ "id": "minecraft:mangrove_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:mangrove_planks" }, @@ -11600,11 +11686,11 @@ "id": "minecraft:mangrove_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:mangrove_planks" }, @@ -11617,11 +11703,11 @@ "id": "minecraft:mangrove_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:mangrove_planks" }, @@ -11633,11 +11719,11 @@ "id": "minecraft:mangrove_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:mangrove_log" }, @@ -11649,11 +11735,10 @@ "id": "minecraft:mangrove_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:paper", "X": "minecraft:compass" @@ -11667,7 +11752,6 @@ "id": "minecraft:map", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11709,6 +11793,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:iron_ingot" }, @@ -11720,7 +11805,6 @@ "id": "minecraft:minecart", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11736,6 +11820,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:moss_block" }, @@ -11746,8 +11832,6 @@ "id": "minecraft:moss_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11777,6 +11861,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:mossy_cobblestone" }, @@ -11787,7 +11872,6 @@ "id": "minecraft:mossy_cobblestone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11799,6 +11883,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:mossy_cobblestone" }, @@ -11811,7 +11896,6 @@ "id": "minecraft:mossy_cobblestone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11823,6 +11907,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:mossy_cobblestone" }, @@ -11834,7 +11919,6 @@ "id": "minecraft:mossy_cobblestone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11846,6 +11930,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:mossy_stone_bricks" }, @@ -11856,7 +11941,6 @@ "id": "minecraft:mossy_stone_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11868,6 +11952,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:mossy_stone_bricks" }, @@ -11880,7 +11965,6 @@ "id": "minecraft:mossy_stone_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11892,6 +11976,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:mossy_stone_bricks" }, @@ -11903,7 +11988,6 @@ "id": "minecraft:mossy_stone_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -11941,6 +12025,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:mud_bricks" }, @@ -11951,7 +12036,6 @@ "id": "minecraft:mud_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11963,6 +12047,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:mud_bricks" }, @@ -11975,7 +12060,6 @@ "id": "minecraft:mud_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -11987,6 +12071,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:mud_bricks" }, @@ -11998,7 +12083,6 @@ "id": "minecraft:mud_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -12010,6 +12094,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:packed_mud" }, @@ -12021,7 +12106,6 @@ "id": "minecraft:mud_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12069,16 +12153,17 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", + "ingredient": "minecraft:netherrack", "result": { "id": "minecraft:nether_brick" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:netherrack", "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:nether_brick", "W": "minecraft:nether_bricks" @@ -12091,10 +12176,10 @@ "id": "minecraft:nether_brick_fence", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:nether_bricks" }, @@ -12105,7 +12190,6 @@ "id": "minecraft:nether_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12117,6 +12201,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:nether_bricks" }, @@ -12129,7 +12214,6 @@ "id": "minecraft:nether_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12141,6 +12225,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:nether_bricks" }, @@ -12152,7 +12237,6 @@ "id": "minecraft:nether_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -12164,6 +12248,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:nether_brick" }, @@ -12175,7 +12260,6 @@ "id": "minecraft:nether_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12207,6 +12291,7 @@ "type": "minecraft:smithing_transform" }, { + "category": "building", "key": { "#": "minecraft:netherite_ingot" }, @@ -12219,7 +12304,6 @@ "id": "minecraft:netherite_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12258,6 +12342,15 @@ }, "type": "minecraft:smithing_transform" }, + { + "template": "minecraft:netherite_upgrade_smithing_template", + "base": "minecraft:diamond_horse_armor", + "addition": "#minecraft:netherite_tool_materials", + "result": { + "id": "minecraft:netherite_horse_armor" + }, + "type": "minecraft:smithing_transform" + }, { "group": "netherite_ingot", "category": "misc", @@ -12298,6 +12391,15 @@ }, "type": "minecraft:smithing_transform" }, + { + "template": "minecraft:netherite_upgrade_smithing_template", + "base": "minecraft:diamond_nautilus_armor", + "addition": "#minecraft:netherite_tool_materials", + "result": { + "id": "minecraft:netherite_nautilus_armor" + }, + "type": "minecraft:smithing_transform" + }, { "template": "minecraft:netherite_upgrade_smithing_template", "base": "minecraft:diamond_pickaxe", @@ -12308,23 +12410,23 @@ "type": "minecraft:smithing_transform" }, { + "category": "misc", + "ingredient": "minecraft:ancient_debris", "result": { "id": "minecraft:netherite_scrap" }, "experience": 2.0, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:ancient_debris", "type": "minecraft:smelting" }, { + "category": "misc", + "ingredient": "minecraft:ancient_debris", "result": { "id": "minecraft:netherite_scrap" }, "experience": 2.0, "cookingtime": 100, - "category": "misc", - "ingredient": "minecraft:ancient_debris", "type": "minecraft:blasting" }, { @@ -12336,6 +12438,15 @@ }, "type": "minecraft:smithing_transform" }, + { + "template": "minecraft:netherite_upgrade_smithing_template", + "base": "minecraft:diamond_spear", + "addition": "#minecraft:netherite_tool_materials", + "result": { + "id": "minecraft:netherite_spear" + }, + "type": "minecraft:smithing_transform" + }, { "template": "minecraft:netherite_upgrade_smithing_template", "base": "minecraft:diamond_sword", @@ -12346,6 +12457,7 @@ "type": "minecraft:smithing_transform" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:netherrack", @@ -12360,10 +12472,10 @@ "id": "minecraft:netherite_upgrade_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "#minecraft:planks", "X": "minecraft:redstone" @@ -12377,10 +12489,11 @@ "id": "minecraft:note_block", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:oak_planks" }, @@ -12392,8 +12505,6 @@ "id": "minecraft:oak_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -12422,6 +12533,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:oak_planks" }, @@ -12434,11 +12547,11 @@ "id": "minecraft:oak_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:oak_planks" @@ -12451,11 +12564,11 @@ "id": "minecraft:oak_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:oak_planks" @@ -12468,11 +12581,11 @@ "id": "minecraft:oak_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_oak_log", "X": "minecraft:iron_chain" @@ -12486,8 +12599,6 @@ "id": "minecraft:oak_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -12503,6 +12614,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:oak_planks" }, @@ -12513,11 +12626,11 @@ "id": "minecraft:oak_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_oak_log" }, @@ -12530,11 +12643,11 @@ "id": "minecraft:oak_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:oak_planks", "X": "minecraft:stick" @@ -12548,11 +12661,11 @@ "id": "minecraft:oak_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:oak_planks" }, @@ -12563,11 +12676,11 @@ "id": "minecraft:oak_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:oak_planks" }, @@ -12580,11 +12693,11 @@ "id": "minecraft:oak_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:oak_planks" }, @@ -12596,11 +12709,11 @@ "id": "minecraft:oak_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:oak_log" }, @@ -12612,11 +12725,10 @@ "id": "minecraft:oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:cobblestone", "Q": "minecraft:quartz", @@ -12631,10 +12743,11 @@ "id": "minecraft:observer", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:orange_wool", "|": "minecraft:stick" @@ -12648,11 +12761,11 @@ "id": "minecraft:orange_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:orange_wool", "X": "#minecraft:planks" @@ -12665,18 +12778,16 @@ "id": "minecraft:orange_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:orange_dye", "result": { "id": "minecraft:orange_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -12693,6 +12804,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:orange_wool" }, @@ -12703,8 +12816,6 @@ "id": "minecraft:orange_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -12777,16 +12888,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:orange_terracotta", "result": { "id": "minecraft:orange_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:orange_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:orange_wool", "G": "minecraft:glass", @@ -12800,21 +12913,21 @@ "id": "minecraft:orange_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:orange_dye", "result": { "id": "minecraft:orange_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:orange_dye" @@ -12828,11 +12941,11 @@ "id": "minecraft:orange_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:orange_stained_glass" }, @@ -12844,11 +12957,11 @@ "id": "minecraft:orange_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:orange_dye" @@ -12862,11 +12975,11 @@ "id": "minecraft:orange_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:orange_dye" @@ -12880,11 +12993,10 @@ "id": "minecraft:orange_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:oxidized_cut_copper_slab" }, @@ -12896,7 +13008,6 @@ "id": "minecraft:oxidized_chiseled_copper", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12916,6 +13027,8 @@ "type": "minecraft:stonecutting" }, { + "group": "oxidized_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:oxidized_copper", @@ -12930,10 +13043,11 @@ "id": "minecraft:oxidized_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "oxidized_copper_grate", + "category": "building", "key": { "M": "minecraft:oxidized_copper" }, @@ -12946,7 +13060,6 @@ "id": "minecraft:oxidized_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12958,6 +13071,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:oxidized_copper" }, @@ -12969,7 +13083,6 @@ "id": "minecraft:oxidized_cut_copper", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -12981,6 +13094,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:oxidized_cut_copper" }, @@ -12991,7 +13105,6 @@ "id": "minecraft:oxidized_cut_copper_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13011,6 +13124,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:oxidized_cut_copper" }, @@ -13023,7 +13137,6 @@ "id": "minecraft:oxidized_cut_copper_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13074,6 +13187,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:stick", "X": "#minecraft:wool" @@ -13087,10 +13201,11 @@ "id": "minecraft:painting", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:pale_moss_block" }, @@ -13101,11 +13216,11 @@ "id": "minecraft:pale_moss_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13117,8 +13232,6 @@ "id": "minecraft:pale_oak_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -13147,6 +13260,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13159,11 +13274,11 @@ "id": "minecraft:pale_oak_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:pale_oak_planks" @@ -13176,11 +13291,11 @@ "id": "minecraft:pale_oak_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:pale_oak_planks" @@ -13193,11 +13308,11 @@ "id": "minecraft:pale_oak_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_pale_oak_log", "X": "minecraft:iron_chain" @@ -13211,8 +13326,6 @@ "id": "minecraft:pale_oak_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -13228,6 +13341,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13238,11 +13353,11 @@ "id": "minecraft:pale_oak_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_pale_oak_log" }, @@ -13255,11 +13370,11 @@ "id": "minecraft:pale_oak_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:pale_oak_planks", "X": "minecraft:stick" @@ -13273,11 +13388,11 @@ "id": "minecraft:pale_oak_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13288,11 +13403,11 @@ "id": "minecraft:pale_oak_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13305,11 +13420,11 @@ "id": "minecraft:pale_oak_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:pale_oak_planks" }, @@ -13321,11 +13436,11 @@ "id": "minecraft:pale_oak_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:pale_oak_log" }, @@ -13337,11 +13452,10 @@ "id": "minecraft:pale_oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:sugar_cane" }, @@ -13352,10 +13466,11 @@ "id": "minecraft:paper", "count": 3 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:pink_wool", "|": "minecraft:stick" @@ -13369,11 +13484,11 @@ "id": "minecraft:pink_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:pink_wool", "X": "#minecraft:planks" @@ -13386,18 +13501,16 @@ "id": "minecraft:pink_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:pink_dye", "result": { "id": "minecraft:pink_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -13414,6 +13527,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:pink_wool" }, @@ -13424,8 +13539,6 @@ "id": "minecraft:pink_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -13510,16 +13623,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:pink_terracotta", "result": { "id": "minecraft:pink_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:pink_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:pink_wool", "G": "minecraft:glass", @@ -13533,21 +13648,21 @@ "id": "minecraft:pink_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:pink_dye", "result": { "id": "minecraft:pink_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:pink_dye" @@ -13561,11 +13676,11 @@ "id": "minecraft:pink_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:pink_stained_glass" }, @@ -13577,11 +13692,11 @@ "id": "minecraft:pink_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:pink_dye" @@ -13595,11 +13710,11 @@ "id": "minecraft:pink_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:pink_dye" @@ -13613,11 +13728,10 @@ "id": "minecraft:pink_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:cobblestone", "R": "minecraft:redstone", @@ -13633,10 +13747,10 @@ "id": "minecraft:piston", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "S": "minecraft:andesite" }, @@ -13648,7 +13762,6 @@ "id": "minecraft:polished_andesite", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13660,6 +13773,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_andesite" }, @@ -13670,7 +13784,6 @@ "id": "minecraft:polished_andesite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13690,6 +13803,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_andesite" }, @@ -13702,7 +13816,6 @@ "id": "minecraft:polished_andesite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13722,6 +13835,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:basalt" }, @@ -13733,7 +13847,6 @@ "id": "minecraft:polished_basalt", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13745,6 +13858,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:blackstone" }, @@ -13756,10 +13870,10 @@ "id": "minecraft:polished_blackstone", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:polished_blackstone_bricks" }, @@ -13770,7 +13884,6 @@ "id": "minecraft:polished_blackstone_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13798,6 +13911,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_blackstone_bricks" }, @@ -13810,7 +13924,6 @@ "id": "minecraft:polished_blackstone_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13838,6 +13951,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:polished_blackstone_bricks" }, @@ -13849,7 +13963,6 @@ "id": "minecraft:polished_blackstone_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -13877,6 +13990,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:polished_blackstone" }, @@ -13888,7 +14002,6 @@ "id": "minecraft:polished_blackstone_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13927,6 +14040,7 @@ "type": "minecraft:stonecutting" }, { + "category": "redstone", "key": { "#": "minecraft:polished_blackstone" }, @@ -13937,10 +14051,10 @@ "id": "minecraft:polished_blackstone_pressure_plate", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:polished_blackstone" }, @@ -13951,7 +14065,6 @@ "id": "minecraft:polished_blackstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -13971,6 +14084,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_blackstone" }, @@ -13983,7 +14097,6 @@ "id": "minecraft:polished_blackstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14003,6 +14116,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:polished_blackstone" }, @@ -14014,7 +14128,6 @@ "id": "minecraft:polished_blackstone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -14034,6 +14147,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:cobbled_deepslate" }, @@ -14045,7 +14159,6 @@ "id": "minecraft:polished_deepslate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14057,6 +14170,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_deepslate" }, @@ -14067,7 +14181,6 @@ "id": "minecraft:polished_deepslate_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14087,6 +14200,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_deepslate" }, @@ -14099,7 +14213,6 @@ "id": "minecraft:polished_deepslate_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14119,6 +14232,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:polished_deepslate" }, @@ -14130,7 +14244,6 @@ "id": "minecraft:polished_deepslate_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -14150,6 +14263,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:diorite" }, @@ -14161,7 +14275,6 @@ "id": "minecraft:polished_diorite", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14173,6 +14286,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_diorite" }, @@ -14183,7 +14297,6 @@ "id": "minecraft:polished_diorite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14203,6 +14316,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_diorite" }, @@ -14215,7 +14329,6 @@ "id": "minecraft:polished_diorite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14235,6 +14348,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:granite" }, @@ -14246,7 +14360,6 @@ "id": "minecraft:polished_granite", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14258,6 +14371,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_granite" }, @@ -14268,7 +14382,6 @@ "id": "minecraft:polished_granite_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14288,6 +14401,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_granite" }, @@ -14300,7 +14414,6 @@ "id": "minecraft:polished_granite_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14320,6 +14433,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:tuff" }, @@ -14331,7 +14445,6 @@ "id": "minecraft:polished_tuff", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14343,6 +14456,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_tuff" }, @@ -14353,7 +14467,6 @@ "id": "minecraft:polished_tuff_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14373,6 +14486,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:polished_tuff" }, @@ -14385,7 +14499,6 @@ "id": "minecraft:polished_tuff_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14405,6 +14518,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:polished_tuff" }, @@ -14416,7 +14530,6 @@ "id": "minecraft:polished_tuff_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -14436,16 +14549,17 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", + "ingredient": "minecraft:chorus_fruit", "result": { "id": "minecraft:popped_chorus_fruit" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:chorus_fruit", "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:stick", "R": "minecraft:redstone", @@ -14460,10 +14574,10 @@ "id": "minecraft:powered_rail", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:prismarine_shard" }, @@ -14475,10 +14589,10 @@ "id": "minecraft:prismarine", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:prismarine_bricks" }, @@ -14489,7 +14603,6 @@ "id": "minecraft:prismarine_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14501,6 +14614,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:prismarine_bricks" }, @@ -14513,7 +14627,6 @@ "id": "minecraft:prismarine_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14544,6 +14657,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:prismarine" }, @@ -14554,7 +14668,6 @@ "id": "minecraft:prismarine_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14566,6 +14679,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:prismarine" }, @@ -14578,7 +14692,6 @@ "id": "minecraft:prismarine_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14590,6 +14703,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:prismarine" }, @@ -14601,7 +14715,6 @@ "id": "minecraft:prismarine_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -14637,6 +14750,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:purple_wool", "|": "minecraft:stick" @@ -14650,11 +14765,11 @@ "id": "minecraft:purple_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:purple_wool", "X": "#minecraft:planks" @@ -14667,18 +14782,16 @@ "id": "minecraft:purple_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:purple_dye", "result": { "id": "minecraft:purple_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -14695,6 +14808,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:purple_wool" }, @@ -14705,8 +14820,6 @@ "id": "minecraft:purple_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -14742,16 +14855,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:purple_terracotta", "result": { "id": "minecraft:purple_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:purple_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:purple_wool", "G": "minecraft:glass", @@ -14765,21 +14880,21 @@ "id": "minecraft:purple_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:purple_dye", "result": { "id": "minecraft:purple_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:purple_dye" @@ -14793,11 +14908,11 @@ "id": "minecraft:purple_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:purple_stained_glass" }, @@ -14809,11 +14924,11 @@ "id": "minecraft:purple_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:purple_dye" @@ -14827,11 +14942,11 @@ "id": "minecraft:purple_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:purple_dye" @@ -14845,11 +14960,10 @@ "id": "minecraft:purple_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "F": "minecraft:popped_chorus_fruit" }, @@ -14861,10 +14975,10 @@ "id": "minecraft:purpur_block", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:purpur_slab" }, @@ -14876,7 +14990,6 @@ "id": "minecraft:purpur_pillar", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14888,6 +15001,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:purpur_block", @@ -14901,7 +15015,6 @@ "id": "minecraft:purpur_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14913,6 +15026,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:purpur_block", @@ -14928,7 +15042,6 @@ "id": "minecraft:purpur_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14940,16 +15053,17 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", + "ingredient": "minecraft:nether_quartz_ore", "result": { "id": "minecraft:quartz" }, "experience": 0.2, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:nether_quartz_ore", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:quartz" }, @@ -14961,10 +15075,10 @@ "id": "minecraft:quartz_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:quartz_block" }, @@ -14976,7 +15090,6 @@ "id": "minecraft:quartz_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -14988,16 +15101,17 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", + "ingredient": "minecraft:nether_quartz_ore", "result": { "id": "minecraft:quartz" }, "experience": 0.2, "cookingtime": 100, - "category": "misc", - "ingredient": "minecraft:nether_quartz_ore", "type": "minecraft:blasting" }, { + "category": "building", "key": { "#": "minecraft:quartz_block" }, @@ -15009,7 +15123,6 @@ "id": "minecraft:quartz_pillar", "count": 2 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15021,6 +15134,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:chiseled_quartz_block", @@ -15035,7 +15149,6 @@ "id": "minecraft:quartz_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15047,6 +15160,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:chiseled_quartz_block", @@ -15063,7 +15177,6 @@ "id": "minecraft:quartz_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15107,6 +15220,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:stick", "X": "minecraft:iron_ingot" @@ -15120,10 +15234,10 @@ "id": "minecraft:rail", "count": 16 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:terracotta", @@ -15138,7 +15252,6 @@ "id": "minecraft:raiser_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15160,6 +15273,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:raw_copper" }, @@ -15172,7 +15286,6 @@ "id": "minecraft:raw_copper_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15187,6 +15300,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:raw_gold" }, @@ -15199,7 +15313,6 @@ "id": "minecraft:raw_gold_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15214,6 +15327,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "building", "key": { "#": "minecraft:raw_iron" }, @@ -15226,10 +15340,10 @@ "id": "minecraft:raw_iron_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "C": "minecraft:compass", "S": "minecraft:echo_shard" @@ -15243,10 +15357,11 @@ "id": "minecraft:recovery_compass", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:red_wool", "|": "minecraft:stick" @@ -15260,11 +15375,11 @@ "id": "minecraft:red_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:red_wool", "X": "#minecraft:planks" @@ -15277,18 +15392,16 @@ "id": "minecraft:red_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:red_dye", "result": { "id": "minecraft:red_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -15305,6 +15418,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:red_wool" }, @@ -15315,8 +15430,6 @@ "id": "minecraft:red_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15388,16 +15501,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:red_terracotta", "result": { "id": "minecraft:red_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:red_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:red_wool", "G": "minecraft:glass", @@ -15411,11 +15526,10 @@ "id": "minecraft:red_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:red_nether_bricks" }, @@ -15426,7 +15540,6 @@ "id": "minecraft:red_nether_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15438,6 +15551,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:red_nether_bricks" }, @@ -15450,7 +15564,6 @@ "id": "minecraft:red_nether_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15462,6 +15575,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:red_nether_bricks" }, @@ -15473,7 +15587,6 @@ "id": "minecraft:red_nether_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15485,6 +15598,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "N": "minecraft:nether_brick", "W": "minecraft:nether_wart" @@ -15497,10 +15611,10 @@ "id": "minecraft:red_nether_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:red_sand" }, @@ -15512,10 +15626,10 @@ "id": "minecraft:red_sandstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": [ "minecraft:red_sandstone", @@ -15529,7 +15643,6 @@ "id": "minecraft:red_sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15541,6 +15654,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:red_sandstone", @@ -15557,7 +15671,6 @@ "id": "minecraft:red_sandstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15569,6 +15682,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:red_sandstone" }, @@ -15580,7 +15694,6 @@ "id": "minecraft:red_sandstone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15592,16 +15705,18 @@ "type": "minecraft:stonecutting" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:red_dye", "result": { "id": "minecraft:red_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:red_dye" @@ -15615,11 +15730,11 @@ "id": "minecraft:red_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:red_stained_glass" }, @@ -15631,11 +15746,11 @@ "id": "minecraft:red_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:red_dye" @@ -15649,11 +15764,11 @@ "id": "minecraft:red_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:red_dye" @@ -15667,8 +15782,6 @@ "id": "minecraft:red_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15683,6 +15796,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "redstone", "key": { "#": "minecraft:redstone" }, @@ -15695,54 +15809,54 @@ "id": "minecraft:redstone_block", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "redstone", + "category": "blocks", + "ingredient": "minecraft:deepslate_redstone_ore", "result": { "id": "minecraft:redstone" }, "experience": 0.7, "cookingtime": 100, - "group": "redstone", - "category": "blocks", - "ingredient": "minecraft:deepslate_redstone_ore", "type": "minecraft:blasting" }, { + "group": "redstone", + "category": "blocks", + "ingredient": "minecraft:redstone_ore", "result": { "id": "minecraft:redstone" }, "experience": 0.7, "cookingtime": 100, - "group": "redstone", - "category": "blocks", - "ingredient": "minecraft:redstone_ore", "type": "minecraft:blasting" }, { - "result": { - "id": "minecraft:redstone" - }, - "experience": 0.7, - "cookingtime": 200, "group": "redstone", "category": "blocks", "ingredient": "minecraft:deepslate_redstone_ore", - "type": "minecraft:smelting" - }, - { "result": { "id": "minecraft:redstone" }, "experience": 0.7, "cookingtime": 200, - "group": "redstone", - "category": "blocks", - "ingredient": "minecraft:redstone_ore", "type": "minecraft:smelting" }, { + "group": "redstone", + "category": "blocks", + "ingredient": "minecraft:redstone_ore", + "result": { + "id": "minecraft:redstone" + }, + "experience": 0.7, + "cookingtime": 200, + "type": "minecraft:smelting" + }, + { + "category": "redstone", "key": { "G": "minecraft:glowstone", "R": "minecraft:redstone" @@ -15756,10 +15870,10 @@ "id": "minecraft:redstone_lamp", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:stick", "X": "minecraft:redstone" @@ -15772,7 +15886,6 @@ "id": "minecraft:redstone_torch", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -15780,6 +15893,7 @@ "type": "minecraft:crafting_special_repairitem" }, { + "category": "redstone", "key": { "#": "minecraft:redstone_torch", "I": "minecraft:stone", @@ -15793,10 +15907,10 @@ "id": "minecraft:repeater", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:resin_clump" }, @@ -15809,20 +15923,20 @@ "id": "minecraft:resin_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", + "ingredient": "minecraft:resin_clump", "result": { "id": "minecraft:resin_brick" }, "experience": 0.1, "cookingtime": 200, - "category": "misc", - "ingredient": "minecraft:resin_clump", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:resin_bricks" }, @@ -15833,7 +15947,6 @@ "id": "minecraft:resin_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15845,6 +15958,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:resin_bricks" }, @@ -15857,7 +15971,6 @@ "id": "minecraft:resin_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15869,6 +15982,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:resin_bricks" }, @@ -15880,7 +15994,6 @@ "id": "minecraft:resin_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15892,6 +16005,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:resin_brick" }, @@ -15903,7 +16017,6 @@ "id": "minecraft:resin_bricks", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -15918,6 +16031,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "G": "minecraft:glowstone", "O": "minecraft:crying_obsidian" @@ -15931,10 +16045,10 @@ "id": "minecraft:respawn_anchor", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:netherrack", @@ -15949,7 +16063,6 @@ "id": "minecraft:rib_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -15960,6 +16073,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "equipment", "key": { "#": "minecraft:iron_ingot", "X": "minecraft:leather" @@ -15972,10 +16086,10 @@ "id": "minecraft:saddle", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:sand" }, @@ -15987,10 +16101,10 @@ "id": "minecraft:sandstone", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": [ "minecraft:sandstone", @@ -16004,7 +16118,6 @@ "id": "minecraft:sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16016,6 +16129,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": [ "minecraft:sandstone", @@ -16032,7 +16146,6 @@ "id": "minecraft:sandstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16044,6 +16157,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:sandstone" }, @@ -16055,7 +16169,6 @@ "id": "minecraft:sandstone_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16067,6 +16180,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "I": "minecraft:bamboo", "~": "minecraft:string" @@ -16080,10 +16194,10 @@ "id": "minecraft:scaffolding", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "C": "minecraft:prismarine_crystals", "S": "minecraft:prismarine_shard" @@ -16097,10 +16211,10 @@ "id": "minecraft:sea_lantern", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:cobblestone", @@ -16115,7 +16229,6 @@ "id": "minecraft:sentry_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16126,6 +16239,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:terracotta", @@ -16140,7 +16254,6 @@ "id": "minecraft:shaper_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16151,6 +16264,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "equipment", "key": { "#": "minecraft:iron_ingot" }, @@ -16162,10 +16276,10 @@ "id": "minecraft:shears", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "W": "#minecraft:wooden_tool_materials", "o": "minecraft:iron_ingot" @@ -16179,7 +16293,6 @@ "id": "minecraft:shield", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -16187,6 +16300,7 @@ "type": "minecraft:crafting_special_shielddecoration" }, { + "category": "misc", "key": { "#": "minecraft:chest", "-": "minecraft:shulker_shell" @@ -16200,10 +16314,10 @@ "id": "minecraft:shulker_box", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:cobbled_deepslate", @@ -16218,7 +16332,6 @@ "id": "minecraft:silence_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16252,6 +16365,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "redstone", "key": { "#": "minecraft:slime_ball" }, @@ -16264,10 +16378,10 @@ "id": "minecraft:slime_block", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:planks", "@": "minecraft:iron_ingot" @@ -16281,10 +16395,10 @@ "id": "minecraft:smithing_table", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:logs", "X": "minecraft:furnace" @@ -16298,30 +16412,30 @@ "id": "minecraft:smoker", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "minecraft:basalt", "result": { "id": "minecraft:smooth_basalt" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:basalt", "type": "minecraft:smelting" }, { + "category": "blocks", + "ingredient": "minecraft:quartz_block", "result": { "id": "minecraft:smooth_quartz" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:quartz_block", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:smooth_quartz" }, @@ -16332,7 +16446,6 @@ "id": "minecraft:smooth_quartz_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16344,6 +16457,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:smooth_quartz" }, @@ -16356,7 +16470,6 @@ "id": "minecraft:smooth_quartz_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16368,16 +16481,17 @@ "type": "minecraft:stonecutting" }, { + "category": "blocks", + "ingredient": "minecraft:red_sandstone", "result": { "id": "minecraft:smooth_red_sandstone" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:red_sandstone", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:smooth_red_sandstone" }, @@ -16388,7 +16502,6 @@ "id": "minecraft:smooth_red_sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16400,6 +16513,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:smooth_red_sandstone" }, @@ -16412,7 +16526,6 @@ "id": "minecraft:smooth_red_sandstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16424,16 +16537,17 @@ "type": "minecraft:stonecutting" }, { + "category": "blocks", + "ingredient": "minecraft:sandstone", "result": { "id": "minecraft:smooth_sandstone" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:sandstone", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:smooth_sandstone" }, @@ -16444,7 +16558,6 @@ "id": "minecraft:smooth_sandstone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16456,6 +16569,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:smooth_sandstone" }, @@ -16468,7 +16582,6 @@ "id": "minecraft:smooth_sandstone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16480,16 +16593,17 @@ "type": "minecraft:stonecutting" }, { + "category": "blocks", + "ingredient": "minecraft:stone", "result": { "id": "minecraft:smooth_stone" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:stone", "type": "minecraft:smelting" }, { + "category": "building", "key": { "#": "minecraft:smooth_stone" }, @@ -16500,7 +16614,6 @@ "id": "minecraft:smooth_stone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -16512,6 +16625,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:blackstone", @@ -16526,7 +16640,6 @@ "id": "minecraft:snout_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16537,6 +16650,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "misc", "key": { "#": "minecraft:snow_block" }, @@ -16547,10 +16661,10 @@ "id": "minecraft:snow", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:snowball" }, @@ -16562,10 +16676,10 @@ "id": "minecraft:snow_block", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "#minecraft:soul_fire_base_blocks", "L": "#minecraft:logs", @@ -16580,10 +16694,10 @@ "id": "minecraft:soul_campfire", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:soul_torch", "X": "minecraft:iron_nugget" @@ -16597,10 +16711,10 @@ "id": "minecraft:soul_lantern", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:stick", "S": "#minecraft:soul_fire_base_blocks", @@ -16618,10 +16732,10 @@ "id": "minecraft:soul_torch", "count": 4 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:glowstone_dust", "X": "minecraft:arrow" @@ -16635,10 +16749,10 @@ "id": "minecraft:spectral_arrow", "count": 2 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:purpur_block", @@ -16653,7 +16767,6 @@ "id": "minecraft:spire_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16664,16 +16777,18 @@ "type": "minecraft:smithing_trim" }, { + "category": "blocks", + "ingredient": "minecraft:wet_sponge", "result": { "id": "minecraft:sponge" }, "experience": 0.15, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:wet_sponge", "type": "minecraft:smelting" }, { + "group": "boat", + "category": "misc", "key": { "#": "minecraft:spruce_planks" }, @@ -16685,8 +16800,6 @@ "id": "minecraft:spruce_boat", "count": 1 }, - "group": "boat", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16715,6 +16828,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:spruce_planks" }, @@ -16727,11 +16842,11 @@ "id": "minecraft:spruce_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:spruce_planks" @@ -16744,11 +16859,11 @@ "id": "minecraft:spruce_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:spruce_planks" @@ -16761,11 +16876,11 @@ "id": "minecraft:spruce_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_spruce_log", "X": "minecraft:iron_chain" @@ -16779,8 +16894,6 @@ "id": "minecraft:spruce_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -16796,6 +16909,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:spruce_planks" }, @@ -16806,11 +16921,11 @@ "id": "minecraft:spruce_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_spruce_log" }, @@ -16823,11 +16938,11 @@ "id": "minecraft:spruce_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:spruce_planks", "X": "minecraft:stick" @@ -16841,11 +16956,11 @@ "id": "minecraft:spruce_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:spruce_planks" }, @@ -16856,11 +16971,11 @@ "id": "minecraft:spruce_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:spruce_planks" }, @@ -16873,11 +16988,11 @@ "id": "minecraft:spruce_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:spruce_planks" }, @@ -16889,11 +17004,11 @@ "id": "minecraft:spruce_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:spruce_log" }, @@ -16905,11 +17020,10 @@ "id": "minecraft:spruce_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:amethyst_shard", "X": "minecraft:copper_ingot" @@ -16923,10 +17037,11 @@ "id": "minecraft:spyglass", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "sticks", + "category": "misc", "key": { "#": "#minecraft:planks" }, @@ -16938,11 +17053,11 @@ "id": "minecraft:stick", "count": 4 }, - "group": "sticks", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "sticks", + "category": "misc", "key": { "#": "minecraft:bamboo" }, @@ -16954,11 +17069,10 @@ "id": "minecraft:stick", "count": 1 }, - "group": "sticks", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "P": "minecraft:piston", "S": "minecraft:slime_ball" @@ -16971,20 +17085,20 @@ "id": "minecraft:sticky_piston", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "minecraft:cobblestone", "result": { "id": "minecraft:stone" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:cobblestone", "type": "minecraft:smelting" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:stone_tool_materials" @@ -16998,10 +17112,10 @@ "id": "minecraft:stone_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:stone_bricks" }, @@ -17012,7 +17126,6 @@ "id": "minecraft:stone_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17032,6 +17145,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:stone_bricks" }, @@ -17044,7 +17158,6 @@ "id": "minecraft:stone_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17064,6 +17177,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:stone_bricks" }, @@ -17075,7 +17189,6 @@ "id": "minecraft:stone_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -17095,6 +17208,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:stone" }, @@ -17106,7 +17220,6 @@ "id": "minecraft:stone_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17129,6 +17242,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:stone_tool_materials" @@ -17142,10 +17256,10 @@ "id": "minecraft:stone_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:stone_tool_materials" @@ -17159,10 +17273,10 @@ "id": "minecraft:stone_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "redstone", "key": { "#": "minecraft:stone" }, @@ -17173,10 +17287,10 @@ "id": "minecraft:stone_pressure_plate", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:stone_tool_materials" @@ -17190,10 +17304,10 @@ "id": "minecraft:stone_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:stone" }, @@ -17204,7 +17318,6 @@ "id": "minecraft:stone_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17216,6 +17329,24 @@ "type": "minecraft:stonecutting" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:stone_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:stone_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "building", "key": { "#": "minecraft:stone" }, @@ -17228,7 +17359,6 @@ "id": "minecraft:stone_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17240,6 +17370,7 @@ "type": "minecraft:stonecutting" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:stone_tool_materials" @@ -17253,10 +17384,10 @@ "id": "minecraft:stone_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:stone", "I": "minecraft:iron_ingot" @@ -17269,10 +17400,11 @@ "id": "minecraft:stonecutter", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_acacia_log" }, @@ -17284,11 +17416,11 @@ "id": "minecraft:stripped_acacia_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_birch_log" }, @@ -17300,11 +17432,11 @@ "id": "minecraft:stripped_birch_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_cherry_log" }, @@ -17316,11 +17448,11 @@ "id": "minecraft:stripped_cherry_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_crimson_stem" }, @@ -17332,11 +17464,11 @@ "id": "minecraft:stripped_crimson_hyphae", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_dark_oak_log" }, @@ -17348,11 +17480,11 @@ "id": "minecraft:stripped_dark_oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_jungle_log" }, @@ -17364,11 +17496,11 @@ "id": "minecraft:stripped_jungle_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_mangrove_log" }, @@ -17380,11 +17512,11 @@ "id": "minecraft:stripped_mangrove_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_oak_log" }, @@ -17396,11 +17528,11 @@ "id": "minecraft:stripped_oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_pale_oak_log" }, @@ -17412,11 +17544,11 @@ "id": "minecraft:stripped_pale_oak_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_spruce_log" }, @@ -17428,11 +17560,11 @@ "id": "minecraft:stripped_spruce_wood", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:stripped_warped_stem" }, @@ -17444,8 +17576,6 @@ "id": "minecraft:stripped_warped_hyphae", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17841,6 +17971,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "redstone", "key": { "H": "minecraft:hay_block", "R": "minecraft:redstone" @@ -17854,20 +17985,20 @@ "id": "minecraft:target", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "blocks", + "ingredient": "minecraft:clay", "result": { "id": "minecraft:terracotta" }, "experience": 0.35, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:clay", "type": "minecraft:smelting" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:prismarine", @@ -17882,7 +18013,6 @@ "id": "minecraft:tide_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -17893,6 +18023,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "building", "key": { "G": "minecraft:glass", "S": "minecraft:amethyst_shard" @@ -17906,7 +18037,6 @@ "id": "minecraft:tinted_glass", "count": 2 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -17914,6 +18044,7 @@ "type": "minecraft:crafting_special_tippedarrow" }, { + "category": "redstone", "key": { "#": [ "minecraft:sand", @@ -17930,7 +18061,6 @@ "id": "minecraft:tnt", "count": 1 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { @@ -17946,6 +18076,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:stick", "X": [ @@ -17961,7 +18092,6 @@ "id": "minecraft:torch", "count": 4 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -17977,6 +18107,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "redstone", "key": { "#": "#minecraft:planks", "I": "minecraft:iron_ingot", @@ -17991,10 +18122,10 @@ "id": "minecraft:tripwire_hook", "count": 2 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:tuff_bricks" }, @@ -18005,7 +18136,6 @@ "id": "minecraft:tuff_brick_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18033,6 +18163,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:tuff_bricks" }, @@ -18045,7 +18176,6 @@ "id": "minecraft:tuff_brick_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18073,6 +18203,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:tuff_bricks" }, @@ -18084,7 +18215,6 @@ "id": "minecraft:tuff_brick_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -18112,6 +18242,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "S": "minecraft:polished_tuff" }, @@ -18123,7 +18254,6 @@ "id": "minecraft:tuff_bricks", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18143,6 +18273,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:tuff" }, @@ -18153,7 +18284,6 @@ "id": "minecraft:tuff_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18165,6 +18295,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:tuff" }, @@ -18177,7 +18308,6 @@ "id": "minecraft:tuff_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18189,6 +18319,7 @@ "type": "minecraft:stonecutting" }, { + "category": "misc", "key": { "#": "minecraft:tuff" }, @@ -18200,7 +18331,6 @@ "id": "minecraft:tuff_wall", "count": 6 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -18212,6 +18342,7 @@ "type": "minecraft:stonecutting" }, { + "category": "equipment", "key": { "X": "minecraft:turtle_scute" }, @@ -18223,10 +18354,10 @@ "id": "minecraft:turtle_helmet", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:cobblestone", @@ -18241,7 +18372,6 @@ "id": "minecraft:vex_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -18252,6 +18382,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:cobbled_deepslate", @@ -18266,7 +18397,6 @@ "id": "minecraft:ward_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -18289,6 +18419,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_door", + "category": "redstone", "key": { "#": "minecraft:warped_planks" }, @@ -18301,11 +18433,11 @@ "id": "minecraft:warped_door", "count": 3 }, - "group": "wooden_door", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence", + "category": "misc", "key": { "#": "minecraft:stick", "W": "minecraft:warped_planks" @@ -18318,11 +18450,11 @@ "id": "minecraft:warped_fence", "count": 3 }, - "group": "wooden_fence", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_fence_gate", + "category": "redstone", "key": { "#": "minecraft:stick", "W": "minecraft:warped_planks" @@ -18335,11 +18467,10 @@ "id": "minecraft:warped_fence_gate", "count": 1 }, - "group": "wooden_fence_gate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:fishing_rod", "X": "minecraft:warped_fungus" @@ -18352,10 +18483,11 @@ "id": "minecraft:warped_fungus_on_a_stick", "count": 1 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "hanging_sign", + "category": "misc", "key": { "#": "minecraft:stripped_warped_stem", "X": "minecraft:iron_chain" @@ -18369,11 +18501,11 @@ "id": "minecraft:warped_hanging_sign", "count": 6 }, - "group": "hanging_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bark", + "category": "building", "key": { "#": "minecraft:warped_stem" }, @@ -18385,8 +18517,6 @@ "id": "minecraft:warped_hyphae", "count": 3 }, - "group": "bark", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18402,6 +18532,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "wooden_pressure_plate", + "category": "redstone", "key": { "#": "minecraft:warped_planks" }, @@ -18412,11 +18544,11 @@ "id": "minecraft:warped_pressure_plate", "count": 1 }, - "group": "wooden_pressure_plate", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "shelf", + "category": "misc", "key": { "#": "minecraft:stripped_warped_stem" }, @@ -18429,11 +18561,11 @@ "id": "minecraft:warped_shelf", "count": 6 }, - "group": "shelf", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_sign", + "category": "misc", "key": { "#": "minecraft:warped_planks", "X": "minecraft:stick" @@ -18447,11 +18579,11 @@ "id": "minecraft:warped_sign", "count": 3 }, - "group": "wooden_sign", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_slab", + "category": "building", "key": { "#": "minecraft:warped_planks" }, @@ -18462,11 +18594,11 @@ "id": "minecraft:warped_slab", "count": 6 }, - "group": "wooden_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_stairs", + "category": "building", "key": { "#": "minecraft:warped_planks" }, @@ -18479,11 +18611,11 @@ "id": "minecraft:warped_stairs", "count": 4 }, - "group": "wooden_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "wooden_trapdoor", + "category": "redstone", "key": { "#": "minecraft:warped_planks" }, @@ -18495,24 +18627,22 @@ "id": "minecraft:warped_trapdoor", "count": 2 }, - "group": "wooden_trapdoor", - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "waxed_chiseled_copper", + "category": "building", "key": { - "#": "minecraft:waxed_cut_copper_slab" + "M": "minecraft:waxed_cut_copper_slab" }, "pattern": [ - "#", - "#" + " M ", + " M " ], "result": { "id": "minecraft:waxed_chiseled_copper", "count": 1 }, - "group": "waxed_cut_copper_chiseled", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18545,7 +18675,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_copper_bars", + "group": "waxed_copper_bar", "category": "building", "result": { "id": "minecraft:waxed_copper_bars", @@ -18571,6 +18701,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:waxed_copper_block", @@ -18585,12 +18717,11 @@ "id": "minecraft:waxed_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { "group": "waxed_copper_bulb", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_copper_bulb", "count": 1 @@ -18629,7 +18760,7 @@ }, { "group": "waxed_copper_door", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_copper_door", "count": 1 @@ -18654,6 +18785,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_copper_grate", + "category": "building", "key": { "M": "minecraft:waxed_copper_block" }, @@ -18666,7 +18799,6 @@ "id": "minecraft:waxed_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18705,7 +18837,7 @@ }, { "group": "waxed_copper_trapdoor", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_copper_trapdoor", "count": 1 @@ -18717,6 +18849,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_cut_copper", + "category": "building", "key": { "#": "minecraft:waxed_copper_block" }, @@ -18728,8 +18862,6 @@ "id": "minecraft:waxed_cut_copper", "count": 4 }, - "group": "waxed_cut_copper", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18754,6 +18886,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_cut_copper_slab", + "category": "building", "key": { "#": "minecraft:waxed_cut_copper" }, @@ -18764,8 +18898,6 @@ "id": "minecraft:waxed_cut_copper_slab", "count": 6 }, - "group": "waxed_cut_copper_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18798,6 +18930,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_cut_copper_stairs", + "category": "building", "key": { "#": "minecraft:waxed_cut_copper" }, @@ -18810,8 +18944,6 @@ "id": "minecraft:waxed_cut_copper_stairs", "count": 4 }, - "group": "waxed_cut_copper_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18844,19 +18976,19 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_exposed_chiseled_copper", + "category": "building", "key": { - "#": "minecraft:waxed_exposed_cut_copper_slab" + "M": "minecraft:waxed_exposed_cut_copper_slab" }, "pattern": [ - "#", - "#" + " M ", + " M " ], "result": { "id": "minecraft:waxed_exposed_chiseled_copper", "count": 1 }, - "group": "waxed_exposed_cut_copper_chiseled", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -18889,7 +19021,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_exposed_copper_bars", + "group": "waxed_copper_bar", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper_bars", @@ -18902,6 +19034,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_exposed_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:waxed_exposed_copper", @@ -18916,12 +19050,11 @@ "id": "minecraft:waxed_exposed_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { "group": "waxed_exposed_copper_bulb", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_exposed_copper_bulb", "count": 1 @@ -18933,7 +19066,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper_chain", + "group": "waxed_copper_chain", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper_chain", @@ -18946,7 +19079,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper_chest", + "group": "waxed_copper_chest", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper_chest", @@ -18959,8 +19092,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper_door", - "category": "building", + "group": "waxed_copper_door", + "category": "redstone", "result": { "id": "minecraft:waxed_exposed_copper_door", "count": 1 @@ -18972,7 +19105,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper", + "group": "waxed_copper_block", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper", @@ -18985,7 +19118,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper_golem_statue", + "group": "waxed_copper_golem_statue", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper_golem_statue", @@ -18998,6 +19131,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_exposed_copper_grate", + "category": "building", "key": { "M": "minecraft:waxed_exposed_copper" }, @@ -19010,7 +19145,6 @@ "id": "minecraft:waxed_exposed_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19035,7 +19169,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_exposed_copper_lantern", + "group": "waxed_copper_lantern", "category": "building", "result": { "id": "minecraft:waxed_exposed_copper_lantern", @@ -19048,8 +19182,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_exposed_copper_trapdoor", - "category": "building", + "group": "waxed_copper_trapdoor", + "category": "redstone", "result": { "id": "minecraft:waxed_exposed_copper_trapdoor", "count": 1 @@ -19061,6 +19195,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_exposed_cut_copper", + "category": "building", "key": { "#": "minecraft:waxed_exposed_copper" }, @@ -19072,8 +19208,6 @@ "id": "minecraft:waxed_exposed_cut_copper", "count": 4 }, - "group": "waxed_exposed_cut_copper", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19098,6 +19232,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_exposed_cut_copper_slab", + "category": "building", "key": { "#": "minecraft:waxed_exposed_cut_copper" }, @@ -19108,8 +19244,6 @@ "id": "minecraft:waxed_exposed_cut_copper_slab", "count": 6 }, - "group": "waxed_exposed_cut_copper_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19142,6 +19276,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_exposed_cut_copper_stairs", + "category": "building", "key": { "#": "minecraft:waxed_exposed_cut_copper" }, @@ -19154,8 +19290,6 @@ "id": "minecraft:waxed_exposed_cut_copper_stairs", "count": 4 }, - "group": "waxed_exposed_cut_copper_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19188,7 +19322,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_exposed_lightning_rod", + "group": "waxed_lightning_rod", "category": "building", "result": { "id": "minecraft:waxed_exposed_lightning_rod", @@ -19214,19 +19348,19 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_oxidized_chiseled_copper", + "category": "building", "key": { - "#": "minecraft:waxed_oxidized_cut_copper_slab" + "M": "minecraft:waxed_oxidized_cut_copper_slab" }, "pattern": [ - "#", - "#" + " M ", + " M " ], "result": { "id": "minecraft:waxed_oxidized_chiseled_copper", "count": 1 }, - "group": "waxed_oxidized_cut_copper_chiseled", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19259,7 +19393,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_oxidized_copper_bars", + "group": "waxed_copper_bar", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper_bars", @@ -19272,6 +19406,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_oxidized_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:waxed_oxidized_copper", @@ -19286,12 +19422,11 @@ "id": "minecraft:waxed_oxidized_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { "group": "waxed_oxidized_copper_bulb", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_oxidized_copper_bulb", "count": 1 @@ -19303,7 +19438,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper_chain", + "group": "waxed_copper_chain", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper_chain", @@ -19316,7 +19451,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper_chest", + "group": "waxed_copper_chest", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper_chest", @@ -19329,8 +19464,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper_door", - "category": "building", + "group": "waxed_copper_door", + "category": "redstone", "result": { "id": "minecraft:waxed_oxidized_copper_door", "count": 1 @@ -19342,7 +19477,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper", + "group": "waxed_copper_block", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper", @@ -19355,7 +19490,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper_golem_statue", + "group": "waxed_copper_golem_statue", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper_golem_statue", @@ -19368,6 +19503,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_oxidized_copper_grate", + "category": "building", "key": { "M": "minecraft:waxed_oxidized_copper" }, @@ -19380,7 +19517,6 @@ "id": "minecraft:waxed_oxidized_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19405,7 +19541,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_oxidized_copper_lantern", + "group": "waxed_copper_lantern", "category": "building", "result": { "id": "minecraft:waxed_oxidized_copper_lantern", @@ -19418,8 +19554,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_oxidized_copper_trapdoor", - "category": "building", + "group": "waxed_copper_trapdoor", + "category": "redstone", "result": { "id": "minecraft:waxed_oxidized_copper_trapdoor", "count": 1 @@ -19431,6 +19567,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_oxidized_cut_copper", + "category": "building", "key": { "#": "minecraft:waxed_oxidized_copper" }, @@ -19442,8 +19580,6 @@ "id": "minecraft:waxed_oxidized_cut_copper", "count": 4 }, - "group": "waxed_oxidized_cut_copper", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19468,6 +19604,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_oxidized_cut_copper_slab", + "category": "building", "key": { "#": "minecraft:waxed_oxidized_cut_copper" }, @@ -19478,8 +19616,6 @@ "id": "minecraft:waxed_oxidized_cut_copper_slab", "count": 6 }, - "group": "waxed_oxidized_cut_copper_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19512,6 +19648,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_oxidized_cut_copper_stairs", + "category": "building", "key": { "#": "minecraft:waxed_oxidized_cut_copper" }, @@ -19524,8 +19662,6 @@ "id": "minecraft:waxed_oxidized_cut_copper_stairs", "count": 4 }, - "group": "waxed_oxidized_cut_copper_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19558,7 +19694,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_oxidized_lightning_rod", + "group": "waxed_lightning_rod", "category": "building", "result": { "id": "minecraft:waxed_oxidized_lightning_rod", @@ -19571,19 +19707,19 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_weathered_chiseled_copper", + "category": "building", "key": { - "#": "minecraft:waxed_weathered_cut_copper_slab" + "M": "minecraft:waxed_weathered_cut_copper_slab" }, "pattern": [ - "#", - "#" + " M ", + " M " ], "result": { "id": "minecraft:waxed_weathered_chiseled_copper", "count": 1 }, - "group": "waxed_weathered_cut_copper_chiseled", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19616,7 +19752,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_weathered_copper_bars", + "group": "waxed_copper_bar", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper_bars", @@ -19629,6 +19765,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_weathered_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:waxed_weathered_copper", @@ -19643,12 +19781,11 @@ "id": "minecraft:waxed_weathered_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { "group": "waxed_weathered_copper_bulb", - "category": "building", + "category": "redstone", "result": { "id": "minecraft:waxed_weathered_copper_bulb", "count": 1 @@ -19660,7 +19797,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper_chain", + "group": "waxed_copper_chain", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper_chain", @@ -19673,7 +19810,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper_chest", + "group": "waxed_copper_chest", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper_chest", @@ -19686,8 +19823,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper_door", - "category": "building", + "group": "waxed_copper_door", + "category": "redstone", "result": { "id": "minecraft:waxed_weathered_copper_door", "count": 1 @@ -19699,7 +19836,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper", + "group": "waxed_copper_block", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper", @@ -19712,7 +19849,7 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper_golem_statue", + "group": "waxed_copper_golem_statue", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper_golem_statue", @@ -19725,6 +19862,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_weathered_copper_grate", + "category": "building", "key": { "M": "minecraft:waxed_weathered_copper" }, @@ -19737,7 +19876,6 @@ "id": "minecraft:waxed_weathered_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19762,7 +19900,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_weathered_copper_lantern", + "group": "waxed_copper_lantern", "category": "building", "result": { "id": "minecraft:waxed_weathered_copper_lantern", @@ -19775,8 +19913,8 @@ "type": "minecraft:crafting_shapeless" }, { - "group": "waxed_weathered_copper_trapdoor", - "category": "building", + "group": "waxed_copper_trapdoor", + "category": "redstone", "result": { "id": "minecraft:waxed_weathered_copper_trapdoor", "count": 1 @@ -19788,6 +19926,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "waxed_weathered_cut_copper", + "category": "building", "key": { "#": "minecraft:waxed_weathered_copper" }, @@ -19799,8 +19939,6 @@ "id": "minecraft:waxed_weathered_cut_copper", "count": 4 }, - "group": "waxed_weathered_cut_copper", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19825,6 +19963,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_weathered_cut_copper_slab", + "category": "building", "key": { "#": "minecraft:waxed_weathered_cut_copper" }, @@ -19835,8 +19975,6 @@ "id": "minecraft:waxed_weathered_cut_copper_slab", "count": 6 }, - "group": "waxed_weathered_cut_copper_slab", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19869,6 +20007,8 @@ "type": "minecraft:stonecutting" }, { + "group": "waxed_weathered_cut_copper_stairs", + "category": "building", "key": { "#": "minecraft:waxed_weathered_cut_copper" }, @@ -19881,8 +20021,6 @@ "id": "minecraft:waxed_weathered_cut_copper_stairs", "count": 4 }, - "group": "waxed_weathered_cut_copper_stairs", - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19915,7 +20053,7 @@ "type": "minecraft:stonecutting" }, { - "group": "waxed_weathered_lightning_rod", + "group": "waxed_lightning_rod", "category": "building", "result": { "id": "minecraft:waxed_weathered_lightning_rod", @@ -19928,6 +20066,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:terracotta", @@ -19942,7 +20081,6 @@ "id": "minecraft:wayfinder_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -19953,6 +20091,7 @@ "type": "minecraft:smithing_trim" }, { + "category": "building", "key": { "#": "minecraft:weathered_cut_copper_slab" }, @@ -19964,7 +20103,6 @@ "id": "minecraft:weathered_chiseled_copper", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -19984,6 +20122,8 @@ "type": "minecraft:stonecutting" }, { + "group": "weathered_copper_bulb", + "category": "redstone", "key": { "B": "minecraft:blaze_rod", "C": "minecraft:weathered_copper", @@ -19998,10 +20138,11 @@ "id": "minecraft:weathered_copper_bulb", "count": 4 }, - "category": "redstone", "type": "minecraft:crafting_shaped" }, { + "group": "weathered_copper_grate", + "category": "building", "key": { "M": "minecraft:weathered_copper" }, @@ -20014,7 +20155,6 @@ "id": "minecraft:weathered_copper_grate", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -20026,6 +20166,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:weathered_copper" }, @@ -20037,7 +20178,6 @@ "id": "minecraft:weathered_cut_copper", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -20049,6 +20189,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:weathered_cut_copper" }, @@ -20059,7 +20200,6 @@ "id": "minecraft:weathered_cut_copper_slab", "count": 6 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -20079,6 +20219,7 @@ "type": "minecraft:stonecutting" }, { + "category": "building", "key": { "#": "minecraft:weathered_cut_copper" }, @@ -20091,7 +20232,6 @@ "id": "minecraft:weathered_cut_copper_stairs", "count": 4 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { @@ -20122,6 +20262,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:white_wool", "|": "minecraft:stick" @@ -20135,11 +20277,11 @@ "id": "minecraft:white_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:white_wool", "X": "#minecraft:planks" @@ -20152,18 +20294,16 @@ "id": "minecraft:white_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:white_dye", "result": { "id": "minecraft:white_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -20180,6 +20320,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:white_wool" }, @@ -20190,8 +20332,6 @@ "id": "minecraft:white_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -20239,16 +20379,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:white_terracotta", "result": { "id": "minecraft:white_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:white_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:white_wool", "G": "minecraft:glass", @@ -20262,21 +20404,21 @@ "id": "minecraft:white_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:white_dye", "result": { "id": "minecraft:white_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:white_dye" @@ -20290,11 +20432,11 @@ "id": "minecraft:white_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:white_stained_glass" }, @@ -20306,11 +20448,11 @@ "id": "minecraft:white_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:white_dye" @@ -20324,11 +20466,11 @@ "id": "minecraft:white_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:white_dye" @@ -20342,11 +20484,10 @@ "id": "minecraft:white_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "building", "key": { "#": "minecraft:string" }, @@ -20358,10 +20499,10 @@ "id": "minecraft:white_wool", "count": 1 }, - "category": "building", "type": "minecraft:crafting_shaped" }, { + "category": "misc", "key": { "#": "minecraft:diamond", "C": "minecraft:mossy_cobblestone", @@ -20376,7 +20517,6 @@ "id": "minecraft:wild_armor_trim_smithing_template", "count": 2 }, - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -20398,6 +20538,7 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "equipment", "key": { "X": "minecraft:armadillo_scute" }, @@ -20410,10 +20551,10 @@ "id": "minecraft:wolf_armor", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:wooden_tool_materials" @@ -20427,10 +20568,10 @@ "id": "minecraft:wooden_axe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:wooden_tool_materials" @@ -20444,10 +20585,10 @@ "id": "minecraft:wooden_hoe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:wooden_tool_materials" @@ -20461,10 +20602,10 @@ "id": "minecraft:wooden_pickaxe", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:wooden_tool_materials" @@ -20478,10 +20619,27 @@ "id": "minecraft:wooden_shovel", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "category": "equipment", + "key": { + "#": "minecraft:stick", + "X": "#minecraft:wooden_tool_materials" + }, + "pattern": [ + " X", + " # ", + "# " + ], + "result": { + "id": "minecraft:wooden_spear", + "count": 1 + }, + "type": "minecraft:crafting_shaped" + }, + { + "category": "equipment", "key": { "#": "minecraft:stick", "X": "#minecraft:wooden_tool_materials" @@ -20495,7 +20653,6 @@ "id": "minecraft:wooden_sword", "count": 1 }, - "category": "equipment", "type": "minecraft:crafting_shaped" }, { @@ -20512,6 +20669,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "banner", + "category": "misc", "key": { "#": "minecraft:yellow_wool", "|": "minecraft:stick" @@ -20525,11 +20684,11 @@ "id": "minecraft:yellow_banner", "count": 1 }, - "group": "banner", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bed", + "category": "misc", "key": { "#": "minecraft:yellow_wool", "X": "#minecraft:planks" @@ -20542,18 +20701,16 @@ "id": "minecraft:yellow_bed", "count": 1 }, - "group": "bed", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "bundle_dye", + "category": "equipment", "input": "#minecraft:bundles", "material": "minecraft:yellow_dye", "result": { "id": "minecraft:yellow_bundle" }, - "group": "bundle_dye", - "category": "equipment", "type": "minecraft:crafting_transmute" }, { @@ -20570,6 +20727,8 @@ "type": "minecraft:crafting_shapeless" }, { + "group": "carpet", + "category": "misc", "key": { "#": "minecraft:yellow_wool" }, @@ -20580,8 +20739,6 @@ "id": "minecraft:yellow_carpet", "count": 3 }, - "group": "carpet", - "category": "misc", "type": "minecraft:crafting_shaped" }, { @@ -20641,16 +20798,18 @@ "type": "minecraft:crafting_shapeless" }, { + "category": "blocks", + "ingredient": "minecraft:yellow_terracotta", "result": { "id": "minecraft:yellow_glazed_terracotta" }, "experience": 0.1, "cookingtime": 200, - "category": "blocks", - "ingredient": "minecraft:yellow_terracotta", "type": "minecraft:smelting" }, { + "group": "harness", + "category": "equipment", "key": { "#": "minecraft:yellow_wool", "G": "minecraft:glass", @@ -20664,21 +20823,21 @@ "id": "minecraft:yellow_harness", "count": 1 }, - "group": "harness", - "category": "equipment", "type": "minecraft:crafting_shaped" }, { + "group": "shulker_box_dye", + "category": "misc", "input": "#minecraft:shulker_boxes", "material": "minecraft:yellow_dye", "result": { "id": "minecraft:yellow_shulker_box" }, - "group": "shulker_box_dye", - "category": "misc", "type": "minecraft:crafting_transmute" }, { + "group": "stained_glass", + "category": "building", "key": { "#": "minecraft:glass", "X": "minecraft:yellow_dye" @@ -20692,11 +20851,11 @@ "id": "minecraft:yellow_stained_glass", "count": 8 }, - "group": "stained_glass", - "category": "building", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:yellow_stained_glass" }, @@ -20708,11 +20867,11 @@ "id": "minecraft:yellow_stained_glass_pane", "count": 16 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_glass_pane", + "category": "misc", "key": { "#": "minecraft:glass_pane", "$": "minecraft:yellow_dye" @@ -20726,11 +20885,11 @@ "id": "minecraft:yellow_stained_glass_pane", "count": 8 }, - "group": "stained_glass_pane", - "category": "misc", "type": "minecraft:crafting_shaped" }, { + "group": "stained_terracotta", + "category": "building", "key": { "#": "minecraft:terracotta", "X": "minecraft:yellow_dye" @@ -20744,8 +20903,6 @@ "id": "minecraft:yellow_terracotta", "count": 8 }, - "group": "stained_terracotta", - "category": "building", "type": "minecraft:crafting_shaped" } ] \ No newline at end of file diff --git a/assets/sounds.json b/assets/sounds.json index 11093e707..e1a4984b6 100644 --- a/assets/sounds.json +++ b/assets/sounds.json @@ -78,6 +78,8 @@ "item.armor.equip_turtle", "item.armor.equip_wolf", "item.armor.unequip_wolf", + "item.armor.equip_nautilus", + "item.armor.unequip_nautilus", "entity.armor_stand.break", "entity.armor_stand.fall", "entity.armor_stand.hit", @@ -105,6 +107,15 @@ "block.azalea_leaves.hit", "block.azalea_leaves.place", "block.azalea_leaves.step", + "entity.baby_nautilus.ambient", + "entity.baby_nautilus.ambient_land", + "entity.baby_nautilus.death", + "entity.baby_nautilus.death_land", + "entity.baby_nautilus.eat", + "entity.baby_nautilus.hurt", + "entity.baby_nautilus.hurt_land", + "entity.nautilus.riding", + "entity.baby_nautilus.swim", "block.bamboo.break", "block.bamboo.fall", "block.bamboo.hit", @@ -235,6 +246,17 @@ "block.calcite.place", "block.calcite.hit", "block.calcite.fall", + "entity.camel_husk.ambient", + "entity.camel_husk.dash", + "entity.camel_husk.dash_ready", + "entity.camel_husk.death", + "entity.camel_husk.eat", + "entity.camel_husk.hurt", + "entity.camel_husk.saddle", + "entity.camel_husk.sit", + "entity.camel_husk.stand", + "entity.camel_husk.step", + "entity.camel_husk.step_sand", "entity.camel.ambient", "entity.camel.dash", "entity.camel.dash_ready", @@ -892,6 +914,9 @@ "block.lodestone.hit", "block.lodestone.fall", "item.lodestone_compass.lock", + "item.spear.lunge_1", + "item.spear.lunge_2", + "item.spear.lunge_3", "item.mace.smash_air", "item.mace.smash_ground", "item.mace.smash_ground_heavy", @@ -1012,6 +1037,18 @@ "music.overworld.sparse_jungle", "music.overworld.bamboo_jungle", "music.under_water", + "entity.nautilus.ambient", + "entity.nautilus.ambient_land", + "entity.nautilus.dash", + "entity.nautilus.dash_land", + "entity.nautilus.dash_ready", + "entity.nautilus.dash_ready_land", + "entity.nautilus.death", + "entity.nautilus.death_land", + "entity.nautilus.eat", + "entity.nautilus.hurt", + "entity.nautilus.hurt_land", + "entity.nautilus.swim", "block.nether_bricks.break", "block.nether_bricks.step", "block.nether_bricks.place", @@ -1120,6 +1157,10 @@ "entity.panda.worried_ambient", "entity.panda.hurt", "entity.panda.bite", + "entity.parched.ambient", + "entity.parched.death", + "entity.parched.hurt", + "entity.parched.step", "entity.parrot.ambient", "entity.parrot.death", "entity.parrot.eat", @@ -1128,6 +1169,7 @@ "entity.parrot.imitate.blaze", "entity.parrot.imitate.bogged", "entity.parrot.imitate.breeze", + "entity.parrot.imitate.camel_husk", "entity.parrot.imitate.creaking", "entity.parrot.imitate.creeper", "entity.parrot.imitate.drowned", @@ -1142,6 +1184,7 @@ "entity.parrot.imitate.illusioner", "entity.parrot.imitate.magma_cube", "entity.parrot.imitate.phantom", + "entity.parrot.imitate.parched", "entity.parrot.imitate.piglin", "entity.parrot.imitate.piglin_brute", "entity.parrot.imitate.pillager", @@ -1160,6 +1203,8 @@ "entity.parrot.imitate.wither_skeleton", "entity.parrot.imitate.zoglin", "entity.parrot.imitate.zombie", + "entity.parrot.imitate.zombie_horse", + "entity.parrot.imitate.zombie_nautilus", "entity.parrot.imitate.zombie_villager", "entity.parrot.step", "entity.phantom.ambient", @@ -1267,6 +1312,15 @@ "block.nether_ore.place", "block.nether_ore.step", "block.redstone_torch.burnout", + "block.resin.break", + "block.resin.fall", + "block.resin.place", + "block.resin.step", + "block.resin_bricks.break", + "block.resin_bricks.fall", + "block.resin_bricks.hit", + "block.resin_bricks.place", + "block.resin_bricks.step", "block.respawn_anchor.ambient", "block.respawn_anchor.charge", "block.respawn_anchor.deplete", @@ -1410,15 +1464,12 @@ "block.spawner.hit", "block.spawner.place", "block.spawner.step", - "block.resin.break", - "block.resin.fall", - "block.resin.place", - "block.resin.step", - "block.resin_bricks.break", - "block.resin_bricks.fall", - "block.resin_bricks.hit", - "block.resin_bricks.place", - "block.resin_bricks.step", + "item.spear.use", + "item.spear.hit", + "item.spear.attack", + "item.spear_wood.use", + "item.spear_wood.hit", + "item.spear_wood.attack", "block.spore_blossom.break", "block.spore_blossom.fall", "block.spore_blossom.hit", @@ -1751,10 +1802,24 @@ "entity.zombie.death", "entity.zombie.destroy_egg", "entity.zombie_horse.ambient", + "entity.zombie_horse.angry", "entity.zombie_horse.death", + "entity.zombie_horse.eat", "entity.zombie_horse.hurt", "entity.zombie.hurt", "entity.zombie.infect", + "entity.zombie_nautilus.ambient", + "entity.zombie_nautilus.ambient_land", + "entity.zombie_nautilus.dash", + "entity.zombie_nautilus.dash_land", + "entity.zombie_nautilus.dash_ready", + "entity.zombie_nautilus.dash_ready_land", + "entity.zombie_nautilus.death", + "entity.zombie_nautilus.death_land", + "entity.zombie_nautilus.eat", + "entity.zombie_nautilus.hurt", + "entity.zombie_nautilus.hurt_land", + "entity.zombie_nautilus.swim", "entity.zombified_piglin.ambient", "entity.zombified_piglin.angry", "entity.zombified_piglin.death", @@ -1769,5 +1834,7 @@ "event.mob_effect.bad_omen", "event.mob_effect.trial_omen", "event.mob_effect.raid_omen", - "item.saddle.unequip" + "item.saddle.unequip", + "item.nautilus_saddle_underwater_equip", + "item.nautilus_saddle_equip" ] \ No newline at end of file diff --git a/assets/spawn_egg.json b/assets/spawn_egg.json index a8ae3b40b..9793f9861 100644 --- a/assets/spawn_egg.json +++ b/assets/spawn_egg.json @@ -1,85 +1,89 @@ { - "1138": "cat", - "1162": "horse", - "1180": "ravager", - "1168": "mule", - "1199": "villager", - "1207": "zoglin", - "1130": "armadillo", - "1149": "elder_guardian", - "1160": "guardian", - "1135": "blaze", + "1211": "zoglin", + "1195": "slime", + "1189": "creaking", + "1205": "happy_ghast", + "1213": "ender_dragon", + "1165": "sniffer", + "1168": "snow_golem", + "1181": "wither_skeleton", + "1179": "stray", + "1197": "witch", + "1135": "donkey", + "1153": "dolphin", + "1157": "pufferfish", + "1152": "cod", + "1161": "tropical_fish", + "1203": "blaze", + "1155": "glow_squid", + "1187": "spider", + "1175": "husk", + "1202": "vex", + "1207": "magma_cube", + "1166": "copper_golem", + "1143": "bee", + "1209": "piglin_brute", + "1176": "parched", + "1171": "wandering_trader", + "1215": "endermite", + "1193": "phantom", + "1139": "parrot", + "1167": "iron_golem", + "1210": "strider", + "1214": "enderman", + "1173": "camel_husk", + "1188": "breeze", + "1146": "llama", + "1177": "skeleton", + "1133": "sheep", + "1140": "wolf", + "1159": "squid", + "1158": "salmon", + "1141": "armadillo", + "1142": "bat", + "1174": "drowned", + "1199": "pillager", + "1156": "nautilus", + "1182": "zombie", + "1149": "polar_bear", + "1185": "zombie_villager", "1212": "zombified_piglin", - "1195": "trader_llama", - "1186": "skeleton_horse", - "1145": "creeper", - "1142": "cod", - "1188": "sniffer", - "1136": "bogged", - "1197": "turtle", - "1154": "fox", - "1143": "copper_golem", - "1178": "pufferfish", - "1171": "parrot", - "1140": "cave_spider", - "1156": "ghast", - "1164": "iron_golem", - "1172": "phantom", - "1183": "shulker", - "1184": "silverfish", - "1192": "stray", - "1201": "wandering_trader", - "1204": "wither", - "1205": "wither_skeleton", - "1173": "pig", - "1210": "zombie_horse", - "1211": "zombie_villager", - "1165": "llama", - "1185": "skeleton", - "1191": "squid", - "1158": "glow_squid", - "1161": "hoglin", - "1189": "snow_golem", - "1132": "axolotl", - "1169": "ocelot", - "1200": "vindicator", - "1179": "rabbit", - "1175": "piglin_brute", - "1133": "bat", - "1152": "endermite", - "1209": "zombie", - "1182": "sheep", - "1146": "dolphin", - "1194": "tadpole", - "1167": "mooshroom", - "1166": "magma_cube", - "1144": "cow", - "1170": "panda", - "1139": "camel", - "1174": "piglin", - "1177": "polar_bear", - "1203": "witch", - "1181": "salmon", - "1137": "breeze", - "1155": "frog", - "1208": "creaking", - "1150": "ender_dragon", - "1176": "pillager", - "1157": "happy_ghast", - "1141": "chicken", - "1196": "tropical_fish", - "1187": "slime", - "1163": "husk", - "1134": "bee", - "1193": "strider", - "1131": "allay", - "1147": "donkey", - "1148": "drowned", - "1190": "spider", - "1198": "vex", - "1206": "wolf", - "1153": "evoker", - "1202": "warden", - "1151": "enderman", - "1159": "goat" + "1170": "villager", + "1162": "turtle", + "1132": "pig", + "1163": "allay", + "1172": "bogged", + "1130": "chicken", + "1160": "tadpole", + "1186": "cave_spider", + "1190": "creeper", + "1204": "ghast", + "1216": "shulker", + "1192": "guardian", + "1137": "mule", + "1183": "zombie_horse", + "1148": "panda", + "1196": "warden", + "1144": "fox", + "1136": "horse", + "1164": "mooshroom", + "1200": "ravager", + "1178": "skeleton_horse", + "1154": "frog", + "1169": "trader_llama", + "1147": "ocelot", + "1134": "camel", + "1138": "cat", + "1180": "wither", + "1206": "hoglin", + "1201": "vindicator", + "1208": "piglin", + "1191": "elder_guardian", + "1131": "cow", + "1198": "evoker", + "1150": "rabbit", + "1184": "zombie_nautilus", + "1151": "axolotl", + "1194": "silverfish", + "1145": "goat" } \ No newline at end of file diff --git a/assets/synced_registries.json b/assets/synced_registries.json index cd01295c3..126391937 100644 --- a/assets/synced_registries.json +++ b/assets/synced_registries.json @@ -4,314 +4,260 @@ "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" } }, "bamboo_jungle": { "has_precipitation": true, "temperature": 0.95, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.bamboo_jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#77a8ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.bamboo_jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "basalt_deltas": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.basalt_deltas.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.basalt_deltas.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.basalt_deltas", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/fog_color": "#685f70", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.basalt_deltas", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:white_ash" - }, - "probability": 0.118093334 }, - "ambient_sound": "minecraft:ambient.basalt_deltas.loop", - "sky_color": 7254527, - "fog_color": 6840176, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.basalt_deltas.loop", + "mood": { + "sound": "minecraft:ambient.basalt_deltas.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.basalt_deltas.additions", + "tick_chance": 0.0111 + } + }, + "minecraft:visual/ambient_particles": [ + { + "particle": { + "type": "minecraft:white_ash" + }, + "probability": 0.118093334 + } + ] + }, + "effects": { + "water_color": "#3f76e4" } }, "beach": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "birch_forest": { "has_precipitation": true, "temperature": 0.6, "downfall": 0.6, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7aa5ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8037887, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "cherry_grove": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.cherry_grove", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.cherry_grove", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "foliage_color": 11983713, - "grass_color": 11983713, - "fog_color": 12638463, - "water_color": 6141935, - "water_fog_color": 6141935 + }, + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#5db7ef" + }, + "effects": { + "water_color": "#5db7ef", + "foliage_color": "#b6db61", + "grass_color": "#b6db61" } }, "cold_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" } }, "crimson_forest": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.crimson_forest.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.crimson_forest.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.crimson_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/fog_color": "#330303", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.crimson_forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.025 }, - "ambient_sound": "minecraft:ambient.crimson_forest.loop", - "sky_color": 7254527, - "fog_color": 3343107, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.crimson_forest.loop", + "mood": { + "sound": "minecraft:ambient.crimson_forest.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.crimson_forest.additions", + "tick_chance": 0.0111 + } + }, + "minecraft:visual/ambient_particles": [ + { + "particle": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.025 + } + ] + }, + "effects": { + "water_color": "#3f76e4" } }, "dark_forest": { "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#79a6ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "dark_forest", - "sky_color": 7972607, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "dark_forest" } }, "deep_cold_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" } }, "deep_dark": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.deep_dark", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.deep_dark", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "deep_frozen_ocean": { @@ -319,112 +265,104 @@ "temperature": 0.5, "temperature_modifier": "frozen", "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "water_color": "#3938c9" } }, "deep_lukewarm_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4566514, - "water_fog_color": 267827 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041633" + }, + "effects": { + "water_color": "#45adf2" } }, "deep_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "desert": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.desert", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.desert", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "dripstone_caves": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.dripstone_caves", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.dripstone_caves", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "end_barrens": { @@ -432,17 +370,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "end_highlands": { @@ -450,17 +378,7 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "end_midlands": { @@ -468,106 +386,63 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "eroded_badlands": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" } }, "flower_forest": { "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.flower_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#79a6ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.flower_forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7972607, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "forest": { "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#79a6ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7972607, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "frozen_ocean": { @@ -575,529 +450,417 @@ "temperature": 0.0, "temperature_modifier": "frozen", "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "water_color": "#3938c9" } }, "frozen_peaks": { "has_precipitation": true, "temperature": -0.7, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.frozen_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#859dff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.frozen_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8756735, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "frozen_river": { "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 3750089, - "water_fog_color": 329011 + "water_color": "#3938c9" } }, "grove": { "has_precipitation": true, "temperature": -0.2, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.grove", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#81a0ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.grove", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8495359, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "ice_spikes": { "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "jagged_peaks": { "has_precipitation": true, "temperature": -0.7, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.jagged_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#859dff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.jagged_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8756735, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "jungle": { "has_precipitation": true, "temperature": 0.95, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#77a8ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "lukewarm_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4566514, - "water_fog_color": 267827 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041633" + }, + "effects": { + "water_color": "#45adf2" } }, "lush_caves": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.lush_caves", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.lush_caves", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "mangrove_swamp": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.swamp", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.swamp", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "swamp", - "sky_color": 7907327, - "foliage_color": 9285927, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 3832426, - "water_fog_color": 5077600 + }, + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:visual/fog_color": "#c0d8ff", + "minecraft:visual/water_fog_color": "#4d7a60", + "minecraft:visual/water_fog_end_distance": { + "argument": 0.85, + "modifier": "multiply" + } + }, + "effects": { + "water_color": "#3a7a6a", + "foliage_color": "#8db127", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "swamp" } }, "meadow": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.meadow", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.meadow", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 937679, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#0e4ecf" } }, "mushroom_fields": { "has_precipitation": true, "temperature": 0.9, "downfall": 1.0, + "attributes": { + "minecraft:visual/sky_color": "#77a8ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "nether_wastes": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.nether_wastes.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.nether_wastes.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.nether_wastes", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.nether_wastes.loop", + "mood": { + "sound": "minecraft:ambient.nether_wastes.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.nether_wastes.additions", + "tick_chance": 0.0111 } - ], - "music_volume": 1.0, - "ambient_sound": "minecraft:ambient.nether_wastes.loop", - "sky_color": 7254527, - "fog_color": 3344392, - "water_color": 4159204, - "water_fog_color": 329011 + }, + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.nether_wastes", + "min_delay": 12000, + "max_delay": 24000 + } + }, + "minecraft:visual/fog_color": "#330808" + }, + "effects": { + "water_color": "#3f76e4" } }, "ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "old_growth_birch_forest": { "has_precipitation": true, "temperature": 0.6, "downfall": 0.6, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7aa5ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8037887, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "old_growth_pine_taiga": { "has_precipitation": true, "temperature": 0.3, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.old_growth_taiga", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7ca3ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.old_growth_taiga", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8168447, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "old_growth_spruce_taiga": { "has_precipitation": true, "temperature": 0.25, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.old_growth_taiga", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#7da3ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.old_growth_taiga", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8233983, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "pale_garden": { "has_precipitation": true, "temperature": 0.7, "downfall": 0.8, + "attributes": { + "minecraft:audio/background_music": {}, + "minecraft:visual/sky_color": "#b9b9b9", + "minecraft:visual/fog_color": "#817770", + "minecraft:audio/music_volume": 0.0, + "minecraft:visual/water_fog_color": "#556980" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [], - "music_volume": 0.0, - "sky_color": 12171705, - "foliage_color": 8883574, - "dry_foliage_color": 10528412, - "grass_color": 7832178, - "fog_color": 8484720, - "water_color": 7768221, - "water_fog_color": 5597568 + "water_color": "#76889d", + "foliage_color": "#878d76", + "dry_foliage_color": "#a0a69c", + "grass_color": "#778272" } }, "plains": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "river": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } + } + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "savanna": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "savanna_plateau": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "small_end_islands": { @@ -1105,284 +868,192 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "snowy_beach": { "has_precipitation": true, "temperature": 0.05, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" } }, "snowy_plains": { "has_precipitation": true, "temperature": 0.0, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7fa1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8364543, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "snowy_slopes": { "has_precipitation": true, "temperature": -0.3, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.snowy_slopes", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#829fff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.snowy_slopes", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 8560639, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "snowy_taiga": { "has_precipitation": true, "temperature": -0.5, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#839eff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8625919, - "fog_color": 12638463, - "water_color": 4020182, - "water_fog_color": 329011 + "water_color": "#3d57d6" } }, "soul_sand_valley": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.soul_sand_valley.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.soul_sand_valley.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.soul_sand_valley", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/fog_color": "#1b4745", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.soul_sand_valley", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:ash" - }, - "probability": 0.00625 }, - "ambient_sound": "minecraft:ambient.soul_sand_valley.loop", - "sky_color": 7254527, - "fog_color": 1787717, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.soul_sand_valley.loop", + "mood": { + "sound": "minecraft:ambient.soul_sand_valley.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.soul_sand_valley.additions", + "tick_chance": 0.0111 + } + }, + "minecraft:visual/ambient_particles": [ + { + "particle": { + "type": "minecraft:ash" + }, + "probability": 0.00625 + } + ] + }, + "effects": { + "water_color": "#3f76e4" } }, "sparse_jungle": { "has_precipitation": true, "temperature": 0.95, "downfall": 0.8, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.sparse_jungle", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#77a8ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.sparse_jungle", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7842047, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "stony_peaks": { "has_precipitation": true, "temperature": 1.0, "downfall": 0.3, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.stony_peaks", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#76a8ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.stony_peaks", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7776511, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4" } }, "stony_shore": { "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "sunflower_plains": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.4, + "attributes": { + "minecraft:visual/sky_color": "#78a7ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7907327, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "swamp": { "has_precipitation": true, "temperature": 0.8, "downfall": 0.9, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.swamp", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.swamp", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "grass_color_modifier": "swamp", - "sky_color": 7907327, - "foliage_color": 6975545, - "dry_foliage_color": 8082228, - "fog_color": 12638463, - "water_color": 6388580, - "water_fog_color": 2302743 + }, + "minecraft:visual/water_fog_end_distance": { + "argument": 0.85, + "modifier": "multiply" + }, + "minecraft:visual/water_fog_color": "#232317" + }, + "effects": { + "water_color": "#617b64", + "foliage_color": "#6a7039", + "dry_foliage_color": "#7b5334", + "grass_color_modifier": "swamp" } }, "taiga": { "has_precipitation": true, "temperature": 0.25, "downfall": 0.8, + "attributes": { + "minecraft:visual/sky_color": "#7da3ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233983, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "the_end": { @@ -1390,196 +1061,150 @@ "temperature": 0.5, "downfall": 0.5, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 0, - "fog_color": 10518688, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "the_void": { "has_precipitation": false, "temperature": 0.5, "downfall": 0.5, + "attributes": { + "minecraft:visual/sky_color": "#7ba4ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "warm_ocean": { "has_precipitation": true, "temperature": 0.5, "downfall": 0.5, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 + "attributes": { + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + }, + "underwater": { + "sound": "minecraft:music.under_water", + "min_delay": 12000, + "max_delay": 24000 + } }, - "music_volume": 1.0, - "sky_color": 8103167, - "fog_color": 12638463, - "water_color": 4445678, - "water_fog_color": 270131 + "minecraft:visual/sky_color": "#7ba4ff", + "minecraft:visual/water_fog_color": "#041f33" + }, + "effects": { + "water_color": "#43d5ee" } }, "warped_forest": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.warped_forest.mood", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "additions_sound": { - "sound": "minecraft:ambient.warped_forest.additions", - "tick_chance": 0.0111 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.nether.warped_forest", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/fog_color": "#1a051a", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.nether.warped_forest", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "particle": { - "options": { - "type": "minecraft:warped_spore" - }, - "probability": 0.01428 }, - "ambient_sound": "minecraft:ambient.warped_forest.loop", - "sky_color": 7254527, - "fog_color": 1705242, - "water_color": 4159204, - "water_fog_color": 329011 + "minecraft:audio/ambient_sounds": { + "loop": "minecraft:ambient.warped_forest.loop", + "mood": { + "sound": "minecraft:ambient.warped_forest.mood", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + }, + "additions": { + "sound": "minecraft:ambient.warped_forest.additions", + "tick_chance": 0.0111 + } + }, + "minecraft:visual/ambient_particles": [ + { + "particle": { + "type": "minecraft:warped_spore" + }, + "probability": 0.01428 + } + ] + }, + "effects": { + "water_color": "#3f76e4" } }, "windswept_forest": { "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "windswept_gravelly_hills": { "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "windswept_hills": { "has_precipitation": true, "temperature": 0.2, "downfall": 0.3, + "attributes": { + "minecraft:visual/sky_color": "#7da2ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 8233727, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "windswept_savanna": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff" + }, "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music_volume": 1.0, - "sky_color": 7254527, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + "water_color": "#3f76e4" } }, "wooded_badlands": { "has_precipitation": false, "temperature": 2.0, "downfall": 0.0, - "effects": { - "mood_sound": { - "sound": "minecraft:ambient.cave", - "tick_delay": 6000, - "block_search_extent": 8, - "offset": 2.0 - }, - "music": [ - { - "data": { - "sound": "minecraft:music.overworld.badlands", - "min_delay": 12000, - "max_delay": 24000, - "replace_current_music": false - }, - "weight": 1 + "attributes": { + "minecraft:visual/sky_color": "#6eb1ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.overworld.badlands", + "min_delay": 12000, + "max_delay": 24000 } - ], - "music_volume": 1.0, - "sky_color": 7254527, - "foliage_color": 10387789, - "grass_color": 9470285, - "fog_color": 12638463, - "water_color": 4159204, - "water_fog_color": 329011 + } + }, + "effects": { + "water_color": "#3f76e4", + "foliage_color": "#9e814d", + "grass_color": "#90814d" } } }, @@ -1624,8 +1249,8 @@ "content" ], "style": { - "italic": true, - "color": "gray" + "color": "gray", + "italic": true } }, "narration": { @@ -1644,8 +1269,8 @@ "content" ], "style": { - "italic": true, - "color": "gray" + "color": "gray", + "italic": true } }, "narration": { @@ -1996,60 +1621,60 @@ }, "wolf_sound_variant": { "angry": { - "hurt_sound": "minecraft:entity.wolf_angry.hurt", - "pant_sound": "minecraft:entity.wolf_angry.pant", - "whine_sound": "minecraft:entity.wolf_angry.whine", "ambient_sound": "minecraft:entity.wolf_angry.ambient", "death_sound": "minecraft:entity.wolf_angry.death", - "growl_sound": "minecraft:entity.wolf_angry.growl" + "growl_sound": "minecraft:entity.wolf_angry.growl", + "hurt_sound": "minecraft:entity.wolf_angry.hurt", + "pant_sound": "minecraft:entity.wolf_angry.pant", + "whine_sound": "minecraft:entity.wolf_angry.whine" }, "big": { - "hurt_sound": "minecraft:entity.wolf_big.hurt", - "pant_sound": "minecraft:entity.wolf_big.pant", - "whine_sound": "minecraft:entity.wolf_big.whine", "ambient_sound": "minecraft:entity.wolf_big.ambient", "death_sound": "minecraft:entity.wolf_big.death", - "growl_sound": "minecraft:entity.wolf_big.growl" + "growl_sound": "minecraft:entity.wolf_big.growl", + "hurt_sound": "minecraft:entity.wolf_big.hurt", + "pant_sound": "minecraft:entity.wolf_big.pant", + "whine_sound": "minecraft:entity.wolf_big.whine" }, "classic": { - "hurt_sound": "minecraft:entity.wolf.hurt", - "pant_sound": "minecraft:entity.wolf.pant", - "whine_sound": "minecraft:entity.wolf.whine", "ambient_sound": "minecraft:entity.wolf.ambient", "death_sound": "minecraft:entity.wolf.death", - "growl_sound": "minecraft:entity.wolf.growl" + "growl_sound": "minecraft:entity.wolf.growl", + "hurt_sound": "minecraft:entity.wolf.hurt", + "pant_sound": "minecraft:entity.wolf.pant", + "whine_sound": "minecraft:entity.wolf.whine" }, "cute": { - "hurt_sound": "minecraft:entity.wolf_cute.hurt", - "pant_sound": "minecraft:entity.wolf_cute.pant", - "whine_sound": "minecraft:entity.wolf_cute.whine", "ambient_sound": "minecraft:entity.wolf_cute.ambient", "death_sound": "minecraft:entity.wolf_cute.death", - "growl_sound": "minecraft:entity.wolf_cute.growl" + "growl_sound": "minecraft:entity.wolf_cute.growl", + "hurt_sound": "minecraft:entity.wolf_cute.hurt", + "pant_sound": "minecraft:entity.wolf_cute.pant", + "whine_sound": "minecraft:entity.wolf_cute.whine" }, "grumpy": { - "hurt_sound": "minecraft:entity.wolf_grumpy.hurt", - "pant_sound": "minecraft:entity.wolf_grumpy.pant", - "whine_sound": "minecraft:entity.wolf_grumpy.whine", "ambient_sound": "minecraft:entity.wolf_grumpy.ambient", "death_sound": "minecraft:entity.wolf_grumpy.death", - "growl_sound": "minecraft:entity.wolf_grumpy.growl" + "growl_sound": "minecraft:entity.wolf_grumpy.growl", + "hurt_sound": "minecraft:entity.wolf_grumpy.hurt", + "pant_sound": "minecraft:entity.wolf_grumpy.pant", + "whine_sound": "minecraft:entity.wolf_grumpy.whine" }, "puglin": { - "hurt_sound": "minecraft:entity.wolf_puglin.hurt", - "pant_sound": "minecraft:entity.wolf_puglin.pant", - "whine_sound": "minecraft:entity.wolf_puglin.whine", "ambient_sound": "minecraft:entity.wolf_puglin.ambient", "death_sound": "minecraft:entity.wolf_puglin.death", - "growl_sound": "minecraft:entity.wolf_puglin.growl" + "growl_sound": "minecraft:entity.wolf_puglin.growl", + "hurt_sound": "minecraft:entity.wolf_puglin.hurt", + "pant_sound": "minecraft:entity.wolf_puglin.pant", + "whine_sound": "minecraft:entity.wolf_puglin.whine" }, "sad": { - "hurt_sound": "minecraft:entity.wolf_sad.hurt", - "pant_sound": "minecraft:entity.wolf_sad.pant", - "whine_sound": "minecraft:entity.wolf_sad.whine", "ambient_sound": "minecraft:entity.wolf_sad.ambient", "death_sound": "minecraft:entity.wolf_sad.death", - "growl_sound": "minecraft:entity.wolf_sad.growl" + "growl_sound": "minecraft:entity.wolf_sad.growl", + "hurt_sound": "minecraft:entity.wolf_sad.hurt", + "pant_sound": "minecraft:entity.wolf_sad.pant", + "whine_sound": "minecraft:entity.wolf_sad.whine" } }, "pig_variant": { @@ -2135,8 +1760,19 @@ "asset_id": "minecraft:entity/chicken/warm_chicken" } }, + "zombie_nautilus_variant": { + "temperate": { + "asset_id": "minecraft:entity/nautilus/zombie_nautilus" + }, + "warm": { + "model": "warm", + "asset_id": "minecraft:entity/nautilus/zombie_nautilus_coral" + } + }, "painting_variant": { "alban": { + "width": 1, + "height": 1, "asset_id": "minecraft:alban", "title": { "translate": "painting.minecraft.alban.title", @@ -2145,11 +1781,11 @@ "author": { "translate": "painting.minecraft.alban.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "aztec": { + "width": 1, + "height": 1, "asset_id": "minecraft:aztec", "title": { "translate": "painting.minecraft.aztec.title", @@ -2158,11 +1794,11 @@ "author": { "translate": "painting.minecraft.aztec.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "aztec2": { + "width": 1, + "height": 1, "asset_id": "minecraft:aztec2", "title": { "translate": "painting.minecraft.aztec2.title", @@ -2171,11 +1807,11 @@ "author": { "translate": "painting.minecraft.aztec2.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "backyard": { + "width": 3, + "height": 4, "asset_id": "minecraft:backyard", "title": { "translate": "painting.minecraft.backyard.title", @@ -2184,11 +1820,11 @@ "author": { "translate": "painting.minecraft.backyard.author", "color": "gray" - }, - "width": 3, - "height": 4 + } }, "baroque": { + "width": 2, + "height": 2, "asset_id": "minecraft:baroque", "title": { "translate": "painting.minecraft.baroque.title", @@ -2197,11 +1833,11 @@ "author": { "translate": "painting.minecraft.baroque.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "bomb": { + "width": 1, + "height": 1, "asset_id": "minecraft:bomb", "title": { "translate": "painting.minecraft.bomb.title", @@ -2210,11 +1846,11 @@ "author": { "translate": "painting.minecraft.bomb.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "bouquet": { + "width": 3, + "height": 3, "asset_id": "minecraft:bouquet", "title": { "translate": "painting.minecraft.bouquet.title", @@ -2223,11 +1859,11 @@ "author": { "translate": "painting.minecraft.bouquet.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "burning_skull": { + "width": 4, + "height": 4, "asset_id": "minecraft:burning_skull", "title": { "translate": "painting.minecraft.burning_skull.title", @@ -2236,11 +1872,11 @@ "author": { "translate": "painting.minecraft.burning_skull.author", "color": "gray" - }, - "width": 4, - "height": 4 + } }, "bust": { + "width": 2, + "height": 2, "asset_id": "minecraft:bust", "title": { "translate": "painting.minecraft.bust.title", @@ -2249,11 +1885,11 @@ "author": { "translate": "painting.minecraft.bust.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "cavebird": { + "width": 3, + "height": 3, "asset_id": "minecraft:cavebird", "title": { "translate": "painting.minecraft.cavebird.title", @@ -2262,11 +1898,11 @@ "author": { "translate": "painting.minecraft.cavebird.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "changing": { + "width": 4, + "height": 2, "asset_id": "minecraft:changing", "title": { "translate": "painting.minecraft.changing.title", @@ -2275,11 +1911,11 @@ "author": { "translate": "painting.minecraft.changing.author", "color": "gray" - }, - "width": 4, - "height": 2 + } }, "cotan": { + "width": 3, + "height": 3, "asset_id": "minecraft:cotan", "title": { "translate": "painting.minecraft.cotan.title", @@ -2288,11 +1924,11 @@ "author": { "translate": "painting.minecraft.cotan.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "courbet": { + "width": 2, + "height": 1, "asset_id": "minecraft:courbet", "title": { "translate": "painting.minecraft.courbet.title", @@ -2301,11 +1937,11 @@ "author": { "translate": "painting.minecraft.courbet.author", "color": "gray" - }, - "width": 2, - "height": 1 + } }, "creebet": { + "width": 2, + "height": 1, "asset_id": "minecraft:creebet", "title": { "translate": "painting.minecraft.creebet.title", @@ -2314,11 +1950,11 @@ "author": { "translate": "painting.minecraft.creebet.author", "color": "gray" - }, - "width": 2, - "height": 1 + } }, "dennis": { + "width": 3, + "height": 3, "asset_id": "minecraft:dennis", "title": { "translate": "painting.minecraft.dennis.title", @@ -2327,11 +1963,11 @@ "author": { "translate": "painting.minecraft.dennis.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "donkey_kong": { + "width": 4, + "height": 3, "asset_id": "minecraft:donkey_kong", "title": { "translate": "painting.minecraft.donkey_kong.title", @@ -2340,20 +1976,20 @@ "author": { "translate": "painting.minecraft.donkey_kong.author", "color": "gray" - }, - "width": 4, - "height": 3 + } }, "earth": { + "width": 2, + "height": 2, "asset_id": "minecraft:earth", "title": { "translate": "painting.minecraft.earth.title", "color": "yellow" - }, - "width": 2, - "height": 2 + } }, "endboss": { + "width": 3, + "height": 3, "asset_id": "minecraft:endboss", "title": { "translate": "painting.minecraft.endboss.title", @@ -2362,11 +1998,11 @@ "author": { "translate": "painting.minecraft.endboss.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "fern": { + "width": 3, + "height": 3, "asset_id": "minecraft:fern", "title": { "translate": "painting.minecraft.fern.title", @@ -2375,11 +2011,11 @@ "author": { "translate": "painting.minecraft.fern.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "fighters": { + "width": 4, + "height": 2, "asset_id": "minecraft:fighters", "title": { "translate": "painting.minecraft.fighters.title", @@ -2388,11 +2024,11 @@ "author": { "translate": "painting.minecraft.fighters.author", "color": "gray" - }, - "width": 4, - "height": 2 + } }, "finding": { + "width": 4, + "height": 2, "asset_id": "minecraft:finding", "title": { "translate": "painting.minecraft.finding.title", @@ -2401,20 +2037,20 @@ "author": { "translate": "painting.minecraft.finding.author", "color": "gray" - }, - "width": 4, - "height": 2 + } }, "fire": { + "width": 2, + "height": 2, "asset_id": "minecraft:fire", "title": { "translate": "painting.minecraft.fire.title", "color": "yellow" - }, - "width": 2, - "height": 2 + } }, "graham": { + "width": 1, + "height": 2, "asset_id": "minecraft:graham", "title": { "translate": "painting.minecraft.graham.title", @@ -2423,11 +2059,11 @@ "author": { "translate": "painting.minecraft.graham.author", "color": "gray" - }, - "width": 1, - "height": 2 + } }, "humble": { + "width": 2, + "height": 2, "asset_id": "minecraft:humble", "title": { "translate": "painting.minecraft.humble.title", @@ -2436,11 +2072,11 @@ "author": { "translate": "painting.minecraft.humble.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "kebab": { + "width": 1, + "height": 1, "asset_id": "minecraft:kebab", "title": { "translate": "painting.minecraft.kebab.title", @@ -2449,11 +2085,11 @@ "author": { "translate": "painting.minecraft.kebab.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "lowmist": { + "width": 4, + "height": 2, "asset_id": "minecraft:lowmist", "title": { "translate": "painting.minecraft.lowmist.title", @@ -2462,11 +2098,11 @@ "author": { "translate": "painting.minecraft.lowmist.author", "color": "gray" - }, - "width": 4, - "height": 2 + } }, "match": { + "width": 2, + "height": 2, "asset_id": "minecraft:match", "title": { "translate": "painting.minecraft.match.title", @@ -2475,11 +2111,11 @@ "author": { "translate": "painting.minecraft.match.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "meditative": { + "width": 1, + "height": 1, "asset_id": "minecraft:meditative", "title": { "translate": "painting.minecraft.meditative.title", @@ -2488,11 +2124,11 @@ "author": { "translate": "painting.minecraft.meditative.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "orb": { + "width": 4, + "height": 4, "asset_id": "minecraft:orb", "title": { "translate": "painting.minecraft.orb.title", @@ -2501,11 +2137,11 @@ "author": { "translate": "painting.minecraft.orb.author", "color": "gray" - }, - "width": 4, - "height": 4 + } }, "owlemons": { + "width": 3, + "height": 3, "asset_id": "minecraft:owlemons", "title": { "translate": "painting.minecraft.owlemons.title", @@ -2514,11 +2150,11 @@ "author": { "translate": "painting.minecraft.owlemons.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "passage": { + "width": 4, + "height": 2, "asset_id": "minecraft:passage", "title": { "translate": "painting.minecraft.passage.title", @@ -2527,11 +2163,11 @@ "author": { "translate": "painting.minecraft.passage.author", "color": "gray" - }, - "width": 4, - "height": 2 + } }, "pigscene": { + "width": 4, + "height": 4, "asset_id": "minecraft:pigscene", "title": { "translate": "painting.minecraft.pigscene.title", @@ -2540,11 +2176,11 @@ "author": { "translate": "painting.minecraft.pigscene.author", "color": "gray" - }, - "width": 4, - "height": 4 + } }, "plant": { + "width": 1, + "height": 1, "asset_id": "minecraft:plant", "title": { "translate": "painting.minecraft.plant.title", @@ -2553,11 +2189,11 @@ "author": { "translate": "painting.minecraft.plant.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "pointer": { + "width": 4, + "height": 4, "asset_id": "minecraft:pointer", "title": { "translate": "painting.minecraft.pointer.title", @@ -2566,11 +2202,11 @@ "author": { "translate": "painting.minecraft.pointer.author", "color": "gray" - }, - "width": 4, - "height": 4 + } }, "pond": { + "width": 3, + "height": 4, "asset_id": "minecraft:pond", "title": { "translate": "painting.minecraft.pond.title", @@ -2579,11 +2215,11 @@ "author": { "translate": "painting.minecraft.pond.author", "color": "gray" - }, - "width": 3, - "height": 4 + } }, "pool": { + "width": 2, + "height": 1, "asset_id": "minecraft:pool", "title": { "translate": "painting.minecraft.pool.title", @@ -2592,11 +2228,11 @@ "author": { "translate": "painting.minecraft.pool.author", "color": "gray" - }, - "width": 2, - "height": 1 + } }, "prairie_ride": { + "width": 1, + "height": 2, "asset_id": "minecraft:prairie_ride", "title": { "translate": "painting.minecraft.prairie_ride.title", @@ -2605,11 +2241,11 @@ "author": { "translate": "painting.minecraft.prairie_ride.author", "color": "gray" - }, - "width": 1, - "height": 2 + } }, "sea": { + "width": 2, + "height": 1, "asset_id": "minecraft:sea", "title": { "translate": "painting.minecraft.sea.title", @@ -2618,11 +2254,11 @@ "author": { "translate": "painting.minecraft.sea.author", "color": "gray" - }, - "width": 2, - "height": 1 + } }, "skeleton": { + "width": 4, + "height": 3, "asset_id": "minecraft:skeleton", "title": { "translate": "painting.minecraft.skeleton.title", @@ -2631,11 +2267,11 @@ "author": { "translate": "painting.minecraft.skeleton.author", "color": "gray" - }, - "width": 4, - "height": 3 + } }, "skull_and_roses": { + "width": 2, + "height": 2, "asset_id": "minecraft:skull_and_roses", "title": { "translate": "painting.minecraft.skull_and_roses.title", @@ -2644,11 +2280,11 @@ "author": { "translate": "painting.minecraft.skull_and_roses.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "stage": { + "width": 2, + "height": 2, "asset_id": "minecraft:stage", "title": { "translate": "painting.minecraft.stage.title", @@ -2657,11 +2293,11 @@ "author": { "translate": "painting.minecraft.stage.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "sunflowers": { + "width": 3, + "height": 3, "asset_id": "minecraft:sunflowers", "title": { "translate": "painting.minecraft.sunflowers.title", @@ -2670,11 +2306,11 @@ "author": { "translate": "painting.minecraft.sunflowers.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "sunset": { + "width": 2, + "height": 1, "asset_id": "minecraft:sunset", "title": { "translate": "painting.minecraft.sunset.title", @@ -2683,11 +2319,11 @@ "author": { "translate": "painting.minecraft.sunset.author", "color": "gray" - }, - "width": 2, - "height": 1 + } }, "tides": { + "width": 3, + "height": 3, "asset_id": "minecraft:tides", "title": { "translate": "painting.minecraft.tides.title", @@ -2696,11 +2332,11 @@ "author": { "translate": "painting.minecraft.tides.author", "color": "gray" - }, - "width": 3, - "height": 3 + } }, "unpacked": { + "width": 4, + "height": 4, "asset_id": "minecraft:unpacked", "title": { "translate": "painting.minecraft.unpacked.title", @@ -2709,11 +2345,11 @@ "author": { "translate": "painting.minecraft.unpacked.author", "color": "gray" - }, - "width": 4, - "height": 4 + } }, "void": { + "width": 2, + "height": 2, "asset_id": "minecraft:void", "title": { "translate": "painting.minecraft.void.title", @@ -2722,11 +2358,11 @@ "author": { "translate": "painting.minecraft.void.author", "color": "gray" - }, - "width": 2, - "height": 2 + } }, "wanderer": { + "width": 1, + "height": 2, "asset_id": "minecraft:wanderer", "title": { "translate": "painting.minecraft.wanderer.title", @@ -2735,11 +2371,11 @@ "author": { "translate": "painting.minecraft.wanderer.author", "color": "gray" - }, - "width": 1, - "height": 2 + } }, "wasteland": { + "width": 1, + "height": 1, "asset_id": "minecraft:wasteland", "title": { "translate": "painting.minecraft.wasteland.title", @@ -2748,387 +2384,454 @@ "author": { "translate": "painting.minecraft.wasteland.author", "color": "gray" - }, - "width": 1, - "height": 1 + } }, "water": { + "width": 2, + "height": 2, "asset_id": "minecraft:water", "title": { "translate": "painting.minecraft.water.title", "color": "yellow" - }, - "width": 2, - "height": 2 + } }, "wind": { + "width": 2, + "height": 2, "asset_id": "minecraft:wind", "title": { "translate": "painting.minecraft.wind.title", "color": "yellow" - }, - "width": 2, - "height": 2 + } }, "wither": { + "width": 2, + "height": 2, "asset_id": "minecraft:wither", "title": { "translate": "painting.minecraft.wither.title", "color": "yellow" - }, - "width": 2, - "height": 2 + } } }, "dimension_type": { "overworld": { - "effects": "minecraft:overworld", - "ambient_light": 0.0, - "cloud_height": 192, - "piglin_safe": false, - "has_raids": true, - "monster_spawn_light_level": { - "min_inclusive": 0, - "max_inclusive": 7, - "type": "minecraft:uniform" - }, - "monster_spawn_block_light_limit": 0, - "min_y": -64, - "height": 384, - "logical_height": 384, - "infiniburn": "#minecraft:infiniburn_overworld", - "natural": true, - "coordinate_scale": 1.0, - "bed_works": true, - "respawn_anchor_works": false, "has_skylight": true, "has_ceiling": false, - "ultrawarm": false - }, - "overworld_caves": { - "effects": "minecraft:overworld", + "coordinate_scale": 1.0, + "min_y": -64, + "height": 384, + "logical_height": 384, + "infiniburn": "#minecraft:infiniburn_overworld", "ambient_light": 0.0, - "cloud_height": 192, - "piglin_safe": false, - "has_raids": true, "monster_spawn_light_level": { "min_inclusive": 0, "max_inclusive": 7, "type": "minecraft:uniform" }, "monster_spawn_block_light_limit": 0, + "attributes": { + "minecraft:visual/cloud_height": 192.33, + "minecraft:visual/fog_color": "#c0d8ff", + "minecraft:visual/cloud_color": "#ccffffff", + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + } + }, + "minecraft:audio/ambient_sounds": { + "mood": { + "sound": "minecraft:ambient.cave", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + } + } + }, + "timelines": "#minecraft:in_overworld" + }, + "overworld_caves": { + "has_skylight": true, + "has_ceiling": true, + "coordinate_scale": 1.0, "min_y": -64, "height": 384, "logical_height": 384, "infiniburn": "#minecraft:infiniburn_overworld", - "natural": true, - "coordinate_scale": 1.0, - "bed_works": true, - "respawn_anchor_works": false, - "has_skylight": true, - "has_ceiling": true, - "ultrawarm": false + "ambient_light": 0.0, + "monster_spawn_light_level": { + "min_inclusive": 0, + "max_inclusive": 7, + "type": "minecraft:uniform" + }, + "monster_spawn_block_light_limit": 0, + "attributes": { + "minecraft:visual/cloud_height": 192.33, + "minecraft:visual/fog_color": "#c0d8ff", + "minecraft:visual/cloud_color": "#ccffffff", + "minecraft:visual/sky_color": "#78a7ff", + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.game", + "min_delay": 12000, + "max_delay": 24000 + }, + "creative": { + "sound": "minecraft:music.creative", + "min_delay": 12000, + "max_delay": 24000 + } + }, + "minecraft:audio/ambient_sounds": { + "mood": { + "sound": "minecraft:ambient.cave", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + } + } + }, + "timelines": "#minecraft:in_overworld" }, "the_end": { - "effects": "minecraft:the_end", - "ambient_light": 0.25, - "piglin_safe": false, - "has_raids": true, - "monster_spawn_light_level": 15, - "monster_spawn_block_light_limit": 0, + "has_fixed_time": true, + "has_skylight": true, + "has_ceiling": false, + "coordinate_scale": 1.0, "min_y": 0, "height": 256, "logical_height": 256, "infiniburn": "#minecraft:infiniburn_end", - "natural": false, - "coordinate_scale": 1.0, - "bed_works": false, - "respawn_anchor_works": false, - "fixed_time": 6000, - "has_skylight": true, - "has_ceiling": false, - "ultrawarm": false + "ambient_light": 0.25, + "monster_spawn_light_level": 15, + "monster_spawn_block_light_limit": 0, + "skybox": "end", + "attributes": { + "minecraft:visual/fog_color": "#181318", + "minecraft:visual/sky_color": "#000000", + "minecraft:visual/sky_light_factor": 0.0, + "minecraft:audio/background_music": { + "default": { + "sound": "minecraft:music.end", + "min_delay": 6000, + "max_delay": 24000, + "replace_current_music": true + } + }, + "minecraft:visual/sky_light_color": "#e580ff", + "minecraft:audio/ambient_sounds": { + "mood": { + "sound": "minecraft:ambient.cave", + "tick_delay": 6000, + "block_search_extent": 8, + "offset": 2.0 + } + } + }, + "timelines": "#minecraft:in_end" }, "the_nether": { - "effects": "minecraft:the_nether", - "ambient_light": 0.1, - "piglin_safe": true, - "has_raids": false, - "monster_spawn_light_level": 7, - "monster_spawn_block_light_limit": 15, + "has_fixed_time": true, + "has_skylight": false, + "has_ceiling": true, + "coordinate_scale": 8.0, "min_y": 0, "height": 256, "logical_height": 128, "infiniburn": "#minecraft:infiniburn_nether", - "natural": false, - "coordinate_scale": 8.0, - "bed_works": false, - "respawn_anchor_works": true, - "fixed_time": 18000, - "has_skylight": false, - "has_ceiling": true, - "ultrawarm": true + "ambient_light": 0.1, + "monster_spawn_light_level": 7, + "monster_spawn_block_light_limit": 15, + "skybox": "none", + "cardinal_light": "nether", + "attributes": { + "minecraft:visual/sky_light_color": "#7a7aff", + "minecraft:visual/sky_light_factor": 0.0, + "minecraft:gameplay/fast_lava": true, + "minecraft:visual/fog_end_distance": 96.0, + "minecraft:visual/fog_start_distance": 10.0, + "minecraft:gameplay/sky_light_level": 4.0, + "minecraft:gameplay/piglins_zombify": false, + "minecraft:visual/default_dripstone_particle": { + "type": "minecraft:dripping_dripstone_lava" + }, + "minecraft:gameplay/water_evaporates": true + }, + "timelines": "#minecraft:in_nether" } }, "damage_type": { "arrow": { - "exhaustion": 0.1, "message_id": "arrow", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "bad_respawn_point": { - "exhaustion": 0.1, - "death_message_type": "intentional_game_design", "message_id": "badRespawnPoint", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1, + "death_message_type": "intentional_game_design" }, "cactus": { - "exhaustion": 0.1, "message_id": "cactus", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "campfire": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "inFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "cramming": { - "exhaustion": 0.0, "message_id": "cramming", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "dragon_breath": { - "exhaustion": 0.0, "message_id": "dragonBreath", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "drown": { - "exhaustion": 0.0, - "effects": "drowning", "message_id": "drown", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "drowning" }, "dry_out": { - "exhaustion": 0.1, "message_id": "dryout", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "ender_pearl": { - "exhaustion": 0.0, - "death_message_type": "fall_variants", "message_id": "fall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "death_message_type": "fall_variants" }, "explosion": { - "exhaustion": 0.1, "message_id": "explosion", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1 }, "fall": { - "exhaustion": 0.0, - "death_message_type": "fall_variants", "message_id": "fall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "death_message_type": "fall_variants" }, "falling_anvil": { - "exhaustion": 0.1, "message_id": "anvil", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "falling_block": { - "exhaustion": 0.1, "message_id": "fallingBlock", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "falling_stalactite": { - "exhaustion": 0.1, "message_id": "fallingStalactite", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "fireball": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "fireball", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "fireworks": { - "exhaustion": 0.1, "message_id": "fireworks", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "fly_into_wall": { - "exhaustion": 0.0, "message_id": "flyIntoWall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "freeze": { - "exhaustion": 0.0, - "effects": "freezing", "message_id": "freeze", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "freezing" }, "generic": { - "exhaustion": 0.0, "message_id": "generic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "generic_kill": { - "exhaustion": 0.0, "message_id": "genericKill", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "hot_floor": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "hotFloor", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "in_fire": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "inFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "in_wall": { - "exhaustion": 0.0, "message_id": "inWall", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "indirect_magic": { - "exhaustion": 0.0, "message_id": "indirectMagic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "lava": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "lava", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "lightning_bolt": { - "exhaustion": 0.1, "message_id": "lightningBolt", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "mace_smash": { - "exhaustion": 0.1, "message_id": "mace_smash", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "magic": { - "exhaustion": 0.0, "message_id": "magic", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "mob_attack": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "mob_attack_no_aggro": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "mob_projectile": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "on_fire": { - "exhaustion": 0.0, - "effects": "burning", "message_id": "onFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0, + "effects": "burning" }, "out_of_world": { - "exhaustion": 0.0, "message_id": "outOfWorld", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "outside_border": { - "exhaustion": 0.0, "message_id": "outsideBorder", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "player_attack": { - "exhaustion": 0.1, "message_id": "player", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "player_explosion": { - "exhaustion": 0.1, "message_id": "explosion.player", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.1 }, "sonic_boom": { - "exhaustion": 0.0, "message_id": "sonic_boom", - "scaling": "always" + "scaling": "always", + "exhaustion": 0.0 + }, + "spear": { + "message_id": "spear", + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "spit": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "stalagmite": { - "exhaustion": 0.0, "message_id": "stalagmite", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "starve": { - "exhaustion": 0.0, "message_id": "starve", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "sting": { - "exhaustion": 0.1, "message_id": "sting", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "sweet_berry_bush": { - "exhaustion": 0.1, - "effects": "poking", "message_id": "sweetBerryBush", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "poking" }, "thorns": { - "exhaustion": 0.1, - "effects": "thorns", "message_id": "thorns", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "thorns" }, "thrown": { - "exhaustion": 0.1, "message_id": "thrown", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "trident": { - "exhaustion": 0.1, "message_id": "trident", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "unattributed_fireball": { - "exhaustion": 0.1, - "effects": "burning", "message_id": "onFire", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1, + "effects": "burning" }, "wind_charge": { - "exhaustion": 0.1, "message_id": "mob", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 }, "wither": { - "exhaustion": 0.0, "message_id": "wither", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.0 }, "wither_skull": { - "exhaustion": 0.1, "message_id": "witherSkull", - "scaling": "when_caused_by_living_non_player" + "scaling": "when_caused_by_living_non_player", + "exhaustion": 0.1 } }, "banner_pattern": { @@ -3310,6 +3013,9 @@ "description": { "translate": "enchantment.minecraft.aqua_affinity" }, + "supported_items": "#minecraft:enchantable/head_armor", + "weight": 2, + "max_level": 1, "min_cost": { "base": 1, "per_level_above_first": 0 @@ -3322,9 +3028,6 @@ "slots": [ "head" ], - "supported_items": "#minecraft:enchantable/head_armor", - "weight": 2, - "max_level": 1, "effects": { "minecraft:attributes": [ { @@ -3344,6 +3047,10 @@ "description": { "translate": "enchantment.minecraft.bane_of_arthropods" }, + "supported_items": "#minecraft:enchantable/weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -3356,10 +3063,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -3386,6 +3089,8 @@ "enchanted": "attacker", "affected": "victim", "effect": { + "to_apply": "minecraft:slowness", + "min_duration": 1.5, "max_duration": { "base": 1.5, "per_level_above_first": 0.5, @@ -3393,8 +3098,6 @@ }, "min_amplifier": 3.0, "max_amplifier": 3.0, - "to_apply": "minecraft:slowness", - "min_duration": 1.5, "type": "minecraft:apply_mob_effect" }, "requirements": { @@ -3423,6 +3126,9 @@ "description": { "translate": "enchantment.minecraft.binding_curse" }, + "supported_items": "#minecraft:enchantable/equippable", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -3435,9 +3141,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/equippable", - "weight": 1, - "max_level": 1, "effects": { "minecraft:prevent_armor_change": {} } @@ -3446,6 +3149,9 @@ "description": { "translate": "enchantment.minecraft.blast_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 2, + "max_level": 4, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -3458,9 +3164,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 2, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:attributes": [ @@ -3508,6 +3211,9 @@ "description": { "translate": "enchantment.minecraft.breach" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 2, + "max_level": 4, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -3520,9 +3226,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 2, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:armor_effectiveness": [ @@ -3543,6 +3246,9 @@ "description": { "translate": "enchantment.minecraft.channeling" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -3555,9 +3261,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 1, - "max_level": 1, "effects": { "minecraft:hit_block": [ { @@ -3655,6 +3358,9 @@ "description": { "translate": "enchantment.minecraft.density" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -3667,9 +3373,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:smash_damage_per_fallen_block": [ @@ -3690,6 +3393,9 @@ "description": { "translate": "enchantment.minecraft.depth_strider" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 2, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -3702,9 +3408,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/boots", "effects": { "minecraft:attributes": [ @@ -3725,6 +3428,9 @@ "description": { "translate": "enchantment.minecraft.efficiency" }, + "supported_items": "#minecraft:enchantable/mining", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -3737,9 +3443,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining", - "weight": 10, - "max_level": 5, "effects": { "minecraft:attributes": [ { @@ -3758,6 +3461,9 @@ "description": { "translate": "enchantment.minecraft.feather_falling" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 5, "per_level_above_first": 6 @@ -3770,9 +3476,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 5, - "max_level": 4, "effects": { "minecraft:damage_protection": [ { @@ -3807,6 +3510,10 @@ "description": { "translate": "enchantment.minecraft.fire_aspect" }, + "supported_items": "#minecraft:enchantable/fire_aspect", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 2, + "max_level": 2, "min_cost": { "base": 10, "per_level_above_first": 20 @@ -3819,10 +3526,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fire_aspect", - "primary_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 2, "effects": { "minecraft:post_attack": [ { @@ -3850,6 +3553,9 @@ "description": { "translate": "enchantment.minecraft.fire_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 10, "per_level_above_first": 8 @@ -3862,9 +3568,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 5, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:attributes": [ @@ -3917,6 +3620,9 @@ "description": { "translate": "enchantment.minecraft.flame" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 2, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -3929,9 +3635,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 2, - "max_level": 1, "effects": { "minecraft:projectile_spawned": [ { @@ -3947,6 +3650,9 @@ "description": { "translate": "enchantment.minecraft.fortune" }, + "supported_items": "#minecraft:enchantable/mining_loot", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -3959,15 +3665,15 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining_loot", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/mining" }, "frost_walker": { "description": { "translate": "enchantment.minecraft.frost_walker" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 2, + "max_level": 2, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -3980,9 +3686,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 2, - "max_level": 2, "exclusive_set": "#minecraft:exclusive_set/boots", "effects": { "minecraft:damage_immunity": [ @@ -4008,6 +3711,22 @@ "minecraft:location_changed": [ { "effect": { + "radius": { + "value": { + "base": 3.0, + "per_level_above_first": 1.0, + "type": "minecraft:linear" + }, + "min": 0.0, + "max": 16.0, + "type": "minecraft:clamped" + }, + "height": 1.0, + "offset": [ + 0, + -1, + 0 + ], "predicate": { "predicates": [ { @@ -4043,22 +3762,6 @@ "type": "minecraft:simple_state_provider" }, "trigger_game_event": "minecraft:block_place", - "radius": { - "value": { - "base": 3.0, - "per_level_above_first": 1.0, - "type": "minecraft:linear" - }, - "min": 0.0, - "max": 16.0, - "type": "minecraft:clamped" - }, - "height": 1.0, - "offset": [ - 0, - -1, - 0 - ], "type": "minecraft:replace_disk" }, "requirements": { @@ -4093,6 +3796,9 @@ "description": { "translate": "enchantment.minecraft.impaling" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 2, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 8 @@ -4105,9 +3811,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 2, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -4135,6 +3838,9 @@ "description": { "translate": "enchantment.minecraft.infinity" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 1, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -4147,9 +3853,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 1, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/bow", "effects": { "minecraft:ammo_use": [ @@ -4172,6 +3875,9 @@ "description": { "translate": "enchantment.minecraft.knockback" }, + "supported_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 2, "min_cost": { "base": 5, "per_level_above_first": 20 @@ -4184,9 +3890,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 2, "effects": { "minecraft:knockback": [ { @@ -4206,6 +3909,9 @@ "description": { "translate": "enchantment.minecraft.looting" }, + "supported_items": "#minecraft:enchantable/melee_weapon", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -4218,9 +3924,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 3, "effects": { "minecraft:equipment_drops": [ { @@ -4248,6 +3951,9 @@ "description": { "translate": "enchantment.minecraft.loyalty" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 5, + "max_level": 3, "min_cost": { "base": 12, "per_level_above_first": 7 @@ -4260,9 +3966,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 5, - "max_level": 3, "effects": { "minecraft:trident_return_acceleration": [ { @@ -4282,6 +3985,9 @@ "description": { "translate": "enchantment.minecraft.luck_of_the_sea" }, + "supported_items": "#minecraft:enchantable/fishing", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -4294,9 +4000,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fishing", - "weight": 2, - "max_level": 3, "effects": { "minecraft:fishing_luck_bonus": [ { @@ -4312,10 +4015,117 @@ ] } }, + "lunge": { + "description": { + "translate": "enchantment.minecraft.lunge" + }, + "supported_items": "#minecraft:enchantable/lunge", + "weight": 5, + "max_level": 3, + "min_cost": { + "base": 5, + "per_level_above_first": 8 + }, + "max_cost": { + "base": 25, + "per_level_above_first": 8 + }, + "anvil_cost": 2, + "slots": [ + "hand" + ], + "effects": { + "minecraft:post_piercing_attack": [ + { + "effect": { + "effects": [ + { + "amount": 1.0, + "type": "minecraft:change_item_damage" + }, + { + "amount": { + "base": 4.0, + "per_level_above_first": 4.0, + "type": "minecraft:linear" + }, + "type": "minecraft:apply_exhaustion" + }, + { + "direction": [ + 0.0, + 0.0, + 1.0 + ], + "coordinate_scale": [ + 1.0, + 0.0, + 1.0 + ], + "magnitude": { + "base": 0.458, + "per_level_above_first": 0.458, + "type": "minecraft:linear" + }, + "type": "minecraft:apply_impulse" + }, + { + "sound": [ + "minecraft:item.spear.lunge_1", + "minecraft:item.spear.lunge_2", + "minecraft:item.spear.lunge_3" + ], + "volume": 1.0, + "pitch": 1.0, + "type": "minecraft:play_sound" + } + ], + "type": "minecraft:all_of" + }, + "requirements": { + "terms": [ + { + "term": { + "predicate": { + "vehicle": {} + }, + "entity": "this", + "condition": "minecraft:entity_properties" + }, + "condition": "minecraft:inverted" + }, + { + "predicate": { + "flags": { + "is_fall_flying": false + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + }, + { + "predicate": { + "flags": { + "is_in_water": false + } + }, + "entity": "this", + "condition": "minecraft:entity_properties" + } + ], + "condition": "minecraft:all_of" + } + } + ] + } + }, "lure": { "description": { "translate": "enchantment.minecraft.lure" }, + "supported_items": "#minecraft:enchantable/fishing", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -4328,9 +4138,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/fishing", - "weight": 2, - "max_level": 3, "effects": { "minecraft:fishing_time_reduction": [ { @@ -4350,6 +4157,9 @@ "description": { "translate": "enchantment.minecraft.mending" }, + "supported_items": "#minecraft:enchantable/durability", + "weight": 2, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 25 @@ -4362,9 +4172,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/durability", - "weight": 2, - "max_level": 1, "effects": { "minecraft:repair_with_xp": [ { @@ -4380,6 +4187,9 @@ "description": { "translate": "enchantment.minecraft.multishot" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 2, + "max_level": 1, "min_cost": { "base": 20, "per_level_above_first": 0 @@ -4392,9 +4202,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 2, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/crossbow", "effects": { "minecraft:projectile_count": [ @@ -4427,6 +4234,9 @@ "description": { "translate": "enchantment.minecraft.piercing" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 10, + "max_level": 4, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -4439,9 +4249,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 10, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/crossbow", "effects": { "minecraft:projectile_piercing": [ @@ -4462,6 +4269,9 @@ "description": { "translate": "enchantment.minecraft.power" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 10 @@ -4474,9 +4284,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 10, - "max_level": 5, "effects": { "minecraft:damage": [ { @@ -4503,6 +4310,9 @@ "description": { "translate": "enchantment.minecraft.projectile_protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 5, + "max_level": 4, "min_cost": { "base": 3, "per_level_above_first": 6 @@ -4515,9 +4325,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 5, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:damage_protection": [ @@ -4553,6 +4360,9 @@ "description": { "translate": "enchantment.minecraft.protection" }, + "supported_items": "#minecraft:enchantable/armor", + "weight": 10, + "max_level": 4, "min_cost": { "base": 1, "per_level_above_first": 11 @@ -4565,9 +4375,6 @@ "slots": [ "armor" ], - "supported_items": "#minecraft:enchantable/armor", - "weight": 10, - "max_level": 4, "exclusive_set": "#minecraft:exclusive_set/armor", "effects": { "minecraft:damage_protection": [ @@ -4599,6 +4406,9 @@ "description": { "translate": "enchantment.minecraft.punch" }, + "supported_items": "#minecraft:enchantable/bow", + "weight": 2, + "max_level": 2, "min_cost": { "base": 12, "per_level_above_first": 20 @@ -4611,9 +4421,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/bow", - "weight": 2, - "max_level": 2, "effects": { "minecraft:knockback": [ { @@ -4640,6 +4447,9 @@ "description": { "translate": "enchantment.minecraft.quick_charge" }, + "supported_items": "#minecraft:enchantable/crossbow", + "weight": 5, + "max_level": 3, "min_cost": { "base": 12, "per_level_above_first": 20 @@ -4653,9 +4463,6 @@ "mainhand", "offhand" ], - "supported_items": "#minecraft:enchantable/crossbow", - "weight": 5, - "max_level": 3, "effects": { "minecraft:crossbow_charge_time": { "value": { @@ -4685,6 +4492,9 @@ "description": { "translate": "enchantment.minecraft.respiration" }, + "supported_items": "#minecraft:enchantable/head_armor", + "weight": 2, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -4697,9 +4507,6 @@ "slots": [ "head" ], - "supported_items": "#minecraft:enchantable/head_armor", - "weight": 2, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -4719,6 +4526,9 @@ "description": { "translate": "enchantment.minecraft.riptide" }, + "supported_items": "#minecraft:enchantable/trident", + "weight": 2, + "max_level": 3, "min_cost": { "base": 17, "per_level_above_first": 7 @@ -4731,9 +4541,6 @@ "slots": [ "hand" ], - "supported_items": "#minecraft:enchantable/trident", - "weight": 2, - "max_level": 3, "exclusive_set": "#minecraft:exclusive_set/riptide", "effects": { "minecraft:trident_sound": [ @@ -4755,6 +4562,10 @@ "description": { "translate": "enchantment.minecraft.sharpness" }, + "supported_items": "#minecraft:enchantable/sharp_weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 10, + "max_level": 5, "min_cost": { "base": 1, "per_level_above_first": 11 @@ -4767,10 +4578,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sharp_weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 10, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -4791,6 +4598,9 @@ "description": { "translate": "enchantment.minecraft.silk_touch" }, + "supported_items": "#minecraft:enchantable/mining_loot", + "weight": 1, + "max_level": 1, "min_cost": { "base": 15, "per_level_above_first": 0 @@ -4803,9 +4613,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mining_loot", - "weight": 1, - "max_level": 1, "exclusive_set": "#minecraft:exclusive_set/mining", "effects": { "minecraft:block_experience": [ @@ -4822,6 +4629,10 @@ "description": { "translate": "enchantment.minecraft.smite" }, + "supported_items": "#minecraft:enchantable/weapon", + "primary_items": "#minecraft:enchantable/melee_weapon", + "weight": 5, + "max_level": 5, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -4834,10 +4645,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/weapon", - "primary_items": "#minecraft:enchantable/sword", - "weight": 5, - "max_level": 5, "exclusive_set": "#minecraft:exclusive_set/damage", "effects": { "minecraft:damage": [ @@ -4865,6 +4672,9 @@ "description": { "translate": "enchantment.minecraft.soul_speed" }, + "supported_items": "#minecraft:enchantable/foot_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 10 @@ -4877,9 +4687,6 @@ "slots": [ "feet" ], - "supported_items": "#minecraft:enchantable/foot_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:location_changed": [ { @@ -4971,13 +4778,13 @@ }, { "predicate": { - "flags": { - "is_flying": false - }, "movement_affected_by": { "block": { "blocks": "#minecraft:soul_speed_blocks" } + }, + "flags": { + "is_flying": false } }, "entity": "this", @@ -5009,13 +4816,13 @@ }, { "predicate": { - "flags": { - "is_on_ground": true - }, "movement_affected_by": { "block": { "blocks": "#minecraft:soul_speed_blocks" } + }, + "flags": { + "is_on_ground": true } }, "entity": "this", @@ -5029,13 +4836,6 @@ "minecraft:tick": [ { "effect": { - "horizontal_velocity": { - "movement_scale": -0.2 - }, - "vertical_velocity": { - "base": 0.1 - }, - "speed": 1.0, "particle": { "type": "minecraft:soul" }, @@ -5046,15 +4846,17 @@ "type": "entity_position", "offset": 0.1 }, + "horizontal_velocity": { + "movement_scale": -0.2 + }, + "vertical_velocity": { + "base": 0.1 + }, + "speed": 1.0, "type": "minecraft:spawn_particles" }, "requirements": { "predicate": { - "periodic_tick": 5, - "flags": { - "is_flying": false, - "is_on_ground": true - }, "movement": { "horizontal_speed": { "min": 9.999999747378752E-6 @@ -5064,7 +4866,12 @@ "block": { "blocks": "#minecraft:soul_speed_blocks" } - } + }, + "flags": { + "is_on_ground": true, + "is_flying": false + }, + "periodic_tick": 5 }, "entity": "this", "condition": "minecraft:entity_properties" @@ -5089,11 +4896,6 @@ }, { "predicate": { - "periodic_tick": 5, - "flags": { - "is_flying": false, - "is_on_ground": true - }, "movement": { "horizontal_speed": { "min": 9.999999747378752E-6 @@ -5103,7 +4905,12 @@ "block": { "blocks": "#minecraft:soul_speed_blocks" } - } + }, + "flags": { + "is_on_ground": true, + "is_flying": false + }, + "periodic_tick": 5 }, "entity": "this", "condition": "minecraft:entity_properties" @@ -5119,6 +4926,9 @@ "description": { "translate": "enchantment.minecraft.sweeping_edge" }, + "supported_items": "#minecraft:enchantable/sweeping", + "weight": 2, + "max_level": 3, "min_cost": { "base": 5, "per_level_above_first": 9 @@ -5131,9 +4941,6 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/sword", - "weight": 2, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -5161,6 +4968,9 @@ "description": { "translate": "enchantment.minecraft.swift_sneak" }, + "supported_items": "#minecraft:enchantable/leg_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 25, "per_level_above_first": 25 @@ -5173,9 +4983,6 @@ "slots": [ "legs" ], - "supported_items": "#minecraft:enchantable/leg_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:attributes": [ { @@ -5195,6 +5002,10 @@ "description": { "translate": "enchantment.minecraft.thorns" }, + "supported_items": "#minecraft:enchantable/armor", + "primary_items": "#minecraft:enchantable/chest_armor", + "weight": 1, + "max_level": 3, "min_cost": { "base": 10, "per_level_above_first": 20 @@ -5207,10 +5018,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/armor", - "primary_items": "#minecraft:enchantable/chest_armor", - "weight": 1, - "max_level": 3, "effects": { "minecraft:post_attack": [ { @@ -5250,6 +5057,9 @@ "description": { "translate": "enchantment.minecraft.unbreaking" }, + "supported_items": "#minecraft:enchantable/durability", + "weight": 5, + "max_level": 3, "min_cost": { "base": 5, "per_level_above_first": 8 @@ -5262,9 +5072,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/durability", - "weight": 5, - "max_level": 3, "effects": { "minecraft:item_damage": [ { @@ -5325,6 +5132,9 @@ "description": { "translate": "enchantment.minecraft.vanishing_curse" }, + "supported_items": "#minecraft:enchantable/vanishing", + "weight": 1, + "max_level": 1, "min_cost": { "base": 25, "per_level_above_first": 0 @@ -5337,9 +5147,6 @@ "slots": [ "any" ], - "supported_items": "#minecraft:enchantable/vanishing", - "weight": 1, - "max_level": 1, "effects": { "minecraft:prevent_equipment_drop": {} } @@ -5348,6 +5155,9 @@ "description": { "translate": "enchantment.minecraft.wind_burst" }, + "supported_items": "#minecraft:enchantable/mace", + "weight": 2, + "max_level": 3, "min_cost": { "base": 15, "per_level_above_first": 9 @@ -5360,25 +5170,12 @@ "slots": [ "mainhand" ], - "supported_items": "#minecraft:enchantable/mace", - "weight": 2, - "max_level": 3, "effects": { "minecraft:post_attack": [ { "enchanted": "attacker", "affected": "attacker", "effect": { - "large_particle": { - "type": "minecraft:gust_emitter_large" - }, - "sound": "minecraft:entity.wind_charge.wind_burst", - "block_interaction": "trigger", - "small_particle": { - "type": "minecraft:gust_emitter_small" - }, - "immune_blocks": "#minecraft:blocks_wind_charge_explosions", - "radius": 3.5, "knockback_multiplier": { "values": [ 1.2, @@ -5392,17 +5189,27 @@ }, "type": "minecraft:lookup" }, + "immune_blocks": "#minecraft:blocks_wind_charge_explosions", + "radius": 3.5, + "block_interaction": "trigger", + "small_particle": { + "type": "minecraft:gust_emitter_small" + }, + "large_particle": { + "type": "minecraft:gust_emitter_large" + }, + "sound": "minecraft:entity.wind_charge.wind_burst", "type": "minecraft:explode" }, "requirements": { "predicate": { - "flags": { - "is_flying": false - }, "movement": { "fall_distance": { "min": 1.5 } + }, + "flags": { + "is_flying": false } }, "entity": "direct_attacker", @@ -5658,24 +5465,16 @@ "test_instance": { "always_pass": { "function": "minecraft:always_pass", + "environment": "minecraft:default", + "structure": "minecraft:empty", "max_ticks": 1, "setup_ticks": 1, "required": false, - "environment": "minecraft:default", - "structure": "minecraft:empty", "type": "minecraft:function" } }, "dialog": { "custom_options": { - "exit_action": { - "label": { - "translate": "gui.back" - }, - "width": 200 - }, - "columns": 1, - "button_width": 310, "title": { "translate": "menu.custom_options.title" }, @@ -5683,9 +5482,6 @@ "translate": "menu.custom_options" }, "dialogs": "#minecraft:pause_screen_additions", - "type": "minecraft:dialog_list" - }, - "quick_actions": { "exit_action": { "label": { "translate": "gui.back" @@ -5694,6 +5490,9 @@ }, "columns": 1, "button_width": 310, + "type": "minecraft:dialog_list" + }, + "quick_actions": { "title": { "translate": "menu.quick_actions.title" }, @@ -5701,6 +5500,14 @@ "translate": "menu.quick_actions" }, "dialogs": "#minecraft:quick_actions", + "exit_action": { + "label": { + "translate": "gui.back" + }, + "width": 200 + }, + "columns": 1, + "button_width": 310, "type": "minecraft:dialog_list" }, "server_links": { @@ -5720,5 +5527,454 @@ "button_width": 310, "type": "minecraft:server_links" } + }, + "timeline": { + "day": { + "period_ticks": 24000, + "tracks": { + "minecraft:audio/firefly_bush_sounds": { + "keyframes": [ + { + "ticks": 12600, + "value": true + }, + { + "ticks": 23401, + "value": false + } + ], + "modifier": "or" + }, + "minecraft:visual/sun_angle": { + "keyframes": [ + { + "ticks": 6000, + "value": 360.0 + }, + { + "ticks": 6000, + "value": 0.0 + } + ], + "ease": { + "cubic_bezier": [ + 0.362, + 0.241, + 0.638, + 0.759 + ] + } + }, + "minecraft:visual/cloud_color": { + "keyframes": [ + { + "ticks": 133, + "value": -1 + }, + { + "ticks": 11867, + "value": -1 + }, + { + "ticks": 13670, + "value": -15132378 + }, + { + "ticks": 22330, + "value": -15132378 + } + ], + "modifier": "multiply" + }, + "minecraft:visual/moon_angle": { + "keyframes": [ + { + "ticks": 6000, + "value": 540.0 + }, + { + "ticks": 6000, + "value": 180.0 + } + ], + "ease": { + "cubic_bezier": [ + 0.362, + 0.241, + 0.638, + 0.759 + ] + } + }, + "minecraft:visual/sky_color": { + "keyframes": [ + { + "ticks": 133, + "value": "#ffffff" + }, + { + "ticks": 11867, + "value": "#ffffff" + }, + { + "ticks": 13670, + "value": "#000000" + }, + { + "ticks": 22330, + "value": "#000000" + } + ], + "modifier": "multiply" + }, + "minecraft:visual/sky_light_color": { + "keyframes": [ + { + "ticks": 730, + "value": "#ffffff" + }, + { + "ticks": 11270, + "value": "#ffffff" + }, + { + "ticks": 13140, + "value": "#7a7aff" + }, + { + "ticks": 22860, + "value": "#7a7aff" + } + ], + "modifier": "multiply" + }, + "minecraft:visual/sunrise_sunset_color": { + "keyframes": [ + { + "ticks": 71, + "value": "#5fefa333" + }, + { + "ticks": 310, + "value": "#29f5ba33" + }, + { + "ticks": 565, + "value": "#06fbd433" + }, + { + "ticks": 730, + "value": "#00ffe533" + }, + { + "ticks": 11270, + "value": "#00ffe533" + }, + { + "ticks": 11397, + "value": "#04fcd833" + }, + { + "ticks": 11522, + "value": "#0ff9cb33" + }, + { + "ticks": 11690, + "value": "#29f5ba33" + }, + { + "ticks": 11929, + "value": "#5fefa333" + }, + { + "ticks": 12243, + "value": "#b1e78733" + }, + { + "ticks": 12358, + "value": "#cce47e33" + }, + { + "ticks": 12512, + "value": "#e9e07233" + }, + { + "ticks": 12613, + "value": "#f6dd6b33" + }, + { + "ticks": 12732, + "value": "#feda6333" + }, + { + "ticks": 12841, + "value": "#fed75c33" + }, + { + "ticks": 13035, + "value": "#ecd25133" + }, + { + "ticks": 13252, + "value": "#c1cc4733" + }, + { + "ticks": 13775, + "value": "#36be3733" + }, + { + "ticks": 13888, + "value": "#1fbb3533" + }, + { + "ticks": 14039, + "value": "#09b73333" + }, + { + "ticks": 14192, + "value": "#00b33333" + }, + { + "ticks": 21807, + "value": "#00b23333" + }, + { + "ticks": 21961, + "value": "#09b73333" + }, + { + "ticks": 22112, + "value": "#1fbb3533" + }, + { + "ticks": 22225, + "value": "#36be3733" + }, + { + "ticks": 22748, + "value": "#c1cc4733" + }, + { + "ticks": 22965, + "value": "#ecd25133" + }, + { + "ticks": 23159, + "value": "#fed75c33" + }, + { + "ticks": 23272, + "value": "#feda6333" + }, + { + "ticks": 23488, + "value": "#e9e07233" + }, + { + "ticks": 23642, + "value": "#cce47e33" + }, + { + "ticks": 23757, + "value": "#b1e78733" + } + ] + }, + "minecraft:gameplay/creaking_active": { + "keyframes": [ + { + "ticks": 12600, + "value": true + }, + { + "ticks": 23401, + "value": false + } + ], + "modifier": "or" + }, + "minecraft:visual/fog_color": { + "keyframes": [ + { + "ticks": 133, + "value": "#ffffff" + }, + { + "ticks": 11867, + "value": "#ffffff" + }, + { + "ticks": 13670, + "value": "#0f0f16" + }, + { + "ticks": 22330, + "value": "#0f0f16" + } + ], + "modifier": "multiply" + }, + "minecraft:visual/sky_light_factor": { + "keyframes": [ + { + "ticks": 730, + "value": 1.0 + }, + { + "ticks": 11270, + "value": 1.0 + }, + { + "ticks": 13140, + "value": 0.24 + }, + { + "ticks": 22860, + "value": 0.24 + } + ], + "modifier": "multiply" + }, + "minecraft:visual/star_angle": { + "keyframes": [ + { + "ticks": 6000, + "value": 360.0 + }, + { + "ticks": 6000, + "value": 0.0 + } + ], + "ease": { + "cubic_bezier": [ + 0.362, + 0.241, + 0.638, + 0.759 + ] + } + }, + "minecraft:visual/star_brightness": { + "keyframes": [ + { + "ticks": 92, + "value": 0.037 + }, + { + "ticks": 627, + "value": 0.0 + }, + { + "ticks": 11373, + "value": 0.0 + }, + { + "ticks": 11732, + "value": 0.016 + }, + { + "ticks": 11959, + "value": 0.044 + }, + { + "ticks": 12399, + "value": 0.143 + }, + { + "ticks": 12729, + "value": 0.258 + }, + { + "ticks": 13228, + "value": 0.5 + }, + { + "ticks": 22772, + "value": 0.5 + }, + { + "ticks": 23032, + "value": 0.364 + }, + { + "ticks": 23356, + "value": 0.225 + }, + { + "ticks": 23758, + "value": 0.101 + } + ], + "modifier": "maximum" + }, + "minecraft:gameplay/sky_light_level": { + "keyframes": [ + { + "ticks": 133, + "value": 1.0 + }, + { + "ticks": 11867, + "value": 1.0 + }, + { + "ticks": 13670, + "value": 0.26666668 + }, + { + "ticks": 22330, + "value": 0.26666668 + } + ], + "modifier": "multiply" + } + } + }, + "early_game": {}, + "moon": { + "period_ticks": 192000, + "tracks": { + "minecraft:visual/moon_phase": { + "keyframes": [ + { + "ticks": 0, + "value": "full_moon" + }, + { + "ticks": 24000, + "value": "waning_gibbous" + }, + { + "ticks": 48000, + "value": "third_quarter" + }, + { + "ticks": 72000, + "value": "waning_crescent" + }, + { + "ticks": 96000, + "value": "new_moon" + }, + { + "ticks": 120000, + "value": "waxing_crescent" + }, + { + "ticks": 144000, + "value": "first_quarter" + }, + { + "ticks": 168000, + "value": "waxing_gibbous" + } + ] + } + } + }, + "villager_schedule": { + "period_ticks": 24000 + } } } \ No newline at end of file diff --git a/assets/tags.json b/assets/tags.json index 056bf3613..8fdcc9d6a 100644 --- a/assets/tags.json +++ b/assets/tags.json @@ -1,414 +1,768 @@ { - "enchantment": { - "minecraft:smelts_loot": [ - "fire_aspect" + "damage_type": { + "minecraft:bypasses_effects": [ + "starve" ], - "minecraft:exclusive_set/bow": [ - "infinity", - "mending" + "minecraft:is_projectile": [ + "arrow", + "trident", + "mob_projectile", + "unattributed_fireball", + "fireball", + "wither_skull", + "thrown", + "wind_charge" ], - "c:entity_defense_enhancements": [ - "protection", - "blast_protection", - "projectile_protection", - "fire_protection", - "respiration", - "feather_falling" + "minecraft:ignites_armor_stands": [ + "in_fire", + "campfire" ], - "minecraft:exclusive_set/mining": [ - "fortune", - "silk_touch" + "minecraft:is_player_attack": [ + "player_attack", + "spear", + "mace_smash" ], - "c:increase_entity_drops": [ - "looting" + "minecraft:no_impact": [ + "drown" ], - "c:weapon_damage_enhancements": [ - "sharpness", - "smite", - "bane_of_arthropods", - "power", - "impaling" + "minecraft:burn_from_stepping": [ + "campfire", + "hot_floor" ], - "minecraft:exclusive_set/riptide": [ - "loyalty", - "channeling" + "minecraft:wither_immune_to": [ + "drown" ], - "minecraft:double_trade_price": [ - "binding_curse", - "vanishing_curse", - "swift_sneak", - "soul_speed", - "frost_walker", - "mending", - "wind_burst" + "minecraft:bypasses_invulnerability": [ + "out_of_world", + "generic_kill" ], - "minecraft:non_treasure": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", + "minecraft:panic_causes": [ + "cactus", + "freeze", + "hot_floor", + "in_fire", + "lava", + "lightning_bolt", + "on_fire", + "arrow", + "dragon_breath", + "explosion", + "fireball", + "fireworks", + "indirect_magic", + "magic", + "mob_attack", + "mob_projectile", + "player_explosion", + "sonic_boom", + "sting", + "thrown", + "trident", + "unattributed_fireball", + "wind_charge", + "wither", + "wither_skull", + "player_attack", + "spear", + "mace_smash" + ], + "minecraft:no_knockback": [ + "explosion", + "player_explosion", + "bad_respawn_point", + "in_fire", + "lightning_bolt", + "on_fire", + "lava", + "hot_floor", + "in_wall", + "cramming", + "drown", + "starve", + "cactus", + "fall", + "ender_pearl", + "fly_into_wall", + "out_of_world", + "generic", + "magic", + "wither", + "dragon_breath", + "dry_out", + "sweet_berry_bush", + "freeze", + "stalagmite", + "outside_border", + "generic_kill", + "campfire", + "spear" + ], + "minecraft:bypasses_wolf_armor": [ + "out_of_world", + "generic_kill", + "cramming", + "drown", + "dry_out", + "freeze", + "in_wall", + "indirect_magic", + "magic", + "outside_border", + "starve", "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach" + "wither" ], - "minecraft:exclusive_set/crossbow": [ - "multishot", - "piercing" + "minecraft:always_hurts_ender_dragons": [ + "fireworks", + "explosion", + "player_explosion", + "bad_respawn_point" ], - "minecraft:in_enchanting_table": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", + "minecraft:avoids_guardian_thorns": [ + "magic", "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach" + "fireworks", + "explosion", + "player_explosion", + "bad_respawn_point" ], - "minecraft:curse": [ - "binding_curse", - "vanishing_curse" + "minecraft:bypasses_resistance": [ + "out_of_world", + "generic_kill" ], - "minecraft:exclusive_set/damage": [ - "sharpness", - "smite", - "bane_of_arthropods", - "impaling", - "density", - "breach" + "minecraft:always_most_significant_fall": [ + "out_of_world" ], - "c:entity_auxiliary_movement_enhancements": [ - "feather_falling", - "frost_walker" + "minecraft:can_break_armor_stand": [ + "player_explosion", + "player_attack", + "spear", + "mace_smash" ], - "minecraft:exclusive_set/boots": [ - "frost_walker", - "depth_strider" + "minecraft:is_explosion": [ + "fireworks", + "explosion", + "player_explosion", + "bad_respawn_point" ], - "minecraft:exclusive_set/armor": [ - "protection", - "blast_protection", - "fire_protection", - "projectile_protection" + "minecraft:bypasses_shield": [ + "on_fire", + "in_wall", + "cramming", + "drown", + "fly_into_wall", + "generic", + "wither", + "dragon_breath", + "starve", + "fall", + "ender_pearl", + "freeze", + "stalagmite", + "magic", + "indirect_magic", + "out_of_world", + "generic_kill", + "sonic_boom", + "outside_border", + "cactus", + "campfire", + "dry_out", + "falling_anvil", + "falling_stalactite", + "hot_floor", + "in_fire", + "lava", + "lightning_bolt", + "sweet_berry_bush" ], - "c:increase_block_drops": [ - "fortune" + "minecraft:bypasses_armor": [ + "on_fire", + "in_wall", + "cramming", + "drown", + "fly_into_wall", + "generic", + "wither", + "dragon_breath", + "starve", + "fall", + "ender_pearl", + "freeze", + "stalagmite", + "magic", + "indirect_magic", + "out_of_world", + "generic_kill", + "sonic_boom", + "outside_border" ], - "minecraft:prevents_ice_melting": [ - "silk_touch" + "minecraft:damages_helmet": [ + "falling_anvil", + "falling_block", + "falling_stalactite" ], - "minecraft:prevents_bee_spawns_when_mining": [ - "silk_touch" + "minecraft:is_drowning": [ + "drown" ], - "minecraft:prevents_infested_spawns": [ - "silk_touch" + "minecraft:is_freezing": [ + "freeze" ], - "minecraft:prevents_decorated_pot_shattering": [ - "silk_touch" + "minecraft:is_lightning": [ + "lightning_bolt" ], - "minecraft:tradeable": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", - "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach", - "binding_curse", - "vanishing_curse", - "frost_walker", - "mending" + "minecraft:bypasses_enchantments": [ + "sonic_boom" ], - "minecraft:treasure": [ - "binding_curse", - "vanishing_curse", - "swift_sneak", - "soul_speed", - "frost_walker", - "mending", - "wind_burst" + "minecraft:panic_environmental_causes": [ + "cactus", + "freeze", + "hot_floor", + "in_fire", + "lava", + "lightning_bolt", + "on_fire" ], - "c:entity_speed_enhancements": [ - "soul_speed", - "swift_sneak", - "depth_strider" + "minecraft:no_anger": [ + "mob_attack_no_aggro" ], - "minecraft:on_traded_equipment": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", - "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach" + "minecraft:always_kills_armor_stands": [ + "arrow", + "trident", + "fireball", + "wither_skull", + "wind_charge" ], - "minecraft:on_random_loot": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", - "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach", - "binding_curse", - "vanishing_curse", - "frost_walker", - "mending" + "minecraft:mace_smash": [ + "mace_smash" ], - "minecraft:tooltip_order": [ - "binding_curse", - "vanishing_curse", - "riptide", - "channeling", - "wind_burst", - "frost_walker", - "sharpness", - "smite", - "bane_of_arthropods", - "impaling", - "power", - "density", - "breach", - "piercing", - "sweeping_edge", - "multishot", - "fire_aspect", - "flame", - "knockback", - "punch", - "protection", - "blast_protection", - "fire_protection", - "projectile_protection", - "feather_falling", - "fortune", - "looting", - "silk_touch", - "luck_of_the_sea", - "efficiency", - "quick_charge", - "lure", - "respiration", - "aqua_affinity", - "soul_speed", - "swift_sneak", - "depth_strider", - "thorns", - "loyalty", - "unbreaking", - "infinity", - "mending" + "minecraft:is_fire": [ + "in_fire", + "campfire", + "on_fire", + "lava", + "hot_floor", + "unattributed_fireball", + "fireball" ], - "minecraft:on_mob_spawn_equipment": [ - "protection", - "fire_protection", - "feather_falling", - "blast_protection", - "projectile_protection", - "respiration", - "aqua_affinity", - "thorns", - "depth_strider", - "sharpness", - "smite", - "bane_of_arthropods", - "knockback", - "fire_aspect", - "looting", - "sweeping_edge", - "efficiency", - "silk_touch", - "unbreaking", - "fortune", - "power", - "punch", - "flame", - "infinity", - "luck_of_the_sea", - "lure", - "loyalty", - "impaling", - "riptide", - "channeling", - "multishot", - "quick_charge", - "piercing", - "density", - "breach" + "minecraft:always_triggers_silverfish": [ + "magic" + ], + "minecraft:is_fall": [ + "fall", + "ender_pearl", + "stalagmite" + ], + "minecraft:witch_resistant_to": [ + "magic", + "indirect_magic", + "sonic_boom", + "thorns" + ], + "minecraft:burns_armor_stands": [ + "on_fire" ] }, - "fluid": { - "minecraft:lava": [ - "lava", - "flowing_lava" + "entity_type": { + "minecraft:deflects_projectiles": [ + "breeze" ], - "c:gaseous": [], - "c:rabbit_stew": [], - "c:honey": [], - "c:mushroom_stew": [], - "c:suspicious_stew": [], - "c:potion": [], - "c:milk": [], - "c:beetroot_soup": [], - "minecraft:water": [ - "water", - "flowing_water" + "minecraft:axolotl_always_hostiles": [ + "drowned", + "guardian", + "elder_guardian" ], - "c:experience": [], - "c:water": [ - "water", - "flowing_water" + "minecraft:illager": [ + "evoker", + "illusioner", + "pillager", + "vindicator" ], - "c:hidden_from_recipe_viewers": [], - "c:lava": [ - "lava", - "flowing_lava" + "minecraft:freeze_immune_entity_types": [ + "stray", + "polar_bear", + "snow_golem", + "wither" + ], + "minecraft:nautilus_hostiles": [ + "pufferfish" + ], + "minecraft:cannot_be_pushed_onto_boats": [ + "player", + "elder_guardian", + "cod", + "pufferfish", + "salmon", + "tropical_fish", + "dolphin", + "squid", + "glow_squid", + "tadpole", + "creaking", + "nautilus", + "zombie_nautilus" + ], + "minecraft:raiders": [ + "evoker", + "pillager", + "ravager", + "vindicator", + "illusioner", + "witch" + ], + "minecraft:arthropod": [ + "bee", + "endermite", + "silverfish", + "spider", + "cave_spider" + ], + "minecraft:aquatic": [ + "turtle", + "axolotl", + "guardian", + "elder_guardian", + "cod", + "pufferfish", + "salmon", + "tropical_fish", + "dolphin", + "squid", + "glow_squid", + "tadpole", + "nautilus", + "zombie_nautilus" + ], + "minecraft:undead": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom" + ], + "c:bosses": [ + "ender_dragon", + "wither" + ], + "minecraft:axolotl_hunt_targets": [ + "tropical_fish", + "pufferfish", + "salmon", + "cod", + "squid", + "glow_squid", + "tadpole" + ], + "minecraft:burn_in_daylight": [ + "skeleton", + "stray", + "wither_skeleton", + "bogged", + "zombie", + "zombie_horse", + "zombie_villager", + "drowned", + "zombie_nautilus", + "phantom" + ], + "minecraft:arrows": [ + "arrow", + "spectral_arrow" + ], + "minecraft:can_turn_in_boats": [ + "breeze" + ], + "minecraft:can_wear_horse_armor": [ + "horse", + "zombie_horse" + ], + "minecraft:can_wear_nautilus_armor": [ + "nautilus", + "zombie_nautilus" + ], + "c:teleporting_not_supported": [], + "minecraft:ignores_poison_and_regen": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom" + ], + "minecraft:redirectable_projectile": [ + "fireball", + "wind_charge", + "breeze_wind_charge" + ], + "c:capturing_not_supported": [], + "minecraft:freeze_hurts_extra_types": [ + "strider", + "blaze", + "magma_cube" + ], + "minecraft:accepts_iron_golem_gift": [ + "copper_golem" + ], + "minecraft:frog_food": [ + "slime", + "magma_cube" + ], + "minecraft:illager_friends": [ + "evoker", + "illusioner", + "pillager", + "vindicator" + ], + "minecraft:candidate_for_iron_golem_gift": [ + "villager", + "copper_golem" + ], + "minecraft:sensitive_to_bane_of_arthropods": [ + "bee", + "endermite", + "silverfish", + "spider", + "cave_spider" + ], + "minecraft:dismounts_underwater": [ + "camel", + "chicken", + "donkey", + "happy_ghast", + "horse", + "llama", + "mule", + "pig", + "ravager", + "spider", + "strider", + "trader_llama", + "zombie_horse" + ], + "minecraft:not_scary_for_pufferfish": [ + "turtle", + "guardian", + "elder_guardian", + "cod", + "pufferfish", + "salmon", + "tropical_fish", + "dolphin", + "squid", + "glow_squid", + "tadpole", + "nautilus", + "zombie_nautilus" + ], + "minecraft:can_equip_harness": [ + "happy_ghast" + ], + "minecraft:powder_snow_walkable_mobs": [ + "rabbit", + "endermite", + "silverfish", + "fox" + ], + "minecraft:immune_to_oozing": [ + "slime" + ], + "minecraft:no_anger_from_wind_charge": [ + "breeze", + "skeleton", + "bogged", + "stray", + "zombie", + "husk", + "spider", + "cave_spider", + "slime" + ], + "minecraft:can_equip_saddle": [ + "horse", + "skeleton_horse", + "zombie_horse", + "donkey", + "mule", + "pig", + "strider", + "camel", + "camel_husk", + "nautilus", + "zombie_nautilus" + ], + "c:minecarts": [ + "minecart", + "tnt_minecart", + "chest_minecart", + "furnace_minecart", + "command_block_minecart", + "hopper_minecart", + "spawner_minecart" + ], + "minecraft:wither_friends": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom" + ], + "minecraft:fall_damage_immune": [ + "copper_golem", + "iron_golem", + "snow_golem", + "shulker", + "allay", + "bat", + "bee", + "blaze", + "cat", + "chicken", + "ghast", + "happy_ghast", + "phantom", + "magma_cube", + "ocelot", + "parrot", + "wither", + "breeze" + ], + "minecraft:impact_projectiles": [ + "arrow", + "spectral_arrow", + "firework_rocket", + "snowball", + "fireball", + "small_fireball", + "egg", + "trident", + "dragon_fireball", + "wither_skull", + "wind_charge", + "breeze_wind_charge" + ], + "minecraft:zombies": [ + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus" + ], + "minecraft:sensitive_to_smite": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom" + ], + "minecraft:skeletons": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched" + ], + "minecraft:can_float_while_ridden": [ + "horse", + "zombie_horse", + "mule", + "donkey", + "camel", + "camel_husk" + ], + "minecraft:can_breathe_under_water": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom", + "axolotl", + "frog", + "guardian", + "elder_guardian", + "turtle", + "glow_squid", + "cod", + "pufferfish", + "salmon", + "squid", + "tropical_fish", + "tadpole", + "armor_stand", + "copper_golem", + "nautilus" + ], + "minecraft:beehive_inhabitors": [ + "bee" + ], + "minecraft:immune_to_infested": [ + "silverfish" + ], + "minecraft:inverted_healing_and_harm": [ + "skeleton", + "stray", + "wither_skeleton", + "skeleton_horse", + "bogged", + "parched", + "zombie_horse", + "camel_husk", + "zombie", + "zombie_villager", + "zombified_piglin", + "zoglin", + "drowned", + "husk", + "zombie_nautilus", + "wither", + "phantom" + ], + "c:boats": [ + "oak_boat", + "spruce_boat", + "birch_boat", + "jungle_boat", + "acacia_boat", + "cherry_boat", + "dark_oak_boat", + "pale_oak_boat", + "mangrove_boat", + "bamboo_raft", + "oak_chest_boat", + "spruce_chest_boat", + "birch_chest_boat", + "jungle_chest_boat", + "acacia_chest_boat", + "cherry_chest_boat", + "pale_oak_chest_boat", + "dark_oak_chest_boat", + "mangrove_chest_boat", + "bamboo_chest_raft" + ], + "minecraft:boat": [ + "oak_boat", + "spruce_boat", + "birch_boat", + "jungle_boat", + "acacia_boat", + "cherry_boat", + "dark_oak_boat", + "pale_oak_boat", + "mangrove_boat", + "bamboo_raft" + ], + "minecraft:sensitive_to_impaling": [ + "turtle", + "axolotl", + "guardian", + "elder_guardian", + "cod", + "pufferfish", + "salmon", + "tropical_fish", + "dolphin", + "squid", + "glow_squid", + "tadpole", + "nautilus", + "zombie_nautilus" + ], + "minecraft:followable_friendly_mobs": [ + "armadillo", + "bee", + "camel", + "cat", + "chicken", + "cow", + "donkey", + "fox", + "goat", + "happy_ghast", + "horse", + "skeleton_horse", + "llama", + "mule", + "ocelot", + "panda", + "parrot", + "pig", + "polar_bear", + "rabbit", + "sheep", + "sniffer", + "strider", + "villager", + "wolf" + ], + "minecraft:non_controlling_rider": [ + "slime", + "magma_cube" ] }, "point_of_interest_type": { - "minecraft:bee_home": [ - "beehive", - "bee_nest" - ], "minecraft:acquirable_job_site": [ "armorer", "butcher", @@ -440,525 +794,1445 @@ "weaponsmith", "home", "meeting" + ], + "minecraft:bee_home": [ + "beehive", + "bee_nest" ] }, - "game_event": { - "minecraft:ignore_vibrations_sneaking": [ - "hit_ground", - "projectile_shoot", - "step", - "swim", - "item_interact_start", - "item_interact_finish" + "worldgen/biome": { + "c:is_overworld": [ + "mushroom_fields", + "deep_frozen_ocean", + "frozen_ocean", + "deep_cold_ocean", + "cold_ocean", + "deep_ocean", + "ocean", + "deep_lukewarm_ocean", + "lukewarm_ocean", + "warm_ocean", + "stony_shore", + "swamp", + "mangrove_swamp", + "snowy_slopes", + "snowy_plains", + "snowy_beach", + "windswept_gravelly_hills", + "grove", + "windswept_hills", + "snowy_taiga", + "windswept_forest", + "taiga", + "plains", + "meadow", + "beach", + "forest", + "old_growth_spruce_taiga", + "flower_forest", + "birch_forest", + "dark_forest", + "pale_garden", + "savanna_plateau", + "savanna", + "jungle", + "badlands", + "desert", + "wooded_badlands", + "jagged_peaks", + "stony_peaks", + "frozen_river", + "river", + "ice_spikes", + "old_growth_pine_taiga", + "sunflower_plains", + "old_growth_birch_forest", + "sparse_jungle", + "bamboo_jungle", + "eroded_badlands", + "windswept_savanna", + "cherry_grove", + "frozen_peaks", + "dripstone_caves", + "lush_caves", + "deep_dark" ], - "minecraft:shrieker_can_listen": [ - "sculk_sensor_tendrils_clicking" + "minecraft:has_structure/woodland_mansion": [ + "dark_forest", + "pale_garden" ], - "minecraft:allay_can_listen": [ - "note_block_play" + "c:is_dense_vegetation/end": [], + "c:is_hot/overworld": [ + "jungle", + "bamboo_jungle", + "sparse_jungle", + "desert", + "badlands", + "wooded_badlands", + "eroded_badlands", + "savanna", + "savanna_plateau", + "windswept_savanna", + "stony_peaks", + "mushroom_fields", + "warm_ocean" ], - "minecraft:vibrations": [ - "block_attach", - "block_change", - "block_close", - "block_destroy", - "block_detach", - "block_open", - "block_place", - "block_activate", - "block_deactivate", - "container_close", - "container_open", - "drink", - "eat", - "elytra_glide", - "entity_damage", - "entity_die", - "entity_dismount", - "entity_interact", - "entity_mount", - "entity_place", - "entity_action", - "equip", - "explode", - "fluid_pickup", - "fluid_place", - "hit_ground", - "instrument_play", - "item_interact_finish", - "lightning_strike", - "note_block_play", - "prime_fuse", - "projectile_land", - "projectile_shoot", - "shear", - "splash", - "step", - "swim", - "teleport", - "unequip", - "resonate_1", - "resonate_2", - "resonate_3", - "resonate_4", - "resonate_5", - "resonate_6", - "resonate_7", - "resonate_8", - "resonate_9", - "resonate_10", - "resonate_11", - "resonate_12", - "resonate_13", - "resonate_14", - "resonate_15", - "flap" + "c:is_tree/jungle": [ + "bamboo_jungle", + "jungle", + "sparse_jungle" ], - "minecraft:warden_can_listen": [ - "block_attach", - "block_change", - "block_close", - "block_destroy", - "block_detach", - "block_open", - "block_place", - "block_activate", - "block_deactivate", - "container_close", - "container_open", - "drink", - "eat", - "elytra_glide", - "entity_damage", - "entity_die", - "entity_dismount", - "entity_interact", - "entity_mount", - "entity_place", - "entity_action", - "equip", - "explode", - "fluid_pickup", - "fluid_place", - "hit_ground", - "instrument_play", - "item_interact_finish", - "lightning_strike", - "note_block_play", - "prime_fuse", - "projectile_land", - "projectile_shoot", - "shear", - "splash", - "step", - "swim", - "teleport", - "unequip", - "resonate_1", - "resonate_2", - "resonate_3", - "resonate_4", - "resonate_5", - "resonate_6", - "resonate_7", - "resonate_8", - "resonate_9", - "resonate_10", - "resonate_11", - "resonate_12", - "resonate_13", - "resonate_14", - "resonate_15", - "shriek", - "sculk_sensor_tendrils_clicking" - ] - }, - "banner_pattern": { - "minecraft:pattern_item/bordure_indented": [ - "curly_border" + "minecraft:has_structure/nether_fortress": [ + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas" ], - "minecraft:pattern_item/mojang": [ - "mojang" + "minecraft:is_river": [ + "river", + "frozen_river" ], - "minecraft:pattern_item/skull": [ - "skull" + "c:is_temperate": [ + "plains", + "sunflower_plains", + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "cherry_grove", + "meadow", + "swamp", + "mangrove_swamp", + "beach", + "ocean", + "deep_ocean" ], - "minecraft:pattern_item/guster": [ - "guster" + "minecraft:has_structure/jungle_temple": [ + "bamboo_jungle", + "jungle" ], - "minecraft:pattern_item/flower": [ - "flower" + "c:is_cold/overworld": [ + "taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "windswept_hills", + "windswept_gravelly_hills", + "windswept_forest", + "snowy_plains", + "ice_spikes", + "grove", + "snowy_slopes", + "jagged_peaks", + "frozen_peaks", + "stony_shore", + "snowy_beach", + "snowy_taiga", + "frozen_river", + "cold_ocean", + "frozen_ocean", + "deep_cold_ocean", + "deep_frozen_ocean" ], - "minecraft:pattern_item/field_masoned": [ - "bricks" + "c:is_hot": [ + "jungle", + "bamboo_jungle", + "sparse_jungle", + "desert", + "badlands", + "wooded_badlands", + "eroded_badlands", + "savanna", + "savanna_plateau", + "windswept_savanna", + "stony_peaks", + "mushroom_fields", + "warm_ocean", + "nether_wastes", + "crimson_forest", + "warped_forest", + "soul_sand_valley", + "basalt_deltas" ], - "minecraft:pattern_item/globe": [ - "globe" + "c:is_nether": [ + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas" ], - "minecraft:no_item_required": [ - "square_bottom_left", - "square_bottom_right", - "square_top_left", - "square_top_right", - "stripe_bottom", - "stripe_top", - "stripe_left", - "stripe_right", - "stripe_center", - "stripe_middle", - "stripe_downright", - "stripe_downleft", - "small_stripes", - "cross", - "straight_cross", - "triangle_bottom", - "triangle_top", - "triangles_bottom", - "triangles_top", - "diagonal_left", - "diagonal_up_right", - "diagonal_up_left", - "diagonal_right", - "circle", - "rhombus", - "half_vertical", - "half_horizontal", - "half_vertical_right", - "half_horizontal_bottom", - "border", - "gradient", - "gradient_up" + "minecraft:has_structure/mineshaft": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean", + "river", + "frozen_river", + "beach", + "snowy_beach", + "meadow", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "snowy_slopes", + "cherry_grove", + "windswept_hills", + "windswept_forest", + "windswept_gravelly_hills", + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "bamboo_jungle", + "jungle", + "sparse_jungle", + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "grove", + "stony_shore", + "mushroom_fields", + "ice_spikes", + "windswept_savanna", + "desert", + "savanna", + "snowy_plains", + "plains", + "sunflower_plains", + "swamp", + "mangrove_swamp", + "savanna_plateau", + "dripstone_caves", + "lush_caves" ], - "minecraft:pattern_item/flow": [ - "flow" + "minecraft:is_jungle": [ + "bamboo_jungle", + "jungle", + "sparse_jungle" ], - "minecraft:pattern_item/piglin": [ - "piglin" + "c:is_nether_forest": [ + "warped_forest", + "crimson_forest" ], - "minecraft:pattern_item/creeper": [ - "creeper" + "minecraft:has_structure/ocean_ruin_cold": [ + "frozen_ocean", + "cold_ocean", + "ocean", + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean" + ], + "c:is_wet/nether": [], + "c:is_aquatic_icy": [ + "frozen_river", + "deep_frozen_ocean", + "frozen_ocean" + ], + "c:is_temperate/nether": [], + "c:is_flower_forest": [ + "flower_forest" + ], + "c:hidden_from_locator_selection": [], + "c:is_floral": [ + "sunflower_plains", + "meadow", + "cherry_grove", + "flower_forest" + ], + "c:is_mountain/peak": [ + "frozen_peaks", + "jagged_peaks", + "stony_peaks" + ], + "c:is_sparse_vegetation": [ + "wooded_badlands", + "savanna", + "savanna_plateau", + "sparse_jungle", + "windswept_savanna", + "windswept_forest", + "windswept_hills", + "windswept_gravelly_hills", + "snowy_slopes", + "jagged_peaks", + "frozen_peaks" + ], + "minecraft:has_structure/shipwreck": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean" + ], + "c:is_hot/nether": [ + "nether_wastes", + "crimson_forest", + "warped_forest", + "soul_sand_valley", + "basalt_deltas" + ], + "minecraft:has_structure/ancient_city": [ + "deep_dark" + ], + "c:is_badlands": [ + "badlands", + "eroded_badlands", + "wooded_badlands" + ], + "c:is_wasteland": [], + "c:is_hill": [ + "windswept_hills", + "windswept_forest", + "windswept_gravelly_hills" + ], + "c:is_outer_end_island": [ + "end_highlands", + "end_midlands", + "end_barrens" + ], + "c:is_aquatic": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean", + "river", + "frozen_river" + ], + "c:is_deep_ocean": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean" + ], + "minecraft:has_structure/buried_treasure": [ + "beach", + "snowy_beach" + ], + "minecraft:water_on_map_outlines": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean", + "river", + "frozen_river", + "swamp", + "mangrove_swamp" + ], + "minecraft:stronghold_biased_to": [ + "plains", + "sunflower_plains", + "snowy_plains", + "ice_spikes", + "desert", + "forest", + "flower_forest", + "birch_forest", + "dark_forest", + "pale_garden", + "old_growth_birch_forest", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "taiga", + "snowy_taiga", + "savanna", + "savanna_plateau", + "windswept_hills", + "windswept_gravelly_hills", + "windswept_forest", + "windswept_savanna", + "jungle", + "sparse_jungle", + "bamboo_jungle", + "badlands", + "eroded_badlands", + "wooded_badlands", + "meadow", + "cherry_grove", + "grove", + "snowy_slopes", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "mushroom_fields", + "dripstone_caves", + "lush_caves" + ], + "c:primary_wood_type/bamboo": [ + "bamboo_jungle" + ], + "minecraft:has_structure/mineshaft_mesa": [ + "badlands", + "eroded_badlands", + "wooded_badlands" + ], + "c:primary_wood_type/jungle": [ + "jungle", + "sparse_jungle" + ], + "minecraft:has_structure/stronghold": [ + "mushroom_fields", + "deep_frozen_ocean", + "frozen_ocean", + "deep_cold_ocean", + "cold_ocean", + "deep_ocean", + "ocean", + "deep_lukewarm_ocean", + "lukewarm_ocean", + "warm_ocean", + "stony_shore", + "swamp", + "mangrove_swamp", + "snowy_slopes", + "snowy_plains", + "snowy_beach", + "windswept_gravelly_hills", + "grove", + "windswept_hills", + "snowy_taiga", + "windswept_forest", + "taiga", + "plains", + "meadow", + "beach", + "forest", + "old_growth_spruce_taiga", + "flower_forest", + "birch_forest", + "dark_forest", + "pale_garden", + "savanna_plateau", + "savanna", + "jungle", + "badlands", + "desert", + "wooded_badlands", + "jagged_peaks", + "stony_peaks", + "frozen_river", + "river", + "ice_spikes", + "old_growth_pine_taiga", + "sunflower_plains", + "old_growth_birch_forest", + "sparse_jungle", + "bamboo_jungle", + "eroded_badlands", + "windswept_savanna", + "cherry_grove", + "frozen_peaks", + "dripstone_caves", + "lush_caves", + "deep_dark" + ], + "minecraft:has_structure/ruined_portal_standard": [ + "beach", + "snowy_beach", + "river", + "frozen_river", + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "grove", + "mushroom_fields", + "ice_spikes", + "dripstone_caves", + "lush_caves", + "savanna", + "snowy_plains", + "plains", + "sunflower_plains" + ], + "minecraft:has_structure/igloo": [ + "snowy_taiga", + "snowy_plains", + "snowy_slopes" + ], + "c:is_dark_forest": [ + "dark_forest", + "pale_garden" + ], + "minecraft:is_savanna": [ + "savanna", + "savanna_plateau", + "windswept_savanna" + ], + "minecraft:is_beach": [ + "beach", + "snowy_beach" + ], + "minecraft:is_badlands": [ + "badlands", + "eroded_badlands", + "wooded_badlands" + ], + "minecraft:has_structure/ruined_portal_mountain": [ + "badlands", + "eroded_badlands", + "wooded_badlands", + "windswept_hills", + "windswept_forest", + "windswept_gravelly_hills", + "savanna_plateau", + "windswept_savanna", + "stony_shore", + "meadow", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "snowy_slopes", + "cherry_grove" + ], + "minecraft:is_end": [ + "the_end", + "end_highlands", + "end_midlands", + "small_end_islands", + "end_barrens" + ], + "c:is_desert": [ + "desert" + ], + "minecraft:produces_corals_from_bonemeal": [ + "warm_ocean" + ], + "c:is_mountain": [ + "meadow", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "snowy_slopes", + "cherry_grove", + "grove" + ], + "c:is_dry/nether": [ + "nether_wastes", + "crimson_forest", + "warped_forest", + "soul_sand_valley", + "basalt_deltas" + ], + "c:is_sparse_vegetation/nether": [], + "minecraft:mineshaft_blocking": [ + "deep_dark" + ], + "c:is_temperate/overworld": [ + "plains", + "sunflower_plains", + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "cherry_grove", + "meadow", + "swamp", + "mangrove_swamp", + "beach", + "ocean", + "deep_ocean" + ], + "c:is_dense_vegetation/nether": [], + "c:is_forest": [ + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "grove" + ], + "c:is_stony_shores": [ + "stony_shore" + ], + "minecraft:without_zombie_sieges": [ + "mushroom_fields" + ], + "minecraft:spawns_gold_rabbits": [ + "desert" + ], + "minecraft:has_structure/nether_fossil": [ + "soul_sand_valley" + ], + "c:primary_wood_type/mangrove": [ + "mangrove_swamp" + ], + "c:is_cold": [ + "taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "windswept_hills", + "windswept_gravelly_hills", + "windswept_forest", + "snowy_plains", + "ice_spikes", + "grove", + "snowy_slopes", + "jagged_peaks", + "frozen_peaks", + "stony_shore", + "snowy_beach", + "snowy_taiga", + "frozen_river", + "cold_ocean", + "frozen_ocean", + "deep_cold_ocean", + "deep_frozen_ocean", + "the_end", + "small_end_islands", + "end_midlands", + "end_highlands", + "end_barrens" + ], + "c:is_hot/end": [], + "minecraft:is_taiga": [ + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga" + ], + "c:is_mountain/slope": [ + "snowy_slopes", + "meadow", + "grove", + "cherry_grove" + ], + "minecraft:spawns_warm_variant_frogs": [ + "desert", + "warm_ocean", + "bamboo_jungle", + "jungle", + "sparse_jungle", + "savanna", + "savanna_plateau", + "windswept_savanna", + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas", + "badlands", + "eroded_badlands", + "wooded_badlands", + "mangrove_swamp" + ], + "c:is_cold/nether": [], + "c:is_wet/overworld": [ + "swamp", + "mangrove_swamp", + "jungle", + "bamboo_jungle", + "sparse_jungle", + "beach", + "lush_caves", + "dripstone_caves" + ], + "c:is_spooky": [ + "dark_forest", + "pale_garden", + "deep_dark" + ], + "minecraft:has_structure/village_snowy": [ + "snowy_plains" + ], + "minecraft:more_frequent_drowned_spawns": [ + "river", + "frozen_river" + ], + "minecraft:has_structure/bastion_remnant": [ + "crimson_forest", + "nether_wastes", + "soul_sand_valley", + "warped_forest" + ], + "c:is_river": [ + "river", + "frozen_river" + ], + "minecraft:has_structure/end_city": [ + "end_highlands", + "end_midlands" + ], + "c:is_swamp": [ + "mangrove_swamp", + "swamp" + ], + "minecraft:is_mountain": [ + "meadow", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "snowy_slopes", + "cherry_grove" + ], + "minecraft:is_overworld": [ + "mushroom_fields", + "deep_frozen_ocean", + "frozen_ocean", + "deep_cold_ocean", + "cold_ocean", + "deep_ocean", + "ocean", + "deep_lukewarm_ocean", + "lukewarm_ocean", + "warm_ocean", + "stony_shore", + "swamp", + "mangrove_swamp", + "snowy_slopes", + "snowy_plains", + "snowy_beach", + "windswept_gravelly_hills", + "grove", + "windswept_hills", + "snowy_taiga", + "windswept_forest", + "taiga", + "plains", + "meadow", + "beach", + "forest", + "old_growth_spruce_taiga", + "flower_forest", + "birch_forest", + "dark_forest", + "pale_garden", + "savanna_plateau", + "savanna", + "jungle", + "badlands", + "desert", + "wooded_badlands", + "jagged_peaks", + "stony_peaks", + "frozen_river", + "river", + "ice_spikes", + "old_growth_pine_taiga", + "sunflower_plains", + "old_growth_birch_forest", + "sparse_jungle", + "bamboo_jungle", + "eroded_badlands", + "windswept_savanna", + "cherry_grove", + "frozen_peaks", + "dripstone_caves", + "lush_caves", + "deep_dark" + ], + "minecraft:is_ocean": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean" + ], + "c:is_tree/deciduous": [ + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "windswept_forest" + ], + "c:is_end": [ + "the_end", + "end_highlands", + "end_midlands", + "small_end_islands", + "end_barrens" + ], + "c:is_underground": [ + "deep_dark", + "dripstone_caves", + "lush_caves" + ], + "minecraft:reduce_water_ambient_spawns": [ + "river", + "frozen_river" + ], + "c:primary_wood_type/acacia": [ + "savanna", + "savanna_plateau", + "windswept_savanna" + ], + "minecraft:has_structure/ruined_portal_nether": [ + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas" + ], + "c:is_snowy_plains": [ + "snowy_plains" + ], + "c:is_tree/coniferous": [ + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "grove" + ], + "c:is_shallow_ocean": [ + "ocean", + "lukewarm_ocean", + "warm_ocean", + "cold_ocean", + "frozen_ocean" + ], + "c:is_dry/end": [ + "the_end", + "small_end_islands", + "end_midlands", + "end_highlands", + "end_barrens" + ], + "c:is_birch_forest": [ + "birch_forest", + "old_growth_birch_forest" + ], + "c:primary_wood_type/birch": [ + "birch_forest", + "old_growth_birch_forest" + ], + "minecraft:spawns_warm_variant_farm_animals": [ + "desert", + "warm_ocean", + "bamboo_jungle", + "jungle", + "sparse_jungle", + "savanna", + "savanna_plateau", + "windswept_savanna", + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas", + "badlands", + "eroded_badlands", + "wooded_badlands", + "mangrove_swamp", + "deep_lukewarm_ocean", + "lukewarm_ocean" + ], + "c:is_lush": [ + "lush_caves" + ], + "c:is_ocean": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean" + ], + "c:primary_wood_type/pale_oak": [ + "pale_garden" + ], + "c:is_rare": [ + "sunflower_plains", + "flower_forest", + "old_growth_birch_forest", + "old_growth_spruce_taiga", + "bamboo_jungle", + "sparse_jungle", + "eroded_badlands", + "savanna_plateau", + "windswept_savanna", + "ice_spikes", + "windswept_gravelly_hills", + "pale_garden", + "mushroom_fields", + "deep_dark" + ], + "c:no_default_monsters": [ + "mushroom_fields", + "deep_dark" + ], + "c:is_tree/savanna": [ + "savanna", + "savanna_plateau", + "windswept_savanna" + ], + "c:is_cave": [ + "deep_dark", + "dripstone_caves", + "lush_caves" + ], + "minecraft:has_structure/ocean_ruin_warm": [ + "lukewarm_ocean", + "warm_ocean", + "deep_lukewarm_ocean" + ], + "minecraft:is_forest": [ + "forest", + "flower_forest", + "birch_forest", + "old_growth_birch_forest", + "dark_forest", + "pale_garden", + "grove" + ], + "c:is_void": [ + "the_void" + ], + "minecraft:has_structure/village_savanna": [ + "savanna" + ], + "c:primary_wood_type/crimson": [ + "crimson_forest" + ], + "c:is_icy": [ + "frozen_peaks", + "ice_spikes" + ], + "c:is_wet/end": [], + "minecraft:polar_bears_spawn_on_alternate_blocks": [ + "frozen_ocean", + "deep_frozen_ocean" + ], + "minecraft:spawns_snow_foxes": [ + "snowy_plains", + "ice_spikes", + "frozen_ocean", + "snowy_taiga", + "frozen_river", + "snowy_beach", + "frozen_peaks", + "jagged_peaks", + "snowy_slopes", + "grove" + ], + "c:is_dry/overworld": [ + "desert", + "badlands", + "wooded_badlands", + "eroded_badlands", + "savanna", + "savanna_plateau", + "windswept_savanna" + ], + "minecraft:has_structure/village_plains": [ + "plains", + "meadow" + ], + "c:is_old_growth": [ + "old_growth_birch_forest", + "old_growth_pine_taiga", + "old_growth_spruce_taiga" + ], + "c:primary_wood_type": [ + "forest", + "flower_forest", + "swamp", + "wooded_badlands", + "birch_forest", + "old_growth_birch_forest", + "taiga", + "snowy_taiga", + "old_growth_spruce_taiga", + "old_growth_pine_taiga", + "grove", + "jungle", + "sparse_jungle", + "savanna", + "savanna_plateau", + "windswept_savanna", + "dark_forest", + "mangrove_swamp", + "cherry_grove", + "pale_garden", + "bamboo_jungle", + "crimson_forest", + "warped_forest" + ], + "minecraft:has_structure/ruined_portal_desert": [ + "desert" + ], + "minecraft:has_structure/trial_chambers": [ + "mushroom_fields", + "deep_frozen_ocean", + "frozen_ocean", + "deep_cold_ocean", + "cold_ocean", + "deep_ocean", + "ocean", + "deep_lukewarm_ocean", + "lukewarm_ocean", + "warm_ocean", + "stony_shore", + "swamp", + "mangrove_swamp", + "snowy_slopes", + "snowy_plains", + "snowy_beach", + "windswept_gravelly_hills", + "grove", + "windswept_hills", + "snowy_taiga", + "windswept_forest", + "taiga", + "plains", + "meadow", + "beach", + "forest", + "old_growth_spruce_taiga", + "flower_forest", + "birch_forest", + "dark_forest", + "pale_garden", + "savanna_plateau", + "savanna", + "jungle", + "badlands", + "desert", + "wooded_badlands", + "jagged_peaks", + "stony_peaks", + "frozen_river", + "river", + "ice_spikes", + "old_growth_pine_taiga", + "sunflower_plains", + "old_growth_birch_forest", + "sparse_jungle", + "bamboo_jungle", + "eroded_badlands", + "windswept_savanna", + "cherry_grove", + "frozen_peaks", + "dripstone_caves", + "lush_caves" + ], + "minecraft:has_structure/pillager_outpost": [ + "desert", + "plains", + "savanna", + "snowy_plains", + "taiga", + "meadow", + "frozen_peaks", + "jagged_peaks", + "stony_peaks", + "snowy_slopes", + "cherry_grove", + "grove" + ], + "minecraft:spawns_cold_variant_frogs": [ + "snowy_plains", + "ice_spikes", + "frozen_peaks", + "jagged_peaks", + "snowy_slopes", + "frozen_ocean", + "deep_frozen_ocean", + "grove", + "deep_dark", + "frozen_river", + "snowy_taiga", + "snowy_beach", + "the_end", + "end_highlands", + "end_midlands", + "small_end_islands", + "end_barrens" + ], + "minecraft:has_structure/village_taiga": [ + "taiga" + ], + "minecraft:without_wandering_trader_spawns": [ + "the_void" + ], + "c:is_sparse_vegetation/end": [], + "c:primary_wood_type/warped": [ + "warped_forest" + ], + "minecraft:has_structure/trail_ruins": [ + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "old_growth_birch_forest", + "jungle" + ], + "minecraft:allows_tropical_fish_spawns_at_any_height": [ + "lush_caves" + ], + "minecraft:has_structure/swamp_hut": [ + "swamp" + ], + "c:is_mushroom": [ + "mushroom_fields" + ], + "c:is_dry": [ + "desert", + "badlands", + "wooded_badlands", + "eroded_badlands", + "savanna", + "savanna_plateau", + "windswept_savanna", + "nether_wastes", + "crimson_forest", + "warped_forest", + "soul_sand_valley", + "basalt_deltas", + "the_end", + "small_end_islands", + "end_midlands", + "end_highlands", + "end_barrens" + ], + "c:is_sandy": [ + "desert", + "badlands", + "wooded_badlands", + "eroded_badlands", + "beach" + ], + "c:primary_wood_type/oak": [ + "forest", + "flower_forest", + "swamp", + "wooded_badlands" + ], + "minecraft:has_structure/ruined_portal_swamp": [ + "swamp", + "mangrove_swamp" + ], + "c:primary_wood_type/cherry": [ + "cherry_grove" + ], + "minecraft:is_deep_ocean": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean" + ], + "minecraft:has_structure/shipwreck_beached": [ + "beach", + "snowy_beach" + ], + "c:is_plateau": [ + "wooded_badlands", + "savanna_plateau", + "cherry_grove", + "meadow" + ], + "c:is_sparse_vegetation/overworld": [ + "wooded_badlands", + "savanna", + "savanna_plateau", + "sparse_jungle", + "windswept_savanna", + "windswept_forest", + "windswept_hills", + "windswept_gravelly_hills", + "snowy_slopes", + "jagged_peaks", + "frozen_peaks" + ], + "minecraft:allows_surface_slime_spawns": [ + "swamp", + "mangrove_swamp" + ], + "minecraft:is_hill": [ + "windswept_hills", + "windswept_forest", + "windswept_gravelly_hills" + ], + "minecraft:required_ocean_monument_surrounding": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean", + "river", + "frozen_river" + ], + "c:is_taiga": [ + "taiga", + "snowy_taiga", + "old_growth_pine_taiga", + "old_growth_spruce_taiga" + ], + "c:is_magical": [], + "c:is_cold/end": [ + "the_end", + "small_end_islands", + "end_midlands", + "end_highlands", + "end_barrens" + ], + "c:is_temperate/end": [], + "c:is_dead": [], + "c:is_dense_vegetation/overworld": [ + "dark_forest", + "pale_garden", + "old_growth_birch_forest", + "old_growth_spruce_taiga", + "jungle", + "bamboo_jungle", + "mangrove_swamp" + ], + "c:primary_wood_type/dark_oak": [ + "dark_forest" + ], + "c:is_jungle": [ + "bamboo_jungle", + "jungle", + "sparse_jungle" + ], + "c:primary_wood_type/spruce": [ + "taiga", + "snowy_taiga", + "old_growth_spruce_taiga", + "old_growth_pine_taiga", + "grove" + ], + "minecraft:has_structure/ocean_monument": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean" + ], + "minecraft:has_structure/village_desert": [ + "desert" + ], + "minecraft:has_structure/ruined_portal_ocean": [ + "deep_frozen_ocean", + "deep_cold_ocean", + "deep_ocean", + "deep_lukewarm_ocean", + "frozen_ocean", + "ocean", + "cold_ocean", + "lukewarm_ocean", + "warm_ocean" + ], + "minecraft:spawns_coral_variant_zombie_nautilus": [ + "warm_ocean" + ], + "minecraft:has_structure/desert_pyramid": [ + "desert" + ], + "c:is_snowy": [ + "snowy_beach", + "snowy_plains", + "ice_spikes", + "snowy_taiga", + "grove", + "snowy_slopes", + "jagged_peaks", + "frozen_peaks" + ], + "minecraft:has_structure/ruined_portal_jungle": [ + "bamboo_jungle", + "jungle", + "sparse_jungle" + ], + "minecraft:is_nether": [ + "nether_wastes", + "soul_sand_valley", + "crimson_forest", + "warped_forest", + "basalt_deltas" + ], + "minecraft:spawns_cold_variant_farm_animals": [ + "snowy_plains", + "ice_spikes", + "frozen_peaks", + "jagged_peaks", + "snowy_slopes", + "frozen_ocean", + "deep_frozen_ocean", + "grove", + "deep_dark", + "frozen_river", + "snowy_taiga", + "snowy_beach", + "the_end", + "end_highlands", + "end_midlands", + "small_end_islands", + "end_barrens", + "cold_ocean", + "deep_cold_ocean", + "old_growth_pine_taiga", + "old_growth_spruce_taiga", + "taiga", + "windswept_forest", + "windswept_gravelly_hills", + "windswept_hills", + "stony_peaks" + ], + "c:is_windswept": [ + "windswept_hills", + "windswept_gravelly_hills", + "windswept_forest", + "windswept_savanna" + ], + "c:is_savanna": [ + "savanna", + "savanna_plateau", + "windswept_savanna" + ], + "c:is_wet": [ + "swamp", + "mangrove_swamp", + "jungle", + "bamboo_jungle", + "sparse_jungle", + "beach", + "lush_caves", + "dripstone_caves" + ], + "minecraft:spawns_white_rabbits": [ + "snowy_plains", + "ice_spikes", + "frozen_ocean", + "snowy_taiga", + "frozen_river", + "snowy_beach", + "frozen_peaks", + "jagged_peaks", + "snowy_slopes", + "grove" + ], + "c:is_dense_vegetation": [ + "dark_forest", + "pale_garden", + "old_growth_birch_forest", + "old_growth_spruce_taiga", + "jungle", + "bamboo_jungle", + "mangrove_swamp" + ], + "c:is_beach": [ + "beach", + "snowy_beach" + ], + "c:is_plains": [ + "plains", + "sunflower_plains" ] }, "block": { - "c:ores/redstone": [ - "redstone_ore", - "deepslate_redstone_ore" + "minecraft:geode_invalid_blocks": [ + "bedrock", + "water", + "lava", + "ice", + "packed_ice", + "blue_ice" ], - "minecraft:azalea_root_replaceable": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", + "c:dyed/gray": [ + "gray_banner", + "gray_bed", + "gray_candle", + "gray_carpet", + "gray_concrete", + "gray_concrete_powder", + "gray_glazed_terracotta", + "gray_shulker_box", + "gray_stained_glass", + "gray_stained_glass_pane", "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", + "gray_wall_banner", + "gray_wool" + ], + "minecraft:frog_prefer_jump_to": [ + "lily_pad", + "big_dripleaf" + ], + "c:dyed/purple": [ + "purple_banner", + "purple_bed", + "purple_candle", + "purple_carpet", + "purple_concrete", + "purple_concrete_powder", + "purple_glazed_terracotta", + "purple_shulker_box", + "purple_stained_glass", + "purple_stained_glass_pane", "purple_terracotta", + "purple_wall_banner", + "purple_wool" + ], + "c:sands/colorless": [ + "sand" + ], + "minecraft:sniffer_egg_hatch_boost": [ + "moss_block" + ], + "c:dyed/blue": [ + "blue_banner", + "blue_bed", + "blue_candle", + "blue_carpet", + "blue_concrete", + "blue_concrete_powder", + "blue_glazed_terracotta", + "blue_shulker_box", + "blue_stained_glass", + "blue_stained_glass_pane", "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta", - "red_sand", - "clay", - "gravel", - "sand", - "snow_block", - "powder_snow" + "blue_wall_banner", + "blue_wool" ], - "minecraft:wooden_trapdoors": [ - "acacia_trapdoor", - "birch_trapdoor", - "dark_oak_trapdoor", - "pale_oak_trapdoor", - "jungle_trapdoor", - "oak_trapdoor", - "spruce_trapdoor", - "crimson_trapdoor", - "warped_trapdoor", - "mangrove_trapdoor", - "bamboo_trapdoor", - "cherry_trapdoor" + "c:storage_blocks/copper": [ + "copper_block" ], - "minecraft:snow": [ - "snow", - "snow_block", - "powder_snow" - ], - "minecraft:candle_cakes": [ - "candle_cake", - "white_candle_cake", - "orange_candle_cake", - "magenta_candle_cake", - "light_blue_candle_cake", - "yellow_candle_cake", - "lime_candle_cake", - "pink_candle_cake", - "gray_candle_cake", - "light_gray_candle_cake", - "cyan_candle_cake", - "purple_candle_cake", - "blue_candle_cake", - "brown_candle_cake", - "green_candle_cake", - "red_candle_cake", - "black_candle_cake" - ], - "minecraft:mushroom_grow_block": [ - "mycelium", - "podzol", - "crimson_nylium", - "warped_nylium" - ], - "minecraft:standing_signs": [ - "oak_sign", - "spruce_sign", - "birch_sign", - "acacia_sign", - "jungle_sign", - "dark_oak_sign", - "pale_oak_sign", - "crimson_sign", - "warped_sign", - "mangrove_sign", - "bamboo_sign", - "cherry_sign" - ], - "c:storage_blocks/netherite": [ - "netherite_block" - ], - "c:chains": [ - "iron_chain", - "copper_chain", - "waxed_copper_chain", - "exposed_copper_chain", - "waxed_exposed_copper_chain", - "weathered_copper_chain", - "waxed_weathered_copper_chain", - "oxidized_copper_chain", - "waxed_oxidized_copper_chain" - ], - "minecraft:dirt": [ - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots" - ], - "minecraft:wolves_spawnable_on": [ - "grass_block", - "snow", - "snow_block", - "coarse_dirt", - "podzol" - ], - "c:player_workstations/furnaces": [ - "furnace" - ], - "minecraft:maintains_farmland": [ - "pumpkin_stem", - "attached_pumpkin_stem", - "melon_stem", - "attached_melon_stem", - "beetroots", - "carrots", - "potatoes", - "torchflower_crop", - "torchflower", - "pitcher_crop", - "wheat" - ], - "minecraft:infiniburn_nether": [ - "netherrack", - "magma_block" - ], - "minecraft:small_flowers": [ - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "closed_eyeblossom" - ], - "minecraft:azalea_grows_on": [ - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "sand", - "red_sand", - "suspicious_sand", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta", - "snow_block", - "powder_snow" - ], - "c:storage_blocks/dried_kelp": [ - "dried_kelp_block" - ], - "c:ores/netherite_scrap": [ - "ancient_debris" - ], - "minecraft:valid_spawn": [ - "grass_block", - "podzol" - ], - "minecraft:overworld_natural_logs": [ - "acacia_log", - "birch_log", - "oak_log", - "jungle_log", - "spruce_log", - "dark_oak_log", - "pale_oak_log", - "mangrove_log", - "cherry_log" - ], - "c:storage_blocks/emerald": [ - "emerald_block" - ], - "c:fence_gates": [ - "oak_fence_gate", - "spruce_fence_gate", - "birch_fence_gate", - "jungle_fence_gate", - "acacia_fence_gate", - "dark_oak_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate", - "pale_oak_fence_gate" - ], - "minecraft:wooden_doors": [ - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door" - ], - "minecraft:walls": [ - "cobblestone_wall", - "mossy_cobblestone_wall", - "brick_wall", - "prismarine_wall", - "red_sandstone_wall", - "mossy_stone_brick_wall", - "granite_wall", - "stone_brick_wall", - "nether_brick_wall", - "andesite_wall", - "red_nether_brick_wall", - "sandstone_wall", - "end_stone_brick_wall", - "diorite_wall", - "blackstone_wall", - "polished_blackstone_brick_wall", - "polished_blackstone_wall", - "cobbled_deepslate_wall", - "polished_deepslate_wall", - "deepslate_tile_wall", - "deepslate_brick_wall", - "mud_brick_wall", - "tuff_wall", - "polished_tuff_wall", - "tuff_brick_wall", - "resin_brick_wall" - ], - "minecraft:foxes_spawnable_on": [ - "grass_block", - "snow", - "snow_block", - "podzol", - "coarse_dirt" - ], - "minecraft:edible_for_sheep": [ - "short_grass", - "short_dry_grass", - "tall_dry_grass", - "fern" - ], - "minecraft:infiniburn_end": [ - "netherrack", - "magma_block", - "bedrock" - ], - "minecraft:wooden_shelves": [ - "acacia_shelf", - "bamboo_shelf", - "birch_shelf", - "cherry_shelf", - "crimson_shelf", - "dark_oak_shelf", - "jungle_shelf", - "mangrove_shelf", - "oak_shelf", - "pale_oak_shelf", - "spruce_shelf", - "warped_shelf" + "minecraft:iron_ores": [ + "iron_ore", + "deepslate_iron_ore" ], "minecraft:stairs": [ "oak_stairs", @@ -1020,6 +2294,1122 @@ "tuff_brick_stairs", "resin_brick_stairs" ], + "c:storage_blocks/iron": [ + "iron_block" + ], + "minecraft:stone_buttons": [ + "stone_button", + "polished_blackstone_button" + ], + "minecraft:foxes_spawnable_on": [ + "grass_block", + "snow", + "snow_block", + "podzol", + "coarse_dirt" + ], + "c:stripped_logs": [ + "stripped_acacia_log", + "stripped_bamboo_block", + "stripped_birch_log", + "stripped_cherry_log", + "stripped_dark_oak_log", + "stripped_jungle_log", + "stripped_mangrove_log", + "stripped_oak_log", + "stripped_pale_oak_log", + "stripped_spruce_log", + "stripped_crimson_stem", + "stripped_warped_stem" + ], + "c:glass_blocks": [ + "glass", + "white_stained_glass", + "orange_stained_glass", + "magenta_stained_glass", + "light_blue_stained_glass", + "yellow_stained_glass", + "lime_stained_glass", + "pink_stained_glass", + "gray_stained_glass", + "light_gray_stained_glass", + "cyan_stained_glass", + "purple_stained_glass", + "blue_stained_glass", + "brown_stained_glass", + "green_stained_glass", + "black_stained_glass", + "red_stained_glass", + "tinted_glass" + ], + "minecraft:all_signs": [ + "oak_sign", + "spruce_sign", + "birch_sign", + "acacia_sign", + "jungle_sign", + "dark_oak_sign", + "pale_oak_sign", + "crimson_sign", + "warped_sign", + "mangrove_sign", + "bamboo_sign", + "cherry_sign", + "oak_wall_sign", + "spruce_wall_sign", + "birch_wall_sign", + "acacia_wall_sign", + "jungle_wall_sign", + "dark_oak_wall_sign", + "pale_oak_wall_sign", + "crimson_wall_sign", + "warped_wall_sign", + "mangrove_wall_sign", + "bamboo_wall_sign", + "cherry_wall_sign", + "oak_hanging_sign", + "spruce_hanging_sign", + "birch_hanging_sign", + "acacia_hanging_sign", + "cherry_hanging_sign", + "jungle_hanging_sign", + "dark_oak_hanging_sign", + "pale_oak_hanging_sign", + "crimson_hanging_sign", + "warped_hanging_sign", + "mangrove_hanging_sign", + "bamboo_hanging_sign", + "oak_wall_hanging_sign", + "spruce_wall_hanging_sign", + "birch_wall_hanging_sign", + "acacia_wall_hanging_sign", + "cherry_wall_hanging_sign", + "jungle_wall_hanging_sign", + "dark_oak_wall_hanging_sign", + "pale_oak_wall_hanging_sign", + "crimson_wall_hanging_sign", + "warped_wall_hanging_sign", + "mangrove_wall_hanging_sign", + "bamboo_wall_hanging_sign" + ], + "c:dyed/red": [ + "red_banner", + "red_bed", + "red_candle", + "red_carpet", + "red_concrete", + "red_concrete_powder", + "red_glazed_terracotta", + "red_shulker_box", + "red_stained_glass", + "red_stained_glass_pane", + "red_terracotta", + "red_wall_banner", + "red_wool" + ], + "minecraft:terracotta": [ + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta" + ], + "minecraft:frogs_spawnable_on": [ + "grass_block", + "mud", + "mangrove_roots", + "muddy_mangrove_roots" + ], + "c:cobblestones": [ + "cobblestone", + "mossy_cobblestone", + "infested_cobblestone", + "cobbled_deepslate" + ], + "c:natural_woods": [ + "acacia_wood", + "birch_wood", + "cherry_wood", + "dark_oak_wood", + "jungle_wood", + "mangrove_wood", + "oak_wood", + "pale_oak_wood", + "spruce_wood", + "crimson_hyphae", + "warped_hyphae" + ], + "minecraft:logs": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood", + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood", + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae", + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae" + ], + "minecraft:moss_replaceable": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "cave_vines_plant", + "cave_vines", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots" + ], + "c:ore_rates/singular": [ + "ancient_debris", + "coal_ore", + "deepslate_coal_ore", + "deepslate_diamond_ore", + "deepslate_emerald_ore", + "deepslate_gold_ore", + "deepslate_iron_ore", + "diamond_ore", + "emerald_ore", + "gold_ore", + "iron_ore", + "nether_quartz_ore" + ], + "c:storage_blocks/dried_kelp": [ + "dried_kelp_block" + ], + "minecraft:coal_ores": [ + "coal_ore", + "deepslate_coal_ore" + ], + "minecraft:base_stone_nether": [ + "netherrack", + "basalt", + "blackstone" + ], + "minecraft:shulker_boxes": [ + "shulker_box", + "black_shulker_box", + "blue_shulker_box", + "brown_shulker_box", + "cyan_shulker_box", + "gray_shulker_box", + "green_shulker_box", + "light_blue_shulker_box", + "light_gray_shulker_box", + "lime_shulker_box", + "magenta_shulker_box", + "orange_shulker_box", + "pink_shulker_box", + "purple_shulker_box", + "red_shulker_box", + "white_shulker_box", + "yellow_shulker_box" + ], + "minecraft:soul_speed_blocks": [ + "soul_sand", + "soul_soil" + ], + "c:ores/coal": [ + "coal_ore", + "deepslate_coal_ore" + ], + "minecraft:dripstone_replaceable_blocks": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate" + ], + "c:storage_blocks/bone_meal": [ + "bone_block" + ], + "c:ropes": [], + "minecraft:badlands_terracotta": [ + "terracotta", + "white_terracotta", + "yellow_terracotta", + "orange_terracotta", + "red_terracotta", + "brown_terracotta", + "light_gray_terracotta" + ], + "c:fence_gates": [ + "oak_fence_gate", + "spruce_fence_gate", + "birch_fence_gate", + "jungle_fence_gate", + "acacia_fence_gate", + "dark_oak_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate", + "pale_oak_fence_gate" + ], + "minecraft:wither_summon_base_blocks": [ + "soul_sand", + "soul_soil" + ], + "c:flowers": [ + "cherry_leaves", + "flowering_azalea_leaves", + "flowering_azalea", + "mangrove_propagule", + "pink_petals", + "wildflowers", + "chorus_flower", + "spore_blossom", + "cactus_flower", + "dandelion", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "open_eyeblossom", + "closed_eyeblossom", + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant" + ], + "minecraft:emerald_ores": [ + "emerald_ore", + "deepslate_emerald_ore" + ], + "c:natural_logs": [ + "acacia_log", + "bamboo_block", + "birch_log", + "cherry_log", + "dark_oak_log", + "jungle_log", + "mangrove_log", + "oak_log", + "pale_oak_log", + "spruce_log", + "crimson_stem", + "warped_stem" + ], + "minecraft:valid_spawn": [ + "grass_block", + "podzol" + ], + "c:budding_blocks": [ + "budding_amethyst" + ], + "c:concrete": [ + "white_concrete", + "orange_concrete", + "magenta_concrete", + "light_blue_concrete", + "yellow_concrete", + "lime_concrete", + "pink_concrete", + "gray_concrete", + "light_gray_concrete", + "cyan_concrete", + "purple_concrete", + "blue_concrete", + "brown_concrete", + "green_concrete", + "black_concrete", + "red_concrete" + ], + "c:ores/redstone": [ + "redstone_ore", + "deepslate_redstone_ore" + ], + "minecraft:snow": [ + "snow", + "snow_block", + "powder_snow" + ], + "minecraft:big_dripleaf_placeable": [ + "clay", + "moss_block", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "mud", + "muddy_mangrove_roots", + "farmland" + ], + "c:sandstone/red_stairs": [ + "red_sandstone_stairs", + "smooth_red_sandstone_stairs" + ], + "minecraft:wooden_trapdoors": [ + "acacia_trapdoor", + "birch_trapdoor", + "dark_oak_trapdoor", + "pale_oak_trapdoor", + "jungle_trapdoor", + "oak_trapdoor", + "spruce_trapdoor", + "crimson_trapdoor", + "warped_trapdoor", + "mangrove_trapdoor", + "bamboo_trapdoor", + "cherry_trapdoor" + ], + "minecraft:enchantment_power_transmitter": [ + "air", + "water", + "lava", + "short_grass", + "fern", + "dead_bush", + "bush", + "short_dry_grass", + "tall_dry_grass", + "seagrass", + "tall_seagrass", + "fire", + "soul_fire", + "snow", + "vine", + "glow_lichen", + "resin_clump", + "light", + "tall_grass", + "large_fern", + "structure_void", + "void_air", + "cave_air", + "bubble_column", + "warped_roots", + "nether_sprouts", + "crimson_roots", + "leaf_litter", + "hanging_roots" + ], + "minecraft:signs": [ + "oak_sign", + "spruce_sign", + "birch_sign", + "acacia_sign", + "jungle_sign", + "dark_oak_sign", + "pale_oak_sign", + "crimson_sign", + "warped_sign", + "mangrove_sign", + "bamboo_sign", + "cherry_sign", + "oak_wall_sign", + "spruce_wall_sign", + "birch_wall_sign", + "acacia_wall_sign", + "jungle_wall_sign", + "dark_oak_wall_sign", + "pale_oak_wall_sign", + "crimson_wall_sign", + "warped_wall_sign", + "mangrove_wall_sign", + "bamboo_wall_sign", + "cherry_wall_sign" + ], + "minecraft:dirt": [ + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots" + ], + "minecraft:smelts_to_glass": [ + "sand", + "red_sand" + ], + "c:player_workstations/furnaces": [ + "furnace" + ], + "c:relocation_not_supported": [], + "minecraft:campfires": [ + "campfire", + "soul_campfire" + ], + "minecraft:acacia_logs": [ + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood" + ], + "c:ore_bearing_ground/deepslate": [ + "deepslate" + ], + "minecraft:infiniburn_nether": [ + "netherrack", + "magma_block" + ], + "minecraft:bee_growables": [ + "beetroots", + "carrots", + "potatoes", + "wheat", + "melon_stem", + "pumpkin_stem", + "torchflower_crop", + "pitcher_crop", + "sweet_berry_bush", + "cave_vines", + "cave_vines_plant" + ], + "minecraft:mangrove_logs": [ + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood" + ], + "minecraft:walls": [ + "cobblestone_wall", + "mossy_cobblestone_wall", + "brick_wall", + "prismarine_wall", + "red_sandstone_wall", + "mossy_stone_brick_wall", + "granite_wall", + "stone_brick_wall", + "nether_brick_wall", + "andesite_wall", + "red_nether_brick_wall", + "sandstone_wall", + "end_stone_brick_wall", + "diorite_wall", + "blackstone_wall", + "polished_blackstone_brick_wall", + "polished_blackstone_wall", + "cobbled_deepslate_wall", + "polished_deepslate_wall", + "deepslate_tile_wall", + "deepslate_brick_wall", + "mud_brick_wall", + "tuff_wall", + "polished_tuff_wall", + "tuff_brick_wall", + "resin_brick_wall" + ], + "c:storage_blocks/emerald": [ + "emerald_block" + ], + "c:gravels": [ + "gravel" + ], + "minecraft:copper_ores": [ + "copper_ore", + "deepslate_copper_ore" + ], + "minecraft:stone_pressure_plates": [ + "stone_pressure_plate", + "polished_blackstone_pressure_plate" + ], + "c:obsidians/crying": [ + "crying_obsidian" + ], + "minecraft:small_dripleaf_placeable": [ + "clay", + "moss_block" + ], + "minecraft:dragon_transparent": [ + "light", + "fire", + "soul_fire" + ], + "c:concretes": [ + "white_concrete", + "orange_concrete", + "magenta_concrete", + "light_blue_concrete", + "yellow_concrete", + "lime_concrete", + "pink_concrete", + "gray_concrete", + "light_gray_concrete", + "cyan_concrete", + "purple_concrete", + "blue_concrete", + "brown_concrete", + "green_concrete", + "black_concrete", + "red_concrete" + ], + "minecraft:incorrect_for_diamond_tool": [], + "c:dyed/light_gray": [ + "light_gray_banner", + "light_gray_bed", + "light_gray_candle", + "light_gray_carpet", + "light_gray_concrete", + "light_gray_concrete_powder", + "light_gray_glazed_terracotta", + "light_gray_shulker_box", + "light_gray_stained_glass", + "light_gray_stained_glass_pane", + "light_gray_terracotta", + "light_gray_wall_banner", + "light_gray_wool" + ], + "minecraft:mineable/hoe": [ + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "nether_wart_block", + "warped_wart_block", + "hay_block", + "dried_kelp_block", + "target", + "shroomlight", + "sponge", + "wet_sponge", + "sculk_sensor", + "calibrated_sculk_sensor", + "moss_block", + "moss_carpet", + "pale_moss_block", + "pale_moss_carpet", + "sculk", + "sculk_catalyst", + "sculk_vein", + "sculk_shrieker" + ], + "minecraft:wooden_slabs": [ + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "pale_oak_slab", + "crimson_slab", + "warped_slab", + "mangrove_slab", + "bamboo_slab", + "cherry_slab" + ], + "c:ores": [ + "coal_ore", + "deepslate_coal_ore", + "copper_ore", + "deepslate_copper_ore", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore", + "iron_ore", + "deepslate_iron_ore", + "lapis_ore", + "deepslate_lapis_ore", + "ancient_debris", + "redstone_ore", + "deepslate_redstone_ore", + "nether_quartz_ore" + ], + "minecraft:candle_cakes": [ + "candle_cake", + "white_candle_cake", + "orange_candle_cake", + "magenta_candle_cake", + "light_blue_candle_cake", + "yellow_candle_cake", + "lime_candle_cake", + "pink_candle_cake", + "gray_candle_cake", + "light_gray_candle_cake", + "cyan_candle_cake", + "purple_candle_cake", + "blue_candle_cake", + "brown_candle_cake", + "green_candle_cake", + "red_candle_cake", + "black_candle_cake" + ], + "minecraft:fall_damage_resetting": [ + "ladder", + "vine", + "scaffolding", + "weeping_vines", + "weeping_vines_plant", + "twisting_vines", + "twisting_vines_plant", + "cave_vines", + "cave_vines_plant", + "sweet_berry_bush", + "cobweb" + ], + "c:barrels/wooden": [ + "barrel" + ], + "minecraft:diamond_ores": [ + "diamond_ore", + "deepslate_diamond_ore" + ], + "minecraft:sculk_replaceable_world_gen": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta", + "crimson_nylium", + "warped_nylium", + "netherrack", + "basalt", + "blackstone", + "sand", + "red_sand", + "gravel", + "soul_sand", + "soul_soil", + "calcite", + "smooth_basalt", + "clay", + "dripstone_block", + "end_stone", + "red_sandstone", + "sandstone", + "deepslate_bricks", + "deepslate_tiles", + "cobbled_deepslate", + "cracked_deepslate_bricks", + "cracked_deepslate_tiles", + "polished_deepslate" + ], + "c:cobblestones/mossy": [ + "mossy_cobblestone" + ], + "minecraft:inside_step_sound_blocks": [ + "powder_snow", + "sculk_vein", + "glow_lichen", + "lily_pad", + "small_amethyst_bud", + "pink_petals", + "wildflowers", + "leaf_litter" + ], + "minecraft:planks": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", + "pale_oak_planks", + "crimson_planks", + "warped_planks", + "mangrove_planks", + "bamboo_planks", + "cherry_planks" + ], + "c:dyed/brown": [ + "brown_banner", + "brown_bed", + "brown_candle", + "brown_carpet", + "brown_concrete", + "brown_concrete_powder", + "brown_glazed_terracotta", + "brown_shulker_box", + "brown_stained_glass", + "brown_stained_glass_pane", + "brown_terracotta", + "brown_wall_banner", + "brown_wool" + ], + "minecraft:guarded_by_piglins": [ + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest", + "gold_block", + "barrel", + "chest", + "ender_chest", + "gilded_blackstone", + "trapped_chest", + "raw_gold_block", + "shulker_box", + "black_shulker_box", + "blue_shulker_box", + "brown_shulker_box", + "cyan_shulker_box", + "gray_shulker_box", + "green_shulker_box", + "light_blue_shulker_box", + "light_gray_shulker_box", + "lime_shulker_box", + "magenta_shulker_box", + "orange_shulker_box", + "pink_shulker_box", + "purple_shulker_box", + "red_shulker_box", + "white_shulker_box", + "yellow_shulker_box", + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore" + ], + "c:chests/trapped": [ + "trapped_chest" + ], + "minecraft:completes_find_tree_tutorial": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood", + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood", + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae", + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae", + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "nether_wart_block", + "warped_wart_block" + ], + "minecraft:mangrove_logs_can_grow_through": [ + "mud", + "muddy_mangrove_roots", + "mangrove_roots", + "mangrove_leaves", + "mangrove_log", + "mangrove_propagule", + "moss_carpet", + "vine" + ], + "c:fences/wooden": [ + "oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "acacia_fence", + "dark_oak_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "pale_oak_fence" + ], + "c:storage_blocks/wheat": [ + "hay_block" + ], + "c:sandstone/uncolored_stairs": [ + "sandstone_stairs", + "smooth_sandstone_stairs" + ], + "minecraft:beacon_base_blocks": [ + "netherite_block", + "emerald_block", + "diamond_block", + "gold_block", + "iron_block" + ], + "minecraft:overworld_natural_logs": [ + "acacia_log", + "birch_log", + "oak_log", + "jungle_log", + "spruce_log", + "dark_oak_log", + "pale_oak_log", + "mangrove_log", + "cherry_log" + ], + "minecraft:corals": [ + "tube_coral", + "brain_coral", + "bubble_coral", + "fire_coral", + "horn_coral", + "tube_coral_fan", + "brain_coral_fan", + "bubble_coral_fan", + "fire_coral_fan", + "horn_coral_fan" + ], + "minecraft:mangrove_roots_can_grow_through": [ + "mud", + "muddy_mangrove_roots", + "mangrove_roots", + "moss_carpet", + "vine", + "mangrove_propagule", + "snow" + ], + "c:flowers/tall": [ + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant" + ], + "c:ores/netherite_scrap": [ + "ancient_debris" + ], + "minecraft:azalea_grows_on": [ + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "sand", + "red_sand", + "suspicious_sand", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta", + "snow_block", + "powder_snow" + ], + "minecraft:combination_step_sound_blocks": [ + "white_carpet", + "orange_carpet", + "magenta_carpet", + "light_blue_carpet", + "yellow_carpet", + "lime_carpet", + "pink_carpet", + "gray_carpet", + "light_gray_carpet", + "cyan_carpet", + "purple_carpet", + "blue_carpet", + "brown_carpet", + "green_carpet", + "red_carpet", + "black_carpet", + "moss_carpet", + "pale_moss_carpet", + "snow", + "nether_sprouts", + "warped_roots", + "crimson_roots", + "resin_clump" + ], + "minecraft:trail_ruins_replaceable": [ + "gravel" + ], + "c:ores/quartz": [ + "nether_quartz_ore" + ], + "minecraft:nether_carver_replaceables": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "netherrack", + "basalt", + "blackstone", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "crimson_nylium", + "warped_nylium", + "nether_wart_block", + "warped_wart_block", + "soul_sand", + "soul_soil" + ], + "minecraft:edible_for_sheep": [ + "short_grass", + "short_dry_grass", + "tall_dry_grass", + "fern" + ], + "c:storage_blocks/resin": [ + "resin_block" + ], "minecraft:needs_stone_tool": [ "iron_block", "raw_iron_block", @@ -1113,6 +3503,138 @@ "waxed_weathered_lightning_rod", "waxed_oxidized_lightning_rod" ], + "c:dyed/orange": [ + "orange_banner", + "orange_bed", + "orange_candle", + "orange_carpet", + "orange_concrete", + "orange_concrete_powder", + "orange_glazed_terracotta", + "orange_shulker_box", + "orange_stained_glass", + "orange_stained_glass_pane", + "orange_terracotta", + "orange_wall_banner", + "orange_wool" + ], + "c:cobblestones/deepslate": [ + "cobbled_deepslate" + ], + "minecraft:crops": [ + "beetroots", + "carrots", + "potatoes", + "wheat", + "melon_stem", + "pumpkin_stem", + "torchflower_crop", + "pitcher_crop" + ], + "c:sandstone/blocks": [ + "sandstone", + "cut_sandstone", + "smooth_sandstone", + "chiseled_sandstone", + "red_sandstone", + "cut_red_sandstone", + "smooth_red_sandstone", + "chiseled_red_sandstone" + ], + "minecraft:needs_diamond_tool": [ + "obsidian", + "crying_obsidian", + "netherite_block", + "respawn_anchor", + "ancient_debris" + ], + "c:sandstone/uncolored_slabs": [ + "sandstone_slab", + "cut_sandstone_slab", + "smooth_sandstone_slab" + ], + "c:pumpkins/jack_o_lanterns": [ + "jack_o_lantern" + ], + "minecraft:prevent_mob_spawning_inside": [ + "rail", + "powered_rail", + "detector_rail", + "activator_rail" + ], + "minecraft:climbable": [ + "ladder", + "vine", + "scaffolding", + "weeping_vines", + "weeping_vines_plant", + "twisting_vines", + "twisting_vines_plant", + "cave_vines", + "cave_vines_plant" + ], + "minecraft:replaceable_by_mushrooms": [ + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom", + "pale_moss_carpet", + "short_grass", + "fern", + "dead_bush", + "vine", + "glow_lichen", + "sunflower", + "lilac", + "rose_bush", + "peony", + "tall_grass", + "large_fern", + "hanging_roots", + "pitcher_plant", + "water", + "seagrass", + "tall_seagrass", + "brown_mushroom", + "red_mushroom", + "brown_mushroom_block", + "red_mushroom_block", + "warped_roots", + "nether_sprouts", + "crimson_roots", + "leaf_litter", + "short_dry_grass", + "tall_dry_grass", + "bush", + "firefly_bush" + ], + "minecraft:infiniburn_overworld": [ + "netherrack", + "magma_block" + ], "minecraft:triggers_ambient_desert_dry_vegetation_block_sounds": [ "terracotta", "white_terracotta", @@ -1134,27 +3656,286 @@ "sand", "red_sand" ], - "c:storage_blocks/gold": [ - "gold_block" + "minecraft:hoglin_repellents": [ + "warped_fungus", + "potted_warped_fungus", + "nether_portal", + "respawn_anchor" ], - "minecraft:coal_ores": [ - "coal_ore", - "deepslate_coal_ore" + "minecraft:wooden_doors": [ + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door" ], - "minecraft:wart_blocks": [ - "nether_wart_block", - "warped_wart_block" + "minecraft:wolves_spawnable_on": [ + "grass_block", + "snow", + "snow_block", + "coarse_dirt", + "podzol" ], - "c:flowers": [ - "cherry_leaves", - "flowering_azalea_leaves", - "flowering_azalea", - "mangrove_propagule", - "pink_petals", - "wildflowers", - "chorus_flower", - "spore_blossom", - "cactus_flower", + "minecraft:small_flowers": [ + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom" + ], + "minecraft:air": [ + "air", + "void_air", + "cave_air" + ], + "minecraft:wooden_stairs": [ + "oak_stairs", + "spruce_stairs", + "birch_stairs", + "jungle_stairs", + "acacia_stairs", + "dark_oak_stairs", + "pale_oak_stairs", + "crimson_stairs", + "warped_stairs", + "mangrove_stairs", + "bamboo_stairs", + "cherry_stairs" + ], + "minecraft:dry_vegetation_may_place_on": [ + "sand", + "red_sand", + "suspicious_sand", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "farmland" + ], + "c:sandstone/stairs": [ + "sandstone_stairs", + "smooth_sandstone_stairs", + "red_sandstone_stairs", + "smooth_red_sandstone_stairs" + ], + "minecraft:mooshrooms_spawnable_on": [ + "mycelium" + ], + "c:storage_blocks/coal": [ + "coal_block" + ], + "c:storage_blocks/netherite": [ + "netherite_block" + ], + "c:stripped_woods": [ + "stripped_acacia_wood", + "stripped_birch_wood", + "stripped_cherry_wood", + "stripped_dark_oak_wood", + "stripped_jungle_wood", + "stripped_mangrove_wood", + "stripped_oak_wood", + "stripped_pale_oak_wood", + "stripped_spruce_wood", + "stripped_crimson_hyphae", + "stripped_warped_hyphae" + ], + "minecraft:lapis_ores": [ + "lapis_ore", + "deepslate_lapis_ore" + ], + "c:ores/diamond": [ + "diamond_ore", + "deepslate_diamond_ore" + ], + "minecraft:wooden_shelves": [ + "acacia_shelf", + "bamboo_shelf", + "birch_shelf", + "cherry_shelf", + "crimson_shelf", + "dark_oak_shelf", + "jungle_shelf", + "mangrove_shelf", + "oak_shelf", + "pale_oak_shelf", + "spruce_shelf", + "warped_shelf" + ], + "c:barrels": [ + "barrel" + ], + "c:storage_blocks/lapis": [ + "lapis_block" + ], + "minecraft:wall_corals": [ + "tube_coral_wall_fan", + "brain_coral_wall_fan", + "bubble_coral_wall_fan", + "fire_coral_wall_fan", + "horn_coral_wall_fan" + ], + "minecraft:maintains_farmland": [ + "pumpkin_stem", + "attached_pumpkin_stem", + "melon_stem", + "attached_melon_stem", + "beetroots", + "carrots", + "potatoes", + "torchflower_crop", + "torchflower", + "pitcher_crop", + "wheat" + ], + "c:storage_blocks": [ + "bone_block", + "coal_block", + "copper_block", + "diamond_block", + "dried_kelp_block", + "emerald_block", + "gold_block", + "iron_block", + "lapis_block", + "netherite_block", + "raw_copper_block", + "raw_gold_block", + "raw_iron_block", + "redstone_block", + "resin_block", + "slime_block", + "hay_block" + ], + "minecraft:dampens_vibrations": [ + "white_wool", + "orange_wool", + "magenta_wool", + "light_blue_wool", + "yellow_wool", + "lime_wool", + "pink_wool", + "gray_wool", + "light_gray_wool", + "cyan_wool", + "purple_wool", + "blue_wool", + "brown_wool", + "green_wool", + "red_wool", + "black_wool", + "white_carpet", + "orange_carpet", + "magenta_carpet", + "light_blue_carpet", + "yellow_carpet", + "lime_carpet", + "pink_carpet", + "gray_carpet", + "light_gray_carpet", + "cyan_carpet", + "purple_carpet", + "blue_carpet", + "brown_carpet", + "green_carpet", + "red_carpet", + "black_carpet" + ], + "c:pumpkins/carved": [ + "carved_pumpkin" + ], + "c:ores/gold": [ + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore" + ], + "minecraft:dark_oak_logs": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood" + ], + "c:sandstone/uncolored_blocks": [ + "sandstone", + "cut_sandstone", + "smooth_sandstone", + "chiseled_sandstone" + ], + "minecraft:lush_ground_replaceable": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "cave_vines_plant", + "cave_vines", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "clay", + "gravel", + "sand" + ], + "minecraft:sword_instantly_mines": [ + "bamboo", + "bamboo_sapling" + ], + "minecraft:pale_oak_logs": [ + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood" + ], + "c:flowers/small": [ "dandelion", "poppy", "blue_orchid", @@ -1170,82 +3951,135 @@ "wither_rose", "torchflower", "open_eyeblossom", - "closed_eyeblossom", + "closed_eyeblossom" + ], + "minecraft:oak_logs": [ + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood" + ], + "c:obsidians": [ + "obsidian", + "crying_obsidian" + ], + "c:ores/copper": [ + "copper_ore", + "deepslate_copper_ore" + ], + "c:stones": [ + "stone", + "andesite", + "diorite", + "granite", + "tuff", + "deepslate" + ], + "c:storage_blocks/raw_gold": [ + "raw_gold_block" + ], + "c:natural_logs/nether": [ + "crimson_stem", + "warped_stem" + ], + "minecraft:bee_attractive": [ + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", "sunflower", "lilac", "peony", "rose_bush", - "pitcher_plant" + "pitcher_plant", + "flowering_azalea_leaves", + "flowering_azalea", + "mangrove_propagule", + "cherry_leaves", + "pink_petals", + "wildflowers", + "chorus_flower", + "spore_blossom", + "cactus_flower" ], - "c:dyed/gray": [ - "gray_banner", - "gray_bed", - "gray_candle", - "gray_carpet", - "gray_concrete", + "c:dyed/lime": [ + "lime_banner", + "lime_bed", + "lime_candle", + "lime_carpet", + "lime_concrete", + "lime_concrete_powder", + "lime_glazed_terracotta", + "lime_shulker_box", + "lime_stained_glass", + "lime_stained_glass_pane", + "lime_terracotta", + "lime_wall_banner", + "lime_wool" + ], + "minecraft:unstable_bottom_center": [ + "acacia_fence_gate", + "birch_fence_gate", + "dark_oak_fence_gate", + "pale_oak_fence_gate", + "jungle_fence_gate", + "oak_fence_gate", + "spruce_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate" + ], + "minecraft:crimson_stems": [ + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae" + ], + "minecraft:saplings": [ + "oak_sapling", + "spruce_sapling", + "birch_sapling", + "jungle_sapling", + "acacia_sapling", + "dark_oak_sapling", + "pale_oak_sapling", + "azalea", + "flowering_azalea", + "mangrove_propagule", + "cherry_sapling" + ], + "minecraft:concrete_powder": [ + "white_concrete_powder", + "orange_concrete_powder", + "magenta_concrete_powder", + "light_blue_concrete_powder", + "yellow_concrete_powder", + "lime_concrete_powder", + "pink_concrete_powder", "gray_concrete_powder", - "gray_glazed_terracotta", - "gray_shulker_box", - "gray_stained_glass", - "gray_stained_glass_pane", - "gray_terracotta", - "gray_wall_banner", - "gray_wool" - ], - "minecraft:geode_invalid_blocks": [ - "bedrock", - "water", - "lava", - "ice", - "packed_ice", - "blue_ice" - ], - "minecraft:planks": [ - "oak_planks", - "spruce_planks", - "birch_planks", - "jungle_planks", - "acacia_planks", - "dark_oak_planks", - "pale_oak_planks", - "crimson_planks", - "warped_planks", - "mangrove_planks", - "bamboo_planks", - "cherry_planks" - ], - "c:chests/trapped": [ - "trapped_chest" - ], - "minecraft:sniffer_egg_hatch_boost": [ - "moss_block" - ], - "c:dyed/blue": [ - "blue_banner", - "blue_bed", - "blue_candle", - "blue_carpet", - "blue_concrete", + "light_gray_concrete_powder", + "cyan_concrete_powder", + "purple_concrete_powder", "blue_concrete_powder", - "blue_glazed_terracotta", - "blue_shulker_box", - "blue_stained_glass", - "blue_stained_glass_pane", - "blue_terracotta", - "blue_wall_banner", - "blue_wool" + "brown_concrete_powder", + "green_concrete_powder", + "red_concrete_powder", + "black_concrete_powder" ], - "c:cobblestones": [ - "cobblestone", - "mossy_cobblestone", - "infested_cobblestone", - "cobbled_deepslate" - ], - "minecraft:cave_vines": [ - "cave_vines_plant", - "cave_vines" - ], - "c:glass_blocks": [ + "c:glass_blocks/cheap": [ "glass", "white_stained_glass", "orange_stained_glass", @@ -1262,25 +4096,562 @@ "brown_stained_glass", "green_stained_glass", "black_stained_glass", - "red_stained_glass", - "tinted_glass" + "red_stained_glass" ], - "c:dyed/light_blue": [ - "light_blue_banner", - "light_blue_bed", - "light_blue_candle", - "light_blue_carpet", - "light_blue_concrete", - "light_blue_concrete_powder", - "light_blue_glazed_terracotta", - "light_blue_shulker_box", + "minecraft:incorrect_for_wooden_tool": [ + "obsidian", + "crying_obsidian", + "netherite_block", + "respawn_anchor", + "ancient_debris", + "diamond_block", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "emerald_block", + "gold_block", + "raw_gold_block", + "gold_ore", + "deepslate_gold_ore", + "redstone_ore", + "deepslate_redstone_ore", + "iron_block", + "raw_iron_block", + "iron_ore", + "deepslate_iron_ore", + "lapis_block", + "lapis_ore", + "deepslate_lapis_ore", + "copper_block", + "raw_copper_block", + "copper_ore", + "deepslate_copper_ore", + "cut_copper_slab", + "cut_copper_stairs", + "cut_copper", + "weathered_copper", + "weathered_cut_copper_slab", + "weathered_cut_copper_stairs", + "weathered_cut_copper", + "oxidized_copper", + "oxidized_cut_copper_slab", + "oxidized_cut_copper_stairs", + "oxidized_cut_copper", + "exposed_copper", + "exposed_cut_copper_slab", + "exposed_cut_copper_stairs", + "exposed_cut_copper", + "waxed_copper_block", + "waxed_cut_copper_slab", + "waxed_cut_copper_stairs", + "waxed_cut_copper", + "waxed_weathered_copper", + "waxed_weathered_cut_copper_slab", + "waxed_weathered_cut_copper_stairs", + "waxed_weathered_cut_copper", + "waxed_exposed_copper", + "waxed_exposed_cut_copper_slab", + "waxed_exposed_cut_copper_stairs", + "waxed_exposed_cut_copper", + "waxed_oxidized_copper", + "waxed_oxidized_cut_copper_slab", + "waxed_oxidized_cut_copper_stairs", + "waxed_oxidized_cut_copper", + "crafter", + "chiseled_copper", + "exposed_chiseled_copper", + "weathered_chiseled_copper", + "oxidized_chiseled_copper", + "waxed_chiseled_copper", + "waxed_exposed_chiseled_copper", + "waxed_weathered_chiseled_copper", + "waxed_oxidized_chiseled_copper", + "copper_grate", + "exposed_copper_grate", + "weathered_copper_grate", + "oxidized_copper_grate", + "waxed_copper_grate", + "waxed_exposed_copper_grate", + "waxed_weathered_copper_grate", + "waxed_oxidized_copper_grate", + "copper_bulb", + "exposed_copper_bulb", + "weathered_copper_bulb", + "oxidized_copper_bulb", + "waxed_copper_bulb", + "waxed_exposed_copper_bulb", + "waxed_weathered_copper_bulb", + "waxed_oxidized_copper_bulb", + "copper_trapdoor", + "exposed_copper_trapdoor", + "weathered_copper_trapdoor", + "oxidized_copper_trapdoor", + "waxed_copper_trapdoor", + "waxed_exposed_copper_trapdoor", + "waxed_weathered_copper_trapdoor", + "waxed_oxidized_copper_trapdoor", + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest", + "lightning_rod", + "exposed_lightning_rod", + "weathered_lightning_rod", + "oxidized_lightning_rod", + "waxed_lightning_rod", + "waxed_exposed_lightning_rod", + "waxed_weathered_lightning_rod", + "waxed_oxidized_lightning_rod" + ], + "minecraft:impermeable": [ + "glass", + "white_stained_glass", + "orange_stained_glass", + "magenta_stained_glass", "light_blue_stained_glass", - "light_blue_stained_glass_pane", - "light_blue_terracotta", - "light_blue_wall_banner", - "light_blue_wool" + "yellow_stained_glass", + "lime_stained_glass", + "pink_stained_glass", + "gray_stained_glass", + "light_gray_stained_glass", + "cyan_stained_glass", + "purple_stained_glass", + "blue_stained_glass", + "brown_stained_glass", + "green_stained_glass", + "red_stained_glass", + "black_stained_glass", + "tinted_glass", + "barrier" ], - "minecraft:fence_gates": [ + "minecraft:nylium": [ + "crimson_nylium", + "warped_nylium" + ], + "minecraft:convertable_to_mud": [ + "dirt", + "coarse_dirt", + "rooted_dirt" + ], + "minecraft:bars": [ + "iron_bars", + "copper_bars", + "waxed_copper_bars", + "exposed_copper_bars", + "waxed_exposed_copper_bars", + "weathered_copper_bars", + "waxed_weathered_copper_bars", + "oxidized_copper_bars", + "waxed_oxidized_copper_bars" + ], + "minecraft:ice": [ + "ice", + "packed_ice", + "blue_ice", + "frosted_ice" + ], + "c:cobblestones/infested": [ + "infested_cobblestone" + ], + "minecraft:cherry_logs": [ + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood" + ], + "c:ore_rates/sparse": [ + "nether_gold_ore" + ], + "minecraft:deepslate_ore_replaceables": [ + "deepslate", + "tuff" + ], + "minecraft:fences": [ + "oak_fence", + "acacia_fence", + "dark_oak_fence", + "pale_oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "nether_brick_fence" + ], + "c:dyed/pink": [ + "pink_banner", + "pink_bed", + "pink_candle", + "pink_carpet", + "pink_concrete", + "pink_concrete_powder", + "pink_glazed_terracotta", + "pink_shulker_box", + "pink_stained_glass", + "pink_stained_glass_pane", + "pink_terracotta", + "pink_wall_banner", + "pink_wool" + ], + "minecraft:wool": [ + "white_wool", + "orange_wool", + "magenta_wool", + "light_blue_wool", + "yellow_wool", + "lime_wool", + "pink_wool", + "gray_wool", + "light_gray_wool", + "cyan_wool", + "purple_wool", + "blue_wool", + "brown_wool", + "green_wool", + "red_wool", + "black_wool" + ], + "minecraft:redstone_ores": [ + "redstone_ore", + "deepslate_redstone_ore" + ], + "minecraft:enchantment_power_provider": [ + "bookshelf" + ], + "minecraft:triggers_ambient_dried_ghast_block_sounds": [ + "soul_sand", + "soul_soil" + ], + "c:sandstone/red_blocks": [ + "red_sandstone", + "cut_red_sandstone", + "smooth_red_sandstone", + "chiseled_red_sandstone" + ], + "minecraft:leaves": [ + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves" + ], + "minecraft:rails": [ + "rail", + "powered_rail", + "detector_rail", + "activator_rail" + ], + "minecraft:wool_carpets": [ + "white_carpet", + "orange_carpet", + "magenta_carpet", + "light_blue_carpet", + "yellow_carpet", + "lime_carpet", + "pink_carpet", + "gray_carpet", + "light_gray_carpet", + "cyan_carpet", + "purple_carpet", + "blue_carpet", + "brown_carpet", + "green_carpet", + "red_carpet", + "black_carpet" + ], + "minecraft:dragon_immune": [ + "barrier", + "bedrock", + "end_portal", + "end_portal_frame", + "end_gateway", + "command_block", + "repeating_command_block", + "chain_command_block", + "structure_block", + "jigsaw", + "moving_piston", + "obsidian", + "crying_obsidian", + "end_stone", + "iron_bars", + "respawn_anchor", + "reinforced_deepslate", + "test_block", + "test_instance_block" + ], + "minecraft:beehives": [ + "bee_nest", + "beehive" + ], + "minecraft:animals_spawnable_on": [ + "grass_block" + ], + "minecraft:mob_interactable_doors": [ + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door", + "copper_door", + "exposed_copper_door", + "weathered_copper_door", + "oxidized_copper_door", + "waxed_copper_door", + "waxed_exposed_copper_door", + "waxed_weathered_copper_door", + "waxed_oxidized_copper_door" + ], + "c:natural_logs/overworld": [ + "acacia_log", + "bamboo_block", + "birch_log", + "cherry_log", + "dark_oak_log", + "jungle_log", + "mangrove_log", + "oak_log", + "pale_oak_log", + "spruce_log" + ], + "minecraft:soul_fire_base_blocks": [ + "soul_sand", + "soul_soil" + ], + "minecraft:axolotls_spawnable_on": [ + "clay" + ], + "c:fence_gates/wooden": [ + "oak_fence_gate", + "spruce_fence_gate", + "birch_fence_gate", + "jungle_fence_gate", + "acacia_fence_gate", + "dark_oak_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate", + "pale_oak_fence_gate" + ], + "minecraft:warped_stems": [ + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae" + ], + "minecraft:features_cannot_replace": [ + "bedrock", + "spawner", + "chest", + "end_portal_frame", + "reinforced_deepslate", + "trial_spawner", + "vault" + ], + "c:chests/ender": [ + "ender_chest" + ], + "minecraft:can_glide_through": [ + "vine", + "twisting_vines", + "twisting_vines_plant", + "weeping_vines", + "weeping_vines_plant", + "cave_vines_plant", + "cave_vines" + ], + "minecraft:sand": [ + "sand", + "red_sand", + "suspicious_sand" + ], + "c:pumpkins": [ + "pumpkin", + "carved_pumpkin", + "jack_o_lantern" + ], + "minecraft:cauldrons": [ + "cauldron", + "water_cauldron", + "lava_cauldron", + "powder_snow_cauldron" + ], + "minecraft:wall_hanging_signs": [ + "oak_wall_hanging_sign", + "spruce_wall_hanging_sign", + "birch_wall_hanging_sign", + "acacia_wall_hanging_sign", + "cherry_wall_hanging_sign", + "jungle_wall_hanging_sign", + "dark_oak_wall_hanging_sign", + "pale_oak_wall_hanging_sign", + "crimson_wall_hanging_sign", + "warped_wall_hanging_sign", + "mangrove_wall_hanging_sign", + "bamboo_wall_hanging_sign" + ], + "minecraft:sculk_replaceable": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta", + "crimson_nylium", + "warped_nylium", + "netherrack", + "basalt", + "blackstone", + "sand", + "red_sand", + "gravel", + "soul_sand", + "soul_soil", + "calcite", + "smooth_basalt", + "clay", + "dripstone_block", + "end_stone", + "red_sandstone", + "sandstone" + ], + "c:sands": [ + "sand", + "red_sand" + ], + "c:ores/iron": [ + "iron_ore", + "deepslate_iron_ore" + ], + "minecraft:crystal_sound_blocks": [ + "amethyst_block", + "budding_amethyst" + ], + "c:ore_rates/dense": [ + "copper_ore", + "deepslate_copper_ore", + "deepslate_lapis_ore", + "deepslate_redstone_ore", + "lapis_ore", + "redstone_ore" + ], + "minecraft:mineable/axe": [ + "note_block", + "bamboo", + "barrel", + "bee_nest", + "beehive", + "big_dripleaf_stem", + "big_dripleaf", + "bookshelf", + "brown_mushroom_block", + "campfire", + "cartography_table", + "carved_pumpkin", + "chest", + "chorus_flower", + "chorus_plant", + "cocoa", + "composter", + "crafting_table", + "daylight_detector", + "fletching_table", + "glow_lichen", + "jack_o_lantern", + "jukebox", + "ladder", + "lectern", + "loom", + "melon", + "mushroom_stem", + "pumpkin", + "red_mushroom_block", + "smithing_table", + "soul_campfire", + "trapped_chest", + "vine", + "white_banner", + "orange_banner", + "magenta_banner", + "light_blue_banner", + "yellow_banner", + "lime_banner", + "pink_banner", + "gray_banner", + "light_gray_banner", + "cyan_banner", + "purple_banner", + "blue_banner", + "brown_banner", + "green_banner", + "red_banner", + "black_banner", + "white_wall_banner", + "orange_wall_banner", + "magenta_wall_banner", + "light_blue_wall_banner", + "yellow_wall_banner", + "lime_wall_banner", + "pink_wall_banner", + "gray_wall_banner", + "light_gray_wall_banner", + "cyan_wall_banner", + "purple_wall_banner", + "blue_wall_banner", + "brown_wall_banner", + "green_wall_banner", + "red_wall_banner", + "black_wall_banner", "acacia_fence_gate", "birch_fence_gate", "dark_oak_fence_gate", @@ -1292,52 +4663,7 @@ "warped_fence_gate", "mangrove_fence_gate", "bamboo_fence_gate", - "cherry_fence_gate" - ], - "minecraft:lightning_rods": [ - "lightning_rod", - "exposed_lightning_rod", - "weathered_lightning_rod", - "oxidized_lightning_rod", - "waxed_lightning_rod", - "waxed_exposed_lightning_rod", - "waxed_weathered_lightning_rod", - "waxed_oxidized_lightning_rod" - ], - "c:dyed/purple": [ - "purple_banner", - "purple_bed", - "purple_candle", - "purple_carpet", - "purple_concrete", - "purple_concrete_powder", - "purple_glazed_terracotta", - "purple_shulker_box", - "purple_stained_glass", - "purple_stained_glass_pane", - "purple_terracotta", - "purple_wall_banner", - "purple_wool" - ], - "minecraft:base_stone_overworld": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate" - ], - "minecraft:mangrove_logs_can_grow_through": [ - "mud", - "muddy_mangrove_roots", - "mangrove_roots", - "mangrove_leaves", - "mangrove_log", - "mangrove_propagule", - "moss_carpet", - "vine" - ], - "minecraft:logs": [ + "cherry_fence_gate", "dark_oak_log", "dark_oak_wood", "stripped_dark_oak_log", @@ -1381,56 +4707,19 @@ "warped_stem", "stripped_warped_stem", "warped_hyphae", - "stripped_warped_hyphae" - ], - "c:ropes": [], - "minecraft:buttons": [ - "oak_button", - "spruce_button", - "birch_button", - "jungle_button", - "acacia_button", - "dark_oak_button", - "pale_oak_button", - "crimson_button", - "warped_button", - "mangrove_button", - "bamboo_button", - "cherry_button", - "stone_button", - "polished_blackstone_button" - ], - "minecraft:corals": [ - "tube_coral", - "brain_coral", - "bubble_coral", - "fire_coral", - "horn_coral", - "tube_coral_fan", - "brain_coral_fan", - "bubble_coral_fan", - "fire_coral_fan", - "horn_coral_fan" - ], - "c:concretes": [ - "white_concrete", - "orange_concrete", - "magenta_concrete", - "light_blue_concrete", - "yellow_concrete", - "lime_concrete", - "pink_concrete", - "gray_concrete", - "light_gray_concrete", - "cyan_concrete", - "purple_concrete", - "blue_concrete", - "brown_concrete", - "green_concrete", - "black_concrete", - "red_concrete" - ], - "minecraft:all_signs": [ + "stripped_warped_hyphae", + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", + "pale_oak_planks", + "crimson_planks", + "warped_planks", + "mangrove_planks", + "bamboo_planks", + "cherry_planks", "oak_sign", "spruce_sign", "birch_sign", @@ -1455,6 +4744,269 @@ "mangrove_wall_sign", "bamboo_wall_sign", "cherry_wall_sign", + "oak_button", + "spruce_button", + "birch_button", + "jungle_button", + "acacia_button", + "dark_oak_button", + "pale_oak_button", + "crimson_button", + "warped_button", + "mangrove_button", + "bamboo_button", + "cherry_button", + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door", + "oak_fence", + "acacia_fence", + "dark_oak_fence", + "pale_oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "oak_pressure_plate", + "spruce_pressure_plate", + "birch_pressure_plate", + "jungle_pressure_plate", + "acacia_pressure_plate", + "dark_oak_pressure_plate", + "pale_oak_pressure_plate", + "crimson_pressure_plate", + "warped_pressure_plate", + "mangrove_pressure_plate", + "bamboo_pressure_plate", + "cherry_pressure_plate", + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "pale_oak_slab", + "crimson_slab", + "warped_slab", + "mangrove_slab", + "bamboo_slab", + "cherry_slab", + "oak_stairs", + "spruce_stairs", + "birch_stairs", + "jungle_stairs", + "acacia_stairs", + "dark_oak_stairs", + "pale_oak_stairs", + "crimson_stairs", + "warped_stairs", + "mangrove_stairs", + "bamboo_stairs", + "cherry_stairs", + "acacia_trapdoor", + "birch_trapdoor", + "dark_oak_trapdoor", + "pale_oak_trapdoor", + "jungle_trapdoor", + "oak_trapdoor", + "spruce_trapdoor", + "crimson_trapdoor", + "warped_trapdoor", + "mangrove_trapdoor", + "bamboo_trapdoor", + "cherry_trapdoor", + "mangrove_roots", + "oak_hanging_sign", + "spruce_hanging_sign", + "birch_hanging_sign", + "acacia_hanging_sign", + "cherry_hanging_sign", + "jungle_hanging_sign", + "dark_oak_hanging_sign", + "pale_oak_hanging_sign", + "crimson_hanging_sign", + "warped_hanging_sign", + "mangrove_hanging_sign", + "bamboo_hanging_sign", + "oak_wall_hanging_sign", + "spruce_wall_hanging_sign", + "birch_wall_hanging_sign", + "acacia_wall_hanging_sign", + "cherry_wall_hanging_sign", + "jungle_wall_hanging_sign", + "dark_oak_wall_hanging_sign", + "pale_oak_wall_hanging_sign", + "crimson_wall_hanging_sign", + "warped_wall_hanging_sign", + "mangrove_wall_hanging_sign", + "bamboo_wall_hanging_sign", + "bamboo_mosaic", + "bamboo_mosaic_slab", + "bamboo_mosaic_stairs", + "bamboo_block", + "stripped_bamboo_block", + "chiseled_bookshelf", + "acacia_shelf", + "bamboo_shelf", + "birch_shelf", + "cherry_shelf", + "crimson_shelf", + "dark_oak_shelf", + "jungle_shelf", + "mangrove_shelf", + "oak_shelf", + "pale_oak_shelf", + "spruce_shelf", + "warped_shelf", + "creaking_heart" + ], + "minecraft:underwater_bonemeals": [ + "seagrass", + "tube_coral", + "brain_coral", + "bubble_coral", + "fire_coral", + "horn_coral", + "tube_coral_fan", + "brain_coral_fan", + "bubble_coral_fan", + "fire_coral_fan", + "horn_coral_fan", + "tube_coral_wall_fan", + "brain_coral_wall_fan", + "bubble_coral_wall_fan", + "fire_coral_wall_fan", + "horn_coral_wall_fan" + ], + "c:ores_in_ground/stone": [ + "coal_ore", + "copper_ore", + "diamond_ore", + "emerald_ore", + "gold_ore", + "iron_ore", + "lapis_ore", + "redstone_ore" + ], + "c:pumpkins/normal": [ + "pumpkin" + ], + "minecraft:wooden_pressure_plates": [ + "oak_pressure_plate", + "spruce_pressure_plate", + "birch_pressure_plate", + "jungle_pressure_plate", + "acacia_pressure_plate", + "dark_oak_pressure_plate", + "pale_oak_pressure_plate", + "crimson_pressure_plate", + "warped_pressure_plate", + "mangrove_pressure_plate", + "bamboo_pressure_plate", + "cherry_pressure_plate" + ], + "minecraft:banners": [ + "white_banner", + "orange_banner", + "magenta_banner", + "light_blue_banner", + "yellow_banner", + "lime_banner", + "pink_banner", + "gray_banner", + "light_gray_banner", + "cyan_banner", + "purple_banner", + "blue_banner", + "brown_banner", + "green_banner", + "red_banner", + "black_banner", + "white_wall_banner", + "orange_wall_banner", + "magenta_wall_banner", + "light_blue_wall_banner", + "yellow_wall_banner", + "lime_wall_banner", + "pink_wall_banner", + "gray_wall_banner", + "light_gray_wall_banner", + "cyan_wall_banner", + "purple_wall_banner", + "blue_wall_banner", + "brown_wall_banner", + "green_wall_banner", + "red_wall_banner", + "black_wall_banner" + ], + "minecraft:wooden_buttons": [ + "oak_button", + "spruce_button", + "birch_button", + "jungle_button", + "acacia_button", + "dark_oak_button", + "pale_oak_button", + "crimson_button", + "warped_button", + "mangrove_button", + "bamboo_button", + "cherry_button" + ], + "c:ores/lapis": [ + "lapis_ore", + "deepslate_lapis_ore" + ], + "minecraft:snow_layer_cannot_survive_on": [ + "ice", + "packed_ice", + "barrier" + ], + "c:glass_blocks/colorless": [ + "glass" + ], + "minecraft:invalid_spawn_inside": [ + "end_portal", + "end_gateway" + ], + "c:end_stones": [ + "end_stone" + ], + "minecraft:pressure_plates": [ + "light_weighted_pressure_plate", + "heavy_weighted_pressure_plate", + "oak_pressure_plate", + "spruce_pressure_plate", + "birch_pressure_plate", + "jungle_pressure_plate", + "acacia_pressure_plate", + "dark_oak_pressure_plate", + "pale_oak_pressure_plate", + "crimson_pressure_plate", + "warped_pressure_plate", + "mangrove_pressure_plate", + "bamboo_pressure_plate", + "cherry_pressure_plate", + "stone_pressure_plate", + "polished_blackstone_pressure_plate" + ], + "c:storage_blocks/diamond": [ + "diamond_block" + ], + "minecraft:all_hanging_signs": [ "oak_hanging_sign", "spruce_hanging_sign", "birch_hanging_sign", @@ -1480,65 +5032,13 @@ "mangrove_wall_hanging_sign", "bamboo_wall_hanging_sign" ], - "minecraft:copper_chests": [ - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest" + "c:clusters": [ + "amethyst_cluster" ], - "minecraft:small_dripleaf_placeable": [ - "clay", - "moss_block" - ], - "c:dyed/brown": [ - "brown_banner", - "brown_bed", - "brown_candle", - "brown_carpet", - "brown_concrete", - "brown_concrete_powder", - "brown_glazed_terracotta", - "brown_shulker_box", - "brown_stained_glass", - "brown_stained_glass_pane", - "brown_terracotta", - "brown_wall_banner", - "brown_wool" - ], - "minecraft:chains": [ - "iron_chain", - "copper_chain", - "waxed_copper_chain", - "exposed_copper_chain", - "waxed_exposed_copper_chain", - "weathered_copper_chain", - "waxed_weathered_copper_chain", - "oxidized_copper_chain", - "waxed_oxidized_copper_chain" - ], - "minecraft:stone_buttons": [ - "stone_button", - "polished_blackstone_button" - ], - "minecraft:soul_speed_blocks": [ - "soul_sand", - "soul_soil" - ], - "minecraft:stone_pressure_plates": [ - "stone_pressure_plate", - "polished_blackstone_pressure_plate" - ], - "minecraft:copper_ores": [ - "copper_ore", - "deepslate_copper_ore" - ], - "c:ores_in_ground/netherrack": [ + "minecraft:gold_ores": [ + "gold_ore", "nether_gold_ore", - "nether_quartz_ore" + "deepslate_gold_ore" ], "minecraft:sword_efficient": [ "jungle_leaves", @@ -1564,50 +5064,10 @@ "chorus_plant", "chorus_flower" ], - "minecraft:gold_ores": [ - "gold_ore", + "c:ores_in_ground/netherrack": [ "nether_gold_ore", - "deepslate_gold_ore" + "nether_quartz_ore" ], - "minecraft:logs_that_burn": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood" - ], - "minecraft:incorrect_for_diamond_tool": [], "minecraft:ancient_city_replaceable": [ "deepslate", "deepslate_bricks", @@ -1622,10 +5082,224 @@ "cracked_deepslate_tiles", "gray_wool" ], - "minecraft:snow_layer_cannot_survive_on": [ - "ice", - "packed_ice", - "barrier" + "c:chests/wooden": [ + "chest", + "trapped_chest" + ], + "minecraft:incorrect_for_gold_tool": [ + "obsidian", + "crying_obsidian", + "netherite_block", + "respawn_anchor", + "ancient_debris", + "diamond_block", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "emerald_block", + "gold_block", + "raw_gold_block", + "gold_ore", + "deepslate_gold_ore", + "redstone_ore", + "deepslate_redstone_ore", + "iron_block", + "raw_iron_block", + "iron_ore", + "deepslate_iron_ore", + "lapis_block", + "lapis_ore", + "deepslate_lapis_ore", + "copper_block", + "raw_copper_block", + "copper_ore", + "deepslate_copper_ore", + "cut_copper_slab", + "cut_copper_stairs", + "cut_copper", + "weathered_copper", + "weathered_cut_copper_slab", + "weathered_cut_copper_stairs", + "weathered_cut_copper", + "oxidized_copper", + "oxidized_cut_copper_slab", + "oxidized_cut_copper_stairs", + "oxidized_cut_copper", + "exposed_copper", + "exposed_cut_copper_slab", + "exposed_cut_copper_stairs", + "exposed_cut_copper", + "waxed_copper_block", + "waxed_cut_copper_slab", + "waxed_cut_copper_stairs", + "waxed_cut_copper", + "waxed_weathered_copper", + "waxed_weathered_cut_copper_slab", + "waxed_weathered_cut_copper_stairs", + "waxed_weathered_cut_copper", + "waxed_exposed_copper", + "waxed_exposed_cut_copper_slab", + "waxed_exposed_cut_copper_stairs", + "waxed_exposed_cut_copper", + "waxed_oxidized_copper", + "waxed_oxidized_cut_copper_slab", + "waxed_oxidized_cut_copper_stairs", + "waxed_oxidized_cut_copper", + "crafter", + "chiseled_copper", + "exposed_chiseled_copper", + "weathered_chiseled_copper", + "oxidized_chiseled_copper", + "waxed_chiseled_copper", + "waxed_exposed_chiseled_copper", + "waxed_weathered_chiseled_copper", + "waxed_oxidized_chiseled_copper", + "copper_grate", + "exposed_copper_grate", + "weathered_copper_grate", + "oxidized_copper_grate", + "waxed_copper_grate", + "waxed_exposed_copper_grate", + "waxed_weathered_copper_grate", + "waxed_oxidized_copper_grate", + "copper_bulb", + "exposed_copper_bulb", + "weathered_copper_bulb", + "oxidized_copper_bulb", + "waxed_copper_bulb", + "waxed_exposed_copper_bulb", + "waxed_weathered_copper_bulb", + "waxed_oxidized_copper_bulb", + "copper_trapdoor", + "exposed_copper_trapdoor", + "weathered_copper_trapdoor", + "oxidized_copper_trapdoor", + "waxed_copper_trapdoor", + "waxed_exposed_copper_trapdoor", + "waxed_weathered_copper_trapdoor", + "waxed_oxidized_copper_trapdoor", + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest", + "lightning_rod", + "exposed_lightning_rod", + "weathered_lightning_rod", + "oxidized_lightning_rod", + "waxed_lightning_rod", + "waxed_exposed_lightning_rod", + "waxed_weathered_lightning_rod", + "waxed_oxidized_lightning_rod" + ], + "c:cobblestones/normal": [ + "cobblestone" + ], + "minecraft:replaceable": [ + "air", + "water", + "lava", + "short_grass", + "fern", + "dead_bush", + "bush", + "short_dry_grass", + "tall_dry_grass", + "seagrass", + "tall_seagrass", + "fire", + "soul_fire", + "snow", + "vine", + "glow_lichen", + "resin_clump", + "light", + "tall_grass", + "large_fern", + "structure_void", + "void_air", + "cave_air", + "bubble_column", + "warped_roots", + "nether_sprouts", + "crimson_roots", + "leaf_litter", + "hanging_roots" + ], + "minecraft:candles": [ + "candle", + "white_candle", + "orange_candle", + "magenta_candle", + "light_blue_candle", + "yellow_candle", + "lime_candle", + "pink_candle", + "gray_candle", + "light_gray_candle", + "cyan_candle", + "purple_candle", + "blue_candle", + "brown_candle", + "green_candle", + "red_candle", + "black_candle" + ], + "c:fences/nether_brick": [ + "nether_brick_fence" + ], + "minecraft:piglin_repellents": [ + "soul_fire", + "soul_torch", + "soul_lantern", + "soul_wall_torch", + "soul_campfire" + ], + "minecraft:trapdoors": [ + "acacia_trapdoor", + "birch_trapdoor", + "dark_oak_trapdoor", + "pale_oak_trapdoor", + "jungle_trapdoor", + "oak_trapdoor", + "spruce_trapdoor", + "crimson_trapdoor", + "warped_trapdoor", + "mangrove_trapdoor", + "bamboo_trapdoor", + "cherry_trapdoor", + "iron_trapdoor", + "copper_trapdoor", + "exposed_copper_trapdoor", + "weathered_copper_trapdoor", + "oxidized_copper_trapdoor", + "waxed_copper_trapdoor", + "waxed_exposed_copper_trapdoor", + "waxed_weathered_copper_trapdoor", + "waxed_oxidized_copper_trapdoor" + ], + "minecraft:armadillo_spawnable_on": [ + "grass_block", + "terracotta", + "white_terracotta", + "yellow_terracotta", + "orange_terracotta", + "red_terracotta", + "brown_terracotta", + "light_gray_terracotta", + "red_sand", + "coarse_dirt" + ], + "minecraft:incorrect_for_netherite_tool": [], + "c:storage_blocks/raw_iron": [ + "raw_iron_block" + ], + "c:sands/red": [ + "red_sand" ], "c:villager_job_sites": [ "barrel", @@ -1645,59 +5319,19 @@ "smoker", "stonecutter" ], - "minecraft:fall_damage_resetting": [ - "ladder", - "vine", - "scaffolding", - "weeping_vines", - "weeping_vines_plant", - "twisting_vines", - "twisting_vines_plant", - "cave_vines", - "cave_vines_plant", - "sweet_berry_bush", - "cobweb" - ], - "minecraft:campfires": [ - "campfire", - "soul_campfire" - ], - "minecraft:flowers": [ - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "closed_eyeblossom", - "sunflower", - "lilac", - "peony", - "rose_bush", - "pitcher_plant", - "flowering_azalea_leaves", - "flowering_azalea", - "mangrove_propagule", - "cherry_leaves", - "pink_petals", - "wildflowers", - "chorus_flower", - "spore_blossom", - "cactus_flower" - ], - "minecraft:dragon_transparent": [ - "light", - "fire", - "soul_fire" + "minecraft:needs_iron_tool": [ + "diamond_block", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "emerald_block", + "gold_block", + "raw_gold_block", + "gold_ore", + "deepslate_gold_ore", + "redstone_ore", + "deepslate_redstone_ore" ], "minecraft:wall_post_override": [ "torch", @@ -1779,34 +5413,37 @@ "polished_blackstone_pressure_plate", "cactus_flower" ], - "minecraft:wooden_slabs": [ - "oak_slab", - "spruce_slab", - "birch_slab", - "jungle_slab", - "acacia_slab", - "dark_oak_slab", - "pale_oak_slab", - "crimson_slab", - "warped_slab", - "mangrove_slab", - "bamboo_slab", - "cherry_slab" + "minecraft:lightning_rods": [ + "lightning_rod", + "exposed_lightning_rod", + "weathered_lightning_rod", + "oxidized_lightning_rod", + "waxed_lightning_rod", + "waxed_exposed_lightning_rod", + "waxed_weathered_lightning_rod", + "waxed_oxidized_lightning_rod" ], - "c:dyed/light_gray": [ - "light_gray_banner", - "light_gray_bed", - "light_gray_candle", - "light_gray_carpet", - "light_gray_concrete", - "light_gray_concrete_powder", - "light_gray_glazed_terracotta", - "light_gray_shulker_box", - "light_gray_stained_glass", - "light_gray_stained_glass_pane", - "light_gray_terracotta", - "light_gray_wall_banner", - "light_gray_wool" + "minecraft:rabbits_spawnable_on": [ + "grass_block", + "snow", + "snow_block", + "sand" + ], + "c:skulls": [ + "skeleton_skull", + "skeleton_wall_skull", + "wither_skeleton_skull", + "wither_skeleton_wall_skull", + "player_head", + "player_wall_head", + "zombie_head", + "zombie_wall_head", + "creeper_head", + "creeper_wall_head", + "piglin_head", + "piglin_wall_head", + "dragon_head", + "dragon_wall_head" ], "c:dyed/white": [ "white_banner", @@ -1823,483 +5460,173 @@ "white_wall_banner", "white_wool" ], - "c:obsidians/crying": [ - "crying_obsidian" - ], - "c:ores/iron": [ - "iron_ore", - "deepslate_iron_ore" - ], - "minecraft:doors": [ - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door", - "copper_door", - "exposed_copper_door", - "weathered_copper_door", - "oxidized_copper_door", - "waxed_copper_door", - "waxed_exposed_copper_door", - "waxed_weathered_copper_door", - "waxed_oxidized_copper_door", - "iron_door" - ], - "c:ores_in_ground/stone": [ - "coal_ore", - "copper_ore", - "diamond_ore", - "emerald_ore", - "gold_ore", - "iron_ore", - "lapis_ore", - "redstone_ore" - ], - "c:sandstone/red_stairs": [ - "red_sandstone_stairs", - "smooth_red_sandstone_stairs" - ], - "minecraft:wall_signs": [ - "oak_wall_sign", - "spruce_wall_sign", - "birch_wall_sign", - "acacia_wall_sign", - "jungle_wall_sign", - "dark_oak_wall_sign", - "pale_oak_wall_sign", - "crimson_wall_sign", - "warped_wall_sign", - "mangrove_wall_sign", - "bamboo_wall_sign", - "cherry_wall_sign" - ], - "minecraft:overworld_carver_replaceables": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", + "minecraft:camel_sand_step_sound_blocks": [ "sand", "red_sand", "suspicious_sand", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", + "white_concrete_powder", + "orange_concrete_powder", + "magenta_concrete_powder", + "light_blue_concrete_powder", + "yellow_concrete_powder", + "lime_concrete_powder", + "pink_concrete_powder", + "gray_concrete_powder", + "light_gray_concrete_powder", + "cyan_concrete_powder", + "purple_concrete_powder", + "blue_concrete_powder", + "brown_concrete_powder", + "green_concrete_powder", + "red_concrete_powder", + "black_concrete_powder" + ], + "c:dyed/green": [ + "green_banner", + "green_bed", + "green_candle", + "green_carpet", + "green_concrete", + "green_concrete_powder", + "green_glazed_terracotta", + "green_shulker_box", + "green_stained_glass", + "green_stained_glass_pane", "green_terracotta", - "red_terracotta", - "black_terracotta", - "iron_ore", - "deepslate_iron_ore", - "copper_ore", - "deepslate_copper_ore", - "snow", - "snow_block", - "powder_snow", - "water", - "gravel", - "suspicious_gravel", - "sandstone", - "red_sandstone", - "calcite", - "packed_ice", - "raw_iron_block", - "raw_copper_block" + "green_wall_banner", + "green_wool" ], - "minecraft:pressure_plates": [ - "light_weighted_pressure_plate", - "heavy_weighted_pressure_plate", - "oak_pressure_plate", - "spruce_pressure_plate", - "birch_pressure_plate", - "jungle_pressure_plate", - "acacia_pressure_plate", - "dark_oak_pressure_plate", - "pale_oak_pressure_plate", - "crimson_pressure_plate", - "warped_pressure_plate", - "mangrove_pressure_plate", - "bamboo_pressure_plate", - "cherry_pressure_plate", - "stone_pressure_plate", - "polished_blackstone_pressure_plate" - ], - "minecraft:copper": [ - "copper_block", - "exposed_copper", - "weathered_copper", - "oxidized_copper", - "waxed_copper_block", - "waxed_exposed_copper", - "waxed_weathered_copper", - "waxed_oxidized_copper" - ], - "minecraft:camels_spawnable_on": [ - "sand", - "red_sand", - "suspicious_sand" - ], - "c:ore_bearing_ground/deepslate": [ - "deepslate" - ], - "minecraft:sculk_replaceable": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta", - "crimson_nylium", - "warped_nylium", - "netherrack", - "basalt", - "blackstone", - "sand", - "red_sand", - "gravel", - "soul_sand", - "soul_soil", - "calcite", - "smooth_basalt", - "clay", - "dripstone_block", - "end_stone", - "red_sandstone", - "sandstone" - ], - "minecraft:jungle_logs": [ - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood" - ], - "minecraft:bats_spawnable_on": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate" - ], - "minecraft:acacia_logs": [ + "minecraft:logs_that_burn": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood", "acacia_log", "acacia_wood", "stripped_acacia_log", - "stripped_acacia_wood" + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood" ], - "minecraft:wooden_buttons": [ - "oak_button", - "spruce_button", - "birch_button", - "jungle_button", - "acacia_button", - "dark_oak_button", - "pale_oak_button", - "crimson_button", - "warped_button", - "mangrove_button", - "bamboo_button", - "cherry_button" - ], - "minecraft:enderman_holdable": [ - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "closed_eyeblossom", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "sand", - "red_sand", - "gravel", - "brown_mushroom", - "red_mushroom", - "tnt", - "cactus", - "clay", - "pumpkin", - "carved_pumpkin", - "melon", - "crimson_fungus", - "crimson_nylium", - "crimson_roots", - "warped_fungus", - "warped_nylium", - "warped_roots", - "cactus_flower" - ], - "minecraft:wooden_fences": [ - "oak_fence", - "acacia_fence", - "dark_oak_fence", - "pale_oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence" - ], - "minecraft:incorrect_for_iron_tool": [ + "minecraft:incorrect_for_stone_tool": [ "obsidian", "crying_obsidian", "netherite_block", "respawn_anchor", - "ancient_debris" - ], - "minecraft:banners": [ - "white_banner", - "orange_banner", - "magenta_banner", - "light_blue_banner", - "yellow_banner", - "lime_banner", - "pink_banner", - "gray_banner", - "light_gray_banner", - "cyan_banner", - "purple_banner", - "blue_banner", - "brown_banner", - "green_banner", - "red_banner", - "black_banner", - "white_wall_banner", - "orange_wall_banner", - "magenta_wall_banner", - "light_blue_wall_banner", - "yellow_wall_banner", - "lime_wall_banner", - "pink_wall_banner", - "gray_wall_banner", - "light_gray_wall_banner", - "cyan_wall_banner", - "purple_wall_banner", - "blue_wall_banner", - "brown_wall_banner", - "green_wall_banner", - "red_wall_banner", - "black_wall_banner" - ], - "minecraft:flower_pots": [ - "flower_pot", - "potted_open_eyeblossom", - "potted_closed_eyeblossom", - "potted_poppy", - "potted_blue_orchid", - "potted_allium", - "potted_azure_bluet", - "potted_red_tulip", - "potted_orange_tulip", - "potted_white_tulip", - "potted_pink_tulip", - "potted_oxeye_daisy", - "potted_dandelion", - "potted_oak_sapling", - "potted_spruce_sapling", - "potted_birch_sapling", - "potted_jungle_sapling", - "potted_acacia_sapling", - "potted_dark_oak_sapling", - "potted_pale_oak_sapling", - "potted_red_mushroom", - "potted_brown_mushroom", - "potted_dead_bush", - "potted_fern", - "potted_cactus", - "potted_cornflower", - "potted_lily_of_the_valley", - "potted_wither_rose", - "potted_bamboo", - "potted_crimson_fungus", - "potted_warped_fungus", - "potted_crimson_roots", - "potted_warped_roots", - "potted_azalea_bush", - "potted_flowering_azalea_bush", - "potted_mangrove_propagule", - "potted_cherry_sapling", - "potted_torchflower" - ], - "c:ores/emerald": [ + "ancient_debris", + "diamond_block", + "diamond_ore", + "deepslate_diamond_ore", "emerald_ore", - "deepslate_emerald_ore" + "deepslate_emerald_ore", + "emerald_block", + "gold_block", + "raw_gold_block", + "gold_ore", + "deepslate_gold_ore", + "redstone_ore", + "deepslate_redstone_ore" ], - "c:glass_blocks/tinted": [ - "tinted_glass" + "c:dyed/light_blue": [ + "light_blue_banner", + "light_blue_bed", + "light_blue_candle", + "light_blue_carpet", + "light_blue_concrete", + "light_blue_concrete_powder", + "light_blue_glazed_terracotta", + "light_blue_shulker_box", + "light_blue_stained_glass", + "light_blue_stained_glass_pane", + "light_blue_terracotta", + "light_blue_wall_banner", + "light_blue_wool" ], - "minecraft:snow_layer_can_survive_on": [ - "honey_block", - "soul_sand", - "mud" + "c:hidden_from_recipe_viewers": [], + "minecraft:cave_vines": [ + "cave_vines_plant", + "cave_vines" ], - "c:dyed/yellow": [ - "yellow_banner", - "yellow_bed", - "yellow_candle", - "yellow_carpet", - "yellow_concrete", - "yellow_concrete_powder", - "yellow_glazed_terracotta", - "yellow_shulker_box", - "yellow_stained_glass", - "yellow_stained_glass_pane", - "yellow_terracotta", - "yellow_wall_banner", - "yellow_wool" - ], - "minecraft:portals": [ - "nether_portal", - "end_portal", - "end_gateway" - ], - "c:ores/lapis": [ - "lapis_ore", - "deepslate_lapis_ore" - ], - "c:sandstone/red_slabs": [ - "red_sandstone_slab", - "cut_red_sandstone_slab", - "smooth_red_sandstone_slab" - ], - "c:bookshelves": [ - "bookshelf" - ], - "c:relocation_not_supported": [], - "c:player_workstations/crafting_tables": [ - "crafting_table" - ], - "c:fences": [ - "oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "acacia_fence", - "dark_oak_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "pale_oak_fence", - "nether_brick_fence" - ], - "minecraft:bamboo_plantable_on": [ + "minecraft:mineable/shovel": [ + "clay", + "dirt", + "coarse_dirt", + "podzol", + "farmland", + "grass_block", + "gravel", + "mycelium", "sand", "red_sand", - "suspicious_sand", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", + "snow_block", + "snow", + "soul_sand", + "dirt_path", + "soul_soil", "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", "muddy_mangrove_roots", - "bamboo", - "bamboo_sapling", - "gravel", - "suspicious_gravel" + "mud", + "suspicious_sand", + "suspicious_gravel", + "white_concrete_powder", + "orange_concrete_powder", + "magenta_concrete_powder", + "light_blue_concrete_powder", + "yellow_concrete_powder", + "lime_concrete_powder", + "pink_concrete_powder", + "gray_concrete_powder", + "light_gray_concrete_powder", + "cyan_concrete_powder", + "purple_concrete_powder", + "blue_concrete_powder", + "brown_concrete_powder", + "green_concrete_powder", + "red_concrete_powder", + "black_concrete_powder" ], - "minecraft:animals_spawnable_on": [ - "grass_block" - ], - "c:ore_rates/singular": [ - "ancient_debris", - "coal_ore", - "deepslate_coal_ore", - "deepslate_diamond_ore", - "deepslate_emerald_ore", - "deepslate_gold_ore", - "deepslate_iron_ore", - "diamond_ore", - "emerald_ore", - "gold_ore", - "iron_ore", - "nether_quartz_ore" - ], - "minecraft:parrots_spawnable_on": [ + "minecraft:goats_spawnable_on": [ "grass_block", - "air", + "stone", + "snow", + "snow_block", + "packed_ice", + "gravel" + ], + "minecraft:lava_pool_stone_cannot_replace": [ + "bedrock", + "spawner", + "chest", + "end_portal_frame", + "reinforced_deepslate", + "trial_spawner", + "vault", "jungle_leaves", "oak_leaves", "spruce_leaves", @@ -2356,6 +5683,560 @@ "warped_hyphae", "stripped_warped_hyphae" ], + "minecraft:flowers": [ + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom", + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant", + "flowering_azalea_leaves", + "flowering_azalea", + "mangrove_propagule", + "cherry_leaves", + "pink_petals", + "wildflowers", + "chorus_flower", + "spore_blossom", + "cactus_flower" + ], + "minecraft:base_stone_overworld": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate" + ], + "minecraft:buttons": [ + "oak_button", + "spruce_button", + "birch_button", + "jungle_button", + "acacia_button", + "dark_oak_button", + "pale_oak_button", + "crimson_button", + "warped_button", + "mangrove_button", + "bamboo_button", + "cherry_button", + "stone_button", + "polished_blackstone_button" + ], + "minecraft:wither_immune": [ + "barrier", + "bedrock", + "end_portal", + "end_portal_frame", + "end_gateway", + "command_block", + "repeating_command_block", + "chain_command_block", + "structure_block", + "jigsaw", + "moving_piston", + "light", + "reinforced_deepslate", + "test_block", + "test_instance_block" + ], + "minecraft:replaceable_by_trees": [ + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom", + "pale_moss_carpet", + "short_grass", + "fern", + "dead_bush", + "vine", + "glow_lichen", + "sunflower", + "lilac", + "rose_bush", + "peony", + "tall_grass", + "large_fern", + "hanging_roots", + "pitcher_plant", + "water", + "seagrass", + "tall_seagrass", + "bush", + "firefly_bush", + "warped_roots", + "nether_sprouts", + "crimson_roots", + "leaf_litter", + "short_dry_grass", + "tall_dry_grass" + ], + "minecraft:fence_gates": [ + "acacia_fence_gate", + "birch_fence_gate", + "dark_oak_fence_gate", + "pale_oak_fence_gate", + "jungle_fence_gate", + "oak_fence_gate", + "spruce_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate" + ], + "minecraft:chains": [ + "iron_chain", + "copper_chain", + "waxed_copper_chain", + "exposed_copper_chain", + "waxed_exposed_copper_chain", + "weathered_copper_chain", + "waxed_weathered_copper_chain", + "oxidized_copper_chain", + "waxed_oxidized_copper_chain" + ], + "minecraft:spruce_logs": [ + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood" + ], + "c:dyed": [ + "white_banner", + "white_bed", + "white_candle", + "white_carpet", + "white_concrete", + "white_concrete_powder", + "white_glazed_terracotta", + "white_shulker_box", + "white_stained_glass", + "white_stained_glass_pane", + "white_terracotta", + "white_wall_banner", + "white_wool", + "orange_banner", + "orange_bed", + "orange_candle", + "orange_carpet", + "orange_concrete", + "orange_concrete_powder", + "orange_glazed_terracotta", + "orange_shulker_box", + "orange_stained_glass", + "orange_stained_glass_pane", + "orange_terracotta", + "orange_wall_banner", + "orange_wool", + "magenta_banner", + "magenta_bed", + "magenta_candle", + "magenta_carpet", + "magenta_concrete", + "magenta_concrete_powder", + "magenta_glazed_terracotta", + "magenta_shulker_box", + "magenta_stained_glass", + "magenta_stained_glass_pane", + "magenta_terracotta", + "magenta_wall_banner", + "magenta_wool", + "light_blue_banner", + "light_blue_bed", + "light_blue_candle", + "light_blue_carpet", + "light_blue_concrete", + "light_blue_concrete_powder", + "light_blue_glazed_terracotta", + "light_blue_shulker_box", + "light_blue_stained_glass", + "light_blue_stained_glass_pane", + "light_blue_terracotta", + "light_blue_wall_banner", + "light_blue_wool", + "yellow_banner", + "yellow_bed", + "yellow_candle", + "yellow_carpet", + "yellow_concrete", + "yellow_concrete_powder", + "yellow_glazed_terracotta", + "yellow_shulker_box", + "yellow_stained_glass", + "yellow_stained_glass_pane", + "yellow_terracotta", + "yellow_wall_banner", + "yellow_wool", + "lime_banner", + "lime_bed", + "lime_candle", + "lime_carpet", + "lime_concrete", + "lime_concrete_powder", + "lime_glazed_terracotta", + "lime_shulker_box", + "lime_stained_glass", + "lime_stained_glass_pane", + "lime_terracotta", + "lime_wall_banner", + "lime_wool", + "pink_banner", + "pink_bed", + "pink_candle", + "pink_carpet", + "pink_concrete", + "pink_concrete_powder", + "pink_glazed_terracotta", + "pink_shulker_box", + "pink_stained_glass", + "pink_stained_glass_pane", + "pink_terracotta", + "pink_wall_banner", + "pink_wool", + "gray_banner", + "gray_bed", + "gray_candle", + "gray_carpet", + "gray_concrete", + "gray_concrete_powder", + "gray_glazed_terracotta", + "gray_shulker_box", + "gray_stained_glass", + "gray_stained_glass_pane", + "gray_terracotta", + "gray_wall_banner", + "gray_wool", + "light_gray_banner", + "light_gray_bed", + "light_gray_candle", + "light_gray_carpet", + "light_gray_concrete", + "light_gray_concrete_powder", + "light_gray_glazed_terracotta", + "light_gray_shulker_box", + "light_gray_stained_glass", + "light_gray_stained_glass_pane", + "light_gray_terracotta", + "light_gray_wall_banner", + "light_gray_wool", + "cyan_banner", + "cyan_bed", + "cyan_candle", + "cyan_carpet", + "cyan_concrete", + "cyan_concrete_powder", + "cyan_glazed_terracotta", + "cyan_shulker_box", + "cyan_stained_glass", + "cyan_stained_glass_pane", + "cyan_terracotta", + "cyan_wall_banner", + "cyan_wool", + "purple_banner", + "purple_bed", + "purple_candle", + "purple_carpet", + "purple_concrete", + "purple_concrete_powder", + "purple_glazed_terracotta", + "purple_shulker_box", + "purple_stained_glass", + "purple_stained_glass_pane", + "purple_terracotta", + "purple_wall_banner", + "purple_wool", + "blue_banner", + "blue_bed", + "blue_candle", + "blue_carpet", + "blue_concrete", + "blue_concrete_powder", + "blue_glazed_terracotta", + "blue_shulker_box", + "blue_stained_glass", + "blue_stained_glass_pane", + "blue_terracotta", + "blue_wall_banner", + "blue_wool", + "brown_banner", + "brown_bed", + "brown_candle", + "brown_carpet", + "brown_concrete", + "brown_concrete_powder", + "brown_glazed_terracotta", + "brown_shulker_box", + "brown_stained_glass", + "brown_stained_glass_pane", + "brown_terracotta", + "brown_wall_banner", + "brown_wool", + "green_banner", + "green_bed", + "green_candle", + "green_carpet", + "green_concrete", + "green_concrete_powder", + "green_glazed_terracotta", + "green_shulker_box", + "green_stained_glass", + "green_stained_glass_pane", + "green_terracotta", + "green_wall_banner", + "green_wool", + "red_banner", + "red_bed", + "red_candle", + "red_carpet", + "red_concrete", + "red_concrete_powder", + "red_glazed_terracotta", + "red_shulker_box", + "red_stained_glass", + "red_stained_glass_pane", + "red_terracotta", + "red_wall_banner", + "red_wool", + "black_banner", + "black_bed", + "black_candle", + "black_carpet", + "black_concrete", + "black_concrete_powder", + "black_glazed_terracotta", + "black_shulker_box", + "black_stained_glass", + "black_stained_glass_pane", + "black_terracotta", + "black_wall_banner", + "black_wool" + ], + "minecraft:fire": [ + "fire", + "soul_fire" + ], + "minecraft:vibration_resonators": [ + "amethyst_block" + ], + "minecraft:copper_chests": [ + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest" + ], + "minecraft:strider_warm_blocks": [ + "lava" + ], + "minecraft:incorrect_for_copper_tool": [ + "obsidian", + "crying_obsidian", + "netherite_block", + "respawn_anchor", + "ancient_debris", + "diamond_block", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "emerald_block", + "gold_block", + "raw_gold_block", + "gold_ore", + "deepslate_gold_ore", + "redstone_ore", + "deepslate_redstone_ore" + ], + "minecraft:coral_plants": [ + "tube_coral", + "brain_coral", + "bubble_coral", + "fire_coral", + "horn_coral" + ], + "minecraft:happy_ghast_avoids": [ + "sweet_berry_bush", + "cactus", + "wither_rose", + "magma_block", + "fire", + "pointed_dripstone" + ], + "c:chests": [ + "chest", + "trapped_chest", + "ender_chest", + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest" + ], + "minecraft:coral_blocks": [ + "tube_coral_block", + "brain_coral_block", + "bubble_coral_block", + "fire_coral_block", + "horn_coral_block" + ], + "c:netherracks": [ + "netherrack" + ], + "c:player_workstations/crafting_tables": [ + "crafting_table" + ], + "minecraft:does_not_block_hoppers": [ + "bee_nest", + "beehive" + ], + "c:fences": [ + "oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "acacia_fence", + "dark_oak_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "pale_oak_fence", + "nether_brick_fence" + ], + "c:ore_bearing_ground/stone": [ + "stone" + ], + "c:bookshelves": [ + "bookshelf" + ], + "c:dyed/black": [ + "black_banner", + "black_bed", + "black_candle", + "black_carpet", + "black_concrete", + "black_concrete_powder", + "black_glazed_terracotta", + "black_shulker_box", + "black_stained_glass", + "black_stained_glass_pane", + "black_terracotta", + "black_wall_banner", + "black_wool" + ], + "minecraft:infiniburn_end": [ + "netherrack", + "magma_block", + "bedrock" + ], + "minecraft:wart_blocks": [ + "nether_wart_block", + "warped_wart_block" + ], + "c:storage_blocks/raw_copper": [ + "raw_copper_block" + ], + "c:obsidians/normal": [ + "obsidian" + ], + "minecraft:wooden_fences": [ + "oak_fence", + "acacia_fence", + "dark_oak_fence", + "pale_oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence" + ], + "minecraft:bats_spawnable_on": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate" + ], + "minecraft:stone_ore_replaceables": [ + "stone", + "granite", + "diorite", + "andesite" + ], + "c:storage_blocks/redstone": [ + "redstone_block" + ], + "c:glass_panes/colorless": [ + "glass_pane" + ], + "c:storage_blocks/slime": [ + "slime_block" + ], + "minecraft:standing_signs": [ + "oak_sign", + "spruce_sign", + "birch_sign", + "acacia_sign", + "jungle_sign", + "dark_oak_sign", + "pale_oak_sign", + "crimson_sign", + "warped_sign", + "mangrove_sign", + "bamboo_sign", + "cherry_sign" + ], "minecraft:slabs": [ "oak_slab", "spruce_slab", @@ -2420,162 +6301,131 @@ "tuff_brick_slab", "resin_brick_slab" ], - "minecraft:dripstone_replaceable_blocks": [ + "minecraft:mushroom_grow_block": [ + "mycelium", + "podzol", + "crimson_nylium", + "warped_nylium" + ], + "c:storage_blocks/gold": [ + "gold_block" + ], + "minecraft:azalea_root_replaceable": [ "stone", "granite", "diorite", "andesite", "tuff", - "deepslate" - ], - "c:storage_blocks/raw_copper": [ - "raw_copper_block" - ], - "c:dyed/black": [ - "black_banner", - "black_bed", - "black_candle", - "black_carpet", - "black_concrete", - "black_concrete_powder", - "black_glazed_terracotta", - "black_shulker_box", - "black_stained_glass", - "black_stained_glass_pane", + "deepslate", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", "black_terracotta", - "black_wall_banner", - "black_wool" + "red_sand", + "clay", + "gravel", + "sand", + "snow_block", + "powder_snow" ], - "minecraft:vibration_resonators": [ - "amethyst_block" + "c:buds": [ + "small_amethyst_bud", + "medium_amethyst_bud", + "large_amethyst_bud" ], - "minecraft:triggers_ambient_dried_ghast_block_sounds": [ - "soul_sand", - "soul_soil" + "minecraft:wall_signs": [ + "oak_wall_sign", + "spruce_wall_sign", + "birch_wall_sign", + "acacia_wall_sign", + "jungle_wall_sign", + "dark_oak_wall_sign", + "pale_oak_wall_sign", + "crimson_wall_sign", + "warped_wall_sign", + "mangrove_wall_sign", + "bamboo_wall_sign", + "cherry_wall_sign" ], - "c:ores/coal": [ - "coal_ore", - "deepslate_coal_ore" - ], - "minecraft:spruce_logs": [ - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood" - ], - "minecraft:shulker_boxes": [ - "shulker_box", - "black_shulker_box", - "blue_shulker_box", - "brown_shulker_box", + "c:dyed/cyan": [ + "cyan_banner", + "cyan_bed", + "cyan_candle", + "cyan_carpet", + "cyan_concrete", + "cyan_concrete_powder", + "cyan_glazed_terracotta", "cyan_shulker_box", - "gray_shulker_box", - "green_shulker_box", - "light_blue_shulker_box", - "light_gray_shulker_box", - "lime_shulker_box", - "magenta_shulker_box", - "orange_shulker_box", - "pink_shulker_box", - "purple_shulker_box", - "red_shulker_box", - "white_shulker_box", - "yellow_shulker_box" + "cyan_stained_glass", + "cyan_stained_glass_pane", + "cyan_terracotta", + "cyan_wall_banner", + "cyan_wool" ], - "minecraft:stone_ore_replaceables": [ - "stone", - "granite", - "diorite", - "andesite" + "minecraft:doors": [ + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door", + "copper_door", + "exposed_copper_door", + "weathered_copper_door", + "oxidized_copper_door", + "waxed_copper_door", + "waxed_exposed_copper_door", + "waxed_weathered_copper_door", + "waxed_oxidized_copper_door", + "iron_door" ], - "minecraft:wither_summon_base_blocks": [ - "soul_sand", - "soul_soil" + "c:dyed/yellow": [ + "yellow_banner", + "yellow_bed", + "yellow_candle", + "yellow_carpet", + "yellow_concrete", + "yellow_concrete_powder", + "yellow_glazed_terracotta", + "yellow_shulker_box", + "yellow_stained_glass", + "yellow_stained_glass_pane", + "yellow_terracotta", + "yellow_wall_banner", + "yellow_wool" ], - "minecraft:axolotls_spawnable_on": [ - "clay" - ], - "c:fence_gates/wooden": [ - "oak_fence_gate", - "spruce_fence_gate", - "birch_fence_gate", - "jungle_fence_gate", - "acacia_fence_gate", - "dark_oak_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate", - "pale_oak_fence_gate" - ], - "c:natural_logs": [ - "acacia_log", - "bamboo_block", - "birch_log", - "cherry_log", - "dark_oak_log", - "jungle_log", - "mangrove_log", - "oak_log", - "pale_oak_log", - "spruce_log", - "crimson_stem", - "warped_stem" - ], - "c:budding_blocks": [ - "budding_amethyst" - ], - "minecraft:stone_bricks": [ - "stone_bricks", - "mossy_stone_bricks", - "cracked_stone_bricks", - "chiseled_stone_bricks" - ], - "c:glass_panes/colorless": [ - "glass_pane" - ], - "minecraft:cherry_logs": [ - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood" - ], - "minecraft:base_stone_nether": [ - "netherrack", - "basalt", - "blackstone" - ], - "minecraft:enchantment_power_transmitter": [ - "air", - "water", - "lava", - "short_grass", - "fern", - "dead_bush", - "bush", - "short_dry_grass", - "tall_dry_grass", - "seagrass", - "tall_seagrass", - "fire", - "soul_fire", - "snow", - "vine", - "glow_lichen", - "resin_clump", - "light", - "tall_grass", - "large_fern", - "structure_void", - "void_air", - "cave_air", - "bubble_column", - "warped_roots", - "nether_sprouts", - "crimson_roots", - "leaf_litter", - "hanging_roots" + "minecraft:triggers_ambient_desert_sand_block_sounds": [ + "sand", + "red_sand" ], "c:glazed_terracotta": [ "white_glazed_terracotta", @@ -2595,136 +6445,461 @@ "black_glazed_terracotta", "red_glazed_terracotta" ], - "minecraft:incorrect_for_stone_tool": [ + "minecraft:snaps_goat_horn": [ + "acacia_log", + "birch_log", + "oak_log", + "jungle_log", + "spruce_log", + "dark_oak_log", + "pale_oak_log", + "mangrove_log", + "cherry_log", + "stone", + "packed_ice", + "iron_ore", + "coal_ore", + "copper_ore", + "emerald_ore" + ], + "c:sandstone/slabs": [ + "sandstone_slab", + "cut_sandstone_slab", + "smooth_sandstone_slab", + "red_sandstone_slab", + "cut_red_sandstone_slab", + "smooth_red_sandstone_slab" + ], + "minecraft:overworld_carver_replaceables": [ + "stone", + "granite", + "diorite", + "andesite", + "tuff", + "deepslate", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "sand", + "red_sand", + "suspicious_sand", + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta", + "iron_ore", + "deepslate_iron_ore", + "copper_ore", + "deepslate_copper_ore", + "snow", + "snow_block", + "powder_snow", + "water", + "gravel", + "suspicious_gravel", + "sandstone", + "red_sandstone", + "calcite", + "packed_ice", + "raw_iron_block", + "raw_copper_block" + ], + "minecraft:copper_golem_statues": [ + "copper_golem_statue", + "exposed_copper_golem_statue", + "weathered_copper_golem_statue", + "oxidized_copper_golem_statue", + "waxed_copper_golem_statue", + "waxed_exposed_copper_golem_statue", + "waxed_weathered_copper_golem_statue", + "waxed_oxidized_copper_golem_statue" + ], + "minecraft:stone_bricks": [ + "stone_bricks", + "mossy_stone_bricks", + "cracked_stone_bricks", + "chiseled_stone_bricks" + ], + "minecraft:enderman_holdable": [ + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "sand", + "red_sand", + "gravel", + "brown_mushroom", + "red_mushroom", + "tnt", + "cactus", + "clay", + "pumpkin", + "carved_pumpkin", + "melon", + "crimson_fungus", + "crimson_nylium", + "crimson_roots", + "warped_fungus", + "warped_nylium", + "warped_roots", + "cactus_flower" + ], + "minecraft:blocks_wind_charge_explosions": [ + "barrier", + "bedrock" + ], + "minecraft:anvil": [ + "anvil", + "chipped_anvil", + "damaged_anvil" + ], + "c:sandstone/red_slabs": [ + "red_sandstone_slab", + "cut_red_sandstone_slab", + "smooth_red_sandstone_slab" + ], + "minecraft:copper": [ + "copper_block", + "exposed_copper", + "weathered_copper", + "oxidized_copper", + "waxed_copper_block", + "waxed_exposed_copper", + "waxed_weathered_copper", + "waxed_oxidized_copper" + ], + "minecraft:bamboo_plantable_on": [ + "sand", + "red_sand", + "suspicious_sand", + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots", + "bamboo", + "bamboo_sapling", + "gravel", + "suspicious_gravel" + ], + "c:chains": [ + "iron_chain", + "copper_chain", + "waxed_copper_chain", + "exposed_copper_chain", + "waxed_exposed_copper_chain", + "weathered_copper_chain", + "waxed_weathered_copper_chain", + "oxidized_copper_chain", + "waxed_oxidized_copper_chain" + ], + "minecraft:portals": [ + "nether_portal", + "end_portal", + "end_gateway" + ], + "minecraft:jungle_logs": [ + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood" + ], + "minecraft:flower_pots": [ + "flower_pot", + "potted_open_eyeblossom", + "potted_closed_eyeblossom", + "potted_poppy", + "potted_blue_orchid", + "potted_allium", + "potted_azure_bluet", + "potted_red_tulip", + "potted_orange_tulip", + "potted_white_tulip", + "potted_pink_tulip", + "potted_oxeye_daisy", + "potted_dandelion", + "potted_oak_sapling", + "potted_spruce_sapling", + "potted_birch_sapling", + "potted_jungle_sapling", + "potted_acacia_sapling", + "potted_dark_oak_sapling", + "potted_pale_oak_sapling", + "potted_red_mushroom", + "potted_brown_mushroom", + "potted_dead_bush", + "potted_fern", + "potted_cactus", + "potted_cornflower", + "potted_lily_of_the_valley", + "potted_wither_rose", + "potted_bamboo", + "potted_crimson_fungus", + "potted_warped_fungus", + "potted_crimson_roots", + "potted_warped_roots", + "potted_azalea_bush", + "potted_flowering_azalea_bush", + "potted_mangrove_propagule", + "potted_cherry_sapling", + "potted_torchflower" + ], + "c:ores/emerald": [ + "emerald_ore", + "deepslate_emerald_ore" + ], + "minecraft:incorrect_for_iron_tool": [ "obsidian", "crying_obsidian", "netherite_block", "respawn_anchor", - "ancient_debris", - "diamond_block", - "diamond_ore", + "ancient_debris" + ], + "minecraft:snow_layer_can_survive_on": [ + "honey_block", + "soul_sand", + "mud" + ], + "minecraft:sniffer_diggable_block": [ + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots" + ], + "minecraft:polar_bears_spawnable_on_alternate": [ + "ice" + ], + "minecraft:parrots_spawnable_on": [ + "grass_block", + "air", + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood", + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood", + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae", + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae" + ], + "c:ore_bearing_ground/netherrack": [ + "netherrack" + ], + "c:glass_panes": [ + "white_stained_glass_pane", + "orange_stained_glass_pane", + "magenta_stained_glass_pane", + "light_blue_stained_glass_pane", + "yellow_stained_glass_pane", + "lime_stained_glass_pane", + "pink_stained_glass_pane", + "gray_stained_glass_pane", + "light_gray_stained_glass_pane", + "cyan_stained_glass_pane", + "purple_stained_glass_pane", + "blue_stained_glass_pane", + "brown_stained_glass_pane", + "green_stained_glass_pane", + "black_stained_glass_pane", + "red_stained_glass_pane", + "glass_pane" + ], + "minecraft:occludes_vibration_signals": [ + "white_wool", + "orange_wool", + "magenta_wool", + "light_blue_wool", + "yellow_wool", + "lime_wool", + "pink_wool", + "gray_wool", + "light_gray_wool", + "cyan_wool", + "purple_wool", + "blue_wool", + "brown_wool", + "green_wool", + "red_wool", + "black_wool" + ], + "minecraft:ceiling_hanging_signs": [ + "oak_hanging_sign", + "spruce_hanging_sign", + "birch_hanging_sign", + "acacia_hanging_sign", + "cherry_hanging_sign", + "jungle_hanging_sign", + "dark_oak_hanging_sign", + "pale_oak_hanging_sign", + "crimson_hanging_sign", + "warped_hanging_sign", + "mangrove_hanging_sign", + "bamboo_hanging_sign" + ], + "c:dyed/magenta": [ + "magenta_banner", + "magenta_bed", + "magenta_candle", + "magenta_carpet", + "magenta_concrete", + "magenta_concrete_powder", + "magenta_glazed_terracotta", + "magenta_shulker_box", + "magenta_stained_glass", + "magenta_stained_glass_pane", + "magenta_terracotta", + "magenta_wall_banner", + "magenta_wool" + ], + "minecraft:lanterns": [ + "lantern", + "soul_lantern", + "copper_lantern", + "waxed_copper_lantern", + "exposed_copper_lantern", + "waxed_exposed_copper_lantern", + "weathered_copper_lantern", + "waxed_weathered_copper_lantern", + "oxidized_copper_lantern", + "waxed_oxidized_copper_lantern" + ], + "c:glass_blocks/tinted": [ + "tinted_glass" + ], + "c:ores_in_ground/deepslate": [ + "deepslate_coal_ore", + "deepslate_copper_ore", "deepslate_diamond_ore", - "emerald_ore", "deepslate_emerald_ore", - "emerald_block", - "gold_block", - "raw_gold_block", - "gold_ore", "deepslate_gold_ore", - "redstone_ore", + "deepslate_iron_ore", + "deepslate_lapis_ore", "deepslate_redstone_ore" ], - "minecraft:frog_prefer_jump_to": [ - "lily_pad", - "big_dripleaf" + "minecraft:bamboo_blocks": [ + "bamboo_block", + "stripped_bamboo_block" ], - "c:storage_blocks/slime": [ - "slime_block" + "c:glazed_terracottas": [ + "white_glazed_terracotta", + "orange_glazed_terracotta", + "magenta_glazed_terracotta", + "light_blue_glazed_terracotta", + "yellow_glazed_terracotta", + "lime_glazed_terracotta", + "pink_glazed_terracotta", + "gray_glazed_terracotta", + "light_gray_glazed_terracotta", + "cyan_glazed_terracotta", + "purple_glazed_terracotta", + "blue_glazed_terracotta", + "brown_glazed_terracotta", + "green_glazed_terracotta", + "black_glazed_terracotta", + "red_glazed_terracotta" ], - "minecraft:goats_spawnable_on": [ - "grass_block", - "stone", - "snow", - "snow_block", - "packed_ice", - "gravel" - ], - "c:ore_rates/sparse": [ - "nether_gold_ore" - ], - "minecraft:mineable/shovel": [ - "clay", - "dirt", - "coarse_dirt", - "podzol", - "farmland", - "grass_block", - "gravel", - "mycelium", + "minecraft:camels_spawnable_on": [ "sand", "red_sand", - "snow_block", - "snow", - "soul_sand", - "dirt_path", - "soul_soil", - "rooted_dirt", - "muddy_mangrove_roots", - "mud", - "suspicious_sand", - "suspicious_gravel", - "white_concrete_powder", - "orange_concrete_powder", - "magenta_concrete_powder", - "light_blue_concrete_powder", - "yellow_concrete_powder", - "lime_concrete_powder", - "pink_concrete_powder", - "gray_concrete_powder", - "light_gray_concrete_powder", - "cyan_concrete_powder", - "purple_concrete_powder", - "blue_concrete_powder", - "brown_concrete_powder", - "green_concrete_powder", - "red_concrete_powder", - "black_concrete_powder" - ], - "c:natural_woods": [ - "acacia_wood", - "birch_wood", - "cherry_wood", - "dark_oak_wood", - "jungle_wood", - "mangrove_wood", - "oak_wood", - "pale_oak_wood", - "spruce_wood", - "crimson_hyphae", - "warped_hyphae" - ], - "minecraft:coral_plants": [ - "tube_coral", - "brain_coral", - "bubble_coral", - "fire_coral", - "horn_coral" - ], - "minecraft:fences": [ - "oak_fence", - "acacia_fence", - "dark_oak_fence", - "pale_oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "nether_brick_fence" - ], - "minecraft:happy_ghast_avoids": [ - "sweet_berry_bush", - "cactus", - "wither_rose", - "magma_block", - "fire", - "pointed_dripstone" - ], - "c:chests": [ - "chest", - "trapped_chest", - "ender_chest", - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest" + "suspicious_sand" ], "minecraft:mineable/pickaxe": [ "stone", @@ -3210,225 +7385,6 @@ "oxidized_copper_bars", "waxed_oxidized_copper_bars" ], - "c:sands/colorless": [ - "sand" - ], - "c:storage_blocks/copper": [ - "copper_block" - ], - "minecraft:iron_ores": [ - "iron_ore", - "deepslate_iron_ore" - ], - "minecraft:frogs_spawnable_on": [ - "grass_block", - "mud", - "mangrove_roots", - "muddy_mangrove_roots" - ], - "minecraft:emerald_ores": [ - "emerald_ore", - "deepslate_emerald_ore" - ], - "minecraft:replaceable_by_trees": [ - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "closed_eyeblossom", - "pale_moss_carpet", - "short_grass", - "fern", - "dead_bush", - "vine", - "glow_lichen", - "sunflower", - "lilac", - "rose_bush", - "peony", - "tall_grass", - "large_fern", - "hanging_roots", - "pitcher_plant", - "water", - "seagrass", - "tall_seagrass", - "bush", - "firefly_bush", - "warped_roots", - "nether_sprouts", - "crimson_roots", - "leaf_litter", - "short_dry_grass", - "tall_dry_grass" - ], - "minecraft:terracotta": [ - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta" - ], - "minecraft:moss_replaceable": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "cave_vines_plant", - "cave_vines", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots" - ], - "minecraft:fire": [ - "fire", - "soul_fire" - ], - "c:dyed/red": [ - "red_banner", - "red_bed", - "red_candle", - "red_carpet", - "red_concrete", - "red_concrete_powder", - "red_glazed_terracotta", - "red_shulker_box", - "red_stained_glass", - "red_stained_glass_pane", - "red_terracotta", - "red_wall_banner", - "red_wool" - ], - "minecraft:lanterns": [ - "lantern", - "soul_lantern", - "copper_lantern", - "waxed_copper_lantern", - "exposed_copper_lantern", - "waxed_exposed_copper_lantern", - "weathered_copper_lantern", - "waxed_weathered_copper_lantern", - "oxidized_copper_lantern", - "waxed_oxidized_copper_lantern" - ], - "c:netherracks": [ - "netherrack" - ], - "c:hidden_from_recipe_viewers": [], - "c:storage_blocks/iron": [ - "iron_block" - ], - "c:ore_bearing_ground/netherrack": [ - "netherrack" - ], - "c:glass_panes": [ - "white_stained_glass_pane", - "orange_stained_glass_pane", - "magenta_stained_glass_pane", - "light_blue_stained_glass_pane", - "yellow_stained_glass_pane", - "lime_stained_glass_pane", - "pink_stained_glass_pane", - "gray_stained_glass_pane", - "light_gray_stained_glass_pane", - "cyan_stained_glass_pane", - "purple_stained_glass_pane", - "blue_stained_glass_pane", - "brown_stained_glass_pane", - "green_stained_glass_pane", - "black_stained_glass_pane", - "red_stained_glass_pane", - "glass_pane" - ], - "minecraft:ceiling_hanging_signs": [ - "oak_hanging_sign", - "spruce_hanging_sign", - "birch_hanging_sign", - "acacia_hanging_sign", - "cherry_hanging_sign", - "jungle_hanging_sign", - "dark_oak_hanging_sign", - "pale_oak_hanging_sign", - "crimson_hanging_sign", - "warped_hanging_sign", - "mangrove_hanging_sign", - "bamboo_hanging_sign" - ], - "minecraft:sniffer_diggable_block": [ - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots" - ], - "c:dyed/magenta": [ - "magenta_banner", - "magenta_bed", - "magenta_candle", - "magenta_carpet", - "magenta_concrete", - "magenta_concrete_powder", - "magenta_glazed_terracotta", - "magenta_shulker_box", - "magenta_stained_glass", - "magenta_stained_glass_pane", - "magenta_terracotta", - "magenta_wall_banner", - "magenta_wool" - ], - "c:sandstone/red_blocks": [ - "red_sandstone", - "cut_red_sandstone", - "smooth_red_sandstone", - "chiseled_red_sandstone" - ], "minecraft:beds": [ "red_bed", "black_bed", @@ -3447,2589 +7403,25 @@ "white_bed", "yellow_bed" ], - "c:stripped_logs": [ - "stripped_acacia_log", - "stripped_bamboo_block", - "stripped_birch_log", - "stripped_cherry_log", - "stripped_dark_oak_log", - "stripped_jungle_log", - "stripped_mangrove_log", - "stripped_oak_log", - "stripped_pale_oak_log", - "stripped_spruce_log", - "stripped_crimson_stem", - "stripped_warped_stem" - ], - "minecraft:polar_bears_spawnable_on_alternate": [ - "ice" - ], - "minecraft:blocks_wind_charge_explosions": [ - "barrier", - "bedrock" - ], - "minecraft:anvil": [ - "anvil", - "chipped_anvil", - "damaged_anvil" - ], - "minecraft:bamboo_blocks": [ - "bamboo_block", - "stripped_bamboo_block" - ], "minecraft:birch_logs": [ "birch_log", "birch_wood", "stripped_birch_log", "stripped_birch_wood" - ], - "minecraft:copper_golem_statues": [ - "copper_golem_statue", - "exposed_copper_golem_statue", - "weathered_copper_golem_statue", - "oxidized_copper_golem_statue", - "waxed_copper_golem_statue", - "waxed_exposed_copper_golem_statue", - "waxed_weathered_copper_golem_statue", - "waxed_oxidized_copper_golem_statue" - ], - "minecraft:lava_pool_stone_cannot_replace": [ - "bedrock", - "spawner", - "chest", - "end_portal_frame", - "reinforced_deepslate", - "trial_spawner", - "vault", - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood", - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae", - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae" - ], - "c:ores_in_ground/deepslate": [ - "deepslate_coal_ore", - "deepslate_copper_ore", - "deepslate_diamond_ore", - "deepslate_emerald_ore", - "deepslate_gold_ore", - "deepslate_iron_ore", - "deepslate_lapis_ore", - "deepslate_redstone_ore" - ], - "minecraft:occludes_vibration_signals": [ - "white_wool", - "orange_wool", - "magenta_wool", - "light_blue_wool", - "yellow_wool", - "lime_wool", - "pink_wool", - "gray_wool", - "light_gray_wool", - "cyan_wool", - "purple_wool", - "blue_wool", - "brown_wool", - "green_wool", - "red_wool", - "black_wool" - ], - "c:sandstone/slabs": [ - "sandstone_slab", - "cut_sandstone_slab", - "smooth_sandstone_slab", - "red_sandstone_slab", - "cut_red_sandstone_slab", - "smooth_red_sandstone_slab" - ], - "minecraft:snaps_goat_horn": [ - "acacia_log", - "birch_log", - "oak_log", - "jungle_log", - "spruce_log", - "dark_oak_log", - "pale_oak_log", - "mangrove_log", - "cherry_log", - "stone", - "packed_ice", - "iron_ore", - "coal_ore", - "copper_ore", - "emerald_ore" - ], - "c:glazed_terracottas": [ - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "light_gray_glazed_terracotta", - "cyan_glazed_terracotta", - "purple_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "black_glazed_terracotta", - "red_glazed_terracotta" - ], - "c:buds": [ - "small_amethyst_bud", - "medium_amethyst_bud", - "large_amethyst_bud" - ], - "minecraft:sand": [ - "sand", - "red_sand", - "suspicious_sand" - ], - "c:storage_blocks/diamond": [ - "diamond_block" - ], - "c:dyed/cyan": [ - "cyan_banner", - "cyan_bed", - "cyan_candle", - "cyan_carpet", - "cyan_concrete", - "cyan_concrete_powder", - "cyan_glazed_terracotta", - "cyan_shulker_box", - "cyan_stained_glass", - "cyan_stained_glass_pane", - "cyan_terracotta", - "cyan_wall_banner", - "cyan_wool" - ], - "c:end_stones": [ - "end_stone" - ], - "minecraft:dry_vegetation_may_place_on": [ - "sand", - "red_sand", - "suspicious_sand", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "farmland" - ], - "c:pumpkins/jack_o_lanterns": [ - "jack_o_lantern" - ], - "minecraft:crystal_sound_blocks": [ - "amethyst_block", - "budding_amethyst" - ], - "c:storage_blocks/redstone": [ - "redstone_block" - ], - "c:storage_blocks/coal": [ - "coal_block" - ], - "c:pumpkins": [ - "pumpkin", - "carved_pumpkin", - "jack_o_lantern" - ], - "minecraft:needs_iron_tool": [ - "diamond_block", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "emerald_block", - "gold_block", - "raw_gold_block", - "gold_ore", - "deepslate_gold_ore", - "redstone_ore", - "deepslate_redstone_ore" - ], - "c:sands/red": [ - "red_sand" - ], - "c:glass_blocks/colorless": [ - "glass" - ], - "c:pumpkins/carved": [ - "carved_pumpkin" - ], - "c:storage_blocks": [ - "bone_block", - "coal_block", - "copper_block", - "diamond_block", - "dried_kelp_block", - "emerald_block", - "gold_block", - "iron_block", - "lapis_block", - "netherite_block", - "raw_copper_block", - "raw_gold_block", - "raw_iron_block", - "redstone_block", - "resin_block", - "slime_block", - "hay_block" - ], - "c:sands": [ - "sand", - "red_sand" - ], - "c:sandstone/stairs": [ - "sandstone_stairs", - "smooth_sandstone_stairs", - "red_sandstone_stairs", - "smooth_red_sandstone_stairs" - ], - "minecraft:pale_oak_logs": [ - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood" - ], - "minecraft:mangrove_roots_can_grow_through": [ - "mud", - "muddy_mangrove_roots", - "mangrove_roots", - "moss_carpet", - "vine", - "mangrove_propagule", - "snow" - ], - "minecraft:all_hanging_signs": [ - "oak_hanging_sign", - "spruce_hanging_sign", - "birch_hanging_sign", - "acacia_hanging_sign", - "cherry_hanging_sign", - "jungle_hanging_sign", - "dark_oak_hanging_sign", - "pale_oak_hanging_sign", - "crimson_hanging_sign", - "warped_hanging_sign", - "mangrove_hanging_sign", - "bamboo_hanging_sign", - "oak_wall_hanging_sign", - "spruce_wall_hanging_sign", - "birch_wall_hanging_sign", - "acacia_wall_hanging_sign", - "cherry_wall_hanging_sign", - "jungle_wall_hanging_sign", - "dark_oak_wall_hanging_sign", - "pale_oak_wall_hanging_sign", - "crimson_wall_hanging_sign", - "warped_wall_hanging_sign", - "mangrove_wall_hanging_sign", - "bamboo_wall_hanging_sign" - ], - "minecraft:invalid_spawn_inside": [ - "end_portal", - "end_gateway" - ], - "minecraft:features_cannot_replace": [ - "bedrock", - "spawner", - "chest", - "end_portal_frame", - "reinforced_deepslate", - "trial_spawner", - "vault" - ], - "minecraft:warped_stems": [ - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae" - ], - "c:ore_bearing_ground/stone": [ - "stone" - ], - "c:natural_logs/overworld": [ - "acacia_log", - "bamboo_block", - "birch_log", - "cherry_log", - "dark_oak_log", - "jungle_log", - "mangrove_log", - "oak_log", - "pale_oak_log", - "spruce_log" - ], - "minecraft:soul_fire_base_blocks": [ - "soul_sand", - "soul_soil" - ], - "c:obsidians/normal": [ - "obsidian" - ], - "c:pumpkins/normal": [ - "pumpkin" - ], - "minecraft:prevent_mob_spawning_inside": [ - "rail", - "powered_rail", - "detector_rail", - "activator_rail" - ], - "minecraft:triggers_ambient_desert_sand_block_sounds": [ - "sand", - "red_sand" - ], - "c:ores/quartz": [ - "nether_quartz_ore" - ], - "minecraft:climbable": [ - "ladder", - "vine", - "scaffolding", - "weeping_vines", - "weeping_vines_plant", - "twisting_vines", - "twisting_vines_plant", - "cave_vines", - "cave_vines_plant" - ], - "c:sandstone/uncolored_slabs": [ - "sandstone_slab", - "cut_sandstone_slab", - "smooth_sandstone_slab" - ], - "minecraft:trail_ruins_replaceable": [ - "gravel" - ], - "minecraft:beehives": [ - "bee_nest", - "beehive" - ], - "minecraft:mob_interactable_doors": [ - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door", - "copper_door", - "exposed_copper_door", - "weathered_copper_door", - "oxidized_copper_door", - "waxed_copper_door", - "waxed_exposed_copper_door", - "waxed_weathered_copper_door", - "waxed_oxidized_copper_door" - ], - "minecraft:ice": [ - "ice", - "packed_ice", - "blue_ice", - "frosted_ice" - ], - "minecraft:does_not_block_hoppers": [ - "bee_nest", - "beehive" - ], - "minecraft:wool_carpets": [ - "white_carpet", - "orange_carpet", - "magenta_carpet", - "light_blue_carpet", - "yellow_carpet", - "lime_carpet", - "pink_carpet", - "gray_carpet", - "light_gray_carpet", - "cyan_carpet", - "purple_carpet", - "blue_carpet", - "brown_carpet", - "green_carpet", - "red_carpet", - "black_carpet" - ], - "minecraft:crops": [ - "beetroots", - "carrots", - "potatoes", - "wheat", - "melon_stem", - "pumpkin_stem", - "torchflower_crop", - "pitcher_crop" - ], - "minecraft:combination_step_sound_blocks": [ - "white_carpet", - "orange_carpet", - "magenta_carpet", - "light_blue_carpet", - "yellow_carpet", - "lime_carpet", - "pink_carpet", - "gray_carpet", - "light_gray_carpet", - "cyan_carpet", - "purple_carpet", - "blue_carpet", - "brown_carpet", - "green_carpet", - "red_carpet", - "black_carpet", - "moss_carpet", - "pale_moss_carpet", - "snow", - "nether_sprouts", - "warped_roots", - "crimson_roots", - "resin_clump" - ], - "minecraft:diamond_ores": [ - "diamond_ore", - "deepslate_diamond_ore" - ], - "minecraft:nylium": [ - "crimson_nylium", - "warped_nylium" - ], - "c:barrels/wooden": [ - "barrel" - ], - "minecraft:impermeable": [ - "glass", - "white_stained_glass", - "orange_stained_glass", - "magenta_stained_glass", - "light_blue_stained_glass", - "yellow_stained_glass", - "lime_stained_glass", - "pink_stained_glass", - "gray_stained_glass", - "light_gray_stained_glass", - "cyan_stained_glass", - "purple_stained_glass", - "blue_stained_glass", - "brown_stained_glass", - "green_stained_glass", - "red_stained_glass", - "black_stained_glass", - "tinted_glass", - "barrier" - ], - "minecraft:leaves": [ - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves" - ], - "minecraft:deepslate_ore_replaceables": [ - "deepslate", - "tuff" - ], - "minecraft:completes_find_tree_tutorial": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood", - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae", - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae", - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "nether_wart_block", - "warped_wart_block" - ], - "minecraft:strider_warm_blocks": [ - "lava" - ], - "minecraft:wither_immune": [ - "barrier", - "bedrock", - "end_portal", - "end_portal_frame", - "end_gateway", - "command_block", - "repeating_command_block", - "chain_command_block", - "structure_block", - "jigsaw", - "moving_piston", - "light", - "reinforced_deepslate", - "test_block", - "test_instance_block" - ], - "c:cobblestones/normal": [ - "cobblestone" - ], - "minecraft:coral_blocks": [ - "tube_coral_block", - "brain_coral_block", - "bubble_coral_block", - "fire_coral_block", - "horn_coral_block" - ], - "minecraft:incorrect_for_copper_tool": [ - "obsidian", - "crying_obsidian", - "netherite_block", - "respawn_anchor", - "ancient_debris", - "diamond_block", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "emerald_block", - "gold_block", - "raw_gold_block", - "gold_ore", - "deepslate_gold_ore", - "redstone_ore", - "deepslate_redstone_ore" - ], - "minecraft:dragon_immune": [ - "barrier", - "bedrock", - "end_portal", - "end_portal_frame", - "end_gateway", - "command_block", - "repeating_command_block", - "chain_command_block", - "structure_block", - "jigsaw", - "moving_piston", - "obsidian", - "crying_obsidian", - "end_stone", - "iron_bars", - "respawn_anchor", - "reinforced_deepslate", - "test_block", - "test_instance_block" - ], - "minecraft:bars": [ - "iron_bars", - "copper_bars", - "waxed_copper_bars", - "exposed_copper_bars", - "waxed_exposed_copper_bars", - "weathered_copper_bars", - "waxed_weathered_copper_bars", - "oxidized_copper_bars", - "waxed_oxidized_copper_bars" - ], - "minecraft:wool": [ - "white_wool", - "orange_wool", - "magenta_wool", - "light_blue_wool", - "yellow_wool", - "lime_wool", - "pink_wool", - "gray_wool", - "light_gray_wool", - "cyan_wool", - "purple_wool", - "blue_wool", - "brown_wool", - "green_wool", - "red_wool", - "black_wool" - ], - "c:gravels": [ - "gravel" - ], - "c:chests/wooden": [ - "chest", - "trapped_chest" - ], - "c:clusters": [ - "amethyst_cluster" - ], - "c:fences/nether_brick": [ - "nether_brick_fence" - ], - "minecraft:camel_sand_step_sound_blocks": [ - "sand", - "red_sand", - "suspicious_sand", - "white_concrete_powder", - "orange_concrete_powder", - "magenta_concrete_powder", - "light_blue_concrete_powder", - "yellow_concrete_powder", - "lime_concrete_powder", - "pink_concrete_powder", - "gray_concrete_powder", - "light_gray_concrete_powder", - "cyan_concrete_powder", - "purple_concrete_powder", - "blue_concrete_powder", - "brown_concrete_powder", - "green_concrete_powder", - "red_concrete_powder", - "black_concrete_powder" - ], - "minecraft:mineable/hoe": [ - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "nether_wart_block", - "warped_wart_block", - "hay_block", - "dried_kelp_block", - "target", - "shroomlight", - "sponge", - "wet_sponge", - "sculk_sensor", - "calibrated_sculk_sensor", - "moss_block", - "moss_carpet", - "pale_moss_block", - "pale_moss_carpet", - "sculk", - "sculk_catalyst", - "sculk_vein", - "sculk_shrieker" - ], - "c:ores": [ - "coal_ore", - "deepslate_coal_ore", - "copper_ore", - "deepslate_copper_ore", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore", - "iron_ore", - "deepslate_iron_ore", - "lapis_ore", - "deepslate_lapis_ore", - "ancient_debris", - "redstone_ore", - "deepslate_redstone_ore", - "nether_quartz_ore" - ], - "minecraft:replaceable": [ - "air", - "water", - "lava", - "short_grass", - "fern", - "dead_bush", - "bush", - "short_dry_grass", - "tall_dry_grass", - "seagrass", - "tall_seagrass", - "fire", - "soul_fire", - "snow", - "vine", - "glow_lichen", - "resin_clump", - "light", - "tall_grass", - "large_fern", - "structure_void", - "void_air", - "cave_air", - "bubble_column", - "warped_roots", - "nether_sprouts", - "crimson_roots", - "leaf_litter", - "hanging_roots" - ], - "c:storage_blocks/wheat": [ - "hay_block" - ], - "c:fences/wooden": [ - "oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "acacia_fence", - "dark_oak_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "pale_oak_fence" - ], - "c:dyed": [ - "white_banner", - "white_bed", - "white_candle", - "white_carpet", - "white_concrete", - "white_concrete_powder", - "white_glazed_terracotta", - "white_shulker_box", - "white_stained_glass", - "white_stained_glass_pane", - "white_terracotta", - "white_wall_banner", - "white_wool", - "orange_banner", - "orange_bed", - "orange_candle", - "orange_carpet", - "orange_concrete", - "orange_concrete_powder", - "orange_glazed_terracotta", - "orange_shulker_box", - "orange_stained_glass", - "orange_stained_glass_pane", - "orange_terracotta", - "orange_wall_banner", - "orange_wool", - "magenta_banner", - "magenta_bed", - "magenta_candle", - "magenta_carpet", - "magenta_concrete", - "magenta_concrete_powder", - "magenta_glazed_terracotta", - "magenta_shulker_box", - "magenta_stained_glass", - "magenta_stained_glass_pane", - "magenta_terracotta", - "magenta_wall_banner", - "magenta_wool", - "light_blue_banner", - "light_blue_bed", - "light_blue_candle", - "light_blue_carpet", - "light_blue_concrete", - "light_blue_concrete_powder", - "light_blue_glazed_terracotta", - "light_blue_shulker_box", - "light_blue_stained_glass", - "light_blue_stained_glass_pane", - "light_blue_terracotta", - "light_blue_wall_banner", - "light_blue_wool", - "yellow_banner", - "yellow_bed", - "yellow_candle", - "yellow_carpet", - "yellow_concrete", - "yellow_concrete_powder", - "yellow_glazed_terracotta", - "yellow_shulker_box", - "yellow_stained_glass", - "yellow_stained_glass_pane", - "yellow_terracotta", - "yellow_wall_banner", - "yellow_wool", - "lime_banner", - "lime_bed", - "lime_candle", - "lime_carpet", - "lime_concrete", - "lime_concrete_powder", - "lime_glazed_terracotta", - "lime_shulker_box", - "lime_stained_glass", - "lime_stained_glass_pane", - "lime_terracotta", - "lime_wall_banner", - "lime_wool", - "pink_banner", - "pink_bed", - "pink_candle", - "pink_carpet", - "pink_concrete", - "pink_concrete_powder", - "pink_glazed_terracotta", - "pink_shulker_box", - "pink_stained_glass", - "pink_stained_glass_pane", - "pink_terracotta", - "pink_wall_banner", - "pink_wool", - "gray_banner", - "gray_bed", - "gray_candle", - "gray_carpet", - "gray_concrete", - "gray_concrete_powder", - "gray_glazed_terracotta", - "gray_shulker_box", - "gray_stained_glass", - "gray_stained_glass_pane", - "gray_terracotta", - "gray_wall_banner", - "gray_wool", - "light_gray_banner", - "light_gray_bed", - "light_gray_candle", - "light_gray_carpet", - "light_gray_concrete", - "light_gray_concrete_powder", - "light_gray_glazed_terracotta", - "light_gray_shulker_box", - "light_gray_stained_glass", - "light_gray_stained_glass_pane", - "light_gray_terracotta", - "light_gray_wall_banner", - "light_gray_wool", - "cyan_banner", - "cyan_bed", - "cyan_candle", - "cyan_carpet", - "cyan_concrete", - "cyan_concrete_powder", - "cyan_glazed_terracotta", - "cyan_shulker_box", - "cyan_stained_glass", - "cyan_stained_glass_pane", - "cyan_terracotta", - "cyan_wall_banner", - "cyan_wool", - "purple_banner", - "purple_bed", - "purple_candle", - "purple_carpet", - "purple_concrete", - "purple_concrete_powder", - "purple_glazed_terracotta", - "purple_shulker_box", - "purple_stained_glass", - "purple_stained_glass_pane", - "purple_terracotta", - "purple_wall_banner", - "purple_wool", - "blue_banner", - "blue_bed", - "blue_candle", - "blue_carpet", - "blue_concrete", - "blue_concrete_powder", - "blue_glazed_terracotta", - "blue_shulker_box", - "blue_stained_glass", - "blue_stained_glass_pane", - "blue_terracotta", - "blue_wall_banner", - "blue_wool", - "brown_banner", - "brown_bed", - "brown_candle", - "brown_carpet", - "brown_concrete", - "brown_concrete_powder", - "brown_glazed_terracotta", - "brown_shulker_box", - "brown_stained_glass", - "brown_stained_glass_pane", - "brown_terracotta", - "brown_wall_banner", - "brown_wool", - "green_banner", - "green_bed", - "green_candle", - "green_carpet", - "green_concrete", - "green_concrete_powder", - "green_glazed_terracotta", - "green_shulker_box", - "green_stained_glass", - "green_stained_glass_pane", - "green_terracotta", - "green_wall_banner", - "green_wool", - "red_banner", - "red_bed", - "red_candle", - "red_carpet", - "red_concrete", - "red_concrete_powder", - "red_glazed_terracotta", - "red_shulker_box", - "red_stained_glass", - "red_stained_glass_pane", - "red_terracotta", - "red_wall_banner", - "red_wool", - "black_banner", - "black_bed", - "black_candle", - "black_carpet", - "black_concrete", - "black_concrete_powder", - "black_glazed_terracotta", - "black_shulker_box", - "black_stained_glass", - "black_stained_glass_pane", - "black_terracotta", - "black_wall_banner", - "black_wool" - ], - "minecraft:incorrect_for_gold_tool": [ - "obsidian", - "crying_obsidian", - "netherite_block", - "respawn_anchor", - "ancient_debris", - "diamond_block", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "emerald_block", - "gold_block", - "raw_gold_block", - "gold_ore", - "deepslate_gold_ore", - "redstone_ore", - "deepslate_redstone_ore", - "iron_block", - "raw_iron_block", - "iron_ore", - "deepslate_iron_ore", - "lapis_block", - "lapis_ore", - "deepslate_lapis_ore", - "copper_block", - "raw_copper_block", - "copper_ore", - "deepslate_copper_ore", - "cut_copper_slab", - "cut_copper_stairs", - "cut_copper", - "weathered_copper", - "weathered_cut_copper_slab", - "weathered_cut_copper_stairs", - "weathered_cut_copper", - "oxidized_copper", - "oxidized_cut_copper_slab", - "oxidized_cut_copper_stairs", - "oxidized_cut_copper", - "exposed_copper", - "exposed_cut_copper_slab", - "exposed_cut_copper_stairs", - "exposed_cut_copper", - "waxed_copper_block", - "waxed_cut_copper_slab", - "waxed_cut_copper_stairs", - "waxed_cut_copper", - "waxed_weathered_copper", - "waxed_weathered_cut_copper_slab", - "waxed_weathered_cut_copper_stairs", - "waxed_weathered_cut_copper", - "waxed_exposed_copper", - "waxed_exposed_cut_copper_slab", - "waxed_exposed_cut_copper_stairs", - "waxed_exposed_cut_copper", - "waxed_oxidized_copper", - "waxed_oxidized_cut_copper_slab", - "waxed_oxidized_cut_copper_stairs", - "waxed_oxidized_cut_copper", - "crafter", - "chiseled_copper", - "exposed_chiseled_copper", - "weathered_chiseled_copper", - "oxidized_chiseled_copper", - "waxed_chiseled_copper", - "waxed_exposed_chiseled_copper", - "waxed_weathered_chiseled_copper", - "waxed_oxidized_chiseled_copper", - "copper_grate", - "exposed_copper_grate", - "weathered_copper_grate", - "oxidized_copper_grate", - "waxed_copper_grate", - "waxed_exposed_copper_grate", - "waxed_weathered_copper_grate", - "waxed_oxidized_copper_grate", - "copper_bulb", - "exposed_copper_bulb", - "weathered_copper_bulb", - "oxidized_copper_bulb", - "waxed_copper_bulb", - "waxed_exposed_copper_bulb", - "waxed_weathered_copper_bulb", - "waxed_oxidized_copper_bulb", - "copper_trapdoor", - "exposed_copper_trapdoor", - "weathered_copper_trapdoor", - "oxidized_copper_trapdoor", - "waxed_copper_trapdoor", - "waxed_exposed_copper_trapdoor", - "waxed_weathered_copper_trapdoor", - "waxed_oxidized_copper_trapdoor", - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest", - "lightning_rod", - "exposed_lightning_rod", - "weathered_lightning_rod", - "oxidized_lightning_rod", - "waxed_lightning_rod", - "waxed_exposed_lightning_rod", - "waxed_weathered_lightning_rod", - "waxed_oxidized_lightning_rod" - ], - "minecraft:trapdoors": [ - "acacia_trapdoor", - "birch_trapdoor", - "dark_oak_trapdoor", - "pale_oak_trapdoor", - "jungle_trapdoor", - "oak_trapdoor", - "spruce_trapdoor", - "crimson_trapdoor", - "warped_trapdoor", - "mangrove_trapdoor", - "bamboo_trapdoor", - "cherry_trapdoor", - "iron_trapdoor", - "copper_trapdoor", - "exposed_copper_trapdoor", - "weathered_copper_trapdoor", - "oxidized_copper_trapdoor", - "waxed_copper_trapdoor", - "waxed_exposed_copper_trapdoor", - "waxed_weathered_copper_trapdoor", - "waxed_oxidized_copper_trapdoor" - ], - "minecraft:redstone_ores": [ - "redstone_ore", - "deepslate_redstone_ore" - ], - "c:dyed/pink": [ - "pink_banner", - "pink_bed", - "pink_candle", - "pink_carpet", - "pink_concrete", - "pink_concrete_powder", - "pink_glazed_terracotta", - "pink_shulker_box", - "pink_stained_glass", - "pink_stained_glass_pane", - "pink_terracotta", - "pink_wall_banner", - "pink_wool" - ], - "c:storage_blocks/raw_iron": [ - "raw_iron_block" - ], - "minecraft:armadillo_spawnable_on": [ - "grass_block", - "terracotta", - "white_terracotta", - "yellow_terracotta", - "orange_terracotta", - "red_terracotta", - "brown_terracotta", - "light_gray_terracotta", - "red_sand", - "coarse_dirt" - ], - "minecraft:smelts_to_glass": [ - "sand", - "red_sand" - ], - "minecraft:candles": [ - "candle", - "white_candle", - "orange_candle", - "magenta_candle", - "light_blue_candle", - "yellow_candle", - "lime_candle", - "pink_candle", - "gray_candle", - "light_gray_candle", - "cyan_candle", - "purple_candle", - "blue_candle", - "brown_candle", - "green_candle", - "red_candle", - "black_candle" - ], - "c:dyed/green": [ - "green_banner", - "green_bed", - "green_candle", - "green_carpet", - "green_concrete", - "green_concrete_powder", - "green_glazed_terracotta", - "green_shulker_box", - "green_stained_glass", - "green_stained_glass_pane", - "green_terracotta", - "green_wall_banner", - "green_wool" - ], - "c:skulls": [ - "skeleton_skull", - "skeleton_wall_skull", - "wither_skeleton_skull", - "wither_skeleton_wall_skull", - "player_head", - "player_wall_head", - "zombie_head", - "zombie_wall_head", - "creeper_head", - "creeper_wall_head", - "piglin_head", - "piglin_wall_head", - "dragon_head", - "dragon_wall_head" - ], - "minecraft:rabbits_spawnable_on": [ - "grass_block", - "snow", - "snow_block", - "sand" - ], - "minecraft:underwater_bonemeals": [ - "seagrass", - "tube_coral", - "brain_coral", - "bubble_coral", - "fire_coral", - "horn_coral", - "tube_coral_fan", - "brain_coral_fan", - "bubble_coral_fan", - "fire_coral_fan", - "horn_coral_fan", - "tube_coral_wall_fan", - "brain_coral_wall_fan", - "bubble_coral_wall_fan", - "fire_coral_wall_fan", - "horn_coral_wall_fan" - ], - "minecraft:incorrect_for_netherite_tool": [], - "minecraft:big_dripleaf_placeable": [ - "clay", - "moss_block", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "mud", - "muddy_mangrove_roots", - "farmland" - ], - "minecraft:dampens_vibrations": [ - "white_wool", - "orange_wool", - "magenta_wool", - "light_blue_wool", - "yellow_wool", - "lime_wool", - "pink_wool", - "gray_wool", - "light_gray_wool", - "cyan_wool", - "purple_wool", - "blue_wool", - "brown_wool", - "green_wool", - "red_wool", - "black_wool", - "white_carpet", - "orange_carpet", - "magenta_carpet", - "light_blue_carpet", - "yellow_carpet", - "lime_carpet", - "pink_carpet", - "gray_carpet", - "light_gray_carpet", - "cyan_carpet", - "purple_carpet", - "blue_carpet", - "brown_carpet", - "green_carpet", - "red_carpet", - "black_carpet" - ], - "minecraft:cauldrons": [ - "cauldron", - "water_cauldron", - "lava_cauldron", - "powder_snow_cauldron" - ], - "c:ore_rates/dense": [ - "copper_ore", - "deepslate_copper_ore", - "deepslate_lapis_ore", - "deepslate_redstone_ore", - "lapis_ore", - "redstone_ore" - ], - "minecraft:mangrove_logs": [ - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood" - ], - "minecraft:wooden_stairs": [ - "oak_stairs", - "spruce_stairs", - "birch_stairs", - "jungle_stairs", - "acacia_stairs", - "dark_oak_stairs", - "pale_oak_stairs", - "crimson_stairs", - "warped_stairs", - "mangrove_stairs", - "bamboo_stairs", - "cherry_stairs" - ], - "minecraft:unstable_bottom_center": [ - "acacia_fence_gate", - "birch_fence_gate", - "dark_oak_fence_gate", - "pale_oak_fence_gate", - "jungle_fence_gate", - "oak_fence_gate", - "spruce_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate" - ], - "minecraft:wall_hanging_signs": [ - "oak_wall_hanging_sign", - "spruce_wall_hanging_sign", - "birch_wall_hanging_sign", - "acacia_wall_hanging_sign", - "cherry_wall_hanging_sign", - "jungle_wall_hanging_sign", - "dark_oak_wall_hanging_sign", - "pale_oak_wall_hanging_sign", - "crimson_wall_hanging_sign", - "warped_wall_hanging_sign", - "mangrove_wall_hanging_sign", - "bamboo_wall_hanging_sign" - ], - "minecraft:signs": [ - "oak_sign", - "spruce_sign", - "birch_sign", - "acacia_sign", - "jungle_sign", - "dark_oak_sign", - "pale_oak_sign", - "crimson_sign", - "warped_sign", - "mangrove_sign", - "bamboo_sign", - "cherry_sign", - "oak_wall_sign", - "spruce_wall_sign", - "birch_wall_sign", - "acacia_wall_sign", - "jungle_wall_sign", - "dark_oak_wall_sign", - "pale_oak_wall_sign", - "crimson_wall_sign", - "warped_wall_sign", - "mangrove_wall_sign", - "bamboo_wall_sign", - "cherry_wall_sign" - ], - "c:ores/diamond": [ - "diamond_ore", - "deepslate_diamond_ore" - ], - "minecraft:wooden_pressure_plates": [ - "oak_pressure_plate", - "spruce_pressure_plate", - "birch_pressure_plate", - "jungle_pressure_plate", - "acacia_pressure_plate", - "dark_oak_pressure_plate", - "pale_oak_pressure_plate", - "crimson_pressure_plate", - "warped_pressure_plate", - "mangrove_pressure_plate", - "bamboo_pressure_plate", - "cherry_pressure_plate" - ], - "minecraft:piglin_repellents": [ - "soul_fire", - "soul_torch", - "soul_lantern", - "soul_wall_torch", - "soul_campfire" - ], - "c:stripped_woods": [ - "stripped_acacia_wood", - "stripped_birch_wood", - "stripped_cherry_wood", - "stripped_dark_oak_wood", - "stripped_jungle_wood", - "stripped_mangrove_wood", - "stripped_oak_wood", - "stripped_pale_oak_wood", - "stripped_spruce_wood", - "stripped_crimson_hyphae", - "stripped_warped_hyphae" - ], - "minecraft:wall_corals": [ - "tube_coral_wall_fan", - "brain_coral_wall_fan", - "bubble_coral_wall_fan", - "fire_coral_wall_fan", - "horn_coral_wall_fan" - ], - "c:barrels": [ - "barrel" - ], - "c:flowers/tall": [ - "sunflower", - "lilac", - "peony", - "rose_bush", - "pitcher_plant" - ], - "minecraft:badlands_terracotta": [ - "terracotta", - "white_terracotta", - "yellow_terracotta", - "orange_terracotta", - "red_terracotta", - "brown_terracotta", - "light_gray_terracotta" - ], - "minecraft:rails": [ - "rail", - "powered_rail", - "detector_rail", - "activator_rail" - ], - "c:chests/ender": [ - "ender_chest" - ], - "minecraft:nether_carver_replaceables": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "netherrack", - "basalt", - "blackstone", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "crimson_nylium", - "warped_nylium", - "nether_wart_block", - "warped_wart_block", - "soul_sand", - "soul_soil" - ], - "minecraft:bee_growables": [ - "beetroots", - "carrots", - "potatoes", - "wheat", - "melon_stem", - "pumpkin_stem", - "torchflower_crop", - "pitcher_crop", - "sweet_berry_bush", - "cave_vines", - "cave_vines_plant" - ], - "minecraft:needs_diamond_tool": [ - "obsidian", - "crying_obsidian", - "netherite_block", - "respawn_anchor", - "ancient_debris" - ], - "c:sandstone/blocks": [ - "sandstone", - "cut_sandstone", - "smooth_sandstone", - "chiseled_sandstone", - "red_sandstone", - "cut_red_sandstone", - "smooth_red_sandstone", - "chiseled_red_sandstone" - ], - "c:dyed/orange": [ - "orange_banner", - "orange_bed", - "orange_candle", - "orange_carpet", - "orange_concrete", - "orange_concrete_powder", - "orange_glazed_terracotta", - "orange_shulker_box", - "orange_stained_glass", - "orange_stained_glass_pane", - "orange_terracotta", - "orange_wall_banner", - "orange_wool" - ], - "minecraft:infiniburn_overworld": [ - "netherrack", - "magma_block" - ], - "minecraft:hoglin_repellents": [ - "warped_fungus", - "potted_warped_fungus", - "nether_portal", - "respawn_anchor" - ], - "c:concrete": [ - "white_concrete", - "orange_concrete", - "magenta_concrete", - "light_blue_concrete", - "yellow_concrete", - "lime_concrete", - "pink_concrete", - "gray_concrete", - "light_gray_concrete", - "cyan_concrete", - "purple_concrete", - "blue_concrete", - "brown_concrete", - "green_concrete", - "black_concrete", - "red_concrete" - ], - "c:storage_blocks/bone_meal": [ - "bone_block" - ], - "minecraft:mineable/axe": [ - "note_block", - "bamboo", - "barrel", - "bee_nest", - "beehive", - "big_dripleaf_stem", - "big_dripleaf", - "bookshelf", - "brown_mushroom_block", - "campfire", - "cartography_table", - "carved_pumpkin", - "chest", - "chorus_flower", - "chorus_plant", - "cocoa", - "composter", - "crafting_table", - "daylight_detector", - "fletching_table", - "glow_lichen", - "jack_o_lantern", - "jukebox", - "ladder", - "lectern", - "loom", - "melon", - "mushroom_stem", - "pumpkin", - "red_mushroom_block", - "smithing_table", - "soul_campfire", - "trapped_chest", - "vine", - "white_banner", - "orange_banner", - "magenta_banner", - "light_blue_banner", - "yellow_banner", - "lime_banner", - "pink_banner", - "gray_banner", - "light_gray_banner", - "cyan_banner", - "purple_banner", - "blue_banner", - "brown_banner", - "green_banner", - "red_banner", - "black_banner", - "white_wall_banner", - "orange_wall_banner", - "magenta_wall_banner", - "light_blue_wall_banner", - "yellow_wall_banner", - "lime_wall_banner", - "pink_wall_banner", - "gray_wall_banner", - "light_gray_wall_banner", - "cyan_wall_banner", - "purple_wall_banner", - "blue_wall_banner", - "brown_wall_banner", - "green_wall_banner", - "red_wall_banner", - "black_wall_banner", - "acacia_fence_gate", - "birch_fence_gate", - "dark_oak_fence_gate", - "pale_oak_fence_gate", - "jungle_fence_gate", - "oak_fence_gate", - "spruce_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate", - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood", - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae", - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae", - "oak_planks", - "spruce_planks", - "birch_planks", - "jungle_planks", - "acacia_planks", - "dark_oak_planks", - "pale_oak_planks", - "crimson_planks", - "warped_planks", - "mangrove_planks", - "bamboo_planks", - "cherry_planks", - "oak_sign", - "spruce_sign", - "birch_sign", - "acacia_sign", - "jungle_sign", - "dark_oak_sign", - "pale_oak_sign", - "crimson_sign", - "warped_sign", - "mangrove_sign", - "bamboo_sign", - "cherry_sign", - "oak_wall_sign", - "spruce_wall_sign", - "birch_wall_sign", - "acacia_wall_sign", - "jungle_wall_sign", - "dark_oak_wall_sign", - "pale_oak_wall_sign", - "crimson_wall_sign", - "warped_wall_sign", - "mangrove_wall_sign", - "bamboo_wall_sign", - "cherry_wall_sign", - "oak_button", - "spruce_button", - "birch_button", - "jungle_button", - "acacia_button", - "dark_oak_button", - "pale_oak_button", - "crimson_button", - "warped_button", - "mangrove_button", - "bamboo_button", - "cherry_button", - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door", - "oak_fence", - "acacia_fence", - "dark_oak_fence", - "pale_oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "oak_pressure_plate", - "spruce_pressure_plate", - "birch_pressure_plate", - "jungle_pressure_plate", - "acacia_pressure_plate", - "dark_oak_pressure_plate", - "pale_oak_pressure_plate", - "crimson_pressure_plate", - "warped_pressure_plate", - "mangrove_pressure_plate", - "bamboo_pressure_plate", - "cherry_pressure_plate", - "oak_slab", - "spruce_slab", - "birch_slab", - "jungle_slab", - "acacia_slab", - "dark_oak_slab", - "pale_oak_slab", - "crimson_slab", - "warped_slab", - "mangrove_slab", - "bamboo_slab", - "cherry_slab", - "oak_stairs", - "spruce_stairs", - "birch_stairs", - "jungle_stairs", - "acacia_stairs", - "dark_oak_stairs", - "pale_oak_stairs", - "crimson_stairs", - "warped_stairs", - "mangrove_stairs", - "bamboo_stairs", - "cherry_stairs", - "acacia_trapdoor", - "birch_trapdoor", - "dark_oak_trapdoor", - "pale_oak_trapdoor", - "jungle_trapdoor", - "oak_trapdoor", - "spruce_trapdoor", - "crimson_trapdoor", - "warped_trapdoor", - "mangrove_trapdoor", - "bamboo_trapdoor", - "cherry_trapdoor", - "mangrove_roots", - "oak_hanging_sign", - "spruce_hanging_sign", - "birch_hanging_sign", - "acacia_hanging_sign", - "cherry_hanging_sign", - "jungle_hanging_sign", - "dark_oak_hanging_sign", - "pale_oak_hanging_sign", - "crimson_hanging_sign", - "warped_hanging_sign", - "mangrove_hanging_sign", - "bamboo_hanging_sign", - "oak_wall_hanging_sign", - "spruce_wall_hanging_sign", - "birch_wall_hanging_sign", - "acacia_wall_hanging_sign", - "cherry_wall_hanging_sign", - "jungle_wall_hanging_sign", - "dark_oak_wall_hanging_sign", - "pale_oak_wall_hanging_sign", - "crimson_wall_hanging_sign", - "warped_wall_hanging_sign", - "mangrove_wall_hanging_sign", - "bamboo_wall_hanging_sign", - "bamboo_mosaic", - "bamboo_mosaic_slab", - "bamboo_mosaic_stairs", - "bamboo_block", - "stripped_bamboo_block", - "chiseled_bookshelf", - "acacia_shelf", - "bamboo_shelf", - "birch_shelf", - "cherry_shelf", - "crimson_shelf", - "dark_oak_shelf", - "jungle_shelf", - "mangrove_shelf", - "oak_shelf", - "pale_oak_shelf", - "spruce_shelf", - "warped_shelf", - "creaking_heart" - ], - "c:cobblestones/mossy": [ - "mossy_cobblestone" - ], - "minecraft:guarded_by_piglins": [ - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest", - "gold_block", - "barrel", - "chest", - "ender_chest", - "gilded_blackstone", - "trapped_chest", - "raw_gold_block", - "shulker_box", - "black_shulker_box", - "blue_shulker_box", - "brown_shulker_box", - "cyan_shulker_box", - "gray_shulker_box", - "green_shulker_box", - "light_blue_shulker_box", - "light_gray_shulker_box", - "lime_shulker_box", - "magenta_shulker_box", - "orange_shulker_box", - "pink_shulker_box", - "purple_shulker_box", - "red_shulker_box", - "white_shulker_box", - "yellow_shulker_box", - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore" - ], - "minecraft:replaceable_by_mushrooms": [ - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "closed_eyeblossom", - "pale_moss_carpet", - "short_grass", - "fern", - "dead_bush", - "vine", - "glow_lichen", - "sunflower", - "lilac", - "rose_bush", - "peony", - "tall_grass", - "large_fern", - "hanging_roots", - "pitcher_plant", - "water", - "seagrass", - "tall_seagrass", - "brown_mushroom", - "red_mushroom", - "brown_mushroom_block", - "red_mushroom_block", - "warped_roots", - "nether_sprouts", - "crimson_roots", - "leaf_litter", - "short_dry_grass", - "tall_dry_grass", - "bush", - "firefly_bush" - ], - "minecraft:sculk_replaceable_world_gen": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta", - "crimson_nylium", - "warped_nylium", - "netherrack", - "basalt", - "blackstone", - "sand", - "red_sand", - "gravel", - "soul_sand", - "soul_soil", - "calcite", - "smooth_basalt", - "clay", - "dripstone_block", - "end_stone", - "red_sandstone", - "sandstone", - "deepslate_bricks", - "deepslate_tiles", - "cobbled_deepslate", - "cracked_deepslate_bricks", - "cracked_deepslate_tiles", - "polished_deepslate" - ], - "minecraft:crimson_stems": [ - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae" - ], - "minecraft:beacon_base_blocks": [ - "netherite_block", - "emerald_block", - "diamond_block", - "gold_block", - "iron_block" - ], - "c:cobblestones/deepslate": [ - "cobbled_deepslate" - ], - "c:dyed/lime": [ - "lime_banner", - "lime_bed", - "lime_candle", - "lime_carpet", - "lime_concrete", - "lime_concrete_powder", - "lime_glazed_terracotta", - "lime_shulker_box", - "lime_stained_glass", - "lime_stained_glass_pane", - "lime_terracotta", - "lime_wall_banner", - "lime_wool" - ], - "minecraft:inside_step_sound_blocks": [ - "powder_snow", - "sculk_vein", - "glow_lichen", - "lily_pad", - "small_amethyst_bud", - "pink_petals", - "wildflowers", - "leaf_litter" - ], - "c:storage_blocks/resin": [ - "resin_block" - ], - "c:natural_logs/nether": [ - "crimson_stem", - "warped_stem" - ], - "minecraft:sword_instantly_mines": [ - "bamboo", - "bamboo_sapling" - ], - "minecraft:enchantment_power_provider": [ - "bookshelf" - ], - "c:sandstone/uncolored_stairs": [ - "sandstone_stairs", - "smooth_sandstone_stairs" - ], - "minecraft:dark_oak_logs": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood" - ], - "minecraft:lush_ground_replaceable": [ - "stone", - "granite", - "diorite", - "andesite", - "tuff", - "deepslate", - "cave_vines_plant", - "cave_vines", - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots", - "clay", - "gravel", - "sand" - ], - "minecraft:oak_logs": [ - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood" - ], - "minecraft:bee_attractive": [ - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "sunflower", - "lilac", - "peony", - "rose_bush", - "pitcher_plant", - "flowering_azalea_leaves", - "flowering_azalea", - "mangrove_propagule", - "cherry_leaves", - "pink_petals", - "wildflowers", - "chorus_flower", - "spore_blossom", - "cactus_flower" - ], - "c:ores/gold": [ - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore" - ], - "c:storage_blocks/lapis": [ - "lapis_block" - ], - "c:storage_blocks/raw_gold": [ - "raw_gold_block" - ], - "c:ores/copper": [ - "copper_ore", - "deepslate_copper_ore" - ], - "minecraft:saplings": [ - "oak_sapling", - "spruce_sapling", - "birch_sapling", - "jungle_sapling", - "acacia_sapling", - "dark_oak_sapling", - "pale_oak_sapling", - "azalea", - "flowering_azalea", - "mangrove_propagule", - "cherry_sapling" - ], - "c:sandstone/uncolored_blocks": [ - "sandstone", - "cut_sandstone", - "smooth_sandstone", - "chiseled_sandstone" - ], - "c:stones": [ - "stone", - "andesite", - "diorite", - "granite", - "tuff", - "deepslate" - ], - "c:obsidians": [ - "obsidian", - "crying_obsidian" - ], - "minecraft:incorrect_for_wooden_tool": [ - "obsidian", - "crying_obsidian", - "netherite_block", - "respawn_anchor", - "ancient_debris", - "diamond_block", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "emerald_block", - "gold_block", - "raw_gold_block", - "gold_ore", - "deepslate_gold_ore", - "redstone_ore", - "deepslate_redstone_ore", - "iron_block", - "raw_iron_block", - "iron_ore", - "deepslate_iron_ore", - "lapis_block", - "lapis_ore", - "deepslate_lapis_ore", - "copper_block", - "raw_copper_block", - "copper_ore", - "deepslate_copper_ore", - "cut_copper_slab", - "cut_copper_stairs", - "cut_copper", - "weathered_copper", - "weathered_cut_copper_slab", - "weathered_cut_copper_stairs", - "weathered_cut_copper", - "oxidized_copper", - "oxidized_cut_copper_slab", - "oxidized_cut_copper_stairs", - "oxidized_cut_copper", - "exposed_copper", - "exposed_cut_copper_slab", - "exposed_cut_copper_stairs", - "exposed_cut_copper", - "waxed_copper_block", - "waxed_cut_copper_slab", - "waxed_cut_copper_stairs", - "waxed_cut_copper", - "waxed_weathered_copper", - "waxed_weathered_cut_copper_slab", - "waxed_weathered_cut_copper_stairs", - "waxed_weathered_cut_copper", - "waxed_exposed_copper", - "waxed_exposed_cut_copper_slab", - "waxed_exposed_cut_copper_stairs", - "waxed_exposed_cut_copper", - "waxed_oxidized_copper", - "waxed_oxidized_cut_copper_slab", - "waxed_oxidized_cut_copper_stairs", - "waxed_oxidized_cut_copper", - "crafter", - "chiseled_copper", - "exposed_chiseled_copper", - "weathered_chiseled_copper", - "oxidized_chiseled_copper", - "waxed_chiseled_copper", - "waxed_exposed_chiseled_copper", - "waxed_weathered_chiseled_copper", - "waxed_oxidized_chiseled_copper", - "copper_grate", - "exposed_copper_grate", - "weathered_copper_grate", - "oxidized_copper_grate", - "waxed_copper_grate", - "waxed_exposed_copper_grate", - "waxed_weathered_copper_grate", - "waxed_oxidized_copper_grate", - "copper_bulb", - "exposed_copper_bulb", - "weathered_copper_bulb", - "oxidized_copper_bulb", - "waxed_copper_bulb", - "waxed_exposed_copper_bulb", - "waxed_weathered_copper_bulb", - "waxed_oxidized_copper_bulb", - "copper_trapdoor", - "exposed_copper_trapdoor", - "weathered_copper_trapdoor", - "oxidized_copper_trapdoor", - "waxed_copper_trapdoor", - "waxed_exposed_copper_trapdoor", - "waxed_weathered_copper_trapdoor", - "waxed_oxidized_copper_trapdoor", - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest", - "lightning_rod", - "exposed_lightning_rod", - "weathered_lightning_rod", - "oxidized_lightning_rod", - "waxed_lightning_rod", - "waxed_exposed_lightning_rod", - "waxed_weathered_lightning_rod", - "waxed_oxidized_lightning_rod" - ], - "minecraft:lapis_ores": [ - "lapis_ore", - "deepslate_lapis_ore" - ], - "c:glass_blocks/cheap": [ - "glass", - "white_stained_glass", - "orange_stained_glass", - "magenta_stained_glass", - "light_blue_stained_glass", - "yellow_stained_glass", - "lime_stained_glass", - "pink_stained_glass", - "gray_stained_glass", - "light_gray_stained_glass", - "cyan_stained_glass", - "purple_stained_glass", - "blue_stained_glass", - "brown_stained_glass", - "green_stained_glass", - "black_stained_glass", - "red_stained_glass" - ], - "minecraft:concrete_powder": [ - "white_concrete_powder", - "orange_concrete_powder", - "magenta_concrete_powder", - "light_blue_concrete_powder", - "yellow_concrete_powder", - "lime_concrete_powder", - "pink_concrete_powder", - "gray_concrete_powder", - "light_gray_concrete_powder", - "cyan_concrete_powder", - "purple_concrete_powder", - "blue_concrete_powder", - "brown_concrete_powder", - "green_concrete_powder", - "red_concrete_powder", - "black_concrete_powder" - ], - "minecraft:mooshrooms_spawnable_on": [ - "mycelium" - ], - "c:cobblestones/infested": [ - "infested_cobblestone" - ], - "c:flowers/small": [ - "dandelion", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "open_eyeblossom", - "closed_eyeblossom" - ], - "minecraft:convertable_to_mud": [ - "dirt", - "coarse_dirt", - "rooted_dirt" - ], - "minecraft:air": [ - "air", - "void_air", - "cave_air" ] }, + "dialog": { + "minecraft:quick_actions": [], + "minecraft:pause_screen_additions": [] + }, "item": { - "c:ender_pearls": [ - "ender_pearl" - ], - "minecraft:enchantable/weapon": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword", - "diamond_axe", - "stone_axe", - "golden_axe", - "netherite_axe", - "wooden_axe", - "iron_axe", - "copper_axe", - "mace" - ], - "c:cobblestones/deepslate": [ - "cobbled_deepslate" - ], - "c:chests/trapped": [ - "trapped_chest" - ], - "c:ingots": [ - "copper_ingot", - "iron_ingot", - "gold_ingot", - "netherite_ingot" - ], - "minecraft:copper_chests": [ - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest" - ], - "c:strings": [ - "string" - ], - "minecraft:chains": [ - "iron_chain", - "copper_chain", - "waxed_copper_chain", - "exposed_copper_chain", - "waxed_exposed_copper_chain", - "weathered_copper_chain", - "waxed_weathered_copper_chain", - "oxidized_copper_chain", - "waxed_oxidized_copper_chain" - ], - "minecraft:axes": [ - "diamond_axe", - "stone_axe", - "golden_axe", - "netherite_axe", - "wooden_axe", - "iron_axe", - "copper_axe" - ], - "minecraft:swords": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword" - ], - "c:drinks/milk": [ - "milk_bucket" - ], - "c:chests": [ - "chest", - "trapped_chest", - "ender_chest", - "copper_chest", - "exposed_copper_chest", - "weathered_copper_chest", - "oxidized_copper_chest", - "waxed_copper_chest", - "waxed_exposed_copper_chest", - "waxed_weathered_copper_chest", - "waxed_oxidized_copper_chest" - ], - "minecraft:fence_gates": [ - "acacia_fence_gate", - "birch_fence_gate", - "dark_oak_fence_gate", - "pale_oak_fence_gate", - "jungle_fence_gate", - "oak_fence_gate", - "spruce_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate" + "c:bookshelves": [ + "bookshelf" ], "c:foods/berry": [ "sweet_berries", "glow_berries" ], - "c:buckets/lava": [ - "lava_bucket" - ], - "minecraft:shearable_from_copper_golem": [ - "poppy" - ], - "c:ores/diamond": [ - "diamond_ore", - "deepslate_diamond_ore" - ], - "c:storage_blocks/raw_copper": [ - "raw_copper_block" - ], - "c:tools/melee_weapon": [ - "mace", - "trident", - "wooden_sword", - "stone_sword", - "copper_sword", - "golden_sword", - "iron_sword", - "diamond_sword", - "netherite_sword", - "wooden_axe", - "stone_axe", - "copper_axe", - "golden_axe", - "iron_axe", - "diamond_axe", - "netherite_axe" - ], - "c:stripped_woods": [ - "stripped_acacia_wood", - "stripped_birch_wood", - "stripped_cherry_wood", - "stripped_dark_oak_wood", - "stripped_jungle_wood", - "stripped_mangrove_wood", - "stripped_oak_wood", - "stripped_pale_oak_wood", - "stripped_spruce_wood", - "stripped_crimson_hyphae", - "stripped_warped_hyphae" - ], "minecraft:wooden_fences": [ "oak_fence", "acacia_fence", @@ -6044,14 +7436,8 @@ "bamboo_fence", "cherry_fence" ], - "minecraft:chest_armor": [ - "leather_chestplate", - "copper_chestplate", - "chainmail_chestplate", - "golden_chestplate", - "iron_chestplate", - "diamond_chestplate", - "netherite_chestplate" + "c:storage_blocks/raw_copper": [ + "raw_copper_block" ], "c:fences": [ "oak_fence", @@ -6068,19 +7454,143 @@ "pale_oak_fence", "nether_brick_fence" ], + "minecraft:banners": [ + "white_banner", + "orange_banner", + "magenta_banner", + "light_blue_banner", + "yellow_banner", + "lime_banner", + "pink_banner", + "gray_banner", + "light_gray_banner", + "cyan_banner", + "purple_banner", + "blue_banner", + "brown_banner", + "green_banner", + "red_banner", + "black_banner" + ], + "minecraft:gold_ores": [ + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore" + ], "minecraft:brewing_fuel": [ "blaze_powder" ], - "c:gems": [ - "amethyst_shard", - "diamond", - "emerald", - "lapis_lazuli", - "prismarine_crystals", - "quartz" + "c:tools/shields": [ + "shield" ], - "c:bookshelves": [ - "bookshelf" + "minecraft:axes": [ + "diamond_axe", + "stone_axe", + "golden_axe", + "netherite_axe", + "wooden_axe", + "iron_axe", + "copper_axe" + ], + "minecraft:chains": [ + "iron_chain", + "copper_chain", + "waxed_copper_chain", + "exposed_copper_chain", + "waxed_exposed_copper_chain", + "weathered_copper_chain", + "waxed_weathered_copper_chain", + "oxidized_copper_chain", + "waxed_oxidized_copper_chain" + ], + "c:ores/diamond": [ + "diamond_ore", + "deepslate_diamond_ore" + ], + "c:strings": [ + "string" + ], + "c:foods/cookies": [ + "cookie" + ], + "minecraft:copper_chests": [ + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest" + ], + "c:ender_pearls": [ + "ender_pearl" + ], + "c:cobblestones/deepslate": [ + "cobbled_deepslate" + ], + "minecraft:enchantable/weapon": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear", + "diamond_axe", + "stone_axe", + "golden_axe", + "netherite_axe", + "wooden_axe", + "iron_axe", + "copper_axe", + "mace" + ], + "minecraft:wooden_buttons": [ + "oak_button", + "spruce_button", + "birch_button", + "jungle_button", + "acacia_button", + "dark_oak_button", + "pale_oak_button", + "crimson_button", + "warped_button", + "mangrove_button", + "bamboo_button", + "cherry_button" + ], + "c:buckets/water": [ + "water_bucket" + ], + "c:chests/trapped": [ + "trapped_chest" + ], + "c:foods/vegetable": [ + "carrot", + "golden_carrot", + "potato", + "beetroot" + ], + "c:buckets": [ + "bucket", + "water_bucket", + "lava_bucket", + "milk_bucket", + "powder_snow_bucket", + "axolotl_bucket", + "cod_bucket", + "pufferfish_bucket", + "tadpole_bucket", + "tropical_fish_bucket", + "salmon_bucket" ], "minecraft:villager_plantable_seeds": [ "wheat_seeds", @@ -6167,6 +7677,13 @@ "carrot_on_a_stick", "warped_fungus_on_a_stick", "mace", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear", "compass", "carved_pumpkin", "player_head", @@ -6177,12 +7694,25 @@ "dragon_head", "piglin_head" ], - "minecraft:repairs_netherite_armor": [ - "netherite_ingot" + "c:stripped_woods": [ + "stripped_acacia_wood", + "stripped_birch_wood", + "stripped_cherry_wood", + "stripped_dark_oak_wood", + "stripped_jungle_wood", + "stripped_mangrove_wood", + "stripped_oak_wood", + "stripped_pale_oak_wood", + "stripped_spruce_wood", + "stripped_crimson_hyphae", + "stripped_warped_hyphae" ], "c:glass_panes/colorless": [ "glass_pane" ], + "minecraft:repairs_netherite_armor": [ + "netherite_ingot" + ], "c:sandstone/blocks": [ "sandstone", "cut_sandstone", @@ -6193,106 +7723,53 @@ "smooth_red_sandstone", "chiseled_red_sandstone" ], - "minecraft:wooden_buttons": [ - "oak_button", - "spruce_button", - "birch_button", - "jungle_button", - "acacia_button", - "dark_oak_button", - "pale_oak_button", - "crimson_button", - "warped_button", - "mangrove_button", - "bamboo_button", - "cherry_button" + "c:chests/ender": [ + "ender_chest" ], - "c:foods/cookies": [ - "cookie" + "c:tools/melee_weapon": [ + "mace", + "trident", + "wooden_sword", + "stone_sword", + "copper_sword", + "golden_sword", + "iron_sword", + "diamond_sword", + "netherite_sword", + "wooden_axe", + "stone_axe", + "copper_axe", + "golden_axe", + "iron_axe", + "diamond_axe", + "netherite_axe" ], - "c:dyes/orange": [ - "orange_dye" + "c:raw_blocks/copper": [ + "raw_copper_block" ], - "c:nuggets": [ - "copper_nugget", - "iron_nugget", - "gold_nugget" + "c:gems": [ + "amethyst_shard", + "diamond", + "emerald", + "lapis_lazuli", + "prismarine_crystals", + "quartz" ], - "c:ores/lapis": [ - "lapis_ore", - "deepslate_lapis_ore" + "c:tools/ranged_weapon": [ + "bow", + "crossbow", + "trident" ], - "c:buckets/water": [ - "water_bucket" + "c:foods/cooked_meat": [ + "cooked_beef", + "cooked_porkchop", + "cooked_chicken", + "cooked_rabbit", + "cooked_mutton" ], - "c:ores/redstone": [ - "redstone_ore", - "deepslate_redstone_ore" - ], - "minecraft:leg_armor": [ - "leather_leggings", - "copper_leggings", - "chainmail_leggings", - "golden_leggings", - "iron_leggings", - "diamond_leggings", - "netherite_leggings" - ], - "c:dyes/gray": [ - "gray_dye" - ], - "minecraft:wooden_trapdoors": [ - "acacia_trapdoor", - "birch_trapdoor", - "dark_oak_trapdoor", - "pale_oak_trapdoor", - "jungle_trapdoor", - "oak_trapdoor", - "spruce_trapdoor", - "crimson_trapdoor", - "warped_trapdoor", - "mangrove_trapdoor", - "bamboo_trapdoor", - "cherry_trapdoor" - ], - "c:foods/fruits": [ - "apple", - "golden_apple", - "enchanted_golden_apple", - "melon_slice" - ], - "c:storage_blocks/emerald": [ - "emerald_block" - ], - "c:ore_rates/dense": [ - "copper_ore", - "deepslate_copper_ore", - "deepslate_lapis_ore", - "deepslate_redstone_ore", - "lapis_ore", - "redstone_ore" - ], - "c:clusters": [ - "amethyst_cluster" - ], - "minecraft:map_invisibility_equipment": [ - "carved_pumpkin" - ], - "c:dyed/pink": [ - "pink_banner", - "pink_bed", - "pink_candle", - "pink_carpet", - "pink_concrete", - "pink_concrete_powder", - "pink_glazed_terracotta", - "pink_shulker_box", - "pink_stained_glass", - "pink_stained_glass_pane", - "pink_terracotta", - "pink_wool", - "pink_bundle", - "pink_harness" + "c:chests/wooden": [ + "chest", + "trapped_chest" ], "minecraft:flowers": [ "dandelion", @@ -6326,10 +7803,11 @@ "spore_blossom", "cactus_flower" ], - "c:tools/ranged_weapon": [ - "bow", - "crossbow", - "trident" + "minecraft:cherry_logs": [ + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood" ], "c:dyed/brown": [ "brown_banner", @@ -6347,82 +7825,141 @@ "brown_bundle", "brown_harness" ], - "minecraft:banners": [ - "white_banner", - "orange_banner", - "magenta_banner", - "light_blue_banner", - "yellow_banner", - "lime_banner", - "pink_banner", - "gray_banner", - "light_gray_banner", - "cyan_banner", - "purple_banner", - "blue_banner", - "brown_banner", - "green_banner", - "red_banner", - "black_banner" + "minecraft:map_invisibility_equipment": [ + "carved_pumpkin" ], - "c:foods/cooked_meat": [ - "cooked_beef", - "cooked_porkchop", - "cooked_chicken", - "cooked_rabbit", - "cooked_mutton" - ], - "c:raw_blocks/copper": [ - "raw_copper_block" - ], - "c:armors": [ - "leather_helmet", - "copper_helmet", - "chainmail_helmet", - "golden_helmet", - "iron_helmet", - "diamond_helmet", - "netherite_helmet", - "turtle_helmet", + "minecraft:chest_armor": [ "leather_chestplate", "copper_chestplate", "chainmail_chestplate", "golden_chestplate", "iron_chestplate", "diamond_chestplate", - "netherite_chestplate", + "netherite_chestplate" + ], + "c:ores/lapis": [ + "lapis_ore", + "deepslate_lapis_ore" + ], + "minecraft:fence_gates": [ + "acacia_fence_gate", + "birch_fence_gate", + "dark_oak_fence_gate", + "pale_oak_fence_gate", + "jungle_fence_gate", + "oak_fence_gate", + "spruce_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate" + ], + "minecraft:leaves": [ + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves" + ], + "c:dyed/pink": [ + "pink_banner", + "pink_bed", + "pink_candle", + "pink_carpet", + "pink_concrete", + "pink_concrete_powder", + "pink_glazed_terracotta", + "pink_shulker_box", + "pink_stained_glass", + "pink_stained_glass_pane", + "pink_terracotta", + "pink_wool", + "pink_bundle", + "pink_harness" + ], + "c:storage_blocks/emerald": [ + "emerald_block" + ], + "c:clusters": [ + "amethyst_cluster" + ], + "c:foods/edible_when_placed": [ + "cake" + ], + "minecraft:shearable_from_copper_golem": [ + "poppy" + ], + "c:ore_rates/dense": [ + "copper_ore", + "deepslate_copper_ore", + "deepslate_lapis_ore", + "deepslate_redstone_ore", + "lapis_ore", + "redstone_ore" + ], + "minecraft:lightning_rods": [ + "lightning_rod", + "exposed_lightning_rod", + "weathered_lightning_rod", + "oxidized_lightning_rod", + "waxed_lightning_rod", + "waxed_exposed_lightning_rod", + "waxed_weathered_lightning_rod", + "waxed_oxidized_lightning_rod" + ], + "c:dyes/gray": [ + "gray_dye" + ], + "c:rods/blaze": [ + "blaze_rod" + ], + "c:drinks/milk": [ + "milk_bucket" + ], + "c:buckets/lava": [ + "lava_bucket" + ], + "c:ores/redstone": [ + "redstone_ore", + "deepslate_redstone_ore" + ], + "minecraft:leg_armor": [ "leather_leggings", "copper_leggings", "chainmail_leggings", "golden_leggings", "iron_leggings", "diamond_leggings", - "netherite_leggings", - "leather_boots", - "copper_boots", - "chainmail_boots", - "golden_boots", - "iron_boots", - "diamond_boots", - "netherite_boots" + "netherite_leggings" ], - "minecraft:gold_ores": [ - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore" + "c:dyes/orange": [ + "orange_dye" ], - "c:chests/wooden": [ - "chest", - "trapped_chest" + "c:tools/ranged_weapons": [ + "bow", + "crossbow", + "trident" ], - "minecraft:pickaxes": [ - "diamond_pickaxe", - "stone_pickaxe", - "golden_pickaxe", - "netherite_pickaxe", - "wooden_pickaxe", - "iron_pickaxe", - "copper_pickaxe" + "minecraft:wooden_trapdoors": [ + "acacia_trapdoor", + "birch_trapdoor", + "dark_oak_trapdoor", + "pale_oak_trapdoor", + "jungle_trapdoor", + "oak_trapdoor", + "spruce_trapdoor", + "crimson_trapdoor", + "warped_trapdoor", + "mangrove_trapdoor", + "bamboo_trapdoor", + "cherry_trapdoor" ], "c:animal_foods": [ "spider_eye", @@ -6499,23 +8036,14 @@ "pufferfish", "rabbit_stew" ], - "c:rods/blaze": [ - "blaze_rod" - ], - "c:villager_job_sites": [ - "barrel", - "blast_furnace", - "brewing_stand", - "cartography_table", - "cauldron", - "composter", - "fletching_table", - "grindstone", - "lectern", - "loom", - "smithing_table", - "smoker", - "stonecutter" + "minecraft:pickaxes": [ + "diamond_pickaxe", + "stone_pickaxe", + "golden_pickaxe", + "netherite_pickaxe", + "wooden_pickaxe", + "iron_pickaxe", + "copper_pickaxe" ], "minecraft:logs_that_burn": [ "dark_oak_log", @@ -6555,23 +8083,25 @@ "stripped_cherry_log", "stripped_cherry_wood" ], - "c:storage_blocks/raw_iron": [ - "raw_iron_block" - ], "c:bricks": [ "brick", "nether_brick", "resin_brick" ], - "minecraft:lightning_rods": [ - "lightning_rod", - "exposed_lightning_rod", - "weathered_lightning_rod", - "oxidized_lightning_rod", - "waxed_lightning_rod", - "waxed_exposed_lightning_rod", - "waxed_weathered_lightning_rod", - "waxed_oxidized_lightning_rod" + "c:villager_job_sites": [ + "barrel", + "blast_furnace", + "brewing_stand", + "cartography_table", + "cauldron", + "composter", + "fletching_table", + "grindstone", + "lectern", + "loom", + "smithing_table", + "smoker", + "stonecutter" ], "c:dyed/light_blue": [ "light_blue_banner", @@ -6589,8 +8119,20 @@ "light_blue_bundle", "light_blue_harness" ], - "c:gunpowders": [ - "gunpowder" + "c:storage_blocks/raw_iron": [ + "raw_iron_block" + ], + "c:dyes/purple": [ + "purple_dye" + ], + "c:seeds/melon": [ + "melon_seeds" + ], + "minecraft:parrot_poisonous_food": [ + "cookie" + ], + "c:crops/nether_wart": [ + "nether_wart" ], "c:tools/melee_weapons": [ "wooden_sword", @@ -6608,37 +8150,49 @@ "diamond_axe", "netherite_axe" ], - "c:natural_woods": [ - "acacia_wood", - "birch_wood", - "cherry_wood", - "dark_oak_wood", - "jungle_wood", - "mangrove_wood", - "oak_wood", - "pale_oak_wood", - "spruce_wood", - "crimson_hyphae", - "warped_hyphae" + "c:chains": [ + "iron_chain", + "copper_chain", + "exposed_copper_chain", + "weathered_copper_chain", + "oxidized_copper_chain", + "waxed_copper_chain", + "waxed_exposed_copper_chain", + "waxed_weathered_copper_chain", + "waxed_oxidized_copper_chain" ], - "minecraft:leaves": [ - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves" + "c:pumpkins/normal": [ + "pumpkin" ], - "minecraft:parrot_poisonous_food": [ - "cookie" + "minecraft:copper_golem_statues": [ + "copper_golem_statue", + "exposed_copper_golem_statue", + "weathered_copper_golem_statue", + "oxidized_copper_golem_statue", + "waxed_copper_golem_statue", + "waxed_exposed_copper_golem_statue", + "waxed_weathered_copper_golem_statue", + "waxed_oxidized_copper_golem_statue" ], - "c:seeds/pitcher_plant": [ - "pitcher_pod" + "c:pumpkins": [ + "pumpkin", + "carved_pumpkin", + "jack_o_lantern" + ], + "c:drinks/ominous": [ + "ominous_bottle" + ], + "c:storage_blocks/diamond": [ + "diamond_block" + ], + "c:tools/mace": [ + "mace" + ], + "c:gems/prismarine": [ + "prismarine_crystals" + ], + "c:storage_blocks/redstone": [ + "redstone_block" ], "c:glass_blocks": [ "glass", @@ -6660,41 +8214,19 @@ "red_stained_glass", "tinted_glass" ], - "c:gems/prismarine": [ - "prismarine_crystals" + "minecraft:camel_husk_food": [ + "rabbit_foot" ], - "c:foods/edible_when_placed": [ - "cake" - ], - "c:ropes": [], - "c:fence_gates/wooden": [ - "oak_fence_gate", - "spruce_fence_gate", - "birch_fence_gate", - "jungle_fence_gate", - "acacia_fence_gate", - "dark_oak_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate", - "pale_oak_fence_gate" - ], - "minecraft:cherry_logs": [ - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood" - ], - "c:pumpkins/normal": [ - "pumpkin" + "minecraft:repairs_wolf_armor": [ + "armadillo_scute" ], "c:gems/amethyst": [ "amethyst_shard" ], - "c:crops/nether_wart": [ - "nether_wart" + "minecraft:pig_food": [ + "carrot", + "potato", + "beetroot" ], "c:natural_logs": [ "acacia_log", @@ -6713,13 +8245,16 @@ "c:storage_blocks/copper": [ "copper_block" ], - "c:storage_blocks/redstone": [ - "redstone_block" - ], "minecraft:emerald_ores": [ "emerald_ore", "deepslate_emerald_ore" ], + "c:ore_bearing_ground/stone": [ + "stone" + ], + "c:dyes/brown": [ + "brown_dye" + ], "minecraft:meat": [ "beef", "chicken", @@ -6733,55 +8268,41 @@ "rabbit", "rotten_flesh" ], - "c:dyes/brown": [ - "brown_dye" + "c:fence_gates/wooden": [ + "oak_fence_gate", + "spruce_fence_gate", + "birch_fence_gate", + "jungle_fence_gate", + "acacia_fence_gate", + "dark_oak_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate", + "pale_oak_fence_gate" ], - "minecraft:anvil": [ - "anvil", - "chipped_anvil", - "damaged_anvil" + "minecraft:bundles": [ + "bundle", + "black_bundle", + "blue_bundle", + "brown_bundle", + "cyan_bundle", + "gray_bundle", + "green_bundle", + "light_blue_bundle", + "light_gray_bundle", + "lime_bundle", + "magenta_bundle", + "orange_bundle", + "pink_bundle", + "purple_bundle", + "red_bundle", + "yellow_bundle", + "white_bundle" ], - "minecraft:netherite_tool_materials": [ - "netherite_ingot" - ], - "c:budding_blocks": [ - "budding_amethyst" - ], - "minecraft:hoes": [ - "diamond_hoe", - "stone_hoe", - "golden_hoe", - "netherite_hoe", - "wooden_hoe", - "iron_hoe", - "copper_hoe" - ], - "c:crops/melon": [ - "melon" - ], - "c:ores/emerald": [ - "emerald_ore", - "deepslate_emerald_ore" - ], - "c:foods/raw_meat": [ - "beef", - "porkchop", - "chicken", - "rabbit", - "mutton" - ], - "c:foods/vegetable": [ - "carrot", - "golden_carrot", - "potato", - "beetroot" - ], - "c:foods/raw_meats": [ - "beef", - "porkchop", - "chicken", - "rabbit", - "mutton" + "minecraft:drowned_preferred_weapons": [ + "trident" ], "minecraft:villager_picks_up": [ "wheat_seeds", @@ -6794,6 +8315,154 @@ "wheat", "beetroot" ], + "c:glazed_terracottas": [ + "white_glazed_terracotta", + "orange_glazed_terracotta", + "magenta_glazed_terracotta", + "light_blue_glazed_terracotta", + "yellow_glazed_terracotta", + "lime_glazed_terracotta", + "pink_glazed_terracotta", + "gray_glazed_terracotta", + "light_gray_glazed_terracotta", + "cyan_glazed_terracotta", + "purple_glazed_terracotta", + "blue_glazed_terracotta", + "brown_glazed_terracotta", + "green_glazed_terracotta", + "black_glazed_terracotta", + "red_glazed_terracotta" + ], + "c:tools": [ + "diamond_axe", + "stone_axe", + "golden_axe", + "netherite_axe", + "wooden_axe", + "iron_axe", + "copper_axe", + "diamond_hoe", + "stone_hoe", + "golden_hoe", + "netherite_hoe", + "wooden_hoe", + "iron_hoe", + "copper_hoe", + "diamond_pickaxe", + "stone_pickaxe", + "golden_pickaxe", + "netherite_pickaxe", + "wooden_pickaxe", + "iron_pickaxe", + "copper_pickaxe", + "diamond_shovel", + "stone_shovel", + "golden_shovel", + "netherite_shovel", + "wooden_shovel", + "iron_shovel", + "copper_shovel", + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "bow", + "brush", + "crossbow", + "fishing_rod", + "flint_and_steel", + "shears", + "shield", + "trident", + "mace" + ], + "c:foods/raw_meats": [ + "beef", + "porkchop", + "chicken", + "rabbit", + "mutton" + ], + "minecraft:lanterns": [ + "lantern", + "soul_lantern", + "copper_lantern", + "waxed_copper_lantern", + "exposed_copper_lantern", + "waxed_exposed_copper_lantern", + "weathered_copper_lantern", + "waxed_weathered_copper_lantern", + "oxidized_copper_lantern", + "waxed_oxidized_copper_lantern" + ], + "c:armors/humanoid": [ + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet", + "leather_chestplate", + "copper_chestplate", + "chainmail_chestplate", + "golden_chestplate", + "iron_chestplate", + "diamond_chestplate", + "netherite_chestplate", + "leather_leggings", + "copper_leggings", + "chainmail_leggings", + "golden_leggings", + "iron_leggings", + "diamond_leggings", + "netherite_leggings", + "leather_boots", + "copper_boots", + "chainmail_boots", + "golden_boots", + "iron_boots", + "diamond_boots", + "netherite_boots" + ], + "c:chests": [ + "chest", + "trapped_chest", + "ender_chest", + "copper_chest", + "exposed_copper_chest", + "weathered_copper_chest", + "oxidized_copper_chest", + "waxed_copper_chest", + "waxed_exposed_copper_chest", + "waxed_weathered_copper_chest", + "waxed_oxidized_copper_chest" + ], + "minecraft:hoglin_food": [ + "crimson_fungus" + ], + "minecraft:nautilus_bucket_food": [ + "pufferfish_bucket", + "cod_bucket", + "salmon_bucket", + "tropical_fish_bucket" + ], + "c:ores/emerald": [ + "emerald_ore", + "deepslate_emerald_ore" + ], + "c:raw_blocks": [ + "raw_copper_block", + "raw_gold_block", + "raw_iron_block" + ], + "c:crops/melon": [ + "melon" + ], "minecraft:non_flammable_wood": [ "warped_stem", "stripped_warped_stem", @@ -6828,33 +8497,21 @@ "warped_shelf", "crimson_shelf" ], - "minecraft:hoglin_food": [ - "crimson_fungus" - ], - "c:chains": [ - "iron_chain", - "copper_chain", - "exposed_copper_chain", - "weathered_copper_chain", - "oxidized_copper_chain", - "waxed_copper_chain", - "waxed_exposed_copper_chain", - "waxed_weathered_copper_chain", - "waxed_oxidized_copper_chain" - ], - "c:raw_blocks": [ - "raw_copper_block", - "raw_gold_block", - "raw_iron_block" - ], - "c:tools/mace": [ - "mace" - ], - "minecraft:jungle_logs": [ - "jungle_log", + "c:natural_woods": [ + "acacia_wood", + "birch_wood", + "cherry_wood", + "dark_oak_wood", "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood" + "mangrove_wood", + "oak_wood", + "pale_oak_wood", + "spruce_wood", + "crimson_hyphae", + "warped_hyphae" + ], + "c:seeds/pitcher_plant": [ + "pitcher_pod" ], "minecraft:enchantable/durability": [ "leather_boots", @@ -6932,7 +8589,14 @@ "fishing_rod", "carrot_on_a_stick", "warped_fungus_on_a_stick", - "mace" + "mace", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear" ], "c:foods/raw_fishes": [ "cod", @@ -6940,26 +8604,77 @@ "tropical_fish", "pufferfish" ], - "c:glazed_terracottas": [ - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "light_gray_glazed_terracotta", - "cyan_glazed_terracotta", - "purple_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "black_glazed_terracotta", - "red_glazed_terracotta" + "minecraft:hoes": [ + "diamond_hoe", + "stone_hoe", + "golden_hoe", + "netherite_hoe", + "wooden_hoe", + "iron_hoe", + "copper_hoe" ], - "c:glass_blocks/tinted": [ - "tinted_glass" + "minecraft:anvil": [ + "anvil", + "chipped_anvil", + "damaged_anvil" + ], + "minecraft:fences": [ + "oak_fence", + "acacia_fence", + "dark_oak_fence", + "pale_oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "nether_brick_fence" + ], + "minecraft:enchantable/sweeping": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword" + ], + "c:foods/raw_meat": [ + "beef", + "porkchop", + "chicken", + "rabbit", + "mutton" + ], + "c:sands/colorless": [ + "sand" + ], + "c:ore_rates/sparse": [ + "nether_gold_ore" + ], + "minecraft:iron_ores": [ + "iron_ore", + "deepslate_iron_ore" + ], + "minecraft:piglin_preferred_weapons": [ + "crossbow", + "golden_spear" + ], + "c:armors/nautilus": [ + "copper_nautilus_armor", + "iron_nautilus_armor", + "golden_nautilus_armor", + "diamond_nautilus_armor", + "netherite_nautilus_armor" + ], + "minecraft:birch_logs": [ + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood" ], "minecraft:beds": [ "red_bed", @@ -6979,1374 +8694,65 @@ "white_bed", "yellow_bed" ], - "c:tools": [ - "diamond_axe", - "stone_axe", - "golden_axe", - "netherite_axe", - "wooden_axe", - "iron_axe", - "copper_axe", - "diamond_hoe", - "stone_hoe", - "golden_hoe", - "netherite_hoe", - "wooden_hoe", - "iron_hoe", - "copper_hoe", - "diamond_pickaxe", - "stone_pickaxe", - "golden_pickaxe", - "netherite_pickaxe", - "wooden_pickaxe", - "iron_pickaxe", - "copper_pickaxe", - "diamond_shovel", - "stone_shovel", - "golden_shovel", - "netherite_shovel", - "wooden_shovel", - "iron_shovel", - "copper_shovel", - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword", - "bow", - "brush", - "crossbow", - "fishing_rod", - "flint_and_steel", - "shears", - "shield", - "trident", - "mace" + "c:foods/pie": [ + "pumpkin_pie" ], - "c:drinks/ominous": [ - "ominous_bottle" - ], - "c:ores_in_ground/deepslate": [ - "deepslate_coal_ore", - "deepslate_copper_ore", - "deepslate_diamond_ore", - "deepslate_emerald_ore", - "deepslate_gold_ore", - "deepslate_iron_ore", - "deepslate_lapis_ore", - "deepslate_redstone_ore" - ], - "minecraft:copper_golem_statues": [ - "copper_golem_statue", - "exposed_copper_golem_statue", - "weathered_copper_golem_statue", - "oxidized_copper_golem_statue", - "waxed_copper_golem_statue", - "waxed_exposed_copper_golem_statue", - "waxed_weathered_copper_golem_statue", - "waxed_oxidized_copper_golem_statue" - ], - "minecraft:lanterns": [ - "lantern", - "soul_lantern", - "copper_lantern", - "waxed_copper_lantern", - "exposed_copper_lantern", - "waxed_exposed_copper_lantern", - "weathered_copper_lantern", - "waxed_weathered_copper_lantern", - "oxidized_copper_lantern", - "waxed_oxidized_copper_lantern" - ], - "c:drinks/honey": [ - "honey_bottle" - ], - "minecraft:fences": [ - "oak_fence", - "acacia_fence", - "dark_oak_fence", - "pale_oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "nether_brick_fence" - ], - "c:ore_rates/sparse": [ - "nether_gold_ore" - ], - "c:sands/colorless": [ - "sand" - ], - "minecraft:bundles": [ - "bundle", - "black_bundle", - "blue_bundle", - "brown_bundle", - "cyan_bundle", - "gray_bundle", - "green_bundle", - "light_blue_bundle", - "light_gray_bundle", - "lime_bundle", - "magenta_bundle", - "orange_bundle", - "pink_bundle", - "purple_bundle", - "red_bundle", - "yellow_bundle", - "white_bundle" - ], - "minecraft:iron_ores": [ - "iron_ore", - "deepslate_iron_ore" - ], - "minecraft:drowned_preferred_weapons": [ - "trident" - ], - "minecraft:birch_logs": [ - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood" - ], - "c:dyes/purple": [ - "purple_dye" - ], - "c:seeds/torchflower": [ - "torchflower_seeds" - ], - "minecraft:completes_find_tree_tutorial": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood", - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae", - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae", - "jungle_leaves", - "oak_leaves", - "spruce_leaves", - "pale_oak_leaves", - "dark_oak_leaves", - "acacia_leaves", - "birch_leaves", - "azalea_leaves", - "flowering_azalea_leaves", - "mangrove_leaves", - "cherry_leaves", - "nether_wart_block", - "warped_wart_block" - ], - "c:drinks/juice": [], - "c:sandstone/uncolored_stairs": [ - "sandstone_stairs", - "smooth_sandstone_stairs" - ], - "minecraft:panda_food": [ - "bamboo" - ], - "c:tools/fishing_rods": [ - "fishing_rod" - ], - "c:netherracks": [ - "netherrack" - ], - "c:fences/wooden": [ - "oak_fence", - "spruce_fence", - "birch_fence", - "jungle_fence", - "acacia_fence", - "dark_oak_fence", - "crimson_fence", - "warped_fence", - "mangrove_fence", - "bamboo_fence", - "cherry_fence", - "pale_oak_fence" - ], - "c:sandstone/red_slabs": [ - "red_sandstone_slab", - "cut_red_sandstone_slab", - "smooth_red_sandstone_slab" - ], - "c:tools/fishing_rod": [ - "fishing_rod" - ], - "c:drinks/magic": [ - "potion", - "ominous_bottle" - ], - "c:dyed/orange": [ - "orange_banner", - "orange_bed", - "orange_candle", - "orange_carpet", - "orange_concrete", - "orange_concrete_powder", - "orange_glazed_terracotta", - "orange_shulker_box", - "orange_stained_glass", - "orange_stained_glass_pane", - "orange_terracotta", - "orange_wool", - "orange_bundle", - "orange_harness" - ], - "c:player_workstations/crafting_tables": [ - "crafting_table" - ], - "minecraft:enchantable/sharp_weapon": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword", - "diamond_axe", - "stone_axe", - "golden_axe", - "netherite_axe", - "wooden_axe", - "iron_axe", - "copper_axe" - ], - "minecraft:duplicates_allays": [ - "amethyst_shard" - ], - "c:rods/wooden": [ - "stick" - ], - "c:fertilizers": [ - "bone_meal" - ], - "c:ore_bearing_ground/stone": [ - "stone" - ], - "c:coal": [ - "coal", - "charcoal" - ], - "c:dyes/light_gray": [ - "light_gray_dye" - ], - "c:pumpkins/jack_o_lanterns": [ - "jack_o_lantern" - ], - "c:sands/red": [ - "red_sand" - ], - "c:ingots/copper": [ - "copper_ingot" - ], - "c:tools/shear": [ - "shears" - ], - "c:storage_blocks/diamond": [ - "diamond_block" - ], - "c:sandstone/red_stairs": [ - "red_sandstone_stairs", - "smooth_red_sandstone_stairs" - ], - "c:tools/crossbow": [ - "crossbow" - ], - "minecraft:mangrove_logs": [ - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood" - ], - "minecraft:signs": [ - "oak_sign", - "spruce_sign", - "birch_sign", - "acacia_sign", - "jungle_sign", - "dark_oak_sign", - "pale_oak_sign", - "crimson_sign", - "warped_sign", - "mangrove_sign", - "bamboo_sign", - "cherry_sign" - ], - "c:ore_bearing_ground/deepslate": [ - "deepslate" - ], - "c:pumpkins": [ - "pumpkin", - "carved_pumpkin", - "jack_o_lantern" - ], - "c:gems/quartz": [ - "quartz" - ], - "minecraft:axolotl_food": [ - "tropical_fish_bucket" - ], - "minecraft:enchantable/crossbow": [ - "crossbow" - ], - "minecraft:trapdoors": [ - "acacia_trapdoor", - "birch_trapdoor", - "dark_oak_trapdoor", - "pale_oak_trapdoor", - "jungle_trapdoor", - "oak_trapdoor", - "spruce_trapdoor", - "crimson_trapdoor", - "warped_trapdoor", - "mangrove_trapdoor", - "bamboo_trapdoor", - "cherry_trapdoor", - "iron_trapdoor", - "copper_trapdoor", - "exposed_copper_trapdoor", - "weathered_copper_trapdoor", - "oxidized_copper_trapdoor", - "waxed_copper_trapdoor", - "waxed_exposed_copper_trapdoor", - "waxed_weathered_copper_trapdoor", - "waxed_oxidized_copper_trapdoor" - ], - "minecraft:smelts_to_glass": [ - "sand", - "red_sand" - ], - "minecraft:boats": [ - "oak_boat", - "spruce_boat", - "birch_boat", - "jungle_boat", - "acacia_boat", - "dark_oak_boat", - "pale_oak_boat", - "mangrove_boat", - "bamboo_raft", - "cherry_boat", - "oak_chest_boat", - "spruce_chest_boat", - "birch_chest_boat", - "jungle_chest_boat", - "acacia_chest_boat", - "dark_oak_chest_boat", - "pale_oak_chest_boat", - "mangrove_chest_boat", - "bamboo_chest_raft", - "cherry_chest_boat" - ], - "minecraft:wither_skeleton_disliked_weapons": [ - "bow", - "crossbow" - ], - "c:raw_materials/gold": [ - "raw_gold" - ], - "c:obsidians/crying": [ - "crying_obsidian" - ], - "c:dyes/pink": [ - "pink_dye" - ], - "minecraft:diamond_tool_materials": [ - "diamond" - ], - "minecraft:copper_ores": [ - "copper_ore", - "deepslate_copper_ore" - ], - "minecraft:sand": [ - "sand", - "red_sand", - "suspicious_sand" - ], - "c:ores": [ - "coal_ore", - "deepslate_coal_ore", - "copper_ore", - "deepslate_copper_ore", - "diamond_ore", - "deepslate_diamond_ore", - "emerald_ore", - "deepslate_emerald_ore", - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore", - "iron_ore", - "deepslate_iron_ore", - "lapis_ore", - "deepslate_lapis_ore", - "ancient_debris", - "redstone_ore", - "deepslate_redstone_ore", - "nether_quartz_ore" - ], - "minecraft:repairs_chain_armor": [ - "iron_ingot" - ], - "c:tools/shield": [ - "shield" - ], - "minecraft:stairs": [ - "oak_stairs", - "spruce_stairs", - "birch_stairs", - "jungle_stairs", - "acacia_stairs", - "dark_oak_stairs", - "pale_oak_stairs", - "crimson_stairs", - "warped_stairs", - "mangrove_stairs", - "bamboo_stairs", - "cherry_stairs", - "bamboo_mosaic_stairs", - "cobblestone_stairs", - "sandstone_stairs", - "nether_brick_stairs", - "stone_brick_stairs", - "brick_stairs", - "purpur_stairs", - "quartz_stairs", - "red_sandstone_stairs", - "prismarine_brick_stairs", - "prismarine_stairs", - "dark_prismarine_stairs", - "polished_granite_stairs", - "smooth_red_sandstone_stairs", - "mossy_stone_brick_stairs", - "polished_diorite_stairs", - "mossy_cobblestone_stairs", - "end_stone_brick_stairs", - "stone_stairs", - "smooth_sandstone_stairs", - "smooth_quartz_stairs", - "granite_stairs", - "andesite_stairs", - "red_nether_brick_stairs", - "polished_andesite_stairs", - "diorite_stairs", - "blackstone_stairs", - "polished_blackstone_brick_stairs", - "polished_blackstone_stairs", - "cobbled_deepslate_stairs", - "polished_deepslate_stairs", - "deepslate_tile_stairs", - "deepslate_brick_stairs", - "oxidized_cut_copper_stairs", - "weathered_cut_copper_stairs", - "exposed_cut_copper_stairs", - "cut_copper_stairs", - "waxed_weathered_cut_copper_stairs", - "waxed_exposed_cut_copper_stairs", - "waxed_cut_copper_stairs", - "waxed_oxidized_cut_copper_stairs", - "mud_brick_stairs", - "tuff_stairs", - "polished_tuff_stairs", - "tuff_brick_stairs", - "resin_brick_stairs" - ], - "c:concretes": [ - "white_concrete", - "orange_concrete", - "magenta_concrete", - "light_blue_concrete", - "yellow_concrete", - "lime_concrete", - "pink_concrete", - "gray_concrete", - "light_gray_concrete", - "cyan_concrete", - "purple_concrete", - "blue_concrete", - "brown_concrete", - "green_concrete", + "c:dyed/black": [ + "black_banner", + "black_bed", + "black_candle", + "black_carpet", "black_concrete", - "red_concrete" - ], - "c:dyed/blue": [ - "blue_banner", - "blue_bed", - "blue_candle", - "blue_carpet", - "blue_concrete", - "blue_concrete_powder", - "blue_glazed_terracotta", - "blue_shulker_box", - "blue_stained_glass", - "blue_stained_glass_pane", - "blue_terracotta", - "blue_wool", - "blue_bundle", - "blue_harness" - ], - "c:raw_materials/iron": [ - "raw_iron" - ], - "minecraft:gold_tool_materials": [ - "gold_ingot" - ], - "minecraft:repairs_copper_armor": [ - "copper_ingot" - ], - "minecraft:compasses": [ - "compass", - "recovery_compass" - ], - "minecraft:arrows": [ - "arrow", - "tipped_arrow", - "spectral_arrow" - ], - "c:seeds/beetroot": [ - "beetroot_seeds" - ], - "minecraft:stone_tool_materials": [ - "cobblestone", - "blackstone", - "cobbled_deepslate" - ], - "minecraft:piglin_safe_armor": [ - "golden_helmet", - "golden_chestplate", - "golden_leggings", - "golden_boots" - ], - "minecraft:piglin_food": [ - "porkchop", - "cooked_porkchop" - ], - "minecraft:head_armor": [ - "leather_helmet", - "copper_helmet", - "chainmail_helmet", - "golden_helmet", - "iron_helmet", - "diamond_helmet", - "netherite_helmet", - "turtle_helmet" - ], - "c:dusts": [ - "glowstone_dust", - "redstone" - ], - "c:glass_blocks/colorless": [ - "glass" - ], - "minecraft:ignored_by_piglin_babies": [ - "leather" - ], - "c:tools/spears": [ - "trident" - ], - "minecraft:coal_ores": [ - "coal_ore", - "deepslate_coal_ore" - ], - "c:buckets": [ - "bucket", - "water_bucket", - "lava_bucket", - "milk_bucket", - "powder_snow_bucket", - "axolotl_bucket", - "cod_bucket", - "pufferfish_bucket", - "tadpole_bucket", - "tropical_fish_bucket", - "salmon_bucket" - ], - "c:slime_balls": [ - "slime_ball" - ], - "c:chests/ender": [ - "ender_chest" - ], - "minecraft:enchantable/trident": [ - "trident" - ], - "c:natural_logs/overworld": [ - "acacia_log", - "bamboo_block", - "birch_log", - "cherry_log", - "dark_oak_log", - "jungle_log", - "mangrove_log", - "oak_log", - "pale_oak_log", - "spruce_log" - ], - "c:dyed/purple": [ - "purple_banner", - "purple_bed", - "purple_candle", - "purple_carpet", - "purple_concrete", - "purple_concrete_powder", - "purple_glazed_terracotta", - "purple_shulker_box", - "purple_stained_glass", - "purple_stained_glass_pane", - "purple_terracotta", - "purple_wool", - "purple_bundle", - "purple_harness" - ], - "minecraft:warped_stems": [ - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae" - ], - "minecraft:enchantable/fire_aspect": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword", - "mace" - ], - "minecraft:lapis_ores": [ - "lapis_ore", - "deepslate_lapis_ore" - ], - "c:buckets/milk": [ - "milk_bucket" - ], - "c:barrels": [ - "barrel" - ], - "minecraft:enchantable/mace": [ - "mace" - ], - "c:clumps": [ - "resin_clump" - ], - "c:foods/cooked_meats": [ - "cooked_beef", - "cooked_porkchop", - "cooked_chicken", - "cooked_rabbit", - "cooked_mutton" - ], - "c:tools/bows": [ - "bow" - ], - "c:tools/shears": [ - "shears" - ], - "c:crops/carrot": [ - "carrot" - ], - "minecraft:dampens_vibrations": [ - "white_wool", - "orange_wool", - "magenta_wool", - "light_blue_wool", - "yellow_wool", - "lime_wool", - "pink_wool", - "gray_wool", - "light_gray_wool", - "cyan_wool", - "purple_wool", - "blue_wool", - "brown_wool", - "green_wool", - "red_wool", - "black_wool", - "white_carpet", - "orange_carpet", - "magenta_carpet", - "light_blue_carpet", - "yellow_carpet", - "lime_carpet", - "pink_carpet", - "gray_carpet", - "light_gray_carpet", - "cyan_carpet", - "purple_carpet", - "blue_carpet", - "brown_carpet", - "green_carpet", - "red_carpet", - "black_carpet" - ], - "minecraft:wooden_stairs": [ - "oak_stairs", - "spruce_stairs", - "birch_stairs", - "jungle_stairs", - "acacia_stairs", - "dark_oak_stairs", - "pale_oak_stairs", - "crimson_stairs", - "warped_stairs", - "mangrove_stairs", - "bamboo_stairs", - "cherry_stairs" - ], - "c:crops/cocoa_bean": [ - "cocoa_beans" - ], - "minecraft:ocelot_food": [ - "cod", - "salmon" - ], - "c:foods": [ - "baked_potato", - "pumpkin_pie", - "honey_bottle", - "ominous_bottle", - "dried_kelp", - "apple", - "golden_apple", - "enchanted_golden_apple", - "chorus_fruit", - "melon_slice", - "carrot", - "golden_carrot", - "potato", - "beetroot", - "sweet_berries", - "glow_berries", - "bread", - "cookie", - "beef", - "porkchop", - "chicken", - "rabbit", - "mutton", - "cod", - "salmon", - "tropical_fish", - "pufferfish", - "cooked_beef", - "cooked_porkchop", - "cooked_chicken", - "cooked_rabbit", - "cooked_mutton", - "cooked_cod", - "cooked_salmon", - "beetroot_soup", - "mushroom_stew", - "rabbit_stew", - "suspicious_stew", - "cake", - "poisonous_potato", - "spider_eye", - "rotten_flesh" - ], - "c:foods/soups": [ - "beetroot_soup", - "mushroom_stew", - "rabbit_stew", - "suspicious_stew" - ], - "minecraft:noteblock_top_instruments": [ - "zombie_head", - "skeleton_skull", - "creeper_head", - "dragon_head", - "wither_skeleton_skull", - "piglin_head", - "player_head" - ], - "c:crops/wheat": [ - "wheat" - ], - "c:glass_blocks/cheap": [ - "glass", - "white_stained_glass", - "orange_stained_glass", - "magenta_stained_glass", - "light_blue_stained_glass", - "yellow_stained_glass", - "lime_stained_glass", - "pink_stained_glass", - "gray_stained_glass", - "light_gray_stained_glass", - "cyan_stained_glass", - "purple_stained_glass", - "blue_stained_glass", - "brown_stained_glass", - "green_stained_glass", + "black_concrete_powder", + "black_glazed_terracotta", + "black_shulker_box", "black_stained_glass", - "red_stained_glass" - ], - "minecraft:wolf_food": [ - "beef", - "chicken", - "cooked_beef", - "cooked_chicken", - "cooked_mutton", - "cooked_porkchop", - "cooked_rabbit", - "mutton", - "porkchop", - "rabbit", - "rotten_flesh", - "cod", - "cooked_cod", - "salmon", - "cooked_salmon", - "tropical_fish", - "pufferfish", - "rabbit_stew" - ], - "c:crops/beetroot": [ - "beetroot" - ], - "c:flowers/small": [ - "dandelion", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "open_eyeblossom", - "closed_eyeblossom" - ], - "c:natural_logs/nether": [ - "crimson_stem", - "warped_stem" - ], - "minecraft:dark_oak_logs": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood" - ], - "c:tools/shields": [ - "shield" - ], - "c:sandstone/stairs": [ - "sandstone_stairs", - "smooth_sandstone_stairs", - "red_sandstone_stairs", - "smooth_red_sandstone_stairs" - ], - "minecraft:enchantable/leg_armor": [ - "leather_leggings", - "copper_leggings", - "chainmail_leggings", - "golden_leggings", - "iron_leggings", - "diamond_leggings", - "netherite_leggings" - ], - "minecraft:pillager_preferred_weapons": [ - "crossbow" - ], - "c:dusts/redstone": [ - "redstone" - ], - "minecraft:parrot_food": [ - "wheat_seeds", - "melon_seeds", - "pumpkin_seeds", - "beetroot_seeds", - "torchflower_seeds", - "pitcher_pod" - ], - "c:crops": [ - "beetroot", - "cactus", - "carrot", - "cocoa_beans", - "melon", - "nether_wart", - "potato", - "pumpkin", - "sugar_cane", - "wheat" - ], - "c:mushrooms": [ - "red_mushroom", - "brown_mushroom" - ], - "minecraft:crimson_stems": [ - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae" - ], - "minecraft:sniffer_food": [ - "torchflower_seeds" - ], - "minecraft:panda_eats_from_ground": [ - "bamboo", - "cake" - ], - "minecraft:harnesses": [ - "white_harness", - "orange_harness", - "magenta_harness", - "light_blue_harness", - "yellow_harness", - "lime_harness", - "pink_harness", - "gray_harness", - "light_gray_harness", - "cyan_harness", - "purple_harness", - "blue_harness", - "brown_harness", - "green_harness", - "red_harness", + "black_stained_glass_pane", + "black_terracotta", + "black_wool", + "black_bundle", "black_harness" ], - "c:foods/golden": [ - "golden_apple", - "enchanted_golden_apple", - "golden_carrot" + "minecraft:creeper_igniters": [ + "flint_and_steel", + "fire_charge" ], - "minecraft:eggs": [ - "egg", - "blue_egg", - "brown_egg" + "c:glass_blocks/tinted": [ + "tinted_glass" ], - "c:drinks/water": [], - "c:tools/brush": [ - "brush" - ], - "c:dyed/lime": [ - "lime_banner", - "lime_bed", - "lime_candle", - "lime_carpet", - "lime_concrete", - "lime_concrete_powder", - "lime_glazed_terracotta", - "lime_shulker_box", - "lime_stained_glass", - "lime_stained_glass_pane", - "lime_terracotta", - "lime_wool", - "lime_bundle", - "lime_harness" - ], - "minecraft:fishes": [ - "cod", + "c:foods/cooked_fishes": [ "cooked_cod", - "salmon", - "cooked_salmon", - "pufferfish", - "tropical_fish" + "cooked_salmon" ], - "minecraft:shovels": [ - "diamond_shovel", - "stone_shovel", - "golden_shovel", - "netherite_shovel", - "wooden_shovel", - "iron_shovel", - "copper_shovel" + "c:dyes/green": [ + "green_dye" ], - "minecraft:chest_boats": [ - "oak_chest_boat", - "spruce_chest_boat", - "birch_chest_boat", - "jungle_chest_boat", - "acacia_chest_boat", - "dark_oak_chest_boat", - "pale_oak_chest_boat", - "mangrove_chest_boat", - "bamboo_chest_raft", - "cherry_chest_boat" - ], - "minecraft:llama_food": [ - "wheat", - "hay_block" - ], - "c:nuggets/copper": [ - "copper_nugget" - ], - "minecraft:planks": [ - "oak_planks", - "spruce_planks", - "birch_planks", - "jungle_planks", - "acacia_planks", - "dark_oak_planks", - "pale_oak_planks", - "crimson_planks", - "warped_planks", - "mangrove_planks", - "bamboo_planks", - "cherry_planks" - ], - "c:nuggets/gold": [ - "gold_nugget" - ], - "minecraft:strider_tempt_items": [ - "warped_fungus", - "warped_fungus_on_a_stick" - ], - "c:bricks/nether": [ - "nether_brick" - ], - "minecraft:turtle_food": [ - "seagrass" - ], - "c:ores/copper": [ - "copper_ore", - "deepslate_copper_ore" - ], - "c:storage_blocks/resin": [ - "resin_block" - ], - "c:tools/wrench": [], - "minecraft:buttons": [ - "oak_button", - "spruce_button", - "birch_button", - "jungle_button", - "acacia_button", - "dark_oak_button", - "pale_oak_button", - "crimson_button", - "warped_button", - "mangrove_button", - "bamboo_button", - "cherry_button", - "stone_button", - "polished_blackstone_button" - ], - "c:concrete_powders": [ - "white_concrete_powder", - "orange_concrete_powder", - "magenta_concrete_powder", - "light_blue_concrete_powder", - "yellow_concrete_powder", - "lime_concrete_powder", - "pink_concrete_powder", - "gray_concrete_powder", - "light_gray_concrete_powder", - "cyan_concrete_powder", - "purple_concrete_powder", - "blue_concrete_powder", - "brown_concrete_powder", - "green_concrete_powder", - "red_concrete_powder", - "black_concrete_powder" - ], - "c:foods/food_poisoning": [ - "poisonous_potato", - "pufferfish", - "spider_eye", - "chicken", - "rotten_flesh" - ], - "c:glazed_terracotta": [ - "white_glazed_terracotta", - "orange_glazed_terracotta", - "magenta_glazed_terracotta", - "light_blue_glazed_terracotta", - "yellow_glazed_terracotta", - "lime_glazed_terracotta", - "pink_glazed_terracotta", - "gray_glazed_terracotta", - "light_gray_glazed_terracotta", - "cyan_glazed_terracotta", - "purple_glazed_terracotta", - "blue_glazed_terracotta", - "brown_glazed_terracotta", - "green_glazed_terracotta", - "black_glazed_terracotta", - "red_glazed_terracotta" - ], - "c:flowers/tall": [ - "sunflower", - "lilac", - "peony", - "rose_bush", - "pitcher_plant" - ], - "minecraft:wart_blocks": [ - "nether_wart_block", - "warped_wart_block" - ], - "minecraft:slabs": [ - "oak_slab", - "spruce_slab", - "birch_slab", - "jungle_slab", - "acacia_slab", - "dark_oak_slab", - "pale_oak_slab", - "crimson_slab", - "warped_slab", - "mangrove_slab", - "bamboo_slab", - "cherry_slab", - "bamboo_mosaic_slab", - "stone_slab", - "smooth_stone_slab", - "stone_brick_slab", - "sandstone_slab", - "purpur_slab", - "quartz_slab", - "red_sandstone_slab", - "brick_slab", - "cobblestone_slab", - "nether_brick_slab", - "petrified_oak_slab", - "prismarine_slab", - "prismarine_brick_slab", - "dark_prismarine_slab", - "polished_granite_slab", - "smooth_red_sandstone_slab", - "mossy_stone_brick_slab", - "polished_diorite_slab", - "mossy_cobblestone_slab", - "end_stone_brick_slab", - "smooth_sandstone_slab", - "smooth_quartz_slab", - "granite_slab", - "andesite_slab", - "red_nether_brick_slab", - "polished_andesite_slab", - "diorite_slab", - "cut_sandstone_slab", - "cut_red_sandstone_slab", - "blackstone_slab", - "polished_blackstone_brick_slab", - "polished_blackstone_slab", - "cobbled_deepslate_slab", - "polished_deepslate_slab", - "deepslate_tile_slab", - "deepslate_brick_slab", - "waxed_weathered_cut_copper_slab", - "waxed_exposed_cut_copper_slab", - "waxed_cut_copper_slab", - "oxidized_cut_copper_slab", - "weathered_cut_copper_slab", - "exposed_cut_copper_slab", - "cut_copper_slab", - "waxed_oxidized_cut_copper_slab", - "mud_brick_slab", - "tuff_slab", - "polished_tuff_slab", - "tuff_brick_slab", - "resin_brick_slab" - ], - "c:cobblestones/mossy": [ - "mossy_cobblestone" - ], - "c:bones": [ - "bone" - ], - "minecraft:furnace_minecart_fuel": [ - "coal", - "charcoal" - ], - "minecraft:wooden_doors": [ - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door" - ], - "minecraft:decorated_pot_ingredients": [ - "brick", - "angler_pottery_sherd", - "archer_pottery_sherd", - "arms_up_pottery_sherd", - "blade_pottery_sherd", - "brewer_pottery_sherd", - "burn_pottery_sherd", - "danger_pottery_sherd", - "explorer_pottery_sherd", - "friend_pottery_sherd", - "heart_pottery_sherd", - "heartbreak_pottery_sherd", - "howl_pottery_sherd", - "miner_pottery_sherd", - "mourner_pottery_sherd", - "plenty_pottery_sherd", - "prize_pottery_sherd", - "sheaf_pottery_sherd", - "shelter_pottery_sherd", - "skull_pottery_sherd", - "snort_pottery_sherd", - "flow_pottery_sherd", - "guster_pottery_sherd", - "scrape_pottery_sherd" - ], - "c:eggs": [ - "egg", - "brown_egg", - "blue_egg" - ], - "c:bricks/normal": [ - "brick" - ], - "c:storage_blocks/gold": [ - "gold_block" - ], - "c:gems/emerald": [ - "emerald" - ], - "c:drinks/watery": [ - "potion" - ], - "minecraft:sheep_food": [ - "wheat" - ], - "c:dyes/blue": [ - "blue_dye" - ], - "c:foods/bread": [ - "bread" - ], - "c:tools/spear": [ - "trident" - ], - "c:ores/netherite_scrap": [ - "ancient_debris" - ], - "c:foods/raw_fish": [ - "cod", - "salmon", - "tropical_fish", + "minecraft:nautilus_taming_items": [ + "pufferfish_bucket", "pufferfish" ], - "minecraft:walls": [ - "cobblestone_wall", - "mossy_cobblestone_wall", - "brick_wall", - "prismarine_wall", - "red_sandstone_wall", - "mossy_stone_brick_wall", - "granite_wall", - "stone_brick_wall", - "nether_brick_wall", - "andesite_wall", - "red_nether_brick_wall", - "sandstone_wall", - "end_stone_brick_wall", - "diorite_wall", - "blackstone_wall", - "polished_blackstone_brick_wall", - "polished_blackstone_wall", - "cobbled_deepslate_wall", - "polished_deepslate_wall", - "deepslate_tile_wall", - "deepslate_brick_wall", - "mud_brick_wall", - "tuff_wall", - "polished_tuff_wall", - "tuff_brick_wall", - "resin_brick_wall" + "c:feathers": [ + "feather" ], - "minecraft:rails": [ - "rail", - "powered_rail", - "detector_rail", - "activator_rail" + "c:leathers": [ + "leather" ], - "c:ores_in_ground/stone": [ - "coal_ore", - "copper_ore", - "diamond_ore", - "emerald_ore", - "gold_ore", - "iron_ore", - "lapis_ore", - "redstone_ore" + "c:buckets/empty": [ + "bucket" ], - "minecraft:skeleton_preferred_weapons": [ - "bow" + "minecraft:enchantable/chest_armor": [ + "leather_chestplate", + "copper_chestplate", + "chainmail_chestplate", + "golden_chestplate", + "iron_chestplate", + "diamond_chestplate", + "netherite_chestplate" ], - "minecraft:wooden_pressure_plates": [ - "oak_pressure_plate", - "spruce_pressure_plate", - "birch_pressure_plate", - "jungle_pressure_plate", - "acacia_pressure_plate", - "dark_oak_pressure_plate", - "pale_oak_pressure_plate", - "crimson_pressure_plate", - "warped_pressure_plate", - "mangrove_pressure_plate", - "bamboo_pressure_plate", - "cherry_pressure_plate" + "c:ingots/gold": [ + "gold_ingot" ], - "minecraft:repairs_diamond_armor": [ - "diamond" - ], - "minecraft:llama_tempt_items": [ - "hay_block" - ], - "minecraft:foot_armor": [ + "minecraft:enchantable/foot_armor": [ "leather_boots", "copper_boots", "chainmail_boots", @@ -8355,225 +8761,57 @@ "diamond_boots", "netherite_boots" ], - "minecraft:redstone_ores": [ - "redstone_ore", - "deepslate_redstone_ore" + "c:storage_blocks/wheat": [ + "hay_block" ], - "c:foods/vegetables": [ - "carrot", - "golden_carrot", - "potato", - "beetroot" + "minecraft:spruce_logs": [ + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood" ], - "c:potions": [ - "potion", - "splash_potion", - "lingering_potion" + "minecraft:lectern_books": [ + "written_book", + "writable_book" ], - "minecraft:beacon_payment_items": [ - "netherite_ingot", - "emerald", - "diamond", - "gold_ingot", - "iron_ingot" + "c:seeds": [ + "beetroot_seeds", + "melon_seeds", + "pumpkin_seeds", + "torchflower_seeds", + "pitcher_pod", + "wheat_seeds" ], - "c:dyed/green": [ - "green_banner", - "green_bed", - "green_candle", - "green_carpet", - "green_concrete", - "green_concrete_powder", - "green_glazed_terracotta", - "green_shulker_box", - "green_stained_glass", - "green_stained_glass_pane", - "green_terracotta", - "green_wool", - "green_bundle", - "green_harness" + "minecraft:jungle_logs": [ + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood" ], - "minecraft:piglin_repellents": [ - "soul_torch", - "soul_lantern", - "soul_campfire" + "c:dyes/cyan": [ + "cyan_dye" ], - "c:dyed/light_gray": [ - "light_gray_banner", - "light_gray_bed", - "light_gray_candle", - "light_gray_carpet", - "light_gray_concrete", - "light_gray_concrete_powder", - "light_gray_glazed_terracotta", - "light_gray_shulker_box", - "light_gray_stained_glass", - "light_gray_stained_glass_pane", - "light_gray_terracotta", - "light_gray_wool", - "light_gray_bundle", - "light_gray_harness" + "minecraft:book_cloning_target": [ + "writable_book" ], - "c:clumps/resin": [ - "resin_clump" + "c:storage_blocks/bone_meal": [ + "bone_block" ], - "c:dyed/white": [ - "white_banner", - "white_bed", - "white_candle", - "white_carpet", - "white_concrete", - "white_concrete_powder", - "white_glazed_terracotta", - "white_shulker_box", - "white_stained_glass", - "white_stained_glass_pane", - "white_terracotta", - "white_wool", - "white_bundle", - "white_harness" + "minecraft:hanging_signs": [ + "oak_hanging_sign", + "spruce_hanging_sign", + "birch_hanging_sign", + "acacia_hanging_sign", + "cherry_hanging_sign", + "jungle_hanging_sign", + "dark_oak_hanging_sign", + "pale_oak_hanging_sign", + "crimson_hanging_sign", + "warped_hanging_sign", + "mangrove_hanging_sign", + "bamboo_hanging_sign" ], - "minecraft:wooden_slabs": [ - "oak_slab", - "spruce_slab", - "birch_slab", - "jungle_slab", - "acacia_slab", - "dark_oak_slab", - "pale_oak_slab", - "crimson_slab", - "warped_slab", - "mangrove_slab", - "bamboo_slab", - "cherry_slab" - ], - "c:crops/pumpkin": [ - "pumpkin" - ], - "c:ores/iron": [ - "iron_ore", - "deepslate_iron_ore" - ], - "c:fences/nether_brick": [ - "nether_brick_fence" - ], - "c:ores_in_ground/netherrack": [ - "nether_gold_ore", - "nether_quartz_ore" - ], - "c:dyes/red": [ - "red_dye" - ], - "minecraft:bee_food": [ - "dandelion", - "open_eyeblossom", - "poppy", - "blue_orchid", - "allium", - "azure_bluet", - "red_tulip", - "orange_tulip", - "white_tulip", - "pink_tulip", - "oxeye_daisy", - "cornflower", - "lily_of_the_valley", - "wither_rose", - "torchflower", - "sunflower", - "lilac", - "peony", - "rose_bush", - "pitcher_plant", - "flowering_azalea_leaves", - "flowering_azalea", - "mangrove_propagule", - "cherry_leaves", - "pink_petals", - "wildflowers", - "chorus_flower", - "spore_blossom", - "cactus_flower" - ], - "c:dyes/black": [ - "black_dye" - ], - "minecraft:dirt": [ - "dirt", - "grass_block", - "podzol", - "coarse_dirt", - "mycelium", - "rooted_dirt", - "moss_block", - "pale_moss_block", - "mud", - "muddy_mangrove_roots" - ], - "c:dusts/glowstone": [ - "glowstone_dust" - ], - "c:tools/igniter": [ - "flint_and_steel" - ], - "c:crops/potato": [ - "potato" - ], - "minecraft:cluster_max_harvestables": [ - "diamond_pickaxe", - "golden_pickaxe", - "iron_pickaxe", - "netherite_pickaxe", - "stone_pickaxe", - "wooden_pickaxe", - "copper_pickaxe" - ], - "minecraft:decorated_pot_sherds": [ - "angler_pottery_sherd", - "archer_pottery_sherd", - "arms_up_pottery_sherd", - "blade_pottery_sherd", - "brewer_pottery_sherd", - "burn_pottery_sherd", - "danger_pottery_sherd", - "explorer_pottery_sherd", - "friend_pottery_sherd", - "heart_pottery_sherd", - "heartbreak_pottery_sherd", - "howl_pottery_sherd", - "miner_pottery_sherd", - "mourner_pottery_sherd", - "plenty_pottery_sherd", - "prize_pottery_sherd", - "sheaf_pottery_sherd", - "shelter_pottery_sherd", - "skull_pottery_sherd", - "snort_pottery_sherd", - "flow_pottery_sherd", - "guster_pottery_sherd", - "scrape_pottery_sherd" - ], - "c:storage_blocks/iron": [ - "iron_block" - ], - "minecraft:camel_food": [ - "cactus" - ], - "minecraft:freeze_immune_wearables": [ - "leather_boots", - "leather_leggings", - "leather_chestplate", - "leather_helmet", - "leather_horse_armor" - ], - "minecraft:breaks_decorated_pots": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword", + "minecraft:enchantable/mining_loot": [ "diamond_axe", "stone_axe", "golden_axe", @@ -8601,217 +8839,22 @@ "netherite_hoe", "wooden_hoe", "iron_hoe", - "copper_hoe", - "trident", - "mace" + "copper_hoe" ], - "minecraft:trimmable_armor": [ - "leather_boots", - "copper_boots", - "chainmail_boots", - "golden_boots", - "iron_boots", - "diamond_boots", - "netherite_boots", - "leather_leggings", - "copper_leggings", - "chainmail_leggings", - "golden_leggings", - "iron_leggings", - "diamond_leggings", - "netherite_leggings", - "leather_chestplate", - "copper_chestplate", - "chainmail_chestplate", - "golden_chestplate", - "iron_chestplate", - "diamond_chestplate", - "netherite_chestplate", - "leather_helmet", - "copper_helmet", - "chainmail_helmet", - "golden_helmet", - "iron_helmet", - "diamond_helmet", - "netherite_helmet", - "turtle_helmet" + "c:raw_blocks/gold": [ + "raw_gold_block" ], - "minecraft:happy_ghast_tempt_items": [ - "snowball", - "white_harness", - "orange_harness", - "magenta_harness", - "light_blue_harness", - "yellow_harness", - "lime_harness", - "pink_harness", - "gray_harness", - "light_gray_harness", - "cyan_harness", - "purple_harness", - "blue_harness", - "brown_harness", - "green_harness", - "red_harness", - "black_harness" + "c:rods": [ + "stick", + "blaze_rod", + "breeze_rod" ], - "minecraft:happy_ghast_food": [ - "snowball" + "minecraft:fox_food": [ + "sweet_berries", + "glow_berries" ], - "minecraft:cat_food": [ - "cod", - "salmon" - ], - "minecraft:frog_food": [ - "slime_ball" - ], - "c:sandstone/red_blocks": [ - "red_sandstone", - "cut_red_sandstone", - "smooth_red_sandstone", - "chiseled_red_sandstone" - ], - "c:cobblestones": [ - "cobblestone", - "mossy_cobblestone", - "infested_cobblestone", - "cobbled_deepslate" - ], - "c:gems/lapis": [ - "lapis_lazuli" - ], - "minecraft:logs": [ - "dark_oak_log", - "dark_oak_wood", - "stripped_dark_oak_log", - "stripped_dark_oak_wood", - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood", - "oak_log", - "oak_wood", - "stripped_oak_log", - "stripped_oak_wood", - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood", - "birch_log", - "birch_wood", - "stripped_birch_log", - "stripped_birch_wood", - "jungle_log", - "jungle_wood", - "stripped_jungle_log", - "stripped_jungle_wood", - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood", - "mangrove_log", - "mangrove_wood", - "stripped_mangrove_log", - "stripped_mangrove_wood", - "cherry_log", - "cherry_wood", - "stripped_cherry_log", - "stripped_cherry_wood", - "crimson_stem", - "stripped_crimson_stem", - "crimson_hyphae", - "stripped_crimson_hyphae", - "warped_stem", - "stripped_warped_stem", - "warped_hyphae", - "stripped_warped_hyphae" - ], - "c:nether_stars": [ - "nether_star" - ], - "minecraft:dyeable": [ - "leather_helmet", - "leather_chestplate", - "leather_leggings", - "leather_boots", - "leather_horse_armor", - "wolf_armor" - ], - "c:ores/coal": [ - "coal_ore", - "deepslate_coal_ore" - ], - "minecraft:enchantable/fishing": [ - "fishing_rod" - ], - "c:raw_blocks/iron": [ - "raw_iron_block" - ], - "c:dyed/red": [ - "red_banner", - "red_bed", - "red_candle", - "red_carpet", - "red_concrete", - "red_concrete_powder", - "red_glazed_terracotta", - "red_shulker_box", - "red_stained_glass", - "red_stained_glass_pane", - "red_terracotta", - "red_wool", - "red_bundle", - "red_harness" - ], - "c:player_workstations/furnaces": [ - "furnace" - ], - "c:tools/crossbows": [ - "crossbow" - ], - "minecraft:wool_carpets": [ - "white_carpet", - "orange_carpet", - "magenta_carpet", - "light_blue_carpet", - "yellow_carpet", - "lime_carpet", - "pink_carpet", - "gray_carpet", - "light_gray_carpet", - "cyan_carpet", - "purple_carpet", - "blue_carpet", - "brown_carpet", - "green_carpet", - "red_carpet", - "black_carpet" - ], - "c:potions/bottle": [ - "potion", - "splash_potion", - "lingering_potion" - ], - "c:dyed/cyan": [ - "cyan_banner", - "cyan_bed", - "cyan_candle", - "cyan_carpet", - "cyan_concrete", - "cyan_concrete_powder", - "cyan_glazed_terracotta", - "cyan_shulker_box", - "cyan_stained_glass", - "cyan_stained_glass_pane", - "cyan_terracotta", - "cyan_wool", - "cyan_bundle", - "cyan_harness" - ], - "c:buds": [ - "small_amethyst_bud", - "medium_amethyst_bud", - "large_amethyst_bud" + "c:storage_blocks/slime": [ + "slime_block" ], "c:ore_rates/singular": [ "ancient_debris", @@ -8827,263 +8870,7 @@ "iron_ore", "nether_quartz_ore" ], - "minecraft:horse_food": [ - "wheat", - "sugar", - "hay_block", - "apple", - "carrot", - "golden_carrot", - "golden_apple", - "enchanted_golden_apple" - ], - "c:music_discs": [ - "music_disc_13", - "music_disc_cat", - "music_disc_blocks", - "music_disc_chirp", - "music_disc_far", - "music_disc_mall", - "music_disc_mellohi", - "music_disc_stal", - "music_disc_strad", - "music_disc_ward", - "music_disc_11", - "music_disc_wait", - "music_disc_otherside", - "music_disc_5", - "music_disc_pigstep", - "music_disc_relic", - "music_disc_creator", - "music_disc_creator_music_box", - "music_disc_precipice", - "music_disc_tears", - "music_disc_lava_chicken" - ], - "c:raw_materials/copper": [ - "raw_copper" - ], - "minecraft:enchantable/sword": [ - "diamond_sword", - "stone_sword", - "golden_sword", - "netherite_sword", - "wooden_sword", - "iron_sword", - "copper_sword" - ], - "c:foods/soup": [ - "beetroot_soup", - "mushroom_stew", - "rabbit_stew", - "suspicious_stew" - ], - "minecraft:stone_bricks": [ - "stone_bricks", - "mossy_stone_bricks", - "cracked_stone_bricks", - "chiseled_stone_bricks" - ], - "c:dyes/white": [ - "white_dye" - ], - "c:dyed/yellow": [ - "yellow_banner", - "yellow_bed", - "yellow_candle", - "yellow_carpet", - "yellow_concrete", - "yellow_concrete_powder", - "yellow_glazed_terracotta", - "yellow_shulker_box", - "yellow_stained_glass", - "yellow_stained_glass_pane", - "yellow_terracotta", - "yellow_wool", - "yellow_bundle", - "yellow_harness" - ], - "c:buckets/powder_snow": [ - "powder_snow_bucket" - ], - "minecraft:strider_food": [ - "warped_fungus" - ], - "minecraft:shulker_boxes": [ - "shulker_box", - "black_shulker_box", - "blue_shulker_box", - "brown_shulker_box", - "cyan_shulker_box", - "gray_shulker_box", - "green_shulker_box", - "light_blue_shulker_box", - "light_gray_shulker_box", - "lime_shulker_box", - "magenta_shulker_box", - "orange_shulker_box", - "pink_shulker_box", - "purple_shulker_box", - "red_shulker_box", - "white_shulker_box", - "yellow_shulker_box" - ], - "c:ingots/netherite": [ - "netherite_ingot" - ], - "minecraft:repairs_leather_armor": [ - "leather" - ], - "minecraft:copper": [ - "copper_block", - "exposed_copper", - "weathered_copper", - "oxidized_copper", - "waxed_copper_block", - "waxed_exposed_copper", - "waxed_weathered_copper", - "waxed_oxidized_copper" - ], - "c:dyes/lime": [ - "lime_dye" - ], - "minecraft:repairs_iron_armor": [ - "iron_ingot" - ], - "c:stripped_logs": [ - "stripped_acacia_log", - "stripped_bamboo_block", - "stripped_birch_log", - "stripped_cherry_log", - "stripped_dark_oak_log", - "stripped_jungle_log", - "stripped_mangrove_log", - "stripped_oak_log", - "stripped_pale_oak_log", - "stripped_spruce_log", - "stripped_crimson_stem", - "stripped_warped_stem" - ], - "minecraft:stone_crafting_materials": [ - "cobblestone", - "blackstone", - "cobbled_deepslate" - ], - "minecraft:bamboo_blocks": [ - "bamboo_block", - "stripped_bamboo_block" - ], - "minecraft:terracotta": [ - "terracotta", - "white_terracotta", - "orange_terracotta", - "magenta_terracotta", - "light_blue_terracotta", - "yellow_terracotta", - "lime_terracotta", - "pink_terracotta", - "gray_terracotta", - "light_gray_terracotta", - "cyan_terracotta", - "purple_terracotta", - "blue_terracotta", - "brown_terracotta", - "green_terracotta", - "red_terracotta", - "black_terracotta" - ], - "c:sandstone/slabs": [ - "sandstone_slab", - "cut_sandstone_slab", - "smooth_sandstone_slab", - "red_sandstone_slab", - "cut_red_sandstone_slab", - "smooth_red_sandstone_slab" - ], - "c:foods/breads": [ - "bread" - ], - "minecraft:enchantable/head_armor": [ - "leather_helmet", - "copper_helmet", - "chainmail_helmet", - "golden_helmet", - "iron_helmet", - "diamond_helmet", - "netherite_helmet", - "turtle_helmet" - ], - "c:rods/breeze": [ - "breeze_rod" - ], - "minecraft:doors": [ - "oak_door", - "spruce_door", - "birch_door", - "jungle_door", - "acacia_door", - "dark_oak_door", - "pale_oak_door", - "crimson_door", - "warped_door", - "mangrove_door", - "bamboo_door", - "cherry_door", - "copper_door", - "exposed_copper_door", - "weathered_copper_door", - "oxidized_copper_door", - "waxed_copper_door", - "waxed_exposed_copper_door", - "waxed_weathered_copper_door", - "waxed_oxidized_copper_door", - "iron_door" - ], - "c:glass_panes": [ - "white_stained_glass_pane", - "orange_stained_glass_pane", - "magenta_stained_glass_pane", - "light_blue_stained_glass_pane", - "yellow_stained_glass_pane", - "lime_stained_glass_pane", - "pink_stained_glass_pane", - "gray_stained_glass_pane", - "light_gray_stained_glass_pane", - "cyan_stained_glass_pane", - "purple_stained_glass_pane", - "blue_stained_glass_pane", - "brown_stained_glass_pane", - "green_stained_glass_pane", - "black_stained_glass_pane", - "red_stained_glass_pane", - "glass_pane" - ], - "c:ore_bearing_ground/netherrack": [ - "netherrack" - ], - "c:dyed/magenta": [ - "magenta_banner", - "magenta_bed", - "magenta_candle", - "magenta_carpet", - "magenta_concrete", - "magenta_concrete_powder", - "magenta_glazed_terracotta", - "magenta_shulker_box", - "magenta_stained_glass", - "magenta_stained_glass_pane", - "magenta_terracotta", - "magenta_wool", - "magenta_bundle", - "magenta_harness" - ], - "minecraft:enchantable/bow": [ - "bow" - ], - "minecraft:piglin_preferred_weapons": [ - "crossbow" - ], - "minecraft:enchantable/armor": [ + "minecraft:enchantable/equippable": [ "leather_boots", "copper_boots", "chainmail_boots", @@ -9112,142 +8899,88 @@ "iron_helmet", "diamond_helmet", "netherite_helmet", - "turtle_helmet" + "turtle_helmet", + "elytra", + "player_head", + "creeper_head", + "zombie_head", + "skeleton_skull", + "wither_skeleton_skull", + "dragon_head", + "piglin_head", + "carved_pumpkin" ], - "minecraft:trim_materials": [ - "amethyst_shard", - "copper_ingot", - "diamond", - "emerald", - "gold_ingot", - "iron_ingot", - "lapis_lazuli", - "netherite_ingot", - "quartz", - "redstone", - "resin_brick" - ], - "c:ingots/gold": [ - "gold_ingot" - ], - "c:dyes/magenta": [ - "magenta_dye" - ], - "minecraft:enchantable/mining": [ - "diamond_axe", - "stone_axe", - "golden_axe", - "netherite_axe", - "wooden_axe", - "iron_axe", - "copper_axe", - "diamond_pickaxe", - "stone_pickaxe", - "golden_pickaxe", - "netherite_pickaxe", - "wooden_pickaxe", - "iron_pickaxe", - "copper_pickaxe", - "diamond_shovel", - "stone_shovel", - "golden_shovel", - "netherite_shovel", - "wooden_shovel", - "iron_shovel", - "copper_shovel", - "diamond_hoe", - "stone_hoe", - "golden_hoe", - "netherite_hoe", - "wooden_hoe", - "iron_hoe", - "copper_hoe", - "shears" - ], - "c:crops/cactus": [ - "cactus" - ], - "c:buckets/empty": [ - "bucket" - ], - "c:hidden_from_recipe_viewers": [], - "c:foods/cookie": [ - "cookie" - ], - "c:dyes/cyan": [ - "cyan_dye" - ], - "minecraft:enchantable/foot_armor": [ - "leather_boots", - "copper_boots", - "chainmail_boots", - "golden_boots", - "iron_boots", - "diamond_boots", - "netherite_boots" - ], - "c:dyes/green": [ - "green_dye" - ], - "c:foods/cooked_fishes": [ - "cooked_cod", - "cooked_salmon" - ], - "minecraft:enchantable/chest_armor": [ - "leather_chestplate", - "copper_chestplate", - "chainmail_chestplate", - "golden_chestplate", - "iron_chestplate", - "diamond_chestplate", - "netherite_chestplate" - ], - "minecraft:diamond_ores": [ - "diamond_ore", - "deepslate_diamond_ore" - ], - "minecraft:coals": [ - "coal", - "charcoal" - ], - "c:shulker_boxes": [ - "shulker_box", - "white_shulker_box", - "orange_shulker_box", - "magenta_shulker_box", - "light_blue_shulker_box", - "yellow_shulker_box", - "lime_shulker_box", - "pink_shulker_box", - "gray_shulker_box", - "light_gray_shulker_box", - "cyan_shulker_box", - "purple_shulker_box", - "blue_shulker_box", - "brown_shulker_box", - "green_shulker_box", - "red_shulker_box", - "black_shulker_box" - ], - "c:seeds": [ - "beetroot_seeds", - "melon_seeds", - "pumpkin_seeds", - "torchflower_seeds", - "pitcher_pod", + "c:seeds/wheat": [ "wheat_seeds" ], - "c:storage_blocks/wheat": [ - "hay_block" + "c:tools/mining_tools": [ + "wooden_pickaxe", + "stone_pickaxe", + "copper_pickaxe", + "golden_pickaxe", + "iron_pickaxe", + "diamond_pickaxe", + "netherite_pickaxe" + ], + "c:tools/bow": [ + "bow" + ], + "c:ropes": [], + "c:cobblestones/normal": [ + "cobblestone" + ], + "minecraft:cow_food": [ + "wheat" + ], + "c:dyes": [ + "white_dye", + "orange_dye", + "magenta_dye", + "light_blue_dye", + "yellow_dye", + "lime_dye", + "pink_dye", + "gray_dye", + "light_gray_dye", + "cyan_dye", + "purple_dye", + "blue_dye", + "brown_dye", + "green_dye", + "red_dye", + "black_dye" + ], + "c:drinks": [ + "potion", + "milk_bucket", + "honey_bottle", + "ominous_bottle" + ], + "minecraft:stone_buttons": [ + "stone_button", + "polished_blackstone_button" ], "minecraft:armadillo_food": [ "spider_eye" ], - "minecraft:spruce_logs": [ - "spruce_log", - "spruce_wood", - "stripped_spruce_log", - "stripped_spruce_wood" + "c:foods/berries": [ + "sweet_berries", + "glow_berries" + ], + "c:drink_containing/bucket": [ + "milk_bucket" + ], + "minecraft:frog_food": [ + "slime_ball" + ], + "minecraft:acacia_logs": [ + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood" + ], + "minecraft:gaze_disguise_equipment": [ + "carved_pumpkin" ], "c:dyed": [ "white_banner", @@ -9475,232 +9208,8 @@ "black_bundle", "black_harness" ], - "minecraft:lectern_books": [ - "written_book", - "writable_book" - ], - "c:dyed/black": [ - "black_banner", - "black_bed", - "black_candle", - "black_carpet", - "black_concrete", - "black_concrete_powder", - "black_glazed_terracotta", - "black_shulker_box", - "black_stained_glass", - "black_stained_glass_pane", - "black_terracotta", - "black_wool", - "black_bundle", - "black_harness" - ], - "c:leathers": [ - "leather" - ], - "c:dyes": [ - "white_dye", - "orange_dye", - "magenta_dye", - "light_blue_dye", - "yellow_dye", - "lime_dye", - "pink_dye", - "gray_dye", - "light_gray_dye", - "cyan_dye", - "purple_dye", - "blue_dye", - "brown_dye", - "green_dye", - "red_dye", - "black_dye" - ], - "c:feathers": [ - "feather" - ], - "minecraft:fox_food": [ - "sweet_berries", - "glow_berries" - ], - "c:storage_blocks/slime": [ - "slime_block" - ], - "minecraft:hanging_signs": [ - "oak_hanging_sign", - "spruce_hanging_sign", - "birch_hanging_sign", - "acacia_hanging_sign", - "cherry_hanging_sign", - "jungle_hanging_sign", - "dark_oak_hanging_sign", - "pale_oak_hanging_sign", - "crimson_hanging_sign", - "warped_hanging_sign", - "mangrove_hanging_sign", - "bamboo_hanging_sign" - ], - "minecraft:creeper_igniters": [ - "flint_and_steel", - "fire_charge" - ], - "c:tools/mining_tools": [ - "wooden_pickaxe", - "stone_pickaxe", - "copper_pickaxe", - "golden_pickaxe", - "iron_pickaxe", - "diamond_pickaxe", - "netherite_pickaxe" - ], - "c:sandstone/uncolored_slabs": [ - "sandstone_slab", - "cut_sandstone_slab", - "smooth_sandstone_slab" - ], - "minecraft:cow_food": [ - "wheat" - ], - "c:raw_blocks/gold": [ - "raw_gold_block" - ], - "c:seeds/wheat": [ - "wheat_seeds" - ], - "minecraft:enchantable/equippable": [ - "leather_boots", - "copper_boots", - "chainmail_boots", - "golden_boots", - "iron_boots", - "diamond_boots", - "netherite_boots", - "leather_leggings", - "copper_leggings", - "chainmail_leggings", - "golden_leggings", - "iron_leggings", - "diamond_leggings", - "netherite_leggings", - "leather_chestplate", - "copper_chestplate", - "chainmail_chestplate", - "golden_chestplate", - "iron_chestplate", - "diamond_chestplate", - "netherite_chestplate", - "leather_helmet", - "copper_helmet", - "chainmail_helmet", - "golden_helmet", - "iron_helmet", - "diamond_helmet", - "netherite_helmet", - "turtle_helmet", - "elytra", - "player_head", - "creeper_head", - "zombie_head", - "skeleton_skull", - "wither_skeleton_skull", - "dragon_head", - "piglin_head", - "carved_pumpkin" - ], - "c:tools/bow": [ - "bow" - ], - "minecraft:book_cloning_target": [ - "writable_book" - ], - "minecraft:goat_food": [ - "wheat" - ], - "minecraft:repairs_gold_armor": [ - "gold_ingot" - ], - "c:obsidians/normal": [ - "obsidian" - ], - "minecraft:acacia_logs": [ - "acacia_log", - "acacia_wood", - "stripped_acacia_log", - "stripped_acacia_wood" - ], - "minecraft:piglin_loved": [ - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore", - "gold_block", - "gilded_blackstone", - "light_weighted_pressure_plate", - "gold_ingot", - "bell", - "clock", - "golden_carrot", - "glistering_melon_slice", - "golden_apple", - "enchanted_golden_apple", - "golden_helmet", - "golden_chestplate", - "golden_leggings", - "golden_boots", - "golden_horse_armor", - "golden_sword", - "golden_pickaxe", - "golden_shovel", - "golden_axe", - "golden_hoe", - "raw_gold", - "raw_gold_block" - ], - "minecraft:candles": [ - "candle", - "white_candle", - "orange_candle", - "magenta_candle", - "light_blue_candle", - "yellow_candle", - "lime_candle", - "pink_candle", - "gray_candle", - "light_gray_candle", - "cyan_candle", - "purple_candle", - "blue_candle", - "brown_candle", - "green_candle", - "red_candle", - "black_candle" - ], - "minecraft:repairs_wolf_armor": [ - "armadillo_scute" - ], - "c:sands": [ - "sand", - "red_sand" - ], - "minecraft:pig_food": [ - "carrot", - "potato", - "beetroot" - ], - "c:end_stones": [ - "end_stone" - ], - "c:drink_containing/bucket": [ - "milk_bucket" - ], - "minecraft:gaze_disguise_equipment": [ - "carved_pumpkin" - ], - "c:foods/berries": [ - "sweet_berries", - "glow_berries" - ], - "minecraft:iron_tool_materials": [ - "iron_ingot" + "c:tools/brushes": [ + "brush" ], "c:enchantables": [ "leather_boots", @@ -9748,6 +9257,13 @@ "wooden_sword", "iron_sword", "copper_sword", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear", "diamond_axe", "stone_axe", "golden_axe", @@ -9789,21 +9305,107 @@ "warped_fungus_on_a_stick", "compass" ], - "minecraft:stone_buttons": [ - "stone_button", - "polished_blackstone_button" + "c:sands": [ + "sand", + "red_sand" ], - "c:cobblestones/normal": [ - "cobblestone" + "c:shulker_boxes": [ + "shulker_box", + "white_shulker_box", + "orange_shulker_box", + "magenta_shulker_box", + "light_blue_shulker_box", + "yellow_shulker_box", + "lime_shulker_box", + "pink_shulker_box", + "gray_shulker_box", + "light_gray_shulker_box", + "cyan_shulker_box", + "purple_shulker_box", + "blue_shulker_box", + "brown_shulker_box", + "green_shulker_box", + "red_shulker_box", + "black_shulker_box" ], - "c:foods/pie": [ - "pumpkin_pie" + "c:foods/cookie": [ + "cookie" ], - "c:drinks": [ - "potion", - "milk_bucket", - "honey_bottle", - "ominous_bottle" + "c:crops/cactus": [ + "cactus" + ], + "c:gunpowders": [ + "gunpowder" + ], + "minecraft:repairs_gold_armor": [ + "gold_ingot" + ], + "c:barrels/wooden": [ + "barrel" + ], + "minecraft:diamond_ores": [ + "diamond_ore", + "deepslate_diamond_ore" + ], + "minecraft:candles": [ + "candle", + "white_candle", + "orange_candle", + "magenta_candle", + "light_blue_candle", + "yellow_candle", + "lime_candle", + "pink_candle", + "gray_candle", + "light_gray_candle", + "cyan_candle", + "purple_candle", + "blue_candle", + "brown_candle", + "green_candle", + "red_candle", + "black_candle" + ], + "minecraft:piglin_loved": [ + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore", + "gold_block", + "gilded_blackstone", + "light_weighted_pressure_plate", + "gold_ingot", + "bell", + "clock", + "golden_carrot", + "glistering_melon_slice", + "golden_apple", + "enchanted_golden_apple", + "golden_helmet", + "golden_chestplate", + "golden_leggings", + "golden_boots", + "golden_horse_armor", + "golden_nautilus_armor", + "golden_sword", + "golden_spear", + "golden_pickaxe", + "golden_shovel", + "golden_axe", + "golden_hoe", + "raw_gold", + "raw_gold_block" + ], + "c:gems/diamond": [ + "diamond" + ], + "c:dyes/light_blue": [ + "light_blue_dye" + ], + "minecraft:goat_food": [ + "wheat" + ], + "c:gravels": [ + "gravel" ], "c:dyed/gray": [ "gray_banner", @@ -9821,27 +9423,192 @@ "gray_bundle", "gray_harness" ], - "c:barrels/wooden": [ - "barrel" - ], - "c:gems/diamond": [ - "diamond" - ], - "c:dyes/light_blue": [ - "light_blue_dye" - ], - "c:seeds/melon": [ - "melon_seeds" - ], "c:seeds/pumpkin": [ "pumpkin_seeds" ], - "c:gravels": [ - "gravel" + "c:ingots/iron": [ + "iron_ingot" + ], + "minecraft:pale_oak_logs": [ + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood" + ], + "c:storage_blocks/dried_kelp": [ + "dried_kelp_block" + ], + "minecraft:skulls": [ + "player_head", + "creeper_head", + "zombie_head", + "skeleton_skull", + "wither_skeleton_skull", + "dragon_head", + "piglin_head" + ], + "c:armors": [ + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet", + "leather_chestplate", + "copper_chestplate", + "chainmail_chestplate", + "golden_chestplate", + "iron_chestplate", + "diamond_chestplate", + "netherite_chestplate", + "leather_leggings", + "copper_leggings", + "chainmail_leggings", + "golden_leggings", + "iron_leggings", + "diamond_leggings", + "netherite_leggings", + "leather_boots", + "copper_boots", + "chainmail_boots", + "golden_boots", + "iron_boots", + "diamond_boots", + "netherite_boots", + "leather_horse_armor", + "copper_horse_armor", + "iron_horse_armor", + "golden_horse_armor", + "diamond_horse_armor", + "netherite_horse_armor", + "copper_nautilus_armor", + "iron_nautilus_armor", + "golden_nautilus_armor", + "diamond_nautilus_armor", + "netherite_nautilus_armor", + "wolf_armor" + ], + "minecraft:soul_fire_base_blocks": [ + "soul_sand", + "soul_soil" + ], + "minecraft:chicken_food": [ + "wheat_seeds", + "melon_seeds", + "pumpkin_seeds", + "beetroot_seeds", + "torchflower_seeds", + "pitcher_pod" + ], + "minecraft:copper_tool_materials": [ + "copper_ingot" + ], + "c:clumps/resin": [ + "resin_clump" + ], + "c:nuggets/iron": [ + "iron_nugget" + ], + "minecraft:iron_tool_materials": [ + "iron_ingot" + ], + "minecraft:small_flowers": [ + "dandelion", + "open_eyeblossom", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "closed_eyeblossom" + ], + "c:fence_gates": [ + "oak_fence_gate", + "spruce_fence_gate", + "birch_fence_gate", + "jungle_fence_gate", + "acacia_fence_gate", + "dark_oak_fence_gate", + "crimson_fence_gate", + "warped_fence_gate", + "mangrove_fence_gate", + "bamboo_fence_gate", + "cherry_fence_gate", + "pale_oak_fence_gate" + ], + "minecraft:creeper_drop_music_discs": [ + "music_disc_13", + "music_disc_cat", + "music_disc_blocks", + "music_disc_chirp", + "music_disc_far", + "music_disc_mall", + "music_disc_mellohi", + "music_disc_stal", + "music_disc_strad", + "music_disc_ward", + "music_disc_11", + "music_disc_wait" + ], + "c:end_stones": [ + "end_stone" + ], + "c:raw_materials": [ + "raw_copper", + "raw_gold", + "raw_iron" ], "c:bricks/resin": [ "resin_brick" ], + "c:ores/gold": [ + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore" + ], + "minecraft:wooden_shelves": [ + "acacia_shelf", + "bamboo_shelf", + "birch_shelf", + "cherry_shelf", + "crimson_shelf", + "dark_oak_shelf", + "jungle_shelf", + "mangrove_shelf", + "oak_shelf", + "pale_oak_shelf", + "spruce_shelf", + "warped_shelf" + ], + "c:storage_blocks": [ + "bone_block", + "coal_block", + "copper_block", + "diamond_block", + "dried_kelp_block", + "emerald_block", + "gold_block", + "iron_block", + "lapis_block", + "netherite_block", + "raw_copper_block", + "raw_gold_block", + "raw_iron_block", + "redstone_block", + "resin_block", + "slime_block", + "hay_block" + ], "c:tools/mining_tool": [ "wooden_pickaxe", "stone_pickaxe", @@ -9851,6 +9618,48 @@ "diamond_pickaxe", "netherite_pickaxe" ], + "c:nuggets": [ + "copper_nugget", + "iron_nugget", + "gold_nugget" + ], + "minecraft:wool": [ + "white_wool", + "orange_wool", + "magenta_wool", + "light_blue_wool", + "yellow_wool", + "lime_wool", + "pink_wool", + "gray_wool", + "light_gray_wool", + "cyan_wool", + "purple_wool", + "blue_wool", + "brown_wool", + "green_wool", + "red_wool", + "black_wool" + ], + "minecraft:bars": [ + "iron_bars", + "copper_bars", + "waxed_copper_bars", + "exposed_copper_bars", + "waxed_exposed_copper_bars", + "weathered_copper_bars", + "waxed_weathered_copper_bars", + "oxidized_copper_bars", + "waxed_oxidized_copper_bars" + ], + "c:ores/quartz": [ + "nether_quartz_ore" + ], + "c:sandstone/uncolored_slabs": [ + "sandstone_slab", + "cut_sandstone_slab", + "smooth_sandstone_slab" + ], "c:flowers": [ "cherry_leaves", "flowering_azalea_leaves", @@ -9883,95 +9692,48 @@ "rose_bush", "pitcher_plant" ], - "c:nuggets/iron": [ - "iron_nugget" + "c:concrete": [ + "white_concrete", + "orange_concrete", + "magenta_concrete", + "light_blue_concrete", + "yellow_concrete", + "lime_concrete", + "pink_concrete", + "gray_concrete", + "light_gray_concrete", + "cyan_concrete", + "purple_concrete", + "blue_concrete", + "brown_concrete", + "green_concrete", + "black_concrete", + "red_concrete" ], - "c:cobblestones/infested": [ - "infested_cobblestone" + "minecraft:bookshelf_books": [ + "book", + "written_book", + "enchanted_book", + "writable_book", + "knowledge_book" ], - "c:tools/ranged_weapons": [ - "bow", - "crossbow", - "trident" - ], - "minecraft:wool": [ - "white_wool", - "orange_wool", - "magenta_wool", - "light_blue_wool", - "yellow_wool", - "lime_wool", - "pink_wool", - "gray_wool", - "light_gray_wool", - "cyan_wool", - "purple_wool", - "blue_wool", - "brown_wool", - "green_wool", - "red_wool", - "black_wool" - ], - "minecraft:repairs_turtle_helmet": [ - "turtle_scute" - ], - "c:ores/gold": [ - "gold_ore", - "nether_gold_ore", - "deepslate_gold_ore" - ], - "c:fence_gates": [ - "oak_fence_gate", - "spruce_fence_gate", - "birch_fence_gate", - "jungle_fence_gate", - "acacia_fence_gate", - "dark_oak_fence_gate", - "crimson_fence_gate", - "warped_fence_gate", - "mangrove_fence_gate", - "bamboo_fence_gate", - "cherry_fence_gate", - "pale_oak_fence_gate" - ], - "minecraft:creeper_drop_music_discs": [ - "music_disc_13", - "music_disc_cat", - "music_disc_blocks", - "music_disc_chirp", - "music_disc_far", - "music_disc_mall", - "music_disc_mellohi", - "music_disc_stal", - "music_disc_strad", - "music_disc_ward", - "music_disc_11", - "music_disc_wait" - ], - "c:crops/sugar_cane": [ - "sugar_cane" - ], - "minecraft:horse_tempt_items": [ - "golden_carrot", - "golden_apple", - "enchanted_golden_apple" - ], - "c:tools/brushes": [ - "brush" - ], - "minecraft:wooden_shelves": [ - "acacia_shelf", - "bamboo_shelf", - "birch_shelf", - "cherry_shelf", - "crimson_shelf", - "dark_oak_shelf", - "jungle_shelf", - "mangrove_shelf", - "oak_shelf", - "pale_oak_shelf", - "spruce_shelf", - "warped_shelf" + "c:concrete_powder": [ + "white_concrete_powder", + "orange_concrete_powder", + "magenta_concrete_powder", + "light_blue_concrete_powder", + "yellow_concrete_powder", + "lime_concrete_powder", + "pink_concrete_powder", + "gray_concrete_powder", + "light_gray_concrete_powder", + "cyan_concrete_powder", + "purple_concrete_powder", + "blue_concrete_powder", + "brown_concrete_powder", + "green_concrete_powder", + "red_concrete_powder", + "black_concrete_powder" ], "minecraft:wooden_tool_materials": [ "oak_planks", @@ -9987,37 +9749,54 @@ "bamboo_planks", "cherry_planks" ], - "c:ingots/iron": [ - "iron_ingot" - ], - "minecraft:soul_fire_base_blocks": [ - "soul_sand", - "soul_soil" - ], - "minecraft:skulls": [ - "player_head", - "creeper_head", - "zombie_head", - "skeleton_skull", - "wither_skeleton_skull", - "dragon_head", - "piglin_head" - ], "c:dyes/yellow": [ "yellow_dye" ], - "minecraft:chicken_food": [ - "wheat_seeds", - "melon_seeds", - "pumpkin_seeds", - "beetroot_seeds", - "torchflower_seeds", - "pitcher_pod" + "c:obsidians": [ + "obsidian", + "crying_obsidian" ], - "minecraft:copper_tool_materials": [ - "copper_ingot" + "c:foods/cooked_fish": [ + "cooked_cod", + "cooked_salmon" ], - "minecraft:enchantable/mining_loot": [ + "c:storage_blocks/raw_gold": [ + "raw_gold_block" + ], + "c:storage_blocks/lapis": [ + "lapis_block" + ], + "minecraft:coals": [ + "coal", + "charcoal" + ], + "minecraft:horse_tempt_items": [ + "golden_carrot", + "golden_apple", + "enchanted_golden_apple" + ], + "c:nuggets/copper": [ + "copper_nugget" + ], + "c:pumpkins/carved": [ + "carved_pumpkin" + ], + "c:foods/fruit": [ + "apple", + "golden_apple", + "enchanted_golden_apple", + "chorus_fruit", + "melon_slice" + ], + "c:cobblestones/infested": [ + "infested_cobblestone" + ], + "minecraft:rabbit_food": [ + "carrot", + "golden_carrot", + "dandelion" + ], + "minecraft:enchantable/mining": [ "diamond_axe", "stone_axe", "golden_axe", @@ -10045,53 +9824,82 @@ "netherite_hoe", "wooden_hoe", "iron_hoe", - "copper_hoe" + "copper_hoe", + "shears" ], - "minecraft:bars": [ - "iron_bars", - "copper_bars", - "waxed_copper_bars", - "exposed_copper_bars", - "waxed_exposed_copper_bars", - "weathered_copper_bars", - "waxed_weathered_copper_bars", - "oxidized_copper_bars", - "waxed_oxidized_copper_bars" + "c:dyes/magenta": [ + "magenta_dye" ], - "c:rods": [ - "stick", - "blaze_rod", - "breeze_rod" + "minecraft:repairs_turtle_helmet": [ + "turtle_scute" ], - "minecraft:bookshelf_books": [ - "book", - "written_book", - "enchanted_book", - "writable_book", - "knowledge_book" + "minecraft:llama_food": [ + "wheat", + "hay_block" ], - "c:storage_blocks/dried_kelp": [ - "dried_kelp_block" + "minecraft:saplings": [ + "oak_sapling", + "spruce_sapling", + "birch_sapling", + "jungle_sapling", + "acacia_sapling", + "dark_oak_sapling", + "pale_oak_sapling", + "azalea", + "flowering_azalea", + "mangrove_propagule", + "cherry_sapling" ], - "c:concrete": [ - "white_concrete", - "orange_concrete", - "magenta_concrete", - "light_blue_concrete", - "yellow_concrete", - "lime_concrete", - "pink_concrete", - "gray_concrete", - "light_gray_concrete", - "cyan_concrete", - "purple_concrete", - "blue_concrete", - "brown_concrete", - "green_concrete", - "black_concrete", - "red_concrete" + "c:stones": [ + "stone", + "andesite", + "diorite", + "granite", + "tuff", + "deepslate" ], - "c:concrete_powder": [ + "minecraft:oak_logs": [ + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood" + ], + "c:buckets/entity_water": [ + "axolotl_bucket", + "cod_bucket", + "pufferfish_bucket", + "tadpole_bucket", + "tropical_fish_bucket", + "salmon_bucket" + ], + "c:storage_blocks/coal": [ + "coal_block" + ], + "c:drink_containing/bottle": [ + "potion", + "honey_bottle", + "ominous_bottle" + ], + "c:storage_blocks/netherite": [ + "netherite_block" + ], + "c:foods/candies": [], + "c:sandstone/uncolored_blocks": [ + "sandstone", + "cut_sandstone", + "smooth_sandstone", + "chiseled_sandstone" + ], + "c:foods/candy": [], + "c:tools/wrench": [], + "minecraft:turtle_food": [ + "seagrass" + ], + "c:ores/copper": [ + "copper_ore", + "deepslate_copper_ore" + ], + "c:concrete_powders": [ "white_concrete_powder", "orange_concrete_powder", "magenta_concrete_powder", @@ -10109,72 +9917,261 @@ "red_concrete_powder", "black_concrete_powder" ], - "c:storage_blocks": [ - "bone_block", - "coal_block", - "copper_block", - "diamond_block", - "dried_kelp_block", - "emerald_block", - "gold_block", - "iron_block", - "lapis_block", - "netherite_block", - "raw_copper_block", - "raw_gold_block", - "raw_iron_block", - "redstone_block", - "resin_block", - "slime_block", + "minecraft:piglin_repellents": [ + "soul_torch", + "soul_lantern", + "soul_campfire" + ], + "c:glass_panes": [ + "white_stained_glass_pane", + "orange_stained_glass_pane", + "magenta_stained_glass_pane", + "light_blue_stained_glass_pane", + "yellow_stained_glass_pane", + "lime_stained_glass_pane", + "pink_stained_glass_pane", + "gray_stained_glass_pane", + "light_gray_stained_glass_pane", + "cyan_stained_glass_pane", + "purple_stained_glass_pane", + "blue_stained_glass_pane", + "brown_stained_glass_pane", + "green_stained_glass_pane", + "black_stained_glass_pane", + "red_stained_glass_pane", + "glass_pane" + ], + "c:dyed/white": [ + "white_banner", + "white_bed", + "white_candle", + "white_carpet", + "white_concrete", + "white_concrete_powder", + "white_glazed_terracotta", + "white_shulker_box", + "white_stained_glass", + "white_stained_glass_pane", + "white_terracotta", + "white_wool", + "white_bundle", + "white_harness" + ], + "c:foods/food_poisoning": [ + "poisonous_potato", + "pufferfish", + "spider_eye", + "chicken", + "rotten_flesh" + ], + "c:crops/pumpkin": [ + "pumpkin" + ], + "c:potions": [ + "potion", + "splash_potion", + "lingering_potion" + ], + "c:flowers/tall": [ + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant" + ], + "c:ores_in_ground/stone": [ + "coal_ore", + "copper_ore", + "diamond_ore", + "emerald_ore", + "gold_ore", + "iron_ore", + "lapis_ore", + "redstone_ore" + ], + "minecraft:shovels": [ + "diamond_shovel", + "stone_shovel", + "golden_shovel", + "netherite_shovel", + "wooden_shovel", + "iron_shovel", + "copper_shovel" + ], + "minecraft:noteblock_top_instruments": [ + "zombie_head", + "skeleton_skull", + "creeper_head", + "dragon_head", + "wither_skeleton_skull", + "piglin_head", + "player_head" + ], + "c:tools/brush": [ + "brush" + ], + "minecraft:llama_tempt_items": [ "hay_block" ], - "c:ores/quartz": [ - "nether_quartz_ore" + "c:drinks/watery": [ + "potion" ], - "c:storage_blocks/bone_meal": [ - "bone_block" + "minecraft:stone_bricks": [ + "stone_bricks", + "mossy_stone_bricks", + "cracked_stone_bricks", + "chiseled_stone_bricks" ], - "c:storage_blocks/raw_gold": [ - "raw_gold_block" + "minecraft:chest_boats": [ + "oak_chest_boat", + "spruce_chest_boat", + "birch_chest_boat", + "jungle_chest_boat", + "acacia_chest_boat", + "dark_oak_chest_boat", + "pale_oak_chest_boat", + "mangrove_chest_boat", + "bamboo_chest_raft", + "cherry_chest_boat" ], - "c:foods/cooked_fish": [ + "minecraft:fishes": [ + "cod", "cooked_cod", - "cooked_salmon" + "salmon", + "cooked_salmon", + "pufferfish", + "tropical_fish" ], - "c:foods/fruit": [ - "apple", - "golden_apple", - "enchanted_golden_apple", - "chorus_fruit", - "melon_slice" + "minecraft:planks": [ + "oak_planks", + "spruce_planks", + "birch_planks", + "jungle_planks", + "acacia_planks", + "dark_oak_planks", + "pale_oak_planks", + "crimson_planks", + "warped_planks", + "mangrove_planks", + "bamboo_planks", + "cherry_planks" ], - "c:pumpkins/carved": [ - "carved_pumpkin" + "c:glazed_terracotta": [ + "white_glazed_terracotta", + "orange_glazed_terracotta", + "magenta_glazed_terracotta", + "light_blue_glazed_terracotta", + "yellow_glazed_terracotta", + "lime_glazed_terracotta", + "pink_glazed_terracotta", + "gray_glazed_terracotta", + "light_gray_glazed_terracotta", + "cyan_glazed_terracotta", + "purple_glazed_terracotta", + "blue_glazed_terracotta", + "brown_glazed_terracotta", + "green_glazed_terracotta", + "black_glazed_terracotta", + "red_glazed_terracotta" ], - "c:raw_materials": [ - "raw_copper", - "raw_gold", - "raw_iron" + "c:cobblestones/mossy": [ + "mossy_cobblestone" ], - "c:storage_blocks/lapis": [ - "lapis_block" + "c:gems/emerald": [ + "emerald" ], - "c:obsidians": [ - "obsidian", - "crying_obsidian" + "c:storage_blocks/gold": [ + "gold_block" ], - "c:drink_containing/bottle": [ - "potion", - "honey_bottle", - "ominous_bottle" + "minecraft:slabs": [ + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "pale_oak_slab", + "crimson_slab", + "warped_slab", + "mangrove_slab", + "bamboo_slab", + "cherry_slab", + "bamboo_mosaic_slab", + "stone_slab", + "smooth_stone_slab", + "stone_brick_slab", + "sandstone_slab", + "purpur_slab", + "quartz_slab", + "red_sandstone_slab", + "brick_slab", + "cobblestone_slab", + "nether_brick_slab", + "petrified_oak_slab", + "prismarine_slab", + "prismarine_brick_slab", + "dark_prismarine_slab", + "polished_granite_slab", + "smooth_red_sandstone_slab", + "mossy_stone_brick_slab", + "polished_diorite_slab", + "mossy_cobblestone_slab", + "end_stone_brick_slab", + "smooth_sandstone_slab", + "smooth_quartz_slab", + "granite_slab", + "andesite_slab", + "red_nether_brick_slab", + "polished_andesite_slab", + "diorite_slab", + "cut_sandstone_slab", + "cut_red_sandstone_slab", + "blackstone_slab", + "polished_blackstone_brick_slab", + "polished_blackstone_slab", + "cobbled_deepslate_slab", + "polished_deepslate_slab", + "deepslate_tile_slab", + "deepslate_brick_slab", + "waxed_weathered_cut_copper_slab", + "waxed_exposed_cut_copper_slab", + "waxed_cut_copper_slab", + "oxidized_cut_copper_slab", + "weathered_cut_copper_slab", + "exposed_cut_copper_slab", + "cut_copper_slab", + "waxed_oxidized_cut_copper_slab", + "mud_brick_slab", + "tuff_slab", + "polished_tuff_slab", + "tuff_brick_slab", + "resin_brick_slab" ], - "minecraft:pale_oak_logs": [ - "pale_oak_log", - "pale_oak_wood", - "stripped_pale_oak_log", - "stripped_pale_oak_wood" + "c:bricks/normal": [ + "brick" ], - "minecraft:small_flowers": [ + "c:bones": [ + "bone" + ], + "c:raw_materials/copper": [ + "raw_copper" + ], + "minecraft:cluster_max_harvestables": [ + "diamond_pickaxe", + "golden_pickaxe", + "iron_pickaxe", + "netherite_pickaxe", + "stone_pickaxe", + "wooden_pickaxe", + "copper_pickaxe" + ], + "c:foods/vegetables": [ + "carrot", + "golden_carrot", + "potato", + "beetroot" + ], + "minecraft:bee_food": [ "dandelion", "open_eyeblossom", "poppy", @@ -10190,787 +10187,1769 @@ "lily_of_the_valley", "wither_rose", "torchflower", - "closed_eyeblossom" + "sunflower", + "lilac", + "peony", + "rose_bush", + "pitcher_plant", + "flowering_azalea_leaves", + "flowering_azalea", + "mangrove_propagule", + "cherry_leaves", + "pink_petals", + "wildflowers", + "chorus_flower", + "spore_blossom", + "cactus_flower" ], - "c:buckets/entity_water": [ - "axolotl_bucket", - "cod_bucket", + "minecraft:furnace_minecart_fuel": [ + "coal", + "charcoal" + ], + "minecraft:rails": [ + "rail", + "powered_rail", + "detector_rail", + "activator_rail" + ], + "minecraft:decorated_pot_ingredients": [ + "brick", + "angler_pottery_sherd", + "archer_pottery_sherd", + "arms_up_pottery_sherd", + "blade_pottery_sherd", + "brewer_pottery_sherd", + "burn_pottery_sherd", + "danger_pottery_sherd", + "explorer_pottery_sherd", + "friend_pottery_sherd", + "heart_pottery_sherd", + "heartbreak_pottery_sherd", + "howl_pottery_sherd", + "miner_pottery_sherd", + "mourner_pottery_sherd", + "plenty_pottery_sherd", + "prize_pottery_sherd", + "sheaf_pottery_sherd", + "shelter_pottery_sherd", + "skull_pottery_sherd", + "snort_pottery_sherd", + "flow_pottery_sherd", + "guster_pottery_sherd", + "scrape_pottery_sherd" + ], + "c:fences/nether_brick": [ + "nether_brick_fence" + ], + "c:ores/netherite_scrap": [ + "ancient_debris" + ], + "c:crops/sugar_cane": [ + "sugar_cane" + ], + "minecraft:strider_tempt_items": [ + "warped_fungus", + "warped_fungus_on_a_stick" + ], + "c:tools/spear": [ + "trident" + ], + "minecraft:happy_ghast_food": [ + "snowball" + ], + "minecraft:redstone_ores": [ + "redstone_ore", + "deepslate_redstone_ore" + ], + "minecraft:walls": [ + "cobblestone_wall", + "mossy_cobblestone_wall", + "brick_wall", + "prismarine_wall", + "red_sandstone_wall", + "mossy_stone_brick_wall", + "granite_wall", + "stone_brick_wall", + "nether_brick_wall", + "andesite_wall", + "red_nether_brick_wall", + "sandstone_wall", + "end_stone_brick_wall", + "diorite_wall", + "blackstone_wall", + "polished_blackstone_brick_wall", + "polished_blackstone_wall", + "cobbled_deepslate_wall", + "polished_deepslate_wall", + "deepslate_tile_wall", + "deepslate_brick_wall", + "mud_brick_wall", + "tuff_wall", + "polished_tuff_wall", + "tuff_brick_wall", + "resin_brick_wall" + ], + "minecraft:buttons": [ + "oak_button", + "spruce_button", + "birch_button", + "jungle_button", + "acacia_button", + "dark_oak_button", + "pale_oak_button", + "crimson_button", + "warped_button", + "mangrove_button", + "bamboo_button", + "cherry_button", + "stone_button", + "polished_blackstone_button" + ], + "minecraft:wooden_pressure_plates": [ + "oak_pressure_plate", + "spruce_pressure_plate", + "birch_pressure_plate", + "jungle_pressure_plate", + "acacia_pressure_plate", + "dark_oak_pressure_plate", + "pale_oak_pressure_plate", + "crimson_pressure_plate", + "warped_pressure_plate", + "mangrove_pressure_plate", + "bamboo_pressure_plate", + "cherry_pressure_plate" + ], + "minecraft:nautilus_food": [ + "cod", + "cooked_cod", + "salmon", + "cooked_salmon", + "pufferfish", + "tropical_fish", "pufferfish_bucket", - "tadpole_bucket", - "tropical_fish_bucket", - "salmon_bucket" + "cod_bucket", + "salmon_bucket", + "tropical_fish_bucket" ], - "minecraft:oak_logs": [ + "minecraft:skeleton_preferred_weapons": [ + "bow" + ], + "c:dyes/blue": [ + "blue_dye" + ], + "minecraft:freeze_immune_wearables": [ + "leather_boots", + "leather_leggings", + "leather_chestplate", + "leather_helmet", + "leather_horse_armor" + ], + "c:foods/bread": [ + "bread" + ], + "c:drinks/water": [], + "c:nuggets/gold": [ + "gold_nugget" + ], + "minecraft:wooden_slabs": [ + "oak_slab", + "spruce_slab", + "birch_slab", + "jungle_slab", + "acacia_slab", + "dark_oak_slab", + "pale_oak_slab", + "crimson_slab", + "warped_slab", + "mangrove_slab", + "bamboo_slab", + "cherry_slab" + ], + "c:ores/iron": [ + "iron_ore", + "deepslate_iron_ore" + ], + "c:dyes/black": [ + "black_dye" + ], + "c:dyes/red": [ + "red_dye" + ], + "c:ores_in_ground/netherrack": [ + "nether_gold_ore", + "nether_quartz_ore" + ], + "c:dyed/light_gray": [ + "light_gray_banner", + "light_gray_bed", + "light_gray_candle", + "light_gray_carpet", + "light_gray_concrete", + "light_gray_concrete_powder", + "light_gray_glazed_terracotta", + "light_gray_shulker_box", + "light_gray_stained_glass", + "light_gray_stained_glass_pane", + "light_gray_terracotta", + "light_gray_wool", + "light_gray_bundle", + "light_gray_harness" + ], + "c:armors/horse": [ + "leather_horse_armor", + "copper_horse_armor", + "iron_horse_armor", + "golden_horse_armor", + "diamond_horse_armor", + "netherite_horse_armor" + ], + "minecraft:dirt": [ + "dirt", + "grass_block", + "podzol", + "coarse_dirt", + "mycelium", + "rooted_dirt", + "moss_block", + "pale_moss_block", + "mud", + "muddy_mangrove_roots" + ], + "c:tools/igniter": [ + "flint_and_steel" + ], + "c:crops/potato": [ + "potato" + ], + "c:dyed/green": [ + "green_banner", + "green_bed", + "green_candle", + "green_carpet", + "green_concrete", + "green_concrete_powder", + "green_glazed_terracotta", + "green_shulker_box", + "green_stained_glass", + "green_stained_glass_pane", + "green_terracotta", + "green_wool", + "green_bundle", + "green_harness" + ], + "minecraft:sheep_food": [ + "wheat" + ], + "minecraft:foot_armor": [ + "leather_boots", + "copper_boots", + "chainmail_boots", + "golden_boots", + "iron_boots", + "diamond_boots", + "netherite_boots" + ], + "minecraft:decorated_pot_sherds": [ + "angler_pottery_sherd", + "archer_pottery_sherd", + "arms_up_pottery_sherd", + "blade_pottery_sherd", + "brewer_pottery_sherd", + "burn_pottery_sherd", + "danger_pottery_sherd", + "explorer_pottery_sherd", + "friend_pottery_sherd", + "heart_pottery_sherd", + "heartbreak_pottery_sherd", + "howl_pottery_sherd", + "miner_pottery_sherd", + "mourner_pottery_sherd", + "plenty_pottery_sherd", + "prize_pottery_sherd", + "sheaf_pottery_sherd", + "shelter_pottery_sherd", + "skull_pottery_sherd", + "snort_pottery_sherd", + "flow_pottery_sherd", + "guster_pottery_sherd", + "scrape_pottery_sherd" + ], + "c:dusts/glowstone": [ + "glowstone_dust" + ], + "minecraft:diamond_tool_materials": [ + "diamond" + ], + "minecraft:enchantable/fishing": [ + "fishing_rod" + ], + "minecraft:wool_carpets": [ + "white_carpet", + "orange_carpet", + "magenta_carpet", + "light_blue_carpet", + "yellow_carpet", + "lime_carpet", + "pink_carpet", + "gray_carpet", + "light_gray_carpet", + "cyan_carpet", + "purple_carpet", + "blue_carpet", + "brown_carpet", + "green_carpet", + "red_carpet", + "black_carpet" + ], + "c:potions/bottle": [ + "potion", + "splash_potion", + "lingering_potion" + ], + "c:player_workstations/furnaces": [ + "furnace" + ], + "c:sandstone/slabs": [ + "sandstone_slab", + "cut_sandstone_slab", + "smooth_sandstone_slab", + "red_sandstone_slab", + "cut_red_sandstone_slab", + "smooth_red_sandstone_slab" + ], + "c:raw_blocks/iron": [ + "raw_iron_block" + ], + "c:tools/crossbows": [ + "crossbow" + ], + "minecraft:repairs_diamond_armor": [ + "diamond" + ], + "minecraft:happy_ghast_tempt_items": [ + "snowball", + "white_harness", + "orange_harness", + "magenta_harness", + "light_blue_harness", + "yellow_harness", + "lime_harness", + "pink_harness", + "gray_harness", + "light_gray_harness", + "cyan_harness", + "purple_harness", + "blue_harness", + "brown_harness", + "green_harness", + "red_harness", + "black_harness" + ], + "minecraft:breaks_decorated_pots": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "diamond_axe", + "stone_axe", + "golden_axe", + "netherite_axe", + "wooden_axe", + "iron_axe", + "copper_axe", + "diamond_pickaxe", + "stone_pickaxe", + "golden_pickaxe", + "netherite_pickaxe", + "wooden_pickaxe", + "iron_pickaxe", + "copper_pickaxe", + "diamond_shovel", + "stone_shovel", + "golden_shovel", + "netherite_shovel", + "wooden_shovel", + "iron_shovel", + "copper_shovel", + "diamond_hoe", + "stone_hoe", + "golden_hoe", + "netherite_hoe", + "wooden_hoe", + "iron_hoe", + "copper_hoe", + "trident", + "mace" + ], + "minecraft:cat_food": [ + "cod", + "salmon" + ], + "minecraft:logs": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", "oak_log", "oak_wood", "stripped_oak_log", - "stripped_oak_wood" + "stripped_oak_wood", + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood", + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae", + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae" ], - "c:storage_blocks/coal": [ - "coal_block" + "minecraft:trimmable_armor": [ + "leather_boots", + "copper_boots", + "chainmail_boots", + "golden_boots", + "iron_boots", + "diamond_boots", + "netherite_boots", + "leather_leggings", + "copper_leggings", + "chainmail_leggings", + "golden_leggings", + "iron_leggings", + "diamond_leggings", + "netherite_leggings", + "leather_chestplate", + "copper_chestplate", + "chainmail_chestplate", + "golden_chestplate", + "iron_chestplate", + "diamond_chestplate", + "netherite_chestplate", + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet" ], - "minecraft:saplings": [ - "oak_sapling", - "spruce_sapling", - "birch_sapling", - "jungle_sapling", - "acacia_sapling", - "dark_oak_sapling", - "pale_oak_sapling", - "azalea", - "flowering_azalea", - "mangrove_propagule", - "cherry_sapling" + "c:nether_stars": [ + "nether_star" ], - "c:foods/candies": [], - "c:storage_blocks/netherite": [ - "netherite_block" + "c:gems/lapis": [ + "lapis_lazuli" ], - "c:sandstone/uncolored_blocks": [ - "sandstone", - "cut_sandstone", - "smooth_sandstone", - "chiseled_sandstone" + "c:sandstone/red_blocks": [ + "red_sandstone", + "cut_red_sandstone", + "smooth_red_sandstone", + "chiseled_red_sandstone" ], - "c:stones": [ - "stone", - "andesite", - "diorite", - "granite", - "tuff", - "deepslate" + "minecraft:camel_food": [ + "cactus" ], - "minecraft:rabbit_food": [ + "minecraft:horse_food": [ + "wheat", + "sugar", + "hay_block", + "apple", "carrot", "golden_carrot", - "dandelion" + "golden_apple", + "enchanted_golden_apple" ], - "c:foods/candy": [] - }, - "entity_type": { - "minecraft:boat": [ + "minecraft:repairs_leather_armor": [ + "leather" + ], + "c:buds": [ + "small_amethyst_bud", + "medium_amethyst_bud", + "large_amethyst_bud" + ], + "c:obsidians/normal": [ + "obsidian" + ], + "c:storage_blocks/iron": [ + "iron_block" + ], + "c:dyed/cyan": [ + "cyan_banner", + "cyan_bed", + "cyan_candle", + "cyan_carpet", + "cyan_concrete", + "cyan_concrete_powder", + "cyan_glazed_terracotta", + "cyan_shulker_box", + "cyan_stained_glass", + "cyan_stained_glass_pane", + "cyan_terracotta", + "cyan_wool", + "cyan_bundle", + "cyan_harness" + ], + "c:music_discs": [ + "music_disc_13", + "music_disc_cat", + "music_disc_blocks", + "music_disc_chirp", + "music_disc_far", + "music_disc_mall", + "music_disc_mellohi", + "music_disc_stal", + "music_disc_strad", + "music_disc_ward", + "music_disc_11", + "music_disc_wait", + "music_disc_otherside", + "music_disc_5", + "music_disc_pigstep", + "music_disc_relic", + "music_disc_creator", + "music_disc_creator_music_box", + "music_disc_precipice", + "music_disc_tears", + "music_disc_lava_chicken" + ], + "c:stripped_logs": [ + "stripped_acacia_log", + "stripped_bamboo_block", + "stripped_birch_log", + "stripped_cherry_log", + "stripped_dark_oak_log", + "stripped_jungle_log", + "stripped_mangrove_log", + "stripped_oak_log", + "stripped_pale_oak_log", + "stripped_spruce_log", + "stripped_crimson_stem", + "stripped_warped_stem" + ], + "minecraft:terracotta": [ + "terracotta", + "white_terracotta", + "orange_terracotta", + "magenta_terracotta", + "light_blue_terracotta", + "yellow_terracotta", + "lime_terracotta", + "pink_terracotta", + "gray_terracotta", + "light_gray_terracotta", + "cyan_terracotta", + "purple_terracotta", + "blue_terracotta", + "brown_terracotta", + "green_terracotta", + "red_terracotta", + "black_terracotta" + ], + "c:foods/breads": [ + "bread" + ], + "minecraft:spears": [ + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear" + ], + "minecraft:wart_blocks": [ + "nether_wart_block", + "warped_wart_block" + ], + "c:dyes/white": [ + "white_dye" + ], + "minecraft:strider_food": [ + "warped_fungus" + ], + "c:dyed/red": [ + "red_banner", + "red_bed", + "red_candle", + "red_carpet", + "red_concrete", + "red_concrete_powder", + "red_glazed_terracotta", + "red_shulker_box", + "red_stained_glass", + "red_stained_glass_pane", + "red_terracotta", + "red_wool", + "red_bundle", + "red_harness" + ], + "c:bricks/nether": [ + "nether_brick" + ], + "c:ingots/netherite": [ + "netherite_ingot" + ], + "minecraft:shulker_boxes": [ + "shulker_box", + "black_shulker_box", + "blue_shulker_box", + "brown_shulker_box", + "cyan_shulker_box", + "gray_shulker_box", + "green_shulker_box", + "light_blue_shulker_box", + "light_gray_shulker_box", + "lime_shulker_box", + "magenta_shulker_box", + "orange_shulker_box", + "pink_shulker_box", + "purple_shulker_box", + "red_shulker_box", + "white_shulker_box", + "yellow_shulker_box" + ], + "minecraft:repairs_iron_armor": [ + "iron_ingot" + ], + "c:dyes/lime": [ + "lime_dye" + ], + "c:hidden_from_recipe_viewers": [], + "c:dyed/yellow": [ + "yellow_banner", + "yellow_bed", + "yellow_candle", + "yellow_carpet", + "yellow_concrete", + "yellow_concrete_powder", + "yellow_glazed_terracotta", + "yellow_shulker_box", + "yellow_stained_glass", + "yellow_stained_glass_pane", + "yellow_terracotta", + "yellow_wool", + "yellow_bundle", + "yellow_harness" + ], + "c:foods/soup": [ + "beetroot_soup", + "mushroom_stew", + "rabbit_stew", + "suspicious_stew" + ], + "c:buckets/powder_snow": [ + "powder_snow_bucket" + ], + "minecraft:enchantable/melee_weapon": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear" + ], + "c:dyed/magenta": [ + "magenta_banner", + "magenta_bed", + "magenta_candle", + "magenta_carpet", + "magenta_concrete", + "magenta_concrete_powder", + "magenta_glazed_terracotta", + "magenta_shulker_box", + "magenta_stained_glass", + "magenta_stained_glass_pane", + "magenta_terracotta", + "magenta_wool", + "magenta_bundle", + "magenta_harness" + ], + "minecraft:enchantable/head_armor": [ + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet" + ], + "minecraft:bamboo_blocks": [ + "bamboo_block", + "stripped_bamboo_block" + ], + "c:ore_bearing_ground/netherrack": [ + "netherrack" + ], + "minecraft:doors": [ + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door", + "copper_door", + "exposed_copper_door", + "weathered_copper_door", + "oxidized_copper_door", + "waxed_copper_door", + "waxed_exposed_copper_door", + "waxed_weathered_copper_door", + "waxed_oxidized_copper_door", + "iron_door" + ], + "minecraft:enchantable/bow": [ + "bow" + ], + "minecraft:trim_materials": [ + "amethyst_shard", + "copper_ingot", + "diamond", + "emerald", + "gold_ingot", + "iron_ingot", + "lapis_lazuli", + "netherite_ingot", + "quartz", + "redstone", + "resin_brick" + ], + "minecraft:enchantable/armor": [ + "leather_boots", + "copper_boots", + "chainmail_boots", + "golden_boots", + "iron_boots", + "diamond_boots", + "netherite_boots", + "leather_leggings", + "copper_leggings", + "chainmail_leggings", + "golden_leggings", + "iron_leggings", + "diamond_leggings", + "netherite_leggings", + "leather_chestplate", + "copper_chestplate", + "chainmail_chestplate", + "golden_chestplate", + "iron_chestplate", + "diamond_chestplate", + "netherite_chestplate", + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet" + ], + "c:rods/breeze": [ + "breeze_rod" + ], + "c:ores_in_ground/deepslate": [ + "deepslate_coal_ore", + "deepslate_copper_ore", + "deepslate_diamond_ore", + "deepslate_emerald_ore", + "deepslate_gold_ore", + "deepslate_iron_ore", + "deepslate_lapis_ore", + "deepslate_redstone_ore" + ], + "c:dyed/orange": [ + "orange_banner", + "orange_bed", + "orange_candle", + "orange_carpet", + "orange_concrete", + "orange_concrete_powder", + "orange_glazed_terracotta", + "orange_shulker_box", + "orange_stained_glass", + "orange_stained_glass_pane", + "orange_terracotta", + "orange_wool", + "orange_bundle", + "orange_harness" + ], + "minecraft:stone_crafting_materials": [ + "cobblestone", + "blackstone", + "cobbled_deepslate" + ], + "c:player_workstations/crafting_tables": [ + "crafting_table" + ], + "minecraft:enchantable/sharp_weapon": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear", + "diamond_axe", + "stone_axe", + "golden_axe", + "netherite_axe", + "wooden_axe", + "iron_axe", + "copper_axe" + ], + "c:sandstone/red_slabs": [ + "red_sandstone_slab", + "cut_red_sandstone_slab", + "smooth_red_sandstone_slab" + ], + "minecraft:axolotl_food": [ + "tropical_fish_bucket" + ], + "c:drinks/honey": [ + "honey_bottle" + ], + "c:tools/fishing_rod": [ + "fishing_rod" + ], + "minecraft:wither_skeleton_disliked_weapons": [ + "bow", + "crossbow" + ], + "minecraft:copper": [ + "copper_block", + "exposed_copper", + "weathered_copper", + "oxidized_copper", + "waxed_copper_block", + "waxed_exposed_copper", + "waxed_weathered_copper", + "waxed_oxidized_copper" + ], + "minecraft:panda_food": [ + "bamboo" + ], + "c:netherracks": [ + "netherrack" + ], + "minecraft:smelts_to_glass": [ + "sand", + "red_sand" + ], + "minecraft:ocelot_food": [ + "cod", + "salmon" + ], + "c:ore_bearing_ground/deepslate": [ + "deepslate" + ], + "minecraft:signs": [ + "oak_sign", + "spruce_sign", + "birch_sign", + "acacia_sign", + "jungle_sign", + "dark_oak_sign", + "pale_oak_sign", + "crimson_sign", + "warped_sign", + "mangrove_sign", + "bamboo_sign", + "cherry_sign" + ], + "minecraft:wooden_stairs": [ + "oak_stairs", + "spruce_stairs", + "birch_stairs", + "jungle_stairs", + "acacia_stairs", + "dark_oak_stairs", + "pale_oak_stairs", + "crimson_stairs", + "warped_stairs", + "mangrove_stairs", + "bamboo_stairs", + "cherry_stairs" + ], + "minecraft:dampens_vibrations": [ + "white_wool", + "orange_wool", + "magenta_wool", + "light_blue_wool", + "yellow_wool", + "lime_wool", + "pink_wool", + "gray_wool", + "light_gray_wool", + "cyan_wool", + "purple_wool", + "blue_wool", + "brown_wool", + "green_wool", + "red_wool", + "black_wool", + "white_carpet", + "orange_carpet", + "magenta_carpet", + "light_blue_carpet", + "yellow_carpet", + "lime_carpet", + "pink_carpet", + "gray_carpet", + "light_gray_carpet", + "cyan_carpet", + "purple_carpet", + "blue_carpet", + "brown_carpet", + "green_carpet", + "red_carpet", + "black_carpet" + ], + "c:fences/wooden": [ + "oak_fence", + "spruce_fence", + "birch_fence", + "jungle_fence", + "acacia_fence", + "dark_oak_fence", + "crimson_fence", + "warped_fence", + "mangrove_fence", + "bamboo_fence", + "cherry_fence", + "pale_oak_fence" + ], + "c:barrels": [ + "barrel" + ], + "c:sandstone/uncolored_stairs": [ + "sandstone_stairs", + "smooth_sandstone_stairs" + ], + "minecraft:zombie_horse_food": [ + "red_mushroom" + ], + "c:tools/shears": [ + "shears" + ], + "c:sandstone/red_stairs": [ + "red_sandstone_stairs", + "smooth_red_sandstone_stairs" + ], + "c:seeds/torchflower": [ + "torchflower_seeds" + ], + "c:drinks/juice": [], + "minecraft:netherite_tool_materials": [ + "netherite_ingot" + ], + "minecraft:duplicates_allays": [ + "amethyst_shard" + ], + "c:budding_blocks": [ + "budding_amethyst" + ], + "minecraft:enchantable/trident": [ + "trident" + ], + "c:fertilizers": [ + "bone_meal" + ], + "c:coal": [ + "coal", + "charcoal" + ], + "c:ores/coal": [ + "coal_ore", + "deepslate_coal_ore" + ], + "c:obsidians/crying": [ + "crying_obsidian" + ], + "c:drinks/magic": [ + "potion", + "ominous_bottle" + ], + "minecraft:enchantable/crossbow": [ + "crossbow" + ], + "c:tools/crossbow": [ + "crossbow" + ], + "minecraft:trapdoors": [ + "acacia_trapdoor", + "birch_trapdoor", + "dark_oak_trapdoor", + "pale_oak_trapdoor", + "jungle_trapdoor", + "oak_trapdoor", + "spruce_trapdoor", + "crimson_trapdoor", + "warped_trapdoor", + "mangrove_trapdoor", + "bamboo_trapdoor", + "cherry_trapdoor", + "iron_trapdoor", + "copper_trapdoor", + "exposed_copper_trapdoor", + "weathered_copper_trapdoor", + "oxidized_copper_trapdoor", + "waxed_copper_trapdoor", + "waxed_exposed_copper_trapdoor", + "waxed_weathered_copper_trapdoor", + "waxed_oxidized_copper_trapdoor" + ], + "c:rods/wooden": [ + "stick" + ], + "c:raw_materials/gold": [ + "raw_gold" + ], + "minecraft:boats": [ "oak_boat", "spruce_boat", "birch_boat", "jungle_boat", "acacia_boat", - "cherry_boat", - "dark_oak_boat", - "pale_oak_boat", - "mangrove_boat", - "bamboo_raft" - ], - "minecraft:sensitive_to_impaling": [ - "turtle", - "axolotl", - "guardian", - "elder_guardian", - "cod", - "pufferfish", - "salmon", - "tropical_fish", - "dolphin", - "squid", - "glow_squid", - "tadpole" - ], - "minecraft:frog_food": [ - "slime", - "magma_cube" - ], - "minecraft:no_anger_from_wind_charge": [ - "breeze", - "skeleton", - "bogged", - "stray", - "zombie", - "husk", - "spider", - "cave_spider", - "slime" - ], - "minecraft:wither_friends": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom" - ], - "minecraft:raiders": [ - "evoker", - "pillager", - "ravager", - "vindicator", - "illusioner", - "witch" - ], - "minecraft:powder_snow_walkable_mobs": [ - "rabbit", - "endermite", - "silverfish", - "fox" - ], - "minecraft:undead": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom" - ], - "minecraft:freeze_hurts_extra_types": [ - "strider", - "blaze", - "magma_cube" - ], - "minecraft:candidate_for_iron_golem_gift": [ - "villager", - "copper_golem" - ], - "c:minecarts": [ - "minecart", - "tnt_minecart", - "chest_minecart", - "furnace_minecart", - "command_block_minecart", - "hopper_minecart", - "spawner_minecart" - ], - "minecraft:accepts_iron_golem_gift": [ - "copper_golem" - ], - "minecraft:axolotl_always_hostiles": [ - "drowned", - "guardian", - "elder_guardian" - ], - "minecraft:redirectable_projectile": [ - "fireball", - "wind_charge", - "breeze_wind_charge" - ], - "minecraft:deflects_projectiles": [ - "breeze" - ], - "minecraft:impact_projectiles": [ - "arrow", - "spectral_arrow", - "firework_rocket", - "snowball", - "fireball", - "small_fireball", - "egg", - "trident", - "dragon_fireball", - "wither_skull", - "wind_charge", - "breeze_wind_charge" - ], - "c:capturing_not_supported": [], - "minecraft:dismounts_underwater": [ - "camel", - "chicken", - "donkey", - "happy_ghast", - "horse", - "llama", - "mule", - "pig", - "ravager", - "spider", - "strider", - "trader_llama", - "zombie_horse" - ], - "minecraft:non_controlling_rider": [ - "slime", - "magma_cube" - ], - "minecraft:not_scary_for_pufferfish": [ - "turtle", - "guardian", - "elder_guardian", - "cod", - "pufferfish", - "salmon", - "tropical_fish", - "dolphin", - "squid", - "glow_squid", - "tadpole" - ], - "minecraft:sensitive_to_bane_of_arthropods": [ - "bee", - "endermite", - "silverfish", - "spider", - "cave_spider" - ], - "c:boats": [ - "oak_boat", - "spruce_boat", - "birch_boat", - "jungle_boat", - "acacia_boat", - "cherry_boat", "dark_oak_boat", "pale_oak_boat", "mangrove_boat", "bamboo_raft", + "cherry_boat", "oak_chest_boat", "spruce_chest_boat", "birch_chest_boat", "jungle_chest_boat", "acacia_chest_boat", - "cherry_chest_boat", - "pale_oak_chest_boat", "dark_oak_chest_boat", + "pale_oak_chest_boat", "mangrove_chest_boat", - "bamboo_chest_raft" + "bamboo_chest_raft", + "cherry_chest_boat" ], - "minecraft:followable_friendly_mobs": [ - "armadillo", - "bee", - "camel", - "cat", + "minecraft:dyeable": [ + "leather_helmet", + "leather_chestplate", + "leather_leggings", + "leather_boots", + "leather_horse_armor", + "wolf_armor" + ], + "c:armors/wolf": [ + "wolf_armor" + ], + "c:ingots/copper": [ + "copper_ingot" + ], + "c:cobblestones": [ + "cobblestone", + "mossy_cobblestone", + "infested_cobblestone", + "cobbled_deepslate" + ], + "c:tools/shield": [ + "shield" + ], + "minecraft:mangrove_logs": [ + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood" + ], + "minecraft:completes_find_tree_tutorial": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood", + "pale_oak_log", + "pale_oak_wood", + "stripped_pale_oak_log", + "stripped_pale_oak_wood", + "oak_log", + "oak_wood", + "stripped_oak_log", + "stripped_oak_wood", + "acacia_log", + "acacia_wood", + "stripped_acacia_log", + "stripped_acacia_wood", + "birch_log", + "birch_wood", + "stripped_birch_log", + "stripped_birch_wood", + "jungle_log", + "jungle_wood", + "stripped_jungle_log", + "stripped_jungle_wood", + "spruce_log", + "spruce_wood", + "stripped_spruce_log", + "stripped_spruce_wood", + "mangrove_log", + "mangrove_wood", + "stripped_mangrove_log", + "stripped_mangrove_wood", + "cherry_log", + "cherry_wood", + "stripped_cherry_log", + "stripped_cherry_wood", + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae", + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae", + "jungle_leaves", + "oak_leaves", + "spruce_leaves", + "pale_oak_leaves", + "dark_oak_leaves", + "acacia_leaves", + "birch_leaves", + "azalea_leaves", + "flowering_azalea_leaves", + "mangrove_leaves", + "cherry_leaves", + "nether_wart_block", + "warped_wart_block" + ], + "c:dyed/blue": [ + "blue_banner", + "blue_bed", + "blue_candle", + "blue_carpet", + "blue_concrete", + "blue_concrete_powder", + "blue_glazed_terracotta", + "blue_shulker_box", + "blue_stained_glass", + "blue_stained_glass_pane", + "blue_terracotta", + "blue_wool", + "blue_bundle", + "blue_harness" + ], + "c:tools/shear": [ + "shears" + ], + "c:concretes": [ + "white_concrete", + "orange_concrete", + "magenta_concrete", + "light_blue_concrete", + "yellow_concrete", + "lime_concrete", + "pink_concrete", + "gray_concrete", + "light_gray_concrete", + "cyan_concrete", + "purple_concrete", + "blue_concrete", + "brown_concrete", + "green_concrete", + "black_concrete", + "red_concrete" + ], + "c:tools/fishing_rods": [ + "fishing_rod" + ], + "c:dyes/pink": [ + "pink_dye" + ], + "minecraft:sand": [ + "sand", + "red_sand", + "suspicious_sand" + ], + "c:sands/red": [ + "red_sand" + ], + "minecraft:copper_ores": [ + "copper_ore", + "deepslate_copper_ore" + ], + "c:gems/quartz": [ + "quartz" + ], + "minecraft:repairs_chain_armor": [ + "iron_ingot" + ], + "c:dyes/light_gray": [ + "light_gray_dye" + ], + "c:ores": [ + "coal_ore", + "deepslate_coal_ore", + "copper_ore", + "deepslate_copper_ore", + "diamond_ore", + "deepslate_diamond_ore", + "emerald_ore", + "deepslate_emerald_ore", + "gold_ore", + "nether_gold_ore", + "deepslate_gold_ore", + "iron_ore", + "deepslate_iron_ore", + "lapis_ore", + "deepslate_lapis_ore", + "ancient_debris", + "redstone_ore", + "deepslate_redstone_ore", + "nether_quartz_ore" + ], + "c:tools/spears": [ + "trident" + ], + "minecraft:beacon_payment_items": [ + "netherite_ingot", + "emerald", + "diamond", + "gold_ingot", + "iron_ingot" + ], + "minecraft:coal_ores": [ + "coal_ore", + "deepslate_coal_ore" + ], + "c:crops/wheat": [ + "wheat" + ], + "c:crops/beetroot": [ + "beetroot" + ], + "c:sandstone/stairs": [ + "sandstone_stairs", + "smooth_sandstone_stairs", + "red_sandstone_stairs", + "smooth_red_sandstone_stairs" + ], + "c:seeds/beetroot": [ + "beetroot_seeds" + ], + "minecraft:piglin_safe_armor": [ + "golden_helmet", + "golden_chestplate", + "golden_leggings", + "golden_boots" + ], + "minecraft:repairs_copper_armor": [ + "copper_ingot" + ], + "c:glass_blocks/colorless": [ + "glass" + ], + "minecraft:stairs": [ + "oak_stairs", + "spruce_stairs", + "birch_stairs", + "jungle_stairs", + "acacia_stairs", + "dark_oak_stairs", + "pale_oak_stairs", + "crimson_stairs", + "warped_stairs", + "mangrove_stairs", + "bamboo_stairs", + "cherry_stairs", + "bamboo_mosaic_stairs", + "cobblestone_stairs", + "sandstone_stairs", + "nether_brick_stairs", + "stone_brick_stairs", + "brick_stairs", + "purpur_stairs", + "quartz_stairs", + "red_sandstone_stairs", + "prismarine_brick_stairs", + "prismarine_stairs", + "dark_prismarine_stairs", + "polished_granite_stairs", + "smooth_red_sandstone_stairs", + "mossy_stone_brick_stairs", + "polished_diorite_stairs", + "mossy_cobblestone_stairs", + "end_stone_brick_stairs", + "stone_stairs", + "smooth_sandstone_stairs", + "smooth_quartz_stairs", + "granite_stairs", + "andesite_stairs", + "red_nether_brick_stairs", + "polished_andesite_stairs", + "diorite_stairs", + "blackstone_stairs", + "polished_blackstone_brick_stairs", + "polished_blackstone_stairs", + "cobbled_deepslate_stairs", + "polished_deepslate_stairs", + "deepslate_tile_stairs", + "deepslate_brick_stairs", + "oxidized_cut_copper_stairs", + "weathered_cut_copper_stairs", + "exposed_cut_copper_stairs", + "cut_copper_stairs", + "waxed_weathered_cut_copper_stairs", + "waxed_exposed_cut_copper_stairs", + "waxed_cut_copper_stairs", + "waxed_oxidized_cut_copper_stairs", + "mud_brick_stairs", + "tuff_stairs", + "polished_tuff_stairs", + "tuff_brick_stairs", + "resin_brick_stairs" + ], + "c:crops/cocoa_bean": [ + "cocoa_beans" + ], + "c:foods/raw_fish": [ + "cod", + "salmon", + "tropical_fish", + "pufferfish" + ], + "c:crops/carrot": [ + "carrot" + ], + "minecraft:head_armor": [ + "leather_helmet", + "copper_helmet", + "chainmail_helmet", + "golden_helmet", + "iron_helmet", + "diamond_helmet", + "netherite_helmet", + "turtle_helmet" + ], + "c:foods": [ + "baked_potato", + "pumpkin_pie", + "honey_bottle", + "ominous_bottle", + "dried_kelp", + "apple", + "golden_apple", + "enchanted_golden_apple", + "chorus_fruit", + "melon_slice", + "carrot", + "golden_carrot", + "potato", + "beetroot", + "sweet_berries", + "glow_berries", + "bread", + "cookie", + "beef", + "porkchop", "chicken", - "cow", - "donkey", - "fox", - "goat", - "happy_ghast", - "horse", - "skeleton_horse", - "llama", - "mule", - "ocelot", - "panda", - "parrot", - "pig", - "polar_bear", "rabbit", - "sheep", - "sniffer", - "strider", - "villager", - "wolf" - ], - "minecraft:arthropod": [ - "bee", - "endermite", - "silverfish", - "spider", - "cave_spider" - ], - "minecraft:inverted_healing_and_harm": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom" - ], - "minecraft:ignores_poison_and_regen": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom" - ], - "minecraft:illager_friends": [ - "evoker", - "illusioner", - "pillager", - "vindicator" - ], - "minecraft:can_equip_saddle": [ - "horse", - "skeleton_horse", - "zombie_horse", - "donkey", - "mule", - "pig", - "strider", - "camel" - ], - "minecraft:beehive_inhabitors": [ - "bee" - ], - "c:bosses": [ - "ender_dragon", - "wither" - ], - "minecraft:axolotl_hunt_targets": [ - "tropical_fish", - "pufferfish", - "salmon", + "mutton", "cod", - "squid", - "glow_squid", - "tadpole" - ], - "minecraft:immune_to_infested": [ - "silverfish" - ], - "minecraft:zombies": [ - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk" - ], - "minecraft:can_wear_horse_armor": [ - "horse" - ], - "minecraft:skeletons": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged" - ], - "minecraft:can_breathe_under_water": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom", - "axolotl", - "frog", - "guardian", - "elder_guardian", - "turtle", - "glow_squid", - "cod", - "pufferfish", - "salmon", - "squid", - "tropical_fish", - "tadpole", - "armor_stand", - "copper_golem" - ], - "minecraft:aquatic": [ - "turtle", - "axolotl", - "guardian", - "elder_guardian", - "cod", - "pufferfish", "salmon", "tropical_fish", - "dolphin", - "squid", - "glow_squid", - "tadpole" - ], - "minecraft:can_equip_harness": [ - "happy_ghast" - ], - "minecraft:freeze_immune_entity_types": [ - "stray", - "polar_bear", - "snow_golem", - "wither" - ], - "minecraft:fall_damage_immune": [ - "copper_golem", - "iron_golem", - "snow_golem", - "shulker", - "allay", - "bat", - "bee", - "blaze", - "cat", - "chicken", - "ghast", - "happy_ghast", - "phantom", - "magma_cube", - "ocelot", - "parrot", - "wither", - "breeze" - ], - "minecraft:immune_to_oozing": [ - "slime" - ], - "minecraft:illager": [ - "evoker", - "illusioner", - "pillager", - "vindicator" - ], - "minecraft:can_turn_in_boats": [ - "breeze" - ], - "c:teleporting_not_supported": [], - "minecraft:cannot_be_pushed_onto_boats": [ - "player", - "elder_guardian", - "cod", "pufferfish", - "salmon", - "tropical_fish", - "dolphin", - "squid", - "glow_squid", - "tadpole", - "creaking" + "cooked_beef", + "cooked_porkchop", + "cooked_chicken", + "cooked_rabbit", + "cooked_mutton", + "cooked_cod", + "cooked_salmon", + "beetroot_soup", + "mushroom_stew", + "rabbit_stew", + "suspicious_stew", + "cake", + "poisonous_potato", + "spider_eye", + "rotten_flesh" + ], + "c:pumpkins/jack_o_lanterns": [ + "jack_o_lantern" + ], + "c:buckets/milk": [ + "milk_bucket" ], "minecraft:arrows": [ "arrow", + "tipped_arrow", "spectral_arrow" ], - "minecraft:sensitive_to_smite": [ - "skeleton", - "stray", - "wither_skeleton", - "skeleton_horse", - "bogged", - "zombie_horse", - "zombie", - "zombie_villager", - "zombified_piglin", - "zoglin", - "drowned", - "husk", - "wither", - "phantom" - ] - }, - "damage_type": { - "minecraft:bypasses_wolf_armor": [ - "out_of_world", - "generic_kill", - "cramming", - "drown", - "dry_out", - "freeze", - "in_wall", - "indirect_magic", - "magic", - "outside_border", - "starve", - "thorns", - "wither" + "c:dyed/purple": [ + "purple_banner", + "purple_bed", + "purple_candle", + "purple_carpet", + "purple_concrete", + "purple_concrete_powder", + "purple_glazed_terracotta", + "purple_shulker_box", + "purple_stained_glass", + "purple_stained_glass_pane", + "purple_terracotta", + "purple_wool", + "purple_bundle", + "purple_harness" ], - "minecraft:is_fire": [ - "in_fire", - "campfire", - "on_fire", - "lava", - "hot_floor", - "unattributed_fireball", - "fireball" + "c:slime_balls": [ + "slime_ball" ], - "minecraft:mace_smash": [ - "mace_smash" + "c:raw_materials/iron": [ + "raw_iron" ], - "minecraft:wither_immune_to": [ - "drown" + "c:foods/fruits": [ + "apple", + "golden_apple", + "enchanted_golden_apple", + "melon_slice" ], - "minecraft:bypasses_resistance": [ - "out_of_world", - "generic_kill" + "c:tools/bows": [ + "bow" ], - "minecraft:bypasses_effects": [ - "starve" + "minecraft:gold_tool_materials": [ + "gold_ingot" ], - "minecraft:is_drowning": [ - "drown" + "minecraft:compasses": [ + "compass", + "recovery_compass" ], - "minecraft:always_hurts_ender_dragons": [ - "fireworks", - "explosion", - "player_explosion", - "bad_respawn_point" + "minecraft:wooden_doors": [ + "oak_door", + "spruce_door", + "birch_door", + "jungle_door", + "acacia_door", + "dark_oak_door", + "pale_oak_door", + "crimson_door", + "warped_door", + "mangrove_door", + "bamboo_door", + "cherry_door" ], - "minecraft:panic_environmental_causes": [ + "c:eggs": [ + "egg", + "brown_egg", + "blue_egg" + ], + "c:natural_logs/overworld": [ + "acacia_log", + "bamboo_block", + "birch_log", + "cherry_log", + "dark_oak_log", + "jungle_log", + "mangrove_log", + "oak_log", + "pale_oak_log", + "spruce_log" + ], + "minecraft:enchantable/fire_aspect": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword", + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear", + "mace" + ], + "minecraft:warped_stems": [ + "warped_stem", + "stripped_warped_stem", + "warped_hyphae", + "stripped_warped_hyphae" + ], + "c:glass_blocks/cheap": [ + "glass", + "white_stained_glass", + "orange_stained_glass", + "magenta_stained_glass", + "light_blue_stained_glass", + "yellow_stained_glass", + "lime_stained_glass", + "pink_stained_glass", + "gray_stained_glass", + "light_gray_stained_glass", + "cyan_stained_glass", + "purple_stained_glass", + "blue_stained_glass", + "brown_stained_glass", + "green_stained_glass", + "black_stained_glass", + "red_stained_glass" + ], + "c:dusts": [ + "glowstone_dust", + "redstone" + ], + "c:flowers/small": [ + "dandelion", + "poppy", + "blue_orchid", + "allium", + "azure_bluet", + "red_tulip", + "orange_tulip", + "white_tulip", + "pink_tulip", + "oxeye_daisy", + "cornflower", + "lily_of_the_valley", + "wither_rose", + "torchflower", + "open_eyeblossom", + "closed_eyeblossom" + ], + "minecraft:wolf_food": [ + "beef", + "chicken", + "cooked_beef", + "cooked_chicken", + "cooked_mutton", + "cooked_porkchop", + "cooked_rabbit", + "mutton", + "porkchop", + "rabbit", + "rotten_flesh", + "cod", + "cooked_cod", + "salmon", + "cooked_salmon", + "tropical_fish", + "pufferfish", + "rabbit_stew" + ], + "minecraft:dark_oak_logs": [ + "dark_oak_log", + "dark_oak_wood", + "stripped_dark_oak_log", + "stripped_dark_oak_wood" + ], + "c:storage_blocks/resin": [ + "resin_block" + ], + "c:natural_logs/nether": [ + "crimson_stem", + "warped_stem" + ], + "minecraft:piglin_food": [ + "porkchop", + "cooked_porkchop" + ], + "minecraft:swords": [ + "diamond_sword", + "stone_sword", + "golden_sword", + "netherite_sword", + "wooden_sword", + "iron_sword", + "copper_sword" + ], + "minecraft:ignored_by_piglin_babies": [ + "leather" + ], + "minecraft:stone_tool_materials": [ + "cobblestone", + "blackstone", + "cobbled_deepslate" + ], + "minecraft:enchantable/mace": [ + "mace" + ], + "c:foods/soups": [ + "beetroot_soup", + "mushroom_stew", + "rabbit_stew", + "suspicious_stew" + ], + "c:clumps": [ + "resin_clump" + ], + "minecraft:lapis_ores": [ + "lapis_ore", + "deepslate_lapis_ore" + ], + "minecraft:sniffer_food": [ + "torchflower_seeds" + ], + "c:dyed/lime": [ + "lime_banner", + "lime_bed", + "lime_candle", + "lime_carpet", + "lime_concrete", + "lime_concrete_powder", + "lime_glazed_terracotta", + "lime_shulker_box", + "lime_stained_glass", + "lime_stained_glass_pane", + "lime_terracotta", + "lime_wool", + "lime_bundle", + "lime_harness" + ], + "c:ingots": [ + "copper_ingot", + "iron_ingot", + "gold_ingot", + "netherite_ingot" + ], + "c:foods/cooked_meats": [ + "cooked_beef", + "cooked_porkchop", + "cooked_chicken", + "cooked_rabbit", + "cooked_mutton" + ], + "minecraft:parrot_food": [ + "wheat_seeds", + "melon_seeds", + "pumpkin_seeds", + "beetroot_seeds", + "torchflower_seeds", + "pitcher_pod" + ], + "c:crops": [ + "beetroot", "cactus", - "freeze", - "hot_floor", - "in_fire", - "lava", - "lightning_bolt", - "on_fire" + "carrot", + "cocoa_beans", + "melon", + "nether_wart", + "potato", + "pumpkin", + "sugar_cane", + "wheat" ], - "minecraft:burns_armor_stands": [ - "on_fire" + "minecraft:enchantable/leg_armor": [ + "leather_leggings", + "copper_leggings", + "chainmail_leggings", + "golden_leggings", + "iron_leggings", + "diamond_leggings", + "netherite_leggings" ], - "minecraft:ignites_armor_stands": [ - "in_fire", - "campfire" + "minecraft:crimson_stems": [ + "crimson_stem", + "stripped_crimson_stem", + "crimson_hyphae", + "stripped_crimson_hyphae" ], - "minecraft:is_player_attack": [ - "player_attack", - "mace_smash" + "c:dusts/redstone": [ + "redstone" ], - "minecraft:can_break_armor_stand": [ - "player_explosion", - "player_attack", - "mace_smash" + "minecraft:harnesses": [ + "white_harness", + "orange_harness", + "magenta_harness", + "light_blue_harness", + "yellow_harness", + "lime_harness", + "pink_harness", + "gray_harness", + "light_gray_harness", + "cyan_harness", + "purple_harness", + "blue_harness", + "brown_harness", + "green_harness", + "red_harness", + "black_harness" ], - "minecraft:is_explosion": [ - "fireworks", - "explosion", - "player_explosion", - "bad_respawn_point" + "minecraft:eggs": [ + "egg", + "blue_egg", + "brown_egg" ], - "minecraft:no_anger": [ - "mob_attack_no_aggro" + "minecraft:enchantable/lunge": [ + "diamond_spear", + "stone_spear", + "golden_spear", + "netherite_spear", + "wooden_spear", + "iron_spear", + "copper_spear" ], - "minecraft:always_triggers_silverfish": [ - "magic" + "minecraft:pillager_preferred_weapons": [ + "crossbow" ], - "minecraft:witch_resistant_to": [ - "magic", - "indirect_magic", - "sonic_boom", - "thorns" + "c:mushrooms": [ + "red_mushroom", + "brown_mushroom" ], - "minecraft:is_fall": [ - "fall", - "ender_pearl", - "stalagmite" + "minecraft:panda_eats_from_ground": [ + "bamboo", + "cake" ], - "minecraft:always_kills_armor_stands": [ - "arrow", - "trident", - "fireball", - "wither_skull", - "wind_charge" - ], - "minecraft:bypasses_invulnerability": [ - "out_of_world", - "generic_kill" - ], - "minecraft:bypasses_enchantments": [ - "sonic_boom" - ], - "minecraft:is_freezing": [ - "freeze" - ], - "minecraft:bypasses_armor": [ - "on_fire", - "in_wall", - "cramming", - "drown", - "fly_into_wall", - "generic", - "wither", - "dragon_breath", - "starve", - "fall", - "ender_pearl", - "freeze", - "stalagmite", - "magic", - "indirect_magic", - "out_of_world", - "generic_kill", - "sonic_boom", - "outside_border" - ], - "minecraft:is_lightning": [ - "lightning_bolt" - ], - "minecraft:damages_helmet": [ - "falling_anvil", - "falling_block", - "falling_stalactite" - ], - "minecraft:panic_causes": [ - "cactus", - "freeze", - "hot_floor", - "in_fire", - "lava", - "lightning_bolt", - "on_fire", - "arrow", - "dragon_breath", - "explosion", - "fireball", - "fireworks", - "indirect_magic", - "magic", - "mob_attack", - "mob_projectile", - "player_explosion", - "sonic_boom", - "sting", - "thrown", - "trident", - "unattributed_fireball", - "wind_charge", - "wither", - "wither_skull", - "player_attack", - "mace_smash" - ], - "minecraft:bypasses_shield": [ - "on_fire", - "in_wall", - "cramming", - "drown", - "fly_into_wall", - "generic", - "wither", - "dragon_breath", - "starve", - "fall", - "ender_pearl", - "freeze", - "stalagmite", - "magic", - "indirect_magic", - "out_of_world", - "generic_kill", - "sonic_boom", - "outside_border", - "cactus", - "campfire", - "dry_out", - "falling_anvil", - "falling_stalactite", - "hot_floor", - "in_fire", - "lava", - "lightning_bolt", - "sweet_berry_bush" - ], - "minecraft:avoids_guardian_thorns": [ - "magic", - "thorns", - "fireworks", - "explosion", - "player_explosion", - "bad_respawn_point" - ], - "minecraft:no_impact": [ - "drown" - ], - "minecraft:is_projectile": [ - "arrow", - "trident", - "mob_projectile", - "unattributed_fireball", - "fireball", - "wither_skull", - "thrown", - "wind_charge" - ], - "minecraft:burn_from_stepping": [ - "campfire", - "hot_floor" - ], - "minecraft:no_knockback": [ - "explosion", - "player_explosion", - "bad_respawn_point", - "in_fire", - "lightning_bolt", - "on_fire", - "lava", - "hot_floor", - "in_wall", - "cramming", - "drown", - "starve", - "cactus", - "fall", - "ender_pearl", - "fly_into_wall", - "out_of_world", - "generic", - "magic", - "wither", - "dragon_breath", - "dry_out", - "sweet_berry_bush", - "freeze", - "stalagmite", - "outside_border", - "generic_kill", - "campfire" - ], - "minecraft:always_most_significant_fall": [ - "out_of_world" - ] - }, - "dialog": { - "minecraft:pause_screen_additions": [], - "minecraft:quick_actions": [] - }, - "instrument": { - "minecraft:goat_horns": [ - "ponder_goat_horn", - "sing_goat_horn", - "seek_goat_horn", - "feel_goat_horn", - "admire_goat_horn", - "call_goat_horn", - "yearn_goat_horn", - "dream_goat_horn" - ], - "minecraft:screaming_goat_horns": [ - "admire_goat_horn", - "call_goat_horn", - "yearn_goat_horn", - "dream_goat_horn" - ], - "minecraft:regular_goat_horns": [ - "ponder_goat_horn", - "sing_goat_horn", - "seek_goat_horn", - "feel_goat_horn" + "c:foods/golden": [ + "golden_apple", + "enchanted_golden_apple", + "golden_carrot" ] }, "painting_variant": { @@ -11024,1408 +12003,654 @@ "dennis" ] }, - "worldgen/biome": { - "c:is_sparse_vegetation": [ - "wooded_badlands", - "savanna", - "savanna_plateau", - "sparse_jungle", - "windswept_savanna", - "windswept_forest", - "windswept_hills", - "windswept_gravelly_hills", - "snowy_slopes", - "jagged_peaks", - "frozen_peaks" - ], - "minecraft:water_on_map_outlines": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean", - "river", - "frozen_river", - "swamp", - "mangrove_swamp" - ], - "c:is_deep_ocean": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean" - ], - "minecraft:has_structure/stronghold": [ - "mushroom_fields", - "deep_frozen_ocean", - "frozen_ocean", - "deep_cold_ocean", - "cold_ocean", - "deep_ocean", - "ocean", - "deep_lukewarm_ocean", - "lukewarm_ocean", - "warm_ocean", - "stony_shore", - "swamp", - "mangrove_swamp", - "snowy_slopes", - "snowy_plains", - "snowy_beach", - "windswept_gravelly_hills", - "grove", - "windswept_hills", - "snowy_taiga", - "windswept_forest", - "taiga", - "plains", - "meadow", - "beach", - "forest", - "old_growth_spruce_taiga", - "flower_forest", - "birch_forest", - "dark_forest", - "pale_garden", - "savanna_plateau", - "savanna", - "jungle", - "badlands", - "desert", - "wooded_badlands", - "jagged_peaks", - "stony_peaks", - "frozen_river", - "river", - "ice_spikes", - "old_growth_pine_taiga", - "sunflower_plains", - "old_growth_birch_forest", - "sparse_jungle", - "bamboo_jungle", - "eroded_badlands", - "windswept_savanna", - "cherry_grove", - "frozen_peaks", - "dripstone_caves", - "lush_caves", - "deep_dark" - ], - "minecraft:has_structure/mineshaft": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean", - "river", - "frozen_river", - "beach", - "snowy_beach", - "meadow", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "snowy_slopes", - "cherry_grove", - "windswept_hills", - "windswept_forest", - "windswept_gravelly_hills", - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "bamboo_jungle", - "jungle", - "sparse_jungle", - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "grove", - "stony_shore", - "mushroom_fields", - "ice_spikes", - "windswept_savanna", - "desert", - "savanna", - "snowy_plains", - "plains", - "sunflower_plains", - "swamp", - "mangrove_swamp", - "savanna_plateau", - "dripstone_caves", - "lush_caves" - ], - "minecraft:has_structure/igloo": [ - "snowy_taiga", - "snowy_plains", - "snowy_slopes" - ], - "c:is_aquatic_icy": [ - "frozen_river", - "deep_frozen_ocean", - "frozen_ocean" - ], - "c:is_wasteland": [], - "c:is_wet/nether": [], - "minecraft:increased_fire_burnout": [ - "bamboo_jungle", - "mushroom_fields", - "mangrove_swamp", - "snowy_slopes", - "frozen_peaks", - "jagged_peaks", - "swamp", - "jungle" - ], - "c:is_birch_forest": [ - "birch_forest", - "old_growth_birch_forest" - ], - "c:is_hot": [ - "jungle", - "bamboo_jungle", - "sparse_jungle", - "desert", - "badlands", - "wooded_badlands", - "eroded_badlands", - "savanna", - "savanna_plateau", - "windswept_savanna", - "stony_peaks", - "mushroom_fields", - "warm_ocean", - "nether_wastes", - "crimson_forest", - "warped_forest", - "soul_sand_valley", - "basalt_deltas" - ], - "minecraft:is_savanna": [ - "savanna", - "savanna_plateau", - "windswept_savanna" - ], - "c:is_cold/overworld": [ - "taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "windswept_hills", - "windswept_gravelly_hills", - "windswept_forest", - "snowy_plains", - "ice_spikes", - "grove", - "snowy_slopes", - "jagged_peaks", - "frozen_peaks", - "stony_shore", - "snowy_beach", - "snowy_taiga", - "frozen_river", - "cold_ocean", - "frozen_ocean", - "deep_cold_ocean", - "deep_frozen_ocean" - ], - "c:is_overworld": [ - "mushroom_fields", - "deep_frozen_ocean", - "frozen_ocean", - "deep_cold_ocean", - "cold_ocean", - "deep_ocean", - "ocean", - "deep_lukewarm_ocean", - "lukewarm_ocean", - "warm_ocean", - "stony_shore", - "swamp", - "mangrove_swamp", - "snowy_slopes", - "snowy_plains", - "snowy_beach", - "windswept_gravelly_hills", - "grove", - "windswept_hills", - "snowy_taiga", - "windswept_forest", - "taiga", - "plains", - "meadow", - "beach", - "forest", - "old_growth_spruce_taiga", - "flower_forest", - "birch_forest", - "dark_forest", - "pale_garden", - "savanna_plateau", - "savanna", - "jungle", - "badlands", - "desert", - "wooded_badlands", - "jagged_peaks", - "stony_peaks", - "frozen_river", - "river", - "ice_spikes", - "old_growth_pine_taiga", - "sunflower_plains", - "old_growth_birch_forest", - "sparse_jungle", - "bamboo_jungle", - "eroded_badlands", - "windswept_savanna", - "cherry_grove", - "frozen_peaks", - "dripstone_caves", - "lush_caves", - "deep_dark" - ], - "c:is_wet/overworld": [ - "swamp", - "mangrove_swamp", - "jungle", - "bamboo_jungle", - "sparse_jungle", - "beach", - "lush_caves", - "dripstone_caves" - ], - "minecraft:is_river": [ - "river", - "frozen_river" - ], - "c:is_dense_vegetation/end": [], - "minecraft:is_ocean": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean" - ], - "c:is_hill": [ - "windswept_hills", - "windswept_forest", - "windswept_gravelly_hills" - ], - "c:is_hot/overworld": [ - "jungle", - "bamboo_jungle", - "sparse_jungle", - "desert", - "badlands", - "wooded_badlands", - "eroded_badlands", - "savanna", - "savanna_plateau", - "windswept_savanna", - "stony_peaks", - "mushroom_fields", - "warm_ocean" - ], - "c:is_badlands": [ - "badlands", - "eroded_badlands", - "wooded_badlands" - ], - "minecraft:has_structure/jungle_temple": [ - "bamboo_jungle", - "jungle" - ], - "c:is_aquatic": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean", - "river", - "frozen_river" - ], - "c:is_outer_end_island": [ - "end_highlands", - "end_midlands", - "end_barrens" - ], - "minecraft:has_structure/buried_treasure": [ - "beach", - "snowy_beach" - ], - "minecraft:has_structure/ruined_portal_ocean": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean" - ], - "c:is_nether": [ - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas" - ], - "c:is_stony_shores": [ - "stony_shore" - ], - "c:is_nether_forest": [ - "warped_forest", - "crimson_forest" - ], - "minecraft:has_structure/ocean_ruin_cold": [ - "frozen_ocean", - "cold_ocean", - "ocean", - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean" - ], - "c:primary_wood_type/jungle": [ - "jungle", - "sparse_jungle" - ], - "c:primary_wood_type/bamboo": [ - "bamboo_jungle" - ], - "minecraft:has_structure/mineshaft_mesa": [ - "badlands", - "eroded_badlands", - "wooded_badlands" - ], - "c:is_temperate/end": [], - "c:is_dark_forest": [ - "dark_forest", - "pale_garden" - ], - "c:hidden_from_locator_selection": [], - "c:is_mountain/peak": [ - "frozen_peaks", - "jagged_peaks", - "stony_peaks" - ], - "c:is_floral": [ - "sunflower_plains", - "meadow", - "cherry_grove", - "flower_forest" - ], - "minecraft:has_structure/shipwreck": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean" - ], - "minecraft:is_end": [ - "the_end", - "end_highlands", - "end_midlands", - "small_end_islands", - "end_barrens" - ], - "c:is_temperate": [ - "plains", - "sunflower_plains", - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "cherry_grove", - "meadow", - "swamp", - "mangrove_swamp", - "beach", - "ocean", - "deep_ocean" - ], - "c:is_hot/nether": [ - "nether_wastes", - "crimson_forest", - "warped_forest", - "soul_sand_valley", - "basalt_deltas" - ], - "minecraft:has_structure/ancient_city": [ - "deep_dark" - ], - "minecraft:has_structure/nether_fortress": [ - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas" - ], - "c:is_sparse_vegetation/end": [], - "minecraft:stronghold_biased_to": [ - "plains", - "sunflower_plains", - "snowy_plains", - "ice_spikes", - "desert", - "forest", - "flower_forest", - "birch_forest", - "dark_forest", - "pale_garden", - "old_growth_birch_forest", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "taiga", - "snowy_taiga", - "savanna", - "savanna_plateau", - "windswept_hills", - "windswept_gravelly_hills", - "windswept_forest", - "windswept_savanna", - "jungle", - "sparse_jungle", - "bamboo_jungle", - "badlands", - "eroded_badlands", - "wooded_badlands", - "meadow", - "cherry_grove", - "grove", - "snowy_slopes", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "mushroom_fields", - "dripstone_caves", - "lush_caves" - ], - "minecraft:without_zombie_sieges": [ - "mushroom_fields" - ], - "minecraft:has_structure/village_snowy": [ - "snowy_plains" - ], - "c:is_forest": [ - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "grove" - ], - "minecraft:spawns_gold_rabbits": [ - "desert" - ], - "minecraft:has_structure/ruined_portal_standard": [ - "beach", - "snowy_beach", - "river", - "frozen_river", - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "grove", - "mushroom_fields", - "ice_spikes", - "dripstone_caves", - "lush_caves", - "savanna", - "snowy_plains", - "plains", - "sunflower_plains" - ], - "minecraft:has_structure/ruined_portal_nether": [ - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas" - ], - "minecraft:is_taiga": [ - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga" - ], - "minecraft:spawns_warm_variant_frogs": [ - "desert", - "warm_ocean", - "bamboo_jungle", - "jungle", - "sparse_jungle", - "savanna", - "savanna_plateau", - "windswept_savanna", - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas", - "badlands", - "eroded_badlands", - "wooded_badlands", - "mangrove_swamp" - ], - "c:is_snowy_plains": [ - "snowy_plains" - ], - "c:primary_wood_type/mangrove": [ - "mangrove_swamp" - ], - "c:is_cold": [ - "taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "windswept_hills", - "windswept_gravelly_hills", - "windswept_forest", - "snowy_plains", - "ice_spikes", - "grove", - "snowy_slopes", - "jagged_peaks", - "frozen_peaks", - "stony_shore", - "snowy_beach", - "snowy_taiga", - "frozen_river", - "cold_ocean", - "frozen_ocean", - "deep_cold_ocean", - "deep_frozen_ocean", - "the_end", - "small_end_islands", - "end_midlands", - "end_highlands", - "end_barrens" - ], - "c:is_mountain/slope": [ - "snowy_slopes", - "meadow", - "grove", - "cherry_grove" - ], - "c:is_dry/end": [ - "the_end", - "small_end_islands", - "end_midlands", - "end_highlands", - "end_barrens" - ], - "c:is_river": [ - "river", - "frozen_river" - ], - "minecraft:has_structure/bastion_remnant": [ - "crimson_forest", - "nether_wastes", - "soul_sand_valley", - "warped_forest" - ], - "minecraft:is_badlands": [ - "badlands", - "eroded_badlands", - "wooded_badlands" - ], - "c:is_wet/end": [], - "c:is_desert": [ - "desert" - ], - "minecraft:is_beach": [ - "beach", - "snowy_beach" - ], - "c:is_mountain": [ - "meadow", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "snowy_slopes", - "cherry_grove", - "grove" - ], - "minecraft:produces_corals_from_bonemeal": [ - "warm_ocean" - ], - "c:is_sparse_vegetation/nether": [], - "minecraft:mineshaft_blocking": [ - "deep_dark" - ], - "minecraft:is_mountain": [ - "meadow", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "snowy_slopes", - "cherry_grove" - ], - "minecraft:has_structure/pillager_outpost": [ - "desert", - "plains", - "savanna", - "snowy_plains", - "taiga", - "meadow", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "snowy_slopes", - "cherry_grove", - "grove" - ], - "c:is_old_growth": [ - "old_growth_birch_forest", - "old_growth_pine_taiga", - "old_growth_spruce_taiga" - ], - "c:is_temperate/overworld": [ - "plains", - "sunflower_plains", - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "cherry_grove", - "meadow", - "swamp", - "mangrove_swamp", - "beach", - "ocean", - "deep_ocean" - ], - "c:is_dense_vegetation/nether": [], - "c:is_hot/end": [], - "c:primary_wood_type/acacia": [ - "savanna", - "savanna_plateau", - "windswept_savanna" - ], - "minecraft:reduce_water_ambient_spawns": [ - "river", - "frozen_river" - ], - "c:is_tree/coniferous": [ - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "grove" - ], - "c:is_shallow_ocean": [ - "ocean", - "lukewarm_ocean", - "warm_ocean", - "cold_ocean", - "frozen_ocean" - ], - "c:is_cold/nether": [], - "minecraft:has_structure/nether_fossil": [ - "soul_sand_valley" - ], - "minecraft:is_jungle": [ - "bamboo_jungle", - "jungle", - "sparse_jungle" - ], - "minecraft:spawns_warm_variant_farm_animals": [ - "desert", - "warm_ocean", - "bamboo_jungle", - "jungle", - "sparse_jungle", - "savanna", - "savanna_plateau", - "windswept_savanna", - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas", - "badlands", - "eroded_badlands", - "wooded_badlands", - "mangrove_swamp", - "deep_lukewarm_ocean", - "lukewarm_ocean" - ], - "c:is_swamp": [ - "mangrove_swamp", - "swamp" - ], - "c:primary_wood_type/birch": [ - "birch_forest", - "old_growth_birch_forest" - ], - "minecraft:has_structure/end_city": [ - "end_highlands", - "end_midlands" - ], - "minecraft:has_structure/ruined_portal_mountain": [ - "badlands", - "eroded_badlands", - "wooded_badlands", - "windswept_hills", - "windswept_forest", - "windswept_gravelly_hills", - "savanna_plateau", - "windswept_savanna", - "stony_shore", - "meadow", - "frozen_peaks", - "jagged_peaks", - "stony_peaks", - "snowy_slopes", - "cherry_grove" - ], - "c:is_underground": [ - "deep_dark", - "dripstone_caves", - "lush_caves" - ], - "c:is_end": [ - "the_end", - "end_highlands", - "end_midlands", - "small_end_islands", - "end_barrens" - ], - "c:primary_wood_type/warped": [ - "warped_forest" - ], - "c:is_beach": [ - "beach", - "snowy_beach" - ], - "c:is_ocean": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean" - ], - "minecraft:has_structure/village_desert": [ - "desert" - ], - "c:is_spooky": [ - "dark_forest", - "pale_garden", - "deep_dark" - ], - "minecraft:plays_underwater_music": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean", - "river", - "frozen_river" - ], - "minecraft:more_frequent_drowned_spawns": [ - "river", - "frozen_river" - ], - "minecraft:polar_bears_spawn_on_alternate_blocks": [ - "frozen_ocean", - "deep_frozen_ocean" - ], - "minecraft:is_overworld": [ - "mushroom_fields", - "deep_frozen_ocean", - "frozen_ocean", - "deep_cold_ocean", - "cold_ocean", - "deep_ocean", - "ocean", - "deep_lukewarm_ocean", - "lukewarm_ocean", - "warm_ocean", - "stony_shore", - "swamp", - "mangrove_swamp", - "snowy_slopes", - "snowy_plains", - "snowy_beach", - "windswept_gravelly_hills", - "grove", - "windswept_hills", - "snowy_taiga", - "windswept_forest", - "taiga", - "plains", - "meadow", - "beach", - "forest", - "old_growth_spruce_taiga", - "flower_forest", - "birch_forest", - "dark_forest", - "pale_garden", - "savanna_plateau", - "savanna", - "jungle", - "badlands", - "desert", - "wooded_badlands", - "jagged_peaks", - "stony_peaks", - "frozen_river", - "river", - "ice_spikes", - "old_growth_pine_taiga", - "sunflower_plains", - "old_growth_birch_forest", - "sparse_jungle", - "bamboo_jungle", - "eroded_badlands", - "windswept_savanna", - "cherry_grove", - "frozen_peaks", - "dripstone_caves", - "lush_caves", - "deep_dark" - ], - "c:is_tree/deciduous": [ - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "windswept_forest" - ], - "minecraft:spawns_snow_foxes": [ - "snowy_plains", - "ice_spikes", - "frozen_ocean", - "snowy_taiga", - "frozen_river", - "snowy_beach", - "frozen_peaks", - "jagged_peaks", - "snowy_slopes", - "grove" - ], - "minecraft:has_structure/village_plains": [ - "plains", - "meadow" - ], - "c:primary_wood_type/pale_oak": [ - "pale_garden" - ], - "minecraft:has_structure/ocean_ruin_warm": [ - "lukewarm_ocean", - "warm_ocean", - "deep_lukewarm_ocean" - ], - "c:is_tree/savanna": [ - "savanna", - "savanna_plateau", - "windswept_savanna" - ], - "c:is_cave": [ - "deep_dark", - "dripstone_caves", - "lush_caves" - ], - "minecraft:has_structure/trial_chambers": [ - "mushroom_fields", - "deep_frozen_ocean", - "frozen_ocean", - "deep_cold_ocean", - "cold_ocean", - "deep_ocean", - "ocean", - "deep_lukewarm_ocean", - "lukewarm_ocean", - "warm_ocean", - "stony_shore", - "swamp", - "mangrove_swamp", - "snowy_slopes", - "snowy_plains", - "snowy_beach", - "windswept_gravelly_hills", - "grove", - "windswept_hills", - "snowy_taiga", - "windswept_forest", - "taiga", - "plains", - "meadow", - "beach", - "forest", - "old_growth_spruce_taiga", - "flower_forest", - "birch_forest", - "dark_forest", - "pale_garden", - "savanna_plateau", - "savanna", - "jungle", - "badlands", - "desert", - "wooded_badlands", - "jagged_peaks", - "stony_peaks", - "frozen_river", - "river", - "ice_spikes", - "old_growth_pine_taiga", - "sunflower_plains", - "old_growth_birch_forest", - "sparse_jungle", - "bamboo_jungle", - "eroded_badlands", - "windswept_savanna", - "cherry_grove", - "frozen_peaks", - "dripstone_caves", - "lush_caves" - ], - "c:is_void": [ - "the_void" - ], - "minecraft:has_closer_water_fog": [ - "swamp", - "mangrove_swamp" - ], - "c:is_cold/end": [ - "the_end", - "small_end_islands", - "end_midlands", - "end_highlands", - "end_barrens" - ], - "minecraft:spawns_cold_variant_frogs": [ - "snowy_plains", - "ice_spikes", - "frozen_peaks", - "jagged_peaks", - "snowy_slopes", - "frozen_ocean", - "deep_frozen_ocean", - "grove", - "deep_dark", - "frozen_river", - "snowy_taiga", - "snowy_beach", - "the_end", - "end_highlands", - "end_midlands", - "small_end_islands", - "end_barrens" - ], - "minecraft:is_forest": [ - "forest", - "flower_forest", - "birch_forest", - "old_growth_birch_forest", - "dark_forest", - "pale_garden", - "grove" - ], - "minecraft:without_wandering_trader_spawns": [ - "the_void" - ], - "minecraft:has_structure/village_taiga": [ - "taiga" - ], - "minecraft:has_structure/swamp_hut": [ - "swamp" - ], - "c:is_dry": [ - "desert", - "badlands", - "wooded_badlands", - "eroded_badlands", - "savanna", - "savanna_plateau", - "windswept_savanna", - "nether_wastes", - "crimson_forest", - "warped_forest", - "soul_sand_valley", - "basalt_deltas", - "the_end", - "small_end_islands", - "end_midlands", - "end_highlands", - "end_barrens" - ], - "minecraft:allows_tropical_fish_spawns_at_any_height": [ - "lush_caves" - ], - "c:is_rare": [ - "sunflower_plains", - "flower_forest", - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "bamboo_jungle", - "sparse_jungle", - "eroded_badlands", - "savanna_plateau", - "windswept_savanna", - "ice_spikes", - "windswept_gravelly_hills", - "pale_garden", - "mushroom_fields", - "deep_dark" - ], - "c:is_lush": [ - "lush_caves" - ], - "c:is_icy": [ - "frozen_peaks", - "ice_spikes" - ], - "c:no_default_monsters": [ - "mushroom_fields", - "deep_dark" - ], - "minecraft:has_structure/ruined_portal_swamp": [ - "swamp", - "mangrove_swamp" - ], - "minecraft:snow_golem_melts": [ - "badlands", - "basalt_deltas", - "crimson_forest", - "desert", - "eroded_badlands", - "nether_wastes", - "savanna", - "savanna_plateau", - "soul_sand_valley", - "warped_forest", - "windswept_savanna", - "wooded_badlands" - ], - "c:is_dry/overworld": [ - "desert", - "badlands", - "wooded_badlands", - "eroded_badlands", - "savanna", - "savanna_plateau", - "windswept_savanna" - ], - "c:primary_wood_type": [ - "forest", - "flower_forest", - "swamp", - "wooded_badlands", - "birch_forest", - "old_growth_birch_forest", - "taiga", - "snowy_taiga", - "old_growth_spruce_taiga", - "old_growth_pine_taiga", - "grove", - "jungle", - "sparse_jungle", - "savanna", - "savanna_plateau", - "windswept_savanna", - "dark_forest", - "mangrove_swamp", - "cherry_grove", - "pale_garden", - "bamboo_jungle", - "crimson_forest", - "warped_forest" - ], - "c:is_dry/nether": [ - "nether_wastes", - "crimson_forest", - "warped_forest", - "soul_sand_valley", - "basalt_deltas" - ], - "c:is_plateau": [ - "wooded_badlands", - "savanna_plateau", - "cherry_grove", - "meadow" - ], - "minecraft:has_structure/ruined_portal_desert": [ - "desert" - ], - "c:is_dense_vegetation/overworld": [ - "dark_forest", - "pale_garden", - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "jungle", - "bamboo_jungle", - "mangrove_swamp" - ], - "c:is_dead": [], - "minecraft:has_structure/trail_ruins": [ - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "old_growth_birch_forest", - "jungle" - ], - "c:is_jungle": [ - "bamboo_jungle", - "jungle", - "sparse_jungle" - ], - "c:is_windswept": [ - "windswept_hills", - "windswept_gravelly_hills", - "windswept_forest", - "windswept_savanna" - ], - "c:is_dense_vegetation": [ - "dark_forest", - "pale_garden", - "old_growth_birch_forest", - "old_growth_spruce_taiga", - "jungle", - "bamboo_jungle", - "mangrove_swamp" - ], - "c:is_mushroom": [ - "mushroom_fields" - ], - "minecraft:has_structure/ocean_monument": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean" - ], - "c:primary_wood_type/crimson": [ - "crimson_forest" - ], - "minecraft:has_structure/desert_pyramid": [ - "desert" - ], - "c:primary_wood_type/dark_oak": [ - "dark_forest" - ], - "minecraft:is_hill": [ - "windswept_hills", - "windswept_forest", - "windswept_gravelly_hills" - ], - "minecraft:allows_surface_slime_spawns": [ - "swamp", - "mangrove_swamp" - ], - "minecraft:has_structure/shipwreck_beached": [ - "beach", - "snowy_beach" - ], - "c:is_sparse_vegetation/overworld": [ - "wooded_badlands", - "savanna", - "savanna_plateau", - "sparse_jungle", - "windswept_savanna", - "windswept_forest", - "windswept_hills", - "windswept_gravelly_hills", - "snowy_slopes", - "jagged_peaks", - "frozen_peaks" - ], - "minecraft:required_ocean_monument_surrounding": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean", - "frozen_ocean", - "ocean", - "cold_ocean", - "lukewarm_ocean", - "warm_ocean", - "river", - "frozen_river" - ], - "c:is_taiga": [ - "taiga", - "snowy_taiga", - "old_growth_pine_taiga", - "old_growth_spruce_taiga" - ], - "c:is_magical": [], - "minecraft:spawns_cold_variant_farm_animals": [ - "snowy_plains", - "ice_spikes", - "frozen_peaks", - "jagged_peaks", - "snowy_slopes", - "frozen_ocean", - "deep_frozen_ocean", - "grove", - "deep_dark", - "frozen_river", - "snowy_taiga", - "snowy_beach", - "the_end", - "end_highlands", - "end_midlands", - "small_end_islands", - "end_barrens", - "cold_ocean", - "deep_cold_ocean", - "old_growth_pine_taiga", - "old_growth_spruce_taiga", - "taiga", - "windswept_forest", - "windswept_gravelly_hills", - "windswept_hills", - "stony_peaks" - ], - "c:is_savanna": [ - "savanna", - "savanna_plateau", - "windswept_savanna" - ], - "c:is_wet": [ - "swamp", - "mangrove_swamp", - "jungle", - "bamboo_jungle", - "sparse_jungle", - "beach", - "lush_caves", - "dripstone_caves" - ], - "minecraft:spawns_white_rabbits": [ - "snowy_plains", - "ice_spikes", - "frozen_ocean", - "snowy_taiga", - "frozen_river", - "snowy_beach", - "frozen_peaks", - "jagged_peaks", - "snowy_slopes", - "grove" - ], - "c:is_temperate/nether": [], - "minecraft:without_patrol_spawns": [ - "mushroom_fields" - ], - "c:is_plains": [ - "plains", - "sunflower_plains" - ], - "c:is_flower_forest": [ - "flower_forest" - ], - "minecraft:has_structure/village_savanna": [ - "savanna" - ], - "c:primary_wood_type/spruce": [ - "taiga", - "snowy_taiga", - "old_growth_spruce_taiga", - "old_growth_pine_taiga", - "grove" - ], - "c:is_sandy": [ - "desert", - "badlands", - "wooded_badlands", - "eroded_badlands", - "beach" - ], - "c:primary_wood_type/oak": [ - "forest", - "flower_forest", - "swamp", - "wooded_badlands" - ], - "c:primary_wood_type/cherry": [ - "cherry_grove" - ], - "minecraft:has_structure/woodland_mansion": [ - "dark_forest", - "pale_garden" - ], - "c:is_snowy": [ - "snowy_beach", - "snowy_plains", - "ice_spikes", - "snowy_taiga", - "grove", - "snowy_slopes", - "jagged_peaks", - "frozen_peaks" - ], - "c:is_tree/jungle": [ - "bamboo_jungle", - "jungle", - "sparse_jungle" - ], - "minecraft:has_structure/ruined_portal_jungle": [ - "bamboo_jungle", - "jungle", - "sparse_jungle" - ], - "minecraft:is_deep_ocean": [ - "deep_frozen_ocean", - "deep_cold_ocean", - "deep_ocean", - "deep_lukewarm_ocean" - ], - "minecraft:is_nether": [ - "nether_wastes", - "soul_sand_valley", - "crimson_forest", - "warped_forest", - "basalt_deltas" + "enchantment": { + "minecraft:on_random_loot": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge", + "binding_curse", + "vanishing_curse", + "frost_walker", + "mending" + ], + "c:entity_speed_enhancements": [ + "soul_speed", + "swift_sneak", + "depth_strider" + ], + "minecraft:tradeable": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge", + "binding_curse", + "vanishing_curse", + "frost_walker", + "mending" + ], + "minecraft:exclusive_set/bow": [ + "infinity", + "mending" + ], + "minecraft:smelts_loot": [ + "fire_aspect" + ], + "minecraft:exclusive_set/mining": [ + "fortune", + "silk_touch" + ], + "minecraft:exclusive_set/boots": [ + "frost_walker", + "depth_strider" + ], + "minecraft:curse": [ + "binding_curse", + "vanishing_curse" + ], + "minecraft:in_enchanting_table": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge" + ], + "c:weapon_damage_enhancements": [ + "sharpness", + "smite", + "bane_of_arthropods", + "power", + "impaling" + ], + "minecraft:exclusive_set/armor": [ + "protection", + "blast_protection", + "fire_protection", + "projectile_protection" + ], + "minecraft:exclusive_set/crossbow": [ + "multishot", + "piercing" + ], + "minecraft:on_mob_spawn_equipment": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge" + ], + "minecraft:prevents_infested_spawns": [ + "silk_touch" + ], + "minecraft:prevents_bee_spawns_when_mining": [ + "silk_touch" + ], + "c:entity_auxiliary_movement_enhancements": [ + "feather_falling", + "frost_walker" + ], + "minecraft:exclusive_set/riptide": [ + "loyalty", + "channeling" + ], + "minecraft:double_trade_price": [ + "binding_curse", + "vanishing_curse", + "swift_sneak", + "soul_speed", + "frost_walker", + "mending", + "wind_burst" + ], + "minecraft:non_treasure": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge" + ], + "minecraft:exclusive_set/damage": [ + "sharpness", + "smite", + "bane_of_arthropods", + "impaling", + "density", + "breach" + ], + "c:entity_defense_enhancements": [ + "protection", + "blast_protection", + "projectile_protection", + "fire_protection", + "respiration", + "feather_falling" + ], + "minecraft:on_traded_equipment": [ + "protection", + "fire_protection", + "feather_falling", + "blast_protection", + "projectile_protection", + "respiration", + "aqua_affinity", + "thorns", + "depth_strider", + "sharpness", + "smite", + "bane_of_arthropods", + "knockback", + "fire_aspect", + "looting", + "sweeping_edge", + "efficiency", + "silk_touch", + "unbreaking", + "fortune", + "power", + "punch", + "flame", + "infinity", + "luck_of_the_sea", + "lure", + "loyalty", + "impaling", + "riptide", + "channeling", + "multishot", + "quick_charge", + "piercing", + "density", + "breach", + "lunge" + ], + "minecraft:prevents_decorated_pot_shattering": [ + "silk_touch" + ], + "minecraft:treasure": [ + "binding_curse", + "vanishing_curse", + "swift_sneak", + "soul_speed", + "frost_walker", + "mending", + "wind_burst" + ], + "minecraft:tooltip_order": [ + "binding_curse", + "vanishing_curse", + "riptide", + "channeling", + "wind_burst", + "frost_walker", + "lunge", + "sharpness", + "smite", + "bane_of_arthropods", + "impaling", + "power", + "density", + "breach", + "piercing", + "sweeping_edge", + "multishot", + "fire_aspect", + "flame", + "knockback", + "punch", + "protection", + "blast_protection", + "fire_protection", + "projectile_protection", + "feather_falling", + "fortune", + "looting", + "silk_touch", + "luck_of_the_sea", + "efficiency", + "quick_charge", + "lure", + "respiration", + "aqua_affinity", + "soul_speed", + "swift_sneak", + "depth_strider", + "thorns", + "loyalty", + "unbreaking", + "infinity", + "mending" + ], + "c:increase_block_drops": [ + "fortune" + ], + "minecraft:prevents_ice_melting": [ + "silk_touch" + ], + "c:increase_entity_drops": [ + "looting" + ] + }, + "banner_pattern": { + "minecraft:pattern_item/flower": [ + "flower" + ], + "minecraft:pattern_item/bordure_indented": [ + "curly_border" + ], + "minecraft:pattern_item/mojang": [ + "mojang" + ], + "minecraft:pattern_item/globe": [ + "globe" + ], + "minecraft:pattern_item/flow": [ + "flow" + ], + "minecraft:pattern_item/piglin": [ + "piglin" + ], + "minecraft:pattern_item/creeper": [ + "creeper" + ], + "minecraft:pattern_item/field_masoned": [ + "bricks" + ], + "minecraft:no_item_required": [ + "square_bottom_left", + "square_bottom_right", + "square_top_left", + "square_top_right", + "stripe_bottom", + "stripe_top", + "stripe_left", + "stripe_right", + "stripe_center", + "stripe_middle", + "stripe_downright", + "stripe_downleft", + "small_stripes", + "cross", + "straight_cross", + "triangle_bottom", + "triangle_top", + "triangles_bottom", + "triangles_top", + "diagonal_left", + "diagonal_up_right", + "diagonal_up_left", + "diagonal_right", + "circle", + "rhombus", + "half_vertical", + "half_horizontal", + "half_vertical_right", + "half_horizontal_bottom", + "border", + "gradient", + "gradient_up" + ], + "minecraft:pattern_item/skull": [ + "skull" + ], + "minecraft:pattern_item/guster": [ + "guster" + ] + }, + "instrument": { + "minecraft:screaming_goat_horns": [ + "admire_goat_horn", + "call_goat_horn", + "yearn_goat_horn", + "dream_goat_horn" + ], + "minecraft:goat_horns": [ + "ponder_goat_horn", + "sing_goat_horn", + "seek_goat_horn", + "feel_goat_horn", + "admire_goat_horn", + "call_goat_horn", + "yearn_goat_horn", + "dream_goat_horn" + ], + "minecraft:regular_goat_horns": [ + "ponder_goat_horn", + "sing_goat_horn", + "seek_goat_horn", + "feel_goat_horn" + ] + }, + "fluid": { + "c:beetroot_soup": [], + "c:mushroom_stew": [], + "c:honey": [], + "c:rabbit_stew": [], + "minecraft:lava": [ + "lava", + "flowing_lava" + ], + "c:milk": [], + "c:gaseous": [], + "c:experience": [], + "c:hidden_from_recipe_viewers": [], + "c:lava": [ + "lava", + "flowing_lava" + ], + "c:water": [ + "water", + "flowing_water" + ], + "c:potion": [], + "c:suspicious_stew": [], + "minecraft:water": [ + "water", + "flowing_water" + ] + }, + "game_event": { + "minecraft:warden_can_listen": [ + "block_attach", + "block_change", + "block_close", + "block_destroy", + "block_detach", + "block_open", + "block_place", + "block_activate", + "block_deactivate", + "container_close", + "container_open", + "drink", + "eat", + "elytra_glide", + "entity_damage", + "entity_die", + "entity_dismount", + "entity_interact", + "entity_mount", + "entity_place", + "entity_action", + "equip", + "explode", + "fluid_pickup", + "fluid_place", + "hit_ground", + "instrument_play", + "item_interact_finish", + "lightning_strike", + "note_block_play", + "prime_fuse", + "projectile_land", + "projectile_shoot", + "shear", + "splash", + "step", + "swim", + "teleport", + "unequip", + "resonate_1", + "resonate_2", + "resonate_3", + "resonate_4", + "resonate_5", + "resonate_6", + "resonate_7", + "resonate_8", + "resonate_9", + "resonate_10", + "resonate_11", + "resonate_12", + "resonate_13", + "resonate_14", + "resonate_15", + "shriek", + "sculk_sensor_tendrils_clicking" + ], + "minecraft:allay_can_listen": [ + "note_block_play" + ], + "minecraft:shrieker_can_listen": [ + "sculk_sensor_tendrils_clicking" + ], + "minecraft:vibrations": [ + "block_attach", + "block_change", + "block_close", + "block_destroy", + "block_detach", + "block_open", + "block_place", + "block_activate", + "block_deactivate", + "container_close", + "container_open", + "drink", + "eat", + "elytra_glide", + "entity_damage", + "entity_die", + "entity_dismount", + "entity_interact", + "entity_mount", + "entity_place", + "entity_action", + "equip", + "explode", + "fluid_pickup", + "fluid_place", + "hit_ground", + "instrument_play", + "item_interact_finish", + "lightning_strike", + "note_block_play", + "prime_fuse", + "projectile_land", + "projectile_shoot", + "shear", + "splash", + "step", + "swim", + "teleport", + "unequip", + "resonate_1", + "resonate_2", + "resonate_3", + "resonate_4", + "resonate_5", + "resonate_6", + "resonate_7", + "resonate_8", + "resonate_9", + "resonate_10", + "resonate_11", + "resonate_12", + "resonate_13", + "resonate_14", + "resonate_15", + "flap" + ], + "minecraft:ignore_vibrations_sneaking": [ + "hit_ground", + "projectile_shoot", + "step", + "swim", + "item_interact_start", + "item_interact_finish" + ] + }, + "timeline": { + "minecraft:universal": [ + "villager_schedule" + ], + "minecraft:in_nether": [ + "villager_schedule" + ], + "minecraft:in_overworld": [ + "villager_schedule", + "day", + "moon", + "early_game" + ], + "minecraft:in_end": [ + "villager_schedule" ] } } \ No newline at end of file diff --git a/pumpkin-data/Cargo.toml b/pumpkin-data/Cargo.toml index 256edba44..a6f55ddf5 100644 --- a/pumpkin-data/Cargo.toml +++ b/pumpkin-data/Cargo.toml @@ -10,7 +10,7 @@ pumpkin-util = { path = "../pumpkin-util" } pumpkin-nbt = { path = "../pumpkin-nbt" } serde.workspace = true -crc-fast = "1.8.0" +crc-fast = "1.9.0" [build-dependencies] pumpkin-util = { path = "../pumpkin-util" } diff --git a/pumpkin-protocol/Cargo.toml b/pumpkin-protocol/Cargo.toml index 59979e485..d712959fa 100644 --- a/pumpkin-protocol/Cargo.toml +++ b/pumpkin-protocol/Cargo.toml @@ -27,7 +27,7 @@ aes = "0.8" cfb8 = "0.8" # compression -async-compression = { version = "0.4.35", features = ["tokio", "zlib"] } +async-compression = { version = "0.4.36", features = ["tokio", "zlib"] } take_mut = "0.2.2" bitflags = "2.10.0" diff --git a/pumpkin-util/src/math/block_box.rs b/pumpkin-util/src/math/block_box.rs index 6a5bc9e2a..2a8faeeec 100644 --- a/pumpkin-util/src/math/block_box.rs +++ b/pumpkin-util/src/math/block_box.rs @@ -28,4 +28,11 @@ impl BlockBox { max: pos.0, } } + + pub fn intersects(&self, other: &Self) -> bool { + self.min.x < other.max.x + && self.max.x > other.min.x + && self.min.y < other.max.y + && self.max.y > other.min.y + } } diff --git a/pumpkin-world/src/chunk/format/anvil.rs b/pumpkin-world/src/chunk/format/anvil.rs index 65ba63099..94087a730 100644 --- a/pumpkin-world/src/chunk/format/anvil.rs +++ b/pumpkin-world/src/chunk/format/anvil.rs @@ -37,8 +37,8 @@ pub const CHUNK_COUNT: usize = REGION_SIZE * REGION_SIZE; /// The number of bytes in a sector (4 KiB) const SECTOR_BYTES: usize = 4096; -// 1.21.10 -pub const WORLD_DATA_VERSION: i32 = 4556; +// 1.21.11 +pub const WORLD_DATA_VERSION: i32 = 4671; #[derive(Debug, Clone, Copy, PartialEq, Eq)] #[repr(u8)] diff --git a/pumpkin-world/src/generation/proto_chunk.rs b/pumpkin-world/src/generation/proto_chunk.rs index 4cadb1718..8f0b362ac 100644 --- a/pumpkin-world/src/generation/proto_chunk.rs +++ b/pumpkin-world/src/generation/proto_chunk.rs @@ -35,8 +35,8 @@ use crate::generation::height_limit::HeightLimitView; use crate::generation::noise::perlin::DoublePerlinNoiseSampler; use crate::generation::noise::router::surface_height_sampler::SurfaceHeightSamplerBuilderOptions; use crate::generation::structure::placement::StructurePlacementCalculator; -use crate::generation::structure::structures::StructurePosition; -use crate::generation::structure::{STRUCTURE_SETS, STRUCTURES, Structure, StructureType}; +use crate::generation::structure::structures::StructureInstance; +use crate::generation::structure::{STRUCTURE_SETS, STRUCTURES, Structure}; use crate::{ BlockStateId, ProtoNoiseRouters, biome::{BiomeSupplier, MultiNoiseBiomeSupplier, end::TheEndBiomeSupplier}, @@ -118,7 +118,7 @@ impl FluidLevelSamplerImpl for StandardChunkFluidLevelSampler { /// /// 12. full: Generation is done and a chunk can now be loaded. The proto-chunk is now converted to a level chunk and all block updates deferred in the above steps are executed. /// -#[derive(Debug, Clone)] +#[derive(Clone)] pub struct ProtoChunk { pub x: i32, pub z: i32, @@ -135,7 +135,7 @@ pub struct ProtoChunk { pub flat_motion_blocking_height_map: Box<[i16]>, pub flat_motion_blocking_no_leaves_height_map: Box<[i16]>, // may want to use chunk status - structure_starts: HashMap, + structure_starts: HashMap, // Height of the chunk for indexing height: u16, bottom_y: i8, @@ -912,11 +912,20 @@ impl ProtoChunk { Xoroshiro::get_population_seed(random_config.seed, block_pos.0.x, block_pos.0.z); let _chunk_box = chunk.get_block_box_for_chunk(); - for (_structure, (pos, stype)) in chunk.structure_starts.clone() { - dbg!("generating structure"); - stype.generate(pos.clone(), chunk); + for (_structure_config, instance) in chunk.structure_starts.clone() { + match instance { + StructureInstance::Start(pos, _stype) => { + // Use the collector directly to place blocks + pos.collector + .generate_in_chunk(chunk, random_config.seed as i64); + } + StructureInstance::Reference(_start_block_pos) => { + // In Minecraft, a Reference tells the engine to look up the + // "Start" data from the chunk at start_block_pos and generate its pieces here. + // If you are only generating "Starts" for now, this can be a TODO. + } + } } - // TODO: This needs to be different depending on what biomes are in the chunk -> affects the // random for (name, feature) in PLACED_FEATURES.iter() { @@ -942,28 +951,37 @@ impl ProtoChunk { let calculator = StructurePlacementCalculator { seed: random_config.seed as i64, }; - // for structure in &set.structures { - // let start = self.structure_starts.get(STRUCTURES.get(name).unwrap()); - // } + + // 1. Check if the placement allows a structure to start in THIS specific chunk if !set.placement.should_generate(calculator, self.x, self.z) { - continue; // ?? + continue; } - if set.structures.len() == 1 { - let position = set.structures[0] - .structure - .get_structure_position(name, self); - if let Some(position) = position - && !position.generator.pieces_positions.is_empty() - { - self.structure_starts.insert( - STRUCTURES.get(name).unwrap().clone(), - (position, set.structures[0].structure.clone()), - ); + // 2. Iterate through potential structures in the set + for structure_entry in &set.structures { + // FIX: Pass the 'name', 'seed', 'coords', and 'self' (the ProtoChunk) + let position = structure_entry.structure.try_generate( + name, + random_config.seed as i64, + self.x, + self.z, + self, + ); + + if let Some(pos) = position { + // Ensure the structure config exists in our registry + if let Some(structure_config) = STRUCTURES.get(name) { + // Minecraft logic: Insert the START in the origin chunk + self.structure_starts.insert( + structure_config.clone(), + StructureInstance::Start(pos, structure_entry.structure.clone()), + ); + + // Minecraft optimization: Usually only one structure start per chunk + return; + } } - return; } - // TODO: handle multiple structures } } diff --git a/pumpkin-world/src/generation/structure/mod.rs b/pumpkin-world/src/generation/structure/mod.rs index 80a7a8d2e..06fa2c5da 100644 --- a/pumpkin-world/src/generation/structure/mod.rs +++ b/pumpkin-world/src/generation/structure/mod.rs @@ -29,7 +29,7 @@ pub struct Structures { pub structure: StructureType, } -#[derive(Deserialize, Clone, Debug)] +#[derive(Deserialize, Clone)] pub enum StructureType { #[serde(rename = "minecraft:buried_treasure")] BuriedTreasure(BuriedTreasureGenerator), @@ -38,39 +38,52 @@ pub enum StructureType { } impl StructureType { - pub fn get_structure_position( + pub fn try_generate( &self, name: &str, - chunk: &ProtoChunk, + seed: i64, + chunk_x: i32, + chunk_z: i32, + chunk_ref_for_biomes: &ProtoChunk, ) -> Option { - let position = match self { - StructureType::BuriedTreasure(generator) => generator.get_structure_position(chunk), - StructureType::NetherFortress(generator) => generator.get_structure_position(chunk), + let structure_pos = match self { + StructureType::BuriedTreasure(generator) => { + generator.try_generate(seed, chunk_x, chunk_z) + } + StructureType::NetherFortress(generator) => { + generator.try_generate(seed, chunk_x, chunk_z) + } }; - if let Some(structure) = STRUCTURES.get(name) { - let current_biome = chunk.get_biome( - position.position.0.x, - position.position.0.y, - position.position.0.z, + + if let Some(pos) = structure_pos + && let Some(structure_data) = STRUCTURES.get(name) + { + // Get the biome at the structure's starting position + let current_biome = chunk_ref_for_biomes.get_biome( + pos.start_pos.0.x, + pos.start_pos.0.y, + pos.start_pos.0.z, ); - if Biome::get_tag_values(&structure.biomes) - .unwrap() + + // Check if the biome is allowed for this structure + if Biome::get_tag_values(&structure_data.biomes) + .unwrap_or_default() .contains(¤t_biome.registry_id) { - return Some(position); + return Some(pos); } } + None } +} - pub fn generate(&self, position: StructurePosition, chunk: &mut crate::ProtoChunk) { - for pos in position.generator.pieces_positions { - match self { - StructureType::BuriedTreasure(generator) => generator.generate(pos, chunk), - StructureType::NetherFortress(generator) => generator.generate(pos, chunk), - } - } - } +pub fn generate_structure_pieces( + structure_pos: &StructurePosition, + chunk: &mut ProtoChunk, + seed: i64, +) { + structure_pos.collector.generate_in_chunk(chunk, seed); } #[derive(Deserialize, Clone, PartialEq, Eq, Hash, Debug)] diff --git a/pumpkin-world/src/generation/structure/structures/buried_treasure.rs b/pumpkin-world/src/generation/structure/structures/buried_treasure.rs index 6b3e808c7..1ac655e4d 100644 --- a/pumpkin-world/src/generation/structure/structures/buried_treasure.rs +++ b/pumpkin-world/src/generation/structure/structures/buried_treasure.rs @@ -1,50 +1,70 @@ use pumpkin_data::{Block, BlockDirection}; use pumpkin_util::{ HeightMap, - math::{block_box::BlockBox, position::BlockPos, vector3::Vector3}, + math::{block_box::BlockBox, position::BlockPos}, }; use serde::Deserialize; use crate::{ ProtoChunk, generation::{ - positions::chunk_pos::{get_center_x, get_center_z, get_offset_x, get_offset_z}, - structure::structures::{StructureGenerator, StructurePiecesCollector, StructurePosition}, + positions::chunk_pos::{get_center_x, get_center_z}, + structure::structures::{ + StructureGenerator, StructurePiece, StructurePiecesCollector, StructurePosition, + }, }, }; -#[derive(Deserialize, Clone, Debug)] +#[derive(Deserialize, Clone)] pub struct BuriedTreasureGenerator; impl StructureGenerator for BuriedTreasureGenerator { - fn get_structure_position(&self, chunk: &ProtoChunk) -> super::StructurePosition { - let x = get_center_x(chunk.x); - let z = get_center_z(chunk.z); - let y = chunk.get_top_y(&HeightMap::OceanFloorWg, x, z) - 1; - let generator = StructurePiecesCollector { - pieces_positions: vec![BlockBox::from_pos(BlockPos::new( - get_offset_x(chunk.x, 9), - 90, - get_offset_z(chunk.z, 9), - ))], - }; - StructurePosition { - position: BlockPos(Vector3::new(x, y, z)), - generator, - } + fn try_generate(&self, _seed: i64, chunk_x: i32, chunk_z: i32) -> Option { + let x = get_center_x(chunk_x); + let z = get_center_z(chunk_z); + + let bounding_box = BlockBox::new(x, -64, z, x, 320, z); + + let mut collector = StructurePiecesCollector::default(); + + collector.add_piece(Box::new(BuriedTreasurePiece { + target_x: x, + target_z: z, + bounding_box, + })); + + Some(StructurePosition { + start_pos: BlockPos::new(x, 90, z), + collector: collector.into(), + }) + } +} + +/// The Logic for actually placing the chest +#[derive(Debug, Clone)] +pub struct BuriedTreasurePiece { + target_x: i32, + target_z: i32, + bounding_box: BlockBox, +} + +impl StructurePiece for BuriedTreasurePiece { + fn bounding_box(&self) -> &BlockBox { + &self.bounding_box } - fn generate(&self, bounding_box: BlockBox, chunk: &mut crate::ProtoChunk) { - let y = chunk.get_top_y( - &HeightMap::OceanFloorWg, - bounding_box.min.x, - bounding_box.min.z, - ); - let mut pos = BlockPos::new(bounding_box.min.x, y, bounding_box.min.z); - for _ in y..chunk.bottom_y() as i32 { + fn place(&self, chunk: &mut ProtoChunk, _seed: i64) { + let y = chunk.get_top_y(&HeightMap::OceanFloorWg, self.target_x, self.target_z); + + let mut pos = BlockPos::new(self.target_x, y, self.target_z); + let bottom_y = chunk.bottom_y() as i32; + + for _ in (bottom_y..=y).rev() { let state = chunk.get_block_state(&pos.0); - let down_raw_state = chunk.get_block_state(&pos.down().0); + let down_pos = pos.down(); + let down_raw_state = chunk.get_block_state(&down_pos.0); let down_block = down_raw_state.to_block(); + if down_block == &Block::SANDSTONE || down_block == &Block::STONE || down_block == &Block::ANDESITE @@ -52,27 +72,34 @@ impl StructureGenerator for BuriedTreasureGenerator { || down_block == &Block::DIORITE { for dir in BlockDirection::all() { - let pos = pos.offset(dir.to_offset()); - let dir_state = chunk.get_block_state(&pos.0); + let offset_pos = pos.offset(dir.to_offset()); + let dir_state = chunk.get_block_state(&offset_pos.0); + if !dir_state.to_state().is_air() && !Self::is_liquid(dir_state.to_block()) { continue; } - let down_pos = pos.down(); - let down_state = chunk.get_block_state(&down_pos.0); - if (down_state.to_state().is_air() || Self::is_liquid(down_state.to_block())) + + let down_offset_pos = offset_pos.down(); + let down_offset_state = chunk.get_block_state(&down_offset_pos.0); + + if (down_offset_state.to_state().is_air() + || Self::is_liquid(down_offset_state.to_block())) && dir != BlockDirection::Up { - chunk.set_block_state(&pos.0, down_raw_state.to_state()); + chunk.set_block_state(&offset_pos.0, down_raw_state.to_state()); continue; } + let state1 = if state.to_state().is_air() || Self::is_liquid(state.to_block()) { Block::SAND.default_state } else { state.to_state() }; - chunk.set_block_state(&pos.0, state1); + chunk.set_block_state(&offset_pos.0, state1); } - // TODO: add loot + + // Place the Chest + // TODO: Add loot table logic here (requires seed) chunk.set_block_state(&pos.0, Block::CHEST.default_state); return; } @@ -81,7 +108,7 @@ impl StructureGenerator for BuriedTreasureGenerator { } } -impl BuriedTreasureGenerator { +impl BuriedTreasurePiece { fn is_liquid(block: &Block) -> bool { block == &Block::WATER || block == &Block::LAVA } diff --git a/pumpkin-world/src/generation/structure/structures/mod.rs b/pumpkin-world/src/generation/structure/structures/mod.rs index 239d2e9a1..e71253915 100644 --- a/pumpkin-world/src/generation/structure/structures/mod.rs +++ b/pumpkin-world/src/generation/structure/structures/mod.rs @@ -1,18 +1,17 @@ +use std::sync::Arc; + use pumpkin_data::BlockState; use pumpkin_util::math::{block_box::BlockBox, position::BlockPos, vector3::Vector3}; -use crate::ProtoChunk; +use crate::{ + ProtoChunk, + generation::{height_limit::HeightLimitView, structure::StructureType}, +}; pub mod buried_treasure; pub mod nether_fortress; pub mod swamp_hut; -pub trait StructureGenerator { - fn get_structure_position(&self, chunk: &ProtoChunk) -> StructurePosition; - - fn generate(&self, position: BlockBox, chunk: &mut crate::ProtoChunk); -} - #[expect(clippy::too_many_arguments)] pub fn fill_with_outline( min_x: i32, @@ -23,22 +22,43 @@ pub fn fill_with_outline( max_z: i32, outline: &BlockState, inside: &BlockState, - chunk: &mut crate::ProtoChunk, + chunk: &mut ProtoChunk, ) { + let chunk_x = chunk.x; + let chunk_z = chunk.z; + + let chunk_min_x = chunk_x * 16; + let chunk_max_x = chunk_min_x + 15; + let chunk_min_z = chunk_z * 16; + let chunk_max_z = chunk_min_z + 15; + + let start_x = min_x.max(chunk_min_x); + let end_x = max_x.min(chunk_max_x); + let start_z = min_z.max(chunk_min_z); + let end_z = max_z.min(chunk_max_z); + + if start_x > end_x || start_z > end_z { + return; + } + for y in min_y..=max_y { - for x in min_x..=max_x { - for z in min_z..=max_z { - if y == min_y || y == max_y || x == min_x || x == max_x || z == min_z || z == max_z - { - chunk.set_block_state(&Vector3::new(x, y, z), outline); - } else { - chunk.set_block_state(&Vector3::new(x, y, z), inside); - } + for x in start_x..=end_x { + for z in start_z..=end_z { + let is_border = x == min_x + || x == max_x + || y == min_y + || y == max_y + || z == min_z + || z == max_z; + + let block = if is_border { outline } else { inside }; + chunk.set_block_state(&Vector3::new(x, y, z), block); } } } } +/// Fills a solid cuboid. #[expect(clippy::too_many_arguments)] pub fn fill( min_x: i32, @@ -48,30 +68,106 @@ pub fn fill( max_y: i32, max_z: i32, state: &BlockState, - chunk: &mut crate::ProtoChunk, + chunk: &mut ProtoChunk, ) { + // Basic bounds check to avoid iterating 1000s of blocks outside the chunk + let chunk_x = chunk.x; + let chunk_z = chunk.z; + let chunk_min_x = chunk_x * 16; + let chunk_max_x = chunk_min_x + 15; + let chunk_min_z = chunk_z * 16; + let chunk_max_z = chunk_min_z + 15; + + let start_x = min_x.max(chunk_min_x); + let end_x = max_x.min(chunk_max_x); + let start_z = min_z.max(chunk_min_z); + let end_z = max_z.min(chunk_max_z); + + if start_x > end_x || start_z > end_z { + return; + } + for y in min_y..=max_y { - for x in min_x..=max_x { - for z in min_z..=max_z { + for x in start_x..=end_x { + for z in start_z..=end_z { chunk.set_block_state(&Vector3::new(x, y, z), state); } } } } -pub fn fill_downwards(x: i32, y: i32, z: i32, state: &BlockState, chunk: &mut crate::ProtoChunk) { - for y in y..chunk.bottom_y() as i32 { - chunk.set_block_state(&Vector3::new(x, y, z), state); +/// Fills downwards from a point until the bottom of the world. +pub fn fill_downwards(x: i32, y: i32, z: i32, state: &BlockState, chunk: &mut ProtoChunk) { + let start_y = y; + let end_y = chunk.bottom_y() as i32; // e.g. -64 + + // FIX: Use .rev() because ranges like 60..-64 are empty. + // Also, usually you want to stop if you hit a solid block (optional, depends on need). + for current_y in (end_y..=start_y).rev() { + chunk.set_block_state(&Vector3::new(x, current_y, z), state); } } -#[derive(Clone, Debug)] -pub struct StructurePosition { - pub position: BlockPos, - pub generator: StructurePiecesCollector, +/// Represents a single component of a structure (e.g., a room, a bridge). +pub trait StructurePiece: Send + Sync { + /// The bounding box of this specific piece. + fn bounding_box(&self) -> &BlockBox; + + /// Places the blocks for this piece into the chunk. + fn place(&self, chunk: &mut ProtoChunk, seed: i64); } -#[derive(Default, Clone, Debug)] +/// Holds all the pieces that make up a generated structure instance. +#[derive(Default)] pub struct StructurePiecesCollector { - pub pieces_positions: Vec, + pub pieces: Vec>, +} + +impl StructurePiecesCollector { + pub fn new() -> Self { + Self { pieces: Vec::new() } + } + + pub fn add_piece(&mut self, piece: Box) { + self.pieces.push(piece); + } + + /// Iterates over all pieces and generates them if they intersect the current chunk. + pub fn generate_in_chunk(&self, chunk: &mut ProtoChunk, seed: i64) { + let chunk_x = chunk.x; + let chunk_z = chunk.z; + let chunk_box = BlockBox::new( + chunk_x * 16, + chunk.bottom_y() as i32, + chunk_z * 16, + (chunk_x * 16) + 15, + chunk.top_y() as i32, + (chunk_z * 16) + 15, + ); + + for piece in &self.pieces { + if piece.bounding_box().intersects(&chunk_box) { + piece.place(chunk, seed); + } + } + } +} + +#[derive(Clone)] +pub struct StructurePosition { + pub start_pos: BlockPos, + pub collector: Arc, +} + +pub trait StructureGenerator { + fn try_generate(&self, seed: i64, chunk_x: i32, chunk_z: i32) -> Option; +} + +#[derive(Clone)] +pub enum StructureInstance { + /// This chunk is the "owner" of the structure. + Start(StructurePosition, StructureType), + /// This chunk just contains a piece of a structure starting elsewhere. + /// Stores the BlockPos of the 'Start' so you can look it up. + Reference(BlockPos), } diff --git a/pumpkin-world/src/generation/structure/structures/nether_fortress.rs b/pumpkin-world/src/generation/structure/structures/nether_fortress.rs index 5254c0e56..0aa5e4027 100644 --- a/pumpkin-world/src/generation/structure/structures/nether_fortress.rs +++ b/pumpkin-world/src/generation/structure/structures/nether_fortress.rs @@ -7,7 +7,8 @@ use crate::{ generation::{ positions::chunk_pos, structure::structures::{ - StructureGenerator, StructurePiecesCollector, StructurePosition, fill_with_outline, + StructureGenerator, StructurePiece, StructurePiecesCollector, StructurePosition, fill, + fill_downwards, fill_with_outline, }, }, }; @@ -16,130 +17,169 @@ use crate::{ pub struct NetherFortressGenerator; impl StructureGenerator for NetherFortressGenerator { - fn get_structure_position(&self, chunk: &ProtoChunk) -> StructurePosition { - let start_x = chunk_pos::start_block_x(chunk.x); - let start_z = chunk_pos::start_block_z(chunk.z); - let generator = StructurePiecesCollector { - pieces_positions: vec![], // TODO + fn try_generate(&self, _seed: i64, chunk_x: i32, chunk_z: i32) -> Option { + let start_x = chunk_pos::start_block_x(chunk_x); + let start_z = chunk_pos::start_block_z(chunk_z); + let start_y = 64; + + let mut collector = StructurePiecesCollector::default(); + + // Add a Bridge Platform piece + let box_min = BlockPos::new(start_x, start_y, start_z); + let box_max = BlockPos::new(start_x + 8, start_y + 10, start_z + 8); + + collector.add_piece(Box::new(NetherFortressPiece { + bounding_box: BlockBox::new( + box_min.0.x, + box_min.0.y, + box_min.0.z, + box_max.0.x, + box_max.0.y, + box_max.0.z, + ), + piece_type: NetherFortressPieceType::BridgePlatform, + })); + + Some(StructurePosition { + start_pos: box_min, + collector: collector.into(), + }) + } +} + +#[derive(Debug, Clone)] +pub enum NetherFortressPieceType { + BridgePlatform, + SmallCorridor, +} + +#[derive(Debug, Clone)] +pub struct NetherFortressPiece { + pub bounding_box: BlockBox, + pub piece_type: NetherFortressPieceType, +} + +impl StructurePiece for NetherFortressPiece { + fn bounding_box(&self) -> &BlockBox { + &self.bounding_box + } + + fn place(&self, chunk: &mut ProtoChunk, _seed: i64) { + let origin_x = self.bounding_box.min.x; + let origin_y = self.bounding_box.min.y; + let origin_z = self.bounding_box.min.z; + + let offset = |x, y, z| Vector3::new(origin_x + x, origin_y + y, origin_z + z); + + let fill_rel = |min_x, min_y, min_z, max_x, max_y, max_z, block, c: &mut ProtoChunk| { + fill( + origin_x + min_x, + origin_y + min_y, + origin_z + min_z, + origin_x + max_x, + origin_y + max_y, + origin_z + max_z, + block, + c, + ) }; - StructurePosition { - position: BlockPos::new(start_x, 64, start_z), - generator, - } - } - fn generate(&self, position: BlockBox, chunk: &mut crate::ProtoChunk) { - BridgePlatform::generate(&BridgePlatform, position, chunk); - } -} + let fill_outline_rel = + |min_x, min_y, min_z, max_x, max_y, max_z, outline, inside, c: &mut ProtoChunk| { + fill_with_outline( + origin_x + min_x, + origin_y + min_y, + origin_z + min_z, + origin_x + max_x, + origin_y + max_y, + origin_z + max_z, + outline, + inside, + c, + ) + }; -pub struct BridgePlatform; + match self.piece_type { + NetherFortressPieceType::BridgePlatform => { + fill_rel(0, 2, 0, 6, 7, 7, Block::AIR.default_state, chunk); + fill_rel(1, 0, 0, 5, 1, 7, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 2, 1, 5, 2, 7, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 3, 2, 5, 3, 7, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 4, 3, 5, 4, 7, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 2, 0, 1, 4, 2, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(5, 2, 0, 5, 4, 2, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 5, 2, 1, 5, 3, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(5, 5, 2, 5, 5, 3, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(0, 5, 3, 0, 5, 8, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(6, 5, 3, 6, 5, 8, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(1, 5, 8, 5, 5, 8, Block::NETHER_BRICKS.default_state, chunk); -impl BridgePlatform { - fn generate(&self, _box: BlockBox, chunk: &mut crate::ProtoChunk) { - super::fill(0, 2, 0, 6, 7, 7, Block::AIR.default_state, chunk); - super::fill(1, 0, 0, 5, 1, 7, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 2, 1, 5, 2, 7, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 3, 2, 5, 3, 7, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 4, 3, 5, 4, 7, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 2, 0, 1, 4, 2, Block::NETHER_BRICKS.default_state, chunk); - super::fill(5, 2, 0, 5, 4, 2, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 5, 2, 1, 5, 3, Block::NETHER_BRICKS.default_state, chunk); - super::fill(5, 5, 2, 5, 5, 3, Block::NETHER_BRICKS.default_state, chunk); - super::fill(0, 5, 3, 0, 5, 8, Block::NETHER_BRICKS.default_state, chunk); - super::fill(6, 5, 3, 6, 5, 8, Block::NETHER_BRICKS.default_state, chunk); - super::fill(1, 5, 8, 5, 5, 8, Block::NETHER_BRICKS.default_state, chunk); - // TODO - let block_state = Block::NETHER_BRICK_FENCE.default_state; - let block_state2 = Block::NETHER_BRICK_FENCE.default_state; + let fence = &Block::NETHER_BRICK_FENCE.default_state; - chunk.set_block_state( - &Vector3::new(1, 6, 3), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state( - &Vector3::new(5, 6, 3), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state( - &Vector3::new(0, 6, 3), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state( - &Vector3::new(6, 6, 3), - Block::NETHER_BRICK_FENCE.default_state, - ); + chunk.set_block_state(&offset(1, 6, 3), fence); + chunk.set_block_state(&offset(5, 6, 3), fence); + chunk.set_block_state(&offset(0, 6, 3), fence); + chunk.set_block_state(&offset(6, 6, 3), fence); - fill_with_outline(0, 6, 4, 0, 6, 7, block_state2, block_state2, chunk); - fill_with_outline(6, 6, 4, 6, 6, 7, block_state2, block_state2, chunk); + fill_outline_rel(0, 6, 4, 0, 6, 7, fence, fence, chunk); + fill_outline_rel(6, 6, 4, 6, 6, 7, fence, fence, chunk); - chunk.set_block_state( - &Vector3::new(0, 6, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state( - &Vector3::new(6, 6, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); + chunk.set_block_state(&offset(0, 6, 8), fence); + chunk.set_block_state(&offset(6, 6, 8), fence); - fill_with_outline(1, 6, 8, 5, 6, 8, block_state, block_state, chunk); + fill_outline_rel(1, 6, 8, 5, 6, 8, fence, fence, chunk); - chunk.set_block_state( - &Vector3::new(1, 7, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); + chunk.set_block_state(&offset(1, 7, 8), fence); + fill_outline_rel(2, 7, 8, 4, 7, 8, fence, fence, chunk); + chunk.set_block_state(&offset(5, 7, 8), fence); - fill_with_outline(2, 7, 8, 4, 7, 8, block_state, block_state, chunk); + chunk.set_block_state(&offset(2, 8, 8), fence); + chunk.set_block_state(&offset(3, 8, 8), fence); + chunk.set_block_state(&offset(4, 8, 8), fence); - chunk.set_block_state( - &Vector3::new(5, 7, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state( - &Vector3::new(2, 8, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); - chunk.set_block_state(&Vector3::new(3, 8, 8), block_state); - chunk.set_block_state( - &Vector3::new(4, 8, 8), - Block::NETHER_BRICK_FENCE.default_state, - ); + // Blaze Spawner + chunk.set_block_state(&offset(3, 5, 5), Block::SPAWNER.default_state); - // Blaze Spawner - chunk.set_block_state( - &Vector3::new(3, 5, 5), // ? - Block::SPAWNER.default_state, - ); + // Pillars down + for x in 0..6 { + for z in 0..6 { + fill_downwards( + origin_x + x, + origin_y - 1, + origin_z + z, + Block::NETHER_BRICKS.default_state, + chunk, + ); + } + } + } + NetherFortressPieceType::SmallCorridor => { + fill_rel(0, 0, 0, 4, 1, 4, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(0, 2, 0, 4, 5, 4, Block::AIR.default_state, chunk); - for x in 0..6 { - for z in 0..6 { - super::fill_downwards(x, -1, z, Block::NETHER_BRICKS.default_state, chunk); - } - } - } -} + let fence = &Block::NETHER_BRICK_FENCE.default_state; -pub struct SmallCorridor; + fill_rel(0, 2, 0, 0, 5, 4, Block::NETHER_BRICKS.default_state, chunk); + fill_rel(4, 2, 0, 4, 5, 4, Block::NETHER_BRICKS.default_state, chunk); -impl SmallCorridor { - fn generate(&self, _position: BlockPos, chunk: &mut crate::ProtoChunk) { - super::fill(0, 0, 0, 4, 1, 4, Block::NETHER_BRICKS.default_state, chunk); - super::fill(0, 2, 0, 4, 5, 4, Block::AIR.default_state, chunk); + fill_rel(0, 3, 1, 0, 4, 1, fence, chunk); + fill_rel(0, 3, 3, 0, 4, 3, fence, chunk); + fill_rel(4, 3, 1, 4, 4, 1, fence, chunk); + fill_rel(4, 3, 3, 4, 4, 3, fence, chunk); - // TODO - let block_state = Block::NETHER_BRICK_FENCE.default_state; + fill_rel(0, 6, 0, 4, 6, 4, Block::NETHER_BRICKS.default_state, chunk); - super::fill(0, 2, 0, 0, 5, 4, Block::NETHER_BRICKS.default_state, chunk); - super::fill(4, 2, 0, 4, 5, 4, Block::NETHER_BRICKS.default_state, chunk); - super::fill(0, 3, 1, 0, 4, 1, block_state, chunk); - super::fill(0, 3, 3, 0, 4, 3, block_state, chunk); - super::fill(4, 3, 1, 4, 4, 1, block_state, chunk); - super::fill(4, 3, 3, 4, 4, 3, block_state, chunk); - super::fill(0, 6, 0, 4, 6, 4, Block::NETHER_BRICKS.default_state, chunk); - - for i in 0..=4 { - for j in 0..=4 { - super::fill_downwards(i, -1, j, Block::NETHER_BRICKS.default_state, chunk); + for i in 0..=4 { + for j in 0..=4 { + fill_downwards( + origin_x + i, + origin_y - 1, + origin_z + j, + Block::NETHER_BRICKS.default_state, + chunk, + ); + } + } } } } diff --git a/pumpkin-world/src/generation/structure/structures/swamp_hut.rs b/pumpkin-world/src/generation/structure/structures/swamp_hut.rs index 023b3f180..f78dc85af 100644 --- a/pumpkin-world/src/generation/structure/structures/swamp_hut.rs +++ b/pumpkin-world/src/generation/structure/structures/swamp_hut.rs @@ -1,17 +1,111 @@ -use pumpkin_util::math::block_box::BlockBox; +use pumpkin_data::Block; +use pumpkin_util::{ + HeightMap, + math::{block_box::BlockBox, position::BlockPos, vector3::Vector3}, +}; use serde::Deserialize; -use crate::{ProtoChunk, generation::structure::structures::StructureGenerator}; +use crate::{ + ProtoChunk, + generation::{ + positions::chunk_pos::{get_center_x, get_center_z}, + structure::structures::{ + StructureGenerator, StructurePiece, StructurePiecesCollector, StructurePosition, fill, + fill_downwards, + }, + }, +}; -#[derive(Deserialize, Clone, Debug)] +#[derive(Deserialize, Clone)] pub struct SwampHutGenerator; impl StructureGenerator for SwampHutGenerator { - fn get_structure_position(&self, _chunk: &ProtoChunk) -> super::StructurePosition { - todo!() - } + fn try_generate(&self, _seed: i64, chunk_x: i32, chunk_z: i32) -> Option { + let x = get_center_x(chunk_x); + let z = get_center_z(chunk_z); + let box_min_x = x; + let box_min_z = z; - fn generate(&self, _position: BlockBox, _chunk: &mut crate::ProtoChunk) { - todo!() + let bounding_box = + BlockBox::new(box_min_x, 60, box_min_z, box_min_x + 7, 80, box_min_z + 7); + + let mut collector = StructurePiecesCollector::default(); + collector.add_piece(Box::new(SwampHutPiece { bounding_box })); + + Some(StructurePosition { + start_pos: BlockPos::new(x, 64, z), + collector: collector.into(), + }) + } +} + +#[derive(Debug, Clone)] +pub struct SwampHutPiece { + bounding_box: BlockBox, +} + +impl StructurePiece for SwampHutPiece { + fn bounding_box(&self) -> &BlockBox { + &self.bounding_box + } + + fn place(&self, chunk: &mut ProtoChunk, _seed: i64) { + let origin_x = self.bounding_box.min.x; + let origin_z = self.bounding_box.min.z; + + // Find surface height (approximate, usually slightly submerged in swamp) + let floor_y = chunk.get_top_y(&HeightMap::OceanFloorWg, origin_x + 3, origin_z + 3) + 3; // +3 to lift it up + + let origin_y = floor_y; + + let fill_rel = |min_x, min_y, min_z, max_x, max_y, max_z, block, c: &mut ProtoChunk| { + fill( + origin_x + min_x, + origin_y + min_y, + origin_z + min_z, + origin_x + max_x, + origin_y + max_y, + origin_z + max_z, + block, + c, + ) + }; + + let offset = |x, y, z| Vector3::new(origin_x + x, origin_y + y, origin_z + z); + + // 1. Stilts (Logs downwards) + let spruce_log = &Block::SPRUCE_LOG.default_state; + let stilts = [(1, 1), (1, 6), (6, 1), (6, 6)]; + + for (sx, sz) in stilts { + fill_downwards(origin_x + sx, origin_y, origin_z + sz, spruce_log, chunk); + } + + // 2. Main Platform (Spruce Planks) + let spruce_planks = &Block::SPRUCE_PLANKS.default_state; + fill_rel(0, 0, 0, 7, 0, 7, spruce_planks, chunk); + + // 3. Walls + fill_rel(0, 1, 0, 7, 3, 0, spruce_planks, chunk); // North + fill_rel(0, 1, 7, 7, 3, 7, spruce_planks, chunk); // South + fill_rel(0, 1, 0, 0, 3, 7, spruce_planks, chunk); // West + fill_rel(7, 1, 0, 7, 3, 7, spruce_planks, chunk); // East + + // 4. Roof (Simple block roof for now, stairs are complex without proper state orientation helpers) + fill_rel(0, 4, 0, 7, 4, 7, spruce_planks, chunk); + fill_rel(1, 5, 1, 6, 5, 6, spruce_planks, chunk); + + // 5. Windows/Air + fill_rel(1, 1, 1, 6, 3, 6, Block::AIR.default_state, chunk); // Clear inside + + // 6. Interior Decorations + chunk.set_block_state(&offset(2, 1, 2), Block::CRAFTING_TABLE.default_state); + chunk.set_block_state(&offset(2, 1, 3), Block::CAULDRON.default_state); + + // Note: Flower Pot usually requires block entity data or specific state, simplifying here + chunk.set_block_state(&offset(5, 1, 3), Block::POTTED_BLUE_ORCHID.default_state); + + // Fence on balcony + chunk.set_block_state(&offset(3, 1, 0), Block::OAK_FENCE.default_state); } } diff --git a/pumpkin-world/src/lib.rs b/pumpkin-world/src/lib.rs index cb06fd449..7bcf3eb7d 100644 --- a/pumpkin-world/src/lib.rs +++ b/pumpkin-world/src/lib.rs @@ -23,7 +23,7 @@ pub mod world_info; pub type BlockId = u16; pub type BlockStateId = u16; -pub const CURRENT_MC_VERSION: &str = "1.21.10"; +pub const CURRENT_MC_VERSION: &str = "1.21.11"; pub const CURRENT_BEDROCK_MC_VERSION: &str = "1.21.111"; #[macro_export] diff --git a/pumpkin-world/src/world_info/anvil.rs b/pumpkin-world/src/world_info/anvil.rs index 6b0da2746..c191da9e9 100644 --- a/pumpkin-world/src/world_info/anvil.rs +++ b/pumpkin-world/src/world_info/anvil.rs @@ -203,27 +203,8 @@ mod test { difficulty: Difficulty::Normal, difficulty_locked: false, game_rules: GameRuleRegistry { - announce_advancements: true, block_explosion_drop_decay: true, command_block_output: true, - command_modification_block_limit: 32768, - disable_elytra_movement_check: false, - disable_player_movement_check: false, - disable_raids: false, - do_daylight_cycle: true, - do_entity_drops: true, - do_fire_tick: true, - do_immediate_respawn: false, - do_insomnia: true, - do_limited_crafting: false, - do_mob_loot: true, - do_mob_spawning: true, - do_patrol_spawning: true, - do_tile_drops: true, - do_trader_spawning: true, - do_vines_spread: true, - do_warden_spawning: true, - do_weather_cycle: true, drowning_damage: true, ender_pearls_vanish_on_death: true, fall_damage: true, @@ -234,12 +215,9 @@ mod test { keep_inventory: false, lava_source_conversion: false, log_admin_commands: true, - max_command_chain_length: 65536, - max_command_fork_count: 65536, max_entity_cramming: 24, mob_explosion_drop_decay: true, mob_griefing: true, - natural_regeneration: true, players_nether_portal_creative_delay: 0, players_nether_portal_default_delay: 80, players_sleeping_percentage: 100, @@ -248,8 +226,6 @@ mod test { reduced_debug_info: false, send_command_feedback: true, show_death_messages: true, - snow_accumulation_height: 1, - spawn_radius: 10, spectators_generate_chunks: true, tnt_explosion_drop_decay: false, universal_anger: false, diff --git a/pumpkin-world/src/world_info/mod.rs b/pumpkin-world/src/world_info/mod.rs index 7780fbeb6..86b9bd2de 100644 --- a/pumpkin-world/src/world_info/mod.rs +++ b/pumpkin-world/src/world_info/mod.rs @@ -11,7 +11,7 @@ pub mod anvil; // Constraint: disk biome palette serialization changed in 1.21.5 pub const MINIMUM_SUPPORTED_WORLD_DATA_VERSION: i32 = 4435; // 1.21.9 -pub const MAXIMUM_SUPPORTED_WORLD_DATA_VERSION: i32 = 4556; // 1.21.10 +pub const MAXIMUM_SUPPORTED_WORLD_DATA_VERSION: i32 = 4671; // 1.21.11 pub const MINIMUM_SUPPORTED_LEVEL_VERSION: i32 = 19132; // 1.21.9 pub const MAXIMUM_SUPPORTED_LEVEL_VERSION: i32 = 19133; // 1.21.9 diff --git a/pumpkin/src/entity/player.rs b/pumpkin/src/entity/player.rs index 60eb85cdb..907623245 100644 --- a/pumpkin/src/entity/player.rs +++ b/pumpkin/src/entity/player.rs @@ -97,7 +97,7 @@ use pumpkin_world::chunk_system::ChunkLoading; const MAX_CACHED_SIGNATURES: u8 = 128; // Vanilla: 128 const MAX_PREVIOUS_MESSAGES: u8 = 20; // Vanilla: 20 -pub const DATA_VERSION: i32 = 4556; // 1.21.10 +pub const DATA_VERSION: i32 = 4671; // 1.21.11 enum BatchState { Initial, diff --git a/pumpkin/src/net/java/config.rs b/pumpkin/src/net/java/config.rs index 85672aa84..62fdbd8f4 100644 --- a/pumpkin/src/net/java/config.rs +++ b/pumpkin/src/net/java/config.rs @@ -166,6 +166,7 @@ impl JavaClient { pumpkin_data::tag::RegistryKey::Item, pumpkin_data::tag::RegistryKey::EntityType, pumpkin_data::tag::RegistryKey::Dialog, + pumpkin_data::tag::RegistryKey::Timeline, ])) .await; diff --git a/pumpkin/src/net/java/login.rs b/pumpkin/src/net/java/login.rs index ee9ca2f9d..4ee50fccc 100644 --- a/pumpkin/src/net/java/login.rs +++ b/pumpkin/src/net/java/login.rs @@ -381,7 +381,7 @@ impl JavaClient { self.send_packet_now(&CKnownPacks::new(&[KnownPack { namespace: "minecraft", id: "core", - version: "1.21.10", + version: "1.21.11", }])) .await; }