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

34 lines
771 B
JSON

{
"parent": "minecraft:potato/lubricate_whee",
"criteria": {
"throw_mega_lubricated_item": {
"conditions": {
"min_lubrication": 10
},
"trigger": "minecraft:throw_lubricated"
}
},
"display": {
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
"description": {
"translate": "advancements.potato.mega_lubricate_whee.description"
},
"hidden": true,
"icon": {
"components": {
"minecraft:explicit_foil": true
},
"count": 1,
"id": "minecraft:ice"
},
"title": {
"translate": "advancements.potato.mega_lubricate_whee.title"
}
},
"requirements": [
[
"throw_mega_lubricated_item"
]
],
"sends_telemetry_event": true
}