Skip to content

Commit

Permalink
Updates for 1.21.3 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: chris <[email protected]>
  • Loading branch information
benshan36 and onebeastchris authored Nov 12, 2024
1 parent aeecb2e commit 6ca8676
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
with:
name: Hurricane NeoForge
path: neoforge/build/libs/hurricane-neoforge-*.jar
if-no-files-found: error
if-no-files-found: error
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks {
"description" to "Hacky fixes to make Bedrock players that join via Geyser happy. Fabric port of Hurricane by GeyserMC.",
"url" to "https://geysermc.org",
"author" to "onebeastchris",
"minecraft_version" to "1.21"
"minecraft_version" to "1.21.3"
)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ modrinth {
changelog.set(rootProject.file("CHANGELOG.md").readText())

uploadFile.set(tasks.getByPath("remapModrinthJar"))
gameVersions.addAll("1.21")
gameVersions.addAll("1.21.3")
failSilently.set(false)
}
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"hurricane.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabricloader": ">=0.16.8",
"minecraft": ">=$minecraft_version",
"java": ">=21",
"fabric-api": "*"
}
}
}
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
geyser = "2.2.3-SNAPSHOT"
shadow = "8.1.1"
architectury-plugin = "3.4-SNAPSHOT"
architectury-loom = "1.6-SNAPSHOT"
minecraft-version = "1.21"
architectury-loom = "1.7-SNAPSHOT"
minecraft-version = "1.21.3"
minotaur = "2.+"
lombok = "8.6"
mixin = "0.8.5"
Expand All @@ -14,11 +14,11 @@ asm = "5.2"
floodgate = "2.2.3-SNAPSHOT"

# fabric
fabric-loader = "0.15.11"
fabric-api = "0.100.1+1.21"
fabric-loader = "0.16.8"
fabric-api = "0.107.3+1.21.3"

# neoforge
neoforge-version = "21.0.0-beta"
neoforge-version = "21.3.0-beta"

[libraries]
geyser-api = { group = "org.geysermc.geyser", name = "api", version.ref = "geyser" }
Expand All @@ -43,4 +43,4 @@ fabric-api = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.r
neoforge = { group = "net.neoforged", name = "neoforge", version.ref = "neoforge-version" }

[plugins]
lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
lombok = { id = "io.freefair.lombok", version.ref = "lombok" }
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config = "hurricane.mixins.json"
[[dependencies.hurricane]]
modId="neoforge"
type="required"
versionRange="[21.0.0-beta,)"
versionRange="[21.3.0-beta,)"
ordering="NONE"
side="BOTH"
[[dependencies.hurricane]]
Expand Down

0 comments on commit 6ca8676

Please sign in to comment.