File Details
bluetooth-1.0-SNAPSHOT.jar
- R
- Apr 11, 2026
- 22.86 KB
- 17
- 1.20
- Forge
File Name
bluetooth-1.0-SNAPSHOT.jar
Supported Versions
- 1.20
Curse Maven Snippet
Changelog: Blue Wireless Redstone v1.0.0
🚀 Initial Release
-
The Wireless Brain: Implemented the
WirelessNetworkManagerto handle global signal transmission across the world. -
New Block: Added the Blue Wireless Block to the game.
-
Features Multiface logic: Can be placed on any side of a block (floors, walls, or ceilings).
-
Emits a Level 12 light when powered (cool blue glow).
-
-
Creative Integration: Added a custom entry in the Redstone Blocks creative tab for easy access.
-
Network Sync: Built-in logic to ensure all blocks on the same "frequency" update instantly when a signal is detected.
🛠️ Bug Fixes & Technical Tweaks
-
Stability Fix: Resolved a
NullPointerExceptionrelated to theMODIDvariable inConfig.java. -
Optimization: Added
!level.isClientSidechecks to ensure all redstone math happens on the server to prevent ghost signals. -
Metadata Update: Fully configured
mods.tomlto support Forge 47.x and Minecraft 1.20.1.
⚠️ Known Issues
-
Logic Loops: Rapid block updates (like placing a piston directly next to the block) may cause a single-tick "flicker" due to neighbor-change updates. (Fix planned for v1.1.0).
-
Global Frequency: Currently, all blue blocks share one single frequency. (Looking into "Private Channels" for future updates).