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:
@@ -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() {
|
||||||
}
|
}
|
||||||
|
6
src/main/resources/data/c/tags/items/iron_ingots.json
Normal file
6
src/main/resources/data/c/tags/items/iron_ingots.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"minecraft:iron_ingot"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user