Create/Update assets for version 17w17a

This commit is contained in:
InventiveBot
2017-04-26 14:35:29 +00:00
parent edd2521bab
commit df54df37da
5894 changed files with 323200 additions and 0 deletions

View 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"
}
]
}
}
}
}

View 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"
}
]
}
}
}
}

View 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"
}
]
}
}
}
}

View 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"
}
}
}
}

View 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"
}
}
}
}

View 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"
}
}
}
}
}

View 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
}
}
}
}
}

View 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"
}
}
}
}
}

View 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"
}
}
}
}