Skip to content
Snippets Groups Projects
Commit dcce6e97 authored by ShadowNinja's avatar ShadowNinja
Browse files

Fix fire blocking sunlight

parent d57cb0a1
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment