Update entities.lua

Selection box fixed
This commit is contained in:
Alexsandro Percy 2023-03-27 16:55:39 -03:00 committed by GitHub
parent 358153c95a
commit 02738e262c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",