mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-12 21:35:01 +01:00
30 lines
658 B
JSON
30 lines
658 B
JSON
|
{
|
||
|
"display": {
|
||
|
"title": {
|
||
|
"text": "deployer"
|
||
|
},
|
||
|
"description": {
|
||
|
"text": "Description"
|
||
|
},
|
||
|
"icon": {
|
||
|
"item": "create:deployer"
|
||
|
},
|
||
|
"frame": "task",
|
||
|
"show_toast": true,
|
||
|
"announce_to_chat": false,
|
||
|
"hidden": false
|
||
|
},
|
||
|
"criteria": {
|
||
|
"deployer": {
|
||
|
"trigger": "minecraft:inventory_changed",
|
||
|
"conditions": {
|
||
|
"items": [
|
||
|
{
|
||
|
"item": "create:deployer"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"parent": "create:brass"
|
||
|
}
|