You've already forked minecraft-assets
Create/Update assets for version 17w13a
This commit is contained in:
19
assets/minecraft/advancements/story/brew_potion.json
Normal file
19
assets/minecraft/advancements/story/brew_potion.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:glass_bottle",
|
||||
"title": "Brew a Potion"
|
||||
},
|
||||
"parent": "minecraft:story/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:potion"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/create_beacon.json
Normal file
15
assets/minecraft/advancements/story/create_beacon.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:beacon",
|
||||
"title": "Create a beacon"
|
||||
},
|
||||
"parent": "minecraft:story/summon_wither",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
"conditions": {
|
||||
"level": {"min": 1}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/advancements/story/create_full_beacon.json
Normal file
16
assets/minecraft/advancements/story/create_full_beacon.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:beacon",
|
||||
"title": "Create a full beacon",
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:story/create_beacon",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
"conditions": {
|
||||
"level": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
18
assets/minecraft/advancements/story/deflect_arrow.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:shield",
|
||||
"title": "Deflect an arrow"
|
||||
},
|
||||
"parent": "minecraft:story/obtain_armor",
|
||||
"criteria": {
|
||||
"deflected_projectile": {
|
||||
"trigger": "minecraft:player_damaged",
|
||||
"conditions": {
|
||||
"damage": {
|
||||
"blocked": true,
|
||||
"is_projectile": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/elytra.json
Normal file
19
assets/minecraft/advancements/story/elytra.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:elytra",
|
||||
"title": "Learn to Fly"
|
||||
},
|
||||
"parent": "minecraft:story/enter_end_gateway",
|
||||
"criteria": {
|
||||
"elytra": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:elytra"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/advancements/story/enchant_item.json
Normal file
12
assets/minecraft/advancements/story/enchant_item.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:enchanted_book",
|
||||
"title": "Enchant an item"
|
||||
},
|
||||
"parent": "minecraft:story/mine_diamond",
|
||||
"criteria": {
|
||||
"enchanted_item": {
|
||||
"trigger": "minecraft:enchanted_item"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
15
assets/minecraft/advancements/story/enter_end_gateway.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:ender_pearl",
|
||||
"title": "Enter a Gateway"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_end",
|
||||
"criteria": {
|
||||
"entered_end_gateway": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_gateway"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/enter_the_end.json
Normal file
15
assets/minecraft/advancements/story/enter_the_end.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:end_stone",
|
||||
"title": "Enter the End"
|
||||
},
|
||||
"parent": "minecraft:story/follow_ender_eye",
|
||||
"criteria": {
|
||||
"entered_end_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:end_portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
15
assets/minecraft/advancements/story/enter_the_nether.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:flint_and_steel",
|
||||
"title": "Enter the Nether"
|
||||
},
|
||||
"parent": "minecraft:story/form_obsidian",
|
||||
"criteria": {
|
||||
"entered_nether_portal": {
|
||||
"trigger": "minecraft:enter_block",
|
||||
"conditions": {
|
||||
"block": "minecraft:portal"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
assets/minecraft/advancements/story/follow_ender_eye.json
Normal file
15
assets/minecraft/advancements/story/follow_ender_eye.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:ender_eye",
|
||||
"title": "Follow an Ender Eye"
|
||||
},
|
||||
"parent": "minecraft:story/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"near_stronghold": {
|
||||
"trigger": "minecraft:used_ender_eye",
|
||||
"conditions": {
|
||||
"distance": {"max": 64}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/form_obsidian.json
Normal file
19
assets/minecraft/advancements/story/form_obsidian.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:obsidian",
|
||||
"title": "Form obsidian"
|
||||
},
|
||||
"parent": "minecraft:story/lava_bucket",
|
||||
"criteria": {
|
||||
"obsidian": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:obsidian"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/iron_tools.json
Normal file
19
assets/minecraft/advancements/story/iron_tools.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:iron_pickaxe",
|
||||
"title": "Iron tools"
|
||||
},
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"iron_pickaxe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_pickaxe"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/lava_bucket.json
Normal file
19
assets/minecraft/advancements/story/lava_bucket.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:lava_bucket",
|
||||
"title": "Bucket of lava"
|
||||
},
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"lava_bucket": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:lava_bucket"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/mine_diamond.json
Normal file
19
assets/minecraft/advancements/story/mine_diamond.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:diamond",
|
||||
"title": "Diamonds!"
|
||||
},
|
||||
"parent": "minecraft:story/iron_tools",
|
||||
"criteria": {
|
||||
"diamond": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/mine_stone.json
Normal file
19
assets/minecraft/advancements/story/mine_stone.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:wooden_pickaxe",
|
||||
"title": "Mine stone"
|
||||
},
|
||||
"parent": "minecraft:story/root",
|
||||
"criteria": {
|
||||
"get_stone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
63
assets/minecraft/advancements/story/obtain_armor.json
Normal file
63
assets/minecraft/advancements/story/obtain_armor.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:iron_chestplate",
|
||||
"title": "Obtain 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"
|
||||
]
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/advancements/story/obtain_blaze_rod.json
Normal file
19
assets/minecraft/advancements/story/obtain_blaze_rod.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:blaze_rod",
|
||||
"title": "Obtain a Blaze Rod"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"blaze_rod": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/root.json
Normal file
19
assets/minecraft/advancements/story/root.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:grass",
|
||||
"title": "Minecraft",
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
|
||||
},
|
||||
"criteria": {
|
||||
"crafting_table": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:crafting_table"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
63
assets/minecraft/advancements/story/shiny_gear.json
Normal file
63
assets/minecraft/advancements/story/shiny_gear.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:diamond_chestplate",
|
||||
"title": "Shiny gear"
|
||||
},
|
||||
"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"
|
||||
]
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/advancements/story/smelt_iron.json
Normal file
19
assets/minecraft/advancements/story/smelt_iron.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:iron_ingot",
|
||||
"title": "Smelt iron"
|
||||
},
|
||||
"parent": "minecraft:story/upgrade_tools",
|
||||
"criteria": {
|
||||
"iron": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/advancements/story/summon_wither.json
Normal file
17
assets/minecraft/advancements/story/summon_wither.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:nether_star",
|
||||
"title": "Summon the Wither"
|
||||
},
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"summoned": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "ender_dragon"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
19
assets/minecraft/advancements/story/upgrade_tools.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:stone_pickaxe",
|
||||
"title": "Upgrade tools"
|
||||
},
|
||||
"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