Adding Mod Compatibility
LiteWolf101 opened this issue ยท 1 comments
Hello!
How would I go about adding compatibility to my mod so that my mod's loot tables show up on JER?
Thank you!
Hey, you can use the APIspecifically the MobRegistry to register your own mods mobs.
You mainly need to start from creating a class that implements IJERAPI. Forge needs an annotation, Fabric works with an entry point. From there you can access the MobRegistry to register your mobs.
Hope this helps!