Guest User

asdasd

a guest
Jan 28th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package net.dreamcraft;
  2.  
  3. public class CommonProxy {
  4. public static String ITEMS_PNG = "/custom/gui/items.png";
  5. public static String BLOCK_PNG = "/custom/terrain.png";
  6.  
  7. // Client
  8. public void registerRenderers() {
  9.  
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment