PrettyPipes/src/main/resources/data/prettypipes/recipes/pipe.json
2020-12-07 01:14:15 +01:00

22 lines
387 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"IGI"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"I": {
"item": "minecraft:iron_bars"
},
"G": {
"tag": "forge:glass"
}
},
"result": {
"item": "prettypipes:pipe",
"count": 4
}
}