Filter loader...
Filter versions...
Filter channels...

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

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)

1.20.1-1.1.3 - 2024-07-09

Skip for Fabric

Fixed

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

1.19.4-1.1.1 - 2024-07-09

Skip for Fabric

Fixed

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

1.19.2-1.1.2 - 2024-07-09

Skip for Fabric

Fixed

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

1.18.2-1.1.2 - 2024-07-09

Skip for Fabric

Fixed

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

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

1.20.4-1.1.3 - 2024-03-19

Added

Changed

  • Refactored/cleaned up networking classes

1.20.4-1.1.2 - 2024-03-12

Port to MC 1.20.4

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

1.20.4-1.1.2 - 2024-03-12

Port to MC 1.20.4

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