From 30cb9bdd28ef4dc9a38eb720fb50f6e0a4d88bf1 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 10 Dec 2021 14:27:40 +0300 Subject: [PATCH] update mappings to 1.18.1 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index c766263..722d490 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.18 -yarn_mappings=1.18+build.1 -loader_version=0.12.8 +minecraft_version=1.18.1 +yarn_mappings=1.18.1+build.1 +loader_version=0.12.9 # Mod Properties mod_version=1.0-SNAPSHOT maven_group=zone.oat