Fix mooshroom typo

This commit is contained in:
Wuzzy 2017-06-16 05:02:27 +02:00
parent 508592b689
commit aa4cb63908

View File

@ -72,7 +72,7 @@ mobs:register_mob("mobs_mc:cow", cow_def)
local mooshroom_def = table.copy(cow_def)
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)
if self.child then
return