mirror of
https://github.com/APercy/ap_airship.git
synced 2025-07-19 20:44:54 -04:00
various fixes
This commit is contained in:
parent
232f5df95f
commit
3a45af7c9e
9 changed files with 13 additions and 6 deletions
|
@ -185,6 +185,7 @@ minetest.register_entity('ap_airship:control_interactor',{
|
|||
textures = {"ap_airship_alpha.png",},
|
||||
},
|
||||
dist_moved = 0,
|
||||
max_hp = 65535,
|
||||
|
||||
on_activate = function(self,std)
|
||||
self.sdata = minetest.deserialize(std) or {}
|
||||
|
@ -217,6 +218,7 @@ minetest.register_entity('ap_airship:cabin_interactor',{
|
|||
textures = {"ap_airship_alpha.png",},
|
||||
},
|
||||
dist_moved = 0,
|
||||
max_hp = 65535,
|
||||
|
||||
on_activate = function(self,std)
|
||||
self.sdata = minetest.deserialize(std) or {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue