mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-09-15 02:25:17 +02:00
Begin the mobs update
This commit is contained in:
@@ -446,7 +446,7 @@ function mobs:register_mob(name, def)
|
||||
--print ("spawned baby:",self.name)
|
||||
local mob = minetest.add_entity(pos, self.name)
|
||||
local ent2 = mob:get_luaentity()
|
||||
local texture = self.base_texture
|
||||
local textures = self.base_texture
|
||||
if def.child_texture then
|
||||
print ("child texture detected")
|
||||
textures = def.child_texture[1]
|
||||
|
Reference in New Issue
Block a user