diff --git a/fabric/build.gradle b/fabric/build.gradle index 3aed729ef..3b3e2b4b5 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -33,6 +33,8 @@ dependencies { // Paragon include modImplementation("maven.modrinth:paragon:fabric-3.0.2-1.19x") + runtimeOnly 'blue.endless:jankson:1.1.2' + common(project(path: ":common", configuration: "namedElements")) { transitive false } shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false } } @@ -131,4 +133,4 @@ unifiedPublishing { } } } -} \ No newline at end of file +}