Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.mod.adrium.proxy;
- import com.mod.adrium.init.ItemMod;
- public class ClientProxy extends CommonProxy
- {
- @Override
- public void registerRenders()
- {
- ItemMod.registerRenders();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment