Jump to content

Nyandoma

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Nyandoma

  1. I think these functions return properties of block types, not state of specific block.
  2. How to correctly check redstone power on sides of my block? For now I using code like: boolean a = world.getBlockId(x, y, z - 1) == Block.redstoneWire.blockID && world.getBlockMetadata(x, y, z - 1) > 0; But I want to check redstone power from any source, not only wire. Threre is any way to do it, except manually check all possible redstone sources?
  3. I want make redstone-extension mode, using Eloraam's Red Power bundle cables. Does anyone know how I can interact with them? I have not found a way to contact Eloraam. Sorry for bad english, it's not my native language.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.