aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/io
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-03-04 03:03:33 +0100
committerGitHub <noreply@github.com>2023-03-04 13:03:33 +1100
commit5a79ff410eb64e906c555751b32bef87cc7caee9 (patch)
treef2c2e40a7cca305959b04d2dfba99ebc3e822949 /src/main/kotlin/io
parent5dd063fbba6bde64806a7620541dc2d9bdf42871 (diff)
downloadNotEnoughUpdates-5a79ff410eb64e906c555751b32bef87cc7caee9.tar.gz
NotEnoughUpdates-5a79ff410eb64e906c555751b32bef87cc7caee9.tar.bz2
NotEnoughUpdates-5a79ff410eb64e906c555751b32bef87cc7caee9.zip
I hate FontRenderer. (#612)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/kotlin/io')
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/recipes/KatRecipe.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/recipes/KatRecipe.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/recipes/KatRecipe.kt
index e6dc0abc..acb379de 100644
--- a/src/main/kotlin/io/github/moulberry/notenoughupdates/recipes/KatRecipe.kt
+++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/recipes/KatRecipe.kt
@@ -98,7 +98,6 @@ data class KatRecipe(
)
Utils.drawStringCentered(
Utils.prettyTime(time),
- Minecraft.getMinecraft().fontRendererObj,
gui.guiLeft + textPosition.first.toFloat(), gui.guiTop + textPosition.second.toFloat(),
false, 0xff00ff
)