Refactor base for simple electric item processors

This commit is contained in:
2025-03-10 11:15:31 +01:00
parent ab7d011afd
commit 18a1cbc983
3 changed files with 221 additions and 344 deletions

View File

@@ -43,6 +43,7 @@ dofile(modpath.."/machines/machine.lua")
dofile(modpath.."/machines/activated_machine.lua")
dofile(modpath.."/machines/electric_machine.lua")
dofile(modpath.."/machines/activated_electric_machine.lua")
dofile(modpath.."/machines/simple_electric_item_processor.lua")
dofile(modpath.."/machines/canning_machine.lua")
dofile(modpath.."/machines/chargepad.lua")
dofile(modpath.."/machines/compressor.lua")