fixed monolith texture

This commit is contained in:
StevenRS11 2013-11-07 00:47:23 -05:00
parent bb7cd95dcc
commit da608462d7

View file

@ -25,6 +25,6 @@ public class RenderMobObelisk extends RenderLiving
{
byte b0 = entity.getDataWatcher().getWatchableObjectByte(16);
return new ResourceLocation(mod_pocketDim.modid+":/textures/mobs/Monolith"+b0+".png");
return new ResourceLocation(mod_pocketDim.modid+":textures/mobs/Monolith"+b0+".png");
}
}