summaryrefslogtreecommitdiff
path: root/digistuff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-23 10:39:11 -0500
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-11-23 10:39:11 -0500
commit2d8ff9f889450fb5c36016276997544aae98a350 (patch)
tree636ddf5e6a9b444a60d7cab82e93ccffb037355d /digistuff
parent646d696c62a6b408100e65164b5cd71a4793ab9b (diff)
downloaddreambuilder_modpack-2d8ff9f889450fb5c36016276997544aae98a350.tar
dreambuilder_modpack-2d8ff9f889450fb5c36016276997544aae98a350.tar.gz
dreambuilder_modpack-2d8ff9f889450fb5c36016276997544aae98a350.tar.bz2
dreambuilder_modpack-2d8ff9f889450fb5c36016276997544aae98a350.tar.xz
dreambuilder_modpack-2d8ff9f889450fb5c36016276997544aae98a350.zip
update digistuff, farming-redo, homedecor, hotbar, roads,
pipeworks, prefab_redo, rgblightstone, signs_lib, street_signs, technic, unifieddyes, and worldedit
Diffstat (limited to 'digistuff')
-rw-r--r--digistuff/init.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/digistuff/init.lua b/digistuff/init.lua
index 2b1a52e..33b5936 100644
--- a/digistuff/init.lua
+++ b/digistuff/init.lua
@@ -992,12 +992,13 @@ if minetest.get_modpath("mesecons_noteblock") then
end
for i=0,14,1 do
- local mult = 255 - ((14-i)*16)
+ local mult = 255 - ((14-i)*12)
minetest.register_node("digistuff:light_"..i, {
drop = "digistuff:light_0",
description = "Digilines Dimmable Light"..(i > 0 and " (on state - you hacker you!)" or ""),
tiles = {"digistuff_light.png"},
paramtype = "light",
+ paramtype2 = "facedir",
drawtype = "nodebox",
node_box = {
type = "fixed",
@@ -1033,7 +1034,12 @@ for i=0,14,1 do
{x = 0,y = 0,z = -1},
{x = 0,y = 1,z = 0},
{x = 0,y = -1,z = 0},
+ {x = 2,y = 0,z = 0},
+ {x = -2,y = 0,z = 0},
+ {x = 0,y = 0,z = 2},
+ {x = 0,y = 0,z = -2},
{x = 0,y = 2,z = 0},
+ {x = 0,y = -2,z = 0},
}
},
effector = {