- 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](https://minecraft.wiki/w/Model).
- Highlight renderers now use the outline of the block instead of just a 1x1x1 block
- 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](https://minecraft.wiki/w/Model).
- Highlight renderers now use the outline of the block instead of just a 1x1x1 block
- 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](https://minecraft.wiki/w/Model).
- Highlight renderers now use the outline of the block instead of just a 1x1x1 block
- Forge & NeoForge: race condition on client setup -> item property registration
- Dev only:
- Forge: not starting in dev environment (module conflicts)
- Forge & NeoForge: race condition on client setup -> item property registration
- Dev only:
- Forge: not starting in dev environment (module conflicts)
- 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
- 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
- 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
### 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](https://docs.architectury.dev/loom/introduction))
- 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](https://docs.architectury.dev/loom/introduction) for easier multi-loader setup
### 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](https://docs.architectury.dev/loom/introduction))
- 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](https://docs.architectury.dev/loom/introduction) for easier multi-loader setup
### Added
- Remote item - to power things from inside your inventory!
- Keybinding in frequency GUI -> when editing the frequency, pressing `Enter` closes the GUI and saves the frequency
### Added
- Proper `README.md`
- Automated Modrinth and CurseForge publishing with the [Minotaur](https://github.com/modrinth/minotaur) and [CurseForgeGradle](https://github.com/Darkhax/CurseForgeGradle) gradle tasks/plugins
- Changelog semi-automation with the [Gradle Changelog Plugin](https://github.com/JetBrains/gradle-changelog-plugin)
- Fancy [shields.io](https://shields.io/) badges to `README.md`
- Uploading of build artifacts via GitHub actions
### Changed
- Update gradle and fabric-loom
- Separate client more strictly
- Updated link of the homepage, source and issues websites
### Fixed
- Stack size of frequency items limited to 1
- FIX: Frequencies getting corrupted and receivers/transmitters not updating anymore
### Version 1.16.5-1.1.3:
skip
### Version 1.16.5-1.1.2:
- FIXED: Gui closable with inventory key
### Version 1.16.5-1.1.1:
- FIXED: Post-placement state changes
### Version 1.16.5-1.1.0:
- UPDATED: to MC 1.16.5
- NOTE: Due to huge internal changes I suggest making a world backup!
- ADDED: Frequency Sniffer
- ADDED: Config option to color the frequency that is displayed on transmitters/receivers
- ADDED: Command to clear a frequency from active transmitters (Only use this if the frequency is "stuck")
- ADDED: Wireless Redstone blocks can now be mined faster with a pickaxe
- ADDED: Cooldown for the remote item (0.5s)
- CHANGED: Circuit recipe output from 4 to 2
- FIXED: Potential crashes caused by Remote::onUpdate and BlockFrequency::setPoweredState
- FIXED: Actual values for the frequency between 0 and 65536
- FIX: receivers/transmitters before mod version 1.12.2-1.1.3 breaking when using mod version >= 1.12.2-1.1.3
### Version 1.12.2-1.1.3:
WARNING: This version will break working transmitters/receivers from earlier versions of this mod
- FIX: Frequencies getting corrupted and receivers/transmitters not updating anymore
### Version 1.12.2-1.1.2:
- FIXED: Gui closable with inventory key
### Version 1.12.2-1.1.1:
- FIXED: NBT data used correctly when placing nbt stored receiver/transmitter in world
- FIXED: (Project Red interaction) Red alloy wire can now be placed on the side of receiver/transmitter
### Version 1.12.2-1.1.0:
- ADDED: Frequency Sniffer
- ADDED: Config option to color the frequency that is displayed on transmitters/receivers
- ADDED: Command to clear a frequency from active transmitters (Only use this if the frequency is "stuck")
- ADDED: Wireless Redstone blocks can now be mined faster with a pickaxe
- ADDED: Cooldown for the remote item (0.5s)
- CHANGED: Circuit recipe output from 4 to 2
- FIXED: Potential crashes caused by Remote::onUpdate and BlockFrequency::setPoweredState
- FIXED: Actual values for the frequency between 0 and 65536
### Version 1.12.2-1.0.0:
- FIXED: Active frequency stays active after transmitter exploded
## Version 1.17.1-1.0.0-beta-3:
- FIXED: bug where receivers/transmitters were removed from the internal network although the shouldn't
- FIXED: receivers not updating on loading them
- REFACTOR: improved frequency block entity update
## Version 1.17.1-1.0.0-beta-2:
- FIXED: crash on forge 37.0.31 or higher
## Version 1.17.1-1.0.0-beta:
- Initial 1.17.1 beta release