fixed monolith texture
This commit is contained in:
parent
bb7cd95dcc
commit
da608462d7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue