You've already forked minecraft-assets
Create/Update assets for version 17w18b
This commit is contained in:
19
assets/minecraft/advancements/nether/brew_potion.json
Normal file
19
assets/minecraft/advancements/nether/brew_potion.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:potion"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.brew_potion.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.brew_potion.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/obtain_blaze_rod",
|
||||
"criteria": {
|
||||
"potion": {
|
||||
"trigger": "minecraft:brewed_potion"
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/nether/create_beacon.json
Normal file
22
assets/minecraft/advancements/nether/create_beacon.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:beacon"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.create_beacon.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.create_beacon.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/summon_wither",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
"conditions": {
|
||||
"level": {"min": 1}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
23
assets/minecraft/advancements/nether/create_full_beacon.json
Normal file
23
assets/minecraft/advancements/nether/create_full_beacon.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:beacon"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.create_full_beacon.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.create_full_beacon.description"
|
||||
},
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "minecraft:nether/create_beacon",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
"conditions": {
|
||||
"level": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
22
assets/minecraft/advancements/nether/find_fortress.json
Normal file
22
assets/minecraft/advancements/nether/find_fortress.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_brick"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.find_fortress.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.find_fortress.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"criteria": {
|
||||
"fortress": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "Fortress"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/advancements/nether/get_wither_skull.json
Normal file
28
assets/minecraft/advancements/nether/get_wither_skull.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.get_wither_skull.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.get_wither_skull.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/find_fortress",
|
||||
"criteria": {
|
||||
"wither_skull": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:skull",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
26
assets/minecraft/advancements/nether/obtain_blaze_rod.json
Normal file
26
assets/minecraft/advancements/nether/obtain_blaze_rod.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:blaze_rod"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.obtain_blaze_rod.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.obtain_blaze_rod.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/find_fortress",
|
||||
"criteria": {
|
||||
"blaze_rod": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:blaze_rod"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
31
assets/minecraft/advancements/nether/return_to_sender.json
Normal file
31
assets/minecraft/advancements/nether/return_to_sender.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ghast_tear"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.return_to_sender.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.return_to_sender.description"
|
||||
},
|
||||
"frame": "challenge"
|
||||
},
|
||||
"parent": "minecraft:nether/root",
|
||||
"criteria": {
|
||||
"killed_ghast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:ghast"
|
||||
},
|
||||
"killing_blow": {
|
||||
"is_projectile": true,
|
||||
"direct_entity": {
|
||||
"type": "minecraft:fireball"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
24
assets/minecraft/advancements/nether/root.json
Normal file
24
assets/minecraft/advancements/nether/root.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:red_nether_brick"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.root.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.root.description"
|
||||
},
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/nether.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"entered_nether": {
|
||||
"trigger": "minecraft:changed_dimension",
|
||||
"conditions": {
|
||||
"to": "the_nether"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
24
assets/minecraft/advancements/nether/summon_wither.json
Normal file
24
assets/minecraft/advancements/nether/summon_wither.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:nether_star"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.nether.summon_wither.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.nether.summon_wither.description"
|
||||
}
|
||||
},
|
||||
"parent": "minecraft:nether/get_wither_skull",
|
||||
"criteria": {
|
||||
"summoned": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "wither"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user