From c4d9b438324017beefb77fa94fe3e55aab015db4 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 20 Dec 2020 21:31:15 +0000 Subject: [PATCH] Update deps --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1798fe8fc..e341a784e 100644 --- a/build.gradle +++ b/build.gradle @@ -81,12 +81,12 @@ configurations.all { dependencies { minecraft "com.mojang:minecraft:1.16.4" mappings "net.fabricmc:yarn:1.16.4+build.6:v2" - modImplementation "net.fabricmc:fabric-loader:0.10.6+build.214" + modImplementation "net.fabricmc:fabric-loader:0.10.8" //Fabric api - modImplementation "net.fabricmc.fabric-api:fabric-api:0.25.0+build.415-1.16" + modImplementation "net.fabricmc.fabric-api:fabric-api:0.28.3+1.16" - optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.8.0") + optionalDependency ("me.shedaniel:RoughlyEnoughItems:5.8.9") disabledOptionalDependency ('com.github.emilyploszaj:trinkets:2.6.7') def rcVersion = 'RebornCore:RebornCore-1.16:+' @@ -95,7 +95,7 @@ dependencies { } include rcVersion - modApi 'teamreborn:energy:0.1.0' + modApi 'teamreborn:energy:0.1.1' optionalDependency "com.github.dexman545:autoswitch-api:-SNAPSHOT"