Skip to content

Instantly share code, notes, and snippets.

@miketamis
Created May 27, 2012 07:50
Show Gist options
  • Save miketamis/2802681 to your computer and use it in GitHub Desktop.
Save miketamis/2802681 to your computer and use it in GitHub Desktop.
byte[] var5 = var4.getBiomeArray();
for (int var6 = 0; var6 < var5.length; ++var6)
{
var5[var6] = (byte)this.biomesForGeneration[var6].biomeID;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment