mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
changed the pipe recipe to require some copper
This commit is contained in:
parent
bf7760c5fb
commit
33f4d47889
1 changed files with 5 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue