Skip to content

Commit 18e9331

Browse files
committed
fix borax mining fluid cost
1 parent 9652a79 commit 18e9331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototypes/ores/borax.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENTITY {
2727
results = {
2828
{type = "item", name = "raw-borax"}
2929
},
30-
fluid_amount = 50,
30+
fluid_amount = 25,
3131
required_fluid = "syngas"
3232
},
3333
collision_box = {{-0.1, -0.1}, {0.1, 0.1}},

0 commit comments

Comments
 (0)