Skip to content

Commit

Permalink
Updated to support Minecraft 1.21.1 Fabric, upgraded Gradle and depen…
Browse files Browse the repository at this point in the history
…dencies versions (#356)
  • Loading branch information
lospejos authored Sep 4, 2024
1 parent b1e4d31 commit 662f863
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 @@ plugins {
}

group = "dev.isxander"
version = "1.21+1.0"
version = "1.21.1+1.0"

loom {
splitEnvironmentSourceSets()
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
org.gradle.parallel.threads=2

minecraftVersion=1.21
fabricLoaderVersion=0.15.11
minecraftVersion=1.21.1
fabricLoaderVersion=0.16.2
qmBuild=0

modrinthId=QwxR6Gcd
curseforgeId=596224
githubProject=isXander/Debugify

# Libraries
fabricApiVersion=0.100.2+1.21
fabricApiVersion=0.102.1+1.21.1
yaclVersion=3.5.0+1.21-fabric
modMenuVersion=11.0.0-beta.1
modMenuVersion=11.0.1
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"accessWidener": "debugify.accesswidener",
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.21",
"minecraft": "1.21.1",
"java": ">=21",
"fabric-resource-loader-v0": "*"
},
Expand Down

0 comments on commit 662f863

Please sign in to comment.