Create/Update assets for version 1.16.2

This commit is contained in:
InventiveBot
2021-02-18 10:26:52 +00:00
parent 8fd659b264
commit 9371f9f66d
295 changed files with 38307 additions and 24356 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"
]
]
}