Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit f28e00d

Browse files
committed
add sodium to test
1 parent b3dd912 commit f28e00d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4042
processResources {
@@ -92,12 +94,12 @@ publishing {
9294
modrinth {
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'

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ archives_base_name=resolution-control-plus-plus
1616
fabric_version=0.114.2+1.21.4
1717

1818
mod_menu_version=13.0.0
19+
sodium_dev_version=mc1.21.4-0.6.6-fabric
1920

2021
#Modrinth
2122
modrinth_id = SBESx1ZS

0 commit comments

Comments
 (0)