mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-02 00:14:58 +01:00
2696fc2a51
- 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
35 lines
No EOL
634 B
JSON
35 lines
No EOL
634 B
JSON
{
|
|
"parent": "create:chromatic_compound",
|
|
"display": {
|
|
"icon": {
|
|
"item": "create:shadow_steel"
|
|
},
|
|
"title": {
|
|
"translate": "advancement.create.shadow_steel"
|
|
},
|
|
"description": {
|
|
"translate": "advancement.create.shadow_steel.desc"
|
|
},
|
|
"frame": "goal",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": false
|
|
},
|
|
"criteria": {
|
|
"0": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "create:shadow_steel"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"0"
|
|
]
|
|
]
|
|
} |