mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 19:58:35 +01:00
parent
c88b88eb1c
commit
3a0be16891
6 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"C": {
|
"C": {
|
||||||
"item": "minecraft:cobblestone"
|
"tag": "forge:cobblestone"
|
||||||
},
|
},
|
||||||
"M": {
|
"M": {
|
||||||
"item": "prettypipes:medium_low_priority_module"
|
"item": "prettypipes:medium_low_priority_module"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"item": "minecraft:iron_block"
|
"item": "minecraft:iron_block"
|
||||||
},
|
},
|
||||||
"C": {
|
"C": {
|
||||||
"item": "minecraft:chest"
|
"tag": "forge:chests"
|
||||||
},
|
},
|
||||||
"D": {
|
"D": {
|
||||||
"item": "minecraft:diamond"
|
"item": "minecraft:diamond"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"item": "minecraft:redstone"
|
"item": "minecraft:redstone"
|
||||||
},
|
},
|
||||||
"C": {
|
"C": {
|
||||||
"item": "minecraft:cobblestone"
|
"tag": "forge:cobblestone"
|
||||||
},
|
},
|
||||||
"M": {
|
"M": {
|
||||||
"item": "prettypipes:blank_module"
|
"item": "prettypipes:blank_module"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"C": {
|
"C": {
|
||||||
"item": "minecraft:cobblestone"
|
"tag": "forge:cobblestone"
|
||||||
},
|
},
|
||||||
"M": {
|
"M": {
|
||||||
"item": "prettypipes:low_low_priority_module"
|
"item": "prettypipes:low_low_priority_module"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"item": "minecraft:iron_bars"
|
"item": "minecraft:iron_bars"
|
||||||
},
|
},
|
||||||
"G": {
|
"G": {
|
||||||
"item": "minecraft:glass"
|
"tag": "forge:glass"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"item": "minecraft:iron_ingot"
|
"item": "minecraft:iron_ingot"
|
||||||
},
|
},
|
||||||
"R": {
|
"R": {
|
||||||
"item": "minecraft:red_dye"
|
"tag": "forge:dyes/red"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue