1.0.0-26.1.2
Compatibility
Required content
Changes
Remote Controlled — 1.21.1 Now on Fabric AND NeoForge! The mod has been rebuilt as a multiloader project — same features on both.
New
Channel Upgrades — craft one (copper + amethyst around an ender pearl) and use it while holding a remote in your other hand to add a binding channel. Sneak + scroll to switch between your bound blocks (up to 5 channels, configurable). Claim mod support — remotes now respect protection mods (FTB Chunks, Open Parties and Claims, etc.) and vanilla spawn protection. No more opening chests in other people's claims. Advancements — five to earn, including a couple you'll have to discover. Sounds & particles for binding, using, and error feedback. The Universal Energy Remote's tooltip now shows its stored energy, and it charges in Team Reborn Energy chargers on Fabric or any Forge Energy (FE) machine on NeoForge. New server config requireLoadedChunk to stop remotes from force-loading chunks (off by default). Good to know
Upgrading a world from 1.20.1 keeps all remote bindings and stored energy. Fabric requires: Fabric API, Architectury API, Forge Config API Port. NeoForge requires: Architectury API.
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:B5KGNfnU:4NmQDfUZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B5KGNfnU:4NmQDfUZ"
}

