From e5837a6e300ee444f4092ade6b836362670c657c Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 31 May 2016 23:42:11 -0500 Subject: More tweaking --- init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'init.lua') 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]") -- cgit v1.2.3