Skip to content

Commit 16fa5d9

Browse files
committed
Minimum MC version, prep for release
1 parent 574a469 commit 16fa5d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jei_version=9.5.2.135
1515

1616
# Curseforge
1717
cf_project=224218
18-
cf_release_type=beta
18+
cf_release_type=release

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="[38,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
9+
loaderVersion="[40,)" #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="MIT"
@@ -40,7 +40,7 @@ license="MIT"
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="[38,)" #mandatory
43+
versionRange="[40,)" #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="MIT"
5050
[[dependencies.compactmachines]]
5151
modId="minecraft"
5252
mandatory=true
53-
versionRange="[1.18,)"
53+
versionRange="[1.18.2,)"
5454
ordering="NONE"
5555
side="BOTH"

0 commit comments

Comments
 (0)