Fire: Reduce flame light level to 13
authorparamat <mat.gregory@virginmedia.com>
Thu, 5 Jan 2017 01:34:22 +0000 (01:34 +0000)
committerparamat <mat.gregory@virginmedia.com>
Sat, 7 Jan 2017 22:01:30 +0000 (22:01 +0000)
mods/fire/init.lua

index bee487a57e2d42c0bc264ebcd53cd44a50707963..b1b9284b0d28f436e236c6a85b2d11e215123048 100644 (file)
@@ -24,7 +24,7 @@ minetest.register_node("fire:basic_flame", {
        },
        inventory_image = "fire_basic_flame.png",
        paramtype = "light",
-       light_source = 14,
+       light_source = 13,
        walkable = false,
        buildable_to = true,
        sunlight_propagates = true,
@@ -65,7 +65,7 @@ minetest.register_node("fire:permanent_flame", {
        },
        inventory_image = "fire_basic_flame.png",
        paramtype = "light",
-       light_source = 14,
+       light_source = 13,
        walkable = false,
        buildable_to = true,
        sunlight_propagates = true,