From 125b6a018645a2c939eaac5e5cddf88e46ace77c Mon Sep 17 00:00:00 2001 From: techniX Date: Sun, 8 Dec 2019 15:39:23 +0200 Subject: [PATCH] reduce light --- beacon.lua | 2 +- transmitter.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beacon.lua b/beacon.lua index 4448658..4f02360 100644 --- a/beacon.lua +++ b/beacon.lua @@ -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() diff --git a/transmitter.lua b/transmitter.lua index 8fc52ce..f410828 100644 --- a/transmitter.lua +++ b/transmitter.lua @@ -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()