Started by
FerretWithACatHat
on
Topic category: Feature requests and ideas for MCreator
Just changing the range and speed of swords i'd be fine with, but adding in an option for range weapons (charge speed or rate of fire, depending on shoot constantly) would be amazing
To change weapon range, before the Combat Update, would need rewriting some of the code. Melee speed can be changed on Tool -} Cool down time
You can actually place cooldown on ranged weapons by using procedures
(On right click - item procedure pieces - set cooldown provided item)
Charge speed is a property of bows, what's called a Capability. Would like to see that implemented on the MCreator interface but for now, only by code