Skip to content

Commit

Permalink
Decrease forge version requirement to 47.1.47
Browse files Browse the repository at this point in the history
This is to accomodate neoforge 1.20.1 users which don't have a 47.2.x version.
Note though that Patchouli 1.20.1 is still targeting legacy forge in 1.20.1, and reports
related to neoforge will not be accepted until 1.20.2, where we plan to switch to targetting neoforge.
  • Loading branch information
williewillus committed Nov 22, 2023
1 parent 6bcdabd commit dbd3ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ minecraft {
}

dependencies {
minecraft "net.minecraftforge:forge:${mc_version}-47.2.0"
minecraft "net.minecraftforge:forge:${mc_version}-47.1.47"
implementation project(":Xplat")
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'

Expand Down
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and
[[dependencies.patchouli]]
modId="forge"
mandatory=true
versionRange="[47.2.0,)"
versionRange="[47.1.47,)"

[[dependencies.patchouli]]
modId="minecraft"
Expand Down

0 comments on commit dbd3ba7

Please sign in to comment.