Skip to content

Commit

Permalink
Fix fire blocking sunlight
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowNinja committed Nov 4, 2014
1 parent d57cb0a commit dcce6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/fire/init.lua
Expand Up @@ -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)
Expand Down

1 comment on commit dcce6e9

@HybridDog
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes the fire just a little bit more realistic

Please sign in to comment.