Mazes #117

Merged
StevenRS11 merged 101 commits from mazes into DevBranch 2013-12-29 07:03:48 +00:00
Showing only changes of commit da608462d7 - Show all commits

View File

@@ -25,6 +25,6 @@ public class RenderMobObelisk extends RenderLiving
{ {
byte b0 = entity.getDataWatcher().getWatchableObjectByte(16); 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");
} }
} }