Skip to content

Commit

Permalink
Update to 1.19.4
Browse files Browse the repository at this point in the history
 - Updated Gradle and dependencies
 - Updated mod metadata
 - Updated license headers
  • Loading branch information
ChloeDawn committed Jul 14, 2023
1 parent d757674 commit 6a073c3
Show file tree
Hide file tree
Showing 19 changed files with 283 additions and 269 deletions.
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import java.time.Instant

plugins {
id(/*net.fabricmc.*/ "fabric-loom") version "0.12.55"
id("io.github.juuxel.loom-quiltflower") version "1.7.3"
id(/*net.fabricmc.*/ "fabric-loom") version "1.3.2"
id("io.github.juuxel.loom-quiltflower") version "1.10.0"
id("net.nemerosa.versioning") version "3.0.0"
id("org.gradle.signing")
}

group = "dev.sapphic"
version = "1.9.2+1.19.3"
version = "1.9.3+1.19.4"

if ("CI" in System.getenv()) {
version = "$version-${versioning.info.build}"
Expand Down Expand Up @@ -50,26 +50,26 @@ repositories {
}

dependencies {
minecraft("com.mojang:minecraft:1.19.3")
minecraft("com.mojang:minecraft:1.19.4")

mappings(loom.layered {
officialMojangMappings {
nameSyntheticMembers = true
}
})

modImplementation("net.fabricmc:fabric-loader:0.14.12")
modImplementation("net.fabricmc:fabric-loader:0.14.21")

modImplementation(include(fabricApi.module("fabric-api-base", "0.72.0+1.19.3"))!!)
modImplementation(include(fabricApi.module("fabric-networking-api-v1", "0.72.0+1.19.3"))!!)
modImplementation(include(fabricApi.module("fabric-api-base", "0.85.0+1.19.4"))!!)
modImplementation(include(fabricApi.module("fabric-networking-api-v1", "0.85.0+1.19.4"))!!)

implementation(include("com.electronwill.night-config:core:3.6.6")!!)
implementation(include("com.electronwill.night-config:toml:3.6.6")!!)

implementation("org.jetbrains:annotations:23.1.0")
implementation("org.checkerframework:checker-qual:3.29.0")
implementation("org.jetbrains:annotations:24.0.1")
implementation("org.checkerframework:checker-qual:3.36.0")

modRuntimeOnly("com.terraformersmc:modmenu:5.0.2")
modRuntimeOnly("com.terraformersmc:modmenu:6.2.3")
}

tasks {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=97a52d145762adc241bad7fd18289bf7f6801e08ece6badf80402fe2b9f250b1
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionSha256Sum=7c3ad722e9b0ce8205b91560fd6ce8296ac3eadf065672242fd73c06b8eeb6ee
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 6a073c3

Please sign in to comment.