From 02738e262c1a4e89fa243c4a4b76a0f3b6ec901e Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Mon, 27 Mar 2023 16:55:39 -0300 Subject: [PATCH] Update entities.lua Selection box fixed --- entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities.lua b/entities.lua index d421dd7..1be616e 100755 --- a/entities.lua +++ b/entities.lua @@ -393,7 +393,7 @@ minetest.register_entity("ap_airship:airship", { physical = true, collide_with_objects = true, --true, collisionbox = {-10, -3.5, -10, 10, 15, 10}, --{-1,0,-1, 1,0.3,1}, - selectionbox = {-10, -3.5, -10, 10, 0, 10}, + selectionbox = {-2, -3.5, -2, 2, 0, 2}, visual = "mesh", backface_culling = false, mesh = "ap_airship_mesh.b3d",