Skip to content
Snippets Groups Projects
Commit 929559fe authored by BlockMen's avatar BlockMen
Browse files

Revert "Fix fire blocking sunlight"

This reverts commit dcce6e97.
parent c41762d2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ 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.
Finish editing this message first!
Please register or to comment