Skip to content

Commit a2b0458

Browse files
Update README, CHANGELOG, bump version
1 parent ba35e66 commit a2b0458

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1+
- Update to Minecraft 26.1.
12
- Add `text_opacity` and `background_color` options for the `display_above_player` config option. Old config files are automatically updated to include them.
2-
3-
From `0.4.0-26.1-pre-2`:
4-
5-
- Update to Minecraft 26.1-pre-2.
6-
7-
From `0.4.0-26.1-snapshot-2`:
8-
93
- Port to NeoForge.
104

11-
This version was not released for NeoForge, as NeoForge does not yet support this version of Minecraft.
12-
135
**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!**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For support and/or any questions you may have, feel free to join [my discord](ht
4747
| 1.19.4 | ✔️ Available |
4848
| 1.19.2 | ✔️ Available |
4949

50-
I try to keep support up for the latest major and latest minor release of Minecraft. Updates to newer Minecraft
50+
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

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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ 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-pre-2
8+
version=0.4.1-26.1
99

1010
# Publishing
1111
maven_group=xyz.eclipseisoffline
1212
archives_base_name=customname
1313

14-
release_type=ALPHA
14+
release_type=STABLE
1515
modrinth_project_id=saIlazMs
1616
github_repository=eclipseisoffline/customname
17-
git_branch=snapshots
17+
git_branch=main

0 commit comments

Comments
 (0)