26 lines
392 B
JSON
26 lines
392 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"group": "galley",
|
|
"pattern": [
|
|
"lll",
|
|
"csc",
|
|
"bbb"
|
|
],
|
|
"key": {
|
|
"s": {
|
|
"item": "smallships:sail"
|
|
},
|
|
"c": {
|
|
"item": "minecraft:chest"
|
|
},
|
|
"l": {
|
|
"item": "minecraft:lead"
|
|
},
|
|
"b": {
|
|
"item": "minecraft:bamboo_raft"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "smallships:bamboo_galley"
|
|
}
|
|
} |