Skip to content

Commit 1ac55b4

Browse files
authored
Remove strict range on minecraft versions
Given that GML already ships a 1.20.1 version with 1.20 CGL - this seems like a good idea.
1 parent 9fa4856 commit 1ac55b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/resources/mods.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ModsDotGroovy.make {
2222
authors = [this.buildProperties['mod_author']]
2323

2424
dependencies {
25-
minecraft = this.buildProperties['minecraft_version']
25+
minecraft = this.minecraftVersionRange
2626

2727
forge {
2828
versionRange = ">=${this.forgeVersion}"

0 commit comments

Comments
 (0)