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 ' 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
Original file line number Diff line number Diff line change 22org.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
99mod_version =1.0-SNAPSHOT
1010maven_group =io.github.techstreet.dfscript
1111archives_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
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-7.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 2020 "depends" : {
2121 "fabricloader" : " >=0.14.6" ,
2222 "fabric" : " *" ,
23- "minecraft" : " ~1.19 " ,
23+ "minecraft" : " ~1.20 " ,
2424 "java" : " >=17"
2525 }
2626}
You can’t perform that action at this time.
0 commit comments