From 4fdc32dcc39d744e7c539895740955b253530331 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Mon, 10 Jan 2022 17:39:17 +0200 Subject: Ported to 1.18 --- gradle.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 5456550..4ca97f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.17.1 -minecraft_version_compat=1.17.x -yarn_mappings=1.17.1+build.39 +minecraft_version=1.18.1 +minecraft_version_compat=1.18.x +yarn_mappings=1.18.1+build.14 loader_version=0.12.12 -fabric_api=0.39.2+1.17 -modmenu=2.0.6 -cloth=5.0.38 -cosmetic_armor=3419941 +fabric_api=0.45.0+1.18 +modmenu=3.0.1 +cloth=6.1.48 +cosmetic_armor=3544655 # Mod Properties mod_version=0.8.2 -- cgit