You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
23
assets/minecraft/advancements/end/dragon_breath.json
Normal file
23
assets/minecraft/advancements/end/dragon_breath.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dragon_breath"
|
||||
},
|
||||
"title": "You Need a Mint",
|
||||
"description": "Collect dragon's breath in a glass bottle",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"dragon_breath": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dragon_breath"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/advancements/end/dragon_egg.json
Normal file
23
assets/minecraft/advancements/end/dragon_egg.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:dragon_egg"
|
||||
},
|
||||
"title": "The Next Generation",
|
||||
"description": "Hold the Dragon Egg",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"dragon_egg": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:dragon_egg"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/advancements/end/elytra.json
Normal file
23
assets/minecraft/advancements/end/elytra.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:elytra"
|
||||
},
|
||||
"title": "Sky's the Limit",
|
||||
"description": "Find an Elytra",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "minecraft:end/find_end_city",
|
||||
"criteria": {
|
||||
"elytra": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:elytra"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/end/enter_end_gateway.json
Normal file
18
assets/minecraft/advancements/end/enter_end_gateway.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_pearl"
|
||||
},
|
||||
"title": "Remote Getaway",
|
||||
"description": "Escape the island"
|
||||
},
|
||||
"parent": "minecraft:end/kill_dragon",
|
||||
"criteria": {
|
||||
"entered_end_gateway": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_gateway"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/end/find_end_city.json
Normal file
18
assets/minecraft/advancements/end/find_end_city.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:purpur_block"
|
||||
},
|
||||
"title": "City at the End of the Game",
|
||||
"description": "Go on in, what could happen?"
|
||||
},
|
||||
"parent": "minecraft:end/enter_end_gateway",
|
||||
"criteria": {
|
||||
"in_city": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "EndCity"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/advancements/end/kill_dragon.json
Normal file
21
assets/minecraft/advancements/end/kill_dragon.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 5
|
||||
},
|
||||
"title": "Free the End",
|
||||
"description": "Good luck"
|
||||
},
|
||||
"parent": "end/root",
|
||||
"criteria": {
|
||||
"killed_dragon": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/advancements/end/respawn_dragon.json
Normal file
21
assets/minecraft/advancements/end/respawn_dragon.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_crystal"
|
||||
},
|
||||
"title": "The End... Again...",
|
||||
"description": "Respawn the ender dragon",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "end/kill_dragon",
|
||||
"criteria": {
|
||||
"summoned_dragon": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/end/root.json
Normal file
18
assets/minecraft/advancements/end/root.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"title": "The End",
|
||||
"description": "Or the beginning?",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/end.png"
|
||||
},
|
||||
"criteria": {
|
||||
"entered_end_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user