1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-06 04:17:56 +00:00

the final sin, I hope

This commit is contained in:
Devan-Kerman
2020-09-04 18:18:10 -05:00
parent dc88fbeb12
commit 5333cda44e
2 changed files with 8 additions and 1 deletions

View File

@@ -34,10 +34,11 @@ public final class FixedWidthFontRenderer {
public static final float WIDTH = 256.0f; public static final float WIDTH = 256.0f;
public static final float BACKGROUND_START = (WIDTH - 6.0f) / WIDTH; public static final float BACKGROUND_START = (WIDTH - 6.0f) / WIDTH;
public static final float BACKGROUND_END = (WIDTH - 4.0f) / WIDTH; public static final float BACKGROUND_END = (WIDTH - 4.0f) / WIDTH;
public static final RenderLayer TYPE = Type.MAIN;
private static final Matrix4f IDENTITY = AffineTransformation.identity() private static final Matrix4f IDENTITY = AffineTransformation.identity()
.getMatrix(); .getMatrix();
private static final Identifier FONT = new Identifier("computercraft", "textures/gui/term_font.png"); private static final Identifier FONT = new Identifier("computercraft", "textures/gui/term_font.png");
public static final RenderLayer TYPE = Type.MAIN;
private FixedWidthFontRenderer() { private FixedWidthFontRenderer() {
} }

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:iron_ingot"
]
}