You've already forked minecraft-assets
Create/Update assets for version 21w07a
This commit is contained in:
@@ -6,19 +6,6 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_dried_kelp": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dried_kelp",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_dried_kelp_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -38,7 +25,6 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_dried_kelp",
|
||||
"has_dried_kelp_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
|
||||
32
data/minecraft/advancements/recipes/food/honey_bottle.json
Normal file
32
data/minecraft/advancements/recipes/food/honey_bottle.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:honey_bottle"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_honey_block": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:honey_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:honey_bottle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_honey_block",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user