You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/advancements/recipes/brewing/_all.json
Normal file
1
data/minecraft/advancements/recipes/brewing/_all.json
Normal 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"]}}}
|
||||
1
data/minecraft/advancements/recipes/brewing/_list.json
Normal file
1
data/minecraft/advancements/recipes/brewing/_list.json
Normal 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"]}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
34
data/minecraft/advancements/recipes/brewing/cauldron.json
Normal file
34
data/minecraft/advancements/recipes/brewing/cauldron.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
34
data/minecraft/advancements/recipes/brewing/magma_cream.json
Normal file
34
data/minecraft/advancements/recipes/brewing/magma_cream.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user