mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +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",
|
"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": {
|
||||||
|
|
Loading…
Reference in a new issue