Skip to content

Commit d7e18a4

Browse files
Version bumps for 26.1.1
1 parent f9fcff7 commit d7e18a4

5 files changed

Lines changed: 9 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
- Update to Minecraft 26.1.
2-
- Add `text_opacity` and `background_color` options for the `display_above_player` config option. Old config files are automatically updated to include them.
3-
- Port to NeoForge.
4-
5-
**Please make sure to properly back up your world when updating! Minecraft 26.1 changes the structure of Minecraft worlds a lot, and while this mod has adjusted for that, I cannot guarantee that no data loss will happen!**
1+
- Mark 26.1.1 as supported.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For support and/or any questions you may have, feel free to join [my discord](ht
3333

3434
| Minecraft Version | Status |
3535
|-------------------|--------------|
36-
| 26.1 | ✅ Current |
36+
| 26.1.x | ✅ Current |
3737
| 1.21.11 | ✔️ Available |
3838
| 1.21.9+10 | ✔️ Available |
3939
| 1.21.6+7+8 | ✔️ Available |
@@ -50,7 +50,7 @@ For support and/or any questions you may have, feel free to join [my discord](ht
5050
I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft
5151
versions may be delayed from time to time, as I do not always have the time to immediately update my mods.
5252

53-
Unsupported versions are/ still available to download, but they won't receive new features or bugfixes.
53+
Unsupported versions are still available to download, but they won't receive new features or bugfixes.
5454

5555
NeoForge ports are available for Minecraft 26.1 onwards.
5656

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ multimod {
2525

2626
minecraft {
2727
minecraft = libs.minecraft
28-
supported(libs.versions.minecraft.release)
2928
}
3029

3130
fabricApi = libs.fabric.api

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mod_id=eclipsescustomname
55
mod_name=Custom Names
66
mod_description=Adds commands to customise the appearance of your name, and the names of your items
77

8-
version=0.4.1-26.1
8+
version=0.4.1-26.1.1
99

1010
# Publishing
1111
maven_group=xyz.eclipseisoffline

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
multimod = "0.2.8"
2+
multimod = "0.2.11"
33

4-
minecraft = "26.1"
5-
minecraft-release = "26.1"
4+
minecraft = "26.1.1"
5+
minecraft-release = "26.1,26.1.1"
66

7-
fabric-api = "0.144.1+26.1"
7+
fabric-api = "0.145.2+26.1.1"
88

9-
neoforge = "26.1.0.1-beta"
9+
neoforge = "26.1.1.0-beta"
1010

1111
luckperms = "5.4"
1212
commonpermissionsapi = "0.1.1-26.1"

0 commit comments

Comments
 (0)