Skip to content

Instantly share code, notes, and snippets.

@Mr-Byte
Created January 7, 2013 22:52
Show Gist options
  • Save Mr-Byte/4479281 to your computer and use it in GitHub Desktop.
Save Mr-Byte/4479281 to your computer and use it in GitHub Desktop.
if (isBurning) {
worldObj.setBlockWithNotify(xCoord, yCoord, zCoord, Blocks.tarKilnActive.id)
} else {
worldObj.setBlockWithNotify(xCoord, yCoord, zCoord, Blocks.tarKiln.id)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment