bluetooth redstone

this is a bluethooth like redstone you will get a block in the redstone tab and you place it near a redstone needed block you can activate it from far distances by placing the same block and lever or button etc . and enjoy!

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

Forge

implementation fg.deobf("curse.maven:bluetooth-redstone-1510525:7908317")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog: Blue Wireless Redstone v1.0.0

🚀 Initial Release

  • The Wireless Brain: Implemented the WirelessNetworkManager to 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 NullPointerException related to the MODID variable in Config.java.

  • Optimization: Added !level.isClientSide checks to ensure all redstone math happens on the server to prevent ghost signals.

  • Metadata Update: Fully configured mods.toml to 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).