Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 13, 2024
1 parent 2a3fc03 commit e5a38f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
16 changes: 3 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,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' }
}

dependencies {
Expand All @@ -26,8 +17,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
implementation "com.google.code.findbugs:jsr305:3.0.2"

//modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"
modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}"
modImplementation "fi.dy.masa.malilib:malilib-fabric-${project.minecraft_version_out}:${project.malilib_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
//include(modApi(fabricApi.module("fabric-api-base", project.fabric_api_version)))
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ author = masa
mod_file_name = tweakeroo-fabric

# Current mod version
mod_version = 0.19.999-sakura.11
mod_version = 0.20.0

# Required malilib version
malilib_version = 0.18.999-sakura.7
malilib_id = 75f9bb5b0c
malilib_version = 0.19.0

# Minecraft, Fabric and mappings versions
minecraft_version_out = 1.20.6
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.20.5",
"malilib": ">=0.18.999-sakura.6"
"malilib": ">=0.19.0"
}
}

0 comments on commit e5a38f2

Please sign in to comment.