Server Mobs is a server-side mod for fabric 1.18.2 that creates new mobs, and provides a framework for other mods to do so. At some point in the future, the non-API portion will be split into a separate mod. (Coming Soon™)
Don't forget to configure polypack_host if you use it.
Example entity implementations are under com.slimeist.server_mobs.entities.
The 'API' (not guaranteed to be stable yet) is under com.slimeist.server_mobs.api.
This project is available under the MIT license. It is based on the fabric example mod template which is available under the CC0 license.
Marked sections of code inside com.slimeist.server_mobs.entities.MissileEntity are from Team Pneumatic's Pnematicraft Repressurized, and are licensed under the GPL-3 license.
Marked sections of code inside com.slimeist.server_mobs.items.MissileItem are from Team Pneumatic's Pnematicraft Repressurized, and are licensed under the GPL-3 license.