Skip to content

Commit

Permalink
Fix Forge dependency after bump. (ldtteam#7772)
Browse files Browse the repository at this point in the history
Hotfix Forge dependency after bump
  • Loading branch information
uecasm authored Nov 15, 2021
1 parent 97072fd commit 1f67c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
minecraft_version=1.16.5
minecraft_range=[1.16.5, 1.17)
forge_version=36.2.4
forge_range=[36.1.0,)
forge_range=[36.2.4,)
fml_range=[36,)
mappings_channel=official
mappings_version=1.16.5
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ MineColonies is a colony simulator within Minecraft! There are numerous types of
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[36.1.0,)" #mandatory
versionRange="[36.2.4,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
Expand Down

0 comments on commit 1f67c03

Please sign in to comment.