master
runs 2020-05-13 23:25:18 +02:00
parent 908b659320
commit 2ae7b9a506
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ minetest.register_entity("petz:"..pet_name,{
stepheight = 0.1, --EVIL!
collide_with_objects = true,
collisionbox = collisionbox,
collisionbox_offset = {x=0.5, y =0.0, z=0.875},
visual = petz.settings.visual,
mesh = mesh,
textures = textures,

View File

@ -31,7 +31,6 @@ minetest.register_entity("petz:"..pet_name,{
stepheight = 0.1, --EVIL!
collide_with_objects = true,
collisionbox = collisionbox,
collisionbox_offset = {x=0, y =0.5, z=0},
visual = petz.settings.visual,
mesh = mesh,
textures = textures,