ore workaround

This commit is contained in:
Brevven 2024-12-27 03:02:33 -08:00
parent 6a6a846d5f
commit 873cefe201
4 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,4 @@
local util = require("control-util")
script.on_init(util.check_fluid_mining)
script.on_event(defines.events.on_chunk_generated, util.ore_workaround)
script.on_configuration_changed(util.ore_fix)