File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.8 -SNAPSHOT'
2+ id ' fabric-loom' version ' 0.10 -SNAPSHOT'
33 id ' maven-publish'
44}
55
6- sourceCompatibility = JavaVersion . VERSION_16
7- targetCompatibility = JavaVersion . VERSION_16
6+ sourceCompatibility = JavaVersion . VERSION_17
7+ targetCompatibility = JavaVersion . VERSION_17
88
99archivesBaseName = project. archives_base_name
1010version = project. mod_version
@@ -22,8 +22,8 @@ repositories {
2222}
2323
2424dependencies {
25- implementation " com.github.wearblackallday:JavaUtils:1b369d41cd "
26- include" com.github.wearblackallday:JavaUtils:1b369d41cd "
25+ implementation " com.github.wearblackallday:JavaUtils:bd58640372 "
26+ include" com.github.wearblackallday:JavaUtils:bd58640372 "
2727
2828 // To change the versions see the gradle.properties file
2929 minecraft " com.mojang:minecraft:${ project.minecraft_version} "
@@ -33,7 +33,6 @@ dependencies {
3333 // Fabric API. This is technically optional, but you probably want it anyway.
3434// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
3535 modImplementation" net.fabricmc.fabric-api:fabric-game-rule-api-v1:${ project.fabric_game_rule_v1_version} "
36-
3736 // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3837 // You may need to force-disable transitiveness on them.
3938}
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.17
6- yarn_mappings =1.17 +build.5
7- loader_version =0.11.3
5+ minecraft_version =1.18
6+ yarn_mappings =1.18 +build.1
7+ loader_version =0.12.8
88# Mod Properties
9- mod_version =1.2.4
9+ mod_version =1.2.5
1010maven_group =wearblackallday
1111archives_base_name =DimThread
1212# Dependencies
1313# check this on https://modmuss50.me/fabric.html
14- # fabric_version=0.34.9 +1.17
15- fabric_game_rule_v1_version =1.0.6+a02b4463d5
14+ # fabric_version=0.44.0 +1.18
15+ fabric_game_rule_v1_version =1.0.9+e77d3ea6cb
1616
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.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1717 ],
1818 "accessWidener" : " dimthread.accesswidener" ,
1919 "depends" : {
20- "fabricloader" : " >=0.9.3+build.207 " ,
21- "minecraft" : " >=1.16 "
20+ "fabricloader" : " >=0.12.8 " ,
21+ "minecraft" : " >=1.18 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments