Jump to content

DangerousBlades

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by DangerousBlades

  1. Well, you could create a variable and randomize it using the java. util. Random
  2. @Override public void onBlockHarvested(World worldIn, BlockPos pos, BlockState state, PlayerEntity player) { dropXpOnBlockBreak(worldIn,pos,250); super.onBlockHarvested(worldIn, pos, state, player); } That's what I generally use
×
×
  • Create New...

Important Information

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