Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Oct 25, 2024
1 parent 8bba22b commit bdf480f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
java
}

val modVersion = "2.1.1"
val modVersion = "2.1.2"
val releaseVersion = "${modVersion}+${libs.versions.minecraft.get()}"
version = releaseVersion
group = "me.senseiwells"
Expand Down Expand Up @@ -71,13 +71,7 @@ tasks {
"""
## ChunkDebug $modVersion
Added a client configuration file. Your settings will now be saved between uses.
You can configure the position of the minimap; you first select the corner you want
the minimap to render relative to by changing the `Minimap Corner` configuration,
if you want to further fine-tune the position of the minimap you can enable `Render Minimap`
which will allow you to click and drag the minimap around.
You can also scroll while hovering the minimap to resize it.
Fix a compatability issue with EssentialClient
""".trimIndent()
)
type = STABLE
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "chunk-debug",
"version": "${version}",
"name": "ChunkDebug",
"description": "Chunk Debug server side support",
"description": "ChunkDebug provides a live display of all the loaded chunks in any given dimension.",
"authors": [
"Sensei"
],
Expand Down

0 comments on commit bdf480f

Please sign in to comment.