Utility Core Fixes (2.3.1)
Curse Maven Snippet
What's new
v2.3.1 - Vehicle Anti-Cheat Whitelist
Feature
- Configurable vehicle anti-cheat whitelist: Added support for whitelisting entity types from vanilla's
moved too quicklyvehicle anti-cheat check. This prevents spam of warnings likeentity.evilcraft.broom (vehicle of X) moved too quickly!when players use fast-moving vehicles from mods (e.g., EvilCraft's broom). - The fix intercepts
isVehicleMovingTooFastandcheckVehicleMovementinServerGamePacketListenerImplto allow whitelisted entity types to move faster than vanilla's default limit without triggering warnings. - New config options in
utility_core_fixes-common.toml:enableVehicleAntiCheatWhitelist = true— master togglevehicleAntiCheatWhitelist = ["evilcraft:broom"]— list of entity type IDs (namespace:path) to whitelist
- Whitelist entries support exact matches (e.g.,
evilcraft:broom). Optional mod dependency: EvilCraft.
JAR: utility_core_fixes-26.2-neoforge-26.2.0.37-beta-2.3.1.jar
This mod has no additional files

