Cleaned Config

This commit is contained in:
Cooldude2606
2020-03-29 23:39:24 +01:00
parent 5dbc7a5e5c
commit 95af6cfc34
45 changed files with 49 additions and 79 deletions

View File

@@ -33,7 +33,7 @@
]]
local Colors = require 'utils.color_presets' --- @dep utils.color_presets
local format_number = _C.ext_require('util','format_number') --- @dep util
local format_number = _C.format_number --- @dep util
local precision_index = defines.flow_precision_index
local Production = {}