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

22 lines
386 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"PI ",
"II ",
" R"
],
"key": {
"P": {
"item": "prettypipes:pipe"
},
"I": {
"item": "minecraft:iron_ingot"
},
"R": {
"tag": "forge:dyes/red"
}
},
"result": {
"item": "prettypipes:wrench"
}
}