Update mobs_mc
This commit is contained in:
parent
a0347a6700
commit
3fb0b6dd44
14 changed files with 30 additions and 23 deletions
|
@ -112,9 +112,9 @@ local spawn = {
|
|||
|
||||
local spawn_desert = table.copy(spawn)
|
||||
spawn_desert.nodes = mobs_mc.spawn.desert
|
||||
on_spawn = function(self, pos)
|
||||
local on_spawn = function(self, pos)
|
||||
local ent = self:get_luaentity()
|
||||
texture = "mobs_mc_rabbit_gold.png"
|
||||
local texture = "mobs_mc_rabbit_gold.png"
|
||||
ent.base_texture = { "mobs_mc_rabbit_gold.png" }
|
||||
self:set_properties({textures = ent.base_texture})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue