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

39 lines
884 B
JSON

{
"parent": "minecraft:potato/get_oily",
"criteria": {
"mega_lubricate_item": {
"conditions": {
"result_predicate": {
"type": "lubrication",
"item_predicate": {},
"min_lubrication": 10
}
},
"trigger": "minecraft:potato_refined"
}
},
"display": {
"announce_to_chat": false,
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
"description": {
"translate": "advancements.potato.mega_lubricate.description"
},
"hidden": true,
"icon": {
"components": {
"minecraft:explicit_foil": true
},
"count": 1,
"id": "minecraft:potato_oil"
},
"title": {
"translate": "advancements.potato.mega_lubricate.title"
}
},
"requirements": [
[
"mega_lubricate_item"
]
],
"sends_telemetry_event": true
}