workaround for ore generation

This commit is contained in:
Brevven 2024-12-24 02:39:48 -08:00
parent 22076c0522
commit 16cecece72
6 changed files with 89 additions and 2 deletions

View file

@ -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)