From 84a1f63445487a5a2232041c946113db0662a990 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Wed, 9 Jun 2021 09:25:03 -0700 Subject: [PATCH] fix build env, beta-build update REI so it doesnt have a stroke with newer CC:R config, and update the gradle properties for 1.96.1-beta, --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 686c19c8a..45c98ce0d 100644 --- a/build.gradle +++ b/build.gradle @@ -51,8 +51,8 @@ dependencies { include 'com.electronwill.night-config:toml:3.6.3' include "me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}" - modRuntime "me.shedaniel:RoughlyEnoughItems-api:5.8.9" - modRuntime "me.shedaniel:RoughlyEnoughItems:5.8.9" + modRuntime "me.shedaniel:RoughlyEnoughItems-api:5.12.248" + modRuntime "me.shedaniel:RoughlyEnoughItems:5.12.248" } processResources { diff --git a/gradle.properties b/gradle.properties index 628e28644..98fd0dbd7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Mod properties -mod_version=1.96.0 +mod_version=1.96.1-beta # Minecraft properties mc_version=1.16.5