LazyModder Mod 1.11.2 is a core mod with useful functions for Modders. The core mod also adds a number of class for easy creation (blocks, food, potions, armor, tools, etc).
Basically it has a bunch of automatated functions. It just makes 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”).
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.
How to install:
- Make sure you have already installed Minecraft Forge.
- Locate the minecraft application folder.
- On windows open Run from the start menu, type %appdata% and click Run.
- On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
- Place the mod you have just downloaded (.jar file) into the Mods folder.
- When you launch Minecraft and click the mods button you should now see the mod is installed.
LazyModder Mod 1.11.2 Download Links:
For Minecraft 1.11.2