19 lines
295 B
JSON
19 lines
295 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"O": {
|
|
"item": "minecraft:diamond"
|
|
},
|
|
"W": {
|
|
"item": "etcetera:iridescent_glass"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"OWO"
|
|
],
|
|
"result": {
|
|
"count": 8,
|
|
"item": "classicpipes:diamond_pipe"
|
|
}
|
|
} |