File tree Expand file tree Collapse file tree 5 files changed +22
-11
lines changed
Expand file tree Collapse file tree 5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.4] - 2025-07-12
10+ ### Changed
11+ - Update dependencies to 1.21.7
12+
13+ ### Fixed
14+ - NoClassDefFoundError on startup
15+
16+ ## [ 2.0.3] - 2025-04-17
17+ ### Changed
18+ - Update to 1.21.5
19+
920## [ 2.0.2] - 2025-02-25
1021### Changed
1122- Update dependencies
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.changelog.Changelog
33plugins {
44 java
55 id(" maven-publish" )
6- id(" fabric-loom" ) version " 1.10 .+"
6+ id(" fabric-loom" ) version " 1.11 .+"
77 kotlin(" jvm" ) version " 2.1.10"
88 id(" io.github.goooler.shadow" ) version " 8.1.7"
99 kotlin(" plugin.serialization" ) version " 2.1.10"
Original file line number Diff line number Diff line change 11# Mod
22modName = BlockBot Discord
33modId = blockbot-discord
4- modVersion = 2.0.3
4+ modVersion = 2.0.4
55mavenGroup = io.github.quiltservertools
66
77# Other
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
2- minecraft = " 1.21.6 "
3- curseforge-minecraft =" 1.21.6 "
2+ minecraft = " 1.21.7 "
3+ curseforge-minecraft =" 1.21.7 "
44fabric-loader = " 0.16.14"
5- yarn-mappings = " 1.21.6 +build.1 "
5+ yarn-mappings = " 1.21.7 +build.6 "
66
7- fabric-api = " 0.127.1 +1.21.6 "
7+ fabric-api = " 0.129.0 +1.21.7 "
88
99# Kotlin
10- fabric-kotlin = " 1.13.1 +kotlin.2.1.10 "
10+ fabric-kotlin = " 1.13.4 +kotlin.2.2.0 "
1111
1212# Discord
1313kord-extensions = " 2.3.1-SNAPSHOT"
1414mc-discord-reserializer = " 4.3.0"
1515emoji-java = " 5.1.1"
1616adventure-gson = " 4.23.0"
1717
18- placeholder-api = " 2.7.0 +1.21.6"
19- permission-api = " 0.4.0 "
20- vanish-api = " 1.5.18 +1.21.6-rc1 "
18+ placeholder-api = " 2.7.1 +1.21.6"
19+ permission-api = " 0.4.1 "
20+ vanish-api = " 1.5.20 +1.21.7 "
2121konf = " 1.1.2"
2222
2323[libraries ]
You can’t perform that action at this time.
0 commit comments