Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. package the name of your package;
  2.  
  3. import Dutchmod.common.CommonProxyDutchmod;
  4. import net.minecraftforge.client.MinecraftForgeClient;
  5.  
  6. public class ClientProxymodname extends CommonProxymodname{
  7.  
  8. @Override
  9. public void registerRenderThings(){
  10.  
  11. MinecraftForgeClient.preloadTexture("thepathofyourspritesheet");
  12.  
  13.  
  14.  
  15. }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement