Create/Update assets for version 1.21.3

This commit is contained in:
InventiveBot
2024-10-23 18:31:37 +02:00
parent 8123f1988e
commit fca72bb173
20849 changed files with 1466092 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_the_recipe","has_blaze_rod"]],"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_the_recipe","has_blaze_rod"]],"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_the_recipe","has_water_bucket"]],"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_the_recipe","has_spider_eye"]],"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_the_recipe","has_glass"]],"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_the_recipe","has_melon"]],"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_the_recipe","has_gold_nugget"]],"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_the_recipe","has_blaze_powder"]],"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,32 @@
{
"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_the_recipe",
"has_blaze_rod"
]
],
"rewards": {
"recipes": [
"minecraft:blaze_powder"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_blaze_rod"
]
],
"rewards": {
"recipes": [
"minecraft:brewing_stand"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_water_bucket"
]
],
"rewards": {
"recipes": [
"minecraft:cauldron"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_spider_eye"
]
],
"rewards": {
"recipes": [
"minecraft:fermented_spider_eye"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_glass"
]
],
"rewards": {
"recipes": [
"minecraft:glass_bottle"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_melon"
]
],
"rewards": {
"recipes": [
"minecraft:glistering_melon_slice"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_gold_nugget"
]
],
"rewards": {
"recipes": [
"minecraft:golden_carrot"
]
}
}

View File

@@ -0,0 +1,32 @@
{
"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_the_recipe",
"has_blaze_powder"
]
],
"rewards": {
"recipes": [
"minecraft:magma_cream"
]
}
}