O3Bubbles09

Untitled

Feb 12th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package O3Bubbles09.mod.Client;
  2.  
  3.  
  4. import net.minecraftforge.common.MinecraftForge;
  5. import O3Bubbles09.mod.Common.CommonProxy;
  6.  
  7. public class ClientProxy extends CommonProxy {
  8. public void registerRenders() {
  9. MinecraftForge.preloadTexture("/O3Bubles09/mod/Common/Blocks.png");
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment