2018-10-31 13:38:52 -04:00
|
|
|
-- Basic materials mod
|
|
|
|
-- by Vanessa Dannenberg
|
|
|
|
|
|
|
|
-- This mod supplies all those little random craft items that everyone always
|
|
|
|
-- seems to need, such as metal bars (ala rebar), plastic, wire, and so on.
|
|
|
|
|
|
|
|
local modpath = minetest.get_modpath("basic_materials")
|
|
|
|
|
|
|
|
basic_materials = {}
|
update bakedclay, basic_materials, bonemeal, currency, farming_redo,
maptools, mesecons, moreblocks, moreores, new_campfire, cool_trees,
pipeworks, staines_glass, technic, unified_inventory, and unifieddyes.
2020-07-12 08:03:52 -04:00
|
|
|
basic_materials.mod = { author = "Vanessa Dannenberg" }
|
2018-10-31 13:38:52 -04:00
|
|
|
|
|
|
|
dofile(modpath.."/metals.lua")
|
|
|
|
dofile(modpath.."/plastics.lua")
|
|
|
|
dofile(modpath.."/electrical-electronic.lua")
|
|
|
|
dofile(modpath.."/misc.lua")
|