Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 2, 2024
1 parent 0650823 commit 147d88e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ subprojects {

// Trim -build.X+mcX.XX.X from version string
//val createFabricVersion: String = Regex("(\\d+\\.\\d+\\.\\d+-\\w)").find("create_fabric_version"())?.value.toString()

val createForgeVersion = if (isRelease) "create_forge_version"().split("-")[0] else "create_forge_version"()

// set up properties for filling into metadata
val properties = mapOf(
"version" to version,
Expand All @@ -210,7 +211,7 @@ subprojects {
"fabric_loader_version" to "fabric_loader_version"(),
"voicechat_api_version" to "voicechat_api_version"(),
"forge_version" to "forge_version"().split(".")[0], // only specify major version of forge
"create_forge_version" to "create_forge_version"().split("-")[0], // cut off build number
"create_forge_version" to createForgeVersion,
"create_fabric_version" to "create_fabric_version"()
)

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ forge_version = 43.2.4

# Create - Fabric
# https://modrinth.com/mod/create-fabric/versions
create_fabric_version = 0.5.1-g-build.1481+mc1.19.2
create_fabric_version = 0.5.1-g-build.1501+mc1.19.2

# Create - Forge
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
create_forge_version = 0.5.1.g-52
create_forge_version = 0.5.1.g-57
registrate_forge_version = MC1.19-1.1.5
flywheel_forge_minecraft_version = 1.19.2
flywheel_forge_version = 0.6.10-20
flywheel_forge_version = 0.6.11-22

# Mixin Extras
# https://github.com/LlamaLad7/MixinExtras
Expand Down

0 comments on commit 147d88e

Please sign in to comment.