Just Enough Resources (JER)

Just Enough Resources (JER)

163M Downloads

Adding Mod Compatibility

LiteWolf101 opened this issue ยท 1 comments

commented

Hello!

How would I go about adding compatibility to my mod so that my mod's loot tables show up on JER?

Thank you!

commented

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!