Jump to content

Dipo

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Dipo

  1. I just need it to print a name of Block with some meta, So i need metadata to create ItemStack with custom metadata and get its localized name.
  2. How can i get metadata as int of IBlockState ? For example I have Oak Log as IBlockState and I need to get ZERO, because metadata of Oak Log is 0.
  3. How to stop rotating texture only on one facing ? I mean The "y" rotation rotates full model, but i need to rotate model, but the top texture should not rotates.
  4. Ok thanks a lot, I was missing hasTileEntity as u said
  5. My update method in TileEntity class is not called... My TileEntity class: My Block class: createNewTileEntity is being called from onBlockActivated, and Iam sure that the TileEntity is being created when i click on the block with axe. And the TileEntity is being registered here:
  6. Thanks a lot, Im going to try it
  7. Is possible to create a TileEntity only if Property of a block is for example EnumAxis.Y ? In other cases there is no TileEntity for this block.
×
×
  • Create New...

Important Information

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