22 lines
306 B
JSON
22 lines
306 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"xxx",
|
|
"xIx",
|
|
"sIs"
|
|
],
|
|
"key": {
|
|
"I": {
|
|
"tag": "minecraft:logs"
|
|
},
|
|
"x": {
|
|
"item": "society:canvas"
|
|
},
|
|
"s": {
|
|
"item": "society:oak_resin"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "smallships:sail"
|
|
}
|
|
} |