Create/Update assets for version 17w15a

This commit is contained in:
InventiveBot
2017-04-15 11:12:58 +00:00
parent edd2521bab
commit 1ecf9ab3bd
5840 changed files with 322438 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": "minecraft:potion",
"title": "A Weak Brew",
"description": "Brew up a potion of Weakness"
},
"parent": "minecraft:story/obtain_blaze_rod",
"criteria": {
"potion": {
"trigger": "minecraft:brewed_potion",
"conditions": {
"potion": "minecraft:weakness"
}
}
}
}

View File

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

View File

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

View File

@@ -0,0 +1,14 @@
{
"display": {
"icon": "minecraft:golden_apple",
"title": "Zombie Doctor",
"description": "Cure a zombie villager.",
"frame": "goal"
},
"parent": "minecraft:story/brew_weakness_potion",
"criteria": {
"cured_zombie": {
"trigger": "minecraft:cured_zombie_villager"
}
}
}

View File

@@ -0,0 +1,21 @@
{
"display": {
"icon": "minecraft:shield",
"title": "Not Today, Thank You",
"description": "Deflect an arrow with a shield"
},
"parent": "minecraft:story/obtain_armor",
"criteria": {
"deflected_projectile": {
"trigger": "minecraft:entity_hurt_player",
"conditions": {
"damage": {
"type": {
"is_projectile": true
},
"blocked": true
}
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:elytra",
"title": "Sky's the Limit",
"description": "Find an Elytra"
},
"parent": "minecraft:story/enter_end_gateway",
"criteria": {
"elytra": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:elytra"
}
]
}
}
}
}

View File

@@ -0,0 +1,13 @@
{
"display": {
"icon": "minecraft:enchanted_book",
"title": "Enchanter",
"description": "Enchant an item at an Enchanting Table"
},
"parent": "minecraft:story/mine_diamond",
"criteria": {
"enchanted_item": {
"trigger": "minecraft:enchanted_item"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": "minecraft:ender_pearl",
"title": "Remote Getaway",
"description": "Defeat the dragon and escape the island"
},
"parent": "minecraft:story/enter_the_end",
"criteria": {
"entered_end_gateway": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:end_gateway"
}
}
}
}

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": "minecraft:end_stone",
"title": "The End?",
"description": "Enter the End Portal"
},
"parent": "minecraft:story/follow_ender_eye",
"criteria": {
"entered_end_portal": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:end_portal"
}
}
}
}

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": "minecraft:flint_and_steel",
"title": "We Need to Go Deeper",
"description": "Build, light and enter a Nether Portal"
},
"parent": "minecraft:story/form_obsidian",
"criteria": {
"entered_nether_portal": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "minecraft:portal"
}
}
}
}

View File

@@ -0,0 +1,16 @@
{
"display": {
"icon": "minecraft:ender_eye",
"title": "Eye Spy",
"description": "Follow an Ender Eye"
},
"parent": "minecraft:story/obtain_blaze_rod",
"criteria": {
"near_stronghold": {
"trigger": "minecraft:used_ender_eye",
"conditions": {
"distance": {"max": 64}
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:obsidian",
"title": "Ice Bucket Challenge",
"description": "Form and mine a block of Obsidian"
},
"parent": "minecraft:story/lava_bucket",
"criteria": {
"obsidian": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:obsidian"
}
]
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:iron_pickaxe",
"title": "Isn't It Iron Pick",
"description": "Upgrade your pickaxe"
},
"parent": "minecraft:story/smelt_iron",
"criteria": {
"iron_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_pickaxe"
}
]
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:lava_bucket",
"title": "Hot Stuff",
"description": "Fill a bucket with lava"
},
"parent": "minecraft:story/smelt_iron",
"criteria": {
"lava_bucket": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:lava_bucket"
}
]
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:diamond",
"title": "Diamonds!",
"description": "Acquire diamonds"
},
"parent": "minecraft:story/iron_tools",
"criteria": {
"diamond": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond"
}
]
}
}
}
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:wooden_pickaxe",
"title": "Stone Age",
"description": "Mine stone with your new pickaxe"
},
"parent": "minecraft:story/root",
"criteria": {
"get_stone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:cobblestone"
}
]
}
}
}
}

View File

@@ -0,0 +1,64 @@
{
"display": {
"icon": "minecraft:iron_chestplate",
"title": "Suit Up",
"description": "Protect yourself with a piece of iron armor"
},
"parent": "minecraft:story/smelt_iron",
"criteria": {
"iron_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_helmet"
}
]
}
},
"iron_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_chestplate"
}
]
}
},
"iron_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_leggings"
}
]
}
},
"iron_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_boots"
}
]
}
}
},
"requirements": [
[
"iron_helmet"
],
[
"iron_chestplate"
],
[
"iron_leggings"
],
[
"iron_boots"
]
]
}

View File

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

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:grass",
"title": "Minecraft",
"description": "The heart and story of the game",
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
},
"criteria": {
"crafting_table": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:crafting_table"
}
]
}
}
}
}

View File

@@ -0,0 +1,64 @@
{
"display": {
"icon": "minecraft:diamond_chestplate",
"title": "Cover Me With Diamonds",
"description": "Diamond armor saves lives"
},
"parent": "minecraft:story/mine_diamond",
"criteria": {
"diamond_helmet": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond_helmet"
}
]
}
},
"diamond_chestplate": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond_chestplate"
}
]
}
},
"diamond_leggings": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond_leggings"
}
]
}
},
"diamond_boots": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:diamond_boots"
}
]
}
}
},
"requirements": [
[
"diamond_helmet"
],
[
"diamond_chestplate"
],
[
"diamond_leggings"
],
[
"diamond_boots"
]
]
}

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:iron_ingot",
"title": "Acquire Hardware",
"description": "Smelt an iron ingot"
},
"parent": "minecraft:story/upgrade_tools",
"criteria": {
"iron": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:iron_ingot"
}
]
}
}
}
}

View File

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

View File

@@ -0,0 +1,20 @@
{
"display": {
"icon": "minecraft:stone_pickaxe",
"title": "Getting an Upgrade",
"description": "Construct a better pickaxe"
},
"parent": "minecraft:story/mine_stone",
"criteria": {
"stone_pickaxe": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:stone_pickaxe"
}
]
}
}
}
}