Add Sodium Extra to build.gradle (#11)

This commit is contained in:
axolotlmaid 2024-05-27 23:55:27 +01:00 committed by GitHub
parent a9eaaae9e9
commit bd51b1c6b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,9 @@ dependencies {
// Remove the next line if you don't want to depend on the API // Remove the next line if you don't want to depend on the API
// modApi "dev.architectury:architectury:${rootProject.architectury_version}" // modApi "dev.architectury:architectury:${rootProject.architectury_version}"
// Sodium // To add support for these mods
modImplementation "maven.modrinth:sodium:mc1.20.4-0.5.8" modImplementation "maven.modrinth:sodium:mc1.20.4-0.5.8"
modImplementation "maven.modrinth:sodium-extra:mc1.20.4-0.5.4"
} }
publishing { publishing {