Add developer utility Power Storage Inspector
This commit is contained in:
4
init.lua
4
init.lua
@@ -22,6 +22,7 @@ industrialtest={}
|
||||
|
||||
-- Initial constants
|
||||
industrialtest.updateDelay=1 -- Note: Make this value smaller to make machines update more frequently (it may make server more laggy)
|
||||
industrialtest.developerMode=true -- Enables additional utils useful when developing mod
|
||||
|
||||
-- load other lua files
|
||||
dofile(modpath.."/compatibility.lua")
|
||||
@@ -30,3 +31,6 @@ dofile(modpath.."/minerals.lua")
|
||||
dofile(modpath.."/machines.lua")
|
||||
dofile(modpath.."/craftitems.lua")
|
||||
dofile(modpath.."/nodes.lua")
|
||||
if industrialtest.developerMode then
|
||||
dofile(modpath.."/utils.lua")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user