How do I increase the draw speed on ranged items?

Started by Trollface5333 on

Topic category: Help with MCreator software

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I increase the draw speed on ranged items?

I was wondering if this peice of code controls how fast the firerate/draw speed of a ranged item is?

If not is there a way of doing it?

		@Override
		public int getMaxItemUseDuration(ItemStack itemstack) {
			return 72000;