summaryrefslogtreecommitdiff
path: root/street_signs
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-27 07:54:24 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-27 07:54:24 -0400
commit73dcbb68cd4086b3e47027c441c237c07b20d435 (patch)
tree2fcf1756d5bedbbec8f36d148036ed7e9785aeb6 /street_signs
parent5c89ec5ebef8564485781162643baae9356ef684 (diff)
downloaddreambuilder_modpack-73dcbb68cd4086b3e47027c441c237c07b20d435.tar
dreambuilder_modpack-73dcbb68cd4086b3e47027c441c237c07b20d435.tar.gz
dreambuilder_modpack-73dcbb68cd4086b3e47027c441c237c07b20d435.tar.bz2
dreambuilder_modpack-73dcbb68cd4086b3e47027c441c237c07b20d435.tar.xz
dreambuilder_modpack-73dcbb68cd4086b3e47027c441c237c07b20d435.zip
update street signs again
Diffstat (limited to 'street_signs')
-rw-r--r--street_signs/init.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/street_signs/init.lua b/street_signs/init.lua
index 8405cf1..d768375 100644
--- a/street_signs/init.lua
+++ b/street_signs/init.lua
@@ -1002,6 +1002,18 @@ for _, m in ipairs({"", "_onpole"}) do
-- below this point are image-only signs (i.e. no user-input)
+ if m ~= "" then
+ cbox = {
+ type = "wallmounted",
+ wall_side = { -0.8125, -0.5, -0.5, -0.75, 0.5, 0.5 }
+ }
+ else
+ cbox = {
+ type = "wallmounted",
+ wall_side = { -0.5, -0.5, -0.5, -0.4375, 0.5, 0.5 }
+ }
+ end
+
minetest.register_node("street_signs:sign_stop"..m, {
description = "Stop sign",
paramtype = "light",