16 lines
243 B
JSON
16 lines
243 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [" #", " & ", "& "],
|
|
"key": {
|
|
"#": {
|
|
"item": "society:merino_wool"
|
|
},
|
|
"&": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "longwings:catching_net"
|
|
}
|
|
}
|