Skip to content

Commit

Permalink
port to 1.21.2 REL
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Oct 23, 2024
1 parent 2366224 commit c0c5977
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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.7-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}

Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ mod_version = 0.3.12-sakura.7
# Dependencies (malilib, litematica)
#malilib_fileid=4946328
#litematica_fileid=4946471
malilib_version = 0.21.59-alpha.3
malilib_id = 2a89f2433e
malilib_version = 0.22.0-sakura.1
malilib_id = cedafa9370

litematica_version = 0.19.59-alpha.3
litematica_id = b7bd136b17
litematica_version = 0.20.0-sakura.1
litematica_id = ee96b722e7

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 1.21.2-pre3
minecraft_version = 1.21.2-pre3
mappings_version = 1.21.2-pre3+build.1
minecraft_version_out = 1.21.2
minecraft_version = 1.21.2
mappings_version = 1.21.2+build.1

fabric_loader_version = 0.16.7
mod_menu_version = 12.0.0-alpha.1
fabric_api_version = 0.105.3+1.21.2
mod_menu_version = 12.0.0-beta.1
fabric_api_version = 0.106.1+1.21.2
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"syncmatica.litematica_mixin.json"
],
"depends": {
"minecraft": "1.21.2-beta.3",
"fabric-networking-api-v1": ">=4.3.0"
"minecraft": "1.21.2",
"fabric-networking-api-v1": ">=4.3.3"
},
"suggests": {
"litematica": "0.19.59-alpha.3",
"malilib": "0.21.59-alpha.3"
"litematica": ">=0.20.0.sakura.1",
"malilib": ">=0.22.0-sakura.1"
},

"icon": "assets/syncmatica/icon/logo.png",
Expand Down

0 comments on commit c0c5977

Please sign in to comment.