8df4555394
* Add files via upload Add mesh nodes * Add files via upload Node Box removed and replaced with mesh nodes * Modified selection and collision box Code modified to support additional materials. * Delete millwork.lua Is replaced by node.lua materials.lua * Delete register.lua Is replaced by node.lua materials.lua * add more materials
5 lines
194 B
Lua
5 lines
194 B
Lua
mymillwork = {}
|
|
dofile(minetest.get_modpath("mymillwork").."/machines.lua")
|
|
dofile(minetest.get_modpath("mymillwork").."/nodes.lua")
|
|
dofile(minetest.get_modpath("mymillwork").."/materials.lua")
|