Fix fire blocking sunlight
authorShadowNinja <shadowninja@minetest.net>
Tue, 4 Nov 2014 21:17:56 +0000 (16:17 -0500)
committerShadowNinja <shadowninja@minetest.net>
Tue, 4 Nov 2014 21:17:56 +0000 (16:17 -0500)
mods/fire/init.lua

index 4ce9f6a7f041fcbcc05e4784e85b8ac7271b4418..61626d2f06679a51583a5eda2517bd2e5ec4131f 100644 (file)
@@ -14,6 +14,7 @@ minetest.register_node("fire:basic_flame", {
        walkable = false,
        buildable_to = true,
        damage_per_second = 4,
+       sunlight_propagates = true,
        
        after_place_node = function(pos, placer)
                fire.on_flame_add_at(pos)