Skip to content

Commit

Permalink
port to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Nov 29, 2024
1 parent 8a92250 commit a66e9e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
id 'fabric-loom' version '1.8-SNAPSHOT'
}

sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
//sourceCompatibility = JavaVersion.VERSION_21
//targetCompatibility = JavaVersion.VERSION_21

repositories {
//maven { url 'https://masa.dy.fi/maven' }
Expand All @@ -27,7 +27,7 @@ dependencies {
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 "com.github.sakura-ryoko:malilib:${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
13 changes: 6 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ author = masa
mod_file_name = tweakeroo-fabric

# Current mod version
mod_version = 0.22.59-beta2
mod_version = 0.22.59-rc2

# Required malilib version
malilib_version = 0.22.59-beta2
malilib_id = 665d8e0998
malilib_version = 7328443a5b

# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 1.21.4-pre2
minecraft_version = 1.21.4-pre2
mappings_version = 1.21.4-pre2+build.1
minecraft_version_out = 1.21.4-rc2
minecraft_version = 1.21.4-rc2
mappings_version = 1.21.4-rc2+build.1

fabric_loader_version = 0.16.9
mod_menu_version = 12.0.0-beta.1
# fabric_api_version = 0.110.0+1.21.4
# fabric_api_version = 0.110.2+1.21.4
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],

"depends": {
"minecraft": "1.21.4-beta.2",
"malilib": ">=0.22.59-beta2"
"minecraft": ">=1.21.4-rc.2 <1.21.5",
"malilib": ">=0.22.59-rc2"
}
}

0 comments on commit a66e9e3

Please sign in to comment.