mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 09:18:05 -04:00
OK, OK, I'll stop being lazy already.
This commit is contained in:
parent
0bdf3afc94
commit
166df967ac
@ -25,7 +25,7 @@ public class FontParserUnifont implements IGlyphProvider {
|
|||||||
glyphs[i] = null;
|
glyphs[i] = null;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
final InputStream font = Minecraft.getMinecraft().getResourceManager().getResource(new ResourceLocation(Settings.resourceDomain(), "unifont.hex")).getInputStream();
|
final InputStream font = Minecraft.getMinecraft().getResourceManager().getResource(new ResourceLocation(Settings.resourceDomain(), "font.hex")).getInputStream();
|
||||||
OpenComputers.log().info("Initialized Unifont glyph provider.");
|
OpenComputers.log().info("Initialized Unifont glyph provider.");
|
||||||
try {
|
try {
|
||||||
OpenComputers.log().info("Initializing Unifont glyph provider.");
|
OpenComputers.log().info("Initializing Unifont glyph provider.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user