Fix chicken spawn texture

This commit is contained in:
Wuzzy 2017-06-22 21:10:34 +02:00
parent c940a9e944
commit df970361e3

View File

@ -209,7 +209,6 @@ mobs:register_arrow("mobs_mc:egg_entity", {
local ent2 = mob:get_luaentity()
mob:set_properties({
textures = {"chicken.png"},
visual_size = {
x = ent2.base_size.x / 2,
y = ent2.base_size.y / 2