Registry Helper Lib
No reviews yet
A small library to register faster and easier. Supports Minecraft's and custom registries.
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
RegistryHelperLib
Are you tired of writing a lot of code to register all the things of minecraft?
With this little library, you will be able to register in an easier way.
Installation
Add the Modrinth's Maven Repository in build.gradle:
repositories {
maven {
name = 'Modrinth'
url = 'https://api.modrinth.com/maven'
content {
includeGroup 'maven.modrinth'
}
}
}
Then add the mod implementation, still in build.gradle:
dependencies{
//other dependencies
modImplementation("maven.modrinth:registry-helper-lib:${project.registry_helper_version}")
}
Then add the version variable in gradle.properties. Replace the version below by the version of the lib you want:
registry_helper_version= <version>
How to use it?
Create an instance of the RegistryHelper class. This instance will allow you to register for a registry type.
public class ModItems {
private static final RegistryHelper<Item> registryHelper=new RegistryHelper<>(Registries.ITEM,ExampleMod.MOD_ID);
public static final Item EXAMPLE_ITEM= registryHelper.register("name",new Item(new Item.Settings()));
public static void init(){
}
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers