
Generic Registry
An object-storing type-based modify-on-fly single-end-origin registry.
Feature
- Store any object
- Add or remove at any time
Registry
Register to Registry
Registries.register(Identifier id, T object);
Get from Registry
Registries.get(Class<T> type, Identifier id);
Unregister from Registry
Registries.unregister(Class<T> type);
Registries.unregister(Class<T> type, Identifier id);
Registries.unregister(Identifier id, T object);
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7.2, 1.7.3, 1.7.4
- 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 — see the MC Java Mods guides for the full walkthrough.
Verified by MCModsHub
- Ships as generic-registry-fabric-26.1.2-4.0.0.jar — drop this file into the mods folder
- Download size: 35 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.