You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
21
assets/minecraft/advancements/end/levitate.json
Normal file
21
assets/minecraft/advancements/end/levitate.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:shulker_shell"
|
||||
},
|
||||
"title": "Great View From Up Here",
|
||||
"description": "Levitate for at least 30 seconds",
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"criteria": {
|
||||
"levitated": {
|
||||
"trigger": "minecraft:levitation",
|
||||
"conditions": {
|
||||
"duration": {
|
||||
"min": 600
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user