diff options
author | Dimach <Dimach@users.noreply.github.com> | 2018-12-09 18:39:06 +0300 |
---|---|---|
committer | Dream-MasterXXL <dream-master@gmx.net> | 2018-12-11 10:20:12 +0100 |
commit | 36f45528f2025e9e7f52fc806626034c45e3712d (patch) | |
tree | 78f25bd52bdbab76497bf1982fc08ead3ed4946c /src/main/java/gregtech/common/GT_Client.java | |
parent | 7d326102203de761d8a2d4a47642d86268461286 (diff) | |
download | GT5-Unofficial-36f45528f2025e9e7f52fc806626034c45e3712d.tar.gz GT5-Unofficial-36f45528f2025e9e7f52fc806626034c45e3712d.tar.bz2 GT5-Unofficial-36f45528f2025e9e7f52fc806626034c45e3712d.zip |
cherry pick 0beea9037cd8ff7a899c14c53d6b9a381c22f42c
Add volumetric flask. (#1500)
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 272a6bfa6e..1345042b45 100644 --- a/src/main/java/gregtech/common/GT_Client.java +++ b/src/main/java/gregtech/common/GT_Client.java @@ -308,6 +308,7 @@ public class GT_Client extends GT_Proxy new GT_MetaGenerated_Tool_Renderer();
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();
}
public void onPostLoad() {
|