Create/Update assets for version 24w14potato

This commit is contained in:
InventiveBot
2025-02-03 11:41:59 +01:00
parent c20c80decf
commit 5afa058740
21542 changed files with 1504687 additions and 18 deletions

View File

@@ -0,0 +1,35 @@
{
"parent": "minecraft:potato/root",
"criteria": {
"poisonous_potato_sticks": {
"conditions": {
"items": [
{
"items": "minecraft:poisonous_potato_sticks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"display": {
"announce_to_chat": false,
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
"description": {
"translate": "advancements.potato.craft_poisonous_potato_sticks.description"
},
"icon": {
"count": 1,
"id": "minecraft:poisonous_potato_sticks"
},
"title": {
"translate": "advancements.potato.craft_poisonous_potato_sticks.title"
}
},
"requirements": [
[
"poisonous_potato_sticks"
]
],
"sends_telemetry_event": true
}