Remove extra light options

This commit is contained in:
KaadmY 2017-07-25 09:38:56 -07:00
parent 3ac8edbcc5
commit f264a61fe2
1 changed files with 0 additions and 2 deletions

View File

@ -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},