paxtrex

CommonProxy

Apr 17th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class CommonProxy{
  2.  
  3.     public void initRenderers(){
  4.         ClientRegistry.bindTileEntitySpecialRenderer(TileEntityTower1Entity.class, new TileEntityTower1Renderer());
  5.        
  6.     }
  7.  
  8.    
  9. }
Advertisement
Add Comment
Please, Sign In to add comment