From 90cfcaa6c456ef22e87c6153804d321b612e6a52 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 14 Jun 2022 11:36:56 +0200 Subject: [PATCH] Latest FAPI --- gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index baff519e..07f7722b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,8 +5,8 @@ loom_version=0.12-SNAPSHOT # Fabric Properties # check these on https://fabricmc.net/versions.html minecraft_version=1.19 -loader_version=0.14.6 -fabric_version=0.55.3+1.19 +loader_version=0.14.7 +fabric_version=0.56.0+1.19 # Mod Properties mod_version=2.0.5 maven_group=org.betterx.bclib diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5417d5e7..1a60f56e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -38,7 +38,7 @@ ], "depends": { "fabricloader": ">=0.14.6", - "fabric": ">=0.55.2", + "fabric": ">=0.56.0", "minecraft": "1.19" }, "custom": {