mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 22:36:06 +01:00
daee93dc48
- Setup automated recipes for stone palette blocks and their stairs/slabs/etc - Fixed datagen putting air blocks as drops for attached logistical blocks - Fixed recipes and lang entries using outdated registry names - Fixed kinetic blocks appearing twice in the main creative tab
16 lines
No EOL
211 B
JSON
16 lines
No EOL
211 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"#",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "create:gabbro"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "create:gabbro_pillar",
|
|
"count": 2
|
|
}
|
|
} |