You've already forked minecraft-assets
16 lines
391 B
JSON
16 lines
391 B
JSON
{
|
|
"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}
|
|
}
|
|
}
|
|
}
|
|
} |