1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-01 06:10:25 +02:00

Added the ability to place a sign onto a brass or wrought iron fence

uses code from PilzAdam's rework of thexyz's signs mod.
This commit is contained in:
Vanessa Ezekowitz
2013-02-08 02:31:40 -05:00
parent 94af6653fd
commit 178386ee53
111 changed files with 631 additions and 27 deletions

View File

@ -793,8 +793,10 @@ end
dofile(minetest.get_modpath("homedecor").."/door_models.lua")
dofile(minetest.get_modpath("homedecor").."/door_nodes.lua")
dofile(minetest.get_modpath("homedecor").."/lighting.lua")
dofile(minetest.get_modpath("homedecor").."/signs_lib.lua")
dofile(minetest.get_modpath("homedecor").."/fences.lua")
dofile(minetest.get_modpath("homedecor").."/lighting.lua")
dofile(minetest.get_modpath("homedecor").."/kitchen_cabinet.lua")
dofile(minetest.get_modpath("homedecor").."/refrigerator.lua")
dofile(minetest.get_modpath("homedecor").."/oven.lua")