Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.58 KB

MysticalLib

Discord

Library mod used by the Mystical Mods (Embers, Roots, Blockcraftery and more)

Maven info

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!