Leg0shii / ParkourCalculator

ParkourCalculator is an advanced tool designed for simulating and analyzing parkour mechanics in Minecraft. With a focus on versions 1.8.9 and 1.12, it offers an in-depth look into the game's physics, blocks, and player interactions.
Apache License 2.0
13 stars 4 forks source link

Extra facing parameters #22

Open drakou111 opened 10 months ago

drakou111 commented 10 months ago

Right now, the only facing control you have over the bot is the odds of it turning.

A great thing would be to make it so the bot makes smaller turns more frequently, since always taking a random value from 0 to 360 is kinda overkill.

Good idea would be to make the odds of making larger turns more unlikely than smaller turns, and have that be controlled by an initial parameter.

drakou111 commented 10 months ago

Maybe let the user pick a function? (eg: expo, log, linear)