Files
minecraft-assets/data/minecraft/advancements/potato/lubricate_boots.json
2025-02-03 11:41:59 +01:00

37 lines
841 B
JSON

{
"parent": "minecraft:potato/lubricate",
"criteria": {
"lubricate_boots": {
"conditions": {
"result_predicate": {
"type": "lubrication",
"item_predicate": {
"items": "#minecraft:foot_armor"
},
"min_lubrication": 1
}
},
"trigger": "minecraft:potato_refined"
}
},
"display": {
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
"description": {
"translate": "advancements.potato.lubricate_boots.description"
},
"hidden": true,
"icon": {
"count": 1,
"id": "minecraft:poisonous_pota_toes"
},
"title": {
"translate": "advancements.potato.lubricate_boots.title"
}
},
"requirements": [
[
"lubricate_boots"
]
],
"sends_telemetry_event": true
}