mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Fix fire blocking sunlight
This commit is contained in:
parent
d57cb0a110
commit
dcce6e9795
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ 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…
Add table
Reference in a new issue