Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.69 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.69 KB

Server Mobs

About

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™)

Setup

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.

Dependencies

Required

Recommended

License

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.