/
Performance improvement in SCore title management:
Cached TextDisplay entity UUIDs to avoid expensive full-world entity scans on every block title update
Block titles now update text in-place instead of destroying and recreating the TextDisplay entity each tick
Fallback to efficient spatial lookup (getNearbyEntities) for cache misses after server restarts
