philipd83

client proxy

Aug 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package philipd83.tutorial.proxy;
  2.  
  3. import philipd83.tutorial.init.ModItems;
  4.  
  5. public class ClientProxy implements CommonProxy {
  6. @Override
  7. public void init() {
  8. ModItems.registerRenders();
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment