mirror of
https://github.com/Wyrrrd/bbr-fix.git
synced 2026-03-25 15:59:49 +01:00
Incremented rail count
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
if settings.startup["bbr_fix_expensive"].value then
|
||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",5}}
|
||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",5}}
|
||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",5}}
|
||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",5}}
|
||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",5}}
|
||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",5}}
|
||||
else
|
||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",1},{"wood",1}}
|
||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",1},{"iron-plate",1}}
|
||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",1},{"stone-brick",1}}
|
||||
data.raw["recipe"]["bbr-rail-wood"].ingredients = {{"rail",2},{"wood",1}}
|
||||
data.raw["recipe"]["bbr-rail-iron"].ingredients = {{"rail",2},{"iron-plate",1}}
|
||||
data.raw["recipe"]["bbr-rail-brick"].ingredients = {{"rail",2},{"stone-brick",1}}
|
||||
end
|
||||
Reference in New Issue
Block a user