Skip to content

Commit

Permalink
Decrease forge version requirement to 47.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artemisSystem committed Dec 18, 2023
1 parent 4b6f236 commit 8a92d09
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.1.47"
minecraft "net.minecraftforge:forge:${mc_version}-47.1.3"
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.1.47,)"
versionRange="[47.1.3,)"

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

0 comments on commit 8a92d09

Please sign in to comment.