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 75aae75 commit 4cab26c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
15 changes: 3 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21

repositories {
maven {
url 'https://masa.dy.fi/maven'
//mavenLocal()
}
maven {
url 'https://maven.terraformersmc.com/releases/'
//mavenLocal()
}
//flatDir { dirs 'libs' }
maven { url 'https://masa.dy.fi/maven' }
maven { url 'https://maven.terraformersmc.com/releases/' }
// maven { url 'https://maven.quiltmc.org/repository/release/' }
maven { url 'https://jitpack.io' }
}

dependencies {
Expand All @@ -25,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.
//modCompile "net.fabricmc.fabric-api:fabric-api:" + project.fabric_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 = minihud-fabric

# Current mod version
mod_version = 0.30.999-sakura.11
mod_version = 0.31.0

# Required malilib version
malilib_version = 0.18.999-sakura.7
malilib_id = 6aa81aebed
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 @@ -35,6 +35,6 @@

"depends": {
"minecraft": ">=1.20.5",
"malilib": ">=0.18.999-sakura.7"
"malilib": ">=0.19.0"
}
}

0 comments on commit 4cab26c

Please sign in to comment.