Crossroads-Development / Crossroads

Crossroads is a mod for Minecraft. It adds a lot of content, and has the design philosophy of "simple pieces, complex contraptions".
MIT License
29 stars 14 forks source link

fix hand crank exploit by adding a 4 tick usage cooldown #217

Closed The-Minecraft-Scientist closed 2 years ago

The-Minecraft-Scientist commented 2 years ago

pretty self explanatory. Adds a 4 tick usage cooldown to the item after a valid use with the player.getCooldowns().addCooldown() method, which prevents autoclickers from using it faster than the intended 5/s (once every 4 ticks).

Da-Technomancer commented 2 years ago

Closed #205