Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Wireless Redstone

Wireless Redstone

Wireless Redstone adds blocks and items to use redstone remotely

53.0k
34
Game Mechanics
Technology
Utility

Compatibility

Minecraft: Java Edition

1.20.4
1.20.1
1.19.2–1.19.4
1.18.2
1.17.1
1.16.5
1.15.2
1.12.2

Platforms

Fabric
Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on PayPal

Creators

Razzokk
Razzokk Owner

Details

Licensed GPL-3.0-only
Published 2 years ago
Updated 2 months ago
DescriptionGalleryChangelogVersions

Show all versions

1
2

[NeoForge 1.20.4] wirelessredstone-1.20.4-1.2.0-beta

by Razzokk on Mar 13, 2025
Download

[Fabric 1.20.4] wirelessredstone-1.20.4-1.2.0-beta

by Razzokk on Mar 13, 2025
Download

[Forge 1.20.4] wirelessredstone-1.20.4-1.2.0-beta

by Razzokk on Mar 13, 2025
Download

1.20.4-1.2.0-beta - 2025-03-13

Fixed

  • Forge & NeoForge: redstone wires connecting up or down to transmitters/receivers
  • Fabric: redstone wires connecting up or down to redstone utility blocks

Added

  • P2P redstone transmitter and receiver for direct wireless linkage
  • Linker to link p2p transmitter and receiver
    • Similar to the sniffer, highlights the targeted block

Changed

  • Redstone transmitters and receivers now use the cube_column block model instead of cube_bottom_top
    • Why? The bottom and top textures have been the same since the initial release, and the corresponding textures have also been removed.
    • If you have a custom resource pack for Wireless Redstone, you can still use the cube_bottom_top model, but you will need to provide your own model files, see Model.
  • Highlight renderers now use the outline of the block instead of just a 1x1x1 block

[NeoForge 1.20.4] wirelessredstone-1.20.4-1.1.5

by Razzokk on Jul 9, 2024
Download

[Forge 1.20.4] wirelessredstone-1.20.4-1.1.5

by Razzokk on Jul 9, 2024
Download

1.20.4-1.1.5 - 2024-07-09

Fixed

  • Forge & NeoForge: race condition on client setup -> item property registration
  • Dev only:
    • Forge: not starting in dev environment (module conflicts)

[Forge 1.20.1] wirelessredstone-1.20.1-1.1.3

by Razzokk on Jul 9, 2024
Download

1.20.1-1.1.3 - 2024-07-09

Skip for Fabric

Fixed

  • Forge: race condition on client setup -> item property registration

[Forge 1.19.4] wirelessredstone-1.19.4-1.1.1

by Razzokk on Jul 9, 2024
Download

1.19.4-1.1.1 - 2024-07-09

Skip for Fabric

Fixed

  • Forge: race condition on client setup -> item property registration

[Forge 1.19.2] wirelessredstone-1.19.2-1.1.2

by Razzokk on Jul 9, 2024
Download

1.19.2-1.1.2 - 2024-07-09

Skip for Fabric

Fixed

  • Forge: race condition on client setup -> item property registration

[Forge 1.18.2] wirelessredstone-1.18.2-1.1.2

by Razzokk on Jul 9, 2024
Download

1.18.2-1.1.2 - 2024-07-09

Skip for Fabric

Fixed

  • Forge: race condition on client setup -> item property registration

[Fabric 1.20.4] wirelessredstone-1.20.4-1.1.4

by Razzokk on Apr 29, 2024
Download

[NeoForge 1.20.4] wirelessredstone-1.20.4-1.1.4

by Razzokk on Apr 29, 2024
Download

[Forge 1.20.4] wirelessredstone-1.20.4-1.1.4

by Razzokk on Apr 29, 2024
Download

1.20.4-1.1.4 - 2024-04-30

Fixed

  • Sniffer not outputting message on newly created world (no redstone ether present)

Added

  • Show frequency of transmitters and receivers when picked up with nbt data

Changed

  • Updated german translation
  • Moved block textures to their respective directories
    • If you have a custom resource pack for Wireless Redstone, you have to move and rename them too
  • Sniffer chat messages:
    • Changed style of how block positions are shown in chat (can now also be adjusted in lang file)
    • From: There are no active transmitters on this frequency (<frequency>), to: No active transmitters on frequency <frequency>
    • From: Active transmitters on this frequency (<frequency>): <transmitters>, to: Active transmitters on frequency <frequency>: <transmitters>
  • Dev only:
    • Separate datagen sub-project
    • Update architectury loom to 1.6
    • Update changelog plugin to 2.2.0
    • Update fabric loader and api to 0.15.10 and 0.97.0+1.20.4 respectively
    • Update forge to 49.0.49
    • Update neoforged to 20.4.233

[NeoForge 1.20.4] wirelessredstone-1.20.4-1.1.3

by Razzokk on Mar 18, 2024
Download

1.20.4-1.1.3 - 2024-03-19

Added

  • NeoForged support

Changed

  • Refactored/cleaned up networking classes

[Forge 1.20.4] wirelessredstone-1.20.4-1.1.2

by Razzokk on Mar 16, 2024
Download

1.20.4-1.1.2 - 2024-03-12

Port to MC 1.20.4

[Forge 1.20.1] wirelessredstone-1.20.1-1.1.2

by Razzokk on Mar 16, 2024
Download

1.20.1-1.1.2 - 2024-03-12

Changed

  • No frequency set message now shows over the action bar
  • GitHub repository url is now: https://github.com/Razzokk/wireless-redstone
  • Moved icon from resources/ to resources/assets/wirelessredstone/
  • Dev only:
    • Yarn mappings for fabric and forge (using Architectury Loom)
    • Extracted most of the code into the common project -> less fabric and forge specific code
    • Update forge to 47.2.20
    • Update fabric loader and api to 0.15.7 and 0.92.0+1.20.1 respectively
    • Use gradle v8.6

Added

  • Dev only: Architectury Loom for easier multi-loader setup

[Fabric 1.20.4] wirelessredstone-1.20.4-1.1.2

by Razzokk on Mar 12, 2024
Download

1.20.4-1.1.2 - 2024-03-12

Port to MC 1.20.4

[Fabric 1.20.1] wirelessredstone-1.20.1-1.1.2

by Razzokk on Mar 12, 2024
Download

1.20.1-1.1.2 - 2024-03-12

Changed

  • No frequency set message now shows over the action bar
  • GitHub repository url is now: https://github.com/Razzokk/wireless-redstone
  • Moved icon from resources/ to resources/assets/wirelessredstone/
  • Dev only:
    • Yarn mappings for fabric and forge (using Architectury Loom)
    • Extracted most of the code into the common project -> less fabric and forge specific code
    • Update forge to 47.2.20
    • Update fabric loader and api to 0.15.7 and 0.92.0+1.20.1 respectively
    • Use gradle v8.6

Added

  • Dev only: Architectury Loom for easier multi-loader setup

[Fabric 1.18.2] wirelessredstone-1.18.2-1.1.1

by Razzokk on Aug 28, 2023
Download

[Forge 1.18.2] wirelessredstone-1.18.2-1.1.1

by Razzokk on Aug 28, 2023
Download

1.18.2-1.1.1 - 2023-08-28

Backport from 1.19.2

[Fabric 1.19.2] wirelessredstone-1.19.2-1.1.1

by Razzokk on Aug 28, 2023
Download
1
2

Modrinth is open source.

main@4b75cb8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.