From 6efb5c4830dd5afcdeceb34e459da47c0ec350a9 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 24 Jun 2020 17:22:38 +0100 Subject: [PATCH] 1.16.1 --- 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 d018246..eb2774e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16 - yarn_mappings=1.16+build.1 + minecraft_version=1.16.1 + yarn_mappings=1.16.1+build.1 loader_version=0.8.8+build.202 # Mod Properties diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 197c798..3762966 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "depends": { "fabricloader": ">=0.7.4", "fabric": "*", - "minecraft": "1.15.x" + "minecraft": "1.16.x" }, "suggests": { "flamingo": "*"