diff --git a/behavior_pack/entities/breeze.json b/behavior_pack/entities/breeze.json index 12172755b..2f0649122 100644 --- a/behavior_pack/entities/breeze.json +++ b/behavior_pack/entities/breeze.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.30", "minecraft:entity": { "description": { "identifier": "minecraft:breeze", @@ -188,7 +188,7 @@ { "test": "is_navigating", "value": false } ] }, - "attack_range": [ 2, 16 ], + "attack_range": [ 0, 16 ], "attack_cooldown": 0.5, "pre_shoot_delay": 0.75, "post_shoot_delay": 0.2, diff --git a/behavior_pack/entities/fox.json b/behavior_pack/entities/fox.json index 1688e303e..2d144abeb 100644 --- a/behavior_pack/entities/fox.json +++ b/behavior_pack/entities/fox.json @@ -1,5 +1,5 @@ { - "format_version": "1.21.0", + "format_version": "1.21.30", "minecraft:entity": { "description": { "identifier": "minecraft:fox", @@ -437,8 +437,8 @@ "minecraft:nameable": { }, "minecraft:health": { - "value": 20, - "max": 20 + "value": 10, + "max": 10 }, "minecraft:movement": { "value": 0.3 diff --git a/behavior_pack/entities/snow_golem.json b/behavior_pack/entities/snow_golem.json index 5080e8bc7..e10fbea4c 100644 --- a/behavior_pack/entities/snow_golem.json +++ b/behavior_pack/entities/snow_golem.json @@ -67,7 +67,12 @@ "damage_per_tick": 4 }, { - "filters": { "test": "is_temperature_value", "operator": ">", "value": 1.0 }, + "filters": { + "all_of": [ + { "test": "is_temperature_value", "operator": ">", "value": 1.0 }, + { "test": "has_component", "subject": "self", "operator": "!=", "value": "minecraft:effect.fire_resistance" } + ] + }, "cause": "temperature", "damage_per_tick": 1 }, diff --git a/behavior_pack/loot_tables/chests/ancient_city.json b/behavior_pack/loot_tables/chests/ancient_city.json index 3603a1771..f6bda2fed 100644 --- a/behavior_pack/loot_tables/chests/ancient_city.json +++ b/behavior_pack/loot_tables/chests/ancient_city.json @@ -315,8 +315,8 @@ "add": false }, { - "function": "set_data", - "data": 30 + "function": "set_potion", + "id": "strong_regeneration" } ], "name": "minecraft:potion" diff --git a/behavior_pack/loot_tables/chests/buriedtreasure.json b/behavior_pack/loot_tables/chests/buriedtreasure.json index f6fa0d0f4..7b46f58c8 100644 --- a/behavior_pack/loot_tables/chests/buriedtreasure.json +++ b/behavior_pack/loot_tables/chests/buriedtreasure.json @@ -149,8 +149,8 @@ "name": "minecraft:potion", "functions": [ { - "function": "set_data", - "data": 19 + "function": "set_potion", + "id": "water_breathing" } ], "weight": 15 @@ -160,8 +160,8 @@ "name": "minecraft:potion", "functions": [ { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ], "weight": 10 diff --git a/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json b/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json index ec5d72530..202d7eb2c 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/reward_common.json @@ -21,7 +21,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 4, - "aux_val": 26, "functions": [ { "function": "set_count", @@ -31,8 +30,8 @@ } }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, diff --git a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json index c40f08bfa..ad334e181 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/reward_ominous_common.json @@ -35,7 +35,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 3, - "aux_val": 43, "functions": [ { "function": "set_count", @@ -45,8 +44,8 @@ } }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "strong_slowness" } ] }, diff --git a/behavior_pack/loot_tables/chests/trial_chambers/supply.json b/behavior_pack/loot_tables/chests/trial_chambers/supply.json index 94ad262ff..0f93dfb80 100644 --- a/behavior_pack/loot_tables/chests/trial_chambers/supply.json +++ b/behavior_pack/loot_tables/chests/trial_chambers/supply.json @@ -24,7 +24,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 26, "functions": [ { "function": "set_count", @@ -34,8 +33,8 @@ } }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, @@ -43,7 +42,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 18, "functions": [ { "function": "set_count", @@ -53,8 +51,8 @@ } }, { - "function": "set_data", - "data": 18 + "function": "set_potion", + "id": "slowness" } ] }, @@ -160,15 +158,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 2.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -176,15 +173,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 2.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] }, diff --git a/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json b/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json index 0079efa8f..62bccf36f 100644 --- a/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json +++ b/behavior_pack/loot_tables/dispensers/trial_chambers/chamber.json @@ -74,11 +74,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 17, "functions": [ { - "function": "set_data", - "data": 17 + "function": "set_potion", + "id": "slowness" }, { "function": "set_count", @@ -93,11 +92,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 25, "functions": [ { - "function": "set_data", - "data": 25 + "function": "set_potion", + "id": "poison" }, { "function": "set_count", @@ -112,11 +110,10 @@ "type": "item", "name": "minecraft:splash_potion", "weight": 1, - "aux_val": 34, "functions": [ { - "function": "set_data", - "data": 34 + "function": "set_potion", + "id": "weakness" }, { "function": "set_count", @@ -131,11 +128,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 17, "functions": [ { - "function": "set_data", - "data": 17 + "function": "set_potion", + "id": "slowness" }, { "function": "set_count", @@ -150,11 +146,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 25, "functions": [ { - "function": "set_data", - "data": 25 + "function": "set_potion", + "id": "poison" }, { "function": "set_count", @@ -169,11 +164,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 34, "functions": [ { - "function": "set_data", - "data": 34 + "function": "set_potion", + "id": "weakness" }, { "function": "set_count", @@ -188,11 +182,10 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 21, "functions": [ { - "function": "set_data", - "data": 21 + "function": "set_potion", + "id": "healing" }, { "function": "set_count", diff --git a/behavior_pack/loot_tables/entities/bogged.json b/behavior_pack/loot_tables/entities/bogged.json index 6edd759be..4e61d3b37 100644 --- a/behavior_pack/loot_tables/entities/bogged.json +++ b/behavior_pack/loot_tables/entities/bogged.json @@ -59,7 +59,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "auxVal": 26, "functions": [ { "function": "set_count", @@ -77,8 +76,8 @@ "limit": 1 }, { - "function": "minecraft:set_data", - "data": 26 + "function": "minecraft:set_potion", + "id": "poison" } ] } diff --git a/behavior_pack/loot_tables/entities/elder_guardian.json b/behavior_pack/loot_tables/entities/elder_guardian.json index f3b4dea48..72f351ee8 100644 --- a/behavior_pack/loot_tables/entities/elder_guardian.json +++ b/behavior_pack/loot_tables/entities/elder_guardian.json @@ -68,14 +68,8 @@ "entries": [ { "type": "item", - "name": "minecraft:sponge", - "weight": 1, - "functions": [ - { - "function": "set_data", - "data": 1 - } - ] + "name": "minecraft:wet_sponge", + "weight": 1 } ], "conditions": [ diff --git a/behavior_pack/loot_tables/entities/piglin_barter.json b/behavior_pack/loot_tables/entities/piglin_barter.json index 041cd79b9..e0e85bbcb 100644 --- a/behavior_pack/loot_tables/entities/piglin_barter.json +++ b/behavior_pack/loot_tables/entities/piglin_barter.json @@ -41,8 +41,8 @@ "weight": 8, "functions": [ { - "function": "set_data", - "data": 12 + "function": "set_potion", + "id": "fire_resistance" } ] }, @@ -52,8 +52,8 @@ "weight": 8, "functions": [ { - "function": "set_data", - "data": 12 + "function": "set_potion", + "id": "fire_resistance" } ] }, @@ -63,8 +63,8 @@ "weight": 10, "functions": [ { - "function": "set_data", - "data": 0 + "function": "set_potion", + "id": "water" } ] }, diff --git a/behavior_pack/loot_tables/entities/stray.json b/behavior_pack/loot_tables/entities/stray.json index 30caf839d..16db95203 100644 --- a/behavior_pack/loot_tables/entities/stray.json +++ b/behavior_pack/loot_tables/entities/stray.json @@ -59,7 +59,6 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "auxVal": 19, "functions": [ { "function": "set_count", @@ -77,8 +76,8 @@ "limit": 1 }, { - "function": "minecraft:set_data", - "data": 19 + "function": "minecraft:set_potion", + "id": "slowness" } ] } diff --git a/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json b/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json index 7fb035c2d..768e485be 100644 --- a/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json +++ b/behavior_pack/loot_tables/spawners/ominous/trial_chamber/consumables.json @@ -49,15 +49,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -65,15 +64,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] } diff --git a/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json b/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json index 8d2dd3f9b..8ab87d124 100644 --- a/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json +++ b/behavior_pack/loot_tables/spawners/trial_chamber/consumables.json @@ -46,15 +46,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 28, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 28 + "function": "set_potion", + "id": "regeneration" } ] }, @@ -62,15 +61,14 @@ "type": "item", "name": "minecraft:potion", "weight": 1, - "aux_val": 14, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 14 + "function": "set_potion", + "id": "swiftness" } ] } diff --git a/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json b/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json index 4f84cb018..2f49fa9bb 100644 --- a/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json +++ b/behavior_pack/loot_tables/spawners/trial_chamber/items_to_drop_when_ominous.json @@ -7,15 +7,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 43, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "wind_charged" } ] }, @@ -23,15 +22,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 45, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 45 + "function": "set_potion", + "id": "oozing" } ] }, @@ -39,15 +37,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 44, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 44 + "function": "set_potion", + "id": "weaving" } ] }, @@ -55,15 +52,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 46, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 46 + "function": "set_potion", + "id": "infested" } ] }, @@ -71,15 +67,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 31, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 31 + "function": "set_potion", + "id": "strength" } ] }, @@ -87,15 +82,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 14, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 14 + "function": "set_potion", + "id": "swiftness" } ] }, @@ -103,15 +97,14 @@ "type": "item", "name": "minecraft:lingering_potion", "weight": 1, - "aux_val": 40, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 40 + "function": "set_potion", + "id": "slow_falling" } ] } @@ -135,15 +128,14 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 26, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 26 + "function": "set_potion", + "id": "poison" } ] }, @@ -151,15 +143,14 @@ "type": "item", "name": "minecraft:arrow", "weight": 1, - "aux_val": 43, "functions": [ { "function": "set_count", "count": 1.0 }, { - "function": "set_data", - "data": 43 + "function": "set_potion", + "id": "strong_slowness" } ] }, diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index 2c5e0fcf7..da2d3805b 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -5,7 +5,7 @@ "name": "Vanilla Behavior Pack", "uuid": "ee649bcf-256c-4013-9068-6a802b89d756", "version": [ 0, 0, 1 ], - "min_engine_version": [ 1, 21, 20 ] + "min_engine_version": [ 1, 21, 30 ] }, "modules": [ { diff --git a/behavior_pack/recipes/andesite_wall.json b/behavior_pack/recipes/andesite_wall.json index c853e6b9c..5216132a5 100644 --- a/behavior_pack/recipes/andesite_wall.json +++ b/behavior_pack/recipes/andesite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } }, "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, + "item": "minecraft:andesite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/brick_wall.json b/behavior_pack/recipes/brick_wall.json index 2072b09fa..69f66ec55 100644 --- a/behavior_pack/recipes/brick_wall.json +++ b/behavior_pack/recipes/brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:brick_block" } }, - "unlock": [ - { - "item": "minecraft:brick_block" - } + "unlock": [ + { + "item": "minecraft:brick_block" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, + "item": "minecraft:brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/cobblestone_wall.json b/behavior_pack/recipes/cobblestone_wall.json index 30d796a11..38321d928 100644 --- a/behavior_pack/recipes/cobblestone_wall.json +++ b/behavior_pack/recipes/cobblestone_wall.json @@ -23,7 +23,6 @@ ], "result": { "item": "minecraft:cobblestone_wall", - "data": 0, "count": 6 } } diff --git a/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json b/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json index 890248f8a..72bad1048 100644 --- a/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json +++ b/behavior_pack/recipes/cyan_dye_from_pitcher_plant.json @@ -1,25 +1,26 @@ { - "format_version": "1.20.10", - "minecraft:recipe_shapeless": { - "description": { - "identifier": "minecraft:cyan_dye_from_pitcher_plant" - }, - "tags": [ - "crafting_table" - ], - "group": "cyan_dye", - "ingredients": [ - { - "item": "minecraft:pitcher_plant" - } - ], - "unlock": [ - { - "item": "minecraft:pitcher_plant" - } - ], - "result": { - "item": "minecraft:cyan_dye" - } + "format_version": "1.21.30", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "minecraft:cyan_dye_from_pitcher_plant" + }, + "tags": [ + "crafting_table" + ], + "group": "cyan_dye", + "ingredients": [ + { + "item": "minecraft:pitcher_plant" + } + ], + "unlock": [ + { + "item": "minecraft:pitcher_plant" + } + ], + "result": { + "item": "minecraft:cyan_dye", + "count": 2 } + } } diff --git a/behavior_pack/recipes/diorite_wall.json b/behavior_pack/recipes/diorite_wall.json index 269fd468c..d372afc41 100644 --- a/behavior_pack/recipes/diorite_wall.json +++ b/behavior_pack/recipes/diorite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } }, - "unlock": [ + "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, + "item": "minecraft:diorite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/end_brick_wall.json b/behavior_pack/recipes/end_brick_wall.json index 656098ea6..a673b7099 100644 --- a/behavior_pack/recipes/end_brick_wall.json +++ b/behavior_pack/recipes/end_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:end_bricks" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:end_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/furnace_acacia_wood.json b/behavior_pack/recipes/furnace_acacia_wood.json index f878d303f..f474833ef 100644 --- a/behavior_pack/recipes/furnace_acacia_wood.json +++ b/behavior_pack/recipes/furnace_acacia_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_acacia_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:4", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_birch_wood.json b/behavior_pack/recipes/furnace_birch_wood.json index 994feebd7..2a59fa72c 100644 --- a/behavior_pack/recipes/furnace_birch_wood.json +++ b/behavior_pack/recipes/furnace_birch_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_birch_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:2", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_dark_oak_wood.json b/behavior_pack/recipes/furnace_dark_oak_wood.json index 5540f1ff7..06d127a26 100644 --- a/behavior_pack/recipes/furnace_dark_oak_wood.json +++ b/behavior_pack/recipes/furnace_dark_oak_wood.json @@ -6,7 +6,7 @@ }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:5", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_jungle_wood.json b/behavior_pack/recipes/furnace_jungle_wood.json index dd836a2e0..9f7498446 100644 --- a/behavior_pack/recipes/furnace_jungle_wood.json +++ b/behavior_pack/recipes/furnace_jungle_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_jungle_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:3", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log2_acacia.json b/behavior_pack/recipes/furnace_log2_acacia.json index a763b6131..50f69d6bf 100644 --- a/behavior_pack/recipes/furnace_log2_acacia.json +++ b/behavior_pack/recipes/furnace_log2_acacia.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log2_acacia" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log2:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log2_dark_oak.json b/behavior_pack/recipes/furnace_log2_dark_oak.json index 764f8823d..0ff5dd548 100644 --- a/behavior_pack/recipes/furnace_log2_dark_oak.json +++ b/behavior_pack/recipes/furnace_log2_dark_oak.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log2_dark_oak" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log2:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_birch.json b/behavior_pack/recipes/furnace_log_birch.json index 30e2a75ed..b599e5dcb 100644 --- a/behavior_pack/recipes/furnace_log_birch.json +++ b/behavior_pack/recipes/furnace_log_birch.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_birch" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:2", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_jungle.json b/behavior_pack/recipes/furnace_log_jungle.json index dbdb01b24..4e1ba90f6 100644 --- a/behavior_pack/recipes/furnace_log_jungle.json +++ b/behavior_pack/recipes/furnace_log_jungle.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_jungle" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:3", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_oak.json b/behavior_pack/recipes/furnace_log_oak.json index 632f97ea1..65dc04b6d 100644 --- a/behavior_pack/recipes/furnace_log_oak.json +++ b/behavior_pack/recipes/furnace_log_oak.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_oak" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_log_spruce.json b/behavior_pack/recipes/furnace_log_spruce.json index 4e2874a56..b083eecc4 100644 --- a/behavior_pack/recipes/furnace_log_spruce.json +++ b/behavior_pack/recipes/furnace_log_spruce.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_log_spruce" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:log:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_oak_wood.json b/behavior_pack/recipes/furnace_oak_wood.json index 9958334bf..b6e156772 100644 --- a/behavior_pack/recipes/furnace_oak_wood.json +++ b/behavior_pack/recipes/furnace_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:0", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_sponge.json b/behavior_pack/recipes/furnace_sponge.json index 7a7b3ab07..d01ecc53a 100644 --- a/behavior_pack/recipes/furnace_sponge.json +++ b/behavior_pack/recipes/furnace_sponge.json @@ -11,8 +11,8 @@ } ], "tags": ["furnace"], - "input": "minecraft:sponge:1", - "output": "minecraft:sponge:0" + "input": "minecraft:wet_sponge", + "output": "minecraft:sponge" } } diff --git a/behavior_pack/recipes/furnace_spruce_wood.json b/behavior_pack/recipes/furnace_spruce_wood.json index dfba1b4e4..65a3e73db 100644 --- a/behavior_pack/recipes/furnace_spruce_wood.json +++ b/behavior_pack/recipes/furnace_spruce_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_spruce_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:1", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_acacia_wood.json b/behavior_pack/recipes/furnace_stripped_acacia_wood.json index b12d91685..b99431243 100644 --- a/behavior_pack/recipes/furnace_stripped_acacia_wood.json +++ b/behavior_pack/recipes/furnace_stripped_acacia_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_acacia_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:12", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_birch_wood.json b/behavior_pack/recipes/furnace_stripped_birch_wood.json index 31d6aa112..bff95f47d 100644 --- a/behavior_pack/recipes/furnace_stripped_birch_wood.json +++ b/behavior_pack/recipes/furnace_stripped_birch_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_birch_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:10", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json b/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json index a6e39d138..8afdb3dfb 100644 --- a/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json +++ b/behavior_pack/recipes/furnace_stripped_dark_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_dark_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:13", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_jungle_wood.json b/behavior_pack/recipes/furnace_stripped_jungle_wood.json index e64703d17..26ef2e5ce 100644 --- a/behavior_pack/recipes/furnace_stripped_jungle_wood.json +++ b/behavior_pack/recipes/furnace_stripped_jungle_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_jungle_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:11", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_oak_wood.json b/behavior_pack/recipes/furnace_stripped_oak_wood.json index fea1c559a..12451099f 100644 --- a/behavior_pack/recipes/furnace_stripped_oak_wood.json +++ b/behavior_pack/recipes/furnace_stripped_oak_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_oak_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:8", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/furnace_stripped_spruce_wood.json b/behavior_pack/recipes/furnace_stripped_spruce_wood.json index 8cfbbe1a5..887e76ac0 100644 --- a/behavior_pack/recipes/furnace_stripped_spruce_wood.json +++ b/behavior_pack/recipes/furnace_stripped_spruce_wood.json @@ -1,12 +1,12 @@ { - "format_version": "1.12", + "format_version": "1.20.10", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_stripped_spruce_wood" }, - "tags": ["furnace"], + "tags": ["deprecated"], "input": "minecraft:wood:9", "output": "minecraft:coal:1" } diff --git a/behavior_pack/recipes/granite_wall.json b/behavior_pack/recipes/granite_wall.json index f3ee2f271..bef7ebebd 100644 --- a/behavior_pack/recipes/granite_wall.json +++ b/behavior_pack/recipes/granite_wall.json @@ -13,19 +13,16 @@ ], "key": { "#": { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } }, - "unlock": [ - { - "item": "minecraft:stone", - "data": 1 - } + "unlock": [ + { + "item": "minecraft:granite" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, + "item": "minecraft:granite_wall", "count": 6 } } diff --git a/behavior_pack/recipes/mossy_cobblestone_wall.json b/behavior_pack/recipes/mossy_cobblestone_wall.json index 64e21b0a5..41c5c2d10 100644 --- a/behavior_pack/recipes/mossy_cobblestone_wall.json +++ b/behavior_pack/recipes/mossy_cobblestone_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:mossy_cobblestone" } }, - "unlock": [ - { - "item": "minecraft:mossy_cobblestone" - } + "unlock": [ + { + "item": "minecraft:mossy_cobblestone" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 1, + "item": "minecraft:mossy_cobblestone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/mossy_stone_brick_wall.json b/behavior_pack/recipes/mossy_stone_brick_wall.json index dff46eb6b..235b98d74 100644 --- a/behavior_pack/recipes/mossy_stone_brick_wall.json +++ b/behavior_pack/recipes/mossy_stone_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:mossy_stone_bricks" } }, - "unlock": [ - { - "item": "minecraft:mossy_stone_bricks" - } + "unlock": [ + { + "item": "minecraft:mossy_stone_bricks" + } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, + "item": "minecraft:mossy_stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/nether_brick_wall.json b/behavior_pack/recipes/nether_brick_wall.json index a976664b3..abad9e1ad 100644 --- a/behavior_pack/recipes/nether_brick_wall.json +++ b/behavior_pack/recipes/nether_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:nether_brick" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, + "item": "minecraft:nether_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/prismarine_wall.json b/behavior_pack/recipes/prismarine_wall.json index d15d03c14..826c087d2 100644 --- a/behavior_pack/recipes/prismarine_wall.json +++ b/behavior_pack/recipes/prismarine_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:prismarine", - "data": 0 + "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, + "item": "minecraft:prismarine_wall", "count": 6 } } diff --git a/behavior_pack/recipes/red_nether_brick_wall.json b/behavior_pack/recipes/red_nether_brick_wall.json index a175aa564..8bc9fda33 100644 --- a/behavior_pack/recipes/red_nether_brick_wall.json +++ b/behavior_pack/recipes/red_nether_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:red_nether_brick" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:red_nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 13, + "item": "minecraft:red_nether_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/red_sandstone_wall.json b/behavior_pack/recipes/red_sandstone_wall.json index b0151300a..3277acb6a 100644 --- a/behavior_pack/recipes/red_sandstone_wall.json +++ b/behavior_pack/recipes/red_sandstone_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:red_sandstone", "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, + "item": "minecraft:red_sandstone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/sandstone_wall.json b/behavior_pack/recipes/sandstone_wall.json index 1bf2a0cbe..3b17365a0 100644 --- a/behavior_pack/recipes/sandstone_wall.json +++ b/behavior_pack/recipes/sandstone_wall.json @@ -17,15 +17,14 @@ "data": 0 } }, - "unlock": [ + "unlock": [ { "item": "minecraft:sandstone", "data": 0 } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, + "item": "minecraft:sandstone_wall", "count": 6 } } diff --git a/behavior_pack/recipes/stone_brick_wall.json b/behavior_pack/recipes/stone_brick_wall.json index 8e7e19c21..b6fff4e17 100644 --- a/behavior_pack/recipes/stone_brick_wall.json +++ b/behavior_pack/recipes/stone_brick_wall.json @@ -16,14 +16,13 @@ "item": "minecraft:stone_bricks" } }, - "unlock": [ + "unlock": [ { "item": "minecraft:stone_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 6 } } diff --git a/behavior_pack/recipes/stonecutter_andesite_wall.json b/behavior_pack/recipes/stonecutter_andesite_wall.json index b790ffe65..78d79c83f 100644 --- a/behavior_pack/recipes/stonecutter_andesite_wall.json +++ b/behavior_pack/recipes/stonecutter_andesite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 5 + "item": "minecraft:andesite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 4, + "item": "minecraft:andesite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_brick_wall.json b/behavior_pack/recipes/stonecutter_brick_wall.json index b7963d753..6dccf1811 100644 --- a/behavior_pack/recipes/stonecutter_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:brick_block", - "data": 0 + "item": "minecraft:brick_block" } ], "unlock": [ { - "item": "minecraft:brick_block", - "data": 0 + "item": "minecraft:brick_block" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 6, + "item": "minecraft:brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_cobblestone_wall.json b/behavior_pack/recipes/stonecutter_cobblestone_wall.json index 18559fd98..43611f0a3 100644 --- a/behavior_pack/recipes/stonecutter_cobblestone_wall.json +++ b/behavior_pack/recipes/stonecutter_cobblestone_wall.json @@ -10,14 +10,12 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:cobblestone", - "data": 0 + "item": "minecraft:cobblestone" } ], "unlock": [ { - "item": "minecraft:cobblestone", - "data": 0 + "item": "minecraft:cobblestone" } ], "result": { diff --git a/behavior_pack/recipes/stonecutter_diorite_wall.json b/behavior_pack/recipes/stonecutter_diorite_wall.json index 046b7a48a..d86ca17a8 100644 --- a/behavior_pack/recipes/stonecutter_diorite_wall.json +++ b/behavior_pack/recipes/stonecutter_diorite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 3 + "item": "minecraft:diorite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 3, + "item": "minecraft:diorite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_endbrick_wall.json b/behavior_pack/recipes/stonecutter_endbrick_wall.json index c1ff59847..ba6b7f7e0 100644 --- a/behavior_pack/recipes/stonecutter_endbrick_wall.json +++ b/behavior_pack/recipes/stonecutter_endbrick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:end_stone", - "data": 0 + "item": "minecraft:end_stone" } ], "unlock": [ { - "item": "minecraft:end_stone", - "data": 0 + "item": "minecraft:end_stone" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_endbrick_wall2.json b/behavior_pack/recipes/stonecutter_endbrick_wall2.json index cd8a2d498..fc3ac6adf 100644 --- a/behavior_pack/recipes/stonecutter_endbrick_wall2.json +++ b/behavior_pack/recipes/stonecutter_endbrick_wall2.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:end_bricks", - "data": 0 + "item": "minecraft:end_bricks" } ], "unlock": [ { - "item": "minecraft:end_bricks", - "data": 0 + "item": "minecraft:end_bricks" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 10, + "item": "minecraft:end_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_granite_wall.json b/behavior_pack/recipes/stonecutter_granite_wall.json index b5a2a96ae..2ee03a5df 100644 --- a/behavior_pack/recipes/stonecutter_granite_wall.json +++ b/behavior_pack/recipes/stonecutter_granite_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "unlock": [ { - "item": "minecraft:stone", - "data": 1 + "item": "minecraft:granite" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 2, + "item": "minecraft:granite_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json b/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json index 0d951fad3..cb141dd39 100644 --- a/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json +++ b/behavior_pack/recipes/stonecutter_mossy_cobblestone_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:mossy_cobblestone", - "data": 0 + "item": "minecraft:mossy_cobblestone" } ], "unlock": [ { - "item": "minecraft:mossy_cobblestone", - "data": 0 + "item": "minecraft:mossy_cobblestone" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 1, + "item": "minecraft:mossy_cobblestone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json index 29be2436d..377a48447 100644 --- a/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json +++ b/behavior_pack/recipes/stonecutter_mossy_stonebrick_wall.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 8, + "item": "minecraft:mossy_stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_nether_brick_wall.json b/behavior_pack/recipes/stonecutter_nether_brick_wall.json index 4bbd7998e..2e8117716 100644 --- a/behavior_pack/recipes/stonecutter_nether_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_nether_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:nether_brick", - "data": 0 + "item": "minecraft:nether_brick" } ], "unlock": [ { - "item": "minecraft:nether_brick", - "data": 0 + "item": "minecraft:nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 9, + "item": "minecraft:nether_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_prismarine_wall.json b/behavior_pack/recipes/stonecutter_prismarine_wall.json index 891a6ecbe..a40ec0b08 100644 --- a/behavior_pack/recipes/stonecutter_prismarine_wall.json +++ b/behavior_pack/recipes/stonecutter_prismarine_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 11, + "item": "minecraft:prismarine_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json b/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json index 2ac589e04..22a714d06 100644 --- a/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json +++ b/behavior_pack/recipes/stonecutter_red_nether_brick_wall.json @@ -10,19 +10,16 @@ "priority": 2, "ingredients": [ { - "item": "minecraft:red_nether_brick", - "data": 0 + "item": "minecraft:red_nether_brick" } ], "unlock": [ { - "item": "minecraft:red_nether_brick", - "data": 0 + "item": "minecraft:red_nether_brick" } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 13, + "item": "minecraft:red_nether_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_red_sandstone_wall.json b/behavior_pack/recipes/stonecutter_red_sandstone_wall.json index f624c94d1..99bef69e3 100644 --- a/behavior_pack/recipes/stonecutter_red_sandstone_wall.json +++ b/behavior_pack/recipes/stonecutter_red_sandstone_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 12, + "item": "minecraft:red_sandstone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_sandstone_wall.json b/behavior_pack/recipes/stonecutter_sandstone_wall.json index 4613d662d..ca92ae24f 100644 --- a/behavior_pack/recipes/stonecutter_sandstone_wall.json +++ b/behavior_pack/recipes/stonecutter_sandstone_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 5, + "item": "minecraft:sandstone_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_stonebrick_wall.json b/behavior_pack/recipes/stonecutter_stonebrick_wall.json index ff79cca45..3ef629b36 100644 --- a/behavior_pack/recipes/stonecutter_stonebrick_wall.json +++ b/behavior_pack/recipes/stonecutter_stonebrick_wall.json @@ -21,8 +21,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json index f4c070df0..940183482 100644 --- a/behavior_pack/recipes/stonecutter_stonebrick_wall2.json +++ b/behavior_pack/recipes/stonecutter_stonebrick_wall2.json @@ -19,8 +19,7 @@ } ], "result": { - "item": "minecraft:cobblestone_wall", - "data": 7, + "item": "minecraft:stone_brick_wall", "count": 1 } } diff --git a/behavior_pack/trading/economy_trades/fletcher_trades.json b/behavior_pack/trading/economy_trades/fletcher_trades.json index b8b3c7648..fb6917ca8 100644 --- a/behavior_pack/trading/economy_trades/fletcher_trades.json +++ b/behavior_pack/trading/economy_trades/fletcher_trades.json @@ -39,7 +39,7 @@ ], "gives": [ { - "item": "minecraft:arrow:0", + "item": "minecraft:arrow", "quantity": 16 } ], @@ -302,7 +302,7 @@ "price_multiplier": 0.05 }, { - "item": "minecraft:arrow:0", + "item": "minecraft:arrow", "quantity": 5, "price_multiplier": 0.05 } @@ -311,64 +311,154 @@ { "choice": [ { - "item": "minecraft:arrow:6", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "nightvision" + } + ] }, { - "item": "minecraft:arrow:8", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "invisibility" + } + ] }, { - "item": "minecraft:arrow:10", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "leaping" + } + ] }, { - "item": "minecraft:arrow:13", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "fire_resistance" + } + ] }, { - "item": "minecraft:arrow:15", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "swiftness" + } + ] }, { - "item": "minecraft:arrow:18", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "slowness" + } + ] }, { - "item": "minecraft:arrow:20", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "water_breathing" + } + ] }, { - "item": "minecraft:arrow:22", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "healing" + } + ] }, { - "item": "minecraft:arrow:24", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "harming" + } + ] }, { - "item": "minecraft:arrow:26", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "poison" + } + ] }, { - "item": "minecraft:arrow:29", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "regeneration" + } + ] }, { - "item": "minecraft:arrow:32", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "strength" + } + ] }, { - "item": "minecraft:arrow:35", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "weakness" + } + ] }, { - "item": "minecraft:arrow:37", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "turtle_master" + } + ] }, { - "item": "minecraft:arrow:38", - "quantity": 5 + "item": "minecraft:arrow", + "quantity": 5, + "functions": [ + { + "function": "set_potion", + "id": "wither" + } + ] } ] } diff --git a/documentation/Addons.html b/documentation/Addons.html index 27267a731..e5586bbc2 100644 --- a/documentation/Addons.html +++ b/documentation/Addons.html @@ -1,4 +1,4 @@ -
Index
Blocks | minecraft:chemistry_table | 0 | -minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 0] | +minecraft:compound_creator ["direction" = 0] | |
---|---|---|---|---|---|
minecraft:chemistry_table:001 | minecraft:chemistry_table | 1 | -minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 1] | +minecraft:compound_creator ["direction" = 1] | |
minecraft:chemistry_table:002 | minecraft:chemistry_table | 2 | -minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 2] | +minecraft:compound_creator ["direction" = 2] | |
minecraft:chemistry_table:003 | minecraft:chemistry_table | 3 | -minecraft:chemistry_table ["chemistry_table_type" = "compound_creator", "direction" = 3] | +minecraft:compound_creator ["direction" = 3] | |
minecraft:chemistry_table:004 | minecraft:chemistry_table | 4 | -minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 0] | +minecraft:material_reducer ["direction" = 0] | |
minecraft:chemistry_table:005 | minecraft:chemistry_table | 5 | -minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 1] | +minecraft:material_reducer ["direction" = 1] | |
minecraft:chemistry_table:006 | minecraft:chemistry_table | 6 | -minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 2] | +minecraft:material_reducer ["direction" = 2] | |
minecraft:chemistry_table:007 | minecraft:chemistry_table | 7 | -minecraft:chemistry_table ["chemistry_table_type" = "material_reducer", "direction" = 3] | +minecraft:material_reducer ["direction" = 3] | |
minecraft:chemistry_table:008 | minecraft:chemistry_table | 8 | -minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 0] | +minecraft:element_constructor ["direction" = 0] | |
minecraft:chemistry_table:009 | minecraft:chemistry_table | 9 | -minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 1] | +minecraft:element_constructor ["direction" = 1] | |
minecraft:chemistry_table:010 | minecraft:chemistry_table | 10 | -minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 2] | +minecraft:element_constructor ["direction" = 2] | |
minecraft:chemistry_table:011 | minecraft:chemistry_table | 11 | -minecraft:chemistry_table ["chemistry_table_type" = "element_constructor", "direction" = 3] | +minecraft:element_constructor ["direction" = 3] | |
minecraft:chemistry_table:012 | minecraft:chemistry_table | 12 | -minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 0] | +minecraft:lab_table ["direction" = 0] | |
minecraft:chemistry_table:013 | minecraft:chemistry_table | 13 | -minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 1] | +minecraft:lab_table ["direction" = 1] | |
minecraft:chemistry_table:014 | minecraft:chemistry_table | 14 | -minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 2] | +minecraft:lab_table ["direction" = 2] | |
minecraft:chemistry_table:015 | minecraft:chemistry_table | 15 | -minecraft:chemistry_table ["chemistry_table_type" = "lab_table", "direction" = 3] | +minecraft:lab_table ["direction" = 3] | |
minecraft:chest:000 | @@ -4044,97 +4044,97 @@minecraft:cobblestone_wall | 0 | -minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"] | +minecraft:cobblestone_wall | |
minecraft:cobblestone_wall:001 | minecraft:cobblestone_wall | 1 | -minecraft:cobblestone_wall ["wall_block_type" = "mossy_cobblestone"] | +minecraft:mossy_cobblestone_wall | |
minecraft:cobblestone_wall:002 | minecraft:cobblestone_wall | 2 | -minecraft:cobblestone_wall ["wall_block_type" = "granite"] | +minecraft:granite_wall | |
minecraft:cobblestone_wall:003 | minecraft:cobblestone_wall | 3 | -minecraft:cobblestone_wall ["wall_block_type" = "diorite"] | +minecraft:diorite_wall | |
minecraft:cobblestone_wall:004 | minecraft:cobblestone_wall | 4 | -minecraft:cobblestone_wall ["wall_block_type" = "andesite"] | +minecraft:andesite_wall | |
minecraft:cobblestone_wall:005 | minecraft:cobblestone_wall | 5 | -minecraft:cobblestone_wall ["wall_block_type" = "sandstone"] | +minecraft:sandstone_wall | |
minecraft:cobblestone_wall:006 | minecraft:cobblestone_wall | 6 | -minecraft:cobblestone_wall ["wall_block_type" = "brick"] | +minecraft:brick_wall | |
minecraft:cobblestone_wall:007 | minecraft:cobblestone_wall | 7 | -minecraft:cobblestone_wall ["wall_block_type" = "stone_brick"] | +minecraft:stone_brick_wall | |
minecraft:cobblestone_wall:008 | minecraft:cobblestone_wall | 8 | -minecraft:cobblestone_wall ["wall_block_type" = "mossy_stone_brick"] | +minecraft:mossy_stone_brick_wall | |
minecraft:cobblestone_wall:009 | minecraft:cobblestone_wall | 9 | -minecraft:cobblestone_wall ["wall_block_type" = "nether_brick"] | +minecraft:nether_brick_wall | |
minecraft:cobblestone_wall:010 | minecraft:cobblestone_wall | 10 | -minecraft:cobblestone_wall ["wall_block_type" = "end_brick"] | +minecraft:end_stone_brick_wall | |
minecraft:cobblestone_wall:011 | minecraft:cobblestone_wall | 11 | -minecraft:cobblestone_wall ["wall_block_type" = "prismarine"] | +minecraft:prismarine_wall | |
minecraft:cobblestone_wall:012 | minecraft:cobblestone_wall | 12 | -minecraft:cobblestone_wall ["wall_block_type" = "red_sandstone"] | +minecraft:red_sandstone_wall | |
minecraft:cobblestone_wall:013 | minecraft:cobblestone_wall | 13 | -minecraft:cobblestone_wall ["wall_block_type" = "red_nether_brick"] | +minecraft:red_nether_brick_wall | |
minecraft:cobblestone_wall:014 | minecraft:cobblestone_wall | 14 | -minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"] | +minecraft:cobblestone_wall | |
minecraft:cobblestone_wall:015 | minecraft:cobblestone_wall | 15 | -minecraft:cobblestone_wall ["wall_block_type" = "cobblestone"] | +minecraft:cobblestone_wall | |
minecraft:cocoa:000 | @@ -4236,193 +4236,193 @@minecraft:colored_torch_bp | 0 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_bp:001 | minecraft:colored_torch_bp | 1 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "west"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "west"] | |
minecraft:colored_torch_bp:002 | minecraft:colored_torch_bp | 2 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "east"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "east"] | |
minecraft:colored_torch_bp:003 | minecraft:colored_torch_bp | 3 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "north"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "north"] | |
minecraft:colored_torch_bp:004 | minecraft:colored_torch_bp | 4 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "south"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "south"] | |
minecraft:colored_torch_bp:005 | minecraft:colored_torch_bp | 5 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "top"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "top"] | |
minecraft:colored_torch_bp:006 | minecraft:colored_torch_bp | 6 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_bp:007 | minecraft:colored_torch_bp | 7 | -minecraft:colored_torch_bp ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_blue ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_bp:008 | minecraft:colored_torch_bp | 8 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_bp:009 | minecraft:colored_torch_bp | 9 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "west"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "west"] | |
minecraft:colored_torch_bp:010 | minecraft:colored_torch_bp | 10 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "east"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "east"] | |
minecraft:colored_torch_bp:011 | minecraft:colored_torch_bp | 11 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "north"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "north"] | |
minecraft:colored_torch_bp:012 | minecraft:colored_torch_bp | 12 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "south"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "south"] | |
minecraft:colored_torch_bp:013 | minecraft:colored_torch_bp | 13 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "top"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "top"] | |
minecraft:colored_torch_bp:014 | minecraft:colored_torch_bp | 14 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_bp:015 | minecraft:colored_torch_bp | 15 | -minecraft:colored_torch_bp ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_purple ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:000 | minecraft:colored_torch_rg | 0 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_red ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:001 | minecraft:colored_torch_rg | 1 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "west"] | +minecraft:colored_torch_red ["torch_facing_direction" = "west"] | |
minecraft:colored_torch_rg:002 | minecraft:colored_torch_rg | 2 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "east"] | +minecraft:colored_torch_red ["torch_facing_direction" = "east"] | |
minecraft:colored_torch_rg:003 | minecraft:colored_torch_rg | 3 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "north"] | +minecraft:colored_torch_red ["torch_facing_direction" = "north"] | |
minecraft:colored_torch_rg:004 | minecraft:colored_torch_rg | 4 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "south"] | +minecraft:colored_torch_red ["torch_facing_direction" = "south"] | |
minecraft:colored_torch_rg:005 | minecraft:colored_torch_rg | 5 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "top"] | +minecraft:colored_torch_red ["torch_facing_direction" = "top"] | |
minecraft:colored_torch_rg:006 | minecraft:colored_torch_rg | 6 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_red ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:007 | minecraft:colored_torch_rg | 7 | -minecraft:colored_torch_rg ["color_bit" = 0, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_red ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:008 | minecraft:colored_torch_rg | 8 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_green ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:009 | minecraft:colored_torch_rg | 9 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "west"] | +minecraft:colored_torch_green ["torch_facing_direction" = "west"] | |
minecraft:colored_torch_rg:010 | minecraft:colored_torch_rg | 10 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "east"] | +minecraft:colored_torch_green ["torch_facing_direction" = "east"] | |
minecraft:colored_torch_rg:011 | minecraft:colored_torch_rg | 11 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "north"] | +minecraft:colored_torch_green ["torch_facing_direction" = "north"] | |
minecraft:colored_torch_rg:012 | minecraft:colored_torch_rg | 12 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "south"] | +minecraft:colored_torch_green ["torch_facing_direction" = "south"] | |
minecraft:colored_torch_rg:013 | minecraft:colored_torch_rg | 13 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "top"] | +minecraft:colored_torch_green ["torch_facing_direction" = "top"] | |
minecraft:colored_torch_rg:014 | minecraft:colored_torch_rg | 14 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_green ["torch_facing_direction" = "unknown"] | |
minecraft:colored_torch_rg:015 | minecraft:colored_torch_rg | 15 | -minecraft:colored_torch_rg ["color_bit" = 1, "torch_facing_direction" = "unknown"] | +minecraft:colored_torch_green ["torch_facing_direction" = "unknown"] | |
minecraft:command_block:000 | @@ -15906,97 +15906,97 @@minecraft:purpur_block | 0 | -minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "y"] | +minecraft:purpur_block ["pillar_axis" = "y"] | |
minecraft:purpur_block:001 | minecraft:purpur_block | 1 | -minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "y"] | +minecraft:deprecated_purpur_block_1 ["pillar_axis" = "y"] | |
minecraft:purpur_block:002 | minecraft:purpur_block | 2 | -minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "y"] | +minecraft:purpur_pillar ["pillar_axis" = "y"] | |
minecraft:purpur_block:003 | minecraft:purpur_block | 3 | -minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "y"] | +minecraft:deprecated_purpur_block_2 ["pillar_axis" = "y"] | |
minecraft:purpur_block:004 | minecraft:purpur_block | 4 | -minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "x"] | +minecraft:purpur_block ["pillar_axis" = "x"] | |
minecraft:purpur_block:005 | minecraft:purpur_block | 5 | -minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "x"] | +minecraft:deprecated_purpur_block_1 ["pillar_axis" = "x"] | |
minecraft:purpur_block:006 | minecraft:purpur_block | 6 | -minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "x"] | +minecraft:purpur_pillar ["pillar_axis" = "x"] | |
minecraft:purpur_block:007 | minecraft:purpur_block | 7 | -minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "x"] | +minecraft:deprecated_purpur_block_2 ["pillar_axis" = "x"] | |
minecraft:purpur_block:008 | minecraft:purpur_block | 8 | -minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "z"] | +minecraft:purpur_block ["pillar_axis" = "z"] | |
minecraft:purpur_block:009 | minecraft:purpur_block | 9 | -minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "z"] | +minecraft:deprecated_purpur_block_1 ["pillar_axis" = "z"] | |
minecraft:purpur_block:010 | minecraft:purpur_block | 10 | -minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "z"] | +minecraft:purpur_pillar ["pillar_axis" = "z"] | |
minecraft:purpur_block:011 | minecraft:purpur_block | 11 | -minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "z"] | +minecraft:deprecated_purpur_block_2 ["pillar_axis" = "z"] | |
minecraft:purpur_block:012 | minecraft:purpur_block | 12 | -minecraft:purpur_block ["chisel_type" = "default", "pillar_axis" = "y"] | +minecraft:purpur_block ["pillar_axis" = "y"] | |
minecraft:purpur_block:013 | minecraft:purpur_block | 13 | -minecraft:purpur_block ["chisel_type" = "chiseled", "pillar_axis" = "y"] | +minecraft:deprecated_purpur_block_1 ["pillar_axis" = "y"] | |
minecraft:purpur_block:014 | minecraft:purpur_block | 14 | -minecraft:purpur_block ["chisel_type" = "lines", "pillar_axis" = "y"] | +minecraft:purpur_pillar ["pillar_axis" = "y"] | |
minecraft:purpur_block:015 | minecraft:purpur_block | 15 | -minecraft:purpur_block ["chisel_type" = "smooth", "pillar_axis" = "y"] | +minecraft:deprecated_purpur_block_2 ["pillar_axis" = "y"] | |
minecraft:purpur_stairs:000 | @@ -18012,13 +18012,13 @@minecraft:sponge | 0 | -minecraft:sponge ["sponge_type" = "dry"] | +minecraft:sponge | |
minecraft:sponge:001 | minecraft:sponge | 1 | -minecraft:sponge ["sponge_type" = "wet"] | +minecraft:wet_sponge | |
minecraft:spruce_button:000 | @@ -20484,13 +20484,13 @@minecraft:structure_void | 0 | -minecraft:structure_void ["structure_void_type" = "void"] | +minecraft:structure_void | |
minecraft:structure_void:001 | minecraft:structure_void | 1 | -minecraft:structure_void ["structure_void_type" = "air"] | +minecraft:structure_void | |
minecraft:sweet_berry_bush:000 | @@ -20568,25 +20568,25 @@minecraft:tnt | 0 | -minecraft:tnt ["allow_underwater_bit" = 0, "explode_bit" = 0] | +minecraft:tnt ["explode_bit" = 0] | |
minecraft:tnt:001 | minecraft:tnt | 1 | -minecraft:tnt ["allow_underwater_bit" = 0, "explode_bit" = 1] | +minecraft:tnt ["explode_bit" = 1] | |
minecraft:tnt:002 | minecraft:tnt | 2 | -minecraft:tnt ["allow_underwater_bit" = 1, "explode_bit" = 0] | +minecraft:underwater_tnt ["explode_bit" = 0] | |
minecraft:tnt:003 | minecraft:tnt | 3 | -minecraft:tnt ["allow_underwater_bit" = 1, "explode_bit" = 1] | +minecraft:underwater_tnt ["explode_bit" = 1] | |
minecraft:torch:000 | @@ -23829,7 +23829,7 @@coral_color | String | blue, pink, purple, red, yellow, blue dead, pink dead, red dead, yellow dead | -Determines the color of a coral block | +DEPRECATED - Determines the color of a coral block |
coral_direction | @@ -23841,7 +23841,7 @@coral_hang_type_bit | Boolean | True, False | -Describes the type of hanging for coral fans | +DEPRECATED - Describes the type of hanging for coral fans |
covered_bit | @@ -23865,13 +23865,13 @@damage | String | undamaged, slightly_damaged, very_damaged, broken | -Determines the state of damage of an Anvil | +DEPRECATED - Determines the state of damage of an Anvil |
dead_bit | Boolean | True, False | -Determines if coral, coral fans, or sea pickles are dead | +DEPRECATED - Determines if coral, coral fans, or sea pickles are dead | |
direction | @@ -23883,7 +23883,7 @@dirt_type | String | normal, coarse | -Determines the dirt type of a block | +DEPRECATED - Determines the dirt type of a block |
disarmed_bit | @@ -24051,7 +24051,7 @@monster_egg_stone_type | String | stone, cobblestone, stone_brick, mossy_stone_brick, cracked_stone_brick, chiseled_stone_brick | -Determines the stone type of a monster egg block | +DEPRECATED - Determines the stone type of a monster egg block |
new_leaf_type | @@ -24063,7 +24063,7 @@new_log_type | String | acacia, dark_oak | -Determines the wood type of some blocks | +DEPRECATED - Determines the wood type of some blocks |
no_drop_bit | @@ -24087,7 +24087,7 @@old_log_type | String | oak, spruce, birch, jungle | -Determines the wood type of some blocks | +DEPRECATED - Determines the wood type of some blocks |
ominous | @@ -24165,13 +24165,13 @@sand_stone_type | String | default, heiroglyphs, cut, smooth | -Determines the pattern of a sandstone block | +DEPRECATED - Determines the pattern of a sandstone block |
sand_type | String | normal, red | -Determines the sand type of a block | +DEPRECATED - Determines the sand type of a block | |
sapling_type | @@ -24213,7 +24213,7 @@stone_brick_type | String | default, mossy, cracked, chiseled, smooth | -Determines the type of a stone brick block | +DEPRECATED - Determines the type of a stone brick block |
stone_slab_type | @@ -24243,7 +24243,7 @@stone_type | String | stone, granite, granite_smooth, diorite, diorite_smooth, andesite, andesite_smooth | -Determines the stone type of a block | +DEPRECATED - Determines the stone type of a block |
stripped_bit | @@ -24381,7 +24381,7 @@wood_type | String | oak, spruce, birch, jungle, acacia, dark_oak | -Determines the wood type of a block | +DEPRECATED - Determines the wood type of a block |
Entity Damage Source
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Items
Index
Animation Controllers |
---|
Overview |
---|
Blocks | Describes the destructible by mining properties for this block. If set to true, the block will take the default number of seconds to destroy. If set to false, this block is indestructible by mining. If the component is omitted, the block will take the default number of seconds to destroy.
+ minecraft:behavior.jump_around_target + +Allows an entity to jump around a target. + +
+ minecraft:behavior.jump_to_block Allows an entity to jump to another random block. @@ -14543,6 +14729,57 @@minecraft:behavior.mount_pathing Back to top+ minecraft:behavior.move_around_target + +Allows an entity to move around a target. If the entity is too close (i.e. closer than destination range min and height difference limit) it will try to move away from its target. If the entity is too far away from its target it will try to move closer to a random position within the destination range. A randomized amount of those positions will be behind the target, and the spread can be tweaked with 'destination_pos_search_spread_degrees'. + +
+ minecraft:behavior.move_indoors Allows this entity to move indoors. @@ -15581,7 +15818,7 @@minecraft:behavior.panic | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
damage_sources | List | -[campfire, fire, fire_tick, freezing, lava, lightning, magma, soul_campfire, temperature, entity_attack, entity_explosion, fireworks, magic, projectile, ram_attack, sonic_boom, wither] | +[campfire, fire, fire_tick, freezing, lava, lightning, magma, soul_campfire, temperature, entity_attack, entity_explosion, fireworks, magic, projectile, ram_attack, sonic_boom, wither, mace_smash] | The list of Entity Damage Sources that will cause this mob to panic | |||||||||||
attack_cooldown_complete_event | Trigger | - | Event to be runned when the cooldown is complete. | +Event to be run when the cooldown is complete. | |||||||||||
attack_cooldown_time | Range [a, b] | -[0.0, 1.0] | +[0.00, 1.00] | Amount of time in seconds for the cooldown. Can be specified as a number or a pair of numbers (min and max). |
minecraft:buoyant
minecraft:burns_in_daylight
-Specifies if/how a mob burns in daylight.Back to topminecraft:can_join_raid
@@ -23743,6 +23980,10 @@Index
This describes the structure of the Events section. |
---|
Animation Controller Events |
---|
Overview |
---|
Feature rule schema |
Coordinate Evaluation Order |
Coordinate Range |
Feature Rule Conditions |
Feature Rule Definition |
Feature Rule Description |
Feature Rule JSON File |
Filter Group |
Filter Test |
Random Distribution Type |
Feature Rule Conditions
+ + + +Name | Type | Required? | Description |
---|---|---|---|
minecraft:biome_filter | +Object of type Filter Group | +Optional | +List of filter tests to determine which biomes this rule will attach to. | +
placement_pass | +String | +Required | +When the feature should be placed relative to others. Earlier passes in the list are guaranteed to occur before later passes. Order is not guaranteed within each pass. | +
Feature Rule Definition
+ + + +Name | Type | Required? | Description |
---|---|---|---|
conditions | +Object of type Feature Rule Conditions | +Required | +Parameters to control where and when the feature will be placed. | +
description | +Object of type Feature Rule Description | +Required | +Identifier for the Feature Rule and Feture to place. | +
distribution | +Object of type Scatter Params | +Optional | +Parameters controlling the initial scatter of the feature. | +
Feature Rule Description
+ + + +Name | Type | Required? | Description |
---|---|---|---|
identifier | +String | +Required | +The name of this feature rule in the format 'namespace_name:rule_name'. 'rule_name' must match the filename. | +
places_feature | +String | +Required | +Named reference to the feature controlled by this rule. | +
Feature Rule JSON File
+ + + +Name | Type | Required? | Description |
---|---|---|---|
format_version | +String | +Required | +Version of the JSON schema used by this file. | +
minecraft:feature_rules | +Object of type Feature Rule Definition | +Required | +A single Feature Rule Definition. | +
Filter Group
Filters allow data objects to specify test criteria which allows their use. Filters can be defined by a single object of type (Filter Test), an array of tests, collection groups, or a combination of these objects. @@ -2133,26 +2227,5 @@Scatter Params
Index
Fog Definitions |
---|
Items |
---|
Why Does Molang Exist? |
---|
Basic Structure Overview |
---|
Recipes |
---|
Overview |
---|