From 2806a25203c09b3536f1c0d16dbcc4d9fc85d478 Mon Sep 17 00:00:00 2001 From: ruscalworld Date: Tue, 20 Jun 2023 16:06:23 +0300 Subject: [PATCH] Migrate to 1.20.1 --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index f27e83d..0c4d623 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,14 +2,14 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.5 -loader_version=0.14.13 +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.2 +loader_version=0.14.21 # Mod Properties mod_version=1.0.9 maven_group=ru.ruscalworld archives_base_name=fabricexporter # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.73.0+1.19.3 +fabric_version=0.83.1+1.20.1 prometheus_version=0.16.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 05c0a05..73e3d64 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ ], "depends": { "fabricloader": ">=0.14.13", - "minecraft": ">=1.19.3", + "minecraft": ">=1.20.1", "fabric": "*" }, "recommends": {