Client-side Mindustry Java mod by Vini.
- Turret Fill: toggled with
F4, fills nearby item turrets from carried ammo or from the closest core in transfer range. - Turret ammo priorities: configurable in the Mindustry settings under
Vini Client. - Smart bridge paths: hold Ctrl while dragging item or direction bridges to route an x/y path around blocked tiles and place bridge nodes at max range.
src/vini/client/ViniClient.java: main Mindustry mod entry point.src/vini/client/ViniFeature.java: small interface used by client features.src/vini/client/turretfill/: Turret Fill feature code.src/vini/client/bridgeconveyor/: bridge and conveyor placement helpers.
Future features should live in their own package under src/vini/client/.
.\gradlew jarThe desktop jar is written to build/libs/.