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,15 @@
{
"display": {
"icon": {
"item": "minecraft:potion"
},
"title": "Local Brewery",
"description": "Brew a potion"
},
"parent": "minecraft:nether/obtain_blaze_rod",
"criteria": {
"potion": {
"trigger": "minecraft:brewed_potion"
}
}
}

View File

@@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:beacon"
},
"title": "Bring Home the Beacon",
"description": "Construct and place a Beacon"
},
"parent": "minecraft:nether/summon_wither",
"criteria": {
"beacon": {
"trigger": "minecraft:construct_beacon",
"conditions": {
"level": {"min": 1}
}
}
}
}

View File

@@ -0,0 +1,19 @@
{
"display": {
"icon": {
"item": "minecraft:beacon"
},
"title": "Beaconator",
"description": "Bring a beacon to full power",
"frame": "goal"
},
"parent": "minecraft:nether/create_beacon",
"criteria": {
"beacon": {
"trigger": "minecraft:construct_beacon",
"conditions": {
"level": 4
}
}
}
}

View File

@@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:nether_brick"
},
"title": "A Terrible Fortress",
"description": "Break your way into a Nether Fortress"
},
"parent": "minecraft:nether/root",
"criteria": {
"fortress": {
"trigger": "minecraft:location",
"conditions": {
"feature": "Fortress"
}
}
}
}

View File

@@ -0,0 +1,23 @@
{
"display": {
"icon": {
"item": "minecraft:skull",
"data": 1
},
"title": "Spooky Scary Skeleton",
"description": "Obtain a wither skeleton's skull"
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"wither_skull": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_rod"
}
]
}
}
}
}

View File

@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"item": "minecraft:blaze_rod"
},
"title": "Into Fire",
"description": "Relieve a Blaze of its rod"
},
"parent": "minecraft:nether/find_fortress",
"criteria": {
"blaze_rod": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:blaze_rod"
}
]
}
}
}
}

View File

@@ -0,0 +1,27 @@
{
"display": {
"icon": {
"item": "minecraft:ghast_tear"
},
"title": "Return to Sender",
"description": "Destroy a Ghast with a fireball",
"frame": "challenge"
},
"parent": "minecraft:nether/root",
"criteria": {
"killed_ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ghast"
},
"killing_blow": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:fireball"
}
}
}
}
}
}

View File

@@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:nether_wart"
},
"title": "Nether",
"description": "Bring summer clothes",
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png"
},
"criteria": {
"entered_nether_portal": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:portal"
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": {
"item": "minecraft:nether_star"
},
"title": "Withering Heights",
"description": "Summon the Wither"
},
"parent": "minecraft:nether/get_wither_skull",
"criteria": {
"summoned": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "wither"
}
}
}
}
}