Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package com.mod.adrium.proxy;
  2.  
  3. import net.minecraftforge.client.model.ModelLoader;
  4.  
  5. public class CommonProxy
  6. {
  7. public void registerRenders()
  8. {
  9.  
  10. }
  11.  
  12. public void preInit()
  13. {
  14.  
  15. }
  16.  
  17. public void init()
  18. {
  19.  
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement