You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/create_beacon.json
Normal file
16
assets/minecraft/advancements/story/create_beacon.json
Normal 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}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/advancements/story/create_full_beacon.json
Normal file
17
assets/minecraft/advancements/story/create_full_beacon.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
21
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
21
assets/minecraft/advancements/story/deflect_arrow.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/elytra.json
Normal file
20
assets/minecraft/advancements/story/elytra.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
13
assets/minecraft/advancements/story/enchant_item.json
Normal file
13
assets/minecraft/advancements/story/enchant_item.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
16
assets/minecraft/advancements/story/enter_end_gateway.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/enter_the_end.json
Normal file
16
assets/minecraft/advancements/story/enter_the_end.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
16
assets/minecraft/advancements/story/enter_the_nether.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/follow_ender_eye.json
Normal file
16
assets/minecraft/advancements/story/follow_ender_eye.json
Normal 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}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/form_obsidian.json
Normal file
20
assets/minecraft/advancements/story/form_obsidian.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/iron_tools.json
Normal file
20
assets/minecraft/advancements/story/iron_tools.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/lava_bucket.json
Normal file
20
assets/minecraft/advancements/story/lava_bucket.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/mine_diamond.json
Normal file
20
assets/minecraft/advancements/story/mine_diamond.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/mine_stone.json
Normal file
20
assets/minecraft/advancements/story/mine_stone.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
64
assets/minecraft/advancements/story/obtain_armor.json
Normal file
64
assets/minecraft/advancements/story/obtain_armor.json
Normal 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"
|
||||
]
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/advancements/story/obtain_blaze_rod.json
Normal file
20
assets/minecraft/advancements/story/obtain_blaze_rod.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/root.json
Normal file
20
assets/minecraft/advancements/story/root.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
64
assets/minecraft/advancements/story/shiny_gear.json
Normal file
64
assets/minecraft/advancements/story/shiny_gear.json
Normal 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"
|
||||
]
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/advancements/story/smelt_iron.json
Normal file
20
assets/minecraft/advancements/story/smelt_iron.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/story/summon_wither.json
Normal file
18
assets/minecraft/advancements/story/summon_wither.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
20
assets/minecraft/advancements/story/upgrade_tools.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user