From 4ff31ffa8c741e0ce52c4aa62ea661f0b5bcf53d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 29 May 2017 22:56:53 +0200 Subject: [PATCH] Add missing break in mcl_item_entities --- mods/ENTITIES/mcl_item_entity/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ENTITIES/mcl_item_entity/init.lua b/mods/ENTITIES/mcl_item_entity/init.lua index 6e9c50721..7309ba1fe 100644 --- a/mods/ENTITIES/mcl_item_entity/init.lua +++ b/mods/ENTITIES/mcl_item_entity/init.lua @@ -446,6 +446,7 @@ core.register_entity(":__builtin:item", { local def = minetest.registered_nodes[nn] if def and def.walkable == false and nn ~= "ignore" then shootdir = order[o] + break end end -- If none of the 4 sides is free, shoot upwards