mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-08 11:25:00 +01:00
![simibubi](/assets/img/avatar_default.png)
- 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
28 lines
No EOL
488 B
JSON
28 lines
No EOL
488 B
JSON
{
|
|
"parent": "create:water_wheel",
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:lava_bucket"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.create.lava_wheel"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.create.lava_wheel.desc"
|
|
},
|
|
"frame": "goal",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": true
|
|
},
|
|
"criteria": {
|
|
"0": {
|
|
"trigger": "create:lava_wheel"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"0"
|
|
]
|
|
]
|
|
} |