mirror of
https://github.com/APercy/ap_airship.git
synced 2025-07-19 20:44:54 -04:00
improved air rescue
This commit is contained in:
parent
a405b75b51
commit
01ae153554
3 changed files with 17 additions and 3 deletions
|
@ -389,7 +389,7 @@ minetest.register_entity('ap_airship:exit_interactor',{
|
|||
minetest.register_entity('ap_airship:chair_interactor',{
|
||||
initial_properties = {
|
||||
physical = false,
|
||||
collide_with_objects=false,
|
||||
collide_with_objects=true,
|
||||
collisionbox = {-0.3, 0, -0.3, 0.3, 1, 0.3},
|
||||
pointable=true,
|
||||
visual = "mesh",
|
||||
|
@ -458,7 +458,7 @@ minetest.register_entity('ap_airship:ent_collider',{
|
|||
minetest.register_entity('ap_airship:stand_base',{
|
||||
initial_properties = {
|
||||
physical = true,
|
||||
collide_with_objects=true,
|
||||
collide_with_objects=false,
|
||||
collisionbox = {-2, -2, -2, 2, 0, 2},
|
||||
pointable=false,
|
||||
visual = "mesh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue