Skip to content

Commit 4b98ec9

Browse files
Version bumps for 26.1.1
1 parent dd3e929 commit 4b98ec9

5 files changed

Lines changed: 18 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
- Update to Minecraft 26.1.
2-
- Add support for the `active_effects` tag. This allows you to show an effect's icon without showing its particles, or vice versa, or to add a hidden effect to an effect instance.
3-
- Add support for the `recipeBook` tag. This also allows you to open and close the recipe book for a player using commands.
4-
- Port to NeoForge.
1+
- Mark 26.1.1 as supported.

README.md

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

2828
## Version support
2929

30-
| Minecraft Version | Status |
31-
|-------------------|---------------|
32-
| 26.1 | ✅ Current |
33-
| 1.21.11 | ✔️ Available |
34-
| 1.21.9+10 | ✔️ Available |
35-
| 1.21.6+7+8 | ✔️ Available |
36-
| 1.21.5 | ✔️ Available |
37-
| 1.21.4 | ✔️ Available |
38-
| 1.21.2+3 | ✔️ Available |
39-
| 1.21+1 | ✔️ Available |
40-
| 1.20.5+6 | ✔️ Available |
41-
| 1.20.4 | ✔️ Available |
42-
| 1.20.1 | ✔️ Available |
30+
| Minecraft Version | Status |
31+
|-------------------|--------------|
32+
| 26.1.x | ✅ Current |
33+
| 1.21.11 | ✔️ Available |
34+
| 1.21.9+10 | ✔️ Available |
35+
| 1.21.6+7+8 | ✔️ Available |
36+
| 1.21.5 | ✔️ Available |
37+
| 1.21.4 | ✔️ Available |
38+
| 1.21.2+3 | ✔️ Available |
39+
| 1.21+1 | ✔️ Available |
40+
| 1.20.5+6 | ✔️ Available |
41+
| 1.20.4 | ✔️ Available |
42+
| 1.20.1 | ✔️ Available |
4343

4444
I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft
4545
versions may be delayed from time to time, as I do not always have the time to immediately update my mods.

build.gradle.kts

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

1717
minecraft {
1818
minecraft = libs.minecraft
19-
supported(libs.versions.minecraft.release)
2019
}
2120

2221
neoForgeVersion = libs.versions.neoforge

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mod_id=modifyplayerdata
55
mod_name=Modify Player Data
66
mod_description=Modify Player Data allows Minecraft's data commands (/data, /execute store, etc.) to modify player data
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
multimod = "0.2.7"
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

77
neoforge = "26.1.0.1-beta"
88

0 commit comments

Comments
 (0)