Description
This is an injection tool for Minecraft Dynamic Registries, which can be used as a pre-library
Using
- Download the jar and put it in the project libs
- Modify build.gradle
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
modImplementation include(files("libs/dynamic-registries-modifier-1.0.0.jar"))
}
- Using code
import cc.thonly.registry_modifier.api.DynamicRegistryManagerCallback;
public static final Identifier TEST = Identifier.of("test");
public static void load() {
DynamicRegistryManagerCallback.Builder<Dialog> builder = DynamicRegistryManagerCallback.createBuilder(RegistryKeys.DIALOG);
builder.register(builder, TEST, value...)
DynamicRegistryManagerCallback.add(builder);
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.21.2, 1.21.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as dynamic-registries-modifier-1.0.1.jar — drop this file into the mods folder
- Download size: 37 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.