Skip to content

Commit a2d190e

Browse files
committed
Borax now just outputs one item at a time to avoid miners getting stuck.
1 parent 8147def commit a2d190e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototypes/ores/borax.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ENTITY {
2323
highlight = true,
2424
minable = {
2525
-- mining_particle = "borax-particle",
26-
mining_time = 3,
26+
mining_time = 1.5,
2727
results = {
28-
{type = "item", name = "raw-borax", amount = 2}
28+
{type = "item", name = "raw-borax"}
2929
},
3030
fluid_amount = 50,
3131
required_fluid = "syngas"

0 commit comments

Comments
 (0)