Revert "Fix fire blocking sunlight"
This reverts commit dcce6e97959647fd625c1ce219721c0b800f4938.
This commit is contained in:
parent
c41762d211
commit
929559fe85
@ -14,7 +14,6 @@ minetest.register_node("fire:basic_flame", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
damage_per_second = 4,
|
damage_per_second = 4,
|
||||||
sunlight_propagates = true,
|
|
||||||
|
|
||||||
after_place_node = function(pos, placer)
|
after_place_node = function(pos, placer)
|
||||||
fire.on_flame_add_at(pos)
|
fire.on_flame_add_at(pos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user