Jump to content

TheCrafter4000

Forge Modder
  • Posts

    33
  • Joined

  • Last visited

Posts posted by TheCrafter4000

  1. Your onBlockActivated methode has not the right arguments:

     

        onBlockActivated(World worldIn, int x, int y , int z, IBlockState state, EntityPlayer playerIn, EnumFacing side, float hitX, float hitY, float hitZ)

     

    Right is:

     

      onBlockActivated(World worldIn, BlockPos pos, IBlockState state, EntityPlayer playerIn, EnumFacing side, float hitX, float hitY, float hitZ)

×
×
  • Create New...

Important Information

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