Skip to content

Commit

Permalink
Merge pull request #443 from OKTW-Network/1.21.3
Browse files Browse the repository at this point in the history
1.21.3
  • Loading branch information
mergify[bot] authored Nov 26, 2024
2 parents c6c614f + 986f553 commit af0c856
Show file tree
Hide file tree
Showing 50 changed files with 286 additions and 1,327 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
// "maven-publish"
kotlin("jvm") version "2.0.10"
id("fabric-loom") version "1.7-SNAPSHOT"
kotlin("jvm") version "2.0.21"
id("fabric-loom") version "1.8-SNAPSHOT"
}

val version = "0.0.1"
val group = "one.oktw"

val fabricVersion = "0.102.1+1.21.1"
val galaxyLibVersion = "7376fcdf"
val fabricVersion = "0.108.0+1.21.3"
val galaxyLibVersion = "c328418"

repositories {
mavenCentral()
Expand Down Expand Up @@ -42,9 +42,9 @@ loom {

dependencies {
// Core
minecraft(group = "com.mojang", name = "minecraft", version = "1.21.1")
mappings(group = "net.fabricmc", name = "yarn", version = "1.21.1+build.3", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.15.11")
minecraft(group = "com.mojang", name = "minecraft", version = "1.21.3")
mappings(group = "net.fabricmc", name = "yarn", version = "1.21.3+build.2", classifier = "v2")
modImplementation(group = "net.fabricmc", name = "fabric-loader", version = "0.16.9")

// fabric api
modImplementation(group = "net.fabricmc.fabric-api", name = "fabric-api", version = fabricVersion) {
Expand Down
2 changes: 1 addition & 1 deletion docker
Submodule docker updated 1 files
+6 −6 Dockerfile
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit af0c856

Please sign in to comment.