Create/src/generated/resources/data/create/advancements/glass_pipe.json
simibubi 1840b40e2e Advancing toward the day
- Added advancements for exploring the content
- Adjusted some recipes
2020-12-15 21:16:17 +01:00

28 lines
No EOL
488 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"
}
},
"requirements": [
[
"0"
]
]
}