mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 01:10:19 -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;
|
||||
}
|
||||
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.");
|
||||
try {
|
||||
OpenComputers.log().info("Initializing Unifont glyph provider.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user