mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
Update entities.lua
This commit is contained in:
parent
c343ba2610
commit
c17de98072
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ minetest.register_entity("ap_airship:airship", {
|
|||
timeout = 0;
|
||||
buoyancy = 0.15,
|
||||
max_hp = 50,
|
||||
anchored = false,
|
||||
anchored = true,
|
||||
physics = ap_airship.physics,
|
||||
hull_integrity = nil,
|
||||
owner = "",
|
||||
|
|
Loading…
Add table
Reference in a new issue