You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/advancements/story/_all.json
Normal file
1
data/minecraft/advancements/story/_all.json
Normal file
File diff suppressed because one or more lines are too long
1
data/minecraft/advancements/story/_list.json
Normal file
1
data/minecraft/advancements/story/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["cure_zombie_villager.json","deflect_arrow.json","enchant_item.json","enter_the_end.json","enter_the_nether.json","follow_ender_eye.json","form_obsidian.json","iron_tools.json","lava_bucket.json","mine_diamond.json","mine_stone.json","obtain_armor.json","root.json","shiny_gear.json","smelt_iron.json","upgrade_tools.json"]}
|
||||
29
data/minecraft/advancements/story/cure_zombie_villager.json
Normal file
29
data/minecraft/advancements/story/cure_zombie_villager.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"cured_zombie": {
|
||||
"conditions": {},
|
||||
"trigger": "minecraft:cured_zombie_villager"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.cure_zombie_villager.description"
|
||||
},
|
||||
"frame": "goal",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:golden_apple"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.cure_zombie_villager.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"cured_zombie"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/deflect_arrow.json
Normal file
37
data/minecraft/advancements/story/deflect_arrow.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:story/obtain_armor",
|
||||
"criteria": {
|
||||
"deflected_projectile": {
|
||||
"conditions": {
|
||||
"damage": {
|
||||
"type": {
|
||||
"is_projectile": true
|
||||
},
|
||||
"blocked": true
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:entity_hurt_player"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.deflect_arrow.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:shield",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.deflect_arrow.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"deflected_projectile"
|
||||
]
|
||||
]
|
||||
}
|
||||
29
data/minecraft/advancements/story/enchant_item.json
Normal file
29
data/minecraft/advancements/story/enchant_item.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "minecraft:story/mine_diamond",
|
||||
"criteria": {
|
||||
"enchanted_item": {
|
||||
"conditions": {},
|
||||
"trigger": "minecraft:enchanted_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.enchant_item.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:enchanted_book"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.enchant_item.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"enchanted_item"
|
||||
]
|
||||
]
|
||||
}
|
||||
31
data/minecraft/advancements/story/enter_the_end.json
Normal file
31
data/minecraft/advancements/story/enter_the_end.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"parent": "minecraft:story/follow_ender_eye",
|
||||
"criteria": {
|
||||
"entered_end": {
|
||||
"conditions": {
|
||||
"to": "minecraft:the_end"
|
||||
},
|
||||
"trigger": "minecraft:changed_dimension"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.enter_the_end.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:end_stone"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.enter_the_end.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_end"
|
||||
]
|
||||
]
|
||||
}
|
||||
32
data/minecraft/advancements/story/enter_the_nether.json
Normal file
32
data/minecraft/advancements/story/enter_the_nether.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:story/form_obsidian",
|
||||
"criteria": {
|
||||
"entered_nether": {
|
||||
"conditions": {
|
||||
"to": "minecraft:the_nether"
|
||||
},
|
||||
"trigger": "minecraft:changed_dimension"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.enter_the_nether.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:flint_and_steel",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.enter_the_nether.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_nether"
|
||||
]
|
||||
]
|
||||
}
|
||||
41
data/minecraft/advancements/story/follow_ender_eye.json
Normal file
41
data/minecraft/advancements/story/follow_ender_eye.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:story/enter_the_nether",
|
||||
"criteria": {
|
||||
"in_stronghold": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"structure": "minecraft:stronghold"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.follow_ender_eye.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:ender_eye"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.follow_ender_eye.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"in_stronghold"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/form_obsidian.json
Normal file
37
data/minecraft/advancements/story/form_obsidian.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:story/lava_bucket",
|
||||
"criteria": {
|
||||
"obsidian": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:obsidian"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.form_obsidian.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.form_obsidian.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obsidian"
|
||||
]
|
||||
]
|
||||
}
|
||||
38
data/minecraft/advancements/story/iron_tools.json
Normal file
38
data/minecraft/advancements/story/iron_tools.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"iron_pickaxe": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_pickaxe"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.iron_tools.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:iron_pickaxe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.iron_tools.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"iron_pickaxe"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/lava_bucket.json
Normal file
37
data/minecraft/advancements/story/lava_bucket.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"lava_bucket": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:lava_bucket"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.lava_bucket.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:lava_bucket"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.lava_bucket.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"lava_bucket"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/mine_diamond.json
Normal file
37
data/minecraft/advancements/story/mine_diamond.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:story/iron_tools",
|
||||
"criteria": {
|
||||
"diamond": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:diamond"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.mine_diamond.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.mine_diamond.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"diamond"
|
||||
]
|
||||
]
|
||||
}
|
||||
36
data/minecraft/advancements/story/mine_stone.json
Normal file
36
data/minecraft/advancements/story/mine_stone.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"parent": "minecraft:story/root",
|
||||
"criteria": {
|
||||
"get_stone": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:stone_tool_materials"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.mine_stone.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:wooden_pickaxe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.mine_stone.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"get_stone"
|
||||
]
|
||||
]
|
||||
}
|
||||
77
data/minecraft/advancements/story/obtain_armor.json
Normal file
77
data/minecraft/advancements/story/obtain_armor.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"parent": "minecraft:story/smelt_iron",
|
||||
"criteria": {
|
||||
"iron_boots": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_boots"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_chestplate": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_chestplate"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_helmet": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_helmet"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"iron_leggings": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_leggings"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.obtain_armor.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:iron_chestplate",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.obtain_armor.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"iron_helmet",
|
||||
"iron_chestplate",
|
||||
"iron_leggings",
|
||||
"iron_boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/root.json
Normal file
37
data/minecraft/advancements/story/root.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"criteria": {
|
||||
"crafting_table": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:crafting_table"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
|
||||
"description": {
|
||||
"translate": "advancements.story.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:grass_block"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.story.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"crafting_table"
|
||||
]
|
||||
]
|
||||
}
|
||||
77
data/minecraft/advancements/story/shiny_gear.json
Normal file
77
data/minecraft/advancements/story/shiny_gear.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"parent": "minecraft:story/mine_diamond",
|
||||
"criteria": {
|
||||
"diamond_boots": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:diamond_boots"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"diamond_chestplate": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:diamond_chestplate"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"diamond_helmet": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:diamond_helmet"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"diamond_leggings": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:diamond_leggings"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.shiny_gear.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_chestplate",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.shiny_gear.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"diamond_helmet",
|
||||
"diamond_chestplate",
|
||||
"diamond_leggings",
|
||||
"diamond_boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
37
data/minecraft/advancements/story/smelt_iron.json
Normal file
37
data/minecraft/advancements/story/smelt_iron.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:story/upgrade_tools",
|
||||
"criteria": {
|
||||
"iron": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:iron_ingot"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.smelt_iron.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.smelt_iron.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"iron"
|
||||
]
|
||||
]
|
||||
}
|
||||
38
data/minecraft/advancements/story/upgrade_tools.json
Normal file
38
data/minecraft/advancements/story/upgrade_tools.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"parent": "minecraft:story/mine_stone",
|
||||
"criteria": {
|
||||
"stone_pickaxe": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:stone_pickaxe"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.story.upgrade_tools.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:stone_pickaxe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.story.upgrade_tools.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"stone_pickaxe"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user