Rename "Mythicfy" to "Dungeonfy+" in code, and make code slightly cleaner

This commit is contained in:
desyncfy
2024-06-23 13:52:53 -07:00
parent afe24646da
commit 11e055c9f5
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ object SciFyClient : ClientModInitializer {
)
ClientTickEvents.END_CLIENT_TICK.register(ClientTickEvents.EndTick { client: MinecraftClient ->
ClientTickEvents.END_CLIENT_TICK.register(ClientTickEvents.EndTick {
while (menu.wasPressed()) {
MinecraftClient.getInstance().setScreen(Menu())
}