File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ publishing {
111111}
112112
113113// TODO: infer from fabric.mod.json?!
114- def supportedVersions = [" ${ project.minecraft_version } " , " 1.20.2 " ]
114+ def supportedVersions = [" 1.20.2 " , " 1.20.3 " , " ${ project.minecraft_version } " ]
115115def verName = " Indium ${ project.mod_version} for Minecraft 1.20.x/Sodium ${ project.sodium_version} "
116116
117117// Check version is as expected
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.20.1
6- yarn_mappings =1.20.1 +build.8
7- loader_version =0.14.21
5+ minecraft_version =1.20.4
6+ yarn_mappings =1.20.4 +build.3
7+ loader_version =0.15.3
88# Mod Properties
9- mod_version =1.0.27
9+ mod_version =1.0.28
1010maven_group =link.infra
1111archives_base_name =indium
1212# Dependencies
1313# check this on https://modmuss50.me/fabric.html
14- fabric_version =0.89.0 +1.20.1
15- sodium_version =0.5.3
16- sodium_minecraft_version =1.20.1
14+ fabric_version =0.91.3 +1.20.4
15+ sodium_version =0.5.5
16+ sodium_minecraft_version =1.20.3
1717# Publishing metadata
1818curseforge_id =459496
1919source_url =https://github.com/comp500/Indium/
Original file line number Diff line number Diff line change 2828 ],
2929 "depends" : {
3030 "fabricloader" : " >=0.8.0" ,
31- "minecraft" : " ~1.20.1 " ,
32- "sodium" : " 0.5.3 " ,
31+ "minecraft" : " ~1.20.2 " ,
32+ "sodium" : " 0.5.5 " ,
3333 "fabric-renderer-api-v1" : " >=3.2.0" ,
3434 "fabric-resource-loader-v0" : " >=0.4.0"
3535 }
You can’t perform that action at this time.
0 commit comments