You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
16
assets/minecraft/advancements/story/create_beacon.json
Normal file
16
assets/minecraft/advancements/story/create_beacon.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": "minecraft:beacon",
|
||||
"title": "Bring Home the Beacon",
|
||||
"description": "Construct and place a Beacon"
|
||||
},
|
||||
"parent": "minecraft:story/summon_wither",
|
||||
"criteria": {
|
||||
"beacon": {
|
||||
"trigger": "minecraft:construct_beacon",
|
||||
"conditions": {
|
||||
"level": {"min": 1}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user