Skip to content

Commit

Permalink
Update dependencies and metadata to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeDawn committed Sep 11, 2022
1 parent c39e3af commit 90135bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import java.time.Instant

plugins {
id(/*net.fabricmc.*/ "fabric-loom") version "0.12.55"
id(/*net.fabricmc.*/ "fabric-loom") version "1.0.5"
id("net.nemerosa.versioning") version "3.0.0"
id("org.gradle.signing")
}

group = "dev.sapphic"
version = "1.7.2+1.19.1"
version = "1.7.3+1.19.2"

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

dependencies {
minecraft("com.mojang:minecraft:1.19.1")
minecraft("com.mojang:minecraft:1.19.2")
mappings(loom.layered {
officialMojangMappings {
nameSyntheticMembers = true
}
})

modImplementation("net.fabricmc:fabric-loader:0.14.8")
modImplementation("net.fabricmc:fabric-loader:0.14.9")

implementation("org.jetbrains:annotations:23.0.0")
implementation("org.checkerframework:checker-qual:3.23.0")
implementation("org.checkerframework:checker-qual:3.25.0")

fun fabricApiModule(moduleName: String): Dependency =
fabricApi.module(moduleName, "0.58.5+1.19.1")
fabricApi.module(moduleName, "0.61.0+1.19.2")

modImplementation(include(fabricApiModule("fabric-api-base"))!!)
modImplementation(include(fabricApiModule("fabric-networking-api-v1"))!!)
Expand All @@ -75,7 +75,7 @@ dependencies {

modImplementation(include("com.jamieswhiteshirt:reach-entity-attributes:2.3.0")!!)

modRuntimeOnly("com.terraformersmc:modmenu:4.0.5")
modRuntimeOnly("com.terraformersmc:modmenu:4.0.6")
}

tasks {
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"license": "Apache-2.0",
"icon": "pack.png",
"depends": {
"fabric-api-base": ">=0.4.9",
"fabric-networking-api-v1": ">=1.2.1",
"fabric-registry-sync-v0": ">=0.9.21",
"fabric-resource-loader-v0": ">=0.5.6",
"fabricloader": ">=0.14.8",
"minecraft": "1.19.1",
"fabric-api-base": ">=0.4.11",
"fabric-networking-api-v1": ">=1.2.4",
"fabric-registry-sync-v0": ">=0.9.25",
"fabric-resource-loader-v0": ">=0.6.1",
"fabricloader": ">=0.14.9",
"minecraft": "1.19.2",
"reach-entity-attributes": ">=2.3.0"
},
"entrypoints": {
Expand Down

0 comments on commit 90135bc

Please sign in to comment.