mirror of
https://github.com/APercy/ap_airship.git
synced 2025-07-19 20:44:54 -04:00
changed attach method and added restriction to the form usage
This commit is contained in:
parent
088c82d784
commit
e57d36d299
2 changed files with 19 additions and 7 deletions
|
@ -530,7 +530,7 @@ minetest.register_entity("ap_airship:airship", {
|
|||
_inv_id = "",
|
||||
_name_color = 0,
|
||||
_name_hor_aligment = 3.0,
|
||||
_simple_attach_pos = {x=0,y=-25,z=-40},
|
||||
_simple_attach_pos = {x=0,y=-35,z=-70},
|
||||
|
||||
item = "ap_airship:airship",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue