24 lines
365 B
JSON
24 lines
365 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"Q": {
|
|
"item": "minecraft:quartz"
|
|
},
|
|
"P": {
|
|
"item": "classicpipes:request_pipe"
|
|
},
|
|
"S": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"Q Q",
|
|
" P ",
|
|
" S "
|
|
],
|
|
"result": {
|
|
"count": 1,
|
|
"item": "classicpipes:pipe_slicer"
|
|
}
|
|
} |