Description
A small library I wrote for use in future mods. This will automatically provide basic block and item models for things that are registered to it. Sounds can also be auto-generated if they are registered. This library also has the ability to load textures and ogg's from a modpack folder. Simple language function is also implemented (Currently en_us) So new items or blocks can have their names loaded from a config.
To see a mod that makes use of this library take a look at CustomRecords (Github) this utilizes its item generation and external texture and sound loading feature.


