Skip to content

Commit f60d666

Browse files
committed
Build using 1.21.1 and update readme
1 parent 40bf7d1 commit f60d666

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
- MiniMOTD is compatible with Spigot, however many features will not work. It is recommended to use Paper for full compatibility.
1515
- [Sponge API 8](https://www.spongepowered.org/)
1616
- [Sponge API 7](https://www.spongepowered.org/)
17-
- [Fabric](https://fabricmc.net/) (requires [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api))
17+
- [Fabric](https://fabricmc.net/) (requires [Fabric API](https://modrinth.com/mod/fabric-api))
18+
- [NeoForge](https://neoforged.net/)
1819

1920
#### Proxy Platforms
2021
- [Velocity](https://velocitypowered.com/)

gradle/build-logic/src/main/kotlin/extensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ val bukkitVersions = listOf(
3131
"1.18.2",
3232
"1.19.4",
3333
"1.20.6",
34-
"1.21",
34+
"1.21.1",
3535
)

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ bstats = "3.0.3"
2222
paperApi = "1.16.5-R0.1-SNAPSHOT"
2323
paperlib = "1.0.8"
2424
waterfallApi = "1.16-R0.5-SNAPSHOT"
25-
fabricApi = "0.100.3+1.21"
25+
fabricApi = "0.102.1+1.21.1"
2626
fabricLoader = "0.15.11"
27-
minecraft = "1.21"
27+
minecraft = "1.21.1"
2828
spongeApi7 = "7.2.0"
2929
velocityApi = "3.3.0-SNAPSHOT"
3030
jupiterEngine = "5.10.3"
@@ -64,7 +64,7 @@ fabricApi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.re
6464
fabricLoader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabricLoader" }
6565
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
6666

67-
neoforge = { module = "net.neoforged:neoforge", version = "21.0.148" }
67+
neoforge = { module = "net.neoforged:neoforge", version = "21.1.26" }
6868

6969
spongeApi7 = { group = "org.spongepowered", name = "spongeapi", version.ref = "spongeApi7" }
7070

platform/fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"depends": {
2626
"fabricloader": ">=0.15.11",
2727
"fabric": "*",
28-
"minecraft": "~1.21"
28+
"minecraft": ">=1.21 <=1.21.1"
2929
}
3030
}

platform/neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ side = "BOTH"
2323
[[dependencies.minimotd]]
2424
modId = "minecraft"
2525
type = "required"
26-
versionRange = "[1.21,1.22)"
26+
versionRange = "[1.21,1.21.2)"
2727
ordering = "NONE"
2828
side = "BOTH"
2929

platform/sponge8/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ publishMods.modrinth {
5454
"1.18.2",
5555
"1.19.4",
5656
"1.20.6",
57-
"1.21",
57+
"1.21.1",
5858
)
5959
}

0 commit comments

Comments
 (0)