From 903b1e34dfe15e0c90b7dee012c9b569f0c0c4a7 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 3 Mar 2024 17:30:22 +0000 Subject: [PATCH] fix default self.state --- api.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/api.lua b/api.lua index 23381a5..b7aa64c 100644 --- a/api.lua +++ b/api.lua @@ -130,6 +130,7 @@ local creatura = minetest.get_modpath("creatura") and mobs.mob_class = { + state = "stand", fly_in = "air", owner = "", order = "",