Modscraper Modscraper Minecraft
Generic Registry logo

Generic Registry

Mod

An object-storing type-based modify-on-fly single-end-origin registry.

Type

Mod

Modrinth Downloads

570

Modrinth ID

KvIYkQTO

Last Updated

May 21, 2026

Description

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);

Compatibility

Mod Loaders

Fabric

Game Versions

1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 +72 more

Similar Mods

External Resources