mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
Merge pull request 'Revert llama chest model' (#2695) from llama_model into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2695 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
4080c4ada4
2 changed files with 1 additions and 2 deletions
|
@ -130,9 +130,8 @@ mcl_mobs:register_mob("mobs_mc:llama", {
|
||||||
item:take_item()
|
item:take_item()
|
||||||
clicker:set_wielded_item(item)
|
clicker:set_wielded_item(item)
|
||||||
self._has_chest = true
|
self._has_chest = true
|
||||||
local tex_chest = "mcl_chests_normal.png"
|
|
||||||
self.base_texture = table.copy(self.base_texture)
|
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({
|
self.object:set_properties({
|
||||||
textures = self.base_texture,
|
textures = self.base_texture,
|
||||||
})
|
})
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue