Skip to content

Instantly share code, notes, and snippets.

@BlockAfterBlock
Created April 14, 2011 00:44
Show Gist options
  • Select an option

  • Save BlockAfterBlock/918724 to your computer and use it in GitHub Desktop.

Select an option

Save BlockAfterBlock/918724 to your computer and use it in GitHub Desktop.
public void AddRenderer(Map map)
{
map.put(LMHNative.class, new RenderBiped(new ModelBiped(), 0.5F));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment