forked from nalc/homedecor_modpack
c645964dd5
move lrfurn tables to homedecor_tables create new mod: homedecor_seating move lrfurn chair, sofas, and all types of homedecor chairs, benches, etc. that I could think of, whether intended for exterior or interior use, to that new mod. (except tree swing :P ) lrfurn was left empty after this, so deleted.
7 lines
157 B
Lua
7 lines
157 B
Lua
local modpath = minetest.get_modpath("homedecor_tables")
|
|
|
|
dofile(modpath.."/misc.lua")
|
|
dofile(modpath.."/endtable.lua")
|
|
dofile(modpath.."/coffeetable.lua")
|
|
|