diff --git a/fabric-1.18/build.gradle b/fabric-1.18/build.gradle index 2ae65bf5..f8f15868 100644 --- a/fabric-1.18/build.gradle +++ b/fabric-1.18/build.gradle @@ -34,6 +34,7 @@ dependencies { compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' shadow project(path: ':DynmapCore', configuration: 'shadow') + shadow project(path: ':DynmapCoreAPI', configuration: 'shadow') // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them.