Skip to content

Commit 0c201e6

Browse files
committed
Update deps to 1.20 however lots of migration needs to be done
1 parent b057afd commit 0c201e6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.11-SNAPSHOT'
2+
id 'fabric-loom' version '1.2-SNAPSHOT'
33
id 'maven-publish'
44
id 'com.github.johnrengelman.shadow' version '7.1.2'
55
}
@@ -46,7 +46,7 @@ dependencies {
4646
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
4747
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
4848

49-
// Cloth Config API
49+
// Cloth Config API ~ 10.0.95
5050
include "me.shedaniel.cloth:cloth-config-fabric:8.0.75"
5151
modImplementation "me.shedaniel.cloth:cloth-config-fabric:8.0.75"
5252

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.19.4
6-
yarn_mappings=1.19.4+build.1
7-
loader_version=0.14.19
5+
minecraft_version=1.20
6+
yarn_mappings=1.20.1+build.1
7+
loader_version=0.14.21
88
# Mod Properties
99
mod_version=1.0-SNAPSHOT
1010
maven_group=io.github.techstreet.dfscript
1111
archives_base_name=DFScript
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.77.0+1.19.4
14+
fabric_version=0.83.0+1.20.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"depends": {
2121
"fabricloader": ">=0.14.6",
2222
"fabric": "*",
23-
"minecraft": "~1.19",
23+
"minecraft": "~1.20",
2424
"java": ">=17"
2525
}
2626
}

0 commit comments

Comments
 (0)