From: Casimir Date: Mon, 31 Dec 2012 09:17:17 +0000 (+0100) Subject: Make fire buildable to X-Git-Tag: 0.4.5~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5fa885211536ce0002f8ea42da50db01b2458d11;p=oweals%2Fminetest_game.git Make fire buildable to --- diff --git a/mods/fire/init.lua b/mods/fire/init.lua index 83bec417..e1932058 100644 --- 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)