diff --git a/mob_meta.lua b/mob_meta.lua index 2f78583..e1e418c 100644 --- a/mob_meta.lua +++ b/mob_meta.lua @@ -704,7 +704,7 @@ function mob:activate(staticdata, dtime) -- Initialize Stats and Visuals if not self.textures then - local textures = minetest.registered_entities[self.name].textures + local textures = self.properties.textures if textures then self.textures = textures end end