Advancements
- Baby steps advancement [ wip ] - Hard listener advancement
This commit is contained in:
37
data/herohost/advancement/herohost/baby_steps.json
Normal file
37
data/herohost/advancement/herohost/baby_steps.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "herohost:herohost/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:leather_boots"
|
||||
},
|
||||
"title": {
|
||||
"translate": "hhost.minigame.advancement.herohost.baby_steps.title",
|
||||
"fallback": "Baby steps"
|
||||
},
|
||||
"description": {
|
||||
"translate": "hhost.minigame.advancement.herohost.baby_steps.description",
|
||||
"fallback": "Take your first steps [not working yet]"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"baby_steps": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"player": {
|
||||
"distance": {
|
||||
"horizontal": {
|
||||
"min": 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
|
||||
}
|
||||
}
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"description": {
|
||||
"translate": "hhost.minigame.advancement.herohost.hard_listener.description",
|
||||
"fallback": "One warning should be enough..."
|
||||
"fallback": "This could've been avoided"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
|
Reference in New Issue
Block a user