/Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

Primary LanguageJava

Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers

For more information, see the wiki.

What does the mod's name mean???1

https://en.touhouwiki.net/wiki/Patchouli_Knowledge

Maven info

repositories {
    maven { url 'https://maven.blamejared.com' }
}

dependencies {
    // 1.14+
    compileOnly fg.deobf("vazkii.patchouli:Patchouli:[VERSION]:api")
    runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:[VERSION]")

    compile "vazkii.patchouli:Patchouli:[VERSION]"           // 1.12
}

Don't forget to replace [VERSION] with the version of the mod that you want to work with! The available versions are the folder names seen on Jared's maven. For 1.14 and up, the version is prepended with the Minecraft version.

Note to mod developers porting a Patchouli book from 1.12 to 1.14: Patchouli book data now goes into modid/data/patchouli_books instead of modid/assets/patchouli_books.