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 @@
{"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"
]
}
}