summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2016-05-31 23:42:11 -0500
committercheapie <no-email-for-you@example.com>2016-05-31 23:42:11 -0500
commite5837a6e300ee444f4092ade6b836362670c657c (patch)
tree80622047fd975d16a15501029539145e0d1663ab /init.lua
parent383858ba9f6a4e2d857a2831bda14b4b73c05a6d (diff)
downloadrgblightstone-e5837a6e300ee444f4092ade6b836362670c657c.tar
rgblightstone-e5837a6e300ee444f4092ade6b836362670c657c.tar.gz
rgblightstone-e5837a6e300ee444f4092ade6b836362670c657c.tar.bz2
rgblightstone-e5837a6e300ee444f4092ade6b836362670c657c.tar.xz
rgblightstone-e5837a6e300ee444f4092ade6b836362670c657c.zip
More tweaking
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 951b7ab..539deab 100644
--- a/init.lua
+++ b/init.lua
@@ -47,7 +47,6 @@ minetest.register_node("rgblightstone:rgblightstone", {
sunlight_propagates = true,
paramtype = "light",
description = "RGB Lightstone",
- sounds = default.node_sound_stone_defaults(),
on_construct = function(pos)
local meta = minetest.get_meta(pos)
meta:set_string("formspec", "size[8,5;]field[1,1;6,2;channel;Channel;${channel}]field[1,2;2,2;addrx;X Address;${addrx}]field[5,2;2,2;addry;Y Address;${addry}]button_exit[2.25,3;3,1;submit;Save]button_exit[2.25,4;3,1;autofill;Auto-Fill From Node Above]label[3,2;Leave address blank\nfor individual mode]")