Skip to content

Commit

Permalink
Add fmj restriction for mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Jun 8, 2024
1 parent 4cc489a commit 1ee21a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val LICENSE by extra { "MPL-2.0" }
val MOD_VERSION by extra { "3.3.3" }

val MINECRAFT_VERSION by extra { "1.21-pre4" }
val MINECRAFT_VERSION_RANGE_FABRIC by extra { "*" }
val MINECRAFT_VERSION_RANGE_FABRIC by extra { ">=1.21-beta.4" }
val MINECRAFT_VERSION_RANGE_NEOFORGE by extra { "(1.20.4, 1.21)" }
val H2_VERSION by extra { "2.2.224" }
val ASM_VERSION by extra { "9.7" }
Expand Down

0 comments on commit 1ee21a4

Please sign in to comment.