Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"root":{"criteria":{"impossible":{"trigger":"minecraft:impossible"}},"requirements":[["impossible"]]}}

View File

@@ -0,0 +1 @@
{"directories":["brewing","building_blocks","combat","decorations","food","misc","redstone","tools","transportation"],"files":["root.json"]}

View File

@@ -0,0 +1 @@
{"blaze_powder":{"parent":"minecraft:recipes/root","criteria":{"has_blaze_rod":{"conditions":{"items":[{"items":["minecraft:blaze_rod"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:blaze_powder"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_blaze_rod","has_the_recipe"]],"rewards":{"recipes":["minecraft:blaze_powder"]}},"brewing_stand":{"parent":"minecraft:recipes/root","criteria":{"has_blaze_rod":{"conditions":{"items":[{"items":["minecraft:blaze_rod"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:brewing_stand"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_blaze_rod","has_the_recipe"]],"rewards":{"recipes":["minecraft:brewing_stand"]}},"cauldron":{"parent":"minecraft:recipes/root","criteria":{"has_the_recipe":{"conditions":{"recipe":"minecraft:cauldron"},"trigger":"minecraft:recipe_unlocked"},"has_water_bucket":{"conditions":{"items":[{"items":["minecraft:water_bucket"]}]},"trigger":"minecraft:inventory_changed"}},"requirements":[["has_water_bucket","has_the_recipe"]],"rewards":{"recipes":["minecraft:cauldron"]}},"fermented_spider_eye":{"parent":"minecraft:recipes/root","criteria":{"has_spider_eye":{"conditions":{"items":[{"items":["minecraft:spider_eye"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:fermented_spider_eye"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_spider_eye","has_the_recipe"]],"rewards":{"recipes":["minecraft:fermented_spider_eye"]}},"glass_bottle":{"parent":"minecraft:recipes/root","criteria":{"has_glass":{"conditions":{"items":[{"items":["minecraft:glass"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:glass_bottle"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_glass","has_the_recipe"]],"rewards":{"recipes":["minecraft:glass_bottle"]}},"glistering_melon_slice":{"parent":"minecraft:recipes/root","criteria":{"has_melon":{"conditions":{"items":[{"items":["minecraft:melon_slice"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:glistering_melon_slice"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_melon","has_the_recipe"]],"rewards":{"recipes":["minecraft:glistering_melon_slice"]}},"golden_carrot":{"parent":"minecraft:recipes/root","criteria":{"has_gold_nugget":{"conditions":{"items":[{"items":["minecraft:gold_nugget"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:golden_carrot"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_gold_nugget","has_the_recipe"]],"rewards":{"recipes":["minecraft:golden_carrot"]}},"magma_cream":{"parent":"minecraft:recipes/root","criteria":{"has_blaze_powder":{"conditions":{"items":[{"items":["minecraft:blaze_powder"]}]},"trigger":"minecraft:inventory_changed"},"has_the_recipe":{"conditions":{"recipe":"minecraft:magma_cream"},"trigger":"minecraft:recipe_unlocked"}},"requirements":[["has_blaze_powder","has_the_recipe"]],"rewards":{"recipes":["minecraft:magma_cream"]}}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["blaze_powder.json","brewing_stand.json","cauldron.json","fermented_spider_eye.json","glass_bottle.json","glistering_melon_slice.json","golden_carrot.json","magma_cream.json"]}

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blaze_rod": {
"conditions": {
"items": [
{
"items": [
"minecraft:blaze_rod"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brewing_stand"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blaze_rod",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brewing_stand"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cauldron"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_water_bucket": {
"conditions": {
"items": [
{
"items": [
"minecraft:water_bucket"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_water_bucket",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cauldron"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spider_eye": {
"conditions": {
"items": [
{
"items": [
"minecraft:spider_eye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:fermented_spider_eye"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_spider_eye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:fermented_spider_eye"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:glass_bottle"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:glass_bottle"
]
}
}

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_amethyst_shard": {
"conditions": {
"items": [
{
"items": [
"minecraft:amethyst_shard"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:amethyst_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_amethyst_shard",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:amethyst_block"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone": {
"conditions": {
"items": [
{
"items": [
"minecraft:diorite"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:andesite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:andesite"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_andesite": {
"conditions": {
"items": [
{
"items": [
"minecraft:andesite"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:andesite_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_andesite",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:andesite_slab"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_andesite": {
"conditions": {
"items": [
{
"items": [
"minecraft:andesite"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:andesite_slab_from_andesite_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_andesite",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:andesite_slab_from_andesite_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_andesite": {
"conditions": {
"items": [
{
"items": [
"minecraft:andesite"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:andesite_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_andesite",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:andesite_stairs"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_andesite": {
"conditions": {
"items": [
{
"items": [
"minecraft:andesite"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:andesite_stairs_from_andesite_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_andesite",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:andesite_stairs_from_andesite_stonecutting"
]
}
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:black_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:black_concrete_powder"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:black_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:black_stained_glass"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:black_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:black_terracotta"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:black_wool"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_wool": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_wool"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_wool",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:black_wool"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blackstone_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blackstone_slab"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blackstone_slab_from_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blackstone_slab_from_blackstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blackstone_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blackstone_stairs"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blackstone_stairs_from_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blackstone_stairs_from_blackstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blue_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blue_concrete_powder"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_packed_ice": {
"conditions": {
"items": [
{
"items": [
"minecraft:packed_ice"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blue_ice"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_packed_ice",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blue_ice"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blue_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blue_stained_glass"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blue_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blue_terracotta"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:blue_wool"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_wool": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_wool"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_wool",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:blue_wool"
]
}
}

View File

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

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brick_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brick_slab"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brick_slab_from_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brick_slab_from_bricks_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brick_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brick_stairs"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brick_stairs_from_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brick_stairs_from_bricks_stonecutting"
]
}
}

View File

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

View File

@@ -0,0 +1,47 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_sand": {
"conditions": {
"items": [
{
"items": [
"minecraft:sand"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brown_concrete_powder"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sand",
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brown_concrete_powder"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_glass": {
"conditions": {
"items": [
{
"items": [
"minecraft:glass"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brown_stained_glass"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_glass",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brown_stained_glass"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_terracotta": {
"conditions": {
"items": [
{
"items": [
"minecraft:terracotta"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brown_terracotta"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_terracotta",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brown_terracotta"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:brown_wool"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_wool": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_wool"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_wool",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:brown_wool"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_deepslate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_deepslate"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_brick_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:nether_brick_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_nether_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_nether_brick_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_nether_bricks"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:nether_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_nether_bricks_from_nether_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_nether_bricks_from_nether_bricks_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_blackstone_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_blackstone_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_polished_blackstone_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_blackstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_blackstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_polished_blackstone_from_polished_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_polished_blackstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_polished_blackstone_from_polished_blackstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,60 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chiseled_quartz_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:chiseled_quartz_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_quartz_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:quartz_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_quartz_pillar": {
"conditions": {
"items": [
{
"items": [
"minecraft:quartz_pillar"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_quartz_block"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_chiseled_quartz_block",
"has_quartz_block",
"has_quartz_pillar",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_quartz_block"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_quartz_block": {
"conditions": {
"items": [
{
"items": [
"minecraft:quartz_block"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_quartz_block_from_quartz_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_quartz_block",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_quartz_block_from_quartz_block_stonecutting"
]
}
}

View File

@@ -0,0 +1,60 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_chiseled_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:chiseled_red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_cut_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_red_sandstone"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_red_sandstone",
"has_chiseled_red_sandstone",
"has_cut_red_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_red_sandstone"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_red_sandstone_from_red_sandstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_red_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_red_sandstone_from_red_sandstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_sandstone_slab": {
"conditions": {
"items": [
{
"items": [
"minecraft:sandstone_slab"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_sandstone"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sandstone_slab",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_sandstone"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_sandstone_from_sandstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_sandstone_from_sandstone_stonecutting"
]
}
}

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:stone_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_stone_bricks_from_stone_bricks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stone_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_stone_bricks_from_stone_bricks_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone": {
"conditions": {
"items": [
{
"items": [
"minecraft:stone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:chiseled_stone_bricks_stone_from_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:chiseled_stone_bricks_stone_from_stonecutting"
]
}
}

View File

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

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_gravel": {
"conditions": {
"items": [
{
"items": [
"minecraft:gravel"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:coarse_dirt"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_gravel",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:coarse_dirt"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobbled_deepslate_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobbled_deepslate_slab"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobbled_deepslate_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobbled_deepslate_stairs"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobbled_deepslate": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobbled_deepslate"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobbled_deepslate",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobblestone_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobblestone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobblestone_slab"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobblestone_slab_from_cobblestone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobblestone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobblestone_slab_from_cobblestone_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobblestone_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobblestone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobblestone_stairs"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cobblestone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cobblestone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cobblestone_stairs_from_cobblestone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cobblestone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cobblestone_stairs_from_cobblestone_stonecutting"
]
}
}

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:deepslate_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cracked_deepslate_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_deepslate_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cracked_deepslate_bricks"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate_tiles": {
"conditions": {
"items": [
{
"items": [
"minecraft:deepslate_tiles"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cracked_deepslate_tiles"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_deepslate_tiles",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cracked_deepslate_tiles"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_nether_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:nether_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cracked_nether_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_nether_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cracked_nether_bricks"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_blackstone_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:polished_blackstone_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cracked_polished_blackstone_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_polished_blackstone_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cracked_polished_blackstone_bricks"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone_bricks": {
"conditions": {
"items": [
{
"items": [
"minecraft:stone_bricks"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cracked_stone_bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_stone_bricks",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cracked_stone_bricks"
]
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_copper_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cut_copper",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_copper_slab"
]
}
}

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_copper_slab_from_cut_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cut_copper",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_copper_slab_from_cut_copper_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_copper_stairs"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cut_copper",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_copper_stairs"
]
}
}

View File

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

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_copper": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_copper"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_copper_stairs_from_cut_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cut_copper",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_copper_stairs_from_cut_copper_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_red_sandstone"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_red_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_red_sandstone"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_red_sandstone_from_red_sandstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_red_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_red_sandstone_from_red_sandstone_stonecutting"
]
}
}

View File

@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cut_red_sandstone": {
"conditions": {
"items": [
{
"items": [
"minecraft:cut_red_sandstone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:cut_red_sandstone_slab"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_cut_red_sandstone",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:cut_red_sandstone_slab"
]
}
}

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