1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 11:50:18 +02:00

add banisters, placed on side of blocks

when placing, code will try to determine if the bannister should be
left- or right-sided.  Defaults to left-sided; hold shift while placing
to force right-sided.
This commit is contained in:
Vanessa Ezekowitz
2015-04-27 03:04:22 -04:00
parent c0bb7fc784
commit c8633be1dc
8 changed files with 445 additions and 2 deletions

View File

@ -138,8 +138,6 @@ dofile(homedecor.modpath.."/misc-electrical.lua")
dofile(homedecor.modpath.."/paintings.lua")
dofile(homedecor.modpath.."/window_treatments.lua")
dofile(homedecor.modpath.."/crafts.lua")
dofile(homedecor.modpath.."/furniture.lua")
dofile(homedecor.modpath.."/furniture_medieval.lua")
dofile(homedecor.modpath.."/furniture_recipes.lua")
@ -152,4 +150,6 @@ dofile(homedecor.modpath.."/trash_cans.lua")
dofile(homedecor.modpath.."/handlers/locked.lua")
dofile(homedecor.modpath.."/crafts.lua")
print("[HomeDecor] "..S("Loaded!"))