Skip to content

Commit

Permalink
Malilib Maven bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jul 24, 2024
1 parent 300017b commit 10e0dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ targetCompatibility = JavaVersion.VERSION_21
repositories {
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 @@ -18,13 +16,11 @@ 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}"
//modImplementation "com.github.sakura-ryoko:malilib:${project.malilib_id}"

// Fabric API. This is technically optional, but you probably want it anyway.
//include(modApi(fabricApi.module("fabric-api-base", project.fabric_api_version)))
//modImplementation "fabric-networking-api-v1:${project.fabric_api_version}"
//modImplementation "fabric-resource-loader-v0:${project.fabric_api_version}"

modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"
}
Expand Down
3 changes: 1 addition & 2 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.20.999-sakura.19
mod_version = 0.20.999-sakura.20

# Required malilib version
malilib_version = 0.20.0
malilib_id = c17cff2b7f

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 1.21
Expand Down

0 comments on commit 10e0dbf

Please sign in to comment.