mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-05 06:53:45 +01:00
9 lines
303 B
Lua
9 lines
303 B
Lua
local module_path = microexpansion.get_module_path("crafting")
|
|
|
|
-- basic_materials replacements
|
|
dofile(module_path.."/materials.lua")
|
|
-- shared items used for various machine recipes
|
|
dofile(module_path.."/shared.lua")
|
|
-- items that allow for alternative recipes
|
|
dofile(module_path.."/alternatives.lua")
|