1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Style updates

This commit is contained in:
TWLTriston 2017-09-21 04:48:34 -04:00
parent 5ec048903e
commit ccd810b008
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
glitter_debug = false
function run_ores_module_setup()
if glitter_debug then game.print("Glitter Ore: debug is enabled; module setup;") end
if glitter_debug then game.print("Glitter Ore: debug is enabled; module setup;") end
ore_mix = {}
ore_ratios = {
@ -67,9 +67,6 @@ function run_ores_module(event)
entity.destroy()
local new_entity = surface.create_entity{name = new_name, position = position_old, force="neutral", amount=amount_old}
end
else
-- game.print("Skipping")
-- game.print(entity.name)
end
end
end

View File

@ -35,7 +35,7 @@ in this file and your run_*type*_module(event) function will be called.
--ores--
--require "locale.gen_ores.neko_crazy_ores"
--require "locale.gen_ores.fluffy_rainbows"
require "locale.gen_ores.glitter_ores"
--require "locale.gen_ores.glitter_ores"
--everything else. You may use more than one of these, but beware they might not be compatible
miscs = {}