23 lines
290 B
JSON
23 lines
290 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"###",
|
|
"#G#",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "create:zinc_nugget"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:gunpowder"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "smallships:cannon_ball",
|
|
"count": 2
|
|
}
|
|
}
|
|
|
|
|