Create/Update assets for version 18w45a

This commit is contained in:
InventiveBot
2021-03-10 23:45:15 +00:00
parent 5e078329dd
commit 05a1befda8
9156 changed files with 569769 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"directories":[],"files":["acacia_fence.json","acacia_sign.json","anvil.json","armor_stand.json","birch_fence.json","birch_sign.json","black_banner.json","black_bed.json","black_bed_from_white_bed.json","black_carpet.json","black_carpet_from_white_carpet.json","black_glazed_terracotta.json","black_stained_glass_pane.json","black_stained_glass_pane_from_glass_pane.json","blue_banner.json","blue_bed.json","blue_bed_from_white_bed.json","blue_carpet.json","blue_carpet_from_white_carpet.json","blue_glazed_terracotta.json","blue_stained_glass_pane.json","blue_stained_glass_pane_from_glass_pane.json","brown_banner.json","brown_bed.json","brown_bed_from_white_bed.json","brown_carpet.json","brown_carpet_from_white_carpet.json","brown_glazed_terracotta.json","brown_stained_glass_pane.json","brown_stained_glass_pane_from_glass_pane.json","chest.json","cobblestone_wall.json","crafting_table.json","cyan_banner.json","cyan_bed.json","cyan_bed_from_white_bed.json","cyan_carpet.json","cyan_carpet_from_white_carpet.json","cyan_glazed_terracotta.json","cyan_stained_glass_pane.json","cyan_stained_glass_pane_from_glass_pane.json","dark_oak_fence.json","dark_oak_sign.json","enchanting_table.json","end_crystal.json","end_rod.json","ender_chest.json","flower_pot.json","furnace.json","glass_pane.json","gray_banner.json","gray_bed.json","gray_bed_from_white_bed.json","gray_carpet.json","gray_carpet_from_white_carpet.json","gray_glazed_terracotta.json","gray_stained_glass_pane.json","gray_stained_glass_pane_from_glass_pane.json","green_banner.json","green_bed.json","green_bed_from_white_bed.json","green_carpet.json","green_carpet_from_white_carpet.json","green_glazed_terracotta.json","green_stained_glass_pane.json","green_stained_glass_pane_from_glass_pane.json","iron_bars.json","item_frame.json","jukebox.json","jungle_fence.json","jungle_sign.json","ladder.json","light_blue_banner.json","light_blue_bed.json","light_blue_bed_from_white_bed.json","light_blue_carpet.json","light_blue_carpet_from_white_carpet.json","light_blue_glazed_terracotta.json","light_blue_stained_glass_pane.json","light_blue_stained_glass_pane_from_glass_pane.json","light_gray_banner.json","light_gray_bed.json","light_gray_bed_from_white_bed.json","light_gray_carpet.json","light_gray_carpet_from_white_carpet.json","light_gray_glazed_terracotta.json","light_gray_stained_glass_pane.json","light_gray_stained_glass_pane_from_glass_pane.json","lime_banner.json","lime_bed.json","lime_bed_from_white_bed.json","lime_carpet.json","lime_carpet_from_white_carpet.json","lime_glazed_terracotta.json","lime_stained_glass_pane.json","lime_stained_glass_pane_from_glass_pane.json","loom.json","magenta_banner.json","magenta_bed.json","magenta_bed_from_white_bed.json","magenta_carpet.json","magenta_carpet_from_white_carpet.json","magenta_glazed_terracotta.json","magenta_stained_glass_pane.json","magenta_stained_glass_pane_from_glass_pane.json","mossy_cobblestone_wall.json","nether_brick_fence.json","oak_fence.json","oak_sign.json","orange_banner.json","orange_bed.json","orange_bed_from_white_bed.json","orange_carpet.json","orange_carpet_from_white_carpet.json","orange_glazed_terracotta.json","orange_stained_glass_pane.json","orange_stained_glass_pane_from_glass_pane.json","painting.json","pink_banner.json","pink_bed.json","pink_bed_from_white_bed.json","pink_carpet.json","pink_carpet_from_white_carpet.json","pink_glazed_terracotta.json","pink_stained_glass_pane.json","pink_stained_glass_pane_from_glass_pane.json","purple_banner.json","purple_bed.json","purple_bed_from_white_bed.json","purple_carpet.json","purple_carpet_from_white_carpet.json","purple_glazed_terracotta.json","purple_stained_glass_pane.json","purple_stained_glass_pane_from_glass_pane.json","red_banner.json","red_bed.json","red_bed_from_white_bed.json","red_carpet.json","red_carpet_from_white_carpet.json","red_glazed_terracotta.json","red_stained_glass_pane.json","red_stained_glass_pane_from_glass_pane.json","scaffolding.json","shulker_box.json","slime_block.json","snow.json","spruce_fence.json","spruce_sign.json","torch.json","white_banner.json","white_bed.json","white_carpet.json","white_glazed_terracotta.json","white_stained_glass_pane.json","white_stained_glass_pane_from_glass_pane.json","yellow_banner.json","yellow_bed.json","yellow_bed_from_white_bed.json","yellow_carpet.json","yellow_carpet_from_white_carpet.json","yellow_glazed_terracotta.json","yellow_stained_glass_pane.json","yellow_stained_glass_pane_from_glass_pane.json"]}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:brown_carpet_from_white_carpet"
]
},
"criteria": {
"has_white_carpet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_carpet"
}
]
}
},
"has_brown_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brown_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:brown_carpet_from_white_carpet"
}
}
},
"requirements": [
[
"has_white_carpet",
"has_brown_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:brown_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_brown_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:brown_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:brown_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_brown_dye",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:chest"
]
},
"criteria": {
"has_lots_of_items": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"slots": {
"occupied": {
"min": 10
}
}
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:chest"
}
}
},
"requirements": [
[
"has_lots_of_items",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cyan_carpet_from_white_carpet"
]
},
"criteria": {
"has_white_carpet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_carpet"
}
]
}
},
"has_cyan_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cyan_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cyan_carpet_from_white_carpet"
}
}
},
"requirements": [
[
"has_white_carpet",
"has_cyan_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:cyan_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_cyan_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cyan_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:cyan_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_cyan_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_bars"
]
},
"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_bars"
}
}
},
"requirements": [
[
"has_iron_ingot",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_blue_carpet_from_white_carpet"
]
},
"criteria": {
"has_white_carpet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_carpet"
}
]
}
},
"has_light_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:light_blue_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_blue_carpet_from_white_carpet"
}
}
},
"requirements": [
[
"has_white_carpet",
"has_light_blue_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_blue_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_light_blue_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:light_blue_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_blue_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_light_blue_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_carpet_from_white_carpet"
]
},
"criteria": {
"has_white_carpet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_carpet"
}
]
}
},
"has_light_gray_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:light_gray_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_carpet_from_white_carpet"
}
}
},
"requirements": [
[
"has_white_carpet",
"has_light_gray_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:light_gray_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_light_gray_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:light_gray_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:light_gray_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_light_gray_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lime_carpet_from_white_carpet"
]
},
"criteria": {
"has_white_carpet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:white_carpet"
}
]
}
},
"has_lime_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lime_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lime_carpet_from_white_carpet"
}
}
},
"requirements": [
[
"has_white_carpet",
"has_lime_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lime_stained_glass_pane_from_glass_pane"
]
},
"criteria": {
"has_glass_pane": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:glass_pane"
}
]
}
},
"has_lime_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lime_dye"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:lime_stained_glass_pane_from_glass_pane"
}
}
},
"requirements": [
[
"has_glass_pane",
"has_lime_dye",
"has_the_recipe"
]
]
}

View File

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

View File

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

View File

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

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