1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-29 21:31:02 +02:00

import lrfurn mod

This commit is contained in:
Vanessa Ezekowitz
2014-07-18 19:37:08 -04:00
parent 2af60763db
commit 4a5f4b4f05
109 changed files with 749 additions and 0 deletions

5
lrfurn/init.lua Normal file
View File

@ -0,0 +1,5 @@
dofile(minetest.get_modpath("lrfurn").."/longsofas.lua")
dofile(minetest.get_modpath("lrfurn").."/sofas.lua")
dofile(minetest.get_modpath("lrfurn").."/armchairs.lua")
dofile(minetest.get_modpath("lrfurn").."/coffeetable.lua")
dofile(minetest.get_modpath("lrfurn").."/endtable.lua")