Start implementing coal generator

This commit is contained in:
2023-03-01 12:16:33 +01:00
parent f6383b020f
commit 511c4948d6
3 changed files with 101 additions and 1 deletions

View File

@@ -24,3 +24,4 @@ industrialtest={}
dofile(modpath.."/compatibility.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/minerals.lua")
dofile(modpath.."/machines.lua")