This repository was archived by the owner on Jun 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ dependencies {
3434 // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3535 // You may need to force-disable transitivity on them.
3636 // modCompile "com.jamieswhiteshirt:developer-mode:${project.developer_mode_version}"
37+
3738 modImplementation " com.terraformersmc:modmenu:${ project.mod_menu_version} "
39+ modLocalRuntime " maven.modrinth:sodium:${ project.sodium_dev_version} "
3840}
3941
4042processResources {
@@ -92,12 +94,12 @@ publishing {
9294modrinth {
9395 token = System . getenv(" MODRINTH_TOKEN" )
9496 projectId = project. modrinth_id
95- versionNumber = project . version
97+ versionNumber = version
9698 versionName = " ${ project.getName()} ${ project.mod_version} "
9799 versionType = isMCVersionNonRelease() ? " beta" : " release"
98100 changelog = " - Update to ${ mcVersion} "
99101 uploadFile = remapJar
100- gameVersions = [ project . minecraft_version ]
102+ gameVersions = [ mcVersion ]
101103 loaders = [ " fabric" ]
102104 dependencies {
103105 required. project ' fabric-api'
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ archives_base_name=resolution-control-plus-plus
1616fabric_version =0.114.2+1.21.4
1717
1818mod_menu_version =13.0.0
19+ sodium_dev_version =mc1.21.4-0.6.6-fabric
1920
2021# Modrinth
2122modrinth_id = SBESx1ZS
You can’t perform that action at this time.
0 commit comments