Skip to content

Commit 2d41925

Browse files
committed
feat: update to 1.21
1 parent f93b059 commit 2d41925

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.6-SNAPSHOT'
2+
id 'fabric-loom' version '1.7-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/versions.html
6-
minecraft_version=1.20.5
7-
yarn_mappings=1.20.5+build.1
8-
loader_version=0.15.10
6+
minecraft_version=1.21
7+
yarn_mappings=1.21+build.9
8+
loader_version=0.16.2
99

1010
# Mod Properties
11-
mod_version = 1.1.6+1.20.5-1.20.6
11+
mod_version = 1.1.6+1.21
1212
maven_group = com.example
1313
archives_base_name = data-loader
1414

1515
# Dependencies
16-
fabric_version=0.97.8+1.20.5
16+
fabric_version=0.102.0+1.21
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-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-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
@@ -26,7 +26,7 @@
2626
"depends": {
2727
"fabricloader": ">=0.15.0",
2828
"fabric": "*",
29-
"minecraft": ">=1.20.5",
29+
"minecraft": ">=1.21",
3030
"java": ">=17"
3131
},
3232
"accessWidener" : "dataloader.accesswidener"

0 commit comments

Comments
 (0)