Sfoglia il codice sorgente

modApi basic-math

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 4 anni fa
parent
commit
ce2298834a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/build.gradle

+ 1 - 1
common/build.gradle

@@ -17,7 +17,7 @@ dependencies {
     // Do NOT use other classes from fabric loader
     modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
 
-    implementation("me.shedaniel.cloth:basic-math:0.5.1")
+    modApi("me.shedaniel.cloth:basic-math:0.5.1")
 
     compileOnly("blue.endless:jankson:${rootProject.jankson_version}")
     compileOnly("com.moandjiezana.toml:toml4j:${rootProject.toml4j_version}")