Config for Starbuncle wheel speeds isn't actually used
Doomathon opened this issue ยท 0 comments
Problem summary:
The config claims to allow adjusting the speed of the Starbuncle Wheel, but neither the base speed value (defined in CreoConfig.java as WHEEL_BASE_SPEED), nor the speed with a Gold Block in font (defined in CreoConfig.java as WHEEL_BONUS_SPEED) are used for anything by the StarbuncleWheelTile.java in the getGeneratedSpeed function (which used hard coded values identical to the default values for the config)
Applicable versions:
Appears to apply to all released versions of the mod for both 1.18.x and 1.19.x
Suggested solution:
Maybe actually reference the values from the config instead of ignoring them completely? /s