From d737108e4e2e3625a04e61c8f24abffbf227bb7f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 28 Jan 2017 01:30:58 +0100 Subject: [PATCH] Add end rod FIXME --- mods/mcl_end/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/mcl_end/init.lua b/mods/mcl_end/init.lua index 27918cee2..ed326ee29 100644 --- a/mods/mcl_end/init.lua +++ b/mods/mcl_end/init.lua @@ -65,6 +65,7 @@ minetest.register_node("mcl_end:end_rod", { }, }, selection_box = rod_box, + -- FIXME: Collision box does not seem to rotate correctly collision_box = rod_box, sounds = default.node_sound_glass_defaults(), })