minecraft-mod/old-src/main/resources/data/modchest/recipes/steering_wheel.json

23 lines
349 B
JSON
Executable File

{
"type": "minecraft:crafting_shaped",
"category": "buliding",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "modchest:shipblock"
},
"M": {
"item": "minecraft:iron_block"
}
},
"pattern": [
" # ",
"#X#",
"M#M"
],
"result": {
"item": "modchest:steering_wheel"
}
}