From b4eb8f2d65c62afccc898808b44fdddfde0c15d1 Mon Sep 17 00:00:00 2001 From: Lance5057 Date: Wed, 21 Jan 2015 20:04:34 -0600 Subject: Startup I hope I'm doing this right... --- .../java/gmail/Lance5057/proxy/CommonProxy.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/java/gmail/Lance5057/proxy/CommonProxy.java (limited to 'src/main/java/gmail/Lance5057/proxy/CommonProxy.java') diff --git a/src/main/java/gmail/Lance5057/proxy/CommonProxy.java b/src/main/java/gmail/Lance5057/proxy/CommonProxy.java new file mode 100644 index 0000000..164bf21 --- /dev/null +++ b/src/main/java/gmail/Lance5057/proxy/CommonProxy.java @@ -0,0 +1,21 @@ +package gmail.Lance5057.proxy; + +import net.minecraft.client.model.ModelBiped; + +public class CommonProxy { + + // Client stuff + public void registerRenderers() { + // Nothing here as the server doesn't render graphics or entities! + } + + public void registerTileEntitySpecialRenderer() + { + + } + + public ModelBiped getArmorModel(int id) + { + return null; + } +} \ No newline at end of file -- cgit v1.2.3