Add refined iron, machine block and generator craft

This commit is contained in:
2023-03-04 16:01:06 +01:00
parent f82170b5e5
commit d268618cff
5 changed files with 93 additions and 1 deletions

View File

@@ -25,4 +25,5 @@ dofile(modpath.."/compatibility.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/minerals.lua")
dofile(modpath.."/machines.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/craftitems.lua")
dofile(modpath.."/nodes.lua")