Flywheel/src/generated/resources/data/create/recipes/gabbro_pillar.json
simibubi daee93dc48 Stone variant recipes
- 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
2020-05-31 19:17:00 +02:00

16 lines
No EOL
211 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "create:gabbro"
}
},
"result": {
"item": "create:gabbro_pillar",
"count": 2
}
}