reduce light

This commit is contained in:
techniX 2019-12-08 15:39:23 +02:00
parent 58c9bb199b
commit 125b6a0186
2 changed files with 2 additions and 2 deletions

@ -17,7 +17,7 @@ minetest.register_node("ham_radio:beacon", {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5},
},
light_source = 5,
light_source = 3,
after_place_node = function(pos, placer)
local meta = minetest.get_meta(pos);
local name = placer:get_player_name()

@ -23,7 +23,7 @@ minetest.register_node("ham_radio:transmitter", {
groups = {cracky=2,oddly_breakable_by_hand=2},
sounds = default.node_sound_metal_defaults(),
paramtype2 = "facedir",
light_source = 5,
light_source = 3,
after_place_node = function(pos, placer)
local meta = minetest.get_meta(pos);
local name = placer:get_player_name()