Skip to content

Instantly share code, notes, and snippets.

@russjr08
Last active December 10, 2015 04:58
Show Gist options
  • Save russjr08/4384683 to your computer and use it in GitHub Desktop.
Save russjr08/4384683 to your computer and use it in GitHub Desktop.
Block Constructor v2
public BlockRedWoodPlank(int id, int texture, Material material){
super(id, texture, material);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment