diff options
author | Martin Robertz <dream-master@gmx.net> | 2020-04-05 23:03:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 23:03:45 +0200 |
commit | 84d285f352c54bcfc572e7a4a6bbf9de009d956e (patch) | |
tree | 3ccf8579368cfb90df284f6b2600437bc13e221e /src/main/java/gregtech/common/GT_Client.java | |
parent | de1f9e246569a4549ae13617b00cb62c66a9cde3 (diff) | |
parent | 10e4defbcee5e43be4cb3bac27fe640133e1689b (diff) | |
download | GT5-Unofficial-84d285f352c54bcfc572e7a4a6bbf9de009d956e.tar.gz GT5-Unofficial-84d285f352c54bcfc572e7a4a6bbf9de009d956e.tar.bz2 GT5-Unofficial-84d285f352c54bcfc572e7a4a6bbf9de009d956e.zip |
Merge pull request #258 from moller21/experimental
Display fluid amount in the fluid display stack.
Diffstat (limited to 'src/main/java/gregtech/common/GT_Client.java')
-rw-r--r-- | src/main/java/gregtech/common/GT_Client.java | 1 |
1 files changed, 1 insertions, 0 deletions
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() {
|