Skip to content

Instantly share code, notes, and snippets.

Created March 18, 2016 17:22
Show Gist options
  • Save anonymous/6ff437ee3718f75b6bfb to your computer and use it in GitHub Desktop.
Save anonymous/6ff437ee3718f75b6bfb to your computer and use it in GitHub Desktop.
package hubbard.trueminecraftmachines.proxy;
import hubbard.trueminecraftmachines.init.Block_List;
import hubbard.trueminecraftmachines.init.Item_List;
public class ClientProxy extends CommonProxy
{
@Override
public void RegisterRenders ()
{
Item_List.registerRenders();
Block_List.registerRenders();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment