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:
@ -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!"))
|
||||
|
Reference in New Issue
Block a user