diff --git a/build.gradle.kts b/build.gradle.kts index ebf6842..05277ea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,29 +58,12 @@ tasks { file = remapJar.get().archiveFile changelog.set( """ - ## ChunkDebug $modVersion + Updated to 24w37a - ChunkDebug has been completely re-written from scratch. - - ### Changes - - Complete network and rendering overhaul - - No longer requires EssentialClient on the client, install ChunkDebug on the client instead - - Scheduled chunk unloading is now synchronized - - Added support for permission mods to control who can use ChunkDebug - - New GUI - - Updated the GUI to be more user friendly - - You an now set a Chunk Retention to determine how long to keep unloaded chunks rendered for - - You can now render the minimap on top of the chunk debug screen to allow you to line things up easier - - You can disable rendering of the chunk generation stages and/or ticket types - - You can hide both the chunk debug settings and/or the chunk breakdown by hitting F1 or by clicking the toggle buttons in the bottom corners - - You can now select regions of chunks by dragging right click - - General QOL, the gui now doesn't behave weirdly when zooming and correctly centers when jumping to clusters, and the gui isn't grid based any more, so panning is smoother - - Bug Fixes - - Chunk Stages are now synchronized correctly with the client - - "Inaccessible" chunks are displayed correctly now + - Fixed a bug where you couldn't open chunk debug in singleplayer without cheats """.trimIndent() ) - type = STABLE + type = BETA modLoaders.add("fabric") displayName = "ChunkDebug $modVersion for ${libs.versions.minecraft.get()}" diff --git a/src/main/resources/assets/chunk-debug/lang/en_us.json b/src/main/resources/assets/chunk-debug/lang/en_us.json index 12698a1..e05bad2 100644 --- a/src/main/resources/assets/chunk-debug/lang/en_us.json +++ b/src/main/resources/assets/chunk-debug/lang/en_us.json @@ -48,6 +48,7 @@ "chunk-debug.ticket.type.player": "Player", "chunk-debug.ticket.type.portal": "Portal", "chunk-debug.ticket.type.post_teleport": "Post Teleport", + "chunk-debug.ticket.type.ender_pearl": "Ender Pearl", "chunk-debug.ticket.type.forced": "Forced", "chunk-debug.ticket.type.unknown": "Unknown",