File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212* .iml
1313* .ipr
1414* .iws
15+ .kotlin /
1516
1617# eclipse
1718* .launch
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020 maven(" https://jitpack.io" )
2121}
2222
23- val modVersion = " 2.0.2 "
23+ val modVersion = " 2.1.0 "
2424val releaseVersion = " ${modVersion} +${libs.versions.minecraft.get()} "
2525version = releaseVersion
2626group = " me.supersanta"
@@ -73,7 +73,13 @@ tasks {
7373 publishMods {
7474 file = remapJar.get().archiveFile
7575 changelog = """
76- - Updated to 1.21.6
76+ - Fixed phantomsObeyMobcaps not working when the global mobcap was full
77+ - Changes to how additional player data is saved, this will cause
78+ some data to not persist across the update
79+ - Team's teleport blacklist status will need to be reconfigured
80+ - Saved fake player actions will need to be reconfigured
81+ - The player's last camera mode location will be lost
82+ - The player's subscriptions will be forgotten
7783 """ .trimIndent()
7884 type = STABLE
7985 modLoaders.add(" fabric" )
You can’t perform that action at this time.
0 commit comments