You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
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}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user