mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-04 21:09:09 +01:00
22 lines
No EOL
392 B
JSON
22 lines
No EOL
392 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" R ",
|
|
"IGI"
|
|
],
|
|
"key": {
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"I": {
|
|
"item": "minecraft:iron_bars"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:glass"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "prettypipes:pipe",
|
|
"count": 4
|
|
}
|
|
} |