Create/src/generated/resources/data/create/recipes/crafting/kinetics/vertical_gearbox.json

19 lines
272 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"C C",
" B ",
"C C"
],
"key": {
"C": {
"item": "create:cogwheel"
},
"B": {
"item": "create:andesite_casing"
}
},
"result": {
"item": "create:vertical_gearbox"
}
}