Răsfoiți Sursa

update basic math

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 ani în urmă
părinte
comite
781075f12f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -50,8 +50,8 @@ dependencies {
     modApi "net.fabricmc:fabric-loader:${project.loader_version}"
     modApi "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
 
-    modApi "me.shedaniel.cloth:basic-math:0.4.0"
-    include "me.shedaniel.cloth:basic-math:0.4.0"
+    modApi "me.shedaniel.cloth:basic-math:0.4.1"
+    include "me.shedaniel.cloth:basic-math:0.4.1"
 
     modImplementation "io.github.prospector:modmenu:${modmenu_version}"