diff --git a/fabric/build.gradle b/fabric/build.gradle index f8e5367f3..5d67fe8e9 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -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)