projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d57cb0a
)
Fix fire blocking sunlight
author
ShadowNinja
<shadowninja@minetest.net>
Tue, 4 Nov 2014 21:17:56 +0000
(16:17 -0500)
committer
ShadowNinja
<shadowninja@minetest.net>
Tue, 4 Nov 2014 21:17:56 +0000
(16:17 -0500)
mods/fire/init.lua
patch
|
blob
|
history
diff --git
a/mods/fire/init.lua
b/mods/fire/init.lua
index 4ce9f6a7f041fcbcc05e4784e85b8ac7271b4418..61626d2f06679a51583a5eda2517bd2e5ec4131f 100644
(file)
--- a/
mods/fire/init.lua
+++ b/
mods/fire/init.lua
@@
-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)