Skip to content

Commit

Permalink
versioning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 16, 2024
1 parent d7d3bbb commit 9356d2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
16 changes: 4 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
}

Expand All @@ -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)))
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9356d2a

Please sign in to comment.