LazyModder
No reviews yet
A Core Mod for my New Projects
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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
Resources
External Links
About
Description
Mods that use LazyModder:
M'Ore Seeds (Grow ores) - 1.12.1
LazyModder:
Don't let the name fool you, LazyModder is anything but lazy. It provides tools for easy creation of items, blocks, tools, entities, living entities, crops, and more. While trying too keep the number of lines to add things in game as close to one line of code, while still providing easy extensibility to give full control of your creations (even how they are registered). The goal of LazyModder is to reduce time of development for mods and time between updates for mods to new versions. It does this by handling all the registration in the background so the codder can focus on the functionality of their mod.
LazyModder is still in development and is not fully documented and sometimes may need to change it structure. Documentation and a website are under development with no eta at this time. Donations will continue to drive this project and decrease development time,
I have some modders tell me (when I show them my code), how easy it seems and one not believing me because it was "too easy" and "why hasn't it been done before."
Mods that use LazyModder:
For Modders:
1.12.1 Videos
Adding items, blocks, recipes, tile entities and living entities
Lazy Modder will make life as a modder easier. Modders who use this can expect faster project development and updating easier. How? Lazy Modder contains a number of easy to use classes that extend the Minecraft Item class and runs with it. Creating and registering an item is as easy as typing new EasyItem("EasyItem"). Here is an example I created for my mod Blood Baubles.

All the items were not only created extending the EasyItem but also compatible with other mods (in this case baubles.
Now here some coding examples. Creating a class can be as simple as:
public class BasicRing extends EasyItem {
public BasicRing() {
super("BasicRing");
}
}
Looks simple, but there is a lot being done. The item registered it's unlocalized name, registered itself to the game registry, etc.
In my case I created a base class and extended easy item and some other interfaces, but you can find the source if you want to take a look.
The core mod also adds a number of class for easy creation (blocks, food, potions, armor, tools, etc).
It just makes life easier. Blood Baubles was created for 1.9.4, but I updated it to 1.11 in two days. And most of that time was me changing how my original code was organised. Very little was needed to make them show up in game.
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
Statistics
Resources