From 5e75d64c8c91da1cc7fbf9c4f96123eef2f5578c Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 26 Aug 2022 12:02:01 +0300 Subject: Updated deps and FletchingTable, added Fungible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated dependencies • Added fungible --- gradle.properties | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 95a6f5f..871fd33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19 -minecraft_version_compat=1.19.x -yarn_mappings=1.19+build.1 -loader_version=0.14.7 +minecraft_version=1.19.2 +yarn_mappings=1.19.2+build.8 +loader_version=0.14.9 -fabric_api=0.55.3+1.19 -modmenu=4.0.0 -cloth=7.0.69 +fabric_api=0.60.0+1.19.2 +modmenu=4.0.6 +cloth=8.0.75 # Mod Properties mod_version=1.1.1 -- cgit