Description
JJC Library
A lightweight API framework designed to expand the capabilities of JujutsuCraft. This mod serves as a dependency for addon developers, allowing them to bypass native MCreator constraints and cleanly integrate custom mechanics.
Note: This is a library mod. It does not add playable content on its own.
For Developers:
- Custom Techniques & Skills: Register completely custom cursed techniques, passive skills, and physical attacks using a streamlined Java API (
CustomTechnique&CustomSkill). - Domain Expansions: Built-in logic wrappers for executing custom Domain casting and active tick loops.
- Mob System: Give custom entities authentic Cursed Energy regeneration and physical grade-based scaling using
MobSystem.setupMobStats(). - Seamless GUI Integration: Injects a "Custom Techniques Library" directly into JujutsuCraft's native selection screen.
- Advancement Hooks: Easily grant advancements upon defeating custom mobs via built-in Mixin hooks.


