Sirius is an API that helps solving repetitive tasks while developing mods
and allows users to easily make addons for compatible mods.
Designed specifically for AGNYA and TwoMoonStudios' mods.
Featuring automation of registry for items/blocks/providers, vectorial functions, an automatic addon maker and some general use stuff to use whitin all our mods.
Implementing Sirius using CurseMaven
repositories { maven { url "https://cursemaven.com" content { includeGroup "curse.maven" } } }
dependencies { implementation fg.deobf("curse.maven:sirius-695681:{fileid}") }