From e58f20bebb2cb381d03fd5263fb6ba73147c6c5b Mon Sep 17 00:00:00 2001 From: general Date: Sun, 7 Apr 2024 22:58:08 -0400 Subject: [PATCH] fix default self.state * backported upstream commit 903b1e34dfe15e0c90b7dee012c9b569f0c0c4a7 --- api.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/api.lua b/api.lua index ba4ef75..2ac3879 100644 --- a/api.lua +++ b/api.lua @@ -151,6 +151,7 @@ local creatura = minetest.get_modpath("creatura") and mobs.mob_class = { + state = "stand", stepheight = 1.1, fly_in = "air", owner = "",