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:
0eb46a0
)
Make fire buildable to
author
Casimir
<jul.lutz@gmx.net>
Mon, 31 Dec 2012 09:17:17 +0000
(10:17 +0100)
committer
PilzAdam
<adam-k@outlook.com>
Mon, 31 Dec 2012 12:24:05 +0000
(13:24 +0100)
mods/fire/init.lua
patch
|
blob
|
history
diff --git
a/mods/fire/init.lua
b/mods/fire/init.lua
index 83bec41737542bac61e08fb7f1c44f6dcc26bf2f..e1932058639b0074fc369b74f09b055a8fbcadda 100644
(file)
--- a/
mods/fire/init.lua
+++ b/
mods/fire/init.lua
@@
-12,6
+12,7
@@
minetest.register_node("fire:basic_flame", {
groups = {igniter=2,dig_immediate=3},
drop = '',
walkable = false,
+ buildable_to = true,
damage_per_second = 4,
after_place_node = function(pos, placer)