mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-13 05:50:41 +01:00
Change to LIGHT_MAX
This commit is contained in:
parent
08a0baf8ce
commit
09798d13b9
|
@ -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 = {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user