Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| ezmodlib-3.2.jar release | 33.20 KB | Jul 26, 2022 | 1.16.5 | 0 | Download |
| ezmodlib-3.1.jar release | 32.61 KB | Jun 28, 2022 | 1.16.5 | 134 | Download |
| ezmodlib-2.0.2.jar release | 14.02 KB | Mar 1, 2022 | 1.16.5 | 288 | Download |
| ezmodlib-2.0.1.jar release | 1.03 MB | Mar 1, 2022 | 1.16.5 | 9 | Download |
| ezmodlib-2.0.jar release | 13.54 KB | Feb 12, 2022 | 1.16.5 | 103 | Download |
| ezmodlib-1.1.jar release | 7.39 KB | Jun 3, 2021 | 1.16.5 | 2,151 | Download |
| ezmodlib-1.0.jar release | 7.08 KB | May 28, 2021 | 1.16.5 | 126 | Download |
Description
Easy Mod Library is a library that I use is several of my mods. But anyone can use it!
Fallowing the principal, "Less code is better code" Ez Mod Lib essentially allows you to initialize recipes and models in one spot and apply them to a group of items.
Ez Mod Lib 2.0+ makes it easy to add items and blocks with much less hard code.
Features:
- No more JSON recipes! Shaped and shapeless recipes can be added through java code.
Planned:
- No more JSON! All recipe types as well as models can easily be set through java code.
- No registry! You can easily add new items and blocks without fiddling with registries.
Hammer recipe example:
Recipe hammerRecipe = new Recipe(new ResourceLocation("hammer_recipe"), new String[] {"OOO", "O/O", " / "}, iron_hammer_item, 1);
hammerRecipe.item('O', "minecraft:iron_ingot");
hammerRecipe.item('/', "minecraft:stick");
Get 0.05 TON 💎
Download


![Upsizer Mod [FORGE]](https://files.minecraftpatch.com/addons_new/upsizer-mod-forge-237514/screenshots/upsizer-mod-forge-scr-1-mini.png)
Add a comment