mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-20 11:20:31 +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",
|
drawtype = "glasslike",
|
||||||
groups = { not_in_creative_inventory = 1 },
|
groups = { not_in_creative_inventory = 1 },
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
light_source = 15,
|
light_source = LIGHT_MAX,
|
||||||
diggable = false,
|
diggable = false,
|
||||||
drop = '',
|
drop = '',
|
||||||
tiles = {
|
tiles = {
|
||||||
|
@ -328,7 +328,7 @@ minetest.register_node("technic:hv_nuclear_reactor_core_active", {
|
|||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
drop = "technic:hv_nuclear_reactor_core",
|
drop = "technic:hv_nuclear_reactor_core",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
light_source = 14,
|
light_source = LIGHT_MAX,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user