Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
 - Updated Gradle and dependencies
 - Updated mod metadata
  • Loading branch information
ChloeDawn committed Jul 14, 2023
1 parent 6a073c3 commit a3e06b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "dev.sapphic"
version = "1.9.3+1.19.4"
version = "1.9.4+1.20"

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

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

mappings(loom.layered {
officialMojangMappings {
Expand All @@ -60,16 +60,16 @@ dependencies {

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

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"))!!)
modImplementation(include(fabricApi.module("fabric-api-base", "0.83.0+1.20"))!!)
modImplementation(include(fabricApi.module("fabric-networking-api-v1", "0.83.0+1.20"))!!)

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

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

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

tasks {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"icon": "pack.png",
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api-base": ">=0.4.27",
"fabric-networking-api-v1": ">=1.3.4",
"minecraft": "~1.19.4",
"fabric-api-base": ">=0.4.29",
"fabric-networking-api-v1": ">=1.3.8",
"minecraft": "~1.20",
"java": ">=17"
},
"entrypoints": {
Expand Down

0 comments on commit a3e06b5

Please sign in to comment.