Jump to content

CsokiCraft

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by CsokiCraft

  1. In the ItemBlock's onItemUse(), I mean
  2. Yeah, but what I thought I'd do is like: w.setBlock(x, y, z, machineBlock); w.setTileEntity(x, y, z, MachineRegistry.getMachineClass(itemStack.getStackDamage()).newInstance());
  3. And does it correspond to the created block's metadata, or the used ItemStack's damage? Also, can I work around this method completely? I'd rather have my ItemBlock class do the work.
×
×
  • Create New...

Important Information

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