Fix mooshroom typo
This commit is contained in:
parent
508592b689
commit
aa4cb63908
@ -72,7 +72,7 @@ mobs:register_mob("mobs_mc:cow", cow_def)
|
|||||||
local mooshroom_def = table.copy(cow_def)
|
local mooshroom_def = table.copy(cow_def)
|
||||||
|
|
||||||
mooshroom_def.mesh = "mobs_mc_mooshroom.b3d"
|
mooshroom_def.mesh = "mobs_mc_mooshroom.b3d"
|
||||||
mooshroom_def.textures = { {"mooshroom.png"}, }
|
mooshroom_def.textures = { {"mobs_mc_mooshroom.png"}, }
|
||||||
mooshroom_def.on_rightclick = function(self, clicker)
|
mooshroom_def.on_rightclick = function(self, clicker)
|
||||||
if self.child then
|
if self.child then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user