File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 1.6 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.7 -SNAPSHOT'
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments