Scalable Cat's Force - Library for Scala Mods
This library is designed for developers creating modifications using the Scala programming language. In Forge versions up to 1.12, built-in Scala support was included, but starting from version 1.13, this functionality was removed.
Scalable Cat's Force fills this gap by providing the necessary Scala runtime environment along with the Cats library, which significantly simplifies functional programming.
The used components are distributed under the following licenses:
- Scala language - Apache License, Version 2.0
- Cats library - MIT License