
Rebind Narrator
it's 2021 and you can't change the narrator key UPDATE: it's 2022 and you still can't change the narrator key UPDATE: it's 2023 and you still can't change the narrator key UPDATE: it's 2024 and you still can't change the narrator key UPDATE: it's 2025 and
Tags
Creators
Details
2026.08.31-neoforge-26.1.2
Compatibility
Required content
Changes
Rebind Narrator v2026.08.31 for Minecraft 26.1.2
-
Now supports 26.1.2.
-
(1.21.11 Fabric/Neoforge) The custom narrator keybind no longer interferes with the
MC_DEBUG_PANORAMA_SCREENSHOTkeybind, Ctrl-F2.- They're processed in the same place and I forgot a mixin ordinal.
-
(1.20.1 Fabric) Update AMECS compat to the new API (AMECS version 1.2 and later).
-
(1.21.1 Fabric) Remove compat with Amecs Reborn.
-
(1.21.1 Fabric, 1.21.11 Fabric) Add compat with Siphalor's original Amecs version 1.2 and later.
-
(1.21.1 Fabric, 1.21.11 Fabric) Readd compat with No More Useless Keys.
If you are using a version of AMECS older than 1.2, you will need to update it. 1.21.1 players will also need to uninstall AMECS Reborn and install the original AMECS. If you are not able or willing to update, you can disable Rebind Narrator's AMECS compat in the config file (rebind_narrator.txt). Sorry for any trouble.
To clarify: this was the old mod-compat table on Fabric:
| game version | compat with |
|---|---|
| 1.20.1 | AMECS (deprecated api), NoMoreUselessKeys |
| 1.21.1 | AMECS Reborn |
| 1.21.5 | AMECS Reborn |
| 1.21.11 | (none) |
and this is the new table:
| game version | compat with |
|---|---|
| 1.20.1 | AMECS (new api), NoMoreUselessKeys |
| 1.21.1 | AMECS (new api), NoMoreUselessKeys |
| 1.21.5 | AMECS Reborn |
| 1.21.11 | AMECS (new api), NoMoreUselessKeys |
(I no longer maintain 1.21.5 mods.)
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:qw2Ls89j:OpICYlpa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qw2Ls89j:OpICYlpa"
}
