workaround for ore generation
This commit is contained in:
parent
22076c0522
commit
16cecece72
6 changed files with 89 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
local util = require("control-util")
|
||||
|
||||
script.on_init(util.check_fluid_mining)
|
||||
|
||||
script.on_event(defines.events.on_chunk_generated, util.ore_workaround)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue