Camellias_

ClientProxy.java

Jul 7th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package camellias_.fallout.proxy;
  2.  
  3. import init.ModItems;
  4.  
  5. public class ClientProxy implements CommonProxy{
  6.  
  7.     @Override
  8.     public void init() {
  9.         ModItems.registerRenders();
  10.     }
  11.  
  12. }
Add Comment
Please, Sign In to add comment