changed the pipe recipe to require some copper

This commit is contained in:
Ell 2022-02-11 21:19:55 +01:00
parent bf7760c5fb
commit 33f4d47889

View file

@ -2,7 +2,8 @@
"type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"IGI"
"IGI",
" C "
],
"key": {
"R": {
@ -13,6 +14,9 @@
},
"G": {
"tag": "forge:glass"
},
"C": {
"item": "minecraft:copper_ingot"
}
},
"result": {