More fields to strip

This commit is contained in:
teknomunk 2024-06-12 06:36:59 -05:00 committed by the-real-herowl
parent 4935f5fdda
commit 15fa925aae
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function mcl_mobs.register_mob(name, def)
end -- END mcl_mobs.register_mob function
local STRIP_FIELDS = { "mesh", "base_size", "textures" }
local STRIP_FIELDS = { "mesh", "base_size", "textures", "base_mesh", "base_texture" }
function mcl_mobs.register_conversion(old_name, new_name)
minetest.register_entity(old_name, {
on_activate = function(self, staticdata, dtime)