You've already forked minecraft-assets
Create/Update assets for version 17w17a
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:golden_apple"
|
||||
},
|
||||
"title": "Zombie Doctor",
|
||||
"description": "Weaken and then cure a zombie villager",
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"cured_zombie": {
|
||||
"trigger": "minecraft:cured_zombie_villager"
|
||||
}
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
23
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/enchant_item.json
Normal file
15
assets/minecraft/advancements/story/enchant_item.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/story/enter_the_end.json
Normal file
18
assets/minecraft/advancements/story/enter_the_end.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
18
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/story/follow_ender_eye.json
Normal file
18
assets/minecraft/advancements/story/follow_ender_eye.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"title": "Eye Spy",
|
||||
"description": "Follow an Ender Eye"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"in_stronghold": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "Stronghold"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/form_obsidian.json
Normal file
22
assets/minecraft/advancements/story/form_obsidian.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/iron_tools.json
Normal file
22
assets/minecraft/advancements/story/iron_tools.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/lava_bucket.json
Normal file
22
assets/minecraft/advancements/story/lava_bucket.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/mine_diamond.json
Normal file
22
assets/minecraft/advancements/story/mine_diamond.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"title": "Diamonds!",
|
||||
"description": "Acquire diamonds"
|
||||
},
|
||||
"parent": "minecraft:story/iron_tools",
|
||||
"criteria": {
|
||||
"diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/mine_stone.json
Normal file
22
assets/minecraft/advancements/story/mine_stone.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
66
assets/minecraft/advancements/story/obtain_armor.json
Normal file
66
assets/minecraft/advancements/story/obtain_armor.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
]
|
||||
]
|
||||
}
|
||||
22
assets/minecraft/advancements/story/root.json
Normal file
22
assets/minecraft/advancements/story/root.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
66
assets/minecraft/advancements/story/shiny_gear.json
Normal file
66
assets/minecraft/advancements/story/shiny_gear.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
]
|
||||
]
|
||||
}
|
||||
22
assets/minecraft/advancements/story/smelt_iron.json
Normal file
22
assets/minecraft/advancements/story/smelt_iron.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
22
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "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