You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
35
data/minecraft/advancements/potato/lubricate.json
Normal file
35
data/minecraft/advancements/potato/lubricate.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/get_oily",
|
||||
"criteria": {
|
||||
"lubricate_item": {
|
||||
"conditions": {
|
||||
"result_predicate": {
|
||||
"type": "lubrication",
|
||||
"item_predicate": {},
|
||||
"min_lubrication": 1
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:potato_refined"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.lubricate.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_oil"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.lubricate.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"lubricate_item"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user