PrettyPipes/src/main/resources/data/prettypipes/recipes/pipe.json
2020-04-17 23:17:46 +02:00

22 lines
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
}
}