fix default self.state

* backported upstream commit 903b1e34dfe15e0c90b7dee012c9b569f0c0c4a7
This commit is contained in:
general 2024-04-07 22:58:08 -04:00
parent 2276603a13
commit e58f20bebb

View File

@ -151,6 +151,7 @@ local creatura = minetest.get_modpath("creatura") and
mobs.mob_class = { mobs.mob_class = {
state = "stand",
stepheight = 1.1, stepheight = 1.1,
fly_in = "air", fly_in = "air",
owner = "", owner = "",