From 10e4defbcee5e43be4cb3bac27fe640133e1689b Mon Sep 17 00:00:00 2001 From: moller21 <42100910+moller21@users.noreply.github.com> Date: Sun, 5 Apr 2020 21:55:24 +0200 Subject: Display fluid amount in the fluid display stack. --- src/main/java/gregtech/common/GT_Client.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/common/GT_Client.java') diff --git a/src/main/java/gregtech/common/GT_Client.java b/src/main/java/gregtech/common/GT_Client.java index 1345042b45..99e035772d 100644 --- a/src/main/java/gregtech/common/GT_Client.java +++ b/src/main/java/gregtech/common/GT_Client.java @@ -309,6 +309,7 @@ public class GT_Client extends GT_Proxy new GT_Renderer_Entity_Arrow(GT_Entity_Arrow.class, "arrow"); new GT_Renderer_Entity_Arrow(GT_Entity_Arrow_Potion.class, "arrow_potions"); new GT_FlaskRenderer(); + new GT_FluidDisplayStackRenderer(); } public void onPostLoad() { -- cgit