Skip to content

Commit

Permalink
Update to 1.21.1
Browse files Browse the repository at this point in the history
Bump included ModMenu version

Fixes #49
  • Loading branch information
Su5eD committed Aug 11, 2024
1 parent c2f81f3 commit 069b80c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ loom.platform=neoforge
fabric.loom.multiProjectOptimisation=true

# Versions
versionMc=1.21
versionForge=21.0.163
versionConnectorExtras=1.12.0
versionYarn=1.21+build.9
versionMc=1.21.1
versionForge=21.1.4
versionConnectorExtras=1.12.1
versionYarn=1.21.1+build.3

# Publishing
curseForgeId=913445
Expand Down
3 changes: 1 addition & 2 deletions jei-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id("dev.architectury.loom")
}

val versionMc: String by rootProject
val versionForge: String by rootProject

repositories {
Expand All @@ -17,5 +16,5 @@ dependencies {
modImplementation(group = "org.sinytra.forgified-fabric-api", name = "fabric-api-lookup-api-v1", version = "1.6.68+c21168c3d1")
modImplementation(group = "org.sinytra.forgified-fabric-api", name = "fabric-transfer-api-v1", version = "5.1.16+7f12564fd1")

modImplementation(group = "mezz.jei", name = "jei-$versionMc-neoforge", version = "19.7.0.90")
modImplementation(group = "mezz.jei", name = "jei-1.21-neoforge", version = "19.7.0.90")
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ displayTest = 'IGNORE_ALL_VERSION'

[[mods]]
modId = "modmenu"
version = "7.2.2"
version = "11.0.1"
displayName = "ModMenu (Connector Extras)"
description = '''
Dummy mod provided by Connector Extras to allow mods detecting ModMenu to function as expected.
Expand Down

0 comments on commit 069b80c

Please sign in to comment.