From 7df6697efd9f2a2eb262f89e5f828863da723869 Mon Sep 17 00:00:00 2001 From: comp500 Date: Tue, 16 Jun 2020 05:08:01 +0100 Subject: [PATCH] Update to 1.16-pre6 --- build.gradle | 2 +- gradle.properties | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index f714239..e2c4f73 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.2.7-SNAPSHOT' + id 'fabric-loom' version '0.4-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index ad1e7f0..ecbe8df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=20w21a - yarn_mappings=20w21a+build.18 - loader_version=0.8.4+build.198 + minecraft_version=1.16-pre6 + yarn_mappings=1.16-pre6+build.3 + loader_version=0.8.7+build.201 # Mod Properties - mod_version = 1.0.3+1.16 + mod_version = 1.0.4+1.16 maven_group = link.infra.borderlessmining archives_base_name = borderless-mining # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.10.10+build.347-1.16 - modmenu_version=1.11.6+build.11 - clothconfig_version=4.4.0-unstable + fabric_version=0.12.3+build.363-1.16 + modmenu_version=1.12.1+build.15 + clothconfig_version=4.5.3