add missing fabric libraries for sodium

This commit is contained in:
James Seibel
2022-04-02 23:46:31 -05:00
parent 7dadff4219
commit 2a1de6f579
+2
View File
@@ -56,6 +56,8 @@ dependencies {
// Sodium
addMod("curse.maven:sodium-394468:${rootProject.sodium_version}", rootProject.enable_sodium)
implementation "org.joml:joml:1.10.2"
modImplementation(fabricApi.module("fabric-rendering-data-attachment-v1", rootProject.fabric_api_version))
modImplementation(fabricApi.module("fabric-rendering-fluids-v1", rootProject.fabric_api_version))
// Lithium
addMod("maven.modrinth:lithium:${rootProject.lithium_version}", rootProject.enable_lithium)