Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @SideOnly(Side.CLIENT)
- public void initModel(){
- //ModelBakery.registerItemVariants(this, new ResourceLocation(getRegistryName()+"_0"), new ResourceLocation(getRegistryName()+"_1"));
- ModelLoader.setCustomModelResourceLocation(this, 0, new ModelResourceLocation(getRegistryName()+"_0","inventory"));
- ModelLoader.setCustomModelResourceLocation(this, 1, new ModelResourceLocation(getRegistryName()+"_1","inventory"));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement