mirror of
https://github.com/technix/ham_radio.git
synced 2025-01-08 13:17:34 +01:00
reduce light
This commit is contained in:
parent
58c9bb199b
commit
125b6a0186
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user