forked from VoxeLibre/VoxeLibre
Merge pull request 'Revert llama chest model' (#2695) from llama_model into master
Reviewed-on: MineClone2/MineClone2#2695 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
4080c4ada4
|
@ -130,9 +130,8 @@ mcl_mobs:register_mob("mobs_mc:llama", {
|
|||
item:take_item()
|
||||
clicker:set_wielded_item(item)
|
||||
self._has_chest = true
|
||||
local tex_chest = "mcl_chests_normal.png"
|
||||
self.base_texture = table.copy(self.base_texture)
|
||||
self.base_texture[1] = tex_chest
|
||||
self.base_texture[1] = self.base_texture[3]
|
||||
self.object:set_properties({
|
||||
textures = self.base_texture,
|
||||
})
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue