Create/Update assets for version 21w10a

This commit is contained in:
InventiveBot
2021-03-10 17:02:25 +00:00
parent f94ae50f56
commit 818a18069d
13913 changed files with 909847 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"directories":[],"files":["beacon.json","black_dye.json","black_dye_from_wither_rose.json","blue_dye.json","blue_dye_from_cornflower.json","bone_meal.json","bone_meal_from_bone_block.json","book.json","bowl.json","brick.json","brown_dye.json","bucket.json","charcoal.json","coal.json","coal_from_blasting.json","coal_from_smelting.json","conduit.json","copper_ingot.json","copper_ingot_from_blasting.json","copper_ingot_from_copper_block.json","creeper_banner_pattern.json","cyan_dye.json","diamond.json","diamond_from_blasting.json","diamond_from_smelting.json","emerald.json","emerald_from_blasting.json","emerald_from_smelting.json","ender_eye.json","fire_charge.json","firework_rocket_simple.json","flower_banner_pattern.json","gold_ingot.json","gold_ingot_from_blasting.json","gold_ingot_from_gold_block.json","gold_ingot_from_nuggets.json","gold_nugget.json","gold_nugget_from_blasting.json","gold_nugget_from_smelting.json","gray_dye.json","green_dye.json","iron_ingot.json","iron_ingot_from_blasting.json","iron_ingot_from_iron_block.json","iron_ingot_from_nuggets.json","iron_nugget.json","iron_nugget_from_blasting.json","iron_nugget_from_smelting.json","lapis_from_blasting.json","lapis_from_smelting.json","lapis_lazuli.json","leather.json","leather_horse_armor.json","light_blue_dye_from_blue_orchid.json","light_blue_dye_from_blue_white_dye.json","light_gray_dye_from_azure_bluet.json","light_gray_dye_from_black_white_dye.json","light_gray_dye_from_gray_white_dye.json","light_gray_dye_from_oxeye_daisy.json","light_gray_dye_from_white_tulip.json","lime_dye.json","lime_dye_from_smelting.json","magenta_dye_from_allium.json","magenta_dye_from_blue_red_pink.json","magenta_dye_from_blue_red_white_dye.json","magenta_dye_from_lilac.json","magenta_dye_from_purple_and_pink.json","map.json","melon_seeds.json","mojang_banner_pattern.json","nether_brick.json","netherite_ingot.json","netherite_ingot_from_netherite_block.json","netherite_scrap.json","netherite_scrap_from_blasting.json","orange_dye_from_orange_tulip.json","orange_dye_from_red_yellow.json","paper.json","pink_dye_from_peony.json","pink_dye_from_pink_tulip.json","pink_dye_from_red_white_dye.json","popped_chorus_fruit.json","pumpkin_seeds.json","purple_dye.json","quartz.json","quartz_from_blasting.json","red_dye_from_beetroot.json","red_dye_from_poppy.json","red_dye_from_rose_bush.json","red_dye_from_tulip.json","skull_banner_pattern.json","slime_ball.json","stick.json","stick_from_bamboo_item.json","sugar_from_honey_bottle.json","sugar_from_sugar_cane.json","wheat.json","white_dye.json","white_dye_from_lily_of_the_valley.json","writable_book.json","yellow_dye_from_dandelion.json","yellow_dye_from_sunflower.json"]}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:beacon"
]
},
"criteria": {
"has_nether_star": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_star"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:beacon"
}
}
},
"requirements": [
[
"has_nether_star",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:black_dye"
]
},
"criteria": {
"has_ink_sac": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:ink_sac"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:black_dye"
}
}
},
"requirements": [
[
"has_ink_sac",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:black_dye_from_wither_rose"
]
},
"criteria": {
"has_black_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wither_rose"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:black_dye_from_wither_rose"
}
}
},
"requirements": [
[
"has_black_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blue_dye"
]
},
"criteria": {
"has_lapis_lazuli": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lapis_lazuli"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blue_dye"
}
}
},
"requirements": [
[
"has_lapis_lazuli",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blue_dye_from_cornflower"
]
},
"criteria": {
"has_blue_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cornflower"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:blue_dye_from_cornflower"
}
}
},
"requirements": [
[
"has_blue_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bone_meal"
]
},
"criteria": {
"has_bone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bone_meal"
}
}
},
"requirements": [
[
"has_bone",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bone_meal_from_bone_block"
]
},
"criteria": {
"has_bone_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bone_meal_from_bone_block"
}
}
},
"requirements": [
[
"has_bone_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:book"
]
},
"criteria": {
"has_paper": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:paper"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:book"
}
}
},
"requirements": [
[
"has_paper",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bowl"
]
},
"criteria": {
"has_brown_mushroom": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brown_mushroom"
}
]
}
},
"has_red_mushroom": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_mushroom"
}
]
}
},
"has_mushroom_stew": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:mushroom_stew"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bowl"
}
}
},
"requirements": [
[
"has_brown_mushroom",
"has_red_mushroom",
"has_mushroom_stew",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:brick"
]
},
"criteria": {
"has_clay_ball": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:clay_ball"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:brick"
}
}
},
"requirements": [
[
"has_clay_ball",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:brown_dye"
]
},
"criteria": {
"has_cocoa_beans": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cocoa_beans"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:brown_dye"
}
}
},
"requirements": [
[
"has_cocoa_beans",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bucket"
]
},
"criteria": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_ingot"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bucket"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:charcoal"
]
},
"criteria": {
"has_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:logs_that_burn"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:charcoal"
}
}
},
"requirements": [
[
"has_log",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coal"
]
},
"criteria": {
"has_coal_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:coal_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:coal"
}
}
},
"requirements": [
[
"has_coal_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coal_from_blasting"
]
},
"criteria": {
"has_coal_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:coal_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:coal_from_blasting"
}
}
},
"requirements": [
[
"has_coal_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coal_from_smelting"
]
},
"criteria": {
"has_coal_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:coal_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:coal_from_smelting"
}
}
},
"requirements": [
[
"has_coal_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:conduit"
]
},
"criteria": {
"has_nautilus_core": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:heart_of_the_sea"
}
]
}
},
"has_nautilus_shell": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nautilus_shell"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:conduit"
}
}
},
"requirements": [
[
"has_nautilus_core",
"has_nautilus_shell",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:copper_ingot"
]
},
"criteria": {
"has_copper_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:copper_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:copper_ingot"
}
}
},
"requirements": [
[
"has_copper_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:copper_ingot_from_blasting"
]
},
"criteria": {
"has_copper_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:copper_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:copper_ingot_from_blasting"
}
}
},
"requirements": [
[
"has_copper_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:copper_ingot_from_copper_block"
]
},
"criteria": {
"has_copper_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:copper_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:copper_ingot_from_copper_block"
}
}
},
"requirements": [
[
"has_copper_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:creeper_banner_pattern"
]
},
"criteria": {
"has_creeper_head": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:creeper_head"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:creeper_banner_pattern"
}
}
},
"requirements": [
[
"has_creeper_head",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cyan_dye"
]
},
"criteria": {
"has_green_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:green_dye"
}
]
}
},
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cyan_dye"
}
}
},
"requirements": [
[
"has_green_dye",
"has_blue_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:diamond"
]
},
"criteria": {
"has_diamond_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:diamond"
}
}
},
"requirements": [
[
"has_diamond_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:diamond_from_blasting"
]
},
"criteria": {
"has_diamond_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:diamond_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:diamond_from_blasting"
}
}
},
"requirements": [
[
"has_diamond_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:diamond_from_smelting"
]
},
"criteria": {
"has_diamond_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:diamond_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:diamond_from_smelting"
}
}
},
"requirements": [
[
"has_diamond_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:emerald"
]
},
"criteria": {
"has_emerald_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:emerald_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:emerald"
}
}
},
"requirements": [
[
"has_emerald_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:emerald_from_blasting"
]
},
"criteria": {
"has_emerald_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:emerald_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:emerald_from_blasting"
}
}
},
"requirements": [
[
"has_emerald_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:emerald_from_smelting"
]
},
"criteria": {
"has_emerald_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:emerald_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:emerald_from_smelting"
}
}
},
"requirements": [
[
"has_emerald_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:ender_eye"
]
},
"criteria": {
"has_blaze_powder": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_powder"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:ender_eye"
}
}
},
"requirements": [
[
"has_blaze_powder",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:fire_charge"
]
},
"criteria": {
"has_blaze_powder": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_powder"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:fire_charge"
}
}
},
"requirements": [
[
"has_blaze_powder",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:firework_rocket_simple"
]
},
"criteria": {
"has_gunpowder": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gunpowder"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:firework_rocket_simple"
}
}
},
"requirements": [
[
"has_gunpowder",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:flower_banner_pattern"
]
},
"criteria": {
"has_oxeye_daisy": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:oxeye_daisy"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:flower_banner_pattern"
}
}
},
"requirements": [
[
"has_oxeye_daisy",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_ingot"
]
},
"criteria": {
"has_gold_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:gold_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_ingot"
}
}
},
"requirements": [
[
"has_gold_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_ingot_from_blasting"
]
},
"criteria": {
"has_gold_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:gold_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_ingot_from_blasting"
}
}
},
"requirements": [
[
"has_gold_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_ingot_from_gold_block"
]
},
"criteria": {
"has_gold_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_ingot_from_gold_block"
}
}
},
"requirements": [
[
"has_gold_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_ingot_from_nuggets"
]
},
"criteria": {
"has_gold_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_nugget"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_ingot_from_nuggets"
}
}
},
"requirements": [
[
"has_gold_nugget",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_nugget"
]
},
"criteria": {
"has_gold_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gold_ingot"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_nugget"
}
}
},
"requirements": [
[
"has_gold_ingot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,131 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_nugget_from_blasting"
]
},
"criteria": {
"has_golden_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_pickaxe"
}
]
}
},
"has_golden_shovel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_shovel"
}
]
}
},
"has_golden_axe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_axe"
}
]
}
},
"has_golden_hoe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_hoe"
}
]
}
},
"has_golden_sword": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_sword"
}
]
}
},
"has_golden_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_helmet"
}
]
}
},
"has_golden_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_chestplate"
}
]
}
},
"has_golden_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_leggings"
}
]
}
},
"has_golden_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_boots"
}
]
}
},
"has_golden_horse_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_horse_armor"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_nugget_from_blasting"
}
}
},
"requirements": [
[
"has_golden_pickaxe",
"has_golden_shovel",
"has_golden_axe",
"has_golden_hoe",
"has_golden_sword",
"has_golden_helmet",
"has_golden_chestplate",
"has_golden_leggings",
"has_golden_boots",
"has_golden_horse_armor",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,131 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_nugget_from_smelting"
]
},
"criteria": {
"has_golden_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_pickaxe"
}
]
}
},
"has_golden_shovel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_shovel"
}
]
}
},
"has_golden_axe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_axe"
}
]
}
},
"has_golden_hoe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_hoe"
}
]
}
},
"has_golden_sword": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_sword"
}
]
}
},
"has_golden_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_helmet"
}
]
}
},
"has_golden_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_chestplate"
}
]
}
},
"has_golden_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_leggings"
}
]
}
},
"has_golden_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_boots"
}
]
}
},
"has_golden_horse_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:golden_horse_armor"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_nugget_from_smelting"
}
}
},
"requirements": [
[
"has_golden_pickaxe",
"has_golden_shovel",
"has_golden_axe",
"has_golden_hoe",
"has_golden_sword",
"has_golden_helmet",
"has_golden_chestplate",
"has_golden_leggings",
"has_golden_boots",
"has_golden_horse_armor",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gray_dye"
]
},
"criteria": {
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_black_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:black_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gray_dye"
}
}
},
"requirements": [
[
"has_white_dye",
"has_black_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:green_dye"
]
},
"criteria": {
"has_cactus": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cactus"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:green_dye"
}
}
},
"requirements": [
[
"has_cactus",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_ingot"
]
},
"criteria": {
"has_iron_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:iron_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_ingot"
}
}
},
"requirements": [
[
"has_iron_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_ingot_from_blasting"
]
},
"criteria": {
"has_iron_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:iron_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_ingot_from_blasting"
}
}
},
"requirements": [
[
"has_iron_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_ingot_from_iron_block"
]
},
"criteria": {
"has_iron_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_ingot_from_iron_block"
}
}
},
"requirements": [
[
"has_iron_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_ingot_from_nuggets"
]
},
"criteria": {
"has_iron_nugget": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_nugget"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_ingot_from_nuggets"
}
}
},
"requirements": [
[
"has_iron_nugget",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_nugget"
]
},
"criteria": {
"has_iron_ingot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_ingot"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_nugget"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,175 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_nugget_from_blasting"
]
},
"criteria": {
"has_iron_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_pickaxe"
}
]
}
},
"has_iron_shovel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_shovel"
}
]
}
},
"has_iron_axe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_axe"
}
]
}
},
"has_iron_hoe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_hoe"
}
]
}
},
"has_iron_sword": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_sword"
}
]
}
},
"has_iron_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_helmet"
}
]
}
},
"has_iron_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_chestplate"
}
]
}
},
"has_iron_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_leggings"
}
]
}
},
"has_iron_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_boots"
}
]
}
},
"has_iron_horse_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_horse_armor"
}
]
}
},
"has_chainmail_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_helmet"
}
]
}
},
"has_chainmail_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_chestplate"
}
]
}
},
"has_chainmail_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_leggings"
}
]
}
},
"has_chainmail_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_boots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_nugget_from_blasting"
}
}
},
"requirements": [
[
"has_iron_pickaxe",
"has_iron_shovel",
"has_iron_axe",
"has_iron_hoe",
"has_iron_sword",
"has_iron_helmet",
"has_iron_chestplate",
"has_iron_leggings",
"has_iron_boots",
"has_iron_horse_armor",
"has_chainmail_helmet",
"has_chainmail_chestplate",
"has_chainmail_leggings",
"has_chainmail_boots",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,175 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_nugget_from_smelting"
]
},
"criteria": {
"has_iron_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_pickaxe"
}
]
}
},
"has_iron_shovel": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_shovel"
}
]
}
},
"has_iron_axe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_axe"
}
]
}
},
"has_iron_hoe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_hoe"
}
]
}
},
"has_iron_sword": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_sword"
}
]
}
},
"has_iron_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_helmet"
}
]
}
},
"has_iron_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_chestplate"
}
]
}
},
"has_iron_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_leggings"
}
]
}
},
"has_iron_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_boots"
}
]
}
},
"has_iron_horse_armor": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_horse_armor"
}
]
}
},
"has_chainmail_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_helmet"
}
]
}
},
"has_chainmail_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_chestplate"
}
]
}
},
"has_chainmail_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_leggings"
}
]
}
},
"has_chainmail_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chainmail_boots"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_nugget_from_smelting"
}
}
},
"requirements": [
[
"has_iron_pickaxe",
"has_iron_shovel",
"has_iron_axe",
"has_iron_hoe",
"has_iron_sword",
"has_iron_helmet",
"has_iron_chestplate",
"has_iron_leggings",
"has_iron_boots",
"has_iron_horse_armor",
"has_chainmail_helmet",
"has_chainmail_chestplate",
"has_chainmail_leggings",
"has_chainmail_boots",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lapis_from_blasting"
]
},
"criteria": {
"has_lapis_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:lapis_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lapis_from_blasting"
}
}
},
"requirements": [
[
"has_lapis_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lapis_from_smelting"
]
},
"criteria": {
"has_lapis_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:lapis_ores"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lapis_from_smelting"
}
}
},
"requirements": [
[
"has_lapis_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lapis_lazuli"
]
},
"criteria": {
"has_lapis_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lapis_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lapis_lazuli"
}
}
},
"requirements": [
[
"has_lapis_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:leather"
]
},
"criteria": {
"has_rabbit_hide": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:rabbit_hide"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:leather"
}
}
},
"requirements": [
[
"has_rabbit_hide",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:leather_horse_armor"
]
},
"criteria": {
"has_leather": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:leather"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:leather_horse_armor"
}
}
},
"requirements": [
[
"has_leather",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_blue_dye_from_blue_orchid"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_orchid"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_blue_dye_from_blue_orchid"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_blue_dye_from_blue_white_dye"
]
},
"criteria": {
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_blue_dye_from_blue_white_dye"
}
}
},
"requirements": [
[
"has_blue_dye",
"has_white_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_dye_from_azure_bluet"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:azure_bluet"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_dye_from_azure_bluet"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_dye_from_black_white_dye"
]
},
"criteria": {
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_black_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:black_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_dye_from_black_white_dye"
}
}
},
"requirements": [
[
"has_white_dye",
"has_black_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_dye_from_gray_white_dye"
]
},
"criteria": {
"has_gray_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:gray_dye"
}
]
}
},
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_dye_from_gray_white_dye"
}
}
},
"requirements": [
[
"has_gray_dye",
"has_white_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_dye_from_oxeye_daisy"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:oxeye_daisy"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_dye_from_oxeye_daisy"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_dye_from_white_tulip"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_tulip"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_dye_from_white_tulip"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lime_dye"
]
},
"criteria": {
"has_green_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:green_dye"
}
]
}
},
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lime_dye"
}
}
},
"requirements": [
[
"has_green_dye",
"has_white_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lime_dye_from_smelting"
]
},
"criteria": {
"has_sea_pickle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sea_pickle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lime_dye_from_smelting"
}
}
},
"requirements": [
[
"has_sea_pickle",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_allium"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:allium"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_allium"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_blue_red_pink"
]
},
"criteria": {
"has_pink_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pink_dye"
}
]
}
},
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_blue_red_pink"
}
}
},
"requirements": [
[
"has_pink_dye",
"has_blue_dye",
"has_red_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,54 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_blue_red_white_dye"
]
},
"criteria": {
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_rose_red": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_dye"
}
]
}
},
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_blue_red_white_dye"
}
}
},
"requirements": [
[
"has_blue_dye",
"has_rose_red",
"has_white_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_lilac"
]
},
"criteria": {
"has_double_plant": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lilac"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_lilac"
}
}
},
"requirements": [
[
"has_double_plant",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:magenta_dye_from_purple_and_pink"
]
},
"criteria": {
"has_pink_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pink_dye"
}
]
}
},
"has_purple_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:purple_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:magenta_dye_from_purple_and_pink"
}
}
},
"requirements": [
[
"has_pink_dye",
"has_purple_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:map"
]
},
"criteria": {
"has_compass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:compass"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:map"
}
}
},
"requirements": [
[
"has_compass",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:melon_seeds"
]
},
"criteria": {
"has_melon": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:melon_slice"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:melon_seeds"
}
}
},
"requirements": [
[
"has_melon",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:mojang_banner_pattern"
]
},
"criteria": {
"has_enchanted_golden_apple": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:enchanted_golden_apple"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:mojang_banner_pattern"
}
}
},
"requirements": [
[
"has_enchanted_golden_apple",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:nether_brick"
]
},
"criteria": {
"has_netherrack": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:netherrack"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:nether_brick"
}
}
},
"requirements": [
[
"has_netherrack",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:netherite_ingot"
]
},
"criteria": {
"has_netherite_scrap": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:netherite_scrap"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:netherite_ingot"
}
}
},
"requirements": [
[
"has_netherite_scrap",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:netherite_ingot_from_netherite_block"
]
},
"criteria": {
"has_netherite_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:netherite_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:netherite_ingot_from_netherite_block"
}
}
},
"requirements": [
[
"has_netherite_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:netherite_scrap"
]
},
"criteria": {
"has_ancient_debris": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:ancient_debris"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:netherite_scrap"
}
}
},
"requirements": [
[
"has_ancient_debris",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:netherite_scrap_from_blasting"
]
},
"criteria": {
"has_ancient_debris": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:ancient_debris"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:netherite_scrap_from_blasting"
}
}
},
"requirements": [
[
"has_ancient_debris",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:orange_dye_from_orange_tulip"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:orange_tulip"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:orange_dye_from_orange_tulip"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:orange_dye_from_red_yellow"
]
},
"criteria": {
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_dye"
}
]
}
},
"has_yellow_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:yellow_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:orange_dye_from_red_yellow"
}
}
},
"requirements": [
[
"has_red_dye",
"has_yellow_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:paper"
]
},
"criteria": {
"has_reeds": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sugar_cane"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:paper"
}
}
},
"requirements": [
[
"has_reeds",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:pink_dye_from_peony"
]
},
"criteria": {
"has_double_plant": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:peony"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:pink_dye_from_peony"
}
}
},
"requirements": [
[
"has_double_plant",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:pink_dye_from_pink_tulip"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pink_tulip"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:pink_dye_from_pink_tulip"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:pink_dye_from_red_white_dye"
]
},
"criteria": {
"has_white_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_dye"
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:pink_dye_from_red_white_dye"
}
}
},
"requirements": [
[
"has_white_dye",
"has_red_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:popped_chorus_fruit"
]
},
"criteria": {
"has_chorus_fruit": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:chorus_fruit"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:popped_chorus_fruit"
}
}
},
"requirements": [
[
"has_chorus_fruit",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:pumpkin_seeds"
]
},
"criteria": {
"has_pumpkin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:pumpkin"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:pumpkin_seeds"
}
}
},
"requirements": [
[
"has_pumpkin",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:purple_dye"
]
},
"criteria": {
"has_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blue_dye"
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:purple_dye"
}
}
},
"requirements": [
[
"has_blue_dye",
"has_red_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:quartz"
]
},
"criteria": {
"has_nether_quartz_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_quartz_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:quartz"
}
}
},
"requirements": [
[
"has_nether_quartz_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:quartz_from_blasting"
]
},
"criteria": {
"has_nether_quartz_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:nether_quartz_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:quartz_from_blasting"
}
}
},
"requirements": [
[
"has_nether_quartz_ore",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:red_dye_from_beetroot"
]
},
"criteria": {
"has_beetroot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:beetroot"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:red_dye_from_beetroot"
}
}
},
"requirements": [
[
"has_beetroot",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:red_dye_from_poppy"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:poppy"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:red_dye_from_poppy"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:red_dye_from_rose_bush"
]
},
"criteria": {
"has_double_plant": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:rose_bush"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:red_dye_from_rose_bush"
}
}
},
"requirements": [
[
"has_double_plant",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:red_dye_from_tulip"
]
},
"criteria": {
"has_red_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:red_tulip"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:red_dye_from_tulip"
}
}
},
"requirements": [
[
"has_red_flower",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:skull_banner_pattern"
]
},
"criteria": {
"has_wither_skeleton_skull": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:wither_skeleton_skull"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:skull_banner_pattern"
}
}
},
"requirements": [
[
"has_wither_skeleton_skull",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:slime_ball"
]
},
"criteria": {
"has_slime": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:slime_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:slime_ball"
}
}
},
"requirements": [
[
"has_slime",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stick"
]
},
"criteria": {
"has_planks": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "minecraft:planks"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stick"
}
}
},
"requirements": [
[
"has_planks",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:stick_from_bamboo_item"
]
},
"criteria": {
"has_bamboo": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bamboo"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:stick_from_bamboo_item"
}
}
},
"requirements": [
[
"has_bamboo",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_honey_bottle"
]
},
"criteria": {
"has_honey_bottle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_bottle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_honey_bottle"
}
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_sugar_cane"
]
},
"criteria": {
"has_reeds": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sugar_cane"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_sugar_cane"
}
}
},
"requirements": [
[
"has_reeds",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:wheat"
]
},
"criteria": {
"has_hay_block": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hay_block"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:wheat"
}
}
},
"requirements": [
[
"has_hay_block",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:white_dye"
]
},
"criteria": {
"has_bone_meal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:bone_meal"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:white_dye"
}
}
},
"requirements": [
[
"has_bone_meal",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:white_dye_from_lily_of_the_valley"
]
},
"criteria": {
"has_white_flower": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lily_of_the_valley"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:white_dye_from_lily_of_the_valley"
}
}
},
"requirements": [
[
"has_white_flower",
"has_the_recipe"
]
]
}

Some files were not shown because too many files have changed in this diff Show More