Skip to content

Commit 6167c0c

Browse files
committed
Bump FG version for maven fix, update minimum required Forge in META
1 parent 2af5bb2 commit 6167c0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath "net.minecraftforge.gradle:ForgeGradle:4.0.23"
9+
classpath "net.minecraftforge.gradle:ForgeGradle:4.1.9"
1010
}
1111
}
1212

src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
77
modLoader="javafml" #mandatory
88
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
9-
loaderVersion="[35,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
9+
loaderVersion="[36,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
1010
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
1111
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
1212
license="All rights reserved"
@@ -40,7 +40,7 @@ license="All rights reserved"
4040
# Does this dependency have to exist - if not, ordering below must be specified
4141
mandatory=true #mandatory
4242
# The version range of the dependency
43-
versionRange="[35,)" #mandatory
43+
versionRange="[36.1.4,)" #mandatory
4444
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
4545
ordering="NONE"
4646
# Side this dependency is applied on - BOTH, CLIENT or SERVER
@@ -50,6 +50,6 @@ license="All rights reserved"
5050
[[dependencies.compactmachines]]
5151
modId="minecraft"
5252
mandatory=true
53-
versionRange="[1.16.4,1.17)"
53+
versionRange="[1.16.5,1.17)"
5454
ordering="NONE"
5555
side="BOTH"

0 commit comments

Comments
 (0)