Guest User

Untitled

a guest
Mar 29th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package com.mod.adrium.proxy;
  2.  
  3. import com.mod.adrium.init.ItemMod;
  4.  
  5. public class ClientProxy extends CommonProxy
  6. {
  7. @Override
  8. public void registerRenders()
  9. {
  10. ItemMod.registerRenders();
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment