Skip to content

Commit

Permalink
Revert changes to loom / gradle, etc; and bump MaLiLib.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Dec 20, 2024
1 parent 2bbb41c commit 0a77b92
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.9.2'
id 'fabric-loom' version '1.8-SNAPSHOT'
}

//sourceCompatibility = JavaVersion.VERSION_21
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ mod_file_name = tweakeroo-fabric
mod_version = 0.22.2-sakura.7

# Required malilib version
malilib_version = 19395e4326
malilib_version = 651ec77cbf

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 1.21.3
minecraft_version = 1.21.3
mappings_version = 1.21.3+build.2

fabric_loader_version = 0.16.9
fabric_loader_version = 0.16.7
mod_menu_version = 12.0.0-beta.1
# fabric_api_version = 0.106.1+1.21.3
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@

"depends": {
"minecraft": ">=1.21.2 <=1.21.3",
"malilib": ">=0.22.3-sakura.5"
"malilib": ">=0.22.3-sakura.6"
}
}

0 comments on commit 0a77b92

Please sign in to comment.