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.10 -SNAPSHOT'
2+ id ' fabric-loom' version ' 0.12 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -37,9 +37,9 @@ dependencies {
3737 // You may need to force-disable transitiveness on them.
3838}
3939
40- minecraft {
41- accessWidener = file(" src/main/resources/dimthread.accesswidener" )
42- refmapName = " dimthread.refmap.json"
40+ loom {
41+ accessWidenerPath = file(" src/main/resources/dimthread.accesswidener" )
42+ mixin . defaultRefmapName = " dimthread.refmap.json"
4343}
4444
4545processResources {
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.18
6- yarn_mappings =1.18 +build.1
7- loader_version =0.12 .8
5+ minecraft_version =1.19
6+ yarn_mappings =1.19 +build.4
7+ loader_version =0.14 .8
88# Mod Properties
9- mod_version =1.2.6
9+ mod_version =1.2.7
1010maven_group =wearblackallday
1111archives_base_name =DimThread
1212# Dependencies
1313# check this on https://modmuss50.me/fabric.html
1414# fabric_version=0.44.0+1.18
15- fabric_game_rule_v1_version =1.0.9+e77d3ea6cb
15+ fabric_game_rule_v1_version =1.0.19+1899036192
1616
Original file line number Diff line number Diff line change 1818 "accessWidener" : " dimthread.accesswidener" ,
1919 "depends" : {
2020 "fabricloader" : " >=0.12.8" ,
21- "minecraft" : " >=1.18 "
21+ "minecraft" : " >=1.19 "
2222 }
2323}
You can’t perform that action at this time.
0 commit comments