Modify rail rebalance recipes
This commit is contained in:
parent
cd416cffc1
commit
b34c4e5ee4
|
|
@ -10,10 +10,13 @@
|
|||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
"*": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"X*X",
|
||||
"X#X",
|
||||
"XRX"
|
||||
],
|
||||
|
|
@ -22,4 +25,4 @@
|
|||
"item": "minecraft:activator_rail"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,10 +10,13 @@
|
|||
},
|
||||
"X": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
"*": {
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"X*X",
|
||||
"X#X",
|
||||
"XPX"
|
||||
],
|
||||
|
|
@ -22,4 +25,4 @@
|
|||
"item": "minecraft:detector_rail"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
"item": "minecraft:powered_rail"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,11 +9,14 @@
|
|||
"item": "minecraft:redstone"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
"item": "tconstruct:copper_nugget"
|
||||
},
|
||||
"*": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"X*X",
|
||||
"X#X",
|
||||
"XRX"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"item": "minecraft:stone_pressure_plate"
|
||||
},
|
||||
"Q": {
|
||||
"item": "minecraft:quartz"
|
||||
"item": "minecraft:glowstone_dust"
|
||||
},
|
||||
"s": {
|
||||
"item": "minecraft:stick"
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"g_g"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"count": 4,
|
||||
"item": "modernminecarts:powered_detector_rail"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue