Change to LIGHT_MAX

This commit is contained in:
Thomas--S 2017-03-29 15:34:56 +02:00
parent 08a0baf8ce
commit 09798d13b9
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ minetest.register_node("technic:forcefield", {
drawtype = "glasslike",
groups = { not_in_creative_inventory = 1 },
paramtype = "light",
light_source = 15,
light_source = LIGHT_MAX,
diggable = false,
drop = '',
tiles = {

View File

@ -328,7 +328,7 @@ minetest.register_node("technic:hv_nuclear_reactor_core_active", {
sounds = default.node_sound_wood_defaults(),
drop = "technic:hv_nuclear_reactor_core",
drawtype = "nodebox",
light_source = 14,
light_source = LIGHT_MAX,
paramtype = "light",
node_box = {
type = "fixed",