Remove extra light options
This commit is contained in:
parent
3ac8edbcc5
commit
f264a61fe2
@ -1234,7 +1234,6 @@ minetest.register_node(
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
light_source = default.LIGHT_MAX-4,
|
||||
overlay_light_type = "glow",
|
||||
node_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-2/16, 0, -2/16, 2/16, 0.5, 2/16},
|
||||
@ -1299,7 +1298,6 @@ minetest.register_node(
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
light_source = default.LIGHT_MAX-1,
|
||||
overlay_light_type = "bright_flicker",
|
||||
node_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-2/16, 0, -2/16, 2/16, 0.5, 2/16},
|
||||
|
Loading…
Reference in New Issue
Block a user