Changelog
Networking & Debug
- Added common config file (
saros_road_blocks_mod-common.toml
) withdebugBrush=false
by default - Added detailed and gated debug logs for message receive & dispatch
- Switched to safe return-based flow with
try/catch
and unknown-ID warnings
GUIButtonMessage
- Enforced server-side sender (
ServerPlayer
)
GUIScreen
- Added debug logs for button and grid clicks
BrushItem
- Added permission check with debug feedback
- Added debug logs and client messages for invalid modes or wrong block types
Localization
- Added new translation keys for user-facing debug feedback
✨ Added
- Yellow Road Lines – one of the most requested features!
- Added arrow Line.
🎨 Changed
- GUI outline and positioning improved for a cleaner look.
- Mod package structure reorganized for better stability.
🛠 Fixed
- Highlighting in the Lines GUI now displays correctly.
- Fixed a strange rendering bug in the Painting GUI.
- Brush networking optimized to prevent painting issues.
⚡ Optimized
- General code cleanup and performance improvements across the mod.