Skip to content

Instantly share code, notes, and snippets.

@Deamon5550
Last active December 15, 2015 21:28
Show Gist options
  • Save Deamon5550/5325586 to your computer and use it in GitHub Desktop.
Save Deamon5550/5325586 to your computer and use it in GitHub Desktop.
wtf minecraft
if ((metaData & 8) != 0)
{
if (this.blockAccess.getBlockId(x, y - 1, z) != door.blockID)
{
return false;
}
}
else if (this.blockAccess.getBlockId(x, y + 1, z) != door.blockID)
{
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment