LazyModder

Quick rating

LazyModder

No reviews yet

A Core Mod for my New Projects

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
LazyModder-0.74.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Mods that use LazyModder:

M'Ore Seeds (Grow ores) - 1.12.1

Adventure Time 2 - 1.12.1

MCConfig - 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.

Example

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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~140,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works