PhysicalConnectivity/src/main/resources/data/phycon/advancements/switch.json

35 lines
625 B
JSON

{
"parent": "phycon:cable",
"display": {
"icon": {
"item": "phycon:switch"
},
"title": {
"translate": "advancements.phycon.switch.title"
},
"description": {
"translate": "advancements.phycon.switch.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"switch": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "phycon:switch",
"item": {
"item": "phycon:switch"
}
}
}
},
"requirements": [
[
"switch"
]
]
}