Skip to content

Commit

Permalink
Update the lang
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Sep 11, 2024
1 parent a5a4f74 commit 039978f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
23 changes: 3 additions & 20 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/chunk-debug/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 039978f

Please sign in to comment.