From 9356d2af278cd09b49fc9ca5ec3007b5c4cfeaa2 Mon Sep 17 00:00:00 2001 From: Sakura Ryoko Date: Sat, 15 Jun 2024 21:20:14 -0400 Subject: [PATCH] versioning fix --- build.gradle | 16 ++++------------ gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/build.gradle b/build.gradle index bca21e06e..fedc68d15 100644 --- a/build.gradle +++ b/build.gradle @@ -7,17 +7,9 @@ sourceCompatibility = JavaVersion.VERSION_21 targetCompatibility = JavaVersion.VERSION_21 repositories { - // maven { url 'https://masa.dy.fi/maven' } - maven { - url 'https://masa.dy.fi/maven' - //mavenLocal() - } - maven { - url 'https://maven.terraformersmc.com/releases/' - //mavenLocal() - } + maven { url 'https://masa.dy.fi/maven' } + maven { url 'https://maven.terraformersmc.com/releases/' } // maven { url 'https://maven.quiltmc.org/repository/release/' } - //flatDir { dirs 'libs' } maven { url 'https://jitpack.io' } } @@ -30,9 +22,9 @@ dependencies { //modImplementation "curse.maven:litematica-${project.minecraft_version_out}-308892:${project.litematica_fileid}" //modImplementation "curse.maven:malilib-${project.minecraft_version_out}-303119:${project.malilib_fileid}" - //modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}" + modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}" //modCompileOnly "fi.dy.masa.litematica:litematica-fabric-${project.minecraft_version_out}:${project.litematica_version}" - modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}" + //modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}" modCompileOnly "com.github.sakura-ryoko:litematica:${project.litematica_id}" include(modApi(fabricApi.module("fabric-networking-api-v1", project.fabric_api_version))) diff --git a/gradle.properties b/gradle.properties index 15c963dee..ef1c9e469 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ mod_name = Syncmatica mod_file_name = syncmatica-fabric # Mod Version -mod_version = 0.3.12-sakura.8 +mod_version = 0.3.12-sakura.9 # Fabric Properties # check these on https://fabricmc.net/versions.html @@ -23,9 +23,9 @@ fabric_api_version = 0.97.8+1.20.5 # Dependencies #malilib_fileid=4946328 #litematica_fileid=4946471 -malilib_version = 0.18.999-sakura.7 -litematica_version = 0.17.999-sakura.11 +malilib_version = 0.19.0 +litematica_version = 0.18.0 mod_menu_version = 10.0.0-beta.1 -malilib_id = 795cbdd15c +#malilib_id = 795cbdd15c litematica_id = 3b9d213f1b diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b4b638a2e..e83950e68 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,8 +27,8 @@ "fabric-networking-api-v1": ">=4.0.8" }, "suggests": { - "litematica": ">=0.17.999-sakura.11", - "malilib": ">=0.18.999-sakura.7" + "litematica": ">=0.18.0", + "malilib": ">=0.19.0" }, "icon": "assets/syncmatica/icon/logo.png",