From 5b465c7ec114700e51f22dff6a68e594bef5bc5b Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 4 Mar 2022 08:46:29 +0200 Subject: Updated dev workspace to 1.18.2 --- build.gradle | 4 ++-- gradle.properties | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 5774182..0feb01b 100644 --- a/build.gradle +++ b/build.gradle @@ -34,10 +34,10 @@ allprojects { exclude(group: "net.fabricmc.fabric-api") } - modCompileOnly("curse.maven:cosmeticarmor-436659:${project.cosmetic_armor}") + //modCompileOnly("curse.maven:cosmeticarmor-436659:${project.cosmetic_armor}") - fletchingTable.shutUpDrasil18() + //fletchingTable.shutUpDrasil18() } fletchingTable { diff --git a/gradle.properties b/gradle.properties index ebfce68..425af40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.18.1 +minecraft_version=1.18.2 minecraft_version_compat=1.18.x -yarn_mappings=1.18.1+build.22 -loader_version=0.12.12 +yarn_mappings=1.18.2+build.1 +loader_version=0.13.3 -fabric_api=0.46.4+1.18 +fabric_api=0.47.9+1.18.2 modmenu=3.0.1 cloth=6.1.48 cosmetic_armor=3544655 -- cgit