Create/src/generated/resources/data/create/advancements/andesite_alloy.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

35 lines
No EOL
629 B
JSON

{
"parent": "create:root",
"display": {
"icon": {
"item": "create:andesite_alloy"
},
"title": {
"translate": "advancement.create.andesite_alloy"
},
"description": {
"translate": "advancement.create.andesite_alloy.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false
},
"criteria": {
"0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "create:andesite_alloy"
}
]
}
}
},
"requirements": [
[
"0"
]
]
}