From 68b493801edfb98ba1f8d706ed3ad13b5c62f641 Mon Sep 17 00:00:00 2001 From: QPCrummer <66036033+QPCrummer@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:53:14 -0400 Subject: [PATCH] Fix Autocrafters not rendering properly --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e52a1b..89084af 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modImplementation include("eu.pb4:polymer:0.2.0-beta.37+1.18.2") + modImplementation include("eu.pb4:polymer:0.2.0-beta.38+1.18.2") modImplementation include("fr.catcore:server-translations-api:1.4.10+1.18.2") }