From c1ad82e136ae293d0918fd7ad3232282ea705cd9 Mon Sep 17 00:00:00 2001 From: DanDuncombe Date: Mon, 11 Nov 2013 18:11:18 +0000 Subject: [PATCH] New nndoebox --- mods/bonfire/init.lua | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mods/bonfire/init.lua b/mods/bonfire/init.lua index 7d6d543..635577b 100644 --- a/mods/bonfire/init.lua +++ b/mods/bonfire/init.lua @@ -27,6 +27,7 @@ minetest.register_node("bonfire:self", { particle_image = {"bonfire_bottom.png"}, drawtype = "nodebox", paramtype = "light", + walkable = false, node_box = { type = "fixed", fixed = { @@ -66,20 +67,21 @@ minetest.register_node("bonfire:self_active", { tiles = {"bonfire_top_active.png", "bonfire_bottom.png", {name="bonfire_flame.png", - animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1.5}}, + animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1.8}}, }, particle_image = {"bonfire_bottom.png"}, drawtype = "nodebox", paramtype = "light", damage_per_second = 6, + walkable = false, node_box = { type = "fixed", fixed = { {-0.5,-0.45001,-0.5,0.5,-0.45,0.5},--Base - {-5/16, -8/16, -3/16, 5/16, 4/16, -3/16},--Fire - {-5/16, -8/16, 3/16, 5/16, 4/16, 3/16},--Fire - {-3/16, -8/16, -5/16, -3/16, 4/16, 5/16},--Fire - {3/16, -8/16, -5/16, 3/16, 4/16, 5/16},--Fire + {-5/16, -8/16, -3/16, 5/16, 8/16, -3/16},--Fire + {-5/16, -8/16, 3/16, 5/16, 8/16, 3/16},--Fire + {-3/16, -8/16, -5/16, -3/16, 8/16, 5/16},--Fire + {3/16, -8/16, -5/16, 3/16, 8/16, 5/16},--Fire }, }, selection_box = {