File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.6] - 2025-10-26
10+ ### Changed
11+ - Update adventure library to 4.25.0
12+
913## [ 2.0.5] - 2025-10-09
1014### Changed
1115- Update to 1.21.9/1.21.10
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44 java
55 id(" maven-publish" )
66 id(" fabric-loom" ) version " 1.11.+"
7- kotlin(" jvm" ) version " 2.2.20 "
7+ kotlin(" jvm" ) version " 2.2.21 "
88 id(" io.github.goooler.shadow" ) version " 8.1.7"
9- kotlin(" plugin.serialization" ) version " 2.2.20 "
9+ kotlin(" plugin.serialization" ) version " 2.2.21 "
1010 id(" me.modmuss50.mod-publish-plugin" ) version " 0.8.4"
1111 id(" org.jetbrains.changelog" ) version " 2.+"
1212}
Original file line number Diff line number Diff line change 11# Mod
22modName = BlockBot Discord
33modId = blockbot-discord
4- modVersion = 2.0.5
4+ modVersion = 2.0.6
55mavenGroup = io.github.quiltservertools
66
77# Other
Original file line number Diff line number Diff line change 11[versions ]
22minecraft = " 1.21.10"
33curseforge-minecraft =" 1.21.10"
4- fabric-loader = " 0.17.2 "
4+ fabric-loader = " 0.17.3 "
55yarn-mappings = " 1.21.10+build.1"
66
7- fabric-api = " 0.134.1 +1.21.10"
7+ fabric-api = " 0.136.0 +1.21.10"
88
99# Kotlin
10- fabric-kotlin = " 1.13.6 +kotlin.2.2.20 "
10+ fabric-kotlin = " 1.13.7 +kotlin.2.2.21 "
1111
1212# Discord
1313kord-extensions = " 2.3.6-SNAPSHOT"
1414mc-discord-reserializer = " 4.3.0"
1515emoji-java = " 5.1.1"
16- adventure-gson = " 4.24 .0"
16+ adventure-gson = " 4.25 .0"
1717
18- placeholder-api = " 2.8.0 +1.21.9 "
18+ placeholder-api = " 2.8.1 +1.21.10 "
1919permission-api = " 0.4.1"
20- vanish-api = " 1.6.1+1.21.9-rc1 "
20+ vanish-api = " 1.6.1+1.21.10 "
2121konf = " 1.1.2"
2222
2323[libraries ]
You can’t perform that action at this time.
0 commit comments