Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.mod.adrium.proxy;
- import com.mod.adrium.Reference;
- import com.mod.adrium.init.ItemMod;
- import net.minecraft.client.resources.model.ModelResourceLocation;
- import net.minecraftforge.client.model.ModelLoader;
- public class ClientProxy extends CommonProxy
- {
- public void preInit()
- {
- super.preInit();
- ItemMod.registerRenders();
- }
- public void init()
- {
- super.init();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment