1
0
mirror of https://github.com/mt-mods/basic_materials.git synced 2025-07-04 17:10:25 +02:00

refactor mod

This commit is contained in:
unknown
2022-01-25 20:39:15 -05:00
parent 0893974b05
commit 8b681d9755
9 changed files with 548 additions and 572 deletions

View File

@ -9,7 +9,7 @@ local modpath = minetest.get_modpath("basic_materials")
basic_materials = {}
basic_materials.mod = { author = "Vanessa Dannenberg" }
dofile(modpath.."/metals.lua")
dofile(modpath.."/plastics.lua")
dofile(modpath.."/electrical-electronic.lua")
dofile(modpath.."/misc.lua")
dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/craftitems.lua")
dofile(modpath .. "/crafts.lua")
dofile(modpath .. "/aliases.lua")