作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: fabric
标签: utility
See every redstone signal at a glance — debug, optimize, and design with confidence.
Redstone Signal Visualizer overlays real-time redstone signal strengths in-world so builders, redstone engineers, and server admins can inspect and debug circuits quickly without changing mechanics.
This mod splits responsibilities between server and client: the server performs authoritative sampling of redstone state (including comparator outputs and other values the client is not allowed to access), ensuring visualizations reflect the true world state. The client focuses on rendering overlays, handling input, and per-player customization. In singleplayer or when the server-side component is absent, the client can perform a best-effort local inspection, but it may lack comparator-level accuracy.
config/redstone_visualizer.jsonServer-side (authoritative): The server samples block updates and redstone propagation to compute authoritative signal strengths. This ensures visualizations reflect the true world state (good for multiplayer and server-based debugging).
Client-side (rendering & local fallback): The client receives updates from the server and renders overlays (lines, gradients, labels, and animations). When the server-side component is absent (or for quick singleplayer mode), the client can locally inspect blocks for a best-effort visualization.
Interaction: The server sends either periodic updates or responds to client requests (depending on configuration). Clients control what they render (radius, mode, colors) so multiple players can visualize independently without forcing server-side rendering for everyone.
Tip: On high-population servers increase the update delay and reduce radius for best performance.
Settings are available via the in-game UI (Controls / Mods / Config) and via config/redstone_visualizer.json.
You can customize:
showEmits, showReceives, and showComparators to control which signal types are renderedNote: The client currently registers a single keybinding (default o) to open the mod's options screen.
mods/ folder (Fabric loader supported). Restart the client and/or server.请登录后举报
暂无评论,抢个沙发吧~