Skip to content

Commit

Permalink
Add Forge 1.21.4 support (#783)
Browse files Browse the repository at this point in the history
* Add Forge 1.21.4 support

* Include forge in build

* Fix forge version
  • Loading branch information
Rakambda authored Dec 6, 2024
1 parent 138e935 commit ce5cdcb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[53,)"
loaderVersion = "[54,)"
issueTrackerURL = "https://github.com/${repoUser}/${repoName}/issues"
license = "LGPL-3.0"

Expand All @@ -15,7 +15,7 @@ authors = "Rakambda"
[[dependencies.fallingtree]]
modId = "forge"
mandatory = true
versionRange = "[53,)"
versionRange = "[54,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.fallingtree]]
Expand All @@ -27,6 +27,6 @@ side = "BOTH"
[[dependencies.fallingtree]]
modId = "cloth-config"
mandatory = false
versionRange = "[16.0.0,)"
versionRange = "[17.0.0,)"
ordering = "NONE"
side = "CLIENT"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.daemon=false
modId=fallingtree
modName=FallingTree
includeFabric=true
includeForge=false
includeForge=true
includeNeoForge=true
# Repository
repoUser=Rakambda
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ log4j2-version = "2.24.1"
# Minecraft / Loaders
minecraftVersion = "1.21.4"
fabric-loader-version = "0.16.9"
fabric-api-version = "0.110.5+1.21.4"
forge-version = "1.21.3-53.0.4"
neoforge-version = "21.4.0-beta"
fabric-api-version = "0.111.0+1.21.4"
forge-version = "1.21.4-54.0.6"
neoforge-version = "21.4.9-beta"

# Mod dependencies
modmenu-version = "12.0.0-beta.1"
clothConfigVersion = "16.0.141"
modmenu-version = "13.0.0-beta.1"
clothConfigVersion = "17.0.142"

fabric-loom-version = "1.9+"
forge-plugin-version = "[6.0.24,6.2)"
Expand Down
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 @@ -29,6 +29,6 @@ side="BOTH"
[[dependencies.fallingtree]]
modId = "cloth-config"
type="optional"
versionRange = "[16.0.0,)"
versionRange = "[17.0.0,)"
ordering = "NONE"
side = "CLIENT"

0 comments on commit ce5cdcb

Please sign in to comment.