Library mod used by the Mystical Mods (Embers, Roots, Blockcraftery and more)
repositories {
    maven { url 'https://maven.blamejared.com' }
    
}
dependencies {
    compile "epicsquid.mysticallib:mysticallib:[VERSION]"
    
}
Don't forget to replace [VERSION] with the version of the mod that you want to work with!