mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-01 16:04:59 +01:00
29 lines
No EOL
512 B
JSON
29 lines
No EOL
512 B
JSON
{
|
|
"parent": "create:copper_casing",
|
|
"display": {
|
|
"icon": {
|
|
"item": "create:fluid_pipe"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.create.glass_pipe"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.create.glass_pipe.desc"
|
|
},
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": false,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"0": {
|
|
"trigger": "create:glass_pipe",
|
|
"conditions": {}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"0"
|
|
]
|
|
]
|
|
} |