Create/src/generated/resources/data/create/advancements/glass_pipe.json
2020-12-15 23:22:12 +01:00

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"
]
]
}