Fix fire blocking sunlight

master
ShadowNinja 2014-11-04 16:17:56 -05:00
parent d57cb0a110
commit dcce6e9795
1 changed files with 1 additions and 0 deletions

View 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)