mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Mob despawn_after defaults to never
This commit is contained in:
parent
7f3d4cc77a
commit
10d250fdbf
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ local mob = {
|
||||||
damage = 2,
|
damage = 2,
|
||||||
speed = 4,
|
speed = 4,
|
||||||
tracking_range = 16,
|
tracking_range = 16,
|
||||||
despawn_after = 100,
|
despawn_after = nil,
|
||||||
-- Physics
|
-- Physics
|
||||||
max_fall = 3,
|
max_fall = 3,
|
||||||
stepheight = 1.1,
|
stepheight = 1.1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue