diff options
Diffstat (limited to 'src/main/java/com')
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/block/RenderEyeOfHarmony.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/block/RenderEyeOfHarmony.java b/src/main/java/com/github/technus/tectech/thing/block/RenderEyeOfHarmony.java index 9953f7de79..38bf4e1530 100644 --- a/src/main/java/com/github/technus/tectech/thing/block/RenderEyeOfHarmony.java +++ b/src/main/java/com/github/technus/tectech/thing/block/RenderEyeOfHarmony.java @@ -93,7 +93,7 @@ public class RenderEyeOfHarmony extends TileEntitySpecialRenderer { // Bind animation to layer of star. FMLClientHandler.instance().getClient().getTextureManager().bindTexture(new ResourceLocation(MODID, "models/spaceLayer.png")); - final float scale = 0.01f*17f; + final float scale = 0.01f*17.5f; // Scale the star up in the x, y and z directions. GL11.glScalef(scale, scale, scale); |