more assets

This commit is contained in:
Bob 2024-09-01 20:21:20 +02:00
parent 487503fe87
commit 5f28c8b289
4 changed files with 2315 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public class RenderLPW2 extends TileEntitySpecialRenderer {
GL11.glMatrixMode(GL11.GL_TEXTURE);
GL11.glLoadIdentity();
GL11.glTranslated(0, BobMathUtil.sps(errorTimer) + errorTimer / 2D - 1, 0);
GL11.glTranslated(0, (BobMathUtil.sps(errorTimer) + errorTimer / 2D) % 1, 0);
ResourceManager.lpw2.renderPart("Screen");
GL11.glMatrixMode(GL11.GL_TEXTURE);
GL11.glLoadIdentity();

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB