Skip to content

Commit

Permalink
24w44a (fabric only)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Oct 30, 2024
1 parent 10d581f commit e0034fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val MAVEN_GROUP by extra { "uk.debb" }
val LICENSE by extra { "MPL-2.0" }
val MOD_VERSION by extra { "4.0.3" }

val MINECRAFT_VERSION by extra { "1.21.3" }
val MINECRAFT_VERSION by extra { "24w44a" }
val MINECRAFT_VERSION_RANGE_FABRIC by extra { ">=1.21.2" }
val MINECRAFT_VERSION_RANGE_NEOFORGE by extra { "[1.21.2,1.22)" }
val H2_VERSION by extra { "2.3.232" }
Expand All @@ -24,7 +24,7 @@ val PARCHMENT_VERSION by extra { "2024.07.28" }
val MIXIN_EXTRAS_VERSION by extra { "0.4.1" }
val FABRIC_MIXIN_VERSION by extra { "0.15.4+mixin.0.8.7" }
val FABRIC_LOADER_VERSION by extra { "0.16.9" }
val FABRIC_LOADER_VERSION_RANGE by extra { ">=0.15.10" }
val FABRIC_LOADER_VERSION_RANGE by extra { ">=0.16.9" }
val NEOFORGE_VERSION by extra { "21.3.4-beta"}
val NEOFORGE_LOADER_VERSION_RANGE by extra { ">=21.2.0-beta" }

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pluginManagement {

include("common")
include("fabric")
include("neoforge")
//include("neoforge")

0 comments on commit e0034fb

Please sign in to comment.