Create/src/generated/resources/data/create/advancements/basin.json
simibubi 2696fc2a51 BlockState gen progress
- Clutch, Gearshift and Gearbox joined the registrate
- Fixed belt and gearbox items not being assigned creative tabs properly
- Cleaned up and extended the blockstate generator helpers
- Removed advancements from static assets
- Added datagen .cache to gitignore
- Split the palettes section into its own Creative tab
- Fixed Clutch and Gearshift rendering their casing in the TER
2020-05-12 14:06:50 +02:00

37 lines
No EOL
606 B
JSON

{
"parent": "create:press",
"display": {
"icon": {
"item": "create:basin"
},
"title": {
"translate": "advancement.create.basin"
},
"description": {
"translate": "advancement.create.basin.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false
},
"criteria": {
"0": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "create:basin"
}
},
"1": {
"trigger": "create:basin"
}
},
"requirements": [
[
"0"
],
[
"1"
]
]
}