Create/Update assets for version 21w07a

This commit is contained in:
InventiveBot
2021-02-18 10:10:21 +00:00
parent 2a66188073
commit 561bf2d301
126 changed files with 1 additions and 4565 deletions

View File

@@ -1,37 +0,0 @@
{
"parent": "minecraft:husbandry/plant_seed",
"display": {
"icon": {
"item": "minecraft:diamond_hoe"
},
"title": {
"translate": "advancements.husbandry.break_diamond_hoe.title"
},
"description": {
"translate": "advancements.husbandry.break_diamond_hoe.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"rewards": {
"experience": 100
},
"criteria": {
"broke_hoe": {
"trigger": "minecraft:item_durability_changed",
"conditions": {
"item": {
"item": "minecraft:diamond_hoe"
},
"durability": 0
}
}
},
"requirements": [
[
"broke_hoe"
]
]
}

View File

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

View File

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