
PTS-ModelLib is a core utility mod that provides essential systems to support modular, cross-loader Minecraft mods. It focuses on reducing boilerplate and improving consistency across mod projects.
Main Features:
🧱 Custom Model Loader
Removes Minecraft's built-in limitations on model rotation and size, enabling more dynamic and complex block models.
✏️ VoxelShape Utilities
Simplifies hitbox creation and rotation handling through helper methods.
🔧 Cross-Loader Registry System
Register blocks, items, entities, sounds, creative tabs, ... – usable across different loaders like Forge and Fabric.
📦 Minimal Dependencies
Keeps things lightweight and easy to integrate in any mod project.
📔For Developers:
How to add the mod to your mod, in your build.gradle in...
...repositories:
maven {url "https://cursemaven.com"}
...dependencies:
implementation fg.deobf("curse.maven:pts-modellib-1251583:file_id")