Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 10 months ago
All versions
forge-1.20.4-1.1.4
Release
[Forge 1.20.4] wirelessredstone-1.20.4-1.1.42 years ago 114
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Forge
Supported environments
Client and server
Changes
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
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:2mBYHHZ5:JoK8FGmn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2mBYHHZ5:JoK8FGmn"
}


