From 71f54129ed3c257f9bc7cf4f9817ccae22691be2 Mon Sep 17 00:00:00 2001 From: Julienraptor01 Date: Fri, 20 Jan 2023 21:47:23 +0100 Subject: Just commits change i forgot to commit some todos will follow --- gradle.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index f5a45f2f..f1ea4278 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,19 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US # Fabric Properties (https://fabricmc.net/versions.html) +## 1.19.3 minecraft_version=1.19.3 yarn_mappings=1.19.3+build.5 +## 1.19.2 +#minecraft_version=1.19.2 +#yarn_mappings=1.19.2+build.28 loader_version=0.14.12 #Fabric api +## 1.19.3 fabric_version=0.72.0+1.19.3 +## 1.19.2 +#fabric_version=0.72.0+1.19.2 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -- cgit