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", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" R ", " R ",
"IGI" "IGI",
" C "
], ],
"key": { "key": {
"R": { "R": {
@ -13,6 +14,9 @@
}, },
"G": { "G": {
"tag": "forge:glass" "tag": "forge:glass"
},
"C": {
"item": "minecraft:copper_ingot"
} }
}, },
"result": { "result": {